/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./scss/lp/ci-message.scss ***!
  \************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500&family=Shippori+Mincho:wght@400;500;600&family=Tinos:wght@700&display=swap);
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./scss/lp/ci-message.scss (1) ***!
  \****************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* 「游ゴシック」という名前で、通常時はMedium、太字の時はBoldを割り当てる設定 */
@font-face {
  font-family: "MyYuGothic";
  font-weight: normal;
  /* 通常の太さ */
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothic";
  font-weight: bold;
  /* 太字 */
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gray-dark:#4A4A4A;
  --letter-ink: #1c2b36;
  --letter-ink-soft: #44525c;
  --letter-ghost: #e6e6e6;
  --letter-accent: #111111;
  --letter-reading-line: 0.72;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

body {
  background-color: #cfcfcf;
  color: var(--letter-ink);
  font-family: "MyYuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.hero {
  align-items: center;
  background: url("../static/img/ci-message/bg_hero.webp");
  background-position: right bottom;
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
}
.hero__project {
  color: var(--gray-dark);
  font-family: "Inclusive Sans", sans-serif;
  font-size: clamp(12px, 0.86vw, 26px);
  font-weight: 400;
  left: 50%;
  letter-spacing: 0.2em;
  line-height: 1.75;
  position: absolute;
  text-align: center;
  top: 80px;
  transform: translateX(-50%);
  width: 100%;
}
.hero__project::after {
  background-color: currentColor;
  border-radius: 20px;
  content: "";
  display: block;
  height: 5px;
  margin: 16px auto 0;
  width: 68px;
}
.hero__title {
  font-size: 1em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.hero__titleSet {
  display: block;
  position: relative;
}
.hero__titleSet--sp {
  display: none;
}
.hero__titleLine {
  display: block;
  line-height: 0;
  position: relative;
}
.hero__titleBox {
  vertical-align: bottom;
}
.hero__titleBox--pc {
  width: min(90vw, 920px);
}
.hero__titleBox--sp {
  height: auto;
  width: 100%;
}
.hero__titleText {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero__titleWipe {
  --hero-brush-duration: 1.4s;
  --hero-brush-delay: 0s;
  --hero-brush-ease: linear;
  --hero-brush-distance: 106.35%;
  display: block;
  height: auto;
}
.hero__titleWipe--pc {
  width: 100%;
}
.hero__titleWipe--sp {
  --hero-brush-distance: 112%;
  --hero-brush-duration: 0.7s;
  width: 99.17%;
}
.hero__brushRect--pc {
  transform: translateX(calc(-1 * var(--hero-brush-distance)));
  transform-box: fill-box;
  transform-origin: left center;
}
.hero__brushRect--sp {
  transform: translateX(calc(-1 * var(--hero-brush-distance)));
  transform-box: fill-box;
  transform-origin: left center;
}
.hero__titleWipe--pc.is-brush-play .hero__brushRect--pc {
  animation: heroBrushWipeIn var(--hero-brush-duration) var(--hero-brush-ease) var(--hero-brush-delay) both;
}
.hero__titleWipe--sp.is-brush-play .hero__brushRect--sp {
  animation: heroBrushWipeIn var(--hero-brush-duration) var(--hero-brush-ease) var(--hero-brush-delay) both;
  transform: translateX(0);
}
.hero__scroll {
  bottom: -55px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.hero__scrollInner {
  align-items: center;
  color: var(--gray-dark);
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.86vw, 26px);
  font-weight: 600;
  gap: 30px;
  letter-spacing: 0.87em;
  text-transform: uppercase;
}
.hero__scrollInner::after {
  background: #D5D5D5 url("../static/img/ci-message/img_scroll-line.png") center top/contain no-repeat;
  content: "";
  display: block;
  height: 110px;
  left: -5px;
  position: relative;
  width: 3px;
}
@keyframes heroBrushWipeIn {
  from {
    transform: translateX(calc(-1 * var(--hero-brush-distance)));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes heroScrollArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.letter {
  background: url("../static/img/ci-message/bg_letter.webp") center center/200px auto repeat;
  color: #000;
  min-height: 100vh;
}
.letter__content {
  background: url("../static/img/ci-message/bg_letter-content.webp") center top/100% auto no-repeat;
  font-size: clamp(14px, 1.1vw, 20px);
  letter-spacing: 0.14em;
  line-height: 2.5;
  margin: 0 auto;
  max-width: 65em;
  padding: 26em 6em 400px;
}
.letter [data-split], .letter__sign {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.9s ease 0.3s, transform 1.9s ease 0.3s;
}
.letter.is-letter-visible [data-split],
.letter.is-letter-visible .letter__sign {
  opacity: 1;
  transform: translateY(0);
}
.letter p {
  margin-bottom: 2.35em;
}
.letter__salute {
  margin-bottom: 2.6em;
}
.letter__question {
  font-size: 1.4em;
  letter-spacing: 0.08em;
  margin: 3em 0;
}
.letter__key {
  font-size: 1.4em;
  letter-spacing: 0.3em;
  margin: 3em 0;
}
.letter__sign {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  letter-spacing: 0.16em;
  line-height: 1.75;
  margin-top: 60px;
  text-align: right;
}
.letter__sign p {
  margin-bottom: 8px;
}
.letter__signName {
  --sign-ink-contrast: 16;
  display: inline-block;
  line-height: 0;
  margin-left: auto;
}
.letter__signInk {
  display: inline-block;
  filter: contrast(var(--sign-ink-contrast));
  padding: 10px 8px;
}
.letter__signInk img {
  display: block;
  height: auto;
  opacity: 0;
  transition: opacity 0.55s ease;
  width: 8.5em;
}
.letter__signInk.is-ink-play img {
  opacity: 1;
}
.letter [data-split] span {
  color: transparent;
  transition: color 0.35s ease;
}
.letter [data-split].is-letter-dim span {
  color: var(--letter-ghost);
}
.letter [data-split] span.on {
  color: var(--letter-ink);
}
.letter__key[data-split] span.on {
  color: var(--letter-accent);
}

.statement {
  align-items: center;
  background: #c3d7ec url("../static/img/ci-message/bg_statement.webp") center center/cover no-repeat;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 120px 12px;
  position: relative;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.statement__content {
  align-items: flex-start;
  color: #000000;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.statement__title {
  font-size: clamp(24px, 5.83vw, 50px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
}
.statement__body {
  font-size: clamp(14px, 2.94vw, 26px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.5;
  margin-top: 40px;
}
.statement__body p {
  margin-bottom: 0;
}

.schedule {
  align-items: center;
  background: linear-gradient(180deg, #FFFBFA 0%, #FFE7DD 100%);
  display: flex;
  justify-content: center;
  padding: 160px 24px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.schedule__content {
  color: var(--gray-dark);
  padding: 24px;
  transition: opacity 1.5s ease 0.3s, transform 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
  width: min(100%, 64em);
}
.schedule__title {
  font-size: clamp(22px, 1.31vw, 32px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 18px;
}
.schedule__body {
  font-size: clamp(14px, 1.1vw, 20px);
  font-weight: 400;
  line-height: 2.5;
}
.schedule__body p {
  margin-bottom: 0;
}
.schedule.is-schedule-visible .schedule__content {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  background-color: #707070;
  background-size: 200px 200px;
  display: flex;
  flex-direction: column;
  padding: 80px clamp(16px, 18.4vw, 24px) 40px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.footer__inner {
  align-items: flex-end;
  display: flex;
  gap: 56px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.footer__links {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}
.footer__recruit {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 0;
}
.footer__label {
  align-items: center;
  background-color: transparent;
  color: #fff;
  display: inline-flex;
  font-family: "Inclusive Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.footer__label::after {
  color: currentColor;
  content: "/";
  margin-left: 18px;
}
.footer__label--share {
  align-self: center;
}
.footer__label--share::after {
  content: none;
}
.footer__link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.28s ease;
}
.footer__link:hover, .footer__link:focus-visible {
  opacity: 0.72;
}
.footer__icon {
  display: block;
  flex: 0 0 auto;
  height: 14px;
  width: 14px;
}
.footer__share {
  align-items: center;
  display: flex;
  gap: 24px;
}
.footer__snsList {
  align-items: center;
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__snsLink {
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.28s ease;
}
.footer__snsLink img {
  height: 40px;
  width: 40px;
}
.footer__snsLink:hover, .footer__snsLink:focus-visible {
  opacity: 0.72;
}
.footer__snsIcon {
  display: block;
  height: 32px;
  width: 32px;
}
.footer__copyright {
  align-self: center;
  color: #e6e6e6;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 60px;
}
@media (min-width: 768px){
  .statement__title br {
    display: none;
  }
  .statement__body {
    margin-top: clamp(40px, 8.33vw, 120px);
  }
  .statement__body br {
    display: none;
  }
  .schedule__title br {
    display: none;
  }
}
@media (max-width: 768px){
  .letter__content {
    background-image: none;
    background-repeat: repeat-y;
    padding: 200px 24px;
  }
  .letter__key {
    letter-spacing: 0.2em;
  }
}
@media (max-width: 767px){
  .hero__project {
    top: 50px;
  }
  .hero {
    background-image: url("../static/img/ci-message/bg_hero-sp.webp");
    background-size: cover;
  }
  .hero__titleSet--pc {
    display: none;
  }
  .hero__titleSet--sp {
    display: flex;
    flex-direction: column;
    gap: clamp(6px, 1.6vw, 12px);
    width: min(75vw, 603px);
  }
  .hero__titleSet--sp .hero__titleLine:nth-child(2) .hero__titleWipe {
    --hero-brush-delay: 0.5s;
  }
  .statement {
    background-image: url("../static/img/ci-message/bg_statement-sp.webp");
  }
  .schedule__content {
    padding: 24px 0;
  }
  .footer {
    min-height: auto;
    padding: 56px 24px 64px;
  }
  .footer__inner, .footer__links, .footer__recruit {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__inner {
    gap: 40px;
  }
  .footer__recruit {
    gap: 12px 24px;
  }
  .footer__links, .footer__share {
    width: 100%;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__label::after {
    display: none;
  }
  .footer__share {
    padding-top: 0;
  }
}
@media (prefers-reduced-motion: reduce){
  .hero__brushRect {
    animation: none;
    transform: translateX(0);
  }

  .letter__signInk img {
    animation: none;
    opacity: 1;
  }

  .statement__title,
.statement__body {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .letter [data-split], .letter__sign {
    line-height: 2;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .letter [data-split] span {
    color: var(--letter-ink);
    transition: none;
  }
  .letter__key[data-split] span {
    color: var(--letter-accent);
  }
}

/*# sourceMappingURL=ci-message.css.map*/