/* default settings */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "koburinaW6", sans-serif;
  src: url("/common/fonts/koburina/koburinaW6.woff2") format("woff2"), url("/common/fonts/koburina/koburinaW6.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "koburinaW1", sans-serif;
  src: url("/common/fonts/koburina/koburinaW1.woff2") format("woff2"), url("/common/fonts/koburina/koburinaW1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "koburinaW3", sans-serif;
  src: url("/common/fonts/koburina/koburinaW3.woff2") format("woff2"), url("/common/fonts/koburina/koburinaW3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* CUSTOM STYLES */
/* =================================================================== */
/* --------------------
 .kv
--------------------*/
@media (max-width: 767px) {
  .wrapper {
    overflow: hidden;
  }
}

.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kv {
    z-index: 1;
    background-color: #BEBFC0;
  }
}
.kv .kvWrap .item {
  width: 100%;
}
.kv .kvWrap .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .slick-dots {
  bottom: 2.625rem;
}
@media (max-width: 767px) {
  .kv .slick-dots {
    bottom: -2.5rem;
  }
}
.kv .slick-dots li {
  width: 2.9375rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
.kv .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0.6875rem;
  opacity: 0.4;
  padding: 0;
}
@media (max-width: 767px) {
  .kv .slick-dots li button {
    background: #BEBFC0;
  }
}
.kv .slick-dots li button:before {
  content: none;
}
.kv .slick-dots li.slick-active button {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv .slick-dots li.slick-active button {
    background: #16308A;
  }
}
.kv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.kvBtn {
  position: fixed;
  right: 1.375rem;
  bottom: 3.6875rem;
  z-index: 9;
}
@media (max-width: 767px) {
  .kvBtn {
    left: 0;
    right: 0;
    bottom: 0rem;
    width: 100%;
  }
}
.kvBtn img {
  width: 20.3125rem;
}
@media (max-width: 767px) {
  .kvBtn img {
    width: 100%;
  }
}
.kvBtn .aiVoiceBtn {
  margin-top: 0;
}
.kvBtn .aiVoiceBtn a {
  width: 20.375rem;
  height: 5.375rem;
  background: transparent;
  -webkit-box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.42);
          box-shadow: 0.25rem 0.25rem 1rem rgba(0, 0, 0, 0.42);
}
.kvBtn .aiVoiceBtn a:before {
  content: none;
}
.kvBtn .aiVoiceBtn a .text {
  position: absolute;
  width: 100%;
  height: 100%;
}
.kvBtn .aiVoiceBtn a .text img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kvBtn .aiVoiceBtn a .text img.no-hover {
  opacity: 1;
  -webkit-transition: ease 0.3s opacity;
  transition: ease 0.3s opacity;
}
.kvBtn .aiVoiceBtn a .text img.is-hover {
  opacity: 0;
  -webkit-transition: ease 0.3s opacity;
  transition: ease 0.3s opacity;
}
@media (min-width: 768px) {
  .kvBtn .aiVoiceBtn a:hover {
    background: transparent;
  }
  .kvBtn .aiVoiceBtn a:hover img.no-hover {
    opacity: 0;
    -webkit-transition: ease 0.3s opacity;
    transition: ease 0.3s opacity;
  }
  .kvBtn .aiVoiceBtn a:hover img.is-hover {
    opacity: 1;
    -webkit-transition: ease 0.3s opacity;
    transition: ease 0.3s opacity;
  }
}
.kvBtn .aiVoiceBtn .arrow {
  width: 1.5625rem;
  height: 1.5625rem;
  right: 1.5rem;
}
@media (max-width: 767px) {
  .kvBtn .aiVoiceBtn .arrow {
    right: 0.75rem;
  }
}
.kvBtn .aiVoiceBtn .arrow .arrowBody {
  width: 1.5625rem;
  height: 1.5625rem;
}
.kvBtn .aiVoiceBtn .arrow .arrowBody:after {
  width: 1.5625rem;
  height: 1.5625rem;
}
.kvBtn .aiVoiceBtn .arrow .arrowBody:before {
  width: 1.5625rem;
  height: 1.5625rem;
}

/* --------------------
 .pickupSection
--------------------*/
.pickupSection {
  margin-top: 6.875rem;
}
@media (max-width: 767px) {
  .pickupSection {
    margin-top: 2.75rem;
  }
}
.pickupSection .pickupContent {
  width: 100%;
  max-width: 62.5rem;
  position: relative;
}
.pickupSection .pickupContent a {
  display: block;
}
@media (min-width: 768px) {
  .pickupSection .pickupContent a:hover .pickupText {
    text-decoration: underline !important;
  }
}
.pickupSection .pickupContent .pickupTitle {
  font-size: 4.375rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #133181;
  line-height: 1;
  margin-left: -0.25rem;
}
@media (max-width: 767px) {
  .pickupSection .pickupContent .pickupTitle {
    font-size: 2.5rem;
    margin-left: -0.125rem;
  }
}
.pickupSection .pickupContent .pickupTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pickupSection .pickupContent .pickupTime span:nth-child(1) {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #133181;
  display: inline-block;
}
@media (max-width: 767px) {
  .pickupSection .pickupContent .pickupTime span:nth-child(1) {
    font-size: 0.625rem;
  }
}
.pickupSection .pickupContent .pickupTime span:nth-child(2) {
  margin-left: 0.375rem;
  padding: 0.375rem 0.5625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #133181;
  border-radius: 3.125rem;
  color: #133181;
}
@media (max-width: 767px) {
  .pickupSection .pickupContent .pickupTime span:nth-child(2) {
    font-size: 0.5625rem;
    padding: 0.125rem 0.1875rem;
  }
}
.pickupSection .pickupContent .pickupText {
  margin-top: 0.1875rem;
  padding-left: 1.9375rem;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 2;
  line-break: anywhere;
  display: -webkit-box;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #133181;
}
@media (max-width: 767px) {
  .pickupSection .pickupContent .pickupText {
    font-size: 0.75rem;
    line-height: 1.125rem;
    -webkit-line-clamp: 2;
    margin-top: 0.125rem;
    padding-left: 1.4375rem;
  }
}
.pickupSection .pickupContent .pickupText:before {
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 100%;
  background: url("../img/slide-arr-right.svg") center center no-repeat;
  background-size: 0.625rem;
  position: absolute;
  top: 0.1875rem;
  left: 0;
  background-color: #16308A;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .pickupSection .pickupContent .pickupText:before {
    width: 1.125rem;
    height: 1.125rem;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-size: 0.5rem;
  }
}
.pickupSection .pickupContent ul {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .pickupSection .pickupContent ul {
    margin-top: 1.6875rem;
  }
}
.pickupSection .pickupContent ul li + li {
  margin-top: 1.4375rem;
}
@media (max-width: 767px) {
  .pickupSection .pickupContent ul li + li {
    margin-top: 0.9375rem;
  }
}

