@charset "UTF-8";

.is-loaded .front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  transition: transform 4s linear;
  transform: scaleX(1);
}

.sec-ttl {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 2.25rem;
  color: #cb1414;
  border-left: 1px solid #cb1414;
}

.sec-ttl .jp {
  font-weight: 700;
  line-height: 1.25;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}

.sec-ttl .jp .inview {
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}

.sec-ttl .jp .inview::before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: calc(100% - 0.3rem);
  content: "";
  background-color: #cb1414;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.1, 1) 0.6s;
  transform-origin: 0 50%;
}

.sec-ttl .jp .inview.js-animate {
  transform: scale(1, 1);
  transform-origin: 0 50%;
}

.sec-ttl .jp .inview.js-animate::before {
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}

.sec-ttl .en {
  margin-top: 0.3rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  --spacing: -0.02em;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-fv {
  position: relative;
  height: 83.5vh;
  height: calc(1vh * 83.5);
  height: calc(var(--vh, 1vh) * 83.5);
  height: calc(1vh * 63.5);
  height: calc(var(--vh, 1vh) * 80.5);
  background-image: url("/wp/assets/img/front/mv_img2.png");
  background-position: center;

}

.front-fv__inner {
  height: 100%;
}

/* .front-fv__item.swiper-slide */
.front-fv__item {
  padding: 5rem 0 5.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.front-fv__tagline {
  margin-bottom: 2rem;
}

.front-fv__tagline>p {
  display: inline;
  padding: 0 0.25rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.6;
  color: #cb1414;
  background: #fff;
  background: linear-gradient(transparent 8%, #fff 8%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  --spacing: 0.03em;
  font-size: 28px;
  font-size: 3.4rem;
}

.front-fv__txt {
  overflow: hidden;
  margin-bottom: 2rem;
}

.front-fv__txt>p {
  margin-right: 0;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0;
  transition-delay: 0.75s;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-fv__txt>p span {
  list-style: none;
  position: relative;
  padding-left: 1.8em;
}

.front-fv__txt>p span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1.2em;
  height: 1.2em;
  background-color: #cb1414;
  border-radius: 50%;
}

.front-fv__txt>p span::after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: 0.62em;
  width: 0.5em;
  height: 0.25em;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.front-fv__btns {
  margin-top: 2.25rem;
  text-align: center;
  margin-top: auto;
}

.front-fv .c-btn {
  justify-content: center;
  width: 28rem;
  height: 4.8rem;
  overflow: visible;
  border: 1px solid #cb1414;
  border-radius: 3.75rem;
}

.front-fv .c-btn.--trial {
  padding-left: 7.6rem;
}

.front-fv .c-btn.--case,.front-fv .c-btn.--sample {
  padding-left: 0rem;
  }

.front-fv .c-btn.--trial .btn-img {
  position: absolute;
  bottom: 0.6rem;
  left: 3.6rem;
  width: 7.2rem;
}

.front-fv .c-btn.--download {
  position: relative;
  padding-left: 6rem;
  /*background: #cb1414;*/
}

.front-fv .c-btn.--download .btn-img {
  position: absolute;
  bottom: -0.25rem;
  left: 4.5rem;
  width: 4.6rem;
}

.front-fv .swiper-pagination-horizontal.swiper-pagination-bullets {
  bottom: 2rem;
  font-size: 0;
  text-align: center;
}

.front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 8rem;
  height: 2px;
  margin-right: 2rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  opacity: 1;
}

.front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #666;
  transform: scaleX(0);
  transform-origin: left center;
}

.front-fv__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.front-fv__img.poster .front-mv__img--video {
  display: none;
}

.front-fv__img.poster .front-mv__img--poster {
  display: block;
}

.front-fv__img--video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.front-fv__img--poster {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.front-bnr {
  position: relative;
  z-index: 2;
  padding-bottom: 3rem;
}

.front-bnr__list-wrap.swiper {
  overflow: visible;
}

.front-bnr__list-wrap.swiper.center .swiper-wrapper {
  justify-content: center;
}

.front-bnr__item {
  padding: 0 0.5rem;
}

.front-bnr__item.swiper-slide {
  width: 25rem;
  height: 8rem;
}

.front-bnr__item .item-inner {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
  border-radius: 0.5rem;
}

.front-bnr__item .item-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.front-voice {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  background: #fff;
}

.front-voice__ttl {
  margin-bottom: 0.75rem;
  font-weight: 700;
  line-height: 1.6363636364;
  text-align: center;
  --spacing: 0.03em;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-voice__note {
  margin-top: 2.15rem;
  line-height: 1.3333333333;
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}

.front-voice__img {
  width: 89.7014925373%;
  margin: 0 auto 0.5rem;
}

.front-voice__img img {
  width: 100%;
}

.front-voice__logo {
  position: relative;
  margin: 0 calc((100vw - 100%) / -2);
  overflow: hidden;
}

.front-voice__logo-list {
  position: relative;
  height: 4.75rem;
}

.front-voice__logo-list:nth-of-type(2) .front-voice__logo-item {
  animation-delay: -4.85s;
}

.front-voice__logo-list:nth-of-type(3) .front-voice__logo-item {
  animation-delay: -9.7s;
}

.front-voice__logo-list:nth-of-type(4) .front-voice__logo-item {
  animation-delay: -14.55s;
}

.front-voice__logo-list.sp {
  display: block;
}

.front-voice__logo-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  font-size: 0;
  white-space: nowrap;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.front-voice__logo-item:nth-child(1) {
  animation-name: line1;
}

.front-voice__logo-item:nth-child(2) {
  animation-name: line2;
}

.front-voice__logo-item img {
  width: 260rem;
  max-width: none;
}

.front-value{
  text-align: center;
  margin-bottom: 2rem;
}

.front-value img{
  width: 600px;
}

.front-announcement {
  position: relative;
  padding: 2.5rem 0 2rem;
  background: #f7f7f7;
}

.front-announcement__inner {
  position: relative;
}

.front-announcement__ttl {
  position: relative;
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  color: #cb1414;
  --spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
}

.front-announcement__list-wrap {
  position: relative;
}

.front-announcement__list {
  position: relative;
}

.front-announcement__item>a {
  display: block;
}

.front-announcement__item .meta {
  margin-bottom: 0.15rem;
  font-size: 0;
}

.front-announcement__item .time {
  display: inline-block;
}

.front-announcement__item .time time {
  position: relative;
  display: inline-block;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

.front-announcement__item .time::after {
  position: relative;
  display: inline-block;
  padding: 0 0.25em;
  color: #cb1414;
  content: "｜";
  font-size: 11px;
  font-size: 1.1rem;
}

.front-announcement__item .tags {
  display: inline-block;
}

.front-announcement__item .tags span {
  position: relative;
  display: inline-block;
  margin: 0 1rem 0 0;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

.front-announcement__item .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-announcement__item .ttl span {
  display: inline;
  padding-bottom: 0.1em;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
}

.front-announcement .swiper-controller {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 6rem;
}

.front-announcement .swiper-button-next,
.front-announcement .swiper-button-prev {
  position: relative;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  border: 1px solid #222;
  border-radius: 50%;
}

.front-announcement .swiper-button-next::after,
.front-announcement .swiper-button-prev::after {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin: auto;
  content: "";
}

.front-announcement .swiper-button-prev {
  left: 0;
}

.front-announcement .swiper-button-prev::after {
  left: 0.12rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}

.front-announcement .swiper-button-next {
  right: 0;
}

.front-announcement .swiper-button-next::after {
  right: 0.12rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}

.front-about {
  position: relative;
  z-index: 0;
  padding: 4.5rem 0;
}

.front-about__ttl {
  position: relative;
  margin-bottom: 1.25rem;
  color: #cb1414;
  text-align: center;
}

.front-about__ttl .jp {
  font-weight: 700;
  line-height: 1.35;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}

.front-about__ttl .jp .inview {
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.5, 1);
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}

.front-about__ttl .jp .inview::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: calc(100% - 1rem);
  content: "";
  background-color: #cb1414;
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.1, 1) 0.6s;
  transform-origin: 0 50%;
}

.front-about__ttl .jp .inview.js-animate {
  transform: scale(1, 1);
  transform-origin: 0 50%;
}

.front-about__ttl .jp .inview.js-animate::before {
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}

.front-about__ttl .en {
  margin-top: 0.25rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  --spacing: -0.02em;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-about__txt-area {
  position: relative;
  z-index: 1;
}

.front-about__copy {
  margin: 2rem 0;
  font-weight: 700;
  line-height: 1.4074074074;
  text-align: center;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}

.front-about__copy span {
  --spacing: 0.14em;
}

.front-about__txt {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-about__sup {
  position: relative;
  z-index: 0;
  padding: 1.25rem 1.5rem;
  margin-top: 1.25rem;
  color: #fff;
  background: #666;
  border-radius: 0.5rem;
}

.front-about__sup::after {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  width: 1.4rem;
  height: 0.8rem;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  content: "";
  background: #666;
  transform: translateX(-50%);
}

.front-about__sup .sup-ttl {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

.front-about__sup .sup-txt {
  line-height: 1.6363636364;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

.front-about__img {
  margin-bottom: 4rem;
}

.front-about__img.poster .front-mv__img--video {
  display: none;
}

.front-about__img.poster .front-mv__img--poster {
  display: block;
}

.front-about__img--video {
  display: block;
  width: 100%;
}

.front-about__img--poster {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.flont-cont__img-txt {
    text-align: center;
    font-size: 1.3rem;
    color: #cb1414;
    font-weight: 500;
}

.front-about__bottom {
  margin-top: 4rem;
  transition-delay: 0.6s;
}

.front-about__ttl2 {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.5333333333;
  text-align: center;
  --spacing: 0.03em;
  font-size: 15px;
  font-size: 1.5rem;
}

.front-about__ttl2 span {
  margin-right: 0.25em;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.front-about__list {
  display: flex;
  gap: 0 1.5rem;
}

.front-about__list.inview .front-about__item {
  opacity: 0;
  transition: opacity 1s ease, transform 0.5s ease;
  transform: translate3d(0, 1rem, 0) rotate(0.0001deg);
}

.front-about__list.inview .front-about__item:nth-of-type(1) {
  transition-delay: 1s;
}

.front-about__list.inview .front-about__item:nth-of-type(2) {
  transition-delay: 1.175s;
}

.front-about__list.inview .front-about__item:nth-of-type(3) {
  transition-delay: 1.35s;
}

.front-about__list.inview.js-animate .front-about__item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.front-about__item {
  position: relative;
  z-index: 1;
  width: 10rem;
  padding-top: 1rem;
  text-align: center;
}

.front-about__item:not(:last-child)::after {
  position: absolute;
  top: 4.94rem;
  left: calc(100% + 0.4rem);
  width: 0.7rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #cb1414;
}

.front-about__item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 10rem;
  height: 10rem;
  content: "";
  background: #f7f7f7;
  border-radius: 50%;
}

.front-about__item-num {
  margin-bottom: 0.45rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.35;
  color: #cb1414;
  text-align: center;
  --spacing: -0.02em;
  font-size: 14px;
  font-size: 1.4rem;
}

.front-about__item-icon {
  width: 4.5rem;
  margin: 0 auto 2rem;
}

.front-about__item-txt {
  font-weight: 700;
  line-height: 1.6363636364;
  text-align: center;
  letter-spacing: 0;
  font-size: 11px;
  font-size: 1.1rem;
}

.front-demo {
  position: relative;
  z-index: 1;
  padding: 5rem 0 0;
}

.front-demo::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: "";
  background: #f7f7f7;
}

.front-demo__inner {
  position: relative;
  padding: 0.4rem;
  overflow: hidden;
  background: #E5E5E5;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 1rem;
}

.front-demo__iframe {
  position: relative;
  padding: 1.5rem;
  background: #E5E5E5;
  border: 1px solid #666;
  border-radius: 0.8rem;
}

.front-feature {
  position: relative;
  z-index: 0;
  padding: 7.5rem 0;
  background: #f7f7f7;
}

.front-feature__top {
  position: relative;
}

.front-feature__img {
  margin-bottom: 2rem;
}

.front-feature__copy {
  margin-bottom: 2.75rem;
  font-weight: 700;
  line-height: 1.4074074074;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}

.front-feature__txt {
  margin-bottom: 4.15rem;
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-feature__bottom {
  position: relative;
  margin: 0 calc((100vw - 100%) / -2);
}

.front-feature__list-wrap.swiper {
  overflow: visible;
}

.front-feature__list {
  counter-reset: number 0;
}

.front-feature__item {
  padding: 0 1rem;
}

.front-feature__item.swiper-slide {
  height: auto;
}

.front-feature__item.swiper-slide:not(.swiper-slide-visible) .item-inner {
  pointer-events: none;
  opacity: 0.7;
}

.front-feature__item .item-inner {
  display: block;
  height: 100%;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}

.front-feature__item .item-txt-area {
  padding: 0 2.5rem 2rem;
}

.front-feature__item .item-ttl {
  margin-bottom: 1.25rem;
  font-weight: 700;
  line-height: 1.5555555556;
  text-align: center;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-feature__item .item-txt {
  line-height: 1.6666666667;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-feature .swiper-controller {
  position: relative;
  max-width: 84%;
  margin: 4rem auto 0;
}

.front-feature .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0;
}

.front-feature .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
  background: #222;
  opacity: 0.3;
}

.front-feature .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.front-feature .swiper-button-next,
.front-feature .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border: 1px solid #222;
  border-radius: 50%;
}

.front-feature .swiper-button-next::after,
.front-feature .swiper-button-prev::after {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  content: "";
}

.front-feature .swiper-button-prev {
  left: 0;
}

.front-feature .swiper-button-prev::after {
  left: 0.2rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}

.front-feature .swiper-button-next {
  right: 0;
}

.front-feature .swiper-button-next::after {
  right: 0.2rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}

.front-feature__btn-box {
  margin-top: 4.5rem;
  text-align: center;
}

.front-feature__btn-box .c-btn:last-child{
  margin: 1.5rem 0;
}

.front-scene {
  position: relative;
  z-index: 1;
  padding: 7.15rem 0 7.5rem;
}

.front-scene__top {
  position: relative;
}

.front-scene__txt-area {
  margin-bottom: 2rem;
}

.front-scene__copy {
  margin-bottom: 2.75rem;
  font-weight: 700;
  line-height: 1.4074074074;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}

.front-scene__txt {
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-scene .front-scene__list-wrap {
  border-radius: 1rem;
}

.front-scene .swiper-controller {
  position: relative;
  margin-top: 1.5rem;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static;
  margin-top: 0;
  text-align: left;
  counter-reset: number 0;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 1rem 2.5rem;
  margin: 0 0 1.5rem;
  color: #666;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  opacity: 1;
  transition: color 0.5s ease;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #cb1414;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet.swiper-pagination-bullet-active h4 span {
  background-size: 100% 2px;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet::before {
  position: absolute;
  top: calc(50% - 1.125rem);
  left: 0;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet h4 {
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet h4 span {
  display: inline;
  padding-bottom: 0.1em;
  background-image: linear-gradient(#cb1414, #cb1414);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.5s ease;
}

.front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet p {
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-scene .swiper-pagination-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.front-scene .swiper-pagination-link li {
  display: block;
  width: 100%;
}

.front-scene .swiper-pagination-link li:nth-of-type(1) {
  height: 6.3rem;
}

.front-scene .swiper-pagination-link li:nth-of-type(2) {
  height: 6.3rem;
  margin-top: 1.6rem;
}

.front-scene .swiper-pagination-link li:nth-of-type(3) {
  height: 6.3rem;
  margin-top: 1.6rem;
}

.front-scene .swiper-pagination-link li>a {
  display: block;
  height: 100%;
}

.front-scene__bottom {
  position: relative;
  padding: 2.5rem 0;
  margin: 4rem -0.75rem 0;
  background: #f7f7f7;
  border-radius: 0.5rem;
}

.front-scene__bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 14.1791044776%;
  height: 100%;
  content: "";
  border-top: 1px solid #fff;
  border-top-left-radius: 1rem;
}

.front-scene__bottom::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 14.1791044776%;
  height: 100%;
  content: "";
  border-top: 1px solid #fff;
  border-top-right-radius: 1rem;
}

.front-scene__bottom-ttl {
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}

.front-scene__slider {
  position: relative;
  height: 19.5rem;
  padding-top: 0.5rem;
  overflow: hidden;
}

.front-scene__slider-list {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 504%;
  font-size: 0;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.front-scene__slider-list:nth-child(1) {
  animation-name: line1;
}

.front-scene__slider-list:nth-child(2) {
  animation-name: line2;
}

.front-scene__slider-item {
  width: 43.1428571429%;
  padding: 0 2.25rem;
}

.front-scene__slider-item .item-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7.5rem;
  padding: 0.5rem 0.15rem;
  margin: 0;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #cb1414;
  text-align: center;
  letter-spacing: 0;
  background: #fff;
  filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.3));
  border-radius: 1rem;
  transform: translateZ(0);
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-scene__slider-item .item-txt::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 1.3rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  background: #fff;
  transform: translateX(-50%);
}

.front-scene__slider-item .item-img {
  width: 89.4039735099%;
  margin: -1.5rem auto 0;
  border: 0.8rem solid #dadada;
  border-radius: 50%;
}

.front-scene__btn-box {
  margin-top: 4rem;
  text-align: center;
}

.front-dx {
  position: relative;
  z-index: 0;
  padding: 8rem 0 7.5rem;
  background: #f7f7f7;
}

.front-dx__top {
  position: relative;
}

.front-dx__img {
  position: relative;
  width: 31.062rem;
  height: 36.4428rem;
  padding: 0 2rem;
  margin: 0 auto 4.75rem;
}

.front-dx__img .parts01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31.112rem;
  height: 28.4495rem;
}

.front-dx__img .parts02 {
  position: absolute;
  top: 11.2rem;
  left: 18.25rem;
  width: 12.8195rem;
  height: 22.0025rem;
  transition: transform 0.3s linear 0.2s;
  transform: scaleY(1);
  transform-origin: left bottom;
}

.front-dx__img .parts03 {
  position: absolute;
  bottom: 3.35rem;
  left: 1.15rem;
  width: 0.6525rem;
  height: 6.9615rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.front-dx__img .parts04 {
  position: absolute;
  bottom: 5.225rem;
  left: 3.05rem;
  width: 8.2295rem;
  height: 3.23rem;
  opacity: 0;
}

.front-dx__img .parts05 {
  position: absolute;
  top: 11.5rem;
  left: 1.05rem;
  width: 0.958rem;
  height: 14.2955rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.front-dx__img .parts06 {
  position: absolute;
  top: 16.85rem;
  left: 3.75rem;
  width: 6.9615rem;
  height: 3.242rem;
  opacity: 0;
}

.front-dx__img .parts07 {
  position: absolute;
  top: 11.5rem;
  left: 19.3rem;
  width: 0.6525rem;
  height: 6.9615rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.front-dx__img .parts08 {
  position: absolute;
  top: 13.5rem;
  left: 20.7rem;
  width: 9.227rem;
  height: 3.242rem;
  opacity: 0;
}

.front-dx__img .parts09 {
  position: absolute;
  bottom: 3.35rem;
  left: 19.15rem;
  width: 0.958rem;
  height: 14.2955rem;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.front-dx__img .parts10 {
  position: absolute;
  bottom: 9.05rem;
  left: 21.15rem;
  width: 8.2295rem;
  height: 3.23rem;
  opacity: 0;
}

.front-dx__img .parts11 {
  position: absolute;
  top: 0;
  right: -2.45rem;
  width: 12.5rem;
  height: 12.5rem;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
  opacity: 0;
  transform: translateZ(0);
}

.front-dx__img.js-animate .parts02 {
  transform: scaleY(0.66);
}

.front-dx__img.js-animate .parts03 {
  opacity: 1;
}

.front-dx__img.js-animate .parts04 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}

.front-dx__img.js-animate .parts05 {
  opacity: 1;
}

.front-dx__img.js-animate .parts06 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}

.front-dx__img.js-animate .parts07 {
  opacity: 1;
}

.front-dx__img.js-animate .parts08 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}

.front-dx__img.js-animate .parts09 {
  opacity: 1;
}

.front-dx__img.js-animate .parts10 {
  animation: bounce-text 0.5s ease 0.5s;
  animation-fill-mode: both;
}

.front-dx__img.js-animate .parts11 {
  animation: bounce-balloon 0.4s ease 0.75s;
  animation-fill-mode: both;
}

.front-dx__copy {
  margin-bottom: 3.15rem;
  font-weight: 700;
  line-height: 1.4074074074;
  white-space: nowrap;
  --spacing: 0.03em;
  font-size: 27px;
  font-size: 2.7rem;
}

.front-dx__txt {
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-dx__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 32rem;
  padding: 3.65rem 3.5rem;
  margin-top: 5rem;
  overflow: hidden;
  background-image: url("/wp/assets/img/front/dx_img02_sp.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 0.5rem;
}

.front-dx__bottom-ttl {
  margin-bottom: 2.5rem;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}

.front-dx__bottom-txt {
  font-weight: 700;
  line-height: 1.5555555556;
  letter-spacing: 0;
  font-size: 13.5px;
  font-size: 1.35rem;
}

.front-dx__btn-box {
  margin-top: 4rem;
  text-align: center;
}

.front-case {
  position: relative;
  padding: 7rem 0 4.5rem;
}

.front-case__inner {
  position: relative;
  margin: 0 calc((100vw - 100%) / -2);
}

.front-case__list-wrap.swiper {
  overflow: visible;
}

.front-case__item {
  padding: 0 1rem;
}

.front-case__item.swiper-slide {
  height: auto;
}

.front-case .item-inner {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
  border-radius: 0.5rem;
  transform: translateZ(0);
}

.front-case .item-img {
  height: 14.341rem;
}

.front-case .item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 73/39;
  -o-object-fit: cover;
  object-fit: cover;
}

.front-case .item-main {
  width: 100%;
  padding: 2rem 2rem 2.5rem;
}

.front-case .item-ttl {
  display: -webkit-box;
  margin-bottom: 1rem;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.4705882353;
  color: #cb1414;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 17px;
  font-size: 1.7rem;
}

// .front-case .item-logo {
//   height: 2.5rem;
//   margin-bottom: 1rem;
// }
.front-case .item-logo {
  width: 200px;
  margin-bottom: 10px;
}

.front-case .item-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

.front-case .item-txt {
  font-weight: 700;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-case .item-tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}

.front-case .item-tags span {
  display: inline-block;
  margin: 0 1rem 0 0;
  font-weight: 700;
  line-height: 1.5;
  color: #969696;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

.front-case .swiper-controller {
  position: relative;
  max-width: 84%;
  margin: 4rem auto 0;
}

.front-case .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: 0;
}

.front-case .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
  background: #222;
  opacity: 0.3;
}

.front-case .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.front-case .swiper-button-next,
.front-case .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  background: #fff;
  border: 1px solid #222;
  border-radius: 50%;
}

.front-case .swiper-button-next::after,
.front-case .swiper-button-prev::after {
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  content: "";
}

.front-case .swiper-button-prev {
  left: 0;
}

.front-case .swiper-button-prev::after {
  left: 0.2rem;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  transform: rotate(-45deg);
}

.front-case .swiper-button-next {
  right: 0;
}

.front-case .swiper-button-next::after {
  right: 0.2rem;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
}

.front-case__btn-box {
  margin: 5rem 0 5rem;
  text-align: center;
}

.front-case__result-box {
  margin: 3.5rem auto 1.5rem;
}

.front-case__sub-ttl {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  --spacing: 0.03em;
  font-size: 17px;
  font-size: 1.7rem;
}

.front-case__img {
  text-align: center;
}

.front-case__img img {
  width: 89.7014925373%;
}

  .front-case__img__top img {
    display: block;
    margin: 0 auto 3rem;
    width: 76%;
    filter: 
    drop-shadow(0 0 8px #fff) 
    drop-shadow(0 0 5px #fff) 
  }

.front-case__note {
  margin-top: 2.15rem;
  line-height: 1.3333333333;
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}

.front-case__logo {
  position: relative;
  margin: 0 -2rem;
}

.front-news {
  position: relative;
  z-index: 1;
  padding: 7rem 0 2.5rem;
  background: #f7f7f7;
}

.front-news__tab-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1.7rem 1rem 0;
}

.front-news__tab-item {
  position: relative;
  margin: 0 1.7rem 1rem 0;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 10px;
  font-size: 1rem;
}

.front-news__tab-item.is-active::before {
  margin-right: 0.25em;
  color: #fff;
  content: "●";
}

.front-news__tab-item:last-child {
  margin-right: 0;
}

.front-news__tab-item::before {
  transition: opacity 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}

.front-news__tab-item>span {
  position: relative;
  display: inline-block;
}

.front-news__tab-item>span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #222;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: left center;
}

.front-news__panel-list {
  position: relative;
}

.front-news__panel-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.front-news__panel-item.is-show {
  position: relative;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96) 0.4s;
}

.front-news__list {
  position: relative;
  border-top: 1px solid #dadada;
}

.front-news__item {
  border-bottom: 1px solid #dadada;
}

.front-news__item>a {
  display: block;
}

.front-news__item .item-inner {
  padding: 1.6rem 0 1.85rem;
  transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96);
}

.front-news__item .meta {
  margin-bottom: 0.15rem;
  font-size: 0;
}

.front-news__item .time {
  display: inline-block;
}

.front-news__item .time time {
  position: relative;
  display: inline-block;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

.front-news__item .time::after {
  position: relative;
  display: inline-block;
  padding: 0 0.25em;
  color: #cb1414;
  content: "｜";
  font-size: 11px;
  font-size: 1.1rem;
}

.front-news__item .tags {
  display: inline-block;
}

.front-news__item .tags span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  height: 1.6rem;
  padding: 0 0.75rem;
  margin: 0 1rem 0 0;
  line-height: 1.35;
  color: #fff;
  letter-spacing: 0;
  border-radius: 1rem;
  font-size: 10.5px;
  font-size: 1.05rem;
}

.front-news__item .tags span.news {
  background: #cb1414;
}

.front-news__item .tags span.press {
  background: #1f8bc1;
}

.front-news__item .tags span.seminar {
  background: #38af6b;
}

.front-news__item .tags span.blog {
  background: #d69e00;
}

.front-news__item .ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.front-news__item .ttl span {
  display: inline;
  padding-bottom: 0.1em;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.5s ease;
}

.front-news__btn-box {
  margin-top: 3rem;
  text-align: center;
}

@keyframes line1 {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes line2 {
  from {
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce-text {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  45% {
    opacity: 1;
    transform: scale(0.8);
  }

  60% {
    opacity: 1;
    transform: scale(0.8);
  }

  85% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce-balloon {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  30% {
    opacity: 1;
    transform: scale(0.8);
  }

  60% {
    opacity: 1;
    transform: scale(1.2);
  }

  80% {
    opacity: 1;
    transform: scale(0.9);
  }

  90% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {

  .front-bnr__item .item-inner:hover {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
    transform: translate3d(0, -0.5rem, 0);
  }

  .front-announcement__item>a:hover {
    background: #fbf6f6;
  }

  .front-announcement__item>a:hover .ttl span {
    background-size: 100% 1px;
  }

  .front-announcement .swiper-button-next:hover,
  .front-announcement .swiper-button-prev:hover {
    border-color: #cb1414;
  }

  .front-announcement .swiper-button-next:hover::after,
  .front-announcement .swiper-button-prev:hover::after {
    border-color: #cb1414;
  }

  .front-feature .swiper-button-next:hover,
  .front-feature .swiper-button-prev:hover {
    border-color: #cb1414;
  }

  .front-feature .swiper-button-next:hover::after,
  .front-feature .swiper-button-prev:hover::after {
    border-color: #cb1414;
  }

  .front-case .swiper-button-next:hover,
  .front-case .swiper-button-prev:hover {
    border-color: #cb1414;
  }

  .front-case .swiper-button-next:hover::after,
  .front-case .swiper-button-prev:hover::after {
    border-color: #cb1414;
  }

  .front-news__tab-item:hover>span::after {
    transform: scaleX(1);
  }

  .front-news__item>a:hover {
    background: #fbf6f6;
  }

  .front-news__item>a:hover .ttl span {
    background-size: 100% 1px;
  }
}

@media screen and (min-width: 768px) {
  .sec-ttl {
    padding-left: 3rem;
    margin-bottom: 4.5rem;
    border-left-width: 2px;
  }

  .sec-ttl .jp {
    font-size: 38px;
    font-size: 3.8rem;
  }

  .sec-ttl .jp .inview::before {
    top: 0.4rem;
    height: calc(100% - 0.5rem);
  }

  .sec-ttl .en {
    margin-top: 0.6rem;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-fv__inner {
    position: relative;
    bottom: 0;
    left: 0;
    height: 61rem;
    margin-top: 9rem;
  }

  /* .front-fv__item.swiper-slide */
  .front-fv__item {
    //    padding: 9rem 0 0;
    padding: 6rem 0 0;

  }

  .front-fv__tagline {
    //    margin-bottom: 2.25rem;
    margin-bottom: 3rem;
  }

  .front-fv__tagline>p {
    padding: 0 0.5rem;
    font-size: 56px;
    font-size: 5.6rem;
  }

  .front-fv__txt {
  margin-bottom: 3rem;
}

  .front-fv__txt>p {
    line-height: 1.6666666667;
    --spacing: 0.05em;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-fv__btns {
    margin: 5.5rem -1.6666666667% 0;
    text-align: left;
    margin-top: auto;
    //    margin-bottom: 10rem;
  }

  .front-fv .c-btn {
    justify-content: flex-start;
    width: 30rem;
    height: 7.5rem;
    margin: 0 1.6666666667%;
    border-width: 2px;
  }

  .front-fv .c-btn.--trial {
    padding-left: 12.4rem;
  }

  .front-fv .c-btn.--case,.front-fv .c-btn.--sample {
  padding-left: 3rem;
  max-height: 60px;
  }

  .front-fv .c-btn.--trial .btn-img {
    bottom: 0.6rem;
    left: 0.6rem;
    width: 11.6rem;
  }

  .front-fv .c-btn.--download {
    padding-left: 10.5rem;
  }

  .front-fv .c-btn.--download .btn-img {
    bottom: -0.4rem;
    left: 2rem;
    width: 7.2rem;
  }

  .front-fv .swiper-pagination-horizontal.swiper-pagination-bullets {
    //    bottom: 3rem;
    bottom: 22rem;
    text-align: left;
  }

  .front-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12rem;
  }

  .front-bnr {
    padding: 2rem 0 4rem;
  }

  .front-bnr__item {
    padding: 0 1.4rem;
  }

  .front-bnr__item.swiper-slide {
    width: 34.1rem;
    height: 10.0886rem;
  }

  .front-bnr__item .item-inner {
    border-radius: 1rem;
  }

  .front-voice {
    padding: 3rem 0;
  }

  .front-voice__inner {
    position: relative;
  }

  .front-voice__ttl {
    margin-bottom: 1.25rem;
    line-height: 1.4444444444;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-voice__note {
    margin-top: 2rem;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .front-voice__img {
    width: 61.8333333333%;
    margin: 0 auto 2rem;
  }

  .front-voice__logo-list {
    height: 6.3rem;
  }

  .front-voice__logo-list:nth-of-type(2) {
    margin-top: 2rem;
  }

  .front-voice__logo-list:nth-of-type(2) .front-voice__logo-item {
    animation-delay: -9.25s;
  }

  .front-voice__logo-list:nth-of-type(3) {
    margin-top: 2rem;
  }

  .front-voice__logo-list:nth-of-type(3) .front-voice__logo-item {
    animation-delay: -18.5s;
  }

  .front-voice__logo-list:nth-of-type(4) {
    margin-top: 2rem;
  }

  .front-voice__logo-list:nth-of-type(4) .front-voice__logo-item {
    animation-delay: -27.75s;
  }

  .front-voice__logo-list.sp {
    display: none;
  }

  .front-voice__logo-item {
    animation-duration: 40s;
  }

  .front-voice__logo-item img {
    width: 400rem;
  }

  .front-value img{
    width: 100%;
    max-width: 600px;
  }

  .front-announcement {
    padding: 3rem 0;
  }

  .front-announcement__inner {
    max-width: 88rem;
    padding: 0 10rem 0 17rem;
    margin: 0 auto;
  }

  .front-announcement__inner::before {
    position: absolute;
    top: 0;
    left: 14rem;
    width: 1px;
    height: 100%;
    content: "";
    background: #222;
  }

  .front-announcement__ttl {
    position: absolute;
    top: 50%;
    left: 0;
    margin-bottom: 0;
    transform: translateY(-50%);
    font-size: 24px;
    font-size: 2.4rem;
  }

  .front-announcement__item .meta {
    margin-bottom: 0.25rem;
  }

  .front-announcement__item .time time {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-announcement__item .time::after {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-announcement__item .tags span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-announcement__item .ttl {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-announcement .swiper-controller {
    top: 50%;
    width: 9rem;
    transform: translateY(-50%);
  }

  .front-announcement .swiper-button-next,
  .front-announcement .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    transition: border-color 0.4s ease;
  }

  .front-announcement .swiper-button-next::after,
  .front-announcement .swiper-button-prev::after {
    width: 0.8rem;
    height: 0.8rem;
    transition: border-color 0.4s ease;
  }

  .front-announcement .swiper-button-prev::after {
    left: 0.2rem;
  }

  .front-announcement .swiper-button-next::after {
    right: 0.2rem;
  }

  .front-about {
    padding: 10rem 0;
  }

  .front-about__ttl {
    margin-bottom: 2rem;
  }

  .front-about__ttl .jp {
    font-size: 38px;
    font-size: 3.8rem;
  }

  .front-about__ttl .en {
    margin-top: 0.5rem;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-about__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .front-about__txt-area {
    width: 41.6666666667%;
  }

  .front-about__copy {
    margin: 2.85rem 0;
    line-height: 1.5217391304;
    text-align: left;
    transition-delay: 0.6s;
    font-size: 36.5px;
    font-size: 3.65rem;
  }

  .front-about__txt {
    margin-bottom: 0;
    line-height: 1.6666666667;
    text-align: left;
    transition-delay: 0.6s;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-about__sup {
    padding: 1.75rem;
    margin-top: 3.15rem;
    border-radius: 1rem;
    transition-delay: 0.6s;
  }

  .front-about__sup::after {
    left: 18%;
    width: 2.2rem;
    height: 1.2rem;
  }

  .front-about__sup .sup-ttl {
    margin-bottom: 0.15rem;
    line-height: 1.8571428571;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-about__sup .sup-txt {
    line-height: 1.5714285714;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-about__img {
    width: 69.9889258029%;
    margin: 0 -6rem 0 -4.525rem;
  }

  .front-about__img--video {
    width: 92%;
    margin-left: 8%;
  }

  .front-about__img--poster {
    margin-left: 2.85rem;
  }

  .flont-cont__img-txt {
    margin-left: 8rem;
}

  .front-about__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
  }

  .front-about__ttl2 {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .front-about__list {
    gap: 0 4rem;
    margin-left: 1.5rem;
  }

  .front-about__list.inview .front-about__item {
    transform: translate3d(0, 1.5rem, 0) rotate(0.0001deg);
  }

  .front-about__item {
    width: 22rem;
    height: 22rem;
    padding-top: 2.9rem;
    background: #f7f7f7;
    border-radius: 50%;
  }

  .front-about__item:not(:last-child)::after {
    top: 9.7rem;
    left: calc(100% + 1.35rem);
    width: 1.3rem;
    height: 2.6rem;
  }

  .front-about__item::before {
    display: none;
  }

  .front-about__item-num {
    margin-bottom: 0.9rem;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .front-about__item-icon {
    width: 6.3rem;
    margin: 0 auto 1.5rem;
  }

  .front-about__item-txt {
    line-height: 1.5714285714;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-demo__inner {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 2.4rem;
  }

  .front-demo__iframe {
    padding: 2rem;
    border-width: 2px;
    border-radius: 2rem;
  }

  .front-feature {
    padding: 10rem 0;
  }

  .front-feature__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9rem;
  }

  .front-feature .sec-ttl {
    position: absolute;
    top: 0;
    left: 51.5%;
  }

  .front-feature__img {
    width: 50.9413067553%;
    margin: 0 0 0 -3rem;
  }

  .front-feature__txt-area {
    width: 48.5%;
    padding-top: 12rem;
  }

  .front-feature__copy {
    margin-bottom: 3.95rem;
    line-height: 1.5217391304;
    transition-delay: 0.3s;
    font-size: 36.5px;
    font-size: 3.65rem;
  }

  .front-feature__txt {
    margin-bottom: 0;
    line-height: 1.6666666667;
    transition-delay: 0.3s;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-feature__bottom {
    margin: 0 -3rem;
  }

  .front-feature__item {
    padding: 0 3rem;
  }

  .front-feature__item .item-inner {
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
    border-radius: 1rem;
  }

  .front-feature__item .item-txt-area {
    padding: 0.5rem 3.5rem 2.5rem;
  }

  .front-feature__item .item-ttl {
    margin-bottom: 1.35rem;
    line-height: 1.4444444444;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-feature__item .item-txt {
    line-height: 1.625;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-feature .swiper-controller {
    max-width: 86rem;
    margin: 5.5rem auto 0;
  }

  .front-feature .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.8rem;
  }

  .front-feature .swiper-button-next,
  .front-feature .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    transition: border-color 0.4s ease;
  }

  .front-feature .swiper-button-next::after,
  .front-feature .swiper-button-prev::after {
    width: 1rem;
    height: 1rem;
    transition: border-color 0.4s ease;
  }

  .front-feature .swiper-button-prev::after {
    left: 0.25rem;
  }

  .front-feature .swiper-button-next::after {
    right: 0.25rem;
  }

  .front-feature__btn-box {
    margin-top: 7.5rem;
  }

  .front-feature__btn-box .c-btn{
  margin: 0 3rem;
  }

  .front-scene {
    padding: 10rem 0;
  }

  .front-scene__txt-area {
    width: 48.5%;
    margin-bottom: 4rem;
  }

  .front-scene__copy {
    margin: 0 -2.2rem 3.95rem 0;
    line-height: 1.5217391304;
    font-size: 36.5px;
    font-size: 3.65rem;
  }

  .front-scene__txt {
    line-height: 1.6666666667;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-scene .front-scene__list-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 48.5%;
    border-radius: 1rem;
  }

  .front-scene .swiper-controller {
    width: 48.5%;
    margin-top: 0;
  }

  .front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet {
    padding: 0 0 2rem 4rem;
    margin-bottom: 2rem;
  }

  .front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet::before {
    top: calc(50% - 1.9rem);
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet h4 {
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .front-scene .swiper-pagination-bullets.swiper-pagination-horizontal div.swiper-pagination-bullet p {
    margin-top: 0.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-scene .swiper-pagination-link li:nth-of-type(1) {
    height: 8.2rem;
  }

  .front-scene .swiper-pagination-link li:nth-of-type(2) {
    height: 8.2rem;
    margin-top: 2.1rem;
  }

  .front-scene .swiper-pagination-link li:nth-of-type(3) {
    height: 8.2rem;
    margin-top: 2.1rem;
  }

  .front-scene__bottom {
    padding: 4.35rem 0 4rem;
    margin: 4.75rem 0 0;
    border-radius: 2rem;
  }

  .front-scene__bottom::before {
    width: 27.0833333333%;
    border-top-left-radius: 2rem;
  }

  .front-scene__bottom::after {
    width: 27.0833333333%;
    border-top-right-radius: 2rem;
  }

  .front-scene__bottom-ttl {
    margin-bottom: 4rem;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .front-scene__slider {
    height: 26rem;
    padding-top: 1rem;
  }

  .front-scene__slider-list {
    width: 263.9607%;
    animation-duration: 40s;
  }

  .front-scene__slider-item {
    width: 24.2623873874%;
  }

  .front-scene__slider-item .item-txt {
    height: 10rem;
    margin: 0;
    line-height: 1.6666666667;
    filter: drop-shadow(0 0.6rem 0.6rem rgba(0, 0, 0, 0.3));
    border-radius: 1rem;
    font-size: 15.75px;
    font-size: 1.575rem;
  }

  .front-scene__slider-item .item-txt::after {
    width: 1.5rem;
    height: 1.4rem;
  }

  .front-scene__slider-item .item-img {
    width: 69.2307692308%;
    margin: -2rem auto 0;
    border-width: 1.1rem;
  }

  .front-scene__btn-box {
    margin-top: 8rem;
  }

  .front-dx {
    padding: 8rem 0 10rem;
  }

  .front-dx__top {
    display: flex;
    justify-content: space-between;
  }

  .front-dx .sec-ttl {
    position: absolute;
    top: 0;
    left: 51.5%;
  }

  .front-dx__img {
    width: 48.5%;
    height: 46.7221rem;
    padding: 0;
    margin: 3.5rem 0 0;
  }

  .front-dx__img .parts01 {
    width: 41.4rem;
    height: 37.551rem;
  }

  .front-dx__img .parts02 {
    top: 13.2215rem;
    left: 24.336rem;
    width: 17.0526rem;
    height: 29.2664rem;
  }

  .front-dx__img .parts03 {
    bottom: 4.545rem;
    left: 1.6114rem;
    width: 0.9246rem;
    height: 9.26rem;
  }

  .front-dx__img .parts04 {
    bottom: 7.3132rem;
    left: 4.7516rem;
    width: 9.6014rem;
    height: 3.7219rem;
  }

  .front-dx__img .parts05 {
    top: 13.4282rem;
    left: 1.4462rem;
    width: 1.2743rem;
    height: 19.0152rem;
  }

  .front-dx__img .parts06 {
    top: 20.8654rem;
    left: 5.5779rem;
    width: 8.1214rem;
    height: 3.7351rem;
  }

  .front-dx__img .parts07 {
    top: 13.4282rem;
    left: 25.8235rem;
    width: 0.9246rem;
    height: 9.2601rem;
  }

  .front-dx__img .parts08 {
    top: 16.1965rem;
    left: 28.5091rem;
    width: 10.3592rem;
    height: 3.7351rem;
  }

  .front-dx__img .parts09 {
    bottom: 4.421rem;
    left: 25.6582rem;
    width: 1.2743rem;
    height: 19.0152rem;
  }

  .front-dx__img .parts10 {
    bottom: 12.3953rem;
    left: 28.9223rem;
    width: 9.6014rem;
    height: 3.7219rem;
  }

  .front-dx__img .parts11 {
    right: -1rem;
    width: 15.04rem;
    height: 15.04rem;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.1));
  }

  .front-dx__img.js-animate .parts02 {
    transform: scaleY(0.67);
  }

  .front-dx__txt-area {
    width: 48.5%;
    padding-top: 13.15rem;
  }

  .front-dx__copy {
    margin-bottom: 5.5rem;
    line-height: 1.5217391304;
    font-size: 36.5px;
    font-size: 3.65rem;
  }

  .front-dx__txt {
    line-height: 1.6666666667;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-dx__bottom {
    justify-content: center;
    min-height: 30rem;
    padding: 4rem 3.25rem 3rem;
    margin-top: 10rem;
    background-image: url("/wp/assets/img/front/dx_img02.jpg");
    background-position: 80% 50%;
    background-size: 100% auto;
    border-radius: 2rem;
  }

  .front-dx__bottom-ttl {
    margin-bottom: 3.25rem;
    font-size: 30px;
    font-size: 3rem;
  }

  .front-dx__bottom-txt {
    max-width: 49rem;
    margin: 0 auto;
    line-height: 1.6666666667;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-dx__btn-box {
    margin-top: 8rem;
  }

  .front-case {
    padding: 9.5rem 0 11rem;
  }

  .front-case__item {
    padding: 0 2rem;
  }

  .front-case .item-inner {
    filter: none;
    border-radius: 1rem;
  }

  .front-case .item-img {
    height: 32.022rem;
  }

  .front-case .item-main {
    height: 175px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2rem 2.5rem 2.5rem;
    background: rgba(255, 255, 255, 0.9);
  }

  .front-case .item-ttl {
    margin-bottom: 1rem;
    line-height: 1.3461538462;
    font-size: 26px;
    font-size: 2.6rem;
  }

  .front-case .item-logo {
    //    height: 3.5rem;
  }

  .front-case .item-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .front-case .item-tags span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .front-case .swiper-controller {
    max-width: 86rem;
    margin: 5.5rem auto 0;
  }

  .front-case .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.8rem;
  }

  .front-case .swiper-button-next,
  .front-case .swiper-button-prev {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    transition: border-color 0.4s ease;
  }

  .front-case .swiper-button-next::after,
  .front-case .swiper-button-prev::after {
    width: 1rem;
    height: 1rem;
    transition: border-color 0.4s ease;
  }

  .front-case .swiper-button-prev::after {
    left: 0.25rem;
  }

  .front-case .swiper-button-next::after {
    right: 0.25rem;
  }

  .front-case__btn-box {
    margin: 6rem 0 6rem;
  }

  .front-case__result-box {
    width: 80.8333333333%;
    margin: 7.5rem auto 6.5rem;
  }

  .front-case__sub-ttl {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .front-fv {
    //    height: auto;
    height: 500px;
    background-image: url("/wp/assets/img/front/mv_img2.png");
    background-repeat: no-repeat;
    background-color: #EBEDEC;
  }

  .front-case__img img {
    width: 100%;
  }

  .front-case__img__top img {
    display: inline-block;
    width: 54%;
    filter: 
    drop-shadow(0 0 4px #fff) 
    drop-shadow(0 0 15px #fff) 
    drop-shadow(0 0 30px rgba(255, 255, 255, 0.7));
  }

  .front-case__note {
    margin-top: 2.15rem;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .front-case__logo {
    margin: 0;
  }

  .front-news {
    padding: 10rem 0 4rem;
  }

  .front-news__inner {
    position: relative;
  }

  .front-news .sec-ttl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .front-news__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 55.5rem;
  }

  .front-news__tab-list {
    flex-direction: column;
    margin: 14rem 0 0;
  }

  .front-news__tab-item {
    margin: 0 0 2.4rem;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-news__tab-item.is-active.--news::before {
    color: #cb1414;
  }

  .front-news__tab-item.is-active.--press::before {
    color: #1f8bc1;
  }

  .front-news__tab-item.is-active.--seminar::before {
    color: #38af6b;
  }

  .front-news__tab-item.is-active.--blog::before {
    color: #d69e00;
  }

  .front-news__tab-item.is-active::before {
    color: #666;
  }

  .front-news__tab-item.is-active>span::after {
    transform: scaleX(1);
  }

  .front-news__tab-item:last-child {
    margin-bottom: 0;
  }

  .front-news__panel-list {
    width: 67.4038461538%;
    margin-top: -0.2rem;
  }

  .front-news__item .item-inner {
    padding: 2.5rem 0 3rem;
  }

  .front-news__item .meta {
    margin-bottom: 0.5rem;
  }

  .front-news__item .time time {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-news__item .time::after {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .front-news__item .tags span {
    min-width: 10rem;
    height: 2rem;
    padding: 0 1rem;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .front-news__item .ttl {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .front-news__btn-box {
    position: absolute;
    top: 41.5rem;
    left: 0;
    margin-top: 0;
    text-align: left;
  }

  .front-news__btn-box .c-btn {
    width: 24rem;
  }
}

@media screen and (min-width: 1024px) {


  .front-bnr__item.swiper-slide {
    width: 36rem;
    height: 11rem;
  }

  .front-about__copy {
    font-size: 46px;
    font-size: 4.6rem;
  }

  .front-about__img {
    width: 70%;
    margin: 0 -10rem 0 -3.3333333333%;
  }

  .front-about__list {
    gap: 0 6.5rem;
    margin-left: 4rem;
  }

  .front-about__item:not(:last-child)::after {
    left: calc(100% + 2.6rem);
  }

  .front-feature .sec-ttl {
    top: 4.5rem;
    left: 54.5833%;
  }

  .front-feature__img {
    width: 54.5%;
    margin: 0 0 0 -4rem;
  }

  .front-feature__txt-area {
    width: 45.4166666667%;
    padding-top: 12rem;
  }

  .front-feature__copy {
    font-size: 46px;
    font-size: 4.6rem;
  }

  .front-feature .swiper-controller {
    max-width: 116rem;
  }

  .front-scene__txt-area {
    width: 52.5%;
  }

  .front-scene__copy {
    font-size: 46px;
    font-size: 4.6rem;
  }

  .front-scene .front-scene__list-wrap {
    width: 46.6666666667%;
  }

  .front-scene .swiper-controller {
    width: 44rem;
  }

  .front-scene__slider-list {
    width: 240%;
    animation-duration: 40s;
  }

  .front-scene__slider-item {
    width: 26.6666666667%;
    padding: 0 3rem;
  }

  .front-scene__slider-item .item-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .front-dx .sec-ttl {
    left: 54.5833%;
  }


  .front-dx__img {
    width: 41.75%;
    height: 56.5403rem;
    margin-top: -4.5rem;
  }

  .front-dx__img .parts01 {
    width: 50.1rem;
    height: 45.442rem;
  }

  .front-dx__img .parts02 {
    top: 16rem;
    left: 29.45rem;
    width: 20.636rem;
    height: 35.417rem;
  }

  .front-dx__img .parts03 {
    bottom: 5.5rem;
    left: 1.95rem;
    width: 1.119rem;
    height: 11.206rem;
  }

  .front-dx__img .parts04 {
    bottom: 8.85rem;
    left: 5.75rem;
    width: 11.619rem;
    height: 4.504rem;
  }

  .front-dx__img .parts05 {
    top: 16.25rem;
    left: 1.75rem;
    width: 1.542rem;
    height: 23.011rem;
  }

  .front-dx__img .parts06 {
    top: 25.25rem;
    left: 6.75rem;
    width: 9.828rem;
    height: 4.52rem;
  }

  .front-dx__img .parts07 {
    top: 16.25rem;
    left: 31.25rem;
    width: 1.119rem;
    height: 11.206rem;
  }

  .front-dx__img .parts08 {
    top: 19.6rem;
    left: 34.5rem;
    width: 12.536rem;
    height: 4.52rem;
  }

  .front-dx__img .parts09 {
    bottom: 5.35rem;
    left: 31.05rem;
    width: 1.542rem;
    height: 23.011rem;
  }

  .front-dx__img .parts10 {
    bottom: 15rem;
    left: 35rem;
    width: 11.619rem;
    height: 4.504rem;
  }

  .front-dx__img .parts11 {
    right: -4rem;
    width: 18.2rem;
    height: 18.2rem;
  }

  .front-dx__txt-area {
    width: 45.4166666667%;
  }

  .front-dx__copy {
    font-size: 46px;
    font-size: 4.6rem;
  }

  .front-dx__bottom {
    background-position: 50% 50%;
  }

  .front-case .item-img {
    height: 39rem;
  }

  .front-case .item-block {
    display: flex;
    align-items: center;
  }

  .front-case .item-logo {
    margin-bottom: 0;
  }

  .front-case .item-txt-wrap {
    margin-left: 1.5rem;
  }

  .front-case .swiper-controller {
    max-width: 116rem;
  }
}

@media screen and (min-width: 1401px) {
  .front-case .item-img {
    height: 27.8571428571vw;
  }
}

@media screen and (max-width: 767px) {
  .front-fv .container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 3rem;
    //    height: 100%;
  }

  .front-fv .c-btn:not(:first-child) {
    margin-top: 1.5rem;
  }

  .front-news__tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10rem;
    height: 3rem;
    color: #666;
    background: #fff;
    border: 1px solid #666;
    border-radius: 1.5rem;
  }

  .front-news__tab-item.--news {
    color: #cb1414;
    border-color: #cb1414;
  }

  .front-news__tab-item.--press {
    color: #1f8bc1;
    border-color: #1f8bc1;
  }

  .front-news__tab-item.--seminar {
    color: #38af6b;
    border-color: #38af6b;
  }

  .front-news__tab-item.--blog {
    color: #d69e00;
    border-color: #d69e00;
  }

  .front-news__tab-item.is-active {
    color: #fff;
    background: #666;
  }

  .front-news__tab-item.is-active.--news {
    background: #cb1414;
  }

  .front-news__tab-item.is-active.--press {
    background: #1f8bc1;
  }

  .front-news__tab-item.is-active.--seminar {
    background: #38af6b;
  }

  .front-news__tab-item.is-active.--blog {
    background: #d69e00;
  }
}

/*202308304colors追加*/
.feature-cont__point-item .item-txt {
  margin-bottom: 2rem;
}

.tts_text {
  text-align: center;
  font-size: 14px;
}

.tts_area {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.pop_l {
  float: left;
  width: 80%;
}

.pop_r {
  float: left;
  width: 20%;
}

.demo_pop_left {
  /* //    position: absolute; */
  width: 16.5vw;
  /* //    top: 280px;
//    left: -3vw; */
}

.demo_pop_right {
  float: left;
  /* //    position: absolute; */
  width: 15vw;
  /* //    top: 290px;
//    right: -2vw; */
}

.demo__frame {
  margin: 0 auto;
}

.demo__frame--md {
  display: none;
}

.demo__frame--sm {
  display: none;
}

.demo__frame--xs {
  display: none;
}

@media screen and (max-width: 980px) and (min-width: 736px) {
  .demo__frame {
    display: none;
  }

  .demo__frame--md {
    display: unset;
    margin: 0 auto;
  }

  .demo__frame--sm {
    display: none;
  }

  .demo__frame--xs {
    display: none;
  }

  .demo_pop_left {
    /* position: absolute; */
    width: 23vw;
    top: 290px;
    left: 30px;
  }

  .demo_pop_right {
    /* position: absolute; */
    width: 23vw;
    top: 290px;
    right: 30px;
  }
}

@media screen and (max-width: 736px) {
  .demo__frame {
    display: none;
  }

  .demo__frame--md {
    display: none;
  }

  .demo__frame--sm {
    display: unset;
    margin: 0 auto;
  }

  .demo__frame--xs {
    display: none;
  }

  .demo_pop_left {
    width: 30vw;
    top: 210px;
    left: 30px;
  }

  .demo_pop_right {
    /* position: absolute; */
    width: 30vw;
    top: 210px;
    right: 10px;
  }
}

@media screen and (max-width: 475px) {
  .demo__frame {
    display: none;
  }

  .demo__frame--md {
    display: none;
  }

  .demo__frame--sm {
    display: none;
  }

  .demo__frame--xs {
    display: unset;
    margin: 0 auto;
  }

  .demo_pop_left {
    width: 30vw;
    top: 230px;
    left: 30px;
  }

  .demo_pop_right {
    /* position: absolute; */
    width: 30vw;
    top: 230px;
    right: 10px;
  }

  .pop_l {
    float: left;
    width: 60%;
  }

  .pop_r {
    float: left;
    width: 40%;
  }

}


.banner {
  display: none;
  position: fixed;
  margin: 15px 20px;
  z-index: 99998;
  bottom: 0;
  right: 0;
}

.banner a {
  text-decoration: none;
}

.banner-icon {
  color: #f8f8f8;
  font-size: 40px;
}

.banner-back {
  width: 300px;
  background-color: #fff;
  border-radius: 25px;
}

.banner-top {
  padding: 20px;
  border-radius: 25px 25px 0px 0px;
  background: -moz-radial-gradient(#0AB0C7, #006EB0 70%);
  background: -webkit-radial-gradient(#0AB0C7, #006EB0 70%);
  background: radial-gradient(#0AB0C7, #006EB0 70%);
}

.banner-copy {
  font-size: 18px;
  position: relative;
}

.banner-copy::after {
  font-family: 'Font Awesome 6 Free';
  font-size: 20px;
  content: '\f054';
  color: #006EB0;
  position: absolute;
  margin-top: 11px;
  top: 0;
  right: 18px;
}

.banner-bottom {
  padding: 25px 0px 30px 0px;
  line-height: 1.6;
}

.banner-body {
  width: 300px;
  background: #f8f8f8;
  color: #000000;
  font-weight: bold;
  text-align: center;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

.banner-body:hover {
  transition: opacity 0.3s ease;
  opacity: 0.7;
}

.banner-close {
  font-weight: bold;
  position: absolute;
  top: -6px;
  right: -14px;
  z-index: 99999;
  padding: 4px 8px;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

@media screen and (max-width: 750px) {
  .banner {
    width: 100%;
    margin: 0px;
  }

  .banner-icon {
    font-size: 28px;
  }

  .banner-body {
    width: 100%;
    border-radius: 0px;
  }

  .banner-back {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
  }

  .banner-top {
    padding: 5px;
    border-radius: 0px;
    background: -moz-linear-gradient(#006EB0 50%, #0AB0C7);
    background: -webkit-linear-gradient(#006EB0 50%, #0AB0C7);
    background: linear-gradient(#006EB0 50%, #0AB0C7);
  }

  .banner-bottom {
    padding: 10px 10px 18px 10px;
  }

  .banner-copy {
    font-size: 15px;
  }

  .banner-copy::after {
    font-size: 12px;
    margin-top: 1.4px;
    margin-left: 12px;
    top: initial;
    right: initial;
  }

  .banner-close {
    top: -10px;
    right: 2px;
  }

  .banner-copy-br {
    display: none;
  }

  .banner {

    position: fixed;
    margin: 0;
    z-index: 99998;
    bottom: 0;
    right: 0;
  }
}




/* 自分ごと化CTA */

.cta-flex ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 9rem;
}

.cta-flex ul li {
  width: 49%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .cta-flex ul {
    margin-top: 7rem;
    display: block;
    /* gap: 1rem; */
  }

  .cta-flex ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .plan-cta {
    padding: 6.25rem 0 9rem;
  }

  .plan-cta__ttl {
    margin-bottom: 3.5rem;
    font-size: 30px;
    font-size: 3rem;
  }

  .plan-cta .c-btn {
    width: 36rem;
  }

  .plan-cta .c-btn:not(:first-child) {
    margin: 0 0 0 3rem;
  }

  .plan-cta .c-btn span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}


.plan-cta {
  position: relative;
  padding: 3rem 0 4.5rem;
}

.plan-cta__ttl {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #cb1414;
  text-align: center;
  --spacing: 0.03em;
  font-size: 22px;
  font-size: 2.2rem;
}

.plan-cta__btn-box {
  text-align: center;
}

.plan-cta .c-btn {
  width: 28rem;
}

.plan-cta .c-btn:not(:first-child) {
  margin-top: 1.5rem;
}

.plan-cta .c-btn.--b-red {
  border: 1px solid #cb1414;
}

.plan-cta .c-btn.--b-black {
  color: #222;
  border: 1px solid #222;
}

.plan-cta .c-btn.--b-black.--arw .btn-arw svg {
  stroke: #222;
}

.plan-cta .c-btn span {
  font-size: 13px;
  font-size: 1.3rem;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .plan-cta .c-btn:hover.--b-black {
    color: #fff;
    background: #222;
  }
}

/* 26.06.30 */

.cta-flex .medical_item {
  width: 100%;
}
