@charset "UTF-8";
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Vars
----------------------------------------*/
/*----------------------------------------
	Reset
----------------------------------------*/
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

img {
  border: none;
  vertical-align: top;
}

/*----------------------------------------
	Mediaquery
----------------------------------------*/
/*----------------------------------------
	fonts
----------------------------------------*/
/*----------------------------------------
	Base
----------------------------------------*/
html {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  background-color: #adddf2!important;
  color: #3e3a39;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: opacity 0.4s ease;
}
a:link, a:visited {
  color: #3e3a39;
}

a:hover {
  opacity: 0.7;
}

a[data-rel=external]:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  background: transparent url("../image/icon-external.png") no-repeat scroll center center;
  background-size: contain;
  margin-right: 0.5em;
}

/*----------------------------------------
	Setting
----------------------------------------*/
/* font family */
/*----------------------------------------
	Layout
----------------------------------------*/
.l-container {
  position: relative;
}

.l-limit {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-limit {
    box-sizing: border-box;
    min-width: 1000px;
    max-width: 1600px;
  }
}

.l-frame {
  width: 84.8101265823%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-frame {
    width: 89.0625%;
  }
}

@media screen and (min-width: 769px) {
  .l-column {
    display: flex;
    justify-content: space-between;
  }
}
.l-column-both {
  display: flex;
  justify-content: space-between;
}
.l-column--wrap {
  flex-wrap: wrap;
}
.l-column--reverse {
  flex-direction: row-reverse;
}

/*----------------------------------------
	Header
----------------------------------------*/
.l-header {
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 23.5px 5.0632911392%;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .l-header {
    padding: 30px 3.125%;
  }
}
.l-headerTitle {
  width: 160px;
}
@media screen and (min-width: 769px) {
  .l-headerTitle {
    width: 240px;
  }
}

/*----------------------------------------
	Footer
----------------------------------------*/
.l-footer {
  position: relative;
  width: 100%;
  height: 100dvh;
  margin-top: 300px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-footer {
    min-height: 760px;
  }
}
.l-footerWrapper {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-footerWrapper {
    bottom: 38px;
  }
}
.l-footerLogo {
  width: 140px;
  margin: 0 auto 14px;
}
@media screen and (min-width: 769px) {
  .l-footerLogo {
    width: 216px;
    margin: 0 auto 27px;
  }
}
.l-footerCopyright {
  text-align: center;
}
.l-footerCopyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 769px) {
  .l-footerCopyright small {
    font-size: 12px;
  }
}

.t-links {
  position: absolute;
  bottom: 150px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .t-links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.t-links__title {
  z-index: 2;
  position: relative;
  text-align: center;
  margin-bottom: 140px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 34px;
  line-height: 2;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .t-links__title {
    margin-bottom: 140px;
    font-size: 60px;
  }
}
.t-links__buttons {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 769px) {
  .t-links__buttons {
    display: flex;
    justify-content: center;
    gap: 0 16px;
  }
}
.t-links__button {
  max-width: 220px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .t-links__button {
    width: 240px;
    max-width: 240px;
    margin: 0;
  }
}
.t-links__button a {
  text-align: center;
  display: block;
  padding: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  background-color: #00a6e9;
  color: #ffffff;
  border-radius: 200px;
}
@media screen and (min-width: 769px) {
  .t-links__button a {
    padding: 24px 0;
    font-size: 16px;
  }
}
.t-links__button a span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
}
.t-links__button a span::after {
  content: "";
  display: block;
  margin-top: 2px;
  width: 5.4px;
  height: 9.5px;
  background: transparent url(../../image/arrow01.svg) no-repeat scroll center center/cover;
}
.t-links__button + .t-links__button {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .t-links__button + .t-links__button {
    margin-top: 0;
  }
}
.t-links__button--reload {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 200px;
}
@media screen and (min-width: 769px) {
  .t-links__button--reload {
    transition: opacity 0.4s ease 0s;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .t-links__button--reload:hover {
    opacity: 0.6 !important;
  }
}
.t-links__button--reload span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  padding: 13px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .t-links__button--reload span {
    padding: 24px 0;
    font-size: 16px;
  }
}
.t-links__button--reload span::after {
  content: "";
  display: block;
  margin-top: 0;
  width: 9.5px;
  height: 11.1px;
  background: transparent url(../../image/reload.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
  .t-links__button--reload span::after {
    width: 11.8px;
    height: 13.9px;
  }
}
.t-links__reload {
  display: block;
  width: 157px;
  max-width: 157px;
  margin: 26px auto 0;
  padding: 10px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 200px;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .t-links__reload {
    width: 200px;
    max-width: 200px;
    margin: 40px auto 0;
    padding: 13px 0;
    font-size: 14px;
    cursor: pointer;
  }
}
.t-links__reload span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
}
.t-links__reload span::after {
  content: "";
  display: block;
  margin-top: 0;
  width: 9.5px;
  height: 11.1px;
  background: transparent url(../../image/reload.svg) no-repeat scroll center center/cover;
}
@media screen and (min-width: 769px) {
  .t-links__reload span::after {
    width: 11.8px;
    height: 13.9px;
  }
}
.t-links__cloud {
  position: absolute;
  opacity: 0;
  transform: scale(0);
}
.t-links__cloud--1 {
  width: 40.7692307692%;
  top: -33.6%;
  right: -3.3%;
}
@media screen and (min-width: 769px) {
  .t-links__cloud--1 {
    width: 19.765625%;
    top: -34.5%;
    right: 3.6%;
  }
}
.t-links__cloud--2 {
  width: 32.0512820513%;
  top: 102.9%;
  left: 3.2%;
}
@media screen and (min-width: 769px) {
  .t-links__cloud--2 {
    width: 15.46875%;
    top: 72%;
    left: 5.8%;
  }
}

