.l-kv {
  aspect-ratio: 1280/620;
  width: 100%;
  max-height: 62rem;
  margin: 10.7rem auto 0;
}

.l-kv_slider {
  position: relative;
  width: 100%;
  max-width: 200rem;
  height: 100%;
  max-height: 62rem;
  margin: 0 auto;
}

.l-kv_slider_wrapper {
  position: relative;
  height: 100%;
}

.l-kv_slider_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.l-kv_slider_item.is-active {
  z-index: 1;
}

.l-kv_slider_item_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.l-kv_slider_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.9rem;
}

.l-kv_slider_pagination_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: -4.4rem;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 2.2rem;
}

.l-kv_slider_dot {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: .7rem;
  background: rgba(64,64,64,.3);
  -webkit-transition: background-color 1.2s;
  transition: background-color 1.2s;
}

.l-kv_slider_dot.is-active {
  background: var(--color-lightblue-deep);
}

.l-kv_slider_btn {
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../img/stop.svg) no-repeat;
  background-size: contain;
}

.l-kv_slider_btn.is-stop {
  background: url(../../img/play.svg) no-repeat;
  background-size: contain;
}

.l-lead {
  margin-top: 8rem;
  text-align: center;
}

.l-lead_ttl {
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: .1em;
}

.l-lead_txt {
  -webkit-box-decoration-break: clone;
  display: inline;
  box-decoration-break: clone;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-yellow)));
  background: -webkit-linear-gradient(transparent 60%, var(--color-yellow) 60%);
  background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.l-lead_txt_wrapper {
  margin: 2rem auto 0;
}

.l-mood {
  padding: 8.8rem 0 13rem;
}

.l-mood_ttl {
  width: 100%;
  max-width: 84.1rem;
  margin: 0 auto;
  padding: 0 2rem;
  border-radius: 9rem;
  background: var(--color-lightblue-deep);
  color: #fff;
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: .1em;
  text-align: center;
}

.l-mood_movie_wrapper {
  margin-top: 7rem;
  padding: 7rem 10rem 8rem;
  border-radius: 4rem;
  background: var(--bgcolor-lightblue);
}

.l-mood_movie_ttl {
  color: var(--color-lightblue-deep);
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: .1em;
  text-align: center;
}

.l-mood_movie_img {
  margin-top: 3rem;
}

.l-know {
  padding: 13.2rem 0 14rem;
  background: var(--color-lightblue-deep);
}

.l-know_ttl {
  color: #fff;
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: .1em;
  text-align: center;
}

.l-know_ttl b {
  display: inline-block;
  margin: 0 .4rem;
  padding: .8rem 4rem 1.1rem;
  border-radius: 4.5rem;
  background: #fff;
  color: var(--color-lightblue-deep);
  line-height: 1;
}

.l-know_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7rem 0 0;
  padding-bottom: 3.8rem;
  gap: 0 6.6rem;
}

.l-know_tel_img {
  width: 9.5rem;
}

.l-know_tel_content_txt {
  color: #fff;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: .05em;
  text-align: center;
}

.l-know_tel_content_txt b {
  display: block;
  z-index: 1;
  position: relative;
  font-size: 9.2rem;
  font-family: "Lexend",serif;
  letter-spacing: .05em;
}

.l-know_tel_content_txt b::before {
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  width: 2.2em;
  height: 2rem;
  margin: 0 auto;
  background: #0058bf;
  content: "";
}

.l-know_tel_line {
  max-width: 89.6rem;
  margin: 0 auto;
}

.l-know_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.7rem;
  gap: 4.1rem 8.4rem;
}

.l-know_flow::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 3.5rem;
  height: 6.8rem;
  margin: 0 auto;
  translate: .5rem -50%;
  background: url(../../img/know-arrow.svg) no-repeat;
  content: "";
}

.l-know_flow_list {
  -ms-flex-preferred-size: 50.7rem;
      flex-basis: 50.7rem;
  aspect-ratio: 1;
  padding: 9rem 3.3rem;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}

.l-know_flow_list_txt {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
}

