

business-middle-case-tc461-wrap {
  padding-bottom:40px;
}
business-middle-case-tc461-wrap img {
  width: 100%;
}
business-middle-case-tc461-wrap, business-middle-case-tc461-wrap div, business-middle-case-tc461-wrap h1, business-middle-case-tc461-wrap h2, business-middle-case-tc461-wrap h3, business-middle-case-tc461-wrap h4, business-middle-case-tc461-wrap p {
  box-sizing: border-box;
}


.b4ct__hero {
  margin-bottom: 40px;
  padding: 40px 0;
  /*
  background: #004da1;
  background-image: linear-gradient(20deg, rgba(0, 77, 161, 1), rgba(0, 0, 0, 1));
  */
  background: url(../images/back-v2.webp) no-repeat 50% 50%;
  background-size: cover;
}
.b4ct__hero .hero-inner {
  margin: auto;
  width: 90%;
  max-width: 1140px;
  display: flex;
  align-items: center;
}
.b4ct__hero .hero-txt {
  text-align: left;
  width: 75%;
}
.b4ct__hero .hero-img {
  text-align: center;
  margin: auto;
  width: 25%;
}
.b4ct__hero .hero-logo {
  margin-bottom: 40px;
  width: 100%;
  max-width: 180px;
}
.b4ct__hero h1 {
  font-size: clamp(24px, 0.955rem + 2.73vw, 48px);
  color: #fff;
  font-weight: 900;
  width: 100%;
  margin-bottom:10px;
}
.b4ct__hero p {
  font-size: clamp(16px, 0.818rem + 0.91vw, 24px);
  color: #fff;
}
.b4ct__hero .hero-img img {
  margin: auto;
  width: 100%;
  max-width: 280px;
}

@media screen and (max-width: 767px) {
.b4ct__hero {
  margin-bottom: 20px;
  padding: 20px 0;
}
.b4ct__hero .hero-inner {
  display: block;
}
.b4ct__hero .hero-inner div {
  width: 100%;
}
.b4ct__hero .hero-logo {
  margin-bottom: 20px;
  max-width: 110px;
}
.b4ct__hero .hero-img {
  margin: auto;
  padding-top: 20px;
  text-align: center;
}
.b4ct__hero .hero-img img {
  margin: auto;
  width: 80%;
}
}


.btn_link{
  margin:auto;
  width: calc(100% - 20px);
  max-width: 1140px;
  text-align: right;
}
.btn_link a{
  position: relative;
  color:#4472c4;
  padding-right:15px;
  padding-bottom:2px;
  border-bottom: 1px solid #4472c4;
  font-size:clamp(16px, 0.909rem + 0.45vw, 20px);
  font-weight:bold;
}
.btn_link a::after{
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #4472c4;
  content: '';
}
.btn_link a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .btn_link{
    width:90%;
  }
}


.sec-block{
  padding-top:40px;
  padding-bottom:40px;
  text-align:center;
}
.feature__title h2{
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  color: #484848;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1;
  text-align:center;
}
.feature__body {
  margin:40px auto 0 auto;
  display: flex;
  width: calc(100% - 20px);
  max-width: 1140px;
  justify-content: space-between;
}
.feature__cont {
  width: 30%;
  margin: 0 auto;
  background-image: linear-gradient(rgba(175, 178, 180, 0.6) 0%, rgba(175, 178, 180, 0.6) 33px, rgba(175, 178, 180, 0) 306px);
  border-radius: 20px;
  padding: 30px 30px 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align:left;
  margin-bottom:40px;
  gap:20px;
}

@media screen and (max-width: 767px) {
.feature__body {
  flex-direction: column;
}
.feature__cont {
  padding: 20px;
  width: 100%;
}
}
  
  
  

.feature__contHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom:10px;
}


.feature__contNum {
  display: inline-block;
  font-family: "Roboto", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: bold;
  /* -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(-40deg, #0672bc 0%, #6d5f9c 70%, #dd4a78 100%); */
  color: #131b55;
  font-size: 20px;
}

.feature__cHttl {
  letter-spacing: .04em;
  font-size: 16px;
  font-weight: bold;
  margin:0;
  padding-left:8px;
  line-height:1.4;
}

.feature__cIimg {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  z-index: 1
}
.feature__cIimg::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(-40deg, #0672bc 0%, #0672bc 25%, #6d5f9c 65%, #dd4a78 90%); */
  background-image: linear-gradient(#131b55 0%, #131b55 90%);
  opacity: .7;
  -webkit-filter: blur(1.5rem);
  filter: blur(1.5rem);
  z-index: -1
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
/* .swiper {
  border-radius: 1rem
}
.swiper-pagination {
  text-align: left
}
.swiper-pagination-bullet-active {
  background: #dd4a78
} */

.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 0;
}
@media screen and (min-width: 750px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px
  }
}
@media screen and (max-width: 749px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px
  }
}