/* --------------------
 .bannerSection
--------------------*/
@media (max-width: 767px) {
  .bannerSection .wrapper {
    overflow: unset;
  }
}
.bannerSection .bannerImg {
  margin-top: 7.1875rem;
}
@media (max-width: 767px) {
  .bannerSection .bannerImg {
    margin-top: 2.75rem;
  }
}
.bannerSection .bannerImg img {
  margin: 0 auto;
  display: block;
  width: 46.625rem;
}
@media (max-width: 767px) {
  .bannerSection .bannerImg img {
    width: 17.1875rem;
  }
}
.bannerSection .bannerBtn .aiVoiceBtn {
  margin-top: 3.3125rem;
}
@media (max-width: 767px) {
  .bannerSection .bannerBtn .aiVoiceBtn {
    margin-top: 2.4375rem;
  }
}
.bannerSection .bannerBtn .aiVoiceBtn .arrow {
  right: 0.625rem;
}
@media (max-width: 767px) {
  .bannerSection .bannerBtn .aiVoiceBtn .arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.bannerSection .bannerBtn .aiVoiceBtn .arrow .arrowBody {
  border-radius: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bannerSection .bannerBtn .aiVoiceBtn .arrow .arrowBody:before, .bannerSection .bannerBtn .aiVoiceBtn .arrow .arrowBody:after {
  border-radius: 100%;
}
@media (max-width: 767px) {
  .bannerSection .bannerBtn .aiVoiceBtn .arrow .arrowBody {
    width: 1.875rem;
    height: 1.875rem;
  }
  .bannerSection .bannerBtn .aiVoiceBtn .arrow .arrowBody:before, .bannerSection .bannerBtn .aiVoiceBtn .arrow .arrowBody:after {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.bannerSection .bannerBtn a {
  padding-right: 1.4375rem;
  width: 13.0625rem;
  height: 3.5rem;
}
@media (max-width: 767px) {
  .bannerSection .bannerBtn a {
    padding-right: 0;
    width: 12.5625rem;
    height: 3rem;
  }
}
.bannerSection .bannerBtn a .text {
  font-size: 1.1875rem;
}
@media (max-width: 767px) {
  .bannerSection .bannerBtn a .text {
    font-size: 1rem;
  }
}

/* --------------------
 .messageSection
--------------------*/
.videoContent {
  width: 48.75rem;
  height: 27.4375rem;
  position: relative;
}
.videoContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .videoContent {
    width: 100%;
    height: 11.4375rem;
  }
}
.videoContent:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #16308A;
  position: absolute;
  top: 3.75rem;
  left: 3.75rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .videoContent:after {
    width: 21.875rem;
    height: 11.5rem;
    top: 1.25rem;
    left: 2.5rem;
  }
}

.videoContentBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../img/message-poster.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 99;
}
.videoContentBtn img {
  width: 9.375rem;
  position: absolute;
  top: 50%;
  left: 47%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .videoContentBtn img {
    width: 4.625rem;
    left: 51%;
  }
}
.videoContentBtn.is-play {
  background: none;
}
.videoContentBtn.is-play img {
  display: none;
}

.messageVideo {
  margin-top: 2.8125rem;
  margin-left: 5rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .messageVideo {
    margin-top: 2.0625rem;
    margin-left: 0;
    padding-bottom: 1.25rem;
  }
}

.messageSection {
  margin-top: 6.9375rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .messageSection {
    margin-top: 5.625rem;
  }
}
.messageSection .messageTitle {
  font-size: 4.375rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #133181;
  margin-left: -0.25rem;
}
@media (max-width: 767px) {
  .messageSection .messageTitle {
    font-size: 2.5rem;
    line-height: 1;
    margin-left: -0.125rem;
  }
}

.messageText {
  margin-top: 4.875rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #133181;
  font-weight: 500;
}
@media (max-width: 767px) {
  .messageText {
    margin-top: 2.8125rem;
    margin-right: -1.25rem;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: -0.02em;
  }
}
.messageText p + p {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .messageText p + p {
    margin-top: 1.8125rem;
  }
}

.messageSubTitle {
  margin-bottom: 2.4375rem;
  font-family: "koburinaW3", sans-serif;
  font-weight: normal;
  font-size: 1.9375rem;
  letter-spacing: 0.1em;
  color: #133181;
  line-height: 1.8387096774;
}
@media (max-width: 767px) {
  .messageSubTitle {
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
    line-height: 2.1875rem;
    letter-spacing: 0.065em;
  }
}

.messageSmallText {
  margin-top: 1.875rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #133181;
}
@media (max-width: 767px) {
  .messageSmallText {
    margin-top: 2.5rem;
    font-size: 0.5625rem;
    line-height: 1.4;
    display: block;
    width: calc(100% + 1.5625rem);
    white-space: nowrap;
    letter-spacing: 0.02em;
  }
}

/* --------------------
 .aboutSection
--------------------*/
.aboutSection {
  margin-top: 6.5625rem;
}
@media (max-width: 767px) {
  .aboutSection {
    margin-top: 5.5rem;
    padding-bottom: 4.375rem;
  }
}
.aboutTitle {
  font-size: 4.375rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #133181;
  margin-left: -0.25rem;
}
@media (max-width: 767px) {
  .aboutTitle {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-left: -0.125rem;
  }
}
.aboutTitle span {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .aboutTitle span {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
  }
}

.aboutTop {
  margin-top: 2.75rem;
  padding: 5.1875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.25rem solid #16308A;
  background: #fff;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .aboutTop {
    margin-top: 2.0625rem;
    margin-left: 0;
    padding-top: 2.25rem;
    padding-bottom: 1.8125rem;
    display: block;
    border-radius: 0.625rem;
  }
}
.aboutTop .logo {
  padding-right: 2.625rem;
  width: 50%;
  text-align: right;
}
@media (max-width: 767px) {
  .aboutTop .logo {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
.aboutTop .logo img {
  width: 21.125rem;
}
@media (max-width: 767px) {
  .aboutTop .logo img {
    width: 12rem;
  }
}
.aboutTop p {
  padding-left: 1.25rem;
  width: 50%;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.28em;
  line-height: 2.2;
  color: #133181;
}
@media (max-width: 767px) {
  .aboutTop p {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.9230769231;
    letter-spacing: 0.15em;
    margin-top: 0.5625rem;
    padding-left: 0;
    text-align: center;
  }
}

.aboutListProjects {
  margin-top: 8.1875rem;
}
@media (max-width: 767px) {
  .aboutListProjects {
    margin-top: 4.4375rem;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
  }
  .aboutListProjects .slick-disabled {
    display: none !important;
  }
  .aboutListProjects .slick-prev {
    width: 3rem;
    height: 3rem;
    background: url("../img/slide-arr-left.svg") center center no-repeat;
    background-size: 0.875rem;
    left: -0.4375rem;
    margin-top: 0;
    background-color: rgba(0, 35, 123, 0.91);
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
            box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
    top: 6.375rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
  }
  .aboutListProjects .slick-prev::before {
    content: none;
  }
  .aboutListProjects .slick-next {
    width: 3rem;
    height: 3rem;
    background: url("../img/slide-arr-right.svg") center center no-repeat;
    background-size: 0.875rem;
    right: -0.4375rem;
    margin-top: 0.1875rem;
    background-color: rgba(0, 35, 123, 0.91);
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
            box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
    margin-top: 0;
    top: 7.25rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .aboutListProjects .slick-next::before {
    content: none;
  }
  .aboutListProjects .slick-dots {
    bottom: 0;
  }
  .aboutListProjects .slick-dots li {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.3125rem;
    padding: 0;
  }
  .aboutListProjects .slick-dots li button {
    width: 100%;
    height: 100%;
    background: #BEBFC0;
    border-radius: 50%;
    padding: 0;
  }
  .aboutListProjects .slick-dots li button:before {
    content: none;
  }
  .aboutListProjects .slick-dots li.slick-active button {
    background: #16308A;
  }
  .aboutListProjects .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 1.375rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .aboutListProjects .slick-dotted.slick-slider {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .aboutListProjects ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aboutListProjects ul li {
  position: relative;
}
.aboutListProjects ul li:after {
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: 53%;
  left: calc(100% - 0.125rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/about-arr.svg") center center no-repeat;
  background-size: 1.0625rem;
}
@media (max-width: 767px) {
  .aboutListProjects ul li:after {
    content: none;
  }
}
.aboutListProjects ul li .aboutLink {
  width: 19rem;
  position: relative;
}
@media (max-width: 767px) {
  .aboutListProjects ul li .aboutLink {
    width: 100%;
  }
}
.aboutListProjects ul li .aboutLink .aboutLinkBtn {
  width: 8.875rem;
  position: absolute;
  bottom: 1.5rem;
  right: 1.6875rem;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .aboutListProjects ul li .aboutLink .aboutLinkBtn {
    width: 8.75rem;
    right: 1.875rem;
    bottom: 1.9375rem;
  }
}
@media (min-width: 768px) {
  .aboutListProjects ul li .aboutLink .aboutLinkBtn:hover {
    opacity: 0.8;
  }
}
.aboutListProjects ul li img {
  width: 19rem;
}
@media (max-width: 767px) {
  .aboutListProjects ul li img {
    width: 100%;
  }
}
.aboutListProjects ul li:last-child:after {
  content: none;
}
@media (max-width: 767px) {
  .aboutListProjects ul li + li {
    margin-top: 0.875rem;
  }
}

/* --------------------
 .yourVoiceAISection
--------------------*/
.sectionBgGradient {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .sectionBgGradient {
    overflow: hidden;
  }
}
.sectionBgGradient .sectionBgGradientBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sectionBgGradient .sectionBgGradientBg.is-fixed .sectionBgGradientGgWrap {
  position: fixed;
}
.sectionBgGradient .sectionBgGradientBg.is-hide .sectionBgGradientGgWrap {
  position: absolute !important;
  top: auto;
  bottom: 0;
}
.sectionBgGradient .sectionBgGradientGgWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
}
.sectionBgGradient .layerBlur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  pointer-events: none;
  z-index: -1;
}
.sectionBgGradient spline-viewer {
  pointer-events: none;
}
.sectionBgGradient canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yourVoiceAISection {
  margin-top: 13.875rem;
  padding-top: 8.8125rem;
  position: relative;
}
@media (max-width: 767px) {
  .yourVoiceAISection {
    margin-top: 0;
    padding-top: 4.9375rem;
  }
  .yourVoiceAISection .wrapper {
    overflow: unset;
  }
}
.yourVoiceAISection .anchorAction {
  position: absolute;
  top: 3.125rem;
}
.yourVoiceAISection h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .yourVoiceAISection h2 a {
    opacity: 1;
    -webkit-transition: ease 0.3s opacity;
    transition: ease 0.3s opacity;
  }
  .yourVoiceAISection h2 a:hover {
    opacity: 0.8;
    -webkit-transition: ease 0.3s opacity;
    transition: ease 0.3s opacity;
  }
}
.yourVoiceAISection h2 img {
  margin: 0 auto;
  width: 49.125rem;
}
@media (max-width: 767px) {
  .yourVoiceAISection h2 img {
    width: 17.875rem;
  }
}

.yourVoiceAIText {
  margin-top: 3.3125rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: linear-gradient(310deg, #F3041F 0%, #9820B3 55%, #123181 90%);
  background: -webkit-linear-gradient(310deg, #F3041F 0%, #9820B3 55%, #123181 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .yourVoiceAIText {
    line-height: 2.0625;
    -webkit-text-fill-color: transparent;
    margin-top: 1.5rem;
    text-align: left;
    letter-spacing: 0;
    background: linear-gradient(310deg, #123181 0%, #9820B3 55%, #F3041F 90%);
    background: -webkit-linear-gradient(310deg, #123181 0%, #9820B3 55%, #F3041F 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.yourVoiceAITextSub {
  margin-top: 1.6875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.0714285714;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
  width: 62.5rem;
  height: 7.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .yourVoiceAITextSub {
    margin-left: -2rem;
    margin-right: -2rem;
    height: 11.9375rem;
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    letter-spacing: -0.002em;
    width: calc(100% + 4rem);
  }
}
.yourVoiceAITextSub:after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: url("../img/yourvoice-bgd-text.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .yourVoiceAITextSub:after {
    width: 27.6875rem;
    background: url("../img/yourvoice-bgd-text-sp.png") center center no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.yourVoiceAITextSub span {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .yourVoiceAITextSub span {
    width: 15.9375rem;
    text-align: left;
  }
}

body {
  background-color: #F5F5F5;
}
@media (min-width: 768px) {
  body {
    min-width: auto;
  }
}

.yourVoiceAIList {
  margin: 6.3125rem auto 0;
  padding: 3.375rem 0 3.625rem;
  width: 62.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .yourVoiceAIList {
    width: 100%;
    -webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
    padding: 1.875rem 0 2.625rem;
    margin: 4.375rem auto 0;
  }
}
.yourVoiceAIList .list {
  margin: 0 auto;
  width: 55.75rem;
}
@media (max-width: 767px) {
  .yourVoiceAIList .list {
    width: 100%;
  }
}
.yourVoiceAIList .list .slick-prev {
  width: 3rem;
  height: 3rem;
  background: url("../img/slide-arr-left.svg") center center no-repeat;
  background-size: 0.875rem;
  left: -4.9375rem;
  margin-top: 0.1875rem;
  background-color: rgba(0, 35, 123, 0.91);
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
          box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
}
@media (max-width: 767px) {
  .yourVoiceAIList .list .slick-prev {
    left: -1.5rem;
    margin-top: 0;
    top: 15.25rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.yourVoiceAIList .list .slick-prev::before {
  content: none;
}
.yourVoiceAIList .list .slick-next {
  width: 3rem;
  height: 3rem;
  background: url("../img/slide-arr-right.svg") center center no-repeat;
  background-size: 0.875rem;
  right: -4.9375rem;
  margin-top: 0.1875rem;
  background-color: rgba(0, 35, 123, 0.91);
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
          box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
}
@media (max-width: 767px) {
  .yourVoiceAIList .list .slick-next {
    right: -1.5rem;
    margin-top: 0;
    top: 15.25rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.yourVoiceAIList .list .slick-next::before {
  content: none;
}
.yourVoiceAIList .list .slick-dots {
  bottom: -7.125rem;
}
@media (max-width: 767px) {
  .yourVoiceAIList .list .slick-dots {
    bottom: -6.125rem;
  }
}
.yourVoiceAIList .list .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
}
.yourVoiceAIList .list .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #BEBFC0;
  border-radius: 50%;
  padding: 0;
}
.yourVoiceAIList .list .slick-dots li button:before {
  content: none;
}
.yourVoiceAIList .list .slick-dots li.slick-active button {
  background: #16308A;
}
.yourVoiceAIList .list .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.yourVoiceAIList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .yourVoiceAIList .item {
    display: block;
    position: relative;
  }
}
.yourVoiceAIList .item .img {
  margin-top: 0.25rem;
  width: 21.25rem;
  height: 21.25rem;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .yourVoiceAIList .item .img {
    width: 13.9375rem;
    height: 13.9375rem;
    margin: 0 auto;
  }
}
.yourVoiceAIList .item .desc {
  width: calc(100% - 21.25rem - 2.5625rem);
  font-weight: bold;
  color: #133181;
}
@media (max-width: 767px) {
  .yourVoiceAIList .item .desc {
    margin-top: 1.5rem;
    margin-left: 0;
    padding: 0 1.625rem;
    width: 100%;
  }
}
.yourVoiceAIList .item .desc h3 {
  padding-bottom: 1.25rem;
  font-size: 1.625rem;
  letter-spacing: 0.07em;
  line-height: 1.6923076923;
  text-align: center;
  border-bottom: 1px solid #C3CBDF;
  font-weight: bold;
}
@media (max-width: 767px) {
  .yourVoiceAIList .item .desc h3 {
    font-size: 1rem;
    line-height: 1.6875;
    padding-bottom: 1.1875rem;
  }
}
.yourVoiceAIList .item .desc p {
  margin-top: 1.4375rem;
  font-size: 1rem;
  line-height: 1.9375;
  letter-spacing: 0.07em;
  color: #173A9A;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .yourVoiceAIList .item .desc p {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 1.125rem;
    font-weight: 500;
  }
}

.yourVoiceAIListBtn {
  margin-top: 7.5625rem;
}
@media (max-width: 767px) {
  .yourVoiceAIListBtn {
    margin-top: 6.875rem;
  }
  .yourVoiceAIListBtn .aiVoiceBtn {
    padding: 0;
  }
  .yourVoiceAIListBtn .aiVoiceBtn a .text {
    font-size: 1.25rem;
  }
}

.listScreen {
  margin-top: 8.0625rem;
}
@media (max-width: 767px) {
  .listScreen {
    margin-top: 6.3125rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    position: relative;
  }
}
.listScreen .screens .list {
  text-align: center;
}
.listScreen .screens .item {
  margin: 0 3.625rem;
}
@media (max-width: 767px) {
  .listScreen .screens .item {
    margin: 0 1.375rem;
  }
}
.listScreen .screens .item img {
  width: 13.25rem;
  -webkit-transform: scale(0.83);
          transform: scale(0.83);
  opacity: 0.4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .listScreen .screens .item img {
    width: 11.0625rem;
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
  }
}
.listScreen .screens .item.slick-current img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.listScreen .screens .slick-prev {
  width: 3rem;
  height: 3rem;
  background: url("../img/slide-arr-left.svg") center center no-repeat;
  background-size: 0.9375rem;
  left: 50%;
  margin-left: -10.1875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(0, 35, 123, 0.91);
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
          box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
}
@media (max-width: 767px) {
  .listScreen .screens .slick-prev {
    margin-left: -8.4375rem;
  }
}
.listScreen .screens .slick-prev::before {
  content: none;
}
.listScreen .screens .slick-next {
  width: 3rem;
  height: 3rem;
  background: url("../img/slide-arr-right.svg") center center no-repeat;
  background-size: 0.9375rem;
  left: 50%;
  margin-left: 10.1875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 35, 123, 0.91);
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
          box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
}
@media (max-width: 767px) {
  .listScreen .screens .slick-next {
    margin-left: 8.75rem;
  }
}
.listScreen .screens .slick-next::before {
  content: none;
}
.listScreen .descScreens {
  margin-top: 2.3125rem;
}
@media (max-width: 767px) {
  .listScreen .descScreens {
    margin-top: 1.5rem;
  }
}
.listScreen .descScreens .list {
  text-align: center;
}
.listScreen .descScreens .item {
  text-align: center;
  width: 13.25rem;
}
.listScreen .descScreens .item .title {
  color: #133181;
}
.listScreen .descScreens .item .title span:nth-child(1) {
  text-align: center;
  font-size: 3.75rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: -webkit-gradient(linear, left top, right top, from(#F3041F), color-stop(50%, #9820B3), to(#123181));
  background: linear-gradient(to right, #F3041F 0%, #9820B3 50%, #123181 100%);
  background: -webkit-linear-gradient(to right, #F3041F 0%, #9820B3 50%, #123181 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.listScreen .descScreens .item .title span:nth-child(2) {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media (max-width: 767px) {
  .listScreen .descScreens .item .title span:nth-child(2) {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 0.9375rem;
  }
}
.listScreen .descScreens .item p {
  margin-top: 1.5625rem;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.9375;
  color: #133181;
}
@media (max-width: 767px) {
  .listScreen .descScreens .item p {
    font-size: 0.875rem;
    line-height: 1.7857142857;
    text-align: left;
    padding: 0 2rem;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.listScreen .descScreens .slick-dots {
  bottom: 0;
}
.listScreen .descScreens .slick-dots li {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
}
.listScreen .descScreens .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #BEBFC0;
  border-radius: 50%;
  padding: 0;
}
.listScreen .descScreens .slick-dots li button:before {
  content: none;
}
.listScreen .descScreens .slick-dots li.slick-active button {
  background: #16308A;
}
.listScreen .descScreens .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.listScreen .aiVoiceBtn {
  margin-top: 3.4375rem;
}
.listScreen .aiVoiceBtn a .text {
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .listScreen .aiVoiceBtn a .text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .listScreen .aiVoiceBtn {
    margin-top: 3.5rem;
  }
}
.listScreen .btnHover .arrow {
  right: 1.0625rem;
}

.lineFullScreen {
  margin-top: 6.25rem;
  height: 12.3125rem;
  text-align: center;
  background: rgb(243, 4, 31);
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 4, 31)), color-stop(45%, rgb(152, 32, 179)), to(rgb(18, 49, 129)));
  background: linear-gradient(to right, rgb(243, 4, 31) 0%, rgb(152, 32, 179) 45%, rgb(18, 49, 129) 100%);
  color: #fff;
  font-size: 3.3125rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media (max-width: 767px) {
  .lineFullScreen {
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    height: 5rem;
  }
}
.lineFullScreen a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.lineFullScreen a .iconLink {
  margin-left: 0.625rem;
  width: 4.125rem;
  height: 4.125rem;
}
@media (max-width: 767px) {
  .lineFullScreen a .iconLink {
    width: 2.3125rem;
    height: 2.3125rem;
  }
}

.descScreensTitle .slick-dots {
  display: none !important;
}

.listScreen .descScreens.descScreensContent {
  margin-top: 0;
}

.listScreen .descScreens.descScreensTitle .slick-dotted.slick-slider {
  padding-bottom: 3.0625rem;
}
@media (max-width: 767px) {
  .listScreen .descScreens.descScreensTitle .slick-dotted.slick-slider {
    padding-bottom: 1.8125rem;
  }
}

/* --------------------
 .aiVoiceSection
--------------------*/
.aiVoiceSection {
  margin-top: 8.6875rem;
}
@media (max-width: 767px) {
  .aiVoiceSection {
    margin-top: 0rem;
  }
}
.aiVoiceSection .title {
  color: #123181;
}
.aiVoiceSection .title span:nth-child(1) {
  font-size: 4.375rem;
  line-height: 1;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .aiVoiceSection .title span:nth-child(1) {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
  }
}
.aiVoiceSection .title span:nth-child(2) {
  margin-left: 1.25rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .aiVoiceSection .title span:nth-child(2) {
    margin-left: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
}
.aiVoiceSection .aiVoiceDesc {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3333333333;
  color: #133181;
}
@media (max-width: 767px) {
  .aiVoiceSection .aiVoiceDesc {
    margin-top: 1.375rem;
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.aiVoiceSection .aiVoiceDesc p + p {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .aiVoiceSection .aiVoiceDesc p + p {
    margin-top: 0;
  }
}

.aiVoiceListTabs .tabTitle {
  margin-top: 3.1875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .aiVoiceListTabs .tabTitle {
    margin-top: 2.0625rem;
  }
}
.aiVoiceListTabs .tabTitle span {
  margin: 0 auto;
  display: table;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #16308A;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .aiVoiceListTabs .tabTitle span {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.aiVoiceListTabs .tabTitle span:before, .aiVoiceListTabs .tabTitle span:after {
  content: "";
  width: 0.0625rem;
  height: 181%;
  background-color: #133181;
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .aiVoiceListTabs .tabTitle span:before, .aiVoiceListTabs .tabTitle span:after {
    width: 0.125rem;
    top: 55%;
    height: 107%;
  }
}
.aiVoiceListTabs .tabTitle span:before {
  left: -1.4375rem;
  -webkit-transform: translateY(-50%) rotate(-27deg);
          transform: translateY(-50%) rotate(-27deg);
}
@media (max-width: 767px) {
  .aiVoiceListTabs .tabTitle span:before {
    left: -1.125rem;
  }
}
.aiVoiceListTabs .tabTitle span:after {
  right: -1.4375rem;
  -webkit-transform: translateY(-50%) rotate(27deg);
          transform: translateY(-50%) rotate(27deg);
}
@media (max-width: 767px) {
  .aiVoiceListTabs .tabTitle span:after {
    right: -1.125rem;
  }
}

.tabs {
  margin-top: 1.1875rem;
}
@media (max-width: 767px) {
  .tabs {
    margin-top: 1rem;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }
}
.tabs .tabMenus {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 42.5rem;
  max-width: 100%;
  border-radius: 1.25rem;
  background-color: #E6ECFF;
  border: 1px solid #133181;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tabs .tabMenus {
    width: 88%;
    border-radius: 0.9375rem;
  }
}
.tabs .tabMenus .tabMenu {
  padding-left: 3.625rem;
  width: 50%;
  height: 3.4375rem;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #133181;
  line-height: 3.5rem;
  border-bottom: 1px solid #133181;
  background: #E6ECFF;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .tabs .tabMenus .tabMenu {
    padding-top: 0.25rem;
    padding-left: 2.3125rem;
    padding-right: 0.3125rem;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tabs .tabMenus .tabMenu:nth-child(1), .tabs .tabMenus .tabMenu:nth-child(3), .tabs .tabMenus .tabMenu:nth-child(5) {
  border-right: 1px solid #133181;
}
.tabs .tabMenus .tabMenu:before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #162F8A;
  border-radius: 0.5rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 1.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .tabs .tabMenus .tabMenu:before {
    width: 1.3125rem;
    height: 1.3125rem;
    border-radius: 0.25rem;
    top: 48%;
    left: 0.625rem;
  }
}
.tabs .tabMenus .tabMenu:after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  background: url("../img/icon-checked.png") center center no-repeat;
  background-size: 1.125rem auto;
  position: absolute;
  top: 50%;
  left: 1.1875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
}
@media (max-width: 767px) {
  .tabs .tabMenus .tabMenu:after {
    width: 1.3125rem;
    height: 1.3125rem;
    border-radius: 0.25rem;
    background-size: 0.875rem auto;
    top: 48%;
    left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .tabs .tabMenus .tabMenu:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgb(224, 30, 47)), color-stop(27%, rgb(199, 30, 114)), to(rgb(92, 51, 171)));
    background: linear-gradient(90deg, rgb(224, 30, 47) 0%, rgb(199, 30, 114) 27%, rgb(92, 51, 171) 100%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    color: #fff;
  }
}
.tabs .tabMenus .tabMenu:nth-child(5), .tabs .tabMenus .tabMenu:nth-child(6) {
  border-bottom: 0;
}
.tabs .tabMenus .tabMenu.active {
  background: -webkit-gradient(linear, left top, right top, from(rgb(224, 30, 47)), color-stop(27%, rgb(199, 30, 114)), to(rgb(92, 51, 171)));
  background: linear-gradient(90deg, rgb(224, 30, 47) 0%, rgb(199, 30, 114) 27%, rgb(92, 51, 171) 100%);
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.tabs .tabMenus .tabMenu.active:after {
  opacity: 1;
}
.tabs .tabsContent {
  margin-top: -5.25rem;
  padding: 7.3125rem 3rem 3rem;
  background-color: #143181;
  border-radius: 2.5rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .tabs .tabsContent {
    margin-top: -2.1875rem;
    padding: 3.125rem 1.5625rem 1.875rem 1.3125rem;
    border-radius: 1.875rem;
  }
}
@media (max-width: 767px) {
  .tabs .tabContent .listItemDetail:nth-child(4), .tabs .tabContent .listItemDetail:nth-child(5), .tabs .tabContent .listItemDetail:nth-child(6), .tabs .tabContent .listItemDetail:nth-child(7), .tabs .tabContent .listItemDetail:nth-child(8), .tabs .tabContent .listItemDetail:nth-child(9) {
    display: none;
  }
}
.tabs .tabsContentItem {
  position: relative;
  z-index: 0;
}
.tabs .tabsContentItem ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 1.0625rem;
}
@media (max-width: 767px) {
  .tabs .tabsContentItem ul {
    gap: 1.25rem 0;
  }
}
.tabs .tabsContentItem ul .listItemDetail {
  padding: 0 0.9375rem;
  width: 18.125rem;
  height: 8.5rem;
  background-size: 100%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 1.25rem;
}
@media (min-width: 768px) {
  .tabs .tabsContentItem ul .listItemDetail {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .tabs .tabsContentItem ul .listItemDetail {
    margin-left: 0;
    padding: 0 0.9375rem 2.625rem;
    width: 100%;
    height: 9.75rem;
    background: url("../img/aivoice-bgd-sp.png") top center no-repeat;
  }
}
.tabs .tabsContentItem ul .listItemDetail:first-child() {
  margin-left: 8.625rem;
}
@media (max-width: 767px) {
  .tabs .tabsContentItem ul .listItemDetail:first-child() {
    margin-left: 0;
  }
}
.tabs .tabsContentItem ul .listItemDetail .listItemTitle {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.625rem;
  letter-spacing: 0.05em;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
  height: 6.125rem;
  color: #16308A;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .tabs .tabsContentItem ul .listItemDetail .listItemTitle {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    height: 8rem;
  }
}
.tabs .tabsContentItem ul .listItemDetail .listItemNote {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #A0ACCC;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0.75rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .tabs .tabsContentItem ul .listItemDetail .listItemNote {
    line-height: 1.3333333333;
    bottom: 0.6875rem;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.tabs .tabsContentItem ul .listItemDetail .listItemNote i {
  font-style: normal;
}
@media (max-width: 767px) {
  .tabs .tabsContentItem ul .listItemDetail .listItemNote i {
    display: none;
  }
}
@media (max-width: 767px) {
  .tabs .tabsContentItem.isMore .tabContent .listItemDetail:nth-child(4), .tabs .tabsContentItem.isMore .tabContent .listItemDetail:nth-child(5), .tabs .tabsContentItem.isMore .tabContent .listItemDetail:nth-child(6), .tabs .tabsContentItem.isMore .tabContent .listItemDetail:nth-child(7), .tabs .tabsContentItem.isMore .tabContent .listItemDetail:nth-child(8), .tabs .tabsContentItem.isMore .tabContent .listItemDetail:nth-child(9) {
    display: block;
  }
}
.tabs .tabsContentItem.isMore .btn-more {
  display: none;
}
.tabs .tabsContentItemInner {
  position: relative;
  z-index: 1;
}

.btn-more {
  margin-top: 1.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .btn-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn-more {
    display: block;
  }
}
.btn-more img {
  margin-right: -0.25rem;
  width: 12.5rem;
}

.aiVoiceList {
  margin-top: 5.1875rem;
}
@media (max-width: 767px) {
  .aiVoiceList {
    margin-top: 2.5rem;
  }
}
.aiVoiceList .list {
  position: relative;
}
@media (max-width: 767px) {
  .aiVoiceList .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aiVoiceList .list .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aiVoiceList .listItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .aiVoiceList .listItems {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .aiVoiceList .listItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aiVoiceList .listItems .item + .item {
  margin-top: 2.625rem;
}
@media (max-width: 767px) {
  .aiVoiceList .listItems .item + .item {
    margin-top: 0;
  }
}
.aiVoiceList .listItems .item:nth-child(2n+1) .listItemDetail:first-child {
  margin-left: 8.625rem;
}
@media (max-width: 767px) {
  .aiVoiceList .listItems .item:nth-child(2n+1) .listItemDetail:first-child {
    margin-left: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .aiVoiceList .listItems .item:nth-child(2n) .listItemDetail:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .aiVoiceList .listItems .item:nth-child(1) .listItemDetail:first-child {
    margin-left: 3.75rem !important;
  }
  .aiVoiceList .listItems .item:nth-child(2) .listItemDetail:last-child {
    margin-right: 3.75rem !important;
  }
}
.aiVoiceList .scrollBar {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .aiVoiceList .scrollBar {
    margin-top: 1.625rem;
  }
  .aiVoiceList .scrollBar img {
    width: 20.4375rem;
  }
}
.aiVoiceList .aiVoiceBtn {
  margin-top: 4.875rem;
}
@media (max-width: 767px) {
  .aiVoiceList .aiVoiceBtn {
    margin-top: 4.9375rem;
  }
}

.aiVoiceBtn {
  margin-top: 4.5625rem;
  text-align: center;
}
@media (max-width: 767px) {
  .aiVoiceBtn {
    padding: 0 2rem;
    margin-top: 3.9375rem;
  }
}
.aiVoiceBtn a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  width: 26.25rem;
  height: 4.375rem;
  border-radius: 4.375rem;
  background: rgb(243, 4, 31);
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 4, 31)), color-stop(45%, rgb(152, 32, 179)), to(rgb(18, 49, 129)));
  background: linear-gradient(to right, rgb(243, 4, 31) 0%, rgb(152, 32, 179) 45%, rgb(18, 49, 129) 100%);
  position: relative;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  max-width: 100%;
  -webkit-box-shadow: 0.1875rem 0.1875rem 1.5625rem rgba(8, 13, 119, 0.25);
          box-shadow: 0.1875rem 0.1875rem 1.5625rem rgba(8, 13, 119, 0.25);
}
@media (max-width: 767px) {
  .aiVoiceBtn a {
    height: 3.75rem;
  }
}
.aiVoiceBtn a:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4.375rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.aiVoiceBtn a .text {
  font-size: 1.375rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .aiVoiceBtn a .text {
    font-size: 1.125rem;
    letter-spacing: 0.07em;
  }
}
@media (min-width: 768px) {
  .aiVoiceBtn a:hover .text {
    background: -webkit-gradient(linear, left top, right top, from(#F3041F), color-stop(50%, #9820B3), to(#123181));
    background: linear-gradient(to right, #F3041F 0%, #9820B3 50%, #123181 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .aiVoiceBtn a:hover:before {
    background-color: #fff;
  }
}

@media (min-width: 768px) {
  .btnHover a:hover .arrow {
    background-color: #16308A;
    -webkit-transition: background-color ease 0.3s;
    transition: background-color ease 0.3s;
  }
  .btnHover a:hover .arrow .arrowBody:after {
    left: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .btnHover a:hover .arrow .arrowBody:before {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
.btnHover .arrow {
  width: 2.3125rem;
  height: 2.3125rem;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .btnHover .arrow {
    right: 0.75rem;
  }
}
.btnHover .arrow .arrowBody {
  position: absolute;
  width: 2.3125rem;
  height: 2.3125rem;
  overflow: hidden;
}
.btnHover .arrow .arrowBody:after {
  content: "";
  width: 2.3125rem;
  height: 2.3125rem;
  background: url(../img/btn-arr-blue.svg) center center no-repeat;
  background-size: 0.875rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.btnHover .arrow .arrowBody:before {
  content: "";
  width: 2.3125rem;
  height: 2.3125rem;
  background: url(../img/btn-arr-white.svg) center center no-repeat;
  background-size: 0.875rem;
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    padding-bottom: 4.375rem;
  }
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: 50rem;
  height: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.625rem;
}
@media (max-width: 767px) {
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 20.4375rem;
  }
}

.mCSB_scrollTools .mCSB_draggerContainer {
  height: 1.25rem;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  margin: -0.125rem 0 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  background-color: #fff;
  border-radius: 100%;
  min-width: unset !important;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  margin: -0.125rem 0 0 !important;
}

.mCSB_scrollTools {
  opacity: 1;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 0.3125rem;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  margin: 0;
  margin-top: 0.3125rem;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  margin: 0;
  margin-top: 0.3125rem;
  height: 0.3125rem;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  margin-top: -0.125rem !important;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

.listWrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .listWrap .list {
    margin: 0 auto;
  }
}

.scrollBgd {
  width: 50rem;
  height: 0.3125rem;
  position: absolute;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .scrollBgd {
    width: 20.4375rem;
  }
}
.scrollBgd #scrollBgd {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 4, 31, 0.5)), color-stop(45%, rgba(152, 32, 179, 0.5)), to(rgba(18, 49, 129, 0.5)));
  background: linear-gradient(to right, rgba(243, 4, 31, 0.5) 0%, rgba(152, 32, 179, 0.5) 45%, rgba(18, 49, 129, 0.5) 100%);
  background: -webkit-linear-gradient(to right, rgba(243, 4, 31, 0.5) 0%, rgba(152, 32, 179, 0.5) 45%, rgba(18, 49, 129, 0.5) 100%);
}

.listWrap {
  overflow: unset;
}

.aiVoiceList .listItems {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.aiVoiceList .listItems .listItemDetail {
  padding: 1.75rem 1.25rem 2.25rem 1.875rem;
  width: 22.8125rem;
  height: auto;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .aiVoiceList .listItems .listItemDetail {
    margin: 0;
    padding: 1.5rem 0.625rem 2.8125rem 0rem;
    width: 16.875rem;
    height: 14.375rem;
    background: url("../img/aivoice-bgd-sp.png") top center no-repeat;
    background-color: transparent;
    background-size: 100%;
  }
}
.aiVoiceList .listItems .listItemDetail .listItemTitle {
  min-height: 6.375rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .aiVoiceList .listItems .listItemDetail .listItemTitle {
    min-height: 7.8125rem;
  }
}
.aiVoiceList .listItems .listItemDetail .listItemNote {
  padding-right: 2.1875rem;
  left: 52%;
  bottom: 1.25rem;
}
@media (max-width: 767px) {
  .aiVoiceList .listItems .listItemDetail .listItemNote {
    padding-right: 1.8125rem;
    bottom: 3.4375rem;
    left: 0;
  }
}

.listItemDetail {
  position: relative;
}
.listItemDetail:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 1.375rem;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: -1;
}
.listItemDetail .plus {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #7083B3;
  position: absolute;
  right: 0.625rem;
  bottom: 0.75rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media (max-width: 767px) {
  .listItemDetail .plus {
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}
.listItemDetail .plus svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 0.75rem;
}
.listItemDetail .arr {
  width: 1.625rem;
  height: 1.25rem;
  background: url(../img/aivoice-bgd-arr.png) top center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 100%;
  right: 3.625rem;
}
@media (max-width: 767px) {
  .listItemDetail .arr {
    display: none;
  }
}
@media (min-width: 768px) {
  .listItemDetail {
    -webkit-transition: -webkit-transform 0.4s linear 0.2s;
    transition: -webkit-transform 0.4s linear 0.2s;
    transition: transform 0.4s linear 0.2s;
    transition: transform 0.4s linear 0.2s, -webkit-transform 0.4s linear 0.2s;
  }
  .listItemDetail:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

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

.aiVoiceList .listWrap {
  padding-bottom: 6.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .aiVoiceList .listWrap {
    padding-bottom: 0.875rem;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  margin: 0 auto;
  max-width: 50rem !important;
  width: 100%;
  height: 0.3125rem;
  opacity: 1 !important;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 0.375rem;
    width: 20.4375rem !important;
  }
}

.swiper-scrollbar {
  top: calc(50vh + 20px);
}

.swiper-slide,
.owl-carousel .listItemDetail {
  width: 350px;
}

.swiper-scrollbar-drag {
  height: 1.25rem !important;
  width: 1.25rem !important;
  position: relative;
  background: white;
  border-radius: 100%;
  left: 0;
  top: -0.5rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}

.swiper-container-horizontal > .swiper-scrollbar {
  width: 75%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.swiper-scrollbar-drag {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.swiper-scrollbar-bgd {
  height: 0.3125rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 4, 31, 0.5)), color-stop(45%, rgba(152, 32, 179, 0.5)), to(rgba(18, 49, 129, 0.5)));
  background: linear-gradient(to right, rgba(243, 4, 31, 0.5) 0%, rgba(152, 32, 179, 0.5) 45%, rgba(18, 49, 129, 0.5) 100%);
  background: -webkit-linear-gradient(to right, rgba(243, 4, 31, 0.5) 0%, rgba(152, 32, 179, 0.5) 45%, rgba(18, 49, 129, 0.5) 100%);
}
@media (max-width: 767px) {
  .swiper-scrollbar-bgd {
    height: 0.375rem;
  }
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  top: auto !important;
  bottom: 0 !important;
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 0 !important;
  }
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 1;
}

/* --------------------
 .surveySection
--------------------*/
.surveySection {
  margin-top: 7.125rem;
}
@media (max-width: 767px) {
  .surveySection {
    margin-top: 5.0625rem;
  }
}
.surveySection .surveyTitle {
  font-size: 4.375rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #123181;
}
@media (max-width: 767px) {
  .surveySection .surveyTitle {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
  }
}
.surveySection .surveyTitleSub {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  color: #16308A;
  font-weight: 500;
}
@media (max-width: 767px) {
  .surveySection .surveyTitleSub {
    margin-top: 1.0625rem;
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.surveySection .surveySmall {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #133181;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .surveySection .surveySmall {
    margin-top: 0.8125rem;
    font-size: 0.5625rem;
    line-height: 2.4444444444;
    font-weight: 500;
  }
}
.surveySection .surveyContent {
  margin: 4.3125rem auto 0;
  width: 37.5rem;
  height: 27.25rem;
  border-radius: 1.25rem;
  background: rgb(243, 4, 31);
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 4, 31, 0.7)), color-stop(45%, rgba(152, 32, 179, 0.7)), to(rgba(18, 49, 129, 0.7)));
  background: linear-gradient(to right, rgba(243, 4, 31, 0.7) 0%, rgba(152, 32, 179, 0.7) 45%, rgba(18, 49, 129, 0.7) 100%);
  background: -webkit-linear-gradient(to right, rgba(243, 4, 31, 0.7) 0%, rgba(152, 32, 179, 0.7) 45%, rgba(18, 49, 129, 0.7) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .surveySection .surveyContent {
    width: 100%;
    height: 17.875rem;
    margin: 1.1875rem auto 0;
    border-radius: 0.625rem;
  }
}
.surveySection .surveyContent .desc {
  width: calc(100% - 1.875rem);
  height: calc(100% - 1.875rem);
  background-color: #fff;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .surveySection .surveyContent .desc {
    width: calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
  }
}
.surveySection .surveyContent p {
  padding-left: 1.6875rem;
  font-size: 1.875rem;
  line-height: 2.0333333333;
  font-weight: bold;
  letter-spacing: 0.21em;
  background: -webkit-gradient(linear, left top, right top, from(#F3041F), color-stop(50%, #9820B3), to(#123181));
  background: linear-gradient(to right, #F3041F 0%, #9820B3 50%, #123181 100%);
  background: -webkit-linear-gradient(to right, #F3041F 0%, #9820B3 50%, #123181 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .surveySection .surveyContent p {
    font-size: 1.375rem;
    line-height: 1.9545454545;
    letter-spacing: 0.011em;
  }
}
.surveySection .surveyNote {
  margin: 0 auto;
  margin-top: 3.5625rem;
  width: 100%;
}
@media (max-width: 767px) {
  .surveySection .surveyNote {
    margin-top: 0.375rem;
    width: 100%;
  }
}
.surveySection .surveyNote p {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
  color: #133181;
  font-weight: 500;
}
@media (max-width: 767px) {
  .surveySection .surveyNote p {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.surveySection .surveyNote p + p {
  margin-top: 1.375rem;
}
@media (max-width: 767px) {
  .surveySection .surveyNote p + p {
    margin-top: 1.75rem;
  }
}

.textGradient {
  color: #43339C;
  background-image: -webkit-gradient(linear, left top, right top, from(#F3041F), color-stop(40%, #9820B3), to(#123181));
  background-image: linear-gradient(90deg, #F3041F 0%, #9820B3 40%, #123181 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.btnGradient {
  margin: 0 auto;
  width: 21.5rem;
  height: 3.375rem;
  border-radius: 3.125rem;
  background: #43339C;
  background-image: -webkit-gradient(linear, left top, right top, from(#F3041F), color-stop(50%, #9820B3), to(#123181));
  background-image: linear-gradient(90deg, #F3041F 0%, #9820B3 50%, #123181 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .btnGradient {
    width: 100%;
    height: 2.5rem;
  }
}
.btnGradient:after {
  content: "";
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  border-radius: 3.125rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btnGradient span {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .btnGradient span {
    font-size: 1rem;
  }
}

.surveyList {
  margin-top: 1.0625rem;
}
@media (max-width: 767px) {
  .surveyList {
    margin-top: -1.625rem;
  }
}
.surveyList .item {
  margin: 0 auto;
  padding: 4.3125rem 3.75rem 3.625rem;
  width: 37.5rem;
  height: 27.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.16);
  border-radius: 1.25rem;
  opacity: 0.3;
  -webkit-transition: ease 0.3s opacity;
  transition: ease 0.3s opacity;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (min-width: 768px) {
  .surveyList .item {
    margin: 3.125rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .surveyList .item {
    margin: 3.125rem 2.5rem;
    padding: 2.5rem 2.0625rem;
    width: 20.4375rem;
    height: 17.875rem;
    border-radius: 0.625rem;
  }
}
.surveyList .item .title {
  text-align: center;
  width: 100%;
}
.surveyList .item .title img {
  margin: 0 auto;
  width: 27.6875rem;
}
@media (max-width: 767px) {
  .surveyList .item .title img {
    width: 14.75rem;
  }
}
.surveyList .item p {
  margin-top: 1.375rem;
  padding-left: 1.125rem;
  display: block;
  font-size: 1.4375rem;
  line-height: 1.6956521739;
  font-weight: bold;
  letter-spacing: 0.13em;
  background: -webkit-gradient(linear, left top, right top, from(#F3041F), color-stop(50%, #9820B3), to(#123181));
  background: linear-gradient(to right, #F3041F 0%, #9820B3 50%, #123181 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .surveyList .item p {
    margin-top: 0.8125rem;
    padding-left: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6875;
  }
}
.surveyList .item .surveyBtn {
  margin-top: 4.6875rem;
  width: 100%;
  height: 3.75rem;
  border-radius: 5rem;
  background-color: #E6EAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #133181;
  position: relative;
}
@media (max-width: 767px) {
  .surveyList .item .surveyBtn {
    margin-top: 1.5rem;
    padding-right: 0.5625rem;
    height: 3.125rem;
    font-size: 1rem;
  }
}
.surveyList .item .surveyBtn:after {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background: url("../img/survey-icon.svg") center center/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .surveyList .item .surveyBtn:after {
    width: 1.875rem;
    height: 1.875rem;
    right: 0.8125rem;
  }
}
.surveyList .item .surveyBtn.active::after {
  background-image: url("../img/survey-icon-active.svg");
}
.surveyList .item.slick-active {
  opacity: 1;
  -webkit-transition: ease 0.3s opacity;
  transition: ease 0.3s opacity;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.surveyList .item.slick-active .surveyBtn:after {
  background-image: url("../img/survey-icon-active.svg");
}
.surveyList .slick-prev,
.surveyList .slick-next {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 9;
  background-color: red;
  color: transparent;
}
.surveyList .slick-prev::before,
.surveyList .slick-next::before {
  color: transparent;
}
@media (max-width: 767px) {
  .surveyList .slick-prev,
  .surveyList .slick-next {
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.surveyList .slick-prev {
  margin-left: -18.75rem;
  background: url("../img/slide-arr-left.png") center center/100% no-repeat;
}
@media (max-width: 767px) {
  .surveyList .slick-prev {
    margin-left: 0;
    left: 0;
  }
}
.surveyList .slick-next {
  margin-left: 18.75rem;
  background: url("../img/slide-arr-right.png") center center/100% no-repeat;
}
@media (max-width: 767px) {
  .surveyList .slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
  }
}
.surveyList .slick-dots li {
  margin: 0 0.3125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: #BEBFC0;
}
.surveyList .slick-dots li.slick-active {
  background-color: #16308A;
}
.surveyList .slick-dots {
  bottom: -2.5rem;
}
@media (max-width: 767px) {
  .surveyList .slick-dots {
    bottom: -0.1875rem;
  }
}

.surveyContentList {
  margin-top: 3.4375rem;
}
@media (max-width: 767px) {
  .surveyContentList {
    margin-top: 2rem;
  }
}
.surveyContentList .listChart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .surveyContentList .listChart {
    display: block;
    z-index: 0;
  }
}
.surveyContentList .listChart .item {
  padding: 2.3125rem 2.625rem 1.125rem;
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.1875rem 1.625rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 1.625rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .surveyContentList .listChart .item {
    padding: 2.4375rem 1.375rem 0.875rem;
  }
}
.surveyContentList .listChart .item .img {
  margin-top: 2.1875rem;
  height: 20.9375rem;
}
@media (max-width: 767px) {
  .surveyContentList .listChart .item .img {
    height: 15.625rem;
    margin-top: 0.5rem;
  }
}
.surveyContentList .listChart .item p {
  margin: 0 -1.25rem;
  display: block;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.21em;
  background: -webkit-gradient(linear, left top, right top, from(#F3041F), color-stop(50%, #9820B3), to(#123181));
  background: linear-gradient(to right, #F3041F 0%, #9820B3 50%, #123181 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .surveyContentList .listChart .item p {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
.surveyContentList .list1 .item {
  width: 48%;
}
@media (max-width: 767px) {
  .surveyContentList .list1 .item {
    width: 20.4375rem;
  }
  .surveyContentList .list1 .item + .item {
    margin-top: 1.25rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .surveyContentList .list1 .item + .item {
    padding: 0.25rem 1.375rem 0.875rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .surveyContentList .list1 .item + .item .img {
    margin-top: -0.375rem;
  }
}
@media (max-width: 767px) {
  .surveyContentList .list1 .item p {
    height: 7.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.surveyContentList .list1 + .surveyNote {
  margin-top: 3.375rem;
}
.surveyContentList .list1 + .surveyNote p {
  line-height: 1.75;
}
@media (max-width: 767px) {
  .surveyContentList .list1 + .surveyNote p {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .surveyContentList .list1 + .surveyNote {
    margin-top: 3.1875rem;
  }
}
@media (max-width: 767px) {
  .surveyContentList .list2 {
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .surveyContentList .list2 .listSlideSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.surveyContentList .list2 .listSlideSp .item {
  margin-top: 3.75rem;
  width: 48%;
}
@media (min-width: 768px) {
  .surveyContentList .list2 .listSlideSp .item:nth-child(1), .surveyContentList .list2 .listSlideSp .item:nth-child(2), .surveyContentList .list2 .listSlideSp .item:nth-child(3) {
    width: 30.9%;
  }
  .surveyContentList .list2 .listSlideSp .item:nth-child(1) .img, .surveyContentList .list2 .listSlideSp .item:nth-child(2) .img, .surveyContentList .list2 .listSlideSp .item:nth-child(3) .img {
    height: 18.5rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .surveyContentList .list2 .listSlideSp .item:nth-child(1) .img, .surveyContentList .list2 .listSlideSp .item:nth-child(2) .img, .surveyContentList .list2 .listSlideSp .item:nth-child(3) .img {
    height: 15.625rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .surveyContentList .list2 .listSlideSp .item:nth-child(1), .surveyContentList .list2 .listSlideSp .item:nth-child(2), .surveyContentList .list2 .listSlideSp .item:nth-child(3) {
    width: 20.4375rem;
  }
}
@media (min-width: 768px) {
  .surveyContentList .list2 .listSlideSp .item:nth-child(1) p, .surveyContentList .list2 .listSlideSp .item:nth-child(2) p, .surveyContentList .list2 .listSlideSp .item:nth-child(3) p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .surveyContentList .list2 .listSlideSp .item {
    margin-top: 0;
    padding: 1.875rem 2rem 1.875rem;
    width: 24.375rem;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .surveyContentList .list2 .listSlideSp .item .desc {
    padding: 1.5625rem 1.375rem 1.8125rem;
    background-color: #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.1875rem 1.625rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 1.625rem rgba(0, 0, 0, 0.16);
    height: 27.375rem;
  }
  .surveyContentList .list2 .listSlideSp .item p {
    margin-top: 1.125rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .surveyContentList .list2 .listSlideSp .item .img {
    margin-top: 1.9375rem;
  }
}
@media (max-width: 767px) {
  .surveyContentList .list2 .listSlideSp .item.item4 p {
    margin-top: 0;
  }
}
.surveyContentList .list2 .slick-prev {
  width: 3rem;
  height: 3rem;
  background: url("../img/slide-arr-left.svg") center center no-repeat;
  background-size: 0.875rem;
  left: -4.9375rem;
  margin-top: 0.1875rem;
  background-color: rgba(0, 35, 123, 0.91);
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
          box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
}
@media (max-width: 767px) {
  .surveyContentList .list2 .slick-prev {
    left: 0.4375rem;
    margin-top: 0;
    top: 14.125rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 3;
  }
}
.surveyContentList .list2 .slick-prev::before {
  content: none;
}
.surveyContentList .list2 .slick-next {
  width: 3rem;
  height: 3rem;
  background: url("../img/slide-arr-right.svg") center center no-repeat;
  background-size: 0.875rem;
  right: -4.9375rem;
  margin-top: 0.1875rem;
  background-color: rgba(0, 35, 123, 0.91);
  border: 1px solid #fff;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
          box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
}
@media (max-width: 767px) {
  .surveyContentList .list2 .slick-next {
    right: 0.4375rem;
    margin-top: 0;
    top: 14.125rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 3;
  }
}
.surveyContentList .list2 .slick-next::before {
  content: none;
}
.surveyContentList .list2 .slick-dots {
  bottom: -7.8125rem;
}
@media (max-width: 767px) {
  .surveyContentList .list2 .slick-dots {
    bottom: -0.5rem;
  }
}
.surveyContentList .list2 .slick-dots li {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.3125rem;
}
.surveyContentList .list2 .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #BEBFC0;
  border-radius: 50%;
  padding: 0;
}
.surveyContentList .list2 .slick-dots li button:before {
  content: none;
}
.surveyContentList .list2 .slick-dots li.slick-active button {
  background: #16308A;
}
.surveyContentList .list2 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.surveyList {
  margin-top: 1.0625rem;
  margin-bottom: 2.75rem;
}
@media (max-width: 767px) {
  .surveyList {
    margin-bottom: 0;
  }
}
.surveyList .surveyListArticle {
  text-align: center;
}
.surveyList .surveyListCareer {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .surveyList .surveyListCareer {
    margin-top: 3.75rem;
  }
}
.surveyList .surveyListCareer img {
  width: 21.5rem;
}
.surveyList ul {
  margin: 0 auto;
  margin-top: 3.125rem;
  max-width: 51.875rem;
}
@media (max-width: 767px) {
  .surveyList ul {
    margin-top: 1.625rem;
  }
}
.surveyList ul li + li {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .surveyList ul li + li {
    margin-top: 1.25rem;
  }
}
.surveyList ul li .surveyItemLink {
  width: 100%;
  color: #fff;
  border-radius: 0.625rem;
  font-weight: bold;
  background: #162F8A url("../img/survey-icon-ext.png") 97% center no-repeat;
  background-size: 1.875rem auto;
  position: relative;
}
@media (max-width: 767px) {
  .surveyList ul li .surveyItemLink {
    background-position-x: 93%;
  }
}
.surveyList ul li .surveyItemLink a {
  padding: 0 3.75rem 0 1.5625rem;
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .surveyList ul li .surveyItemLink a {
    padding: 0.75rem 3.75rem 0.75rem 0.875rem;
    display: block;
    height: auto;
  }
}
.surveyList ul li .surveyItemLink .mark {
  padding: 0 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.375rem;
  font-size: 0.9375rem;
  background-color: #fff;
  border-radius: 0.25rem;
  color: #162F8A;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 767px) {
  .surveyList ul li .surveyItemLink .mark {
    padding-top: 0.1875rem;
    display: table;
  }
}
.surveyList ul li .surveyItemLink .mark span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.05em;
  line-height: 1;
}
.surveyList ul li .surveyItemLink .mark span:nth-child(1) {
  font-size: 0.8125rem;
}
.surveyList ul li .surveyItemLink .mark span:nth-child(2) {
  margin: 0 0.25rem 0.125rem;
}
.surveyList ul li .surveyItemLink .mark span:nth-child(3) {
  margin-bottom: 0.125rem;
  line-height: 1;
}
.surveyList ul li .surveyItemLink .text {
  margin-left: 0.875rem;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media (max-width: 767px) {
  .surveyList ul li .surveyItemLink .text {
    margin-top: 0.625rem;
    margin-left: 0;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    letter-spacing: 0.03em;
  }
}

/* --------------------
 .projectSection
--------------------*/
.projectSection {
  margin-top: 11.0625rem;
}
@media (max-width: 767px) {
  .projectSection {
    margin-top: 4.75rem;
  }
}
.projectSection .projectTitle {
  font-size: 4.375rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #123181;
}
@media (max-width: 767px) {
  .projectSection .projectTitle {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
    line-height: 1.1;
  }
}

.projectsList {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .projectsList {
    margin-top: 2.125rem;
    padding-bottom: 6.9375rem;
    display: block;
  }
}
.projectsList .item {
  margin-top: 1.75rem;
  padding: 0.8125rem 2.0625rem 1.25rem;
  width: 48%;
  -webkit-box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .projectsList .item {
    margin-top: 1.125rem;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.625rem 0.6875rem 0.75rem 2rem;
  }
  .projectsList .item + .item {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .projectsList .item + .item {
    margin-top: 1.125rem;
  }
}
.projectsList .item.unHeight {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.projectsList .item.unHeight .unHeightContent {
  padding: 0.8125rem 2.0625rem 1.25rem;
  -webkit-box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.08);
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .projectsList .item.unHeight .unHeightContent {
    padding: 0.625rem 0.6875rem 0.75rem 2rem;
  }
}
.projectsList .item .avatar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projectsList .item .avatar .img {
  width: 10.9375rem;
  text-align: center;
}
@media (max-width: 767px) {
  .projectsList .item .avatar .img {
    width: 5.25rem;
  }
}
.projectsList .item .avatar .img img {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .projectsList .item .avatar .img img {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.projectsList .item .avatar .name {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .projectsList .item .avatar .name {
    padding-top: 0.3125rem;
    padding-left: 0.625rem;
  }
}
.projectsList .item .avatar .name p {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.042em;
  color: #16308A;
  font-weight: 500;
}
@media (max-width: 767px) {
  .projectsList .item .avatar .name p {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.projectsList .item .avatar .name p + p {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .projectsList .item .avatar .name p + p {
    margin-top: 0.4375rem;
  }
}
.projectsList .item .desc {
  margin-top: 1.125rem;
}
.projectsList .item .desc p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #16308A;
}
@media (max-width: 767px) {
  .projectsList .item .desc p {
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

/* --------------------
 .otherLinkSection
--------------------*/
.otherLinkSection {
  margin-top: 7.25rem;
  padding-bottom: 2.0625rem;
}
@media (max-width: 767px) {
  .otherLinkSection {
    padding-top: 5rem;
    margin-top: 0;
  }
}
.otherLinkSection .otherLinkTitle {
  font-size: 4.375rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #123181;
}
@media (max-width: 767px) {
  .otherLinkSection .otherLinkTitle {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
  }
}

.otherLinkList {
  margin-top: 3.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.75rem 0;
}
@media (max-width: 767px) {
  .otherLinkList {
    margin-top: 1.3125rem;
    padding: 0 0.3125rem;
    gap: 0;
  }
}
.otherLinkList .item {
  width: 30rem;
}
.otherLinkList .item p {
  margin-top: 1.0625rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 2.0833333333;
  font-weight: 500;
  color: #123181;
  text-align: left;
}
@media (max-width: 767px) {
  .otherLinkList .item p {
    margin-top: 0.8125rem;
    font-size: 0.6875rem;
    line-height: 1.7272727273;
  }
}
@media (min-width: 768px) {
  .otherLinkList .item + .item a .img {
    position: relative;
  }
  .otherLinkList .item + .item a .img:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(167, 27, 154, 0.3)), color-stop(30%, rgba(152, 32, 179, 0.3)), to(rgba(18, 49, 129, 0.3)));
    background: linear-gradient(to right, rgba(167, 27, 154, 0.3) 0%, rgba(152, 32, 179, 0.3) 30%, rgba(18, 49, 129, 0.3) 100%);
    background: -webkit-linear-gradient(to right, rgba(167, 27, 154, 0.3) 0%, rgba(152, 32, 179, 0.3) 30%, rgba(18, 49, 129, 0.3) 100%);
  }
}
@media (max-width: 767px) {
  .otherLinkList .item + .item {
    margin-top: 1.8125rem;
  }
}
@media (max-width: 767px) {
  .otherLinkList .item + .item .title {
    margin-top: 0.75rem;
  }
}
.otherLinkList .img {
  width: 100%;
  background-color: #D9D9D9;
  height: auto;
}
@media (max-width: 767px) {
  .otherLinkList .img {
    height: au;
    border-radius: 0.625rem;
  }
}
.otherLinkList .title {
  margin-top: 1.8125rem;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.3181818182;
  font-weight: bold;
  color: #123181;
}
@media (max-width: 767px) {
  .otherLinkList .title {
    margin-top: 0.6875rem;
    font-size: 1rem;
  }
}
.otherLinkList .title img {
  margin-top: -0.4375rem;
  margin-left: 0.3125rem;
  display: inline-block;
  width: 1.5rem;
}
@media (max-width: 767px) {
  .otherLinkList .title img {
    margin-top: 0;
    width: 1.1875rem;
  }
}

.otherLinkComming {
  margin-top: 9.5625rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 2.5rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFF;
}
@media (max-width: 767px) {
  .otherLinkComming {
    margin-top: 4.9375rem;
    font-size: 1.25rem;
    line-height: 1.65;
  }
  .otherLinkComming > a {
    display: block;
    width: 100%;
  }
  .otherLinkComming > a img {
    width: 100%;
  }
}

.otherTextFooter {
  margin-top: 10.375rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #133181;
  text-align: right;
  display: block;
  width: 100%;
  font-weight: 500;
}
.otherTextFooter p:nth-child(1) {
  margin-bottom: 1.9375rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .otherTextFooter p:nth-child(1) {
    margin-bottom: 0.875rem;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 2.3333333333;
    text-align: left;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .otherTextFooter p:nth-child(2) {
    white-space: nowrap;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .otherTextFooter {
    margin-top: 5.0625rem;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    text-align: center;
  }
}

.actionSection {
  margin-top: 8.8125rem;
}
@media (max-width: 767px) {
  .actionSection {
    margin-top: 4.0625rem;
  }
}
.actionSection .actionTitle {
  font-size: 4.375rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #123181;
}
@media (max-width: 767px) {
  .actionSection .actionTitle {
    font-size: 2.5rem;
    letter-spacing: 0.08em;
  }
}
.actionSection .actionTitleSub {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: #16308A;
  font-weight: 700;
}
@media (max-width: 767px) {
  .actionSection .actionTitleSub {
    margin-top: 0.8125rem;
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}

.titleBoderGradient {
  text-align: center;
}
.titleBoderGradient img {
  height: 3.375rem;
}
@media (max-width: 767px) {
  .titleBoderGradient img {
    height: 2.5rem;
  }
}

.actionProblems {
  margin-top: 4.4375rem;
}
@media (max-width: 767px) {
  .actionProblems {
    margin-top: 2.625rem;
  }
}
@media (min-width: 768px) {
  .actionProblems .btnGradient {
    width: 25.25rem;
  }
}
.actionProblems ul {
  margin-top: 3.125rem;
  background-color: #16308A;
  border-radius: 0.625rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .actionProblems ul {
    margin-top: 1.5rem;
    display: block;
    font-size: 1rem;
    line-height: 1.375;
  }
}
.actionProblems ul:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .actionProblems ul:before {
    display: none;
  }
}
.actionProblems ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.25rem;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .actionProblems ul:after {
    display: none;
  }
}
.actionProblems ul li {
  width: 50%;
  padding-left: 1.25rem;
  height: 4.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .actionProblems ul li {
    width: 100%;
    height: 4.375rem;
    border-bottom: 0.25rem solid #fff;
  }
}
.actionProblems ul li .number {
  font-size: 2.75rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 767px) {
  .actionProblems ul li .number {
    font-size: 2.3125rem;
  }
}
.actionProblems ul li .text {
  display: inline-block;
  margin-left: 0.875rem;
}
@media (min-width: 768px) {
  .actionProblems ul li:nth-child(1) {
    padding-top: 0.4375rem;
  }
}
@media (min-width: 768px) {
  .actionProblems ul li:nth-child(2) {
    padding-top: 0.1875rem;
  }
}
@media (min-width: 768px) {
  .actionProblems ul li:nth-child(3) {
    padding-top: 0.1875rem;
  }
}
@media (max-width: 767px) {
  .actionProblems ul li:last-child {
    border-bottom: none;
  }
}

.actionTasks {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .actionTasks {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .actionTasks .btnGradient {
    width: 21.5rem;
  }
}
.actionTasks ul {
  margin-top: 3.125rem;
  background-color: #16308A;
  border-radius: 0.625rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .actionTasks ul {
    margin-top: 1.5rem;
    display: block;
  }
}
.actionTasks ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.25rem;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .actionTasks ul:after {
    display: none;
  }
}
.actionTasks ul li {
  width: 50%;
  padding-top: 2.1875rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .actionTasks ul li {
    width: 100%;
    padding-top: 1.5625rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.25rem solid #fff;
  }
}
@media (max-width: 767px) {
  .actionTasks ul li:last-child {
    border-bottom: none;
  }
}
.actionTasks ul li .title {
  font-size: 1.375rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .actionTasks ul li .title {
    font-size: 1.125rem;
  }
}
.actionTasks ul li .text {
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .actionTasks ul li .text {
    margin-top: 0.375rem;
  }
}

.pjtEmail {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .pjtEmail {
    margin-top: 1.8125rem;
  }
}
.pjtEmail h4 {
  padding-top: 0.25rem;
  width: 100%;
  height: 3.75rem;
  border: 0.125rem solid #133181;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #133181;
  background-color: #fff;
}
@media (max-width: 767px) {
  .pjtEmail h4 {
    padding: 0.625rem 0;
    height: auto;
    text-align: center;
  }
}
.pjtEmail ul {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #16308A;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pjtEmail ul {
    margin-top: 1.9375rem;
    display: block;
  }
}
.pjtEmail ul li {
  padding: 1.375rem 1.375rem 1.0625rem;
  width: 48.3%;
  border: 0.125rem solid #133181;
  border-radius: 0.625rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .pjtEmail ul li {
    width: 100%;
  }
  .pjtEmail ul li + li {
    margin-top: 1.875rem;
  }
}
.pjtEmail ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid #133181;
}
.pjtEmail ul li .img {
  width: 5.5rem;
}
@media (max-width: 767px) {
  .pjtEmail ul li .img {
    width: 5.25rem;
  }
}
.pjtEmail ul li .detail {
  padding-left: 1.5rem;
  width: calc(100% - 5.5rem);
}
.pjtEmail ul li .detail .name {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .pjtEmail ul li .detail .name {
    font-size: 1.375rem;
  }
}
.pjtEmail ul li .detail p {
  margin-top: 0.125rem;
  letter-spacing: 0.05em;
}
.pjtEmail ul .text {
  margin-top: 1.125rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

.actionSectionItem + .actionSectionItem {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .actionSectionItem + .actionSectionItem {
    margin-top: 1.5625rem;
  }
}

.actionComming {
  margin-top: 2.6875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .actionComming {
    margin-top: 1.5625rem;
  }
}
.actionComming img {
  width: 7.375rem;
}
@media (max-width: 767px) {
  .actionComming img {
    width: 5.5625rem;
  }
}

.actionSystem {
  margin-top: 1.75rem;
}
@media (max-width: 767px) {
  .actionSystem {
    margin-top: 1.25rem;
  }
}
.actionSystem .actionSystemTitle {
  margin: 0 auto;
  width: 39rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .actionSystem .actionSystemTitle {
    width: 19.5625rem;
  }
}
.actionSystem .actionSystemList {
  margin: 1.5625rem auto 4.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem 1.75rem;
  width: 53.125rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .actionSystem .actionSystemList {
    margin: 0.125rem auto 3.875rem;
    width: 100%;
  }
}
.actionSystem .actionSystemList .item {
  width: 16.375rem;
  height: 16.375rem;
}
@media (max-width: 767px) {
  .actionSystem .actionSystemList .item {
    width: 16.875rem;
    height: 16.875rem;
  }
}
@media (max-width: 767px) {
  .actionSystem .slick-list {
    margin: 0 auto;
    width: 16.875rem;
  }
  .actionSystem .slick-prev {
    width: 3rem;
    height: 3rem;
    background: url("../img/slide-arr-left.svg") center center no-repeat;
    background-size: 0.875rem;
    left: -1.5625rem;
    margin-top: 0.1875rem;
    background-color: rgba(0, 35, 123, 0.91);
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
            box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .actionSystem .slick-prev {
    left: -1.5625rem;
    margin-top: 0;
    top: 6.375rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .actionSystem .slick-prev::before {
    content: none;
  }
  .actionSystem .slick-next {
    width: 3rem;
    height: 3rem;
    background: url("../img/slide-arr-right.svg") center center no-repeat;
    background-size: 0.875rem;
    right: -4.9375rem;
    margin-top: 0.1875rem;
    background-color: rgba(0, 35, 123, 0.91);
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
            box-shadow: 2px 2px 5px rgba(59, 63, 80, 0.42);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .actionSystem .slick-next {
    right: -1.5625rem;
    margin-top: 0;
    top: 6.375rem;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .actionSystem .slick-next::before {
    content: none;
  }
  .actionSystem .slick-dots {
    bottom: -2.5rem;
  }
  .actionSystem .slick-dots li {
    width: 0.625rem;
    height: 0.625rem;
    margin: 0 0.3125rem;
  }
  .actionSystem .slick-dots li button {
    width: 100%;
    height: 100%;
    background: #BEBFC0;
    border-radius: 50%;
    padding: 0;
  }
  .actionSystem .slick-dots li button:before {
    content: none;
  }
  .actionSystem .slick-dots li.slick-active button {
    background: #16308A;
  }
}

/* --------------------
 .popup
--------------------*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.popup::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(243, 4, 31);
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 4, 31, 0.3)), color-stop(45%, rgba(152, 32, 179, 0.3)), to(rgba(18, 49, 129, 0.3)));
  background: linear-gradient(to right, rgba(243, 4, 31, 0.3) 0%, rgba(152, 32, 179, 0.3) 45%, rgba(18, 49, 129, 0.3) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .popup {
    overflow: hidden;
  }
}

.popupContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .popupContent {
    margin-left: 0.375rem;
  }
}
@media (max-width: 767px) {
  .popupContent {
    padding: 5rem 0;
    max-height: 100vh;
    max-height: 100dvh;
    max-height: 100lvh;
    max-height: 100svh;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .popupContent.popupContent2 {
    margin-left: 0.0625rem;
  }
}

.popupDesc {
  position: relative;
  text-align: center;
}

.btnClosePopup {
  position: absolute;
  top: 0;
  right: -4.375rem;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
}
@media (max-width: 767px) {
  .btnClosePopup {
    top: -3.375rem;
    right: 0;
    width: 2.875rem;
    height: 2.875rem;
  }
}

.popupDescType1 {
  padding-bottom: 5.5625rem;
  width: 48.6875rem;
  height: auto;
  position: relative;
}
.popupDescType1:before {
  content: "";
  width: 100%;
  height: 8.1875rem;
  background: url("../img/modal-bgd-top-pc.png") top center/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .popupDescType1:before {
    background-image: url("../img/modal-bgd-top-sp.png");
    height: 10.6875rem;
  }
}
.popupDescType1:after {
  content: "";
  width: 100%;
  height: 5.5625rem;
  background: url("../img/modal-bgd-bottom-pc.png") bottom center/100% 100% no-repeat;
  position: absolute;
  bottom: 0.125rem;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .popupDescType1:after {
    background-image: url("../img/modal-bgd-bottom-sp.png");
    background-size: 100% 100%;
    height: 4.1875rem;
  }
}
@media (max-width: 767px) {
  .popupDescType1 {
    padding-bottom: 4.1875rem;
    width: 20rem;
  }
}
.popupDescType1 .title {
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  text-align: left;
  width: calc(100% - 1.25rem);
  height: 8.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .popupDescType1 .title {
    font-size: 1.25rem;
    line-height: 1.6;
    height: 10.625rem;
    width: calc(100% - 0.625rem);
    text-align: center;
  }
}
.popupDescType1 .desc {
  padding: 1.25rem 0.625rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.19em;
  color: #16308A;
  font-weight: 500;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: url("../img/modal-bgd-center-pc.png") bottom center/100% repeat-y;
}
.popupDescType1 .desc span {
  display: inline-block;
  text-align: left;
  width: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .popupDescType1 .desc {
    padding: 1.875rem 1.875rem 1.875rem 1.6875rem;
    font-size: 0.875rem;
    line-height: 2;
    width: 100%;
    letter-spacing: 0;
    background-image: url("../img/modal-bgd-center-sp.png");
  }
  .popupDescType1 .desc:after {
    content: "";
    width: calc(100% - 0.875rem);
    height: calc(100% + 2px);
    position: absolute;
    left: 0.125rem;
    top: 0;
    background-color: #fff;
    z-index: 0;
  }
}
.popupDescType1 .note {
  font-size: 0.75rem;
  display: block;
  text-align: center;
  color: #A0ACCC;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
  position: relative;
  background: url("../img/modal-bgd-center-pc.png") bottom center/100% repeat-y;
  z-index: 1;
}
@media (max-width: 767px) {
  .popupDescType1 .note {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    background-image: url("../img/modal-bgd-center-sp.png");
  }
}
.popupDescType1 .note i {
  font-style: normal;
}
@media (max-width: 767px) {
  .popupDescType1 .note i {
    display: none;
  }
}
.popupDescType1 .aiVoiceBtn {
  margin-top: 0.625rem;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .popupDescType1 .aiVoiceBtn {
    margin-top: 0.625rem;
  }
}
.popupDescType1 .aiVoiceBtn a {
  padding-right: 2.0625rem;
  width: 27.5rem;
  height: 4.375rem;
}
@media (max-width: 767px) {
  .popupDescType1 .aiVoiceBtn a {
    padding-right: 1.8125rem;
    width: 20.4375rem;
    height: 3.75rem;
  }
}
.popupDescType1 .aiVoiceBtn a .text {
  font-size: 1.375rem;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .popupDescType1 .aiVoiceBtn a .text {
    font-size: 1rem;
  }
}
.popupDescType1 .aiVoiceBtn .arrow {
  right: 1.0625rem;
}
@media (max-width: 767px) {
  .popupDescType1 .aiVoiceBtn .arrow {
    right: 0.6875rem;
  }
}

.popupDescType2 {
  margin: 0 auto;
  padding: 4.375rem;
  background-color: #fff;
  width: 62.5rem;
  height: 80dvh;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .popupDescType2 {
    margin-top: 6.5625rem;
    padding: 1.75rem 1.125rem 2.5rem;
    width: 20.4375rem;
    border-radius: 0.625rem;
  }
}
.popupDescType2 .popupDescScroll {
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .popupDescType2 .popupDescScroll {
    padding-right: 1rem;
  }
}
.popupDescType2 .title {
  text-align: center;
}
.popupDescType2 .title img {
  width: 27.6875rem;
}
@media (max-width: 767px) {
  .popupDescType2 .title img {
    width: 14.75rem;
  }
}
.popupDescType2 .subTitle {
  margin-top: 1.4375rem;
  font-size: 1.5rem;
  line-height: 1.7083333333;
  font-weight: bold;
  letter-spacing: 0.13em;
  background: -webkit-gradient(linear, left top, right top, from(#F3041F), color-stop(50%, #9820B3), to(#123181));
  background: linear-gradient(to right, #F3041F 0%, #9820B3 50%, #123181 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 767px) {
  .popupDescType2 .subTitle {
    margin-top: 0.8125rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.popupDescType2 .popupDescMain .titleSecond {
  margin-top: 3.3125rem;
  font-size: 1.5625rem;
  line-height: 1.84;
  font-weight: bold;
  letter-spacing: 0.13em;
  color: #16308A;
  text-align: center;
}
@media (max-width: 767px) {
  .popupDescType2 .popupDescMain .titleSecond {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5555555556;
    letter-spacing: 0.11em;
  }
}
.popupDescType2 .chart {
  margin-top: 1.3125rem;
  padding-left: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .popupDescType2 .chart {
    padding-left: 0;
    display: block;
  }
}
.popupDescType2 .chart .img {
  width: 14.3125rem;
}
@media (max-width: 767px) {
  .popupDescType2 .chart .img {
    width: 100%;
    text-align: center;
  }
  .popupDescType2 .chart .img img {
    margin: 0 auto;
    width: 10.0625rem;
  }
}
.popupDescType2 .chart .desc {
  padding-left: 1.3125rem;
  width: calc(100% - 14.3125rem);
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: 0.23em;
  font-weight: bold;
  color: #133181;
}
@media (max-width: 767px) {
  .popupDescType2 .chart .desc {
    margin-top: 1.5rem;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.6428571429;
    letter-spacing: 0;
    width: 100%;
  }
}
.popupDescType2 .chart .desc p + p {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .popupDescType2 .chart .desc p + p {
    margin-top: 1.4375rem;
  }
}
.popupDescType2 .qaList {
  margin-top: 4.125rem;
  padding: 1.25rem 2.5rem 1.3125rem 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #133181;
  border: 1px solid #162F8A;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .popupDescType2 .qaList {
    margin-top: 1.5rem;
    margin-bottom: 0.3125rem;
    padding: 1.1875rem 0.875rem 1.5rem;
    display: block;
    border-radius: 0.625rem;
  }
}
.popupDescType2 .qaList .item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 15.0625rem;
}
@media (max-width: 767px) {
  .popupDescType2 .qaList .item:nth-child(1) {
    width: 100%;
  }
}
.popupDescType2 .qaList .item:nth-child(1) span {
  margin-top: -0.875rem;
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .popupDescType2 .qaList .item:nth-child(1) span {
    margin-top: 0;
    font-size: 0.875rem;
  }
}
.popupDescType2 .qaList .item:nth-child(1) p {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .popupDescType2 .qaList .item:nth-child(1) p {
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}
.popupDescType2 .qaList .item:nth-child(2) {
  margin-left: 1.125rem;
  width: 10.75rem;
  font-size: 0.6875rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.11em;
}
@media (max-width: 767px) {
  .popupDescType2 .qaList .item:nth-child(2) {
    margin-top: 0.75rem;
    margin-left: 0;
    width: 100%;
    font-size: 0.6875rem;
    line-height: 1.8181818182;
  }
}
.popupDescType2 .qaList .item:nth-child(3) {
  margin-left: 0.875rem;
  width: 20.1875rem;
  font-size: 0.6875rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.11em;
}
@media (max-width: 767px) {
  .popupDescType2 .qaList .item:nth-child(3) {
    margin-left: 0;
    width: 100%;
    font-size: 0.6875rem;
    line-height: 1.8181818182;
  }
}

@media (min-width: 768px) {
  #aiVoice10 .popupDescType1 .desc {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  #aiVoice04 .popupDescType1 .desc {
    padding-left: 3.75rem;
  }
}

@media (min-width: 768px) {
  #aiVoice03 .popupDescType1 .desc {
    padding-left: 4.625rem;
    padding-right: 5.125rem;
  }
}

@media (min-width: 768px) {
  #aiVoice01 .popupDescType1 .desc {
    padding-left: 1.3125rem;
  }
}

.popupDescShadow {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: -1;
  border-radius: 1.25rem;
  background-color: rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 4, 31, 0.2)), color-stop(45%, rgba(152, 32, 179, 0.2)), to(rgba(18, 49, 129, 0.2)));
  background: linear-gradient(to right, rgba(243, 4, 31, 0.2) 0%, rgba(152, 32, 179, 0.2) 45%, rgba(18, 49, 129, 0.2) 100%);
  background: -webkit-linear-gradient(to right, rgba(243, 4, 31, 0.2) 0%, rgba(152, 32, 179, 0.2) 45%, rgba(18, 49, 129, 0.2) 100%);
  width: calc(100% - 1.25rem);
  height: calc(100% - 3.3125rem);
}
@media (max-width: 767px) {
  .popupDescShadow {
    top: 0.625rem;
    left: 0.625rem;
    width: calc(100% - 0.625rem);
    height: calc(100% - 2.5rem);
    background-color: rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 4, 31, 0.52)), color-stop(45%, rgba(152, 32, 179, 0.52)), to(rgba(18, 49, 129, 0.52)));
    background: linear-gradient(to right, rgba(243, 4, 31, 0.52) 0%, rgba(152, 32, 179, 0.52) 45%, rgba(18, 49, 129, 0.52) 100%);
    background: -webkit-linear-gradient(to right, rgba(243, 4, 31, 0.52) 0%, rgba(152, 32, 179, 0.52) 45%, rgba(18, 49, 129, 0.52) 100%);
  }
}
.popupDescShadow:after {
  content: "";
  width: 100%;
  height: 2rem;
  background: url("../img/modal-bgd-arrow-pc.png") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .popupDescShadow:after {
    height: 1.75rem;
    background-image: url("../img/modal-bgd-arrow-sp.png");
  }
}

@media (max-width: 767px) {
  .pageBeliEVE .header .headerLogo {
    width: 3.875rem;
  }
}