.t-links__buttons,
.t-links__reload {
  z-index: 1;
  position: relative;
}

/*----------------------------------------
	Component
----------------------------------------*/
.c-h1 {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-h1 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.c-section {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.c-section:not(.c-section--1) {
  padding-top: 400px;
  padding-bottom: 400px;
}
@media screen and (min-width: 769px) {
  .c-section:not(.c-section--1) {
    padding-top: 800px;
    padding-bottom: 800px;
  }
}

.c-section:last-of-type {
  margin-bottom: 0;
}

.c-section--message {
  margin-bottom: 0 !important;
}

.c-section--links {
  margin-top: 200px !important;
}

/*----------------------------------------
	Utility
----------------------------------------*/
.u-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-red {
  color: red;
}

.u-bg-red {
  background-color: red;
}

/* 
* 余白打ち消しクラス
*/
.u-noRadius {
  border-radius: 0 !important;
}

.u-noMargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-noMargin-top {
  margin-top: 0 !important;
}

.u-noMargin-bottom {
  margin-bottom: 0 !important;
}

.u-noPadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-noPadding-top {
  padding-top: 0 !important;
}

.u-noPadding-bottom {
  padding-bottom: 0 !important;
}

/* 
* 余白
*/
.-padding-t {
  padding-top: 10px;
}
.-padding-t.-x2 {
  padding-top: 20px;
}
.-padding-t.-x4 {
  padding-top: 40px;
}
.-padding-t.-x6 {
  padding-top: 60px;
}
.-padding-t.-x8 {
  padding-top: 80px;
}
.-padding-t.-x10 {
  padding-top: 100px;
}

.-padding-b {
  padding-bottom: 10px;
}
.-padding-b.-x2 {
  padding-bottom: 20px;
}
.-padding-b.-x4 {
  padding-bottom: 40px;
}
.-padding-b.-x6 {
  padding-bottom: 60px;
}
.-padding-b.-x8 {
  padding-bottom: 80px;
}
.-padding-b.-x10 {
  padding-bottom: 100px;
}

.-margin-t {
  margin-top: 10px;
}
.-margin-t.-x2 {
  margin-top: 20px;
}
.-margin-t.-x4 {
  margin-top: 40px;
}
.-margin-t.-x6 {
  margin-top: 60px;
}
.-margin-t.-x8 {
  margin-top: 80px;
}
.-margin-t.-x10 {
  margin-top: 100px;
}

.-margin-b {
  margin-bottom: 10px;
}
.-margin-b.-x2 {
  margin-bottom: 20px;
}
.-margin-b.-x4 {
  margin-bottom: 40px;
}
.-margin-b.-x6 {
  margin-bottom: 60px;
}
.-margin-b.-x8 {
  margin-bottom: 80px;
}
.-margin-b.-x10 {
  margin-bottom: 100px;
}

/*----------------------------------------
	Page Home
----------------------------------------*/
.t-hero {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.t-page {
  position: relative;
  overflow: hidden;
}
.t-page__scroller {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 20px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .t-page__scroller {
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0 8px;
    bottom: 0;
    right: 20px;
  }
}
.t-page__scroller p {
  writing-mode: vertical-rl;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .t-page__scroller p {
    font-size: 12px;
  }
}
.t-page__scroller span {
  display: block;
  position: relative;
  width: 3px;
  height: 100px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .t-page__scroller span {
    height: 135px;
  }
}
.t-page__scroller span::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00b2e7;
  animation: scrollbar 2s ease 0s infinite;
}
.t-page__scroller span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

@keyframes scrollbar {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.t-pageNavigation {
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 3.2px 0;
  position: fixed;
  top: 20px;
  right: 6px;
  width: 21px;
}
@media screen and (min-width: 769px) {
  .t-pageNavigation {
    top: 40px;
    right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .t-pageNavigation {
    top: 100px;
    right: 1.5625%;
  }
}
.t-pageNavigation__marker {
  z-index: 7;
  position: absolute;
  top: 0;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0099e7;
  border: 2px solid #3e3a39;
}
.t-pageNavigation li {
  position: relative;
}
.t-pageNavigation li span {
  text-align: center;
  display: inline-block;
  height: 40px;
  padding-left: 5px;
  writing-mode: vertical-rl;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .t-pageNavigation li span {
    font-size: 13px;
  }
}
.t-pageNavigation li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #3e3a39;
}

.t-pageNext {
  opacity: 0;
  z-index: 20;
  position: fixed;
  width: 80px;
  height: 80px;
  transform: opacity 0.3s ease 0s;
}
@media screen and (min-width: 769px) {
  .t-pageNext {
    width: 120px;
    height: 120px;
  }
}
.t-pageNext a {
  opacity: 0;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #0099e7;
  transition: all 0.35s ease 0s;
}
.t-pageNext__wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 30px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .t-pageNext__wrap {
    width: 50px;
    height: 36px;
  }
}
.t-pageNext__arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6px;
}
@media screen and (min-width: 769px) {
  .t-pageNext__arrow {
    top: 4px;
  }
}
.t-pageNext__text {
  opacity: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2px;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 10px;
  line-height: 1.28;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .t-pageNext__text {
    top: 2px;
    font-size: 12px;
  }
}

.t-pageHero {
  position: relative;
}
.t-pageHero__inner {
  position: relative;
  width: 100%;
  height: 100dvh;
  padding-bottom: 100px;
}
.t-pageHero__logo {
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -63%) scale(0.6);
  width: 69.6202531646%;
}
@media screen and (min-width: 769px) {
  .t-pageHero__logo {
    width: 34.6875%;
    min-width: 444px;
  }
}
.t-pageHero__wrapper {
  position: relative;
  width: 100%;
  height: 100dvh;
  transform: scale(0.8);
  opacity: 0;
  transform-origin: center;
}
.t-pageHero__layer {
  position: absolute;
  width: 100%;
  height: 100dvh;
}
.t-pageHero__layer--1 {
  z-index: 5;
  top: -10%;
  left: -34%;
  width: 153.417721519%;
}
@media screen and (min-width: 769px) {
  .t-pageHero__layer--1 {
    top: -6%;
    left: -9%;
    width: 107.8125%;
  }
}
.t-pageHero__layer--2 {
  z-index: 4;
  top: 12%;
  left: -5%;
  width: 124.5569620253%;
}
@media screen and (min-width: 769px) {
  .t-pageHero__layer--2 {
    top: -9%;
    left: -4%;
    width: 99.453125%;
  }
}
.t-pageHero__layer--3 {
  z-index: 3;
  top: -19%;
  left: -3%;
  width: 110.3797468354%;
}
@media screen and (min-width: 769px) {
  .t-pageHero__layer--3 {
    top: auto;
    right: -4%;
    left: auto;
    bottom: -12%;
    width: 75%;
  }
}
.t-pageHero__layer--4 {
  z-index: 2;
  top: 5%;
  left: -6%;
  width: 122.0253164557%;
}
@media screen and (min-width: 769px) {
  .t-pageHero__layer--4 {
    top: -4%;
    left: 10%;
    width: 49.375%;
  }
}
.t-pageHero__layer--5 {
  z-index: 1;
  top: 3%;
  left: -34%;
  width: 171.8987341772%;
}
@media screen and (min-width: 769px) {
  .t-pageHero__layer--5 {
    top: -1%;
    left: 7%;
    width: 73.59375%;
  }
}
.t-pageHero__cloud {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.t-pageHero__main {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  width: 169.1139240506%;
}
@media screen and (min-width: 769px) {
  .t-pageHero__main {
    width: 62.734375%;
  }
}
.t-pageHero__lead {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 769px) {
  .t-pageHero__lead {
    transform: translateY(0);
  }
}
.t-pageHero__lead__wrap {
  position: fixed;
  top: 50%;
  left: 6.25%;
  transform: translateY(-50%);
}
.t-pageHero__lead span.text {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  overflow: hidden;
  background-color: transparent;
  color: transparent;
}
@media screen and (min-width: 769px) {
  .t-pageHero__lead span.text {
    padding: 6.8px 8.2px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
  }
}
.t-pageHero__lead span.text + span.text {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .t-pageHero__lead span.text + span.text {
    margin-top: 24px;
  }
}
.t-pageHero__lead span.text .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a9eff;
  transform: translateX(-101%);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .t-pageHero__lead span.text:nth-of-type(3) {
    margin-top: 88px;
  }
}
.t-pageHero__text {
  position: fixed;
  top: 50%;
  left: 6.25%;
  transform: translateY(-50%) scale(0);
}
@media screen and (min-width: 769px) {
  .t-pageHero__text {
    left: 50%;
    width: 90.625%;
    max-width: 1280px;
    transform: translate(-50%, -50%) scale(0);
  }
}
.t-pageHero__text span.text {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  overflow: hidden;
  background-color: transparent;
  color: transparent;
}
@media screen and (min-width: 769px) {
  .t-pageHero__text span.text {
    padding: 6.8px 8.2px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
  }
}
.t-pageHero__text span.text + span.text {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .t-pageHero__text span.text + span.text {
    margin-top: 24px;
  }
}
.t-pageHero__text span.text .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a9eff;
  transform: translateX(-101%);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .t-pageHero__text span.text:nth-of-type(3) {
    margin-top: 88px;
  }
}

