.css-pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.css-mobile {
  display: none !important;
}

.css-error {
  color: #FE6969;
}

.css-link {
  font-weight: 300;
}

.form-label {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  display: block;
  -webkit-margin-after: 6px;
          margin-block-end: 6px;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  width: 100%;
  height: 36px;
  color: #39325A;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 499.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D3D1DC;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-input:focus, .form-input:hover {
  border: 1px solid #6D4DFF;
}

.page-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  height: inherit;
  border-radius: 0;
  background: transparent !important;
  border: none !important;
}
.page-input:focus, .page-input:hover {
  border: none !important;
}

.code-input {
  border: 1px solid #D3D1DC;
  border-radius: 499.5rem;
  overflow: hidden;
  cursor: pointer;
  height: 36px;
  width: 6.2rem;
  position: relative;
}
.code-input > img {
  width: 100%;
  display: block;
  max-width: none;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #6D4DFF;
}
.page-form:focus, .page-form:hover {
  border: 1px solid #4F2FE3;
}

.form-tips {
  display: none !important;
  width: 100%;
  margin-top: 10px;
  padding: 0 16px;
  background-color: #FFF0F0;
  border-radius: 499.5rem;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #FE6969;
}
.form-tips.dirty {
  display: block !important;
}

input.dirty,
.page-form.dirty {
  border: 1px solid #FE6969;
}
input.dirty:focus, input.dirty:hover,
.page-form.dirty:focus,
.page-form.dirty:hover {
  border: 1px solid #FE6969;
}
input.dirty ~ .form-tips,
.page-form.dirty ~ .form-tips {
  display: block !important;
}

.login__tips.dirty .form-tips,
.page-form.dirty .form-tips {
  display: block !important;
}

.v-grid {
  display: -ms-grid;
  display: grid;
}

.v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-flow: row-reverse wrap !important;
          flex-flow: row-reverse wrap !important;
}

.v-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.v-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.css-h1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
}

.css-h2 {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 600;
}

.css-h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.css-p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.css-small {
  font-size: 16px;
}

.css-item-p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.css-purple {
  font: inherit;
  color: #6D4DFF;
}

