@charset "UTF-8";
.js-arrows-ai-ttlGrad {
  background: linear-gradient(70deg, #004858 0% 30%, #25d4b1 60%, rgba(0, 0, 0, 0) 80% 100%);
  background-size: 500% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  padding-top: 0.1em;
  display: block;
}
.js-arrows-ai-ttlGrad.is-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: gradientMove 3s ease forwards;
          animation: gradientMove 3s ease forwards;
}

@-webkit-keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv {
    margin-inline: 6vw;
    min-height: calc(100vh - 80px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 64px;
  }
}

@media screen and (max-width: 959px) {
  .arrows-ai_mv-img {
    margin-top: -5vw;
    margin-bottom: -15vw;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-img {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.arrows-ai_mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.arrows-ai_mv-txtWrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .arrows-ai_mv-txtWrap {
    padding-inline: 15px;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-txtWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.arrows-ai_mv-mainTtl {
  font-size: clamp(2.4rem, 8.2vw, 3.6rem);
  line-height: 1.3;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#86D5C8), to(#54A0C7));
  background: linear-gradient(90deg, #86D5C8, #54A0C7);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-mainTtl {
    font-size: clamp(5rem, 3.3vw, 8rem);
  }
}

.arrows-ai_mv-mainTxt {
  margin-top: 16px;
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-mainTxt {
    margin-top: 32px;
    width: 45%;
  }
}

.arrows-ai_mv-deviceSectionTtl {
  margin-top: 40px;
  font-size: clamp(2.3rem, 2.3rem + (1vw - 0.52rem) * 2.7272727273, 3.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .arrows-ai_mv-deviceSectionTtl {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-deviceSectionTtl {
    margin-top: 54px;
  }
}
.arrows-ai_mv-deviceSectionTtl img {
  height: 1em;
  width: auto;
}
.arrows-ai_mv-deviceSectionTtl span {
  display: block;
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-deviceSectionTtl.-center-pc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.arrows-ai_mv-deviceSectionTtl.is-windows span {
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}

.arrows-ai_mv-deviceList {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .arrows-ai_mv-deviceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-deviceList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-top: 28px;
  }
}

.arrows-ai_mv-device {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-device {
    gap: 10px;
  }
}

.arrows-ai_mv-deviceTtl {
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .arrows-ai_mv-deviceTtl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .arrows-ai_candoSection {
    padding-top: 100px;
  }
}

.arrows-ai_sectionTtl {
  font-weight: bold;
  font-size: clamp(2.4rem, 7.5vw, 4rem);
  background: -webkit-gradient(linear, left top, right top, from(#86D5C8), to(#54A0C7));
  background: linear-gradient(90deg, #86D5C8, #54A0C7);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .arrows-ai_sectionTtl {
    text-align: center;
    margin-inline: auto;
    padding-bottom: 40px;
    font-size: clamp(2.4rem, 2.7vw, 7rem);
  }
}

@media screen and (min-width: 960px) {
  .arrows-ai_cando {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_cando.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 960px) {
  .arrows-ai_candoImg {
    width: 50%;
  }
}
.arrows-ai_candoImg img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .arrows-ai_candoTxtWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.arrows-ai_candoTxtWrap-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .arrows-ai_candoTxtWrap-in {
    padding: 30px 15px 80px;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_candoTxtWrap-in {
    width: 80%;
    max-width: 400px;
  }
}

.arrows-ai_candoTtl {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.52rem) * 1.1363636364, 3rem);
}

.arrows-ai_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrows-ai_line::before, .arrows-ai_line::after {
  content: "";
  display: block;
  width: 50%;
  height: 25px;
}
.arrows-ai_line::before {
  background-color: #004858;
}
.arrows-ai_line::after {
  background-color: #E7DCC9;
}

.arrows-ai_section {
  padding-block: 90px;
}
@media screen and (min-width: 960px) {
  .arrows-ai_section {
    padding-block: 100px;
  }
}
.arrows-ai_section.-gray {
  background-color: #F8F8F8;
}

.arrows-ai_sectionTxt span {
  color: #004858;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .arrows-ai_sectionTxt span {
    font-size: 2.2rem;
  }
}

.arrows-ai_imgL {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.arrows-ai_imgL img {
  width: 100%;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .arrows-ai_imgL {
    max-width: 480px;
  }
}

.arrows-ai_pointTtl {
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .arrows-ai_pointTtl {
    font-size: 3rem;
    padding-bottom: 50px;
  }
}
.arrows-ai_pointTtl img {
  display: block;
  width: 65px;
}
@media screen and (min-width: 960px) {
  .arrows-ai_pointTtl.-center {
    text-align: center;
  }
  .arrows-ai_pointTtl.-center img {
    margin-inline: auto;
  }
}

.arrows-ai_alertWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .arrows-ai_alertWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 960px) {
  .arrows-ai_alertTxtWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.arrows-ai_alertAppList li {
  display: inline-block;
  line-height: 2;
}
.arrows-ai_alertAppList li:not(:last-child)::before {
  content: "・";
  display: inline-block;
}
.arrows-ai_alertAppList li:last-child {
  margin-left: 12px;
}

.arrows-ai_alertMovie {
  width: 170px;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .arrows-ai_alertMovie {
    width: 35%;
  }
}
.arrows-ai_alertMovie video {
  width: 100%;
  display: block;
  border-radius: 20px;
  border: 2px solid #004858;
}

.arrows-ai_aleartSection {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 15px;
}

.arrows-ai_gen-sketch-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .arrows-ai_gen-sketch-column {
    gap: 20px;
  }
}
.arrows-ai_gen-sketch-column > section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.arrows-ai_gen-sketch-ttl {
  text-align: center;
  font-size: clamp(1.7rem, 1.7rem + (1vw - 0.52rem) * 1.1363636364, 2.2rem);
  padding-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .arrows-ai_gen-sketch-ttl {
    padding-bottom: 24px;
  }
}

.arrows-ai_gen-sketch-img img {
  border-radius: 10px;
}

.arrows-ai_playlistTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .arrows-ai_playlistTxt {
    width: 100vw;
    gap: 7%;
    margin-left: calc(50% - 50vw);
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_playlistTxt {
    gap: 3%;
    width: 82%;
    margin-inline: auto;
    padding-bottom: 24px;
  }
}
.arrows-ai_playlistTxt > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 0.9090909091, 2.2rem);
}
.arrows-ai_playlistTxt > div span {
  font-weight: bold;
  color: #004858;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 1.3636363636, 2.4rem);
}

.arrows-ai_playlist-book {
  background-color: #F9F9F9;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .arrows-ai_playlist-book {
    margin-inline: 15px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_playlist-book {
    width: calc(100% - 60px);
    max-width: 1130px;
    margin-inline: auto;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15%;
  }
}

.arrows-ai_playlist-book-txtWrap p {
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .arrows-ai_playlist-book-txtWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.arrows-ai_playlist-book-ttl {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.52rem) * 1.1363636364, 3rem);
  font-weight: bold;
  padding-bottom: 32px;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .arrows-ai_playlist-book-ttl {
    padding-bottom: 48px;
  }
}

.arrows-ai_playlist-book-imgWrap {
  position: relative;
}
@media screen and (max-width: 959px) {
  .arrows-ai_playlist-book-imgWrap {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_playlist-book-imgWrap {
    width: 50%;
  }
}

.arrows-ai_playlist-book-bg img {
  width: 100%;
}

.arrows-ai_playlist-book-device {
  position: absolute;
}
@media screen and (max-width: 959px) {
  .arrows-ai_playlist-book-device {
    width: auto;
    height: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .arrows-ai_playlist-book-device img {
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .arrows-ai_playlist-book-device {
    width: 40%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.arrows-ai_recordingWrap {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}

.arrows-ai_recording-device {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .arrows-ai_recording-device {
    padding-inline: 15px;
  }
}

.arrows-ai_recording-bg {
  position: absolute;
  width: 100%;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 519px) {
  .arrows-ai_recording-bg {
    width: 120%;
    top: 42%;
  }
  .arrows-ai_recording-bg img {
    width: 100%;
  }
}

.arrows-ai_product {
  position: relative;
}

.arrows-ai_product-txtWrap {
  width: 100%;
  position: absolute;
  top: 32vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .arrows-ai_product-txtWrap {
    width: 43%;
    top: 45%;
  }
}

.arrows-ai_product-logo {
  width: 70%;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .arrows-ai_product-logo {
    width: 72%;
  }
}
.arrows-ai_product-logo img {
  width: 100%;
}

.arrows-ai_product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .arrows-ai_product-link {
    gap: 8px;
  }
}

.arrows-ai_product-bg {
  position: relative;
  z-index: 1;
}
.arrows-ai_product-bg img {
  border-radius: 10px;
  width: 100%;
}