.l-know_flow_list_txt mark {
  padding-inline: .5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-yellow)));
  background: -webkit-linear-gradient(transparent 60%, var(--color-yellow) 60%);
  background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
}

.l-know_flow_list_txt mark b {
  color: var(--color-lightblue-deep);
}

.l-know_flow_list_img {
  width: 100%;
}

.l-know_flow_list_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-know_case {
  margin-top: 17.3rem;
  border: .8rem solid var(--color-yellow);
  border-radius: 4rem;
  background: #fff;
}

.l-know_case_wrapper {
  position: relative;
  padding: 5.3rem 9.3rem 5rem;
}

.l-know_case_ttl {
  width: 50%;
  color: #e4007f;
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: .1em;
}

.l-know_case_content {
  position: relative;
  margin-top: 2.3rem;
}

.l-know_case_txt {
  padding-right: 36rem;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.l-know_case_txt mark {
  padding-inline: .5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--color-yellow)));
  background: -webkit-linear-gradient(transparent 60%, var(--color-yellow) 60%);
  background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
}

.l-know_case_txt mark b {
  color: var(--color-lightblue-deep);
}

.l-know_case_img {
  position: absolute;
  right: 11.2rem;
  bottom: 0;
  width: 34.2rem;
}

.l-know_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 8.5rem;
}

.l-know_more_wrapper {
  padding: 4rem 9.2rem;
  border-radius: 0 0 3.2rem 3.2rem;
}

.l-know_more_txt {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.l-know_more_btn {
  --btn-width: 55.8rem;
}

.l-know_app {
  padding: 4rem;
  background: var(--bgcolor-lightblue);
}

.l-know_app_ttl {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 140%;
  letter-spacing: .01em;
  text-align: center;
}

.l-know_app_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 42.8rem;
      flex-basis: 42.8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 3rem;
  gap: 1.8rem;
  border-radius: 2rem;
  background: #fff;
}

.l-know_app_item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  gap: 2rem 4rem;
}

.l-know_app_item_container {
  width: 100%;
  margin: 0 auto;
}

.l-know_app_item_txt {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.l-know_app_item_img {
  width: 11.8rem;
}

.l-know_app_item.is-apple .l-know_app_item_btn {
  max-width: 17.8rem;
}

.l-know_app_item.is-google .l-know_app_item_btn {
  max-width: 22.2rem;
}

.l-know_app_item_btn {
  display: block;
  margin-top: 1rem;
}

.l-know_movie {
  margin-top: 8rem;
  padding: 5.7rem 10rem 7.8rem;
  border-radius: 4rem;
  background: #fff;
}

.l-know_movie_ttl {
  max-width: 50.7rem;
  margin: 0 auto;
}

.l-know_movie_lead {
  margin-top: 1.3rem;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
}

.l-know_movie_img {
  margin-top: 4rem;
}

.l-know_offer {
  position: relative;
  margin-top: 11.2rem;
  padding: 4.5rem 4.2rem 4.2rem;
  border-radius: 4rem;
  background: #fff;
}

.l-know_offer_ttl {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 37.2rem;
  margin: 0 auto;
  padding: 1rem;
  translate: 0 -50%;
  border-radius: 100rem;
  background: var(--color-lightblue);
  color: #fff;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.l-know_offer_txt {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}

.l-know_offer_img {
  max-width: 37.8rem;
  margin: 2.1rem auto 0;
}

.l-system {
  padding-top: 14rem;
}

.l-system_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.8rem 6.2rem;
}

.l-system_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 39rem;
      flex-basis: 39rem;
}

.l-system_content_ttl {
  color: var(--color-lightblue-deep);
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: .1em;
}

.l-system_content_txt {
  margin-top: 3rem;
  font-size: 2.4rem;
  letter-spacing: .05em;
}

.l-system_content_txt+.l-system_content_txt {
  margin-top: 1.7em;
}

.l-system_content_txt b {
  color: var(--color-lightblue-deep);
  font-weight: 600;
}

.l-system_content_link {
  text-decoration: underline;
}

.l-system_image_wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 64.4rem;
      flex-basis: 64.4rem;
  padding: 6rem 5rem;
  border-radius: 4rem;
  background: var(--bgcolor-lightblue);
}

