.dm_sans {
  font-family: var(--DMSans);
}

.ev_text {
  color: #FFFFFF;
  text-shadow: 0 0.3rem 0.6rem #000000;
}


.mv_wrap {
  width: 128rem;
  height: 80rem;
  position: relative;
  height: min(72rem, 100vh);
}

.mv_img {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: -1;
}

.mv_text_wrap {
  width: 94.071rem;
  margin: 0 auto;
  /* padding: 22.1rem 0 11.5rem; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv_tit_img {
  width: 94.071rem;
  height: 26.9rem;
}

.mv_title_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: auto; */
  white-space: nowrap;
}

.mv_title {
  font-size: 5.1rem;
  letter-spacing: 0.05em;
  line-height: calc(73 / 56);
}

.mv_sab_title {
  font-size: 3.3rem;
  padding-left: 0.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
}

/* mv SCROLL DOWN */
.scroll_wrap_absolute {
  position: absolute;
  bottom: 6rem;
  right: 6rem;
}

.mv_scroll_wrap {
  width: fit-content;
  margin-left: auto;
  margin-right: 7.3rem;
  height: 7rem;
  display: flex;
  align-items: center;
  margin-right: 1.3rem;
  position: relative;
}

.mv_scroll_wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9.6rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #fff;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

.mv_scroll_wrap::after {
  content: "";
  width: 0.1rem;
  height: 7rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  right: -0.95rem;
}

.scroll_down_text {
  font-size: 1.3rem;
  color: #FFFFFF;
}

