html {
  scroll-behavior: smooth;
}

body.active {
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 20000;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 0 14px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1300px) {
  .header {
    padding: 12px 40px 0 65px;
    height: 60px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  .header {
    font-size: 16px;
  }
}
.header * {
  color: inherit;
  font-weight: inherit;
}
.header__logo {
  width: 150px;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 220px;
  }
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  display: none;
  gap: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 1300px) {
  .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #313131;
  font-weight: 500;
}
@media screen and (min-width: 1600px) {
  .header__menu {
    gap: 40px;
  }
}
.header__menu--item {
  position: relative;
}
.header__menu--item:hover > a, .header__menu--item:hover span {
  color: #0096C1;
}
.header__menu--item.has-submenu {
  padding-right: 1em;
}
.header__menu--item.has-submenu:hover::after {
  border-bottom-color: #0096C1;
  border-right-color: #0096C1;
}
.header__menu--item.has-submenu:hover .header__submenu {
  visibility: visible;
  opacity: 1;
}
.header__menu--item.has-submenu::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px #313131 solid;
  border-right: 2px #313131 solid;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}
.header__menu--item a {
  text-decoration: none;
}
.header__submenu {
  position: absolute;
  left: 50%;
  bottom: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, calc(100% + 20px));
          transform: translate(-50%, calc(100% + 20px));
  width: 340px;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 24px;
}
.header__submenu--item {
  padding-left: 25px;
  position: relative;
}
.header__submenu--item:not(:last-child) {
  margin-bottom: 20px;
}
.header__submenu--item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0096C1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__submenu .dx-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin-top: 9px;
}
.header__submenu .dx-item .dx-btn {
  padding: 6px 12px;
  border: 2px solid;
  border-radius: 4px;
}
.header__submenu .dx-item .dx-btn.--estand {
  border-color: #0096C1;
}
.header__submenu .dx-item .dx-btn.--esense {
  border-color: #B42A68;
}
.header__submenu .dx-item .dx-btn img {
  width: 90px;
  height: 25px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header__btn-link {
  text-decoration: none;
  display: block;
  width: 190px;
  padding: 8px 0;
  border: 1px #0096C1 solid;
  text-align: center;
  border-radius: 100vh;
  font-weight: 500;
}
.header__btn-link:hover {
  opacity: 0.5;
}
.header__btn-link.--wt {
  background-color: #ffffff;
  color: #0096C1;
}
.header__btn-link.--main {
  background-color: #0096C1;
  color: #ffffff;
}
.header__btn-link.--red {
  border-color: #B42A68;
  background-color: #DC5692;
  color: #ffffff;
}
@media screen and (min-width: 1600px) {
  .header__btn-link.--red {
    width: 240px;
  }
}
.header__btn-child {
  position: relative;
}
.header__btn-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 0 8px 8px;
  padding: 16px 12px 24px;
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 1300px) {
  .header__btn-child:hover .header__btn-submenu {
    opacity: 1;
    visibility: visible;
  }
}
.header__btn-submenu a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__btn-submenu a::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 0.5em;
  background-color: #0096C1;
  border-radius: 50%;
}
.header__open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #064963;
  width: 50px;
  height: 50px;
  margin: 15px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .header__open {
    height: 100%;
    padding: 25px;
    width: 80px;
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  .header__open {
    display: none;
  }
}
.header__open span {
  display: block;
  width: 30px;
  height: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .header__open span {
    width: 40px;
  }
}
.header__open.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header__open.active span:nth-child(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
            transform: translateY(15px) rotate(-45deg);
  }
}
.header__open.active span:nth-child(2) {
  opacity: 0;
}
.header__open.active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header__open.active span:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
            transform: translateY(-13px) rotate(45deg);
  }
}