.css-list > li {
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/purple_fork_icon.svg);
  background-size: 12px 8px;
  background-position: 0 8px;
  background-repeat: no-repeat;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .css-list {
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .css-pc {
    display: none !important;
  }
  .css-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .css-h1 {
    font-size: 26px;
  }
  .css-h2 {
    font-size: 26px;
  }
  .css-h3 {
    font-size: 16px;
  }
  .css-p {
    font-size: 16px;
  }
  .css-list {
    display: inline-block;
    text-align: left;
  }
  .css-list > li {
    font-size: 13px;
  }
}
/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.common-review {
  padding: 98px 0 70px;
}
.common-review .button-link {
  color: #6D4DFF !important;
}
.common-review-panel {
  margin-top: 22px;
}
.common-review .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-review-pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 254px;
  text-align: center;
}
.common-review-pic > img {
  width: 254px;
  height: auto;
}
.common-review-user {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.common-review-user > span {
  display: block;
  font: inherit;
}
.common-review-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 96px;
}
.common-review-subtitle {
  font-size: 14px;
  font-weight: 600;
}
.common-review-desc {
  padding: 12px 0 24px;
  font-size: 16px;
}
.common-review-pagination {
  position: absolute;
  z-index: 9;
  left: 350px;
  bottom: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-review .swiper-pagination-bullet {
  display: block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 9999px;
  background: #BEB8CB;
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.common-review .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  background: #6D4DFF;
}

@media (max-width: 768px) {
  .common-review {
    padding: 55px 0 70px;
  }
  .common-review .wrapper {
    padding: 0 30px;
  }
  .common-review-panel {
    margin-top: 18px;
  }
  .common-review .swiper-slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .common-review-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-review-pic > img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    max-width: 60% !important;
    width: 60% !important;
  }
  .common-review-user {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 10px 6px 20px;
    font-size: 12px;
    text-align: left;
  }
  .common-review-user > span {
    width: 100px;
    word-wrap: break-word;
  }
  .common-review-content {
    margin-left: 0;
    width: 100%;
  }
  .common-review-subtitle {
    padding: 26px 0 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .common-review-desc {
    padding: 0 0 60px;
    font-size: 14px;
  }
  .common-review-pagination {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  }
}
.transformY-0 {
  opacity: 0;
  -webkit-animation: transformY 0s;
          animation: transformY 0s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-1 {
  opacity: 0;
  -webkit-animation: transformY 0.2s;
          animation: transformY 0.2s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-2 {
  opacity: 0;
  -webkit-animation: transformY 0.4s;
          animation: transformY 0.4s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-3 {
  opacity: 0;
  -webkit-animation: transformY 0.6s;
          animation: transformY 0.6s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-4 {
  opacity: 0;
  -webkit-animation: transformY 0.8s;
          animation: transformY 0.8s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.transformY-5 {
  opacity: 0;
  -webkit-animation: transformY 1s;
          animation: transformY 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes transformY {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes transformY {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.delay0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.communicate img {
  max-width: 100%;
  height: auto;
}
.communicate .button-reply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 22px;
  height: 24px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 5px;
  background: #39325A;
  min-width: 0;
  cursor: default !important;
}
.communicate .button-reply:hover {
  opacity: 1;
}
.communicate .button-link {
  font-size: 16px;
  color: #fff;
}
.communicate .page-button:disabled,
.communicate .page-button:disabled:hover {
  color: #fff !important;
  background-color: #6D4DFF !important;
  border-color: #6D4DFF !important;
}
.communicate .v-grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.communicate .flex-left {
  width: 37.78%;
}
.communicate .flex-right {
  width: 37.78%;
}
.communicate .wrapper {
  max-width: 1087px;
}
.communicate-banner {
  padding: 160px 0 0;
  min-height: 825px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f2f1f8), to(#e0d8ff));
  background: linear-gradient(90deg, #f2f1f8 50%, #e0d8ff 100%);
}
.communicate-banner .wrapper {
  max-width: 1170px;
  -ms-grid-columns: 544px 32px 591px;
  grid-template-columns: 544px 591px;
  gap: 32px;
}
.communicate-banner-title {
  padding: 40px 0 15px;
}
.communicate-banner-list {
  padding: 18px 0;
}
.communicate-ease {
  padding: 80px 0 100px;
}
.communicate-ease-desc {
  margin: 0 auto;
  padding: 10px 0 86px;
  width: 90.43%;
}
.communicate-ease-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate-ease-left {
  width: 460px;
}
.communicate-ease-pic {
  width: 482px;
}
.communicate-ease-list > li {
  -webkit-margin-after: 45px;
          margin-block-end: 45px;
  -webkit-padding-start: 38px;
          padding-inline-start: 38px;
  background-image: url(https://static-alter1.vidnoz.com/web/jp/img/communication/ease_icon.svg);
  background-size: 25px;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
.communicate-ease-list > li:last-child {
  -webkit-margin-after: 33px;
          margin-block-end: 33px;
}
.communicate-ease-list .css-item-p {
  padding-top: 10px;
}
.communicate-start-title {
  -webkit-padding-after: 82px;
          padding-block-end: 82px;
}
.communicate-start-box {
  -webkit-margin-after: 150px;
          margin-block-end: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate-start-pic, .communicate-start-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 572px;
}
.communicate-start-pic > img {
  max-width: none;
  width: auto;
}
.communicate-start-content {
  width: 442px;
}
.communicate-start-content .css-h3 {
  font-size: 24px;
  padding-bottom: 14px;
}
.communicate-start-content .css-p {
  font-size: 16px;
}
.communicate-start .creative {
  width: 462px !important;
}
.communicate-start .button-box {
  margin-top: 32px;
}
.communicate-apply {
  padding: 100px 0;
  background: linear-gradient(115deg, #f9f8ff 50%, #e0d8ff 100%);
}
.communicate-apply .wrapper {
  max-width: 1130px;
}
.communicate-apply .button-box {
  margin-top: 24px;
}
.communicate-apply-container {
  padding-top: 74px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate-apply-list, .communicate-apply-swiper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 540px;
}
.communicate-apply-swiper {
  width: 495px;
  height: 586px;
  overflow: hidden;
}
.communicate-apply-item {
  position: relative;
  border-bottom: 1px solid #dad7e9;
}
.communicate-apply-item:first-child {
  border-top: 1px solid #dad7e9;
}
.communicate-apply-item-title, .communicate-apply-item-content {
  padding: 28px 76px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.communicate-apply-item-title {
  cursor: pointer;
}
.communicate-apply-item-content {
  -webkit-padding-before: 0px;
          padding-block-start: 0px;
  font-size: 16px;
  display: none;
}
.communicate-apply .apply-pagination {
  display: none !important;
}
.communicate-apply-icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
.communicate-apply .apply-svg {
  display: block;
  width: 20px;
  height: 15px;
}
.communicate-apply .flexible {
  width: 20px;
  height: 20px;
}
.communicate-apply .eye-catching {
  width: 21px;
  height: 21px;
}
.communicate-apply .customized {
  width: 23px;
  height: 18px;
}
.communicate-apply .surging-social {
  width: 23px;
  height: 19px;
}
.communicate-apply .apply-arrow {
  display: block;
  position: absolute;
  top: 42px;
  right: 48px;
  width: 16px;
  height: 10px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.communicate .active .communicate-apply-item-title {
  -webkit-padding-after: 22px;
          padding-block-end: 22px;
}
.communicate .active .communicate-apply-item-title .css-h3 {
  color: #6D4DFF;
}
.communicate .active .communicate-apply-icon {
  fill: #6D4DFF !important;
}
.communicate .active .apply-arrow {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.communicate-work {
  padding: 100px 0;
  background: #fff;
}
.communicate-work-tab {
  margin-top: 42px;
  padding: 0px 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #DAD7E9;
}
.communicate-work-tab-item {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  color: #39325A;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.communicate-work-tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 8px;
  border-radius: 9999px;
  background: #6D4DFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.communicate-work-tab-item.active::before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.communicate-work .work-pagination {
  display: none !important;
}
.communicate-work .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.communicate-work .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.communicate-work .swiper-slide-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.communicate-work .swiper-slide-inner > div {
  position: relative;
  z-index: 1;
  padding: 68px 84px;
}
.communicate-work .swiper-slide .communicate-work-subtitle,
.communicate-work .swiper-slide .communicate-work-desc {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
}
.communicate-work .ani-slide .communicate-work-subtitle,
.communicate-work .ani-slide .communicate-work-desc {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.communicate-work .ani-slide .communicate-work-desc {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.communicate-work-panel {
  margin: 25px auto;
  width: 100%;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.communicate-work-subtitle {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 10px;
}
.communicate-work-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.communicate-work-pic {
  width: 100%;
  display: block;
  max-width: none;
  height: 100%;
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.communicate-create {
  padding: 84px 0 90px;
  background: linear-gradient(112deg, #f9f8ff 50%, #e0d8ff 100%);
}
.communicate-create .button-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.communicate-create-tab {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.communicate-create-tab-item {
  position: relative;
  padding: 10px 0;
  margin: 0 18px;
  cursor: pointer;
  color: #39325A;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
.communicate-create-tab-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  border-radius: 9999px;
  background: #39325A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.communicate-create-tab-item.active::before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.communicate-create-panel {
  margin: 35px auto 25px;
  width: 100%;
  height: 465px;
  background: url(https://static-alter1.vidnoz.com/web/jp/img/communication/communicate_create_bg.webp) center center no-repeat;
  background-size: 100% 465px;
}
.communicate-create .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.communicate-create-pic, .communicate-create-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 0 0;
  width: 682px;
}
.communicate-create-content {
  margin-right: 46px;
  width: 280px;
}
.communicate-create-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.communicate-create-desc {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.communicate-get {
  padding: 20px 0;
  height: 400px;
  background: url(https://static-alter1.vidnoz.com/web/jp/img/communication/communicate_get_bg.svg) center top no-repeat;
}
.communicate-get-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}
.communicate-get .wrapper {
  margin: 0 auto;
  max-width: 760px;
}
.communicate-get-desc {
  padding: 8px 0 35px;
  font-size: 16px;
}
.communicate-get-form {
  position: relative;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .communicate .wrapper {
    max-width: 100% !important;
    padding: 0 16px;
  }
  .communicate .v-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .communicate .button-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .communicate-banner .wrapper {
    max-width: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: repeat(1, 100%);
    gap: 0;
    text-align: center;
  }
  .communicate-banner-list {
    display: inline-block;
    text-align: left;
  }
  .communicate-ease-desc {
    width: 100%;
  }
  .communicate-ease-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .communicate-ease-pic {
    margin: 40px 0;
  }
  .communicate-start-pic {
    margin: 40px 0;
  }
  .communicate-apply-swiper {
    margin-top: 60px;
  }
  .communicate-work-panel {
    height: 340px;
  }
  .communicate-work-tab {
    padding: 0px 22px;
  }
  .communicate-work-pic {
    max-width: none !important;
    height: 100% !important;
  }
  .communicate-work .css-pc {
    display: block !important;
  }
  .communicate-work .css-mobile {
    display: none !important;
  }
  .communicate-work .swiper-slide-inner > div {
    padding: 28px 44px;
  }
  .communicate-create-pic, .communicate-create-content {
    width: 420px;
  }
  .communicate-create-content {
    margin-right: 26px;
    width: 280px;
  }
  .communicate-get-container {
    max-width: 100%;
  }
  .communicate-get .wrapper {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .communicate .button-reply {
    padding: 0 10px;
    height: 18px;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .communicate .wrapper {
    max-width: 100%;
  }
  .communicate-banner {
    padding: 36px 0;
    min-height: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f1f8), to(#e0d8ff));
    background: linear-gradient(180deg, #f2f1f8 0%, #e0d8ff 100%);
  }
  .communicate-banner .wrapper {
    padding: 0 36px;
    max-width: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: repeat(1, 100%);
    gap: 0;
    text-align: center;
  }
  .communicate-banner-title {
    padding: 0px 0 8px;
  }
  .communicate-banner-list {
    padding: 16px 0;
  }
  .communicate-banner-pic {
    margin-top: 30px;
  }
  .communicate-ease {
    padding: 36px 0 56px;
  }
  .communicate-ease-desc {
    margin: 0 auto;
    padding: 8px 0 30px;
    width: 100%;
  }
  .communicate-ease .wrapper {
    padding: 0 30px;
  }
  .communicate-ease-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: wrap-reverse !important;
            flex-flow: wrap-reverse !important;
  }
  .communicate-ease-left, .communicate-ease-pic {
    width: 100%;
  }
  .communicate-ease-pic {
    margin-bottom: 35px;
  }
  .communicate-ease-list > li {
    -webkit-margin-after: 35px;
            margin-block-end: 35px;
  }
  .communicate-ease-list > li:last-child {
    -webkit-margin-after: 25px;
            margin-block-end: 25px;
  }
  .communicate-ease-list .css-item-p {
    padding-top: 8px;
  }
  .communicate-start .wrapper {
    padding: 0 30px;
  }
  .communicate-start-title {
    -webkit-padding-after: 35px;
            padding-block-end: 35px;
  }
  .communicate-start-box {
    -webkit-margin-after: 70px;
            margin-block-end: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .communicate-start-pic, .communicate-start-content {
    width: 100%;
    text-align: center;
  }
  .communicate-start-pic {
    margin-bottom: 42px;
  }
  .communicate-start-pic > img {
    max-width: 100%;
    width: 100%;
  }
  .communicate-start-content {
    width: 100%;
  }
  .communicate-start-content .css-h3 {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .communicate-start .creative {
    width: 100% !important;
  }
  .communicate .swiper-pagination-bullet {
    display: block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    border-radius: 9999px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #BEB8CB;
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  }
  .communicate .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #6D4DFF;
  }
  .communicate .apply-pagination,
.communicate .work-pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .communicate .work-pagination {
    position: relative;
    bottom: 0px;
    margin-top: 24px;
  }
  .communicate-apply {
    padding: 60px 0;
    background: linear-gradient(130deg, #f9f8ff 0%, #f9f8ff 25%, #e0d8ff 100%);
  }
  .communicate-apply .wrapper {
    padding: 0 30px;
    max-width: 100%;
  }
  .communicate-apply .button-box {
    margin-top: 22px;
  }
  .communicate-apply-container {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-flow: wrap-reverse !important;
            flex-flow: wrap-reverse !important;
  }
  .communicate-apply-list, .communicate-apply-swiper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
  .communicate-apply-item {
    display: none !important;
  }
  .communicate-apply-swiper {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .communicate-apply-swiper-title {
    color: #6D4DFF;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    padding-bottom: 25px;
  }
  .communicate-apply-swiper-desc {
    padding: 25px 0 44px;
    color: #39325A;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  .communicate-work {
    padding: 56px 0 64px;
  }
  .communicate-work-tab {
    display: none !important;
  }
  .communicate-work .css-pc {
    display: none !important;
  }
  .communicate-work .css-mobile {
    display: block !important;
  }
  .communicate-work-title {
    margin-bottom: 24px;
  }
  .communicate-work .wrapper {
    padding: 0 30px;
  }
  .communicate-work .button-box {
    margin-top: 25px;
  }
  .communicate-work .workSwiper {
    margin: 0 auto;
    max-width: 315px;
    height: 500px;
  }
  .communicate-work .swiper-slide {
    position: relative;
    height: 100%;
    background: red;
  }
  .communicate-work .swiper-slide-inner > div {
    padding: 28px;
  }
  .communicate-work .swiper-slide .communicate-work-subtitle,
.communicate-work .swiper-slide .communicate-work-desc {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  .communicate-work-panel {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .communicate-work-subtitle {
    font-size: 16px;
    padding-bottom: 4px;
  }
  .communicate-work .communicate-work-pic {
    width: 100%;
    display: block;
    max-width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .communicate-create {
    padding: 62px 0 68px;
    background: linear-gradient(116deg, #f9f8ff 0%, #f9f8ff 25%, #e0d8ff 100%);
  }
  .communicate-create-title,
.communicate-create .button-box {
    padding: 0 30px;
  }
  .communicate-create-tab {
    padding: 0 10px;
    margin-top: 20px;
  }
  .communicate-create-tab-item {
    font-size: 14px;
    margin: 0 6px;
  }
  .communicate-create-tab-item.active {
    font-size: 16px;
  }
  .communicate-create-panel {
    margin: 20px auto 25px;
    width: 100%;
    max-width: 320px;
    height: 216px;
    background-size: 100% 216px;
  }
  .communicate-create-pic, .communicate-create-content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 20px 0 0;
    width: 60%;
  }
  .communicate-create-content {
    margin-right: 10px;
    width: 29%;
  }
  .communicate-create-subtitle {
    font-size: 10px;
  }
  .communicate-create-desc {
    padding: 8px 0;
    font-size: 10px;
    line-height: 1.2;
  }
  .communicate-get {
    padding: 55px 0 70px;
    height: auto;
    background: -webkit-gradient(linear, right top, left top, from(#E4DEFF), to(#F3F0FF));
    background: linear-gradient(270deg, #E4DEFF 0%, #F3F0FF 100%);
  }
  .communicate-get .wrapper {
    max-width: 100%;
  }
  .communicate-get .wrapper .page-form {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border: none;
    border-radius: 0;
    background: transparent;
    display: block;
  }
  .communicate-get .wrapper .page-form .page-input {
    height: 50px;
    background-color: #fff !important;
    border-radius: 9999px !important;
    border: 1px solid #6D4DFF !important;
  }
  .communicate-get .wrapper .page-form .page-button {
    width: 100% !important;
    margin-top: 9px;
    max-width: 100% !important;
  }
  .communicate-get-container {
    padding: 0 30px;
    max-width: 100%;
  }
  .communicate-get-desc {
    padding: 16px 0 20px;
    font-size: 16px;
  }
}