.l-system_image_ttl {
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}

.l-system_image_item {
  position: relative;
  padding: 2rem;
  border-radius: 1.4rem;
  background: var(--image-bg);
  color: var(--image-color);
  text-align: center;
}

.l-system_image_item::before {
  position: absolute;
  width: 2.5rem;
  height: 1.7rem;
  background: url(../../img/system-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
}

.l-system_image_item.is-blue {
  --image-bg: var(--color-lightblue-deep);
  --image-color: #fff;
}

.l-system_image_item.is-white {
  --image-bg: #fff;
  --image-color: var(--color-font);
}

.l-system_image_item.is-orange {
  --image-bg: #fff;
  --image-color: #f28e01;
}

.l-system_image_item_wrapper {
  display: grid;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 16.6rem;
  grid-template-areas: "player01 player01" "player02 player05" "player03 player05" "player04 player04";
  margin-top: 3.6rem;
  gap: 5rem 2.8rem;
}

.l-system_image_item01 {
  grid-area: player01;
}

.l-system_image_item01::before {
  bottom: -3.3rem;
  left: 15.9rem;
}

.l-system_image_item02 {
  grid-area: player02;
  padding-bottom: 1rem;
}

.l-system_image_item02::before {
  bottom: -3.3rem;
  left: 15.9rem;
}

.l-system_image_item03 {
  grid-area: player03;
}

.l-system_image_item03::before {
  bottom: -3.6rem;
  left: 15.8rem;
}

.l-system_image_item04 {
  grid-area: player04;
  padding: 3.2rem;
  border: 3px solid var(--color-lightblue-deep);
}

.l-system_image_item04::before {
  display: none;
}

.l-system_image_item04 .l-system_image_item_ttl {
  font-size: 2.8rem;
}

.l-system_image_item05 {
  grid-area: player05;
  padding: 4.2rem 1.7rem 6.5rem;
  border: 6px solid var(--image-color);
}

.l-system_image_item05::before {
  top: 6.7rem;
  bottom: initial;
  left: -3.2rem;
  rotate: 90deg;
}

.l-system_image_item05::after {
  position: absolute;
  bottom: 6.1rem;
  left: -3.2rem;
  width: 2.5rem;
  height: 1.7rem;
  rotate: 90deg;
  background: url(../../img/system-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
}

.l-system_image_item05 .l-system_image_item_img {
  width: 9.8rem;
  margin: 0 auto;
}

.l-system_image_item05 .l-system_image_item_ttl {
  margin-top: 1.2rem;
  font-weight: 600;
  font-size: 2.8rem;
}

.l-system_image_item05 .l-system_image_item_txt {
  color: var(--color-font);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
}

.l-system_image_item_ttl {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: normal;
  letter-spacing: 0;
}

.l-system_image_item_txt {
  padding-top: .8rem;
  font-size: 1.6rem;
}

.l-system_image_item_txt_annotation {
  position: absolute;
  bottom: -4.2rem;
  left: 1.5rem;
  color: var(--color-font);
  font-size: 2rem;
}

.l-voice_call {
  margin-top: 14rem;
}

.l-voice_call_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.4rem 6.2rem;
}

.l-voice_call_img {
  max-width: 31.8rem;
}

.l-voice_call_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 64.4rem;
      flex-basis: 64.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
  border-radius: 4rem;
  background: var(--bgcolor-lightblue);
}

.l-voice_call_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 39rem;
      flex-basis: 39rem;
  padding: 8rem 0;
}

.l-voice_call_content_ttl {
  color: var(--color-lightblue-deep);
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: .1em;
}

.l-voice_call_content_txt {
  margin-top: 3.7rem;
  font-size: 2.4rem;
  letter-spacing: .05em;
}

.l-voice_call_content_txt+.l-voice_call_content_txt {
  margin-top: 1em;
}

.l-voice_call_content_txt b {
  color: var(--color-lightblue-deep);
  font-weight: 600;
}

.l-voice_call_txt {
  margin-top: 4rem;
  color: var(--color-font-gray);
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: .05em;
}