.spMenu {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 19000;
  color: #313131;
  height: 100vh;
  overflow: auto;
}
.spMenu * {
  color: inherit;
}
@media screen and (min-width: 1300px) {
  .spMenu {
    display: none;
  }
}
.spMenu.active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.spMenu__inner {
  padding: 80px 5%;
}
.spMenu__menu {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .spMenu__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .spMenu__menu--item {
    width: 46%;
  }
}
.spMenu__menu--item > a {
  position: relative;
}
.spMenu__menu--item > a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-right: 2px #0096C1 solid;
  border-bottom: 2px #0096C1 solid;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 0;
}
.spMenu__menu--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px #858585 solid;
  font-size: 20px;
  font-weight: 700;
}
.spMenu__menu--inner::after {
  content: attr(data-en);
  color: #0096C1;
  display: block;
  margin-left: 1em;
  font-size: 16px;
}
.spMenu__submenu {
  padding: 10px 20px;
}
.spMenu__submenu--item {
  padding-left: 35px;
  position: relative;
  display: block;
  margin-bottom: 1em;
  text-decoration: none;
}
.spMenu__submenu--item::before, .spMenu__submenu--item::after {
  content: "";
  display: block;
  background-color: #858585;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.spMenu__submenu--item::before {
  height: 25px;
  width: 1px;
}
.spMenu__submenu--item::after {
  height: 1px;
  width: 25px;
}
.spMenu__submenu--btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  border: 2px solid;
  padding: 9px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  margin-right: 1em;
}
.spMenu__submenu--btn img {
  display: block;
  height: 34px;
}
.spMenu__submenu--btn.--e-stand {
  border-color: #0096C1;
}
.spMenu__submenu--btn.--e-sense {
  border-color: #B42A68;
}
.spMenu__submenu--btn.--solution {
  border-color: #ABD6D9;
}
.spMenu__submenu--btn.--solution img {
  height: 41px;
}
.spMenu__other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em 3em;
  margin-top: 3em;
}
.spMenu__other--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.spMenu__other--item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 2px #313131 solid;
  border-top: 2px #313131 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.spMenu__other--item a {
  text-decoration: none;
}
.spMenu__logo {
  display: block;
  width: 270px;
  margin: 2em auto 0;
}

.st-Hero__new::before {
  background-image: url("./../img/inquiry/bg_sp.svg");
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .st-Hero__new::before {
    background-image: url("./../img/inquiry/bg_pc.svg");
  }
}
.st-Hero__new_inquiry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 202px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 5% 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .st-Hero__new_inquiry {
    height: 274px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.st-Hero__new_inquiry .inquiry_subtitle {
  color: #8B8B8B;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .st-Hero__new_inquiry .inquiry_subtitle {
    font-size: 16px;
  }
}
.st-Hero__new_inquiry .inquiry_title {
  font-size: 20px;
  color: #0096C1;
  font-weight: inherit;
}
@media screen and (min-width: 960px) {
  .st-Hero__new_inquiry .inquiry_title {
    font-size: 30px;
  }
}

@media screen and (min-width: 960px) {
  .dl-body {
    text-align: center;
  }
}