.t-contents {
  position: relative;
}
@media screen and (min-width: 769px) {
  .t-contents {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100dvh;
  }
}
.t-contents__image {
  --circle-gray-scale: 0;
  --circle-gray-pos-y: 0;
  --circle-yellow-scale: 0;
  --circle-yellow-pos-y: 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .t-contents__image {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
.t-contents__image::before {
  content: "";
  z-index: -2;
  position: absolute;
  aspect-ratio: 1/1;
  background-color: rgba(224, 245, 255, 0.8);
  border-radius: 50%;
  transform: translateY(var(--circle-gray-pos-y)) scale(var(--circle-gray-scale));
}
.t-contents__image::after {
  content: "";
  z-index: -1;
  position: absolute;
  aspect-ratio: 1/1;
  background-color: #faf878;
  border-radius: 50%;
  transform-origin: center;
  transform: translateY(var(--circle-yellow-pos-y)) scale(var(--circle-yellow-scale));
}
@media screen and (min-width: 769px) {
  .t-contents__image::after {
    position: fixed;
  }
}
.t-contents__image__main {
  z-index: 1;
  position: relative;
  transform: scale(0);
}
.t-contents__image__cloud {
  position: absolute;
  transform: scale(0);
}
.t-contents__image__number {
  opacity: 0;
  position: absolute;
  display: flex;
  align-items: flex-end;
  gap: 0 12px;
}
@media screen and (min-width: 769px) {
  .t-contents__image__number {
    display: none;
    gap: 0 22px;
  }
}
.t-contents__image__number .total {
  width: 23px;
}
@media screen and (min-width: 769px) {
  .t-contents__image__number .total {
    width: 40px;
  }
}
.t-contents__detail {
  position: relative;
  padding: 47px 5.0632911392% 0;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .t-contents__detail {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 1280px;
    padding: 0;
  }
}
.t-contents__detail__title {
  margin-bottom: 25px;
  transform: scale(0);
  transform-origin: center;
}
@media screen and (min-width: 769px) {
  .t-contents__detail__title {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .t-contents__detail__title {
    margin-bottom: 52px;
  }
}
.t-contents__detail__title span.text {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.1em;
  overflow: hidden;
  color: transparent;
}
@media screen and (min-width: 769px) {
  .t-contents__detail__title span.text {
    padding: 6px 0;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1280px) {
  .t-contents__detail__title span.text {
    font-size: 32px;
  }
}
.t-contents__detail__title span.text + span.text {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .t-contents__detail__title span.text + span.text {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .t-contents__detail__title span.text + span.text {
    margin-top: 12px;
  }
}
.t-contents__detail__title span.text .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a9eff;
  transform: translateX(-101%);
  z-index: 2;
}
.t-contents__detail__text {
  transform: scale(0);
  transform-origin: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .t-contents__detail__text {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1280px) {
  .t-contents__detail__text {
    font-size: 16px;
  }
}

.c-section--2 .t-contents__image {
  padding-bottom: 38px;
}
@media screen and (min-width: 769px) {
  .c-section--2 .t-contents__image {
    padding-bottom: 0;
    right: 46%;
    max-width: 525px;
  }
}
.c-section--2 .t-contents__image::before {
  top: -22.8%;
  left: -14.2%;
  width: 111.7948717949%;
}
@media screen and (min-width: 769px) {
  .c-section--2 .t-contents__image::before {
    top: -20.7%;
    left: -18.8%;
    width: 146.4%;
  }
}
.c-section--2 .t-contents__image::after {
  top: 84%;
  right: -13.6%;
  width: 58.102564%;
}
@media screen and (min-width: 769px) {
  .c-section--2 .t-contents__image::after {
    top: -38%;
    right: -100%;
    width: 107.8%;
  }
}
.c-section--2 .t-contents__image__main {
  width: 65.1282051282%;
  padding-left: 16.4102564103%;
}
@media screen and (min-width: 769px) {
  .c-section--2 .t-contents__image__main {
    width: 100%;
    padding-left: 0;
  }
}
.c-section--2 .t-contents__image__cloud {
  width: 33.0769230769%;
  top: -2.4%;
  left: -14%;
}
@media screen and (min-width: 769px) {
  .c-section--2 .t-contents__image__cloud {
    width: 51.676923%;
    top: -12.6%;
    left: -22.4%;
  }
}
.c-section--2 .t-contents__image__number {
  left: 10.2564102564%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-section--2 .t-contents__image__number {
    left: -11.24359%;
    bottom: -52px;
  }
}
.c-section--2 .t-contents__image__number .current {
  width: 46px;
}
@media screen and (min-width: 769px) {
  .c-section--2 .t-contents__image__number .current {
    width: 77px;
  }
}
@media screen and (min-width: 769px) {
  .c-section--2 .t-contents__detail {
    left: calc(50% + 240px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section--2 .t-contents__detail {
    left: calc(50% + 320px);
  }
}
@media screen and (min-width: 1280px) {
  .c-section--2 .t-contents__detail {
    left: calc(50% + 380px);
  }
}
@media screen and (min-width: 2000px) {
  .c-section--2 .t-contents__detail {
    left: calc(50% + 480px);
  }
}

.c-section--3 .t-contents__image {
  padding-bottom: 18px;
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__image {
    padding-bottom: 0;
    left: 47%;
    max-width: 535px;
  }
}
.c-section--3 .t-contents__image::before {
  top: -21.8%;
  left: 2%;
  width: 100.5128205128%;
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__image::before {
    top: -33.8%;
    left: -25.7%;
    width: 149.112821%;
  }
}
.c-section--3 .t-contents__image::after {
  top: 45%;
  left: -18%;
  width: 55.102564%;
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__image::after {
    top: 30%;
    right: auto;
    left: -100%;
    width: 98%;
  }
}
.c-section--3 .t-contents__image__main {
  width: 71.0256410256%;
  padding-left: 16.4102564103%;
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__image__main {
    width: 100%;
    padding: 0;
  }
}
.c-section--3 .t-contents__image__cloud {
  width: 27.6923076923%;
  top: 54.7%;
  right: -9.7%;
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__image__cloud {
    width: 42.892308%;
    top: 72.3%;
    right: -30.3%;
  }
}
.c-section--3 .t-contents__image__number {
  left: 10.2564102564%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__image__number {
    left: 84.85641%;
    bottom: -111px;
  }
}
.c-section--3 .t-contents__image__number .current {
  width: 53px;
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__image__number .current {
    width: 88.8px;
  }
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__detail {
    left: calc(50% - 180px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section--3 .t-contents__detail {
    left: calc(50% - 220px);
  }
}
@media screen and (min-width: 1280px) {
  .c-section--3 .t-contents__detail {
    left: calc(50% - 260px);
  }
}
@media screen and (min-width: 2000px) {
  .c-section--3 .t-contents__detail {
    left: calc(50% - 340px);
  }
}
.c-section--3 .t-contents__detail::before {
  top: -32%;
  left: -24.2%;
  width: 62.0512820513%;
}
@media screen and (min-width: 769px) {
  .c-section--3 .t-contents__detail::before {
    top: 31.3%;
    left: 10.4%;
    width: 94.251282%;
  }
}

.c-section--4 .t-contents__image {
  padding-bottom: 28px;
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__image {
    padding-bottom: 0;
    right: 50.3%;
    max-width: 512px;
  }
}
.c-section--4 .t-contents__image::before {
  top: -30.4%;
  left: -17.9%;
  width: 110%;
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__image::before {
    top: -42.8%;
    left: -20.9%;
    width: 148%;
  }
}
.c-section--4 .t-contents__image::after {
  top: -12%;
  right: -21.6%;
  width: 85.102564%;
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__image::after {
    top: -36%;
    right: -131.6%;
    width: 142%;
  }
}
.c-section--4 .t-contents__image__main {
  width: 71.2820512821%;
  padding-left: 14.358974359%;
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__image__main {
    width: 100%;
    padding: 0;
  }
}
.c-section--4 .t-contents__image__cloud {
  width: 34.358974359%;
  top: -26.4%;
  left: -18.2%;
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__image__cloud {
    width: 55.258974%;
    top: 69.4%;
    left: -27.2%;
  }
}
.c-section--4 .t-contents__image__number {
  left: 10.2564102564%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__image__number {
    left: -8.34359%;
    bottom: -119px;
  }
}
.c-section--4 .t-contents__image__number .current {
  width: 53px;
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__image__number .current {
    width: 88.8px;
  }
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__detail {
    left: calc(50% + 240px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section--4 .t-contents__detail {
    left: calc(50% + 320px);
  }
}
@media screen and (min-width: 1280px) {
  .c-section--4 .t-contents__detail {
    left: calc(50% + 380px);
  }
}
@media screen and (min-width: 2000px) {
  .c-section--4 .t-contents__detail {
    left: calc(50% + 480px);
  }
}
.c-section--4 .t-contents__detail::before {
  top: -67.1%;
  right: -36.3%;
  width: 82.8205128205%;
}
@media screen and (min-width: 769px) {
  .c-section--4 .t-contents__detail::before {
    top: -20.4%;
    right: -8.4%;
    width: 58.420513%;
  }
}

.c-section--5 .t-contents__image {
  padding-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__image {
    padding-bottom: 0;
    left: 47.7%;
    max-width: 503px;
  }
}
.c-section--5 .t-contents__image::before {
  top: -21.5%;
  left: -5%;
  width: 111.0256410256%;
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__image::before {
    top: -32.2%;
    left: -36.3%;
    width: 182.725641%;
  }
}
.c-section--5 .t-contents__image::after {
  top: 2%;
  left: -9.6%;
  width: 46.102564%;
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__image::after {
    top: 52%;
    right: auto;
    left: -79.6%;
    width: 83%;
  }
}
.c-section--5 .t-contents__image__main {
  width: 67.1794871795%;
  padding-left: 15.641025641%;
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__image__main {
    width: 100%;
    padding: 0;
  }
}
.c-section--5 .t-contents__image__cloud {
  width: 25.8974358974%;
  top: -6.2%;
  left: 1.7%;
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__image__cloud {
    width: 31.397436%;
    top: -11%;
    left: -110%;
  }
}
.c-section--5 .t-contents__image__number {
  left: 10.2564102564%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__image__number {
    left: 66.65641%;
    bottom: -33px;
  }
}
.c-section--5 .t-contents__image__number .current {
  width: 54px;
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__image__number .current {
    width: 92px;
  }
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__detail {
    left: calc(50% - 180px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section--5 .t-contents__detail {
    left: calc(50% - 220px);
  }
}
@media screen and (min-width: 1280px) {
  .c-section--5 .t-contents__detail {
    left: calc(50% - 260px);
  }
}
@media screen and (min-width: 2000px) {
  .c-section--5 .t-contents__detail {
    left: calc(50% - 340px);
  }
}
.c-section--5 .t-contents__detail::before {
  top: -66.8%;
  left: -18.9%;
  width: 50.7692307692%;
}
@media screen and (min-width: 769px) {
  .c-section--5 .t-contents__detail::before {
    top: 46.1%;
    left: 44.6%;
    width: 59.969231%;
  }
}

.c-section--6 .t-contents__image {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-section--6 .t-contents__image {
    padding-bottom: 0;
    right: 48%;
    max-width: 502px;
  }
}
.c-section--6 .t-contents__image::before {
  top: -10%;
  left: -4.1%;
  width: 107.9487179487%;
}
@media screen and (min-width: 769px) {
  .c-section--6 .t-contents__image::before {
    top: 10.4%;
    left: -13.3%;
    width: 175.048718%;
  }
}
.c-section--6 .t-contents__image::after {
  top: -16%;
  right: -15.6%;
  width: 51.102564%;
}
@media screen and (min-width: 769px) {
  .c-section--6 .t-contents__image::after {
    top: -8%;
    right: -116.6%;
    width: 120%;
  }
}
.c-section--6 .t-contents__image__main {
  width: 64.6153846154%;
  padding-left: 17.9487179487%;
}
@media screen and (min-width: 769px) {
  .c-section--6 .t-contents__image__main {
    width: 100%;
    padding: 0;
  }
}
.c-section--6 .t-contents__image__cloud {
  width: 34.358974359%;
  top: 74.7%;
  left: -9.7%;
}
@media screen and (min-width: 769px) {
  .c-section--6 .t-contents__image__cloud {
    width: 56.758974%;
    top: 78%;
    left: -45%;
  }
}
.c-section--6 .t-contents__image__number {
  left: 10.2564102564%;
  bottom: 17px;
}
@media screen and (min-width: 769px) {
  .c-section--6 .t-contents__image__number {
    left: -14.64359%;
    bottom: -42px;
  }
}
.c-section--6 .t-contents__image__number .current {
  width: 53px;
}
@media screen and (min-width: 769px) {
  .c-section--6 .t-contents__image__number .current {
    width: 88.7px;
  }
}
@media screen and (min-width: 769px) {
  .c-section--6 .t-contents__detail {
    left: calc(50% + 240px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section--6 .t-contents__detail {
    left: calc(50% + 320px);
  }
}
@media screen and (min-width: 1280px) {
  .c-section--6 .t-contents__detail {
    left: calc(50% + 380px);
  }
}
@media screen and (min-width: 2000px) {
  .c-section--6 .t-contents__detail {
    left: calc(50% + 480px);
  }
}
.c-section--6 .t-contents__detail::before {
  top: -79%;
  right: -33.2%;
  width: 61.2820512821%;
}

.c-section--7 .t-contents__image {
  padding-bottom: 13px;
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__image {
    padding-bottom: 0;
    left: 55.2%;
    max-width: 430px;
  }
}
.c-section--7 .t-contents__image::before {
  top: 17.8%;
  left: 2.7%;
  width: 94.358974359%;
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__image::before {
    top: 10.7%;
    left: -51.3%;
    width: 169.358974%;
  }
}
.c-section--7 .t-contents__image::after {
  top: -2%;
  left: -45.6%;
  width: 60.102564%;
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__image::after {
    top: -33%;
    left: -154%;
    width: 147%;
  }
}
.c-section--7 .t-contents__image__main {
  width: 62.0512820513%;
  padding-left: 20.5128205128%;
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__image__main {
    width: 100%;
    padding: 0;
  }
}
.c-section--7 .t-contents__image__cloud {
  width: 33.0769230769%;
  top: -3%;
  right: 10.4%;
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__image__cloud {
    width: 63.076923%;
    top: -13.5%;
    right: -27.3%;
  }
}
.c-section--7 .t-contents__image__number {
  left: 10.2564102564%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__image__number {
    left: 81.15641%;
    bottom: -115px;
  }
}
.c-section--7 .t-contents__image__number .current {
  width: 54px;
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__image__number .current {
    width: 89.9px;
  }
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__detail {
    left: calc(50% - 180px);
  }
}
@media screen and (min-width: 1024px) {
  .c-section--7 .t-contents__detail {
    left: calc(50% - 220px);
  }
}
@media screen and (min-width: 1280px) {
  .c-section--7 .t-contents__detail {
    left: calc(50% - 260px);
  }
}
@media screen and (min-width: 2000px) {
  .c-section--7 .t-contents__detail {
    left: calc(50% - 340px);
  }
}
.c-section--7 .t-contents__detail::before {
  top: -68%;
  left: -47%;
  width: 64.358974359%;
}
@media screen and (min-width: 769px) {
  .c-section--7 .t-contents__detail::before {
    top: -41.4%;
    left: 2.4%;
    width: 125.658974%;
  }
}

.t-numbers {
  z-index: 10;
  display: flex;
  align-items: flex-end;
  gap: 0 4px;
  position: fixed;
  bottom: 40px;
  left: 100px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .t-numbers {
    display: none;
  }
}
.t-numbers.is-position {
  left: calc(100% - 300px);
}
.t-numbers__current {
  display: flex;
  gap: 0 8px;
  overflow: hidden;
  padding: 2px 0;
}
.t-numbers__current span {
  display: block;
}
.t-numbers__current span:nth-of-type(1) {
  width: 41px;
  height: 67px;
  -o-object-fit: cover;
  object-fit: cover;
}
.t-numbers__current span:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 41px;
  height: 67px;
  -o-object-fit: cover;
  object-fit: cover;
}
.t-numbers__current img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.t-numbers__total {
  width: 42px;
}

.t-message {
  --circle1: 0;
  --circle2: 0;
  --circle1-posY: 0;
  --circle2-posY: 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
}
@media screen and (min-width: 769px) {
  .t-message {
    height: auto;
    padding: 290px 0;
  }
}
.t-message::before {
  content: "";
  z-index: -2;
  position: fixed;
  top: 8%;
  left: -19.4%;
  aspect-ratio: 1/1;
  width: 81.171795%;
  background-color: rgba(224, 245, 255, 0.8);
  border-radius: 50%;
  transform: translateY(var(--circle1-posY)) scale(var(--circle1));
}
@media screen and (min-width: 769px) {
  .t-message::before {
    width: 43.046875%;
    min-width: 551px;
    top: -6%;
    left: 5.4%;
  }
}
.t-message::after {
  content: "";
  z-index: -2;
  position: fixed;
  top: 41.3%;
  right: -22.9%;
  aspect-ratio: 1/1;
  width: 61.671795%;
  background-color: rgba(224, 245, 255, 0.8);
  border-radius: 50%;
  transform: translateY(var(--circle2-posY)) scale(var(--circle2));
}
@media screen and (min-width: 769px) {
  .t-message::after {
    width: 34.21875%;
    min-width: 438px;
    top: 50.2%;
    right: 3.7%;
  }
}
.t-message__text {
  text-align: center;
  z-index: 3;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.t-message__text span.text {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  overflow: hidden;
  background-color: transparent;
  color: transparent;
}
@media screen and (min-width: 769px) {
  .t-message__text span.text {
    padding: 6.8px 8.2px 8.6px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
  }
}
.t-message__text span.text + span.text {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .t-message__text span.text + span.text {
    margin-top: 24px;
  }
}
.t-message__text span.text .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a9eff;
  transform: translateX(-101%);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .t-message__text span.text:nth-of-type(3) {
    margin-top: 88px;
  }
}
.t-message__image {
  z-index: 2;
  position: fixed;
  transform: scale(0);
}
.t-message__image--1 {
  width: 33.717949%;
  top: 22%;
  left: 9.7%;
}
@media screen and (min-width: 769px) {
  .t-message__image--1 {
    width: 18.75%;
    min-width: 240px;
    top: 34.7%;
    left: 1%;
  }
}
.t-message__image--2 {
  width: 35.223077%;
  top: 9.3%;
  right: 19.8%;
}
@media screen and (min-width: 769px) {
  .t-message__image--2 {
    width: 19.6875%;
    min-width: 252px;
    top: 8.5%;
    left: 24.6%;
    right: auto;
  }
}
.t-message__image--3 {
  width: 33.179487%;
  top: 33%;
  right: 11.1%;
}
@media screen and (min-width: 769px) {
  .t-message__image--3 {
    width: 18.828125%;
    min-width: 241px;
    top: 10.4%;
    left: 58.4%;
    right: auto;
  }
}
.t-message__image--4 {
  width: 33.666667%;
  bottom: 12.8%;
  left: 4.9%;
}
@media screen and (min-width: 769px) {
  .t-message__image--4 {
    width: 18.59375%;
    min-width: 238px;
    bottom: -6.1%;
    left: 14.8%;
  }
}
.t-message__image--5 {
  width: 29.410256%;
  bottom: -0.8%;
  left: 38.8%;
}
@media screen and (min-width: 769px) {
  .t-message__image--5 {
    width: 18.515625%;
    min-width: 237px;
    bottom: -8%;
    left: 66.9%;
  }
}
.t-message__image--6 {
  width: 29.282051%;
  bottom: 18.4%;
  right: 4.3%;
}
@media screen and (min-width: 769px) {
  .t-message__image--6 {
    width: 15.9375%;
    min-width: 204px;
    bottom: 33%;
    left: 79.3%;
  }
}
.t-message__cloud {
  z-index: 1;
  position: fixed;
  transform: scale(0);
}
.t-message__cloud--1 {
  width: 38.7179487179%;
  top: 17.1%;
  left: -16.3%;
  display: none;
}
@media screen and (min-width: 769px) {
  .t-message__cloud--1 {
    width: 16.640625%;
    min-width: 213px;
    top: 0.3%;
    left: 82.4%;
    display: block;
  }
}
.t-message__cloud--2 {
  width: 34.8717948718%;
  top: 63.5%;
  left: -18.6%;
}
@media screen and (min-width: 769px) {
  .t-message__cloud--2 {
    width: 17.65625%;
    min-width: 226px;
    top: 72.9%;
    left: -1.6%;
  }
}