@charset "UTF-8";
/*
font-family
*/
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Roboto:wght@100;300;400;500&display=swap");
/*
BIZ UDPGothic Static
font-weightは400,700のみ指定可能
*/
.font_biz {
  font-family: "BIZ UDPGothic", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

/*
font-weightは300,600のみ指定可能
*/
.font_kaku {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font_jp {
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
}

/*
font-weightは100,300,400,500のみ指定可能
*/
.font_robo {
  font-family: "Roboto", serif;
  font-weight: 300;
}

.fw-100 {
  font-weight: bold;
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: bold;
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: bold;
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: bold;
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: bold;
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: bold;
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: bold;
  font-weight: 700 !important;
}

/*
font-weightは300,600のみ指定可能
*/
html {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Halyard Display ExtraLight */
/*
font-weightは100,400,600のみ指定可能
*/
.font_en {
  font-family: "halyard-display", sans-serif !important;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.04em;
}

/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font_size_s {
  font-size: clamp(1.1rem, 0.9rem + 0.625vw, 1.6rem);
  line-height: 1.75;
}

.font_size_m {
  font-size: clamp(1.2rem, 1rem + 0.625vw, 1.7rem);
}

.font_size_l {
  font-size: clamp(2.6rem, 3.8vw, 5rem);
}

.font_size_ll {
  font-size: clamp(2.2rem, 3.2rem + 0.625vw, 4.2rem);
}

.font_size_l2 {
  font-size: clamp(1.2rem, 2.1rem + 1.625vw, 4.2rem);
}

.font_size_k {
  font-size: clamp(3.9rem, 5.2rem + 0.625vw, 5.9rem);
}

.font_size_ks {
  font-size: clamp(3.1rem, 4.8vw, 6rem);
}
.font_size_ks small {
  font-size: clamp(1rem, 1.2vw, 3rem);
  vertical-align: baseline;
}

.font_size_rj {
  display: block;
  font-size: clamp(3.2rem, 9.2vw, 9rem);
}

.font_size_ss {
  color: #6c6c6c;
  font-size: clamp(1.2rem, 1.3vw, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.07em;
}

.font_size_rs {
  color: #262626;
  font-size: clamp(0.8rem, 1vw, 1.4rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.font_size_rk {
  font-size: 20.625vw !important;
  line-height: 1.6;
}

.col_white {
  color: #fff !important;
}

/* リードテキスト */
.font_size_rm1 {
  color: #097e9e;
  font-size: clamp(1.9rem, 2.2vw, 2.4rem);
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.07em;
  text-align: left;
}

.font_size_rm {
  color: #524f4f;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: justify;
}

.font_size_rm2 {
  color: #262626;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
}

.font_size_rl {
  color: #555555;
  font-size: clamp(1.6rem, 1.7vw, 1.9rem);
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/* タイトル */
.tit_top {
  line-height: 1.5;
}
.tit_top span {
  display: inline-block;
  vertical-align: baseline;
}

.ttl_news {
  color: #070707;
  letter-spacing: 0.04em;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: 400;
}
.ttl_news small {
  position: relative;
  display: block;
  margin-bottom: 1.2rem;
  padding-left: 12px;
  font-size: clamp(1rem, 1.2vw, 3rem);
  text-align: left !important;
}
@media only screen and (max-width: 768px) {
  .ttl_news small {
    margin-bottom: 0.6rem;
    padding-left: 10px;
  }
}
.ttl_news small::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 7px;
  height: 7px;
  background-color: #070707;
  border-radius: 100px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .ttl_news small::after {
    width: 5px;
    height: 5px;
  }
}

.ttl_news_list {
  margin-right: auto;
  margin-left: 0;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
.ttl_news_list small {
  position: relative;
  display: block;
  margin-bottom: 1.2rem;
  padding-left: 12px;
  font-size: clamp(0.8rem, 1.2vw, 3rem);
}
.ttl_news_list small::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  width: 7px;
  height: 7px;
  background-color: #262626;
  border-radius: 100px;
  transform: translateY(-50%);
}

/* テキストリンク */
.txt_link {
  display: inline-block;
  color: #15a9fc;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.txt_link.play {
  padding-left: 28px;
  background-image: url("../images/ic-play-blue.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px auto;
}

/*
pxからvwへの変換
https://web-generates.com/calc/px-to-vw/
*/
.header-list-menu li a {
  font-size: clamp(1.3rem, 1.2rem + 0.625vw, 1.75rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.5;
}

.ttl_intro {
  font-size: clamp(3.6rem, 5vw, 7rem);
  line-height: 1.48;
  letter-spacing: 0.05em;
  background-image: linear-gradient(45deg, #366d81 0%, #0d9fc4 50%, #23b9c2 90%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  color: #32accf;
  text-shadow: 0 0 60px #fff;
}
.ttl_intro small {
  display: block;
  margin-bottom: 1.2rem;
  color: #48c6ed !important;
  font-size: clamp(1.2rem, 1.6vw, 2.8rem);
}
.ttl_intro span {
  display: inline-block;
  vertical-align: baseline;
}

.ttl_middle1 {
  color: #262626;
  font-size: clamp(2.6rem, 2.9vw, 3.4rem);
  letter-spacing: 0.06em;
  line-height: 1.55;
  background-image: linear-gradient(45deg, #366d81 0%, #2bc0e6 50%, #23b9c2 90%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ttl_middle1 div {
  display: inline-block;
  color: #000;
}
.ttl_middle1 span {
  display: inline-block;
  vertical-align: baseline;
}
.ttl_middle1 small {
  display: block;
  margin-bottom: 0.4rem;
  color: #48c6ed !important;
  font-size: clamp(1rem, 1.3vw, 1.8rem);
  letter-spacing: 0.05em;
}

.ttl_middle {
  color: #262626;
  font-size: clamp(2.1rem, 2.4vw, 2.8rem);
  letter-spacing: 0.05em;
  line-height: 1.55;
  background-image: linear-gradient(45deg, #366d81 0%, #2bc0e6 50%, #23b9c2 90%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-name: gradationTextAnimation;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.ttl_middle div {
  display: inline-block;
  color: #000;
}
.ttl_middle span {
  display: inline-block;
  vertical-align: baseline;
}
.ttl_middle small {
  display: block;
  margin-bottom: 0.4rem;
  color: #48c6ed !important;
  font-size: clamp(1rem, 1.3vw, 1.8rem);
  letter-spacing: 0.05em;
}

@keyframes gradationTextAnimation {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
#typewriter-text03::after,
#typewriter-text04::after,
#typewriter-text05::after,
#typewriter-text06::after {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#typewriter-text03-wrap,
#typewriter-text04-wrap,
#typewriter-text05-wrap {
  visibility: hidden;
}

.chat-txt-inner {
  position: relative;
  z-index: 2;
}

/* HTML: <div class="loader"></div> */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #15a9fc 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 100%;
  animation: l7 1s infinite linear;
}

@keyframes l7 {
  33% {
    background-size: 33.3333333333% 0%, 33.3333333333% 100%, 33.3333333333% 100%;
  }
  50% {
    background-size: 33.3333333333% 100%, 33.3333333333% 0%, 33.3333333333% 100%;
  }
  66% {
    background-size: 33.3333333333% 100%, 33.3333333333% 100%, 33.3333333333% 0%;
  }
}
.title {
  overflow: hidden;
}

.title span {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}

.title span:nth-child(3) {
  transition-delay: 0.12s;
}

.title span:nth-child(4) {
  transition-delay: 0.18s;
}

.title span:nth-child(5) {
  transition-delay: 0.24s;
}

.title span:nth-child(6) {
  transition-delay: 0.3s;
}

.title span:nth-child(7) {
  transition-delay: 0.36s;
}

.title span:nth-child(8) {
  transition-delay: 0.42s;
}

.title span:nth-child(9) {
  transition-delay: 0.48s;
}

.title span:nth-child(10) {
  transition-delay: 0.54s;
}

.title span:nth-child(11) {
  transition-delay: 0.6s;
}

.title span:nth-child(12) {
  transition-delay: 0.66s;
}

.title span:nth-child(13) {
  transition-delay: 0.72s;
}

.title span:nth-child(14) {
  transition-delay: 0.78s;
}

.underline_yel {
  background: linear-gradient(transparent 45%, rgba(109, 227, 255, 0.19) 45%);
  display: inline;
}

.slide_txt .ttl_middle span {
  display: inline !important;
}

.txt_effect::before {
  content: attr(data-text);
  position: absolute;
  top: 0em;
  left: 0em;
  color: #313f97;
  z-index: -1;
  transition: 0.2s;
}
.txt_effect::after {
  content: attr(data-text);
  position: absolute;
  color: transparent;
  top: 0em;
  left: 0em;
  background-image: radial-gradient(rgba(236, 34, 37, 0.5) 0.0125em, transparent 0.0125em);
  background-size: 8px 8px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px #ec2225;
  transition: 0.2s;
}
.txt_effect:hover::before {
  top: 0.04em;
  left: 0.04em;
}
.txt_effect:hover::after {
  top: -0.04em;
  left: -0.04em;
}/*# sourceMappingURL=text.css.map */