@charset "UTF-8";
/*-------------------------
全ページ共通部分
-------------------------*/
body.page,
body .section,
body .lp01,
body .site-header,
body [class*=_btn],
body footer,
body h1,
body h2,
body h3,
body h4,
body h5, body button, body input, body optgroup, body select, body textarea {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body .footer,
body figure {
  margin: 0;
}

/***トップページ*********/
.home .toppage {
  margin: 178px auto 0;
}
@media screen and (max-width: 1023px) {
  .home .toppage {
    margin: 0 auto;
  }
}
.home .toppage .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .toppage .content_wrap .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 140vh;
  height: 100%;
  width: 100%;
}
.home .toppage .content_wrap .content figure {
  margin: 0;
}
.home .toppage .content_wrap .content ul {
  list-style: none;
  margin: 0;
}
.home .toppage .content_wrap .content section {
  width: 100%;
  padding: 100px 10.3%;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section {
    padding: 50px 5% 50px 5.6%;
  }
}
.home .toppage .content_wrap .content section .sec_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #003894;
}
.home .toppage .content_wrap .content section .sec_title p {
  margin: 11px 0 47px;
  font-size: 16px;
  position: relative;
  padding-left: 11px;
  line-height: 19px;
}
.home .toppage .content_wrap .content section .sec_title p::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #003894;
  position: absolute;
  top: 0;
  left: 0;
}
.home .toppage .content_wrap .content section .tags {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 27px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .tags {
    margin-bottom: 26px;
  }
}
.home .toppage .content_wrap .content section .tags li {
  padding: 0 10px;
  height: 28px;
  background: #bdbeff;
  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;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 30px;
  min-width: 77px;
}
.home .toppage .content_wrap .content section .tags li + li {
  margin: 0;
}
.home .toppage .content_wrap .content section .slider_kiji {
  position: relative;
  padding-top: 0;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .slider_kiji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home .toppage .content_wrap .content section .slider_kiji .slide-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 60px;
}
.home .toppage .content_wrap .content section .slider_kiji .slide-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #bdbeff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.home .toppage .content_wrap .content section .slider_kiji .slide-dots li:hover, .home .toppage .content_wrap .content section .slider_kiji .slide-dots li.slick-active {
  background: #bdbeff;
}
.home .toppage .content_wrap .content section .slider_kiji .slide-dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.home .toppage .content_wrap .content section .slider_kiji .slick-list {
  overflow: hidden;
}
.home .toppage .content_wrap .content section .slider_kiji .slick-slide,
.home .toppage .content_wrap .content section .slider_kiji .non-slide {
  min-height: 415px;
  width: min(385px, 100%);
  border-radius: 20px;
  height: auto;
  background-color: #e6f0ff;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .slider_kiji .slick-slide,
  .home .toppage .content_wrap .content section .slider_kiji .non-slide {
    min-height: 307px;
    margin: 0 10px;
  }
}
.home .toppage .content_wrap .content section .slider_kiji .slick-slide.empty,
.home .toppage .content_wrap .content section .slider_kiji .non-slide.empty {
  background: transparent;
}
.home .toppage .content_wrap .content section .slider_kiji .slick-slide:last-child,
.home .toppage .content_wrap .content section .slider_kiji .non-slide:last-child {
  margin-right: 0;
}
.home .toppage .content_wrap .content section .slider_kiji .slide-item {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  overflow: visible;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .slider_kiji .slide-item {
    display: none;
    margin: 20px 0 0;
  }
  .home .toppage .content_wrap .content section .slider_kiji .slide-item:nth-child(-n+3) {
    display: block;
  }
}
.home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_img {
  width: min(340px, 100%);
  height: 185px;
  z-index: 1;
  overflow: hidden;
  margin: 21px auto 30px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_img {
    padding: 0 21px;
    margin-bottom: 15px;
  }
}
.home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_cat {
  margin: 29px 0 34px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_cat {
    margin: 20px 0 15px 21px;
  }
}
.home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_cat .tags {
  margin-bottom: 0;
}
.home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_cat span {
  background: #bdbeff;
  padding: 5px 10px;
  height: 28px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.96px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_cat span {
    height: 25px;
    font-size: 14px;
    line-height: 14px;
  }
}
.home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_title {
  width: 100%;
  max-height: 145px;
  padding: 0 15px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_title {
    padding: 0 21px 20px;
  }
}
.home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_title h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  height: 57px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content section .slider_kiji .slide-item .slide_title h2 {
    font-size: 16px;
  }
}
.home .toppage .content_wrap .content .t_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  background-size: cover;
  background-position: 2px top;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_mv {
    position: relative;
    padding: 0;
    width: 100%;
    min-height: 564px;
    height: auto;
    background-position: 65% top;
    background-size: 250%;
  }
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap {
  width: 52.7%;
  max-width: 760px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_mv .mv_sp_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap .mv_left {
  margin-top: 119px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 57, 148, 0.8)), color-stop(89.42%, rgba(136, 2, 148, 0.8)), to(rgba(255, 229, 252, 0.8)));
  background: linear-gradient(90deg, rgba(2, 57, 148, 0.8) 0%, rgba(136, 2, 148, 0.8) 89.42%, rgba(255, 229, 252, 0.8) 100%);
  padding-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_mv .mv_sp_wrap .mv_left {
    width: 100%;
    margin-top: 122px;
    padding: 0 32px 0 20px;
  }
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap h2,
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap p {
  color: #fff;
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_title {
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
  margin: 0px 44px 27px 56px;
  padding-top: 96px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_title {
    padding-top: 68px;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 18px;
  }
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_lead {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 92px;
  margin: 0px 44px 67px 56px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_lead {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 42px;
    height: 78px;
    margin: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_btn_txt {
  font-weight: 800;
  font-size: 20px;
  color: #7f038b;
  margin: 0 auto 16px;
  text-align: center;
  color: #fff;
  justify-self: center;
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_btn_txt.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_btn_txt {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-top: 66px;
    height: 23px;
    margin-bottom: 3px;
  }
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_btn {
  border: 1px solid #f6d728;
  background: #f6d728;
  color: #023994;
  margin: 0 auto;
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_btn.sp {
  display: none;
}
.home .toppage .content_wrap .content .t_mv .mv_sp_wrap .t_btn:hover {
  color: #023994;
}
.home .toppage .content_wrap .content .t_mv .mv_right {
  width: auto;
  height: 665px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_mv .mv_right {
    height: 564px;
  }
}
.home .toppage .content_wrap .content .t_news {
  background: #f5fcff;
  position: relative;
}
.home .toppage .content_wrap .content .t_news .sec_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_news .sec_title {
    margin-bottom: 28px;
  }
}
.home .toppage .content_wrap .content .t_news .sec_title p {
  margin-bottom: 13px;
}
.home .toppage .content_wrap .content .t_news .n_wrap {
  position: relative;
  overflow: hidden;
}
.home .toppage .content_wrap .content .t_news .item_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home .toppage .content_wrap .content .t_news .toukou {
  margin: 0 0 20px;
  position: relative;
  padding-left: 17.5px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_news .toukou {
    margin: 0 0 29px;
  }
}
.home .toppage .content_wrap .content .t_news .toukou::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("../../magna-wireless/img/toukou.svg");
}
.home .toppage .content_wrap .content .t_news .item_wrap .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 92px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_news .item_wrap .news_item {
    margin-bottom: 43px;
  }
}
.home .toppage .content_wrap .content .t_news .item_wrap .news_item .item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home .toppage .content_wrap .content .t_news .item_wrap .news_item .item_left .news-title {
  margin-top: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.home .toppage .content_wrap .content .t_news .item_wrap .news_item .item_left .news-title a {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #003894;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_news .item_wrap .news_item .item_left .news-title a {
    font-size: 16px;
    max-height: 40px;
    height: auto;
    line-height: 20px;
  }
}
.home .toppage .content_wrap .content .t_news .item_wrap .news_item .item_left .news-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_news .item_wrap .news_item .item_left .news-content {
    font-size: 14px;
    line-height: 25px;
  }
}
.home .toppage .content_wrap .content .t_news .item_wrap .news_item .item_left .news-content p {
  margin: 0;
}
.home .toppage .content_wrap .content .t_news .item_wrap .news-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 420px;
  height: 240px;
  overflow: hidden;
}
.home .toppage .content_wrap .content .t_news .item_wrap .news-thumbnail.sp {
  display: none;
}
.home .toppage .content_wrap .content .t_news .item_wrap .news-thumbnail.sp a {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_news .item_wrap .news-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: min(420px, 100%);
    height: 180px;
    overflow: hidden;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 26px;
    -ms-flex-line-pack: center;
        align-content: center;
    margin: 0 auto 26px;
  }
  .home .toppage .content_wrap .content .t_news .item_wrap .news-thumbnail.pc {
    display: none;
  }
}
.home .toppage .content_wrap .content .t_news .item_wrap .news-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .toppage .content_wrap .content .t_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_btn {
    margin: 0 auto;
  }
}
.home .toppage .content_wrap .content .t_about {
  background-position: 81% center;
  background-size: 45%;
  background-repeat: no-repeat;
  padding-bottom: 121px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_about {
    background-image: none !important;
    padding-bottom: 90px;
  }
  .home .toppage .content_wrap .content .t_about .sec_title {
    margin-bottom: 50px;
  }
}
.home .toppage .content_wrap .content .t_about .about_wrap .t_a_lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #003894;
  width: 80.7%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_about .about_wrap .t_a_lead {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 20px;
  }
}
.home .toppage .content_wrap .content .t_about .about_wrap .t_a_txt {
  width: min(700px, 80%);
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_about .about_wrap .t_a_txt {
    font-size: 14px;
    line-height: 25px;
    width: 100%;
  }
}
.home .toppage .content_wrap .content .t_feature {
  min-height: 737px;
  position: relative;
  background-position: right center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_feature {
    min-height: 852px;
    height: auto;
    background-size: 405%;
    background-position: 72% 90%;
    padding: 50px 5.2% 50px 4.5%;
  }
}
.home .toppage .content_wrap .content .t_feature .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 57, 148, 0.8)), color-stop(70.67%, rgba(136, 2, 148, 0.8)), to(rgba(255, 229, 252, 0.8)));
  background: linear-gradient(90deg, rgba(2, 57, 148, 0.8) 0%, rgba(136, 2, 148, 0.8) 70.67%, rgba(255, 229, 252, 0.8) 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_feature .overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(2, 57, 148, 0.8)), to(rgba(136, 2, 148, 0.8)));
    background: linear-gradient(90deg, rgba(2, 57, 148, 0.8) 0%, rgba(136, 2, 148, 0.8) 100%);
  }
}
.home .toppage .content_wrap .content .t_feature .sec_title {
  color: #fff;
  z-index: 2;
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_feature .sec_title {
    margin-bottom: 50px;
    background-color: inherit;
    padding: 8px 0 20px 20px;
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_feature .sec_title p {
    margin-bottom: 0;
  }
}
.home .toppage .content_wrap .content .t_feature .sec_title p::before {
  background: #fff;
}
.home .toppage .content_wrap .content .t_feature .feature_wrap {
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
  width: min(1000px, 100%);
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_feature .feature_wrap:nth-child(5) {
    margin-bottom: 0;
  }
}
.home .toppage .content_wrap .content .t_feature .feature_wrap .t_f_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_feature .feature_wrap .t_f_title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .home .toppage .content_wrap .content .t_feature .feature_wrap .t_f_title span.sp {
    display: inline-block !important;
  }
}
.home .toppage .content_wrap .content .t_feature .feature_wrap .t_f_txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-left: 30px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_feature .feature_wrap .t_f_txt {
    margin-left: 0px;
    font-size: 14px;
    line-height: 25px;
  }
}
.home .toppage .content_wrap .content .t_product {
  padding-right: 95px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_product {
    padding-right: 20px;
  }
}
.home .toppage .content_wrap .content .t_product .sec_title {
  margin-bottom: 0;
}
.home .toppage .content_wrap .content .t_product .sec_title p {
  margin-bottom: 13px;
}
.home .toppage .content_wrap .content .t_product .product_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_product .product_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}
.home .toppage .content_wrap .content .t_product .product_item .item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.home .toppage .content_wrap .content .t_product .product_item .item_left .product-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_product .product_item .item_left .product-title {
    font-size: 16px;
    line-height: 30px;
  }
}
.home .toppage .content_wrap .content .t_product .product_item .item_left .product-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_product .product_item .item_left .product-content {
    font-size: 14px;
    line-height: 25px;
  }
}
.home .toppage .content_wrap .content .t_product .product_item .product-thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 226px;
  height: 153px;
  overflow: hidden;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_product .product_item .product-thumbnail {
    width: 193px;
    height: 130px;
  }
}
.home .toppage .content_wrap .content .t_product .product_item .product-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .toppage .content_wrap .content .t_product .t_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_product .t_btn {
    margin: 0 auto;
  }
}
.home .toppage .content_wrap .content .t_service {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d4079), color-stop(74.04%, #2f5ba2), to(#3f70c2));
  background: linear-gradient(180deg, #1d4079 0%, #2f5ba2 74.04%, #3f70c2 100%);
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service {
    padding: 40px 5.2% 50px;
  }
}
.home .toppage .content_wrap .content .t_service .sec_title {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .sec_title p {
    margin-bottom: 37px;
  }
}
.home .toppage .content_wrap .content .t_service .sec_title p::before {
  background: #fff;
}
.home .toppage .content_wrap .content .t_service .service_lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_lead {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 21px;
  }
}
.home .toppage .content_wrap .content .t_service .service_item {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item {
    margin-top: 21px;
    margin-bottom: 50px;
  }
}
.home .toppage .content_wrap .content .t_service .service_item .service_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item .service_list {
    gap: 21px;
  }
}
.home .toppage .content_wrap .content .t_service .service_item .service_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin: 35px 0;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item .service_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin: 0;
  }
}
.home .toppage .content_wrap .content .t_service .service_item .service_list li::before {
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: -35px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item .service_list li::before {
    background: inherit;
  }
}
.home .toppage .content_wrap .content .t_service .service_item .service_list li:last-of-type {
  padding-bottom: 0;
}
.home .toppage .content_wrap .content .t_service .service_item .service_list li:last-of-type::after {
  content: "";
  width: 100%;
  background: #fff;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -35px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item .service_list li:last-of-type::after {
    background: inherit;
  }
}
.home .toppage .content_wrap .content .t_service .service_item .service_list li .service_icon {
  width: 68px;
  height: 68px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item .service_list li .service_icon {
    width: 80px;
    height: 80px;
  }
}
.home .toppage .content_wrap .content .t_service .service_item .service_list li .service_icon img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.home .toppage .content_wrap .content .t_service .service_item .service_list li .service_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  width: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item .service_list li .service_title {
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    width: 100%;
    text-align: center;
  }
}
.home .toppage .content_wrap .content .t_service .service_item .service_list li .service_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item .service_list li .service_txt {
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .service_item .service_list li .service_txt.en {
    text-align: center;
  }
}
.home .toppage .content_wrap .content .t_service .t_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  background: #fff;
  color: #023994;
  border: 1px solid #fff;
}
.home .toppage .content_wrap .content .t_service .t_btn::before {
  background-color: #023994;
}
.home .toppage .content_wrap .content .t_service .t_btn:hover {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_service .t_btn {
    margin: 0 auto;
  }
}
.home .toppage .content_wrap .content .t_cases {
  padding: 100px 7.2%;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_cases {
    padding: 50px 5%;
  }
}
.home .toppage .content_wrap .content .t_cases .sec_title {
  text-align: center;
}
.home .toppage .content_wrap .content .t_cases .sec_title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 11px auto 47px;
}
.home .toppage .content_wrap .content .t_cases .cases_lead {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #003894;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_cases .cases_lead {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
}
.home .toppage .content_wrap .content .t_cases .cases_lead.en {
  letter-spacing: normal;
}
.home .toppage .content_wrap .content .t_cases .cases_img {
  width: min(1143px, 100%);
  height: 163px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_cases .cases_img {
    height: 74px;
  }
}
.home .toppage .content_wrap .content .t_cases .cases_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .toppage .content_wrap .content .t_cases .cases_item {
  margin: 50px auto 0;
  background: #fff;
  width: 1235px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_cases .cases_item {
    margin-top: 0;
    width: 100%;
  }
}
.home .toppage .content_wrap .content .t_cases .cases_item h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.home .toppage .content_wrap .content .t_cases .t_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_cases .t_btn {
    margin: 50px auto 0;
  }
}
.home .toppage .content_wrap .content .t_technical {
  padding: 100px 7.2%;
  background: #f5fcff;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_technical {
    padding: 50px 5%;
  }
}
.home .toppage .content_wrap .content .t_technical .sec_title {
  text-align: center;
}
.home .toppage .content_wrap .content .t_technical .sec_title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 11px auto 47px;
}
.home .toppage .content_wrap .content .t_technical .technical_lead {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #003894;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_technical .technical_lead {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
  }
}
.home .toppage .content_wrap .content .t_technical .technical_lead.en {
  letter-spacing: normal;
}
.home .toppage .content_wrap .content .t_technical .technical_item {
  margin: 50px auto 0;
  background: #f5fcff;
  width: 1235px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_technical .technical_item {
    width: 100%;
    margin: 0 auto;
  }
}
.home .toppage .content_wrap .content .t_technical .technical_item h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.home .toppage .content_wrap .content .t_technical .technical_item .slider_kiji .slick-slide,
.home .toppage .content_wrap .content .t_technical .technical_item .slider_kiji .non-slide {
  background: #fff;
  border: 1px solid #9db5de;
}
.home .toppage .content_wrap .content .t_technical .technical_item .slider_kiji .slide-item .slide_cat span {
  background: #7f038b;
}
.home .toppage .content_wrap .content .t_technical .t_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_technical .t_btn {
    margin: 50px auto 0;
  }
}
.home .toppage .content_wrap .content .t_contactus {
  padding-top: 75px;
  margin-bottom: 100px;
  position: relative;
  background-position: right center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus {
    padding-top: 50px;
    min-height: 556px;
    height: auto;
    background-size: cover;
    background-position: 86.7% 68%;
    margin-bottom: 50px;
  }
}
.home .toppage .content_wrap .content .t_contactus .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(177, 133, 181, 0.8);
  pointer-events: none;
  z-index: 1;
}
.home .toppage .content_wrap .content .t_contactus .sec_title {
  color: #fff;
  z-index: 2;
  position: relative;
  margin-top: 0;
}
.home .toppage .content_wrap .content .t_contactus .sec_title p::before {
  background: #fff;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_left ul {
  list-style-position: inside;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_left ul li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 11px;
    letter-spacing: 0;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_left ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 16px;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_left .t_cu_lead,
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_left .t_cu_list {
  font-weight: 800;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_left .t_cu_lead,
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_left .t_cu_list {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 69px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right {
    gap: 20px;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right.en {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn {
  width: 321px;
  height: 102px;
  border: 3px solid #fff;
  background: #7f038b;
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.4s ease, background 0.4s ease;
  transition: color 0.4s ease, background 0.4s ease;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn {
    width: 181px;
    height: 45px;
    font-size: 13px;
    margin: auto;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn img,
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.4s ease, -webkit-filter 0.4s ease;
  transition: color 0.4s ease, -webkit-filter 0.4s ease;
  transition: filter 0.4s ease, color 0.4s ease;
  transition: filter 0.4s ease, color 0.4s ease, -webkit-filter 0.4s ease;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn img {
  width: 54px;
  height: auto;
  margin: 0 19px 0 48px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn img {
    width: 27px;
    margin: 0 16px 0 24px;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn::after {
  content: "▶▶";
  font-size: 16px;
  font-weight: 800;
  display: inline-block;
  width: 32px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn::after {
    width: 24px;
    top: auto;
    bottom: 0;
    margin: auto;
    font-size: 13px;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: 0;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn::before {
    display: none !important;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn:hover {
  color: #7f038b;
  border-color: #7f038b;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn:hover {
    color: #fff !important;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn:hover::before {
  width: 100%;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn:hover img, .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn:hover::after {
  color: #7f038b;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2 {
  background: #023994;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2 img {
  -webkit-filter: none;
          filter: none;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2:hover {
  color: #023994;
  border-color: #023994;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2:hover {
    color: #fff !important;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2:hover::before {
  background: #fff;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2:hover img, .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2:hover::after {
  color: #023994;
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2.en {
  width: 321px;
  height: 102px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2.en {
    width: 224px;
    height: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2.en::after {
    right: 15px;
  }
}
.home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2.en img {
  margin-left: 25px;
}
@media screen and (max-width: 1023px) {
  .home .toppage .content_wrap .content .t_contactus .contactus_wrap .cu_right .t_cu_btn._2.en img {
    margin-left: 17px;
    margin-right: 23px;
  }
}