.dl-files {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (min-width: 560px) {
  .dl-files {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .dl-files {
    width: 90%;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .dl-files {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.dl-files input {
  display: none;
}
.dl-files input:checked + .dl-files__item .dl-files__item--check::before, .dl-files input:checked + .dl-files__item .dl-files__item--check::after {
  content: "";
  display: block;
  background-color: #0096C1;
  position: absolute;
  height: 6px;
  border-radius: 1px;
  bottom: 5px;
  left: 30%;
  -webkit-transform-origin: 3px 3px;
          transform-origin: 3px 3px;
}
.dl-files input:checked + .dl-files__item .dl-files__item--check::before {
  width: 12px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.dl-files input:checked + .dl-files__item .dl-files__item--check::after {
  width: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.dl-files__item {
  display: block;
  border-radius: 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0px 3px 6px;
  padding: 24px;
  background-color: #ffffff;
  cursor: pointer;
}
.dl-files__item--img {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.dl-files__item--img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dl-files__item--check {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border: 1px #8B8B8B solid;
  left: -6px;
  top: -6px;
}
.dl-files__item--title {
  margin: 10px 0 5px;
  color: #0096C1;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .dl-files__item--title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
}

.dl-form {
  position: fixed;
  height: calc(100% - 80px);
  bottom: 0;
  left: 100%;
  width: calc(100% - 50px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 350px;
  z-index: 5000;
  background-color: #ffffff;
  padding: 30px;
}
.dl-form::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  background-color: #313131;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: -50px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .dl-form::before {
    display: none;
  }
}
.dl-form__input {
  display: none;
}
.dl-form__input:checked + .dl-form {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.dl-form__input:checked + .dl-form::before {
  visibility: visible;
  opacity: 0.5;
}
.dl-form__input:checked + .dl-form .dl-form__toggle::before {
  -webkit-transform: translate(-70%, -50%) rotate(135deg);
          transform: translate(-70%, -50%) rotate(135deg);
}
.dl-form__toggle {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0096C1;
  position: absolute;
  top: 0;
  left: -50px;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .dl-form__toggle {
    height: 100%;
  }
}
.dl-form__toggle::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px #ffffff solid;
  border-left: 2px #ffffff solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .dl-form__toggle::before {
    top: 50px;
  }
}
.dl-form__filecount {
  margin-bottom: 10px;
}
.dl-form__submit {
  margin: 25px 0;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .dl-form__submit:hover::before {
    background-color: #0096C1;
  }
  .dl-form__submit:hover input {
    background-color: #ffffff;
    color: #0096C1;
  }
}
.dl-form__submit::before {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  -webkit-mask-image: url("../img/dl.svg");
          mask-image: url("../img/dl.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.dl-form__submit input {
  -webkit-appearance: none;
  width: 100%;
  padding: 16px 16px 16px 50px;
  background-color: #0096C1;
  color: #ffffff;
  border: 1px #0096C1 solid;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
}
.dl-form__items {
  overflow: auto;
  max-height: calc(100vh - 80px - 60px - 40px - 20px - 105px);
}
.dl-form__item {
  margin-top: 20px;
  display: none;
}
.dl-form__item.active {
  display: block;
}
.dl-form__item--title {
  font-weight: 700;
  margin-bottom: 11px;
}
.dl-form__item--img {
  width: calc(100% - 30px);
  aspect-ratio: 16/9;
  position: relative;
}
.dl-form__item--img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dl-form__item--delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background-color: #0096C1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  cursor: pointer;
}
.dl-form__item--delete::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
}

.download__body {
  gap: 80px 40px;
}
@media screen and (min-width: 960px) {
  .download__body .download-form {
    max-width: 500px;
  }
}
.download__body .download-slider {
  max-width: none;
}
@media screen and (min-width: 960px) {
  .download__body .download-slider__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 25px 50px;
  }
}
.download__body .download-slider__slide {
  min-width: 280px;
}
@media screen and (min-width: 960px) {
  .download__body .download-slider__slide {
    max-width: 250px;
  }
}
.download__body .download-slider__slide--title {
  font-weight: 700;
  margin-bottom: 14px;
}
.download__body .download-slider__slide--img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.download_complete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.download_complete .dl-btn {
  margin: 18px auto 45px;
  width: 100%;
  max-width: 340px;
  padding: 0 15px;
}
@media screen and (min-width: 960px) {
  .download_complete .dl-btn {
    margin: 55px auto 85px;
  }
}
.download_complete .dl-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0096C1;
  color: #ffffff;
  border: 1px #0096C1 solid;
  border-radius: 8px;
  height: 70px;
  text-decoration: none;
  gap: 15px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .download_complete .dl-btn a:hover {
    background-color: #ffffff;
    color: #0096C1;
  }
  .download_complete .dl-btn a:hover::before {
    background-color: #0096C1;
  }
}
.download_complete .dl-btn a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  -webkit-mask-image: url("./../img/dl.svg");
          mask-image: url("./../img/dl.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.download_complete .dl-btn a::after {
  display: none;
}

.st-Main .linkStyle-new {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.st-Main .linkStyle-new li {
  padding-left: 1em;
  position: relative;
  border-bottom: 1px #858585 solid;
}
.st-Main .linkStyle-new li::before {
  content: "";
  display: block;
  background-color: #0096C1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.st-Main .linkStyle-new li a {
  display: block;
  padding: 14px 0;
  text-decoration: none;
}

.footer-sns a[target=_blank] {
  display: inline-block;
  margin-right: 1em;
}
.footer-sns a[target=_blank]::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-sns a[target=_blank]:not(.btn)::after {
  content: none;
  display: none;
}
.footer-sns a[target=_blank].--youtube::before {
  background-image: url("./../img/youtube.svg");
}
.footer-sns a[target=_blank].--facebook::before {
  background-image: url("./../img/facebook.svg");
}
.footer-sns a[target=_blank].--x::before {
  background-image: url("./../img/x.svg");
}

.st-Footer_Nav_List {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 550px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.color-title {
  color: #0096C1;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .color-title {
    font-size: 33px;
  }
}
.color-title span {
  color: #313131;
  font-size: 12px;
  margin-left: 9px;
}
@media screen and (min-width: 960px) {
  .color-title span {
    font-size: 16px;
    margin-left: 18px;
  }
}
.color-title.top-ttl {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1360px;
}

.case {
  padding: 25px 0 45px;
  background-color: #F2F7F8;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .case {
    padding: 50px 0 120px;
  }
}
.case__inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .case__inner {
    width: 80%;
  }
}
.case__inner h2 {
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .case__inner h2 {
    width: 100%;
  }
}
.case__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .case__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.case__slider {
  margin: -170px auto 0;
  padding: 210px 0 10px;
  overflow: visible;
}
@media screen and (min-width: 960px) {
  .case__slider {
    margin-top: -150px;
  }
}
.case__slider--slide {
  padding: 60px 20px 120px;
  background-color: #ffffff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.1607843137) 0 3px 6px;
}
@media screen and (min-width: 960px) {
  .case__slider--slide {
    padding-top: 80px;
  }
}
.case__slider--img {
  height: 120px;
  display: block;
}
.case__slider--img::after {
  display: none !important;
}
.case__slider--img img {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.case__slider--tags {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  min-height: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case__slider--tags span {
  min-height: 25px;
  border-radius: 16px;
  color: #ffffff;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  font-weight: 500;
  line-height: 25px;
  padding: 2px 15px;
  font-size: 12px;
}
.case__slider--tags span.blue {
  background-color: #0096C1;
  border-color: #0096C1;
}
.case__slider--tags span.red {
  background-color: #B42A68;
  border-color: #B42A68;
}
.case__slider--tags span.green {
  color: #33B42A;
  border-color: #33B42A;
}
.case__slider--tags span.orange {
  color: #F39537;
  border-color: #F39537;
}
.case__slider--title {
  font-size: 18px;
  font-weight: 700;
  color: #0096C1;
  margin-top: 20px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 960px) {
  .case__slider--title {
    font-size: 20px;
  }
}
.case__slider--info {
  margin-top: 15px;
  font-size: 14px;
  position: absolute;
  width: calc(100% - 40px);
  bottom: 75px;
}
@media screen and (min-width: 960px) {
  .case__slider--info {
    font-size: 16px;
  }
}
.case__slider--link {
  margin-top: 16px;
  position: absolute;
  width: calc(100% - 40px);
  bottom: 30px;
}
.case__slider--link a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0096C1;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .case__slider--link a:hover {
    opacity: 0.7;
  }
  .case__slider--link a:hover span {
    width: 22px;
    height: 22px;
  }
}
.case__slider--link a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background-color: #0096C1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
}
.case__slider--link a span::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background-image: url("./../img/e-series/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.case__slider--btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .case__slider--btns {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-top: -50px;
  }
}
.case__slider--btns span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0096C1;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.case__slider--btns span::before {
  content: "";
  display: block;
  width: 25px;
  height: 12px;
  background-image: url("./../img/e-series/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.case__slider--btns span:last-child::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.partner-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partner-title img {
  display: block;
  padding-right: 0.5em;
}