@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
:root {
  --jp__h3: 600 15px/1.2 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --jp__h4: 600 15px/1.2 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --jp__p1: 500 14px/1.8 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --jp__p2: 500 12px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}
@media screen and (min-width: 840px) {
  :root {
    --jp__h3: 600 20px/1.2 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    --jp__h4: 600 18px/1.2 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    --jp__p1: 500 16px/1.8 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    --jp__p2: 500 14px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  }
}

:root {
  --jp__h1--fv: 600 14px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --jp__h4--info-box: 600 12px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --jp__p1--box-inner: 500 12px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --jp__p2--box-inner: 500 10px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  --en__h2--fv: 600 12px/1 alternate-gothic-atf, sans-serif;
}
@media screen and (min-width: 840px) {
  :root {
    --jp__h1--fv: 600 16px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    --jp__h4--info-box: 600 14px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    --jp__p1--box-inner: 500 14px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    --jp__p2--box-inner: 500 12px/1.4 Noto Sans JP, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    --en__h2--fv: 600 14px/1.4 alternate-gothic-atf, sans-serif;
  }
}

:root {
  --space-width__common: 24px;
  --space-width__article: 40px;
  --space-height__article: 40px;
  --space-height__sentence: 12px;
}
@media screen and (min-width: 840px) {
  :root {
    --space-height__article: 60px;
    --space-height__sentence: 16px;
  }
}

:root {
  --RCMS__layout-global-header: 52px;
  --RCMS__layout-team-header: 70px;
}
@media screen and (min-width: 767px) {
  :root {
    --RCMS__layout-team-header: 130px;
  }
}

:root {
  --width__1200: 1200px;
  --width__800: 800px;
}

.altiri-section img {
  margin: initial;
}
.altiri-section li {
  list-style: none;
}
.altiri-section .fv {
  position: relative;
  width: 100%;
  height: calc(93vh - (var(--RCMS__layout-global-header) + var(--RCMS__layout-team-header)));
}
.altiri-section .fv__txt {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0 var(--space-width__common);
  box-sizing: border-box;
}
.altiri-section .fv__txt h1 {
  font: var(--jp__h1--fv);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.altiri-section .fv__txt h2 {
  font: var(--en__h2--fv);
  text-transform: uppercase;
}
.altiri-section .fv__txt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
.altiri-section .fv__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.altiri-section .fv__img img {
  max-width: var(--width__800);
  padding: 0 var(--space-width__common);
}
.altiri-section main {
  width: initial;
  max-width: initial;
  margin: initial;
  color: #2B2B2B;
  background: #fff;
}
.altiri-section main article {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-height__article);
  width: 100%;
  max-width: var(--width__800);
  padding: 64px var(--space-width__article);
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section main article {
    padding: 168px var(--space-width__article);
  }
}
.altiri-section main article h3 {
  font: var(--jp__h3);
}
.altiri-section main article h4 {
  font: var(--jp__h4);
}
.altiri-section main article p, .altiri-section main article .annttn {
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main article p {
  font: var(--jp__p1);
}
.altiri-section main article .annttn {
  display: flex;
  opacity: 0.8;
  font: var(--jp__p2);
}
.altiri-section main article .annttn::before {
  content: "※";
}
.altiri-section main article a {
  font-weight: 600;
  color: #2B2B2B;
}
.altiri-section main article .info-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  color: #000;
  background: #F5F5F5;
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section main article .info-box {
    padding: 40px;
    gap: 24px;
  }
}
.altiri-section main article .info-box__contents {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
.altiri-section main article .info-box__list {
  flex-direction: column;
}
.altiri-section main article .info-box h4 {
  font: var(--jp__h4--info-box);
  white-space: nowrap;
}
.altiri-section main article .info-box__txt {
  font: var(--jp__p1--box-inner);
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main article .info-box__annttn {
  display: flex;
  opacity: 0.8;
  font: var(--jp__p2--box-inner);
}
.altiri-section main article .info-box__annttn::before {
  content: "※";
}
.altiri-section main article .info-box--bio {
  gap: 20px;
}
.altiri-section main article .info-box--bio .info-box__contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 840px) {
  .altiri-section main article .info-box--bio .info-box__contents {
    flex-direction: initial;
  }
  .altiri-section main article .info-box--bio .info-box__contents img {
    width: 140px;
  }
}
.altiri-section main article .info-box--bio .info-box__sentence {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 840px) {
  .altiri-section main article .info-box--bio .info-box__sentence {
    gap: 12px;
  }
}
.altiri-section main article .info-box--no-padding {
  color: #2B2B2B;
  background: initial;
  padding: initial;
}
.altiri-section main article .border-box {
  width: 30px;
  height: 1px;
  background: #2B2B2B;
}
.altiri-section main article .desc-box {
  display: flex;
  flex-direction: column;
  gap: var(--space-height__sentence);
}
.altiri-section main article .img-wrppr {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.altiri-section main article .img-wrppr--dual {
  background: #030B1C;
}
.altiri-section main article .img-wrppr--dual img {
  width: 48%;
}/*# sourceMappingURL=altiri-lp-news.css.map */