@keyframes circlemove {
  0% {
    bottom: 7rem;
  }

  100% {
    bottom: 0rem;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/* mv news */
.article_news_wrap {
  width: 59.7rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 0 3rem 0 1.5rem;
  color: #20399F;
  margin-left: 2.5rem;
  position: absolute;
  bottom: 3rem;
}

.arti_swipr {
  width: 100%;
  height: 5.6rem;
}

.arti_swipr_wrapper {
  width: 100%;
  height: 5.6rem;
}

/* .arti_flex {
  display: flex !important;
  align-items: center;
} */

.arti_flex_link {
  width: 100%;
  height: 5.6rem;
  display: flex;
  align-items: center;
  padding: 0;
}

.front_news_tit {
  padding-right: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 2.65rem;
  border-right: 0.3rem solid #20399F;
  margin-right: 1.75rem;
  font-size: 1.8rem;
}

.news_slide {
  height: 100%;
  transform: translateX(47rem);
  display: flex;
  gap: 46.0781rem;
  width: 46.0781rem;
  min-width: fit-content;
  height: 100%;
  animation: marquee 10s linear infinite;
}

/* 
.swiper-slide-active .news_slide{
display: flex;
  gap: 46.0781rem;
  width: 46.0781rem;
  min-width: fit-content;
  height: 100%;
  animation: marquee 10s linear infinite;
   padding-left: 1rem; 
   swiperのfadeエフェクトをごまかすため 
} */

/* .arti_flex {
  display: none;
} */

.arti_flex {
  display: flex !important;
  align-items: center;
  width: fit-content;
  height: 5.6rem;
  white-space: nowrap;
}

/* .swiper-slide-active .arti_flex {
  display: flex !important;
  align-items: center;
  width: fit-content;
  height: 5.6rem;
  white-space: nowrap;
} */

@keyframes marquee {
  0% {
    transform: translateX(46.0781rem);
  }

  100% {
    transform: translateX(-100%);
  }
}

.front_news_time {
  font-size: 1.8rem;
  margin-right: 1.5rem;
}

.news_title {
  font-size: 1.8rem;
  font-weight: 400;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* ev&hybrid */
.ev_specialist_wrap {
  position: relative;
  padding-bottom: calc(7.5rem + 15.9rem);
}

.sales_flex_img {
  width: 100%;
  height: 100vh;
  /* 仮置き */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
  filter: brightness(0.7);
}

.sales_text_wrap {
  padding: 10rem 5rem;
  margin-bottom: 8.8rem;
}

.sales_ev_wrap {
  margin-bottom: 21.1rem;
}

.sales_text {
  font-size: 5rem;
  font-weight: 500;
  line-height: calc(50 / 50);
  margin-bottom: 0.5rem;
}

.ev_hybrid_text,
.company_texr {
  font-size: 7rem;
  font-weight: 900;
  line-height: calc(91 / 70);
}


.performance_wrap {
  margin: 0 5rem 16rem 2.5rem;
}

.performance_exports {
  width: 65rem;
  height: 35rem;
  position: relative;
}

.performance_text {
  font-size: 3.5rem;
  letter-spacing: 0.001em;
  position: absolute;
  bottom: -2.3rem;
  left: 7rem;
}

.performance_service {
  width: 38.9rem;
  height: 34.1rem;
  margin-left: auto;
  margin-top: -15rem;
  position: relative;
}

.performance_trust {
  width: 45rem;
  height: 40rem;
  margin-left: 10rem;
  margin-top: -8.8rem;
  position: relative;
}

.performance_service .performance_text {
  bottom: -2.4rem;
  left: 5.2rem;
}

.performance_trust .performance_text {
  position: absolute;
  left: 2.2rem;
}




/* 販売実績表 */
.achieve_table_wrap {
  width: 113rem;
  margin: 0 auto 11.4rem;
  display: flex;
  justify-content: center;
  gap: 6.4rem;
}

.monthly_title {
  font-size: 1.8rem;
  line-height: calc(26 / 18);
}

.monthly_date_tit {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.6rem;
}

.monthly_achieve {
  width: 20.1rem;
  margin: 0 auto;
}

.achieve_table {
  border-collapse: separate;
  border-spacing: 0.1rem;
}

.achieve_th {
  width: 10rem;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: start;
  padding: 0.4rem 0.9rem;
  background-color: #EFEFEF;
  color: #1B242F;
  border-bottom: 0.1rem solid #BBBBBB;
}

.achieve_td {
  width: 10.1rem;
  font-size: 1.3rem;
  padding: 0.4rem 1.1rem;
  text-align: end;
  color: #1B242F;
  border-bottom: 0.1rem solid #BBBBBB;
  background-color: #FFFFFF;
}


/* 棒・円グラフなど */
.graph_wrap {
  width: 107.6rem;
  margin: 0 auto 10rem;
  display: flex;
}

/* 〇：〇 */
.ratio_ev_vehicles {
  margin-right: 6.5rem;
}

.monthly_mb_23 {
  margin-bottom: 2.3rem;
}

.ratio_ev_wrap {
  display: flex;
  justify-content: center;
  gap: 9.3rem;
}

.vehicles_tit {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

.vehicles_num {
  font-size: 10rem;
  font-weight: bold;
  line-height: calc(100 / 100);
  position: relative;
}

.vehicles_symbol::after {
  content: ":";
  font-size: 10rem;
  font-weight: 500;
  position: absolute;
  top: -1rem;
  left: 9.5rem;
}

/* 棒グラフ */
.stick_graph {
  width: 39rem;
  margin-right: 6.3rem;
}

.text_ali {
  text-align: center;
}

.stick_graph>.chart_wrap {
  margin-top: -38px;
}


/* ドーナッツグラフ */
.donut_graph>.chart_wrap {
  /* width: 27.5rem;
  height: 32.4rem; */
  margin: -32px auto;
}


/* 出荷国　カスタマーサービス */
.export_customer_wrap {
  width: 103.4rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15.2rem;
}

.export_mb_6 {
  margin-bottom: 0.6rem;
}

.export_img {
  width: 51.6rem;
  height: 28.8rem;
}

/* カスタマー */
.export_mb_10 {
  margin-bottom: 1rem;
}

.customer_evaluation_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 1rem;
}

.evalua_img {
  width: 11.8rem;
  height: 11.8rem;
}

.evalua_num {
  color: #FFFFFF;
  font-size: 7.2rem;
  font-weight: bold;
}

.evalua_text {
  width: 36.6rem;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  padding: 1rem;
  background-color: #EFEFEF;
  color: #1B242F;
  margin-bottom: 1.475rem;
}

.evalua_list_wrap {
  width: 24.2rem;
  margin: 0 auto;
}

.evalua_list_img {
  width: 22.325rem;
  height: 3.849rem;
  margin-bottom: 0.075rem;
}

.evalua_num_wrap {
  display: flex;
  gap: 3.4rem;
  margin-left: -0.5rem;
}

.evalua_li_num {
  font-size: 1.1rem;
  color: #FFFFFF;
  position: relative;
}

.evalua_li_num::after {
  content: '';
  width: 2.1rem;
  height: 0.1rem;
  background-color: #BBBBBB;
  position: absolute;
  top: 0.8rem;
  left: 1.9rem;
}

.evalua_li_num:nth-child(1)::after {
  left: 1.3rem;
}

.evalua_li_num:nth-last-child(1)::after {
  display: none;
}


/* service */
.front_servise_wrap {
  position: relative;
  z-index: 2;
  background-color: #1B242F;
  display: flex;
  gap: 4.75rem;
  padding-left: 2.5rem;
  position: relative;
}

/* 三角背景 */
.front_servise_wrap::before {
  content: '';
  width: 100%;
  height: 15rem;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #1B242F;
  position: absolute;
  top: -14.9rem;
  left: 0;
}

/* work手前の三角背景 */
.front_servise_wrap::after {
  content: '';
  width: 100%;
  height: 15rem;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background-color: #1B242F;
  position: absolute;
  bottom: -14.8rem;
  left: 0;
}

.services_li_wrap {
  width: 39.7rem;
  margin-top: 7.5rem;
}

.services_tit {
  font-size: 8.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(84 / 84);
  color: #FFFFFF;
}

.service_mb_24 {
  margin-bottom: 3.6rem;
}

.service_list {
  width: 100%;
  padding: 1rem 2.5rem 1rem 7.2rem;
  background-color: #DDDDDD;
  position: relative;
  margin-bottom: 1rem;
}

.service_list:nth-last-child(1) {
  margin-bottom: 0;
}

.service_img {
  width: 30rem;
  height: 10rem;
}

.service_li_tit {
  font-size: 2rem;
  font-weight: 900;
  position: absolute;
  top: 4.4rem;
  left: 3rem;
}

.services_cont_wrap {
  min-height: 79.5rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

/* 三角背景 */
.services_cont_wrap::after {
  content: '';
  width: calc(128rem - 46.9rem);
  height: 15.2rem;
  clip-path: polygon(0 61%, 100% 0, 100% 100%, 0% 100%);
  background-color: #FFFFFF;
  position: absolute;
  top: -14.7rem;
  left: 0;
}

/* works前の三角背景 */
.services_cont_wrap::before {
  content: '';
  width: calc(128rem - 46.9rem);
  height: 15.2rem;
  clip-path: polygon(0 0, 0 62%, 100% 0);
  background-color: #FFFFFF;
  position: absolute;
  bottom: -15rem;
  left: 0;
}

.service_cont {
  margin: 17rem 5rem 12.59rem 3.048rem;
  padding: 2.5rem 6.5rem 2.8rem;
  border: 0.1rem solid #000000;
  color: #1B242F;
  background-color: #FFFFFF;
  display: none;
  position: relative;
}

.service_cont::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #20399F;
  position: absolute;
  top: 2.59rem;
  left: 2.5rem;
  z-index: -1 !important;
}

.service_cont_img {
  width: 60rem;
  height: 25rem;
  margin-bottom: 1rem;
}

.service_cont_title {
  font-size: 3rem;
  font-family: var(--CGaramond);
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  line-height: calc(37 / 30);
  position: relative;
}

.service_cont_title::before {
  content: '';
  width: 1rem;
  height: 3.9rem;
  background-color: #20399F;
  position: absolute;
  top: 0;
  left: -1.5rem;
}

.service_sab_title {
  font-size: 1.8rem;
  font-weight: 600;
}

.service_text {
  font-size: 1.6rem;
  line-height: calc(21 / 16);
}

.service_list.active {
  background-color: #20399F;
}

.service_cont.active {
  display: block;
}

.servi_swiper_next,
.servi_swiper_prev {
  display: none;
}


/* works */
.front_works_wrap {
  width: 128rem;
  position: relative;
}

.works_wrap {
  padding: 25rem 5rem 13.1rem;
  background-color: rgba(32, 57, 159, 0.8);
}

.works_bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/front_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  top: 0;
  z-index: -1;
}

.works_title_wrap {
  color: #FFFFFF;
}

.works_tit {
  font-size: 8.4rem;
  font-weight: 600;
  line-height: calc(109 / 84);
  letter-spacing: 0.05em;
}

.works_cont_text {
  font-size: 2.2rem;
  line-height: calc(27 / 22);
  margin-bottom: 1rem;
}

.works_cont_sabtext {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 1.7rem;
}

.works_cont_wrap {
  display: flex;
  gap: 3.5rem;
  margin-bottom: 3rem;
}

.work_cont_li {
  width: 37rem;
  background-color: #FFFFFF;
}

.work_cont_li a {
  width: 100%;
  height: 100%;
}

.work_cont_img {
  width: 100%;
  height: 20rem;
}

.work_text_wrap {
  padding: 1.5rem;
  padding-bottom: 2.8rem;
  color: #1B242F;
}

.work_cat_wrap {
  display: flex;
  gap: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.work_cat {
  font-size: 1.4rem;
  padding: 0.4rem 1rem;
  background-color: #1B242F;
}

.work_title {
  font-size: 1.9rem;
  line-height: calc(25 / 19);
  font-weight: 600;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.work_cont_text {
  width: 100%;
  font-size: 1.4rem;
  line-height: calc(18 / 14);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.works_more_btn {
  width: 13.6rem;
  margin: 0 auto;
}

.works_more_btn a {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
  color: #20399F;
  font-weight: 900;
  text-align: center;
  background-color: #FFFFFF;
  transition: .5s;
}

.works_more_btn a:hover {
  color: #fff;
  background-color: rgb(32 57 159);
  transition: .5s;
}

.fixed>.sales_flex_img {
  position: fixed;
}

.sp_onl {
  display: none;
}



@media screen and (max-width: 699.98px) {
  .sp_onl {
    display: block;
  }

  .mv_wrap {
    width: 100%;
    height: 65rem;
  }

  .mv_text_wrap {
    width: 100%;
    /* padding: 29.9rem 0 24rem; */
    /* padding-top: 29.9rem; */
    padding-bottom: 0;
  }

  .mv_tit_img {
    width: 100%;
    height: 10.9rem;
  }

  .mv_title_wrap {
    width: 100%;
    position: absolute;
    /* top: 30rem; */
    /* left: 0; */
    text-align: center;
    white-space: initial;
  }

  .mv_title {
    font-size: 3rem;
    line-height: calc(39 / 30);
    margin-bottom: 0.8rem;
  }

  .mv_sab_title {
    font-size: 1.7rem;
  }

  .mv_scroll_wrap {
    display: none;
  }

  .article_news_wrap {
    display: none;
  }

  /* ev&hybrid */
  .ev_specialist_wrap {
    padding-bottom: calc(8rem + 5.98rem);
    /* opacity: 1; */
  }

  .sales_flex_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .sales_text_wrap {
    padding: 7rem 1.5rem;
    margin-bottom: 9rem;
  }

  .sales_ev_wrap {
    margin-bottom: 23.4rem;
  }

  .sales_text {
    font-size: 2.5rem;
    line-height: calc(25 / 25);
    margin-bottom: 1.9rem;
  }

  .ev_hybrid_text,
  .company_texr {
    font-size: 3rem;
    line-height: calc(43 / 31);
  }


  .performance_wrap {
    margin: 0 1.5rem 10rem 1.5rem;
  }

  .performance_exports {
    width: 30.2rem;
    height: 16.2rem;
  }

  .performance_text {
    font-size: 1.8rem;
    bottom: -1.6rem;
    left: 1rem;
  }

  .performance_service {
    width: 19.4rem;
    height: 17rem;
    margin-top: 11rem;
  }

  .performance_trust {
    width: 20.2rem;
    height: 17.9rem;
    margin-left: 1.6rem;
    margin-top: 10.8rem;
    white-space: nowrap;
  }

  .performance_service .performance_text {
    bottom: -1.5rem;
    left: 1.6rem;
  }

  .performance_trust .performance_text {
    left: -1.6rem;
  }

  .sp_only_perf_test {
    display: block;
  }

  /* 販売実績表 */
  .achieve_table_wrap {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto 11.4rem;
    flex-direction: column;
    gap: 4.5rem;
  }

  .monthly_title {
    font-size: 1.6rem;
    line-height: calc(23 / 16);
    text-align: center;
  }

  .monthly_date_tit {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.6rem;
  }


  /* 棒・円グラフなど */
  .graph_wrap {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto 8.5rem;
    flex-direction: column;
  }

  /* 〇：〇 */
  .ratio_ev_vehicles {
    margin-right: 0;
    margin-bottom: 4.5rem;
  }

  .monthly_mb_23 {
    margin-bottom: 1rem;
  }

  .ratio_ev_wrap {
    display: flex;
    justify-content: center;
  }

  .vehicles_tit {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }

  .vehicles_num {
    font-size: 6rem;
    font-weight: bold;
    position: relative;
  }

  .vehicles_symbol::after {
    content: ":";
    font-size: 6rem;
    font-weight: 500;
    position: absolute;
    top: -0.7rem;
    left: 8.4rem;
  }

  /* 棒グラフ */
  .stick_graph {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.5rem;
  }

  .text_ali {
    width: 35.7rem;
    text-align: center;
  }


  /* ドーナッツグラフ */
  .donut_graph>.chart_wrap {
    margin: -25px auto;
  }

  /* 出荷国　カスタマーサービス */
  .export_customer_wrap {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
    flex-direction: column;
    gap: 4.5rem;
  }

  .export_mb_6 {
    margin-bottom: 0.6rem;
  }

  .export_img {
    width: 100%;
    height: 20rem;
  }

  /* カスタマー */
  .evalua_img {
    width: 9rem;
    height: 9rem;
  }

  .evalua_num {
    color: #FFFFFF;
    font-size: 6rem;
    font-weight: bold;
  }

  .evalua_text {
    width: 100%;
    font-size: 1.4rem;
    padding: 1rem;
    background-color: #EFEFEF;
    color: #1B242F;
    margin-bottom: 1.475rem;
  }


  /* service */
  .front_servise_wrap {
    flex-direction: column;
    gap: 0;
    padding: 4.6rem 1.5rem 10rem;
    background-color: #FFFFFF;
    position: relative;
  }

  /* 三角背景 */
  .front_servise_wrap::before {
    width: 100%;
    height: 9rem;
    clip-path: polygon(0 61%, 100% 0, 100% 100%, 0% 100%);
    background-color: #FFFFFF;
    top: -8rem;
    left: 0;
  }

  /* work手前の三角背景 */
  .front_servise_wrap::after {
    width: 100%;
    height: 8.9rem;
    clip-path: polygon(0 0, 0 62%, 100% 0);
    background-color: #FFFFFF;
    bottom: -8.9rem;
    left: 0;
  }

  .services_li_wrap {
    display: contents;
  }

  .services_tit {
    font-size: 7.5rem;
    color: #20399F;
  }

  .service_mb_24 {
    margin-bottom: 1.4rem;
    text-align: center;
  }

  .service_list {
    display: none;
  }

  .service_img {
    width: 30rem;
    height: 10rem;
  }

  .service_li_tit {
    font-size: 2rem;
    font-weight: 900;
    position: absolute;
    top: 4.4rem;
    left: 3rem;
  }

  .services_cont_wrap {
    min-height: auto;
  }

  /* 三角背景 */
  .services_cont_wrap::after {
    display: none;
  }

  /* works前の三角背景 */
  .services_cont_wrap::before {
    display: none;
  }

  .service_cont {
    width: 34.5rem;
    margin: 0;
    padding: 1.5rem 1rem 2rem;
    display: block;
  }

  .service_cont::after {
    display: none;
  }

  /* swiper */
  .swipr_cont_bg {
    width: 100%;
    height: calc(100% - 10rem);
    position: relative;
  }

  .swipr_cont_bg::after {
    content: "";
    width: 34.5rem;
    height: 100%;
    background-color: #20399F;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: -1 !important;
  }

  .servi_swiper_wrap {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .servi_swiper_next,
  .servi_swiper_prev {
    display: block;
    width: 4rem;
    height: 4rem;
    background-color: #20399F;
    cursor: auto;
    position: relative;
  }

  .servi_swiper_next::before,
  .servi_swiper_prev::before {
    content: "";
    width: 1.5rem;
    height: 1.8rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 1.1rem;
  }

  .servi_swiper_next::before {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: 1.4rem;
  }

  .servi_swiper_prev::before {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    right: 1.4rem;
  }

  .service_cont_img {
    width: 32.5rem;
    height: 14.2rem;
  }

  .service_cont_title {
    font-size: 2rem;
    margin-bottom: 1.4rem;
    line-height: calc(30 / 20);
    position: relative;
    top: 0.5rem;
  }

  .service_cont_title::before {
    content: '';
    width: 0.5rem;
    height: 2.5rem;
    background-color: #20399F;
    position: absolute;
    left: -1.1rem;
  }

  .service_sab_title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .service_text {
    font-size: 1.4rem;
    line-height: calc(18 / 14);
  }

  .service_cont.active {
    display: block;
  }


  /* works */
  .front_works_wrap {
    width: 100%;
  }

  .works_wrap {
    padding: 12rem 1.46rem 10rem 1.5rem;
  }

  .works_title_wrap {
    color: #FFFFFF;
  }

  .works_tit {
    font-size: 7.5rem;
    line-height: calc(97 / 75);
  }

  .works_cont_text {
    font-size: 1.8rem;
    line-height: calc(27 / 18);
    margin-bottom: 1.5rem;
  }

  .works_cont_sabtext {
    font-size: 1.8rem;
    margin-bottom: 7.5rem;
  }

  .works_cont_wrap {
    flex-direction: column;
  }

  .work_cont_li {
    width: 34.5rem;
  }

  .work_cont_li a {
    width: 100%;
    height: 100%;
  }

  .work_cont_img {
    width: 100%;
    height: 19.4rem;
  }

  .work_text_wrap {
    padding: 1rem .8rem 1.5rem .9rem;
    padding-bottom: 1rem;
  }

  .work_cat_wrap {
    display: flex;
    gap: 1.5rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
  }

  .work_cat {
    font-size: 1.3rem;
    padding: .5rem;
  }

  .work_title {
    font-size: 1.6rem;
    line-height: calc(21 / 16);
    margin-bottom: .5rem;
  }

  .work_cont_text {
    font-size: 1.4rem;
    line-height: calc(18 / 14);
  }


  .fixed>.sales_flex_img {
    position: fixed;
    /* バーが消えた時のカクツキ用 */
    transform: translate(0, 0.1rem);
  }
}