.l-more {
  z-index: 2;
  position: relative;
  margin-top: 8rem;
}

.l-more.is-band::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13rem;
  margin: 0 auto;
  background: var(--bgcolor-lightblue);
  content: "";
}

.l-more_wrapper {
  padding: 6rem;
  border-radius: 4rem;
  background: var(--color-lightblue-deep);
}

.l-more_txt {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: .04em;
  text-align: center;
}

.l-more_btn {
  margin: 1.6rem auto 0;
}

.l-uservoice {
  margin-top: 13rem;
}

.l-uservoice_ttl {
  color: var(--color-lightblue-deep);
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: .01em;
  letter-spacing: .1em;
  text-align: center;
}

.l-uservoice_txt {
  margin-top: 1rem;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
}

.l-uservoice_lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 6rem;
  gap: 2.4rem;
}

.l-uservoice_list .c-coming_soon_txt {
  font-size: 3.6rem;
}

.l-uservoice+.l-more {
  margin-top: 14rem;
}

.l-contact {
  z-index: 1;
  position: relative;
  padding: 14rem 0;
  background: var(--bgcolor-lightblue);
}

.l-contact_ttl {
  color: var(--color-lightblue-deep);
  font-weight: 600;
  font-size: 5rem;
  letter-spacing: .1em;
  text-align: center;
}

.l-contact_txt {
  margin-top: 2rem;
  color: var(--color-font-gray);
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

.l-contact_txt b {
  display: block;
  color: var(--color-font);
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: .05em;
}

.l-contact_content {
  margin-top: 3.8rem;
  padding: 6rem;
  border-radius: 4rem;
  background: #fff;
}

.l-contact_content_btn {
  --btn-width: 57.5rem;
  margin: 0 auto;
}

.l-contact_content_tel_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.7rem;
  gap: 0 3rem;
}

.l-contact_content_tel_img {
  -ms-flex-preferred-size: 7.2rem;
      flex-basis: 7.2rem;
}

.l-contact_content_tel_item_ttl {
  color: var(--color-lightblue-deep);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}

.l-contact_content_tel_item_link {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.4rem;
  color: var(--color-lightblue-deep);
  font-size: 4rem;
  line-height: 1;
  font-family: "Lexend",serif;
  letter-spacing: .04em;
}

.l-contact_content_tel_item_link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background: var(--color-lightblue-deep);
  content: "";
}

.l-app_download_btn {
  display: none;
}

.l-app_download_btn_icn {
  rotate: 90deg;
}

@media screen and (max-width: 768px) {
  .l-kv {
    aspect-ratio: .80299786;
    height: auto;
    max-height: none;
    margin-top: 7.6rem;
  }
  .l-kv_slider {
    max-height: none;
  }
  .l-kv_slider_pagination_wrapper {
    bottom: -4rem;
    padding: 0 1.7rem;
    gap: 0 2.1rem;
  }
  .l-lead_ttl {
    font-size: 3.2rem;
  }
  .l-lead_txt {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .l-lead_txt_wrapper {
    margin-top: 2.8rem;
  }
  .l-mood {
    padding: 7.8rem 0 8.5rem;
  }
  .l-mood_ttl {
    width: 100%;
    border-radius: 5.5rem;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .l-mood_movie_wrapper {
    margin-top: 4rem;
    padding: 4rem 1.3rem 4.4rem;
    border-radius: 2rem;
  }
  .l-mood_movie_ttl {
    font-size: 2.6rem;
  }
  .l-mood_movie_img {
    margin-top: 2rem;
  }
  .l-know {
    padding: 8rem 0;
  }
  .l-know_ttl {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .l-know_ttl b {
    padding: .3rem 1.8rem .8rem;
  }
  .l-know_tel {
    margin-top: 3.2rem;
    padding-bottom: 3rem;
    gap: 0 4rem;
  }
  .l-know_tel_img {
    width: 6.7rem;
  }
  .l-know_tel_content_txt {
    font-size: 2rem;
  }
  .l-know_tel_content_txt b {
    font-size: 5.8rem;
  }
  .l-know_tel_content_txt b::before {
    bottom: .6rem;
    height: 1.2rem;
  }
  .l-know_flow {
    max-width: 31.5rem;
  }
  .l-know_flow_list {
    -ms-flex-preferred-size: 31.5rem;
        flex-basis: 31.5rem;
    max-width: 31.5rem;
    padding: 5.8rem 2.7rem;
  }
  .l-know_flow_list_txt {
    font-size: 1.8rem;
  }
  .l-know_flow_list_img_wrapper {
    margin-top: 1rem;
  }
  .l-know_case {
    width: 100%;
    margin: 4.2rem auto 0;
    border-radius: 2rem;
  }
  .l-know_case_wrapper {
    padding: 3.4rem 3.4rem 0;
  }
  .l-know_case_ttl {
    max-width: 35rem;
    margin: 0 auto;
    font-size: 2.8rem;
  }
  .l-know_case_content {
    max-width: 35rem;
    margin: 1.8rem auto 0;
  }
  .l-know_more {
    max-width: 35rem;
    margin: 0 auto;
  }
  .l-know_more_wrapper {
    padding: 3.4rem;
    border-radius: 0 0 1.3rem 1.3rem;
  }
  .l-know_more_txt {
    font-size: 1.4rem;
    text-align: center;
  }
  .l-know_app {
    padding: 4.4rem 3.6rem 4rem;
  }
  .l-know_app_ttl {
    font-size: 1.8rem;
  }
  .l-know_app_item {
    max-width: 25.5rem;
    padding: 2.3rem 1.5rem 1.8rem;
  }
  .l-know_app_item_container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .l-know_app_item_txt {
    text-align: center;
  }
  .l-know_app_item_img {
    display: none;
  }
  .l-know_movie {
    margin-top: 6rem;
    padding: 3rem 1.2rem 4rem;
    border-radius: 2rem;
  }
  .l-know_movie_ttl {
    max-width: 19rem;
  }
  .l-know_movie_lead {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .l-know_movie_img {
    margin-top: 2rem;
  }
  .l-know_offer {
    margin-top: 5.5rem;
    padding: 3.1rem 3.1rem 2.8rem;
    border-radius: 2rem;
  }
  .l-know_offer_ttl {
    width: 18.6rem;
    padding: .6rem 1rem .8rem;
    font-size: 1.6rem;
  }
  .l-know_offer_txt {
    font-size: 1.4rem;
  }
  .l-know_offer_img {
    max-width: 25.5rem;
    margin-top: .8rem;
  }
  .l-system {
    padding-top: 7rem;
  }
  .l-system_content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 1.5rem;
  }
  .l-system_content_ttl {
    font-size: 3.2rem;
  }
  .l-system_content_txt {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
  .l-system_image_wrapper {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
    padding: 4rem 3rem;
    border-radius: 0;
  }
  .l-system_image_ttl {
    font-size: 1.6rem;
  }
  .l-system_image_item {
    padding: 1rem;
    border-radius: 1rem;
  }
  .l-system_image_item::before {
    width: 1.4rem;
    height: 1rem;
  }
  .l-system_image_item_wrapper {
    grid-template-columns: 1fr 10.9rem;
    margin-top: 2rem;
    gap: 3rem 2rem;
  }
  .l-system_image_item01::before {
    bottom: -2rem;
    left: 8.5rem;
  }
  .l-system_image_item02 {
    padding-bottom: .6rem;
  }
  .l-system_image_item02::before {
    bottom: -2rem;
    left: 8.5rem;
  }
  .l-system_image_item03::before {
    bottom: -1.7rem;
    left: 8.5rem;
  }
  .l-system_image_item04 {
    padding: 1.6rem;
  }
  .l-system_image_item04 .l-system_image_item_ttl {
    font-size: 1.6rem;
  }
  .l-system_image_item05 {
    padding: 2rem 0 2.8rem .5rem;
  }
  .l-system_image_item05::before {
    top: 3.4rem;
    left: -2.4rem;
  }
  .l-system_image_item05::after {
    bottom: 3.5rem;
    left: -2.4rem;
    width: 1.4rem;
    height: 1rem;
  }
  .l-system_image_item05 .l-system_image_item_img {
    width: 5.6rem;
  }
  .l-system_image_item05 .l-system_image_item_ttl {
    margin-top: .7rem;
    font-size: 1.6rem;
  }
  .l-system_image_item05 .l-system_image_item_txt {
    padding-top: .5rem;
  }
  .l-system_image_item_ttl {
    font-size: 1.6rem;
  }
  .l-system_image_item_txt {
    padding-top: 0;
    font-size: 1.2rem;
  }
  .l-system_image_item_txt_annotation {
    bottom: -2.6rem;
    left: .4rem;
    font-size: 1.2rem;
  }
  .l-voice_call {
    margin-top: 8rem;
  }
  .l-voice_call_img {
    max-width: 19.4rem;
  }
  .l-voice_call_img_wrapper {
    border-radius: 2rem;
  }
  .l-voice_call_content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 1rem;
  }
  .l-voice_call_content_ttl {
    font-size: 3.2rem;
  }
  .l-voice_call_content_txt {
    margin-top: 1.7rem;
    font-size: 1.6rem;
  }
  .l-voice_call_txt {
    margin-top: 2rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .l-more {
    margin-top: 4rem;
    padding: 0 2rem;
  }
  .l-more.is-band::before {
    height: 10rem;
  }
  .l-more_wrapper {
    padding: 4rem;
    border-radius: 2rem;
  }
  .l-more_txt {
    font-size: 1.4rem;
  }
  .l-more_btn {
    margin-top: .9rem;
  }
  .l-uservoice {
    margin-top: 7.4rem;
  }
  .l-uservoice_ttl {
    font-size: 3.2rem;
  }
  .l-uservoice_txt {
    margin-top: .7rem;
    font-size: 1.6rem;
  }
  .l-uservoice_lists {
    grid-template-columns: 1fr;
    margin-top: 4.2rem;
    padding: 0 1.2rem;
  }
  .l-uservoice_list .c-coming_soon_txt {
    font-size: 2.1rem;
  }
  .l-uservoice+.l-more {
    margin-top: 8rem;
    padding: 0;
  }
  .l-contact {
    padding: 7rem 0 8rem;
  }
  .l-contact_ttl {
    font-size: 3.2rem;
  }
  .l-contact_txt {
    margin-top: 1.3rem;
    font-size: 1.6rem;
  }
  .l-contact_txt b {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .l-contact_content {
    margin-top: 3rem;
    padding: 4rem 1.2rem;
    border-radius: 2rem;
  }
  .l-contact_content_btn {
    --btn-width: 100%;
    padding: 0 6rem 0 3rem;
  }
  .l-contact_content_btn_icn {
    right: 1rem;
  }
  .l-contact_content_tel_wrapper {
    margin-top: 3rem;
    gap: 0 2rem;
  }
  .l-contact_content_tel_img {
    -ms-flex-preferred-size: 4.8rem;
        flex-basis: 4.8rem;
  }
  .l-contact_content_tel_item_ttl {
    font-size: 1.6rem;
  }
  .l-contact_content_tel_item_link {
    margin-top: 1rem;
    font-size: 3.2rem;
  }
  .l-app_download_btn {
    --btn-arrow_bg_color: var(--color-yellow);
    --btn-arrow_color: var(--color-lightblue-deep);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    position: fixed;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 8rem;
    padding: 0 7.8rem 0 1.8rem;
    background: var(--color-lightblue-deep);
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 68.4375em) {
  .l-know_flow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2.7rem auto 0;
  }
  .l-know_flow::before {
    width: 2.4rem;
    height: 4.5rem;
    translate: 0rem calc(-50% + .3rem);
    rotate: 90deg;
  }
  .l-know_case {
    margin-inline: auto;
  }
  .l-know_case_wrapper {
    padding-bottom: 0;
  }
  .l-know_case_ttl {
    width: 100%;
  }
  .l-know_case_txt {
    padding-right: 0;
    font-size: 1.8rem;
  }
  .l-know_case_img {
    position: static;
    width: 25.5rem;
    margin: 2.4rem auto 0;
  }
  .l-know_more_btn {
    margin: 0 auto;
  }
}
