.bizrun {
  flex-direction: row;
  justify-content: center;
  display: block;
  gap: 9px;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.bizrun .flex-col {
  flex-direction: column;
  width: 100%;
  min-height: 650px;
}
.title_b{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.title_w{
  position: absolute;
  top: 0;
  left: 45%;
  width: 100%;
  z-index: 2;
  display: none;
  overflow: hidden;
}

.bizrun .flex-col-1 {
  align-items: flex-start;
  margin-left: 12.0px;
  min-height: 433px;
  width: 1200px;
  margin: auto;
  padding: 0px;
  position: relative;
}
.bizrun img.kamome{
    max-width: 70px;
    min-width: 40px;
    display: inline-block;
    width: 4.5vw;
    margin-top:2rem;
}
.bizrun .img_box{
    width: 55%;
    min-height: 652px;
    /* background-color: #E0E6EB; */
    /* background-color: #FFF; */
    margin:0px;
    padding:0px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.bizrun .img_box img,.flex-group .box .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}


.bizrun .title {
  line-height: 40px;
  margin-top: 5px;
  /* min-height: 69px;
  width: 1200px; */
  text-align: left;
  letter-spacing: 0.05vw;
}

.title_b div.title,.title_w div.title{
  font-family: var(--font-family-noto_sans_jp);
  font-size: clamp(20px, calc(1.2rem + 0.7vw), 36px)!important;
  margin-bottom:1.5rem;
  font-style: normal;
  font-weight: 700;
  width: fit-content;
  padding-right: .3rem;
  margin-top : 11rem;
}
.title_b div.title > b ,.title_w div.title > b  {
    font-family: var(--font-family-noto_sans_jp);
    font-size: clamp(26px, calc(1.2rem + 1vw), 42px)!important;
    font-style: normal;
    font-weight: 700;
}
.title_b div.title,.title_b div.description{
  color: #333;
  z-index: 1;
}

.title_w div.title,.title_w div.description{
  color: #FFF;
  z-index: 2;
  margin-left: -45%;
  overflow: hidden;
  text-shadow: 1px 1px 0 #333;
}

.bizrun h2.catch{
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  font-size: clamp(16px, calc(1rem + 0.7vw), 28px);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 100%;;
}
.bizrun .assignment{
  margin:auto;
  padding:5rem 0;
  width: 100%;
  max-width: 1200px;;
}
.bizrun h2.catch > b {
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  font-size: clamp(24px, calc(1.2rem + 1vw), 36px);
  font-style: normal;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.bizrun h2.catch > b::before {
  content: "•";
  position: absolute;
  top: -1rem;
  width: 100%;
  font-size: 1.3rem;
  color: #E37100;
}
.bizrun .catch_article{
    color: #333;
    font-family: var(--font-family-noto_sans_jp);
    font-size: clamp(16px, calc(1.2rem + 0.4vw), 18px);
    font-style: normal;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin: 1rem auto 2rem;
 }

.title_b div.description,.title_w div.description {
    /* color: #333; */
    font-family: var(--font-family-noto_sans_jp);
    font-size: clamp(16px, calc(1.2rem + 0.4vw), 18px);
    font-style: normal;
    font-weight: 400;

    line-height: 1.5rem;
    margin-bottom: 2rem;
    padding-right: .3rem;
}
.title_b div.description {
  width: 67%;
}
.title_w div.description {
  width: 55%;
}

.check-with-text {
  display: flex;
  align-items: center;
  margin-bottom:1rem;
}

.check-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #f58220;
    position: relative;
    box-sizing: border-box;
}

.check-icon::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 2px;
    width: 6px;
    height: 7px;
    border: solid #FFF;
    border-width: 0px 6px 0px 0;
    transform: rotate(45deg);
    z-index: 1;
    border-radius: 0 3px 0 0;
}
.check-icon::after {
    content: "";
    position: absolute;
    left: 7px;
    top: -5px;
    width: 9px;
    height: 18px;
    border: solid #f58220;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    z-index: 2;
}

.check-text {
    font-size: clamp(16px, calc(1rem + 0.5vw), 18px);
    color: #333;
    font-family: var(--font-family-noto_sans_jp);
    font-weight: 400;
    margin-left:0.5rem;
}
.check-text-comment {
    font-size: clamp(16px, calc(1rem + 0.5vw), 18px);
    color: #333;
    font-family: var(--font-family-noto_sans_jp);
    font-weight: 400;
    margin-left:1.5rem;
}

.check-text > b {
    font-size: clamp(20px, calc(1rem + 0.8vw), 22px);
    font-family: var(--font-family-noto_sans_jp);
    font-weight: 700;
}

.phase_box {
  width: 55%;
  margin-top : 11rem;
}
.banner_box{
  display: flex;
  flex-wrap: wrap;        
  gap: 16px 12px;  
  justify-content: flex-start;  
  max-width: 1200px;         
  margin: 2rem auto 1rem;  
}
.banner_box img{
  max-width: 204px;
  max-height: 27px;
}
.banner_comment{
  width: 100%;
  max-width: 1200px;
  margin:auto;
  text-align: right;
  font-size:14px;
  color:#333;
  font-family: var(--font-family-noto_sans_jp);
}
.cta-box:hover button {
    opacity: 0.5;
    text-decoration: none;
}
.flex-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}
.flex-group .box{
  width: 100%;
  max-width: 340px;
  padding: 1.5rem;
  background-color: #F7F6F4;
  text-align: center;;
}
.flex-group .box .title{  
  font-size: 20px;
  font-weight: bold;
  color: #213B56;
  width: 100%;
  text-align: center;
  min-height: fit-content;
  font-family: var(--font-family-noto_sans_jp);
}
.flex-group .box .article{
  font-size: 16px;
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  line-height: 1.5rem;
}
.flex-group .box .image{
  width:180px;
  height: 180px;
  object-fit: contain;
  background-color: #FFF;
  position: relative;
  margin:auto auto 1.5rem;
}
.bg_gray,.bg_white,.bg_gray_r,.bg_white_r {
  position: relative;
  width: 100%;
  min-height: 100px;
}
.bg_gray::before,.bg_white::before, .bg_gray_r::before, .bg_white_r::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.bg_gray,.bg_gray_r {
  background-color: #F7F6F4;
}
.bg_white,.bg_white_r {
  background-color: #FFF;
}
.bg_gray::before{
  top: -1.6vw;
  background-image: url("/wp-content/themes/unlock/assets/images/bizrun/bg_gray.png");
}
.bg_white::before{
  top: 0;
  background-image: url("/wp-content/themes/unlock/assets/images/bizrun/bg_white.png");
}
.bg_gray_r::before{
  top: -1.6vw;
  background-image: url("/wp-content/themes/unlock/assets/images/bizrun/bg_gray_r.png");
}
.bg_white_r::before{
  top: 0;
  background-image: url("/wp-content/themes/unlock/assets/images/bizrun/bg_white_r.png");
}
.approach,.features,.flow,.inquiry{
  width: 100%;
  /* max-width: 1200px; */
  margin: auto;
  padding: 3rem;
}
.bizrun h3{
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  font-size: clamp(20px, calc(1rem + 0.9vw), 32px);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin:1rem auto 2rem;
  width: 100%;;
}
.bizrun .title_eng{
  color: #E37100;
  font-family: var(--font-family-montserrat-bold);
  font-size: clamp(14px, calc(1rem + 0.6vw), 16px);
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.approach .box,.features .box{
  width: 100%;
  max-width: 1200px;
  margin: 1.5rem auto;
  padding: 4rem;
  text-align: center;
  background-color: #FFF;
}
.approach .box{
  
}
.features .box{
  border:1px solid #CBD8E4;
  border-radius: 8px;
}
.approach h4,.features h4{
  font-size: 24px;
  font-weight: bold;
  color: #213B56;
  width: 100%;
  text-align: center;
  min-height: fit-content;
  font-family: var(--font-family-noto_sans_jp);
}
.approach .article,.features .article{
  font-size: 16px;
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  line-height: 1.5rem;
  margin-top: 1rem;
}
.approach .article,.features .article,.inquiry .article{
  font-size: 16px;
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  line-height: 1.5rem;
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}

.approach .image,.features .image{
  width: 20%;
  object-fit: contain;
  border-radius: 50%;
  position: relative;
  text-align: center;
  padding-top: 2rem;
}
.approach .image img,.features .image img{
  width: 100%;
  max-width:120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%
}
.approach .explanation,.features .explanation{
  font-size: 14px;
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  line-height: 1.5rem;
  margin-top: 0.5rem;
  width: 100%;
  text-align: center;;
}
.approach .source,.features .source{
  margin: 2rem auto 1rem;
  display: inline-block;
}
.approach .source .article,.features .source .article{
  font-size: 16px;
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  line-height: 1.5rem;
  margin-top: 1rem;
  float: right;
  width: 80%;
  text-align: left;
  position: relative;
  padding: 2rem .2rem;
}
.approach .source .article::before,.features .source .article::before{
  font-family: "Font Awesome 5 Free";
  content: "\f10d"; /* quote-left の Unicode */
  font-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  top:0;
  left:0;
  color:#D8E6F1;
}
.approach .source .article::after,.features .source .article::after{
  font-family: "Font Awesome 5 Free";
  content: "\f10e"; /* quote-right の Unicode */
  font-weight: 900;
  margin-left: 0.3em;
  position: absolute;
  bottom:0;
  right:0;
  color:#D8E6F1;
}
.approach .source .article .text , .features .source .article .text{
  margin-bottom:1rem;
}
.approach .source .article  > a, .features .source .article  > a {
  font-size: 14px;
  color: #1A0DAB;
  text-decoration: underline;
  font-family: var(--font-family-noto_sans_jp);
  cursor: pointer;
  width: fit-content;
  display: inline-block;
}
.case_img{
  display: block;
  text-align: right;
}

.case_img img{
  max-width: 100%;
  border-radius: 10px;
}

.swiper-container-sup{
  position: relative;
  margin:1.5rem auto;
  max-width: 1200px;
  height: 330px;;
  width: 100%;
  overflow: hidden;
}
.swiper-slide
{ 
  max-width: 240px;;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 310px;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 50%;
  border:1px solid #213B56; 
}
.swiper-button-next{
  left:calc(20vw + 50px);
}
.swiper-button-prev{
  left:calc(20vw + 0px);
}
.swiper-button{
  left:calc(20vw + 120px);
}
.swiper-button-prev::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #213B56;
  border-right: 1px solid #213B56;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-button-next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #213B56;
  border-right: 1px solid #213B56;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
/* → */
.swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ← */
.swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.swiper-button{
  position: absolute;
  top: 288px;
  z-index: 10;
  cursor: pointer;
  background-color: #FFF;
}
.swiper-button > button {
  width: 200px;
  height: 40px;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 20px;
  border:1px solid #213B56; 
  color: #213B56;
}
.swiper-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #213B56;
  border-right: 1px solid #213B56;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translate(-50%, -50%);  
  transform: translate(-50%, -50%) rotate(45deg);
}
.swiper-slide .title{
  font-size: 16px;
  font-weight: bold;
  color: #213B56;
  width: 100%;
  text-align: left;
  min-height: fit-content;
  line-height: normal;
  font-family: var(--font-family-noto_sans_jp);
}
.swiper-slide .catch{
  font-size: 14px;
  color: #333;
  font-family: var(--font-family-noto_sans_jp);
  line-height: normal;
  width: 100%;
  margin:.5rem auto;
  text-align: left;
}
.swiper-slide .link{
  font-size: 14px;
  color: #333;
  /* text-decoration: underline; */
  font-family: var(--font-family-noto_sans_jp);
  line-height: normal;
  width: 100%;
  text-align: left;
  margin-top:.1rem;
  margin-left:.5rem;
}
.swiper-slide .link a{
  text-decoration: underline; 
  position: relative;
}
.article a:hover,
.swiper-slide .link:hover a,
.swiper-button:hover button,
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.5;
  color:#333;
}
.link,
.link:hover{
    color: #004b8d;
    text-decoration: underline;
    opacity: 1;
    cursor: auto;
}
.link a,
a div.link{
  cursor: pointer!important;
}

.link .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: #333 solid 1px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.link .arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  left: 39%;
  transform: translate(-50%, -50%);  
  transform: translate(-50%, -50%) rotate(45deg);
}
.link {
  position: relative;
  width: fit-content;
}
.link .square{
  width:10px;
  height:7px;
  border:1px solid #1A0DAB;
  background-color: #FFF;
  position: absolute;
  top: 10px;
  right: 2px;
  display: inline-block;
}
.link .square::before{
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  border: 1px solid #1A0DAB;
  background-color: #FFF;
  position: absolute;
  top: -4px;
  right: -4px;
}
.solution-table {
  display: table;
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin:auto;
  border-collapse: collapse;
  font-family: sans-serif;
  position: relative;
}
.cell.phase-title,
.cell.phase,
.cell.service-title,
.cell.services{
  min-width: 220px;
}
.cell.problem-title,
.cell.problem{
  min-width: 760px;
}

.solution-table .check-text{
  white-space: nowrap;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid #ccc;
  padding: 1rem;
  line-height: normal;
}

.header .cell {
  background-color: #213B56;
  color: white;
  font-weight: bold;
  text-align: center;
}

.phase-title {
  width: 10%;
}

.problem-title {
  width: 60%;
}

.service-title {
  width: 30%;
}

.phase {
  background-color: #f4f4f4;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.services a {
  color: #004b8d;
  text-decoration: underline;
  display: inline-block;
  /* margin-bottom: 0.3rem; */
}
.solution{
  width:100%;
  /* overflow-x:hidden; */
  -webkit-overflow-scrolling: touch;
}
.cell.phase{
  background-color: #213B56;
  color: #FFF;
  height: 112px;
  position: relative;
}
.phase_arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 27px 0 27px;
  border-color: #CCC transparent transparent;
  translate: -50% 100%;
  z-index: 1;
}
.cell.phase-title {
  position: relative; /* ← relative を忘れずに */
}

.cell.phase-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 223px;              /* 線の長さ */
  height: 2px;              /* 線の太さ */
  background-color: #CCC;   /* 線の色 */
  transform: rotate(14deg); /* 斜めに */
  transform-origin: top left; /* 回転の起点を左上に */
}
.phase_arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 13.7px 23.1px 0 23.1px;
  border-color: #213b56 transparent transparent;
  translate: -50% 100%;
  z-index: 2;
}
.cell.problem .check-with-text{
  width: calc(50% - 0.5rem); 
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: middle;
  margin-bottom:0;
  line-height: 2rem;
  padding-left: 2rem;
}
.cell.problem .check-text{
  font-size: 14px;
}
.cell.services .link{
  font-size: 14px;
}
.bg-color-cell1 {
  background-color: #FAFAFA;
}
.bg-color-cell2{
  background-color: #E0E6EB;
}
@media screen and (width >= 1060px) and (width <= 1200px) {
  .bizrun ,
  .bizrun .flex-col,
  .bizrun .flex-col-1,
  .bizrun .title{
    width: 100%!important;
    max-width:1052px;
  }
  .bizrun .description{
    width: 68%
  }
 .solution{
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    -ms-overflow-style: auto;
    scrollbar-width: thin;    
  }

  .bizrun .group-container {
    display: block;
    justify-items: center;
    margin-top: 50px;
    margin-left:auto;
    margin-right:auto;
  }
  .bizrun .group-container .content {
    position: relative;
    display: block;
    margin-top: 3rem;
  }
  .bizrun .polygon-1{
    margin-top: 152px;
  }
  .bizrun .text_bizrun{
    margin-left:0;
  }
  .title_b div.description{
    width: 63%
  }
  .title_w div.description{
    width: 59%
  }
}
@media screen and (max-width: 1120px) {
  .bizrun ,
  .bizrun .flex-col,
  .bizrun .flex-col-1,
  .bizrun .title{
    width: 100%!important;
    max-width: 100%!important;
  }
  .bizrun{
    padding: 0 1rem 3rem; 
    margin-top:0;
  }
  .title_w div.description{
    width: 67%
  }
  .bizrun .img_box{
    width: 50%
  }
  .bizrun_detail .title,
  .bizrun_detail .title > b{
    font-size: var(--font-size-xxxl);
    min-height: auto;
  }
  .bizrun .flex-col-1,
  .bizrun .flex-col{
    padding:0;
  }
  .phase .item,
  .phase .item .box {
    width: 100%;
    max-width: 100%;
  }

  .bizrun h2.catch{
    line-height: 2.5rem;;
  }
  .bizrun h2.catch > b::before {
    top: -1.1rem;
  }  
 .solution{
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    -ms-overflow-style: auto;
    scrollbar-width: thin;    
  }  
  .phase_box{
    margin-top:13rem;
  }
  .title_b div.title,.title_w div.title{
    margin-top: 8rem;
  }
  .title_w{
    left: 50%;
  }
  .title_w div.description{
    margin-left:-50%;
  }
  .bizrun .img_box{
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .bizrun{
    padding: 0 0 3rem;
  }
  .bizrun_group{
    margin-top:1rem;
  }
  .title_b{
    position: relative;
    margin:1rem 0;
    line-height: 30px;
  } 
  .title_b div.title{
    position: relative;
    margin:0 0 1rem;;
  }
  .title_w{
    display: none;
  }
  .phase .item,
  .phase .item .box,
  .phase_box {
    width: 100%;
    max-width: 100%;
    margin-top:1rem;
  }
  .bizrun .img_box{
      width: 100%;
      min-height: unset;
      /* background-color: #E0E6EB; */
      margin:0 auto 1rem;
      padding:0px;
      position: relative;
      z-index: 0;
      margin-top:0;
  }
  .bizrun .img_box img{
    position: relative;
  }
  .bizrun .description{
    width: 100%!important;
    font-size: 14px;
  }
  .cta-buttons{
    gap:40px;
  }
  .phase .item{
    padding:1rem 0.5rem;
  }
  .bizrun .title{
    letter-spacing: 0;
  }

  .title_b div.title{
    margin-top:0;
    letter-spacing: 0.5vw!important;
  }
  .check-text{
    font-size: 14px;
  }
  .check-text-comment
  {
    font-size: 14px;
    margin-left: 0;
  }

  .check-with-text {
    width: 90%;
    margin: 0 auto 1rem;
  }
  .banner_box img{
    justify-content: center; 
  }
  .banner_comment{
    text-align: left;
  }
  .bizrun h2.catch{
    line-height: 2rem;;
  }
  .flex-group .box{
    max-width: unset;
    padding:1rem;
    display: flex;;
  }
  .bizrun div.catch_article{
    text-align: left;
    margin: 1rem auto ;
  }
  .flex-group .box .image{
    margin:0 auto;
  }
  .flex-group .box .item{
    width: 60%!important;
    display: flex;
    align-items: center; 
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
  }
  .flex-group .box .title{  
    text-align: left;
    padding-left:0.5rem;
    font-size: clamp(14px, calc(1rem + 0.5vw), 18px);
    line-height: 20px;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .flex-group .box .article{
    text-align: left;
    padding-left:0.5rem;
    font-size: clamp(12px, calc(0.9rem + 0.5vw), 16px);
    width: 100%;
  }
  .flex-group .box img{
    height: auto;
    margin-bottom:0;
  }
  .approach .box,.features .box{
    width: 100%;
    margin: .5rem auto;
    padding: 1rem;
    text-align: center;
    background-color: #FFF;
  }
  .approach .image, .features .image,
  .approach .source .article, .features .source .article{
    width: 100%;
  }
  .approach .image, .features .image{
    display: flex;
    align-items: center; 
    justify-content: center;
    vertical-align: middle;
    margin-left: 1rem;
  }
  .approach .explanation, .features .explanation{
    text-align: left;
    margin-left:1rem;
  }
  .approach .source .article, .features .source .article{
    padding:1.5rem 1rem;
  }
  .swiper-button > button{
    width: 180px;;
  }
  .swiper-button-next{
    left:unset;
    right:calc(0vw);
  }
  .swiper-button-prev{
    left:unset;
    right:calc(50px);
  }
  .swiper-button{
    left:calc(0px);
  }
  .bizrun .assignment,
  .approach, .features, .flow, .inquiry{
    padding-top:2rem!important;
  }
  .bizrun .flex-col-1,
  .bizrun .assignment,
  .bizrun .banner_box,
  /* .bizrun .discription, */
  .approach, .features, .flow, .inquiry{
    padding:1rem;
  }
  .bizrun .banner_comment
  {
    padding:0 1rem;
  }
  .approach h4, .features h4{
    font-size: 16px;
  }
  .approach .source .article, .features .source .article,
  .approach .article, .features .article, .inquiry .article{
    font-size:14px;
  }
  .approach .source, .features .source{
    margin:0 auto;
  }
  .approach .source .article, .features .source .article{
    padding-top:1.5rem;
  }
  .approach .image, .features .image{
    padding-top:.5rem;
  }
  .flex-group{
    margin-top:1rem;
  }
   .solution{
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    -ms-overflow-style: auto;
    scrollbar-width: thin;    
  }
}

@media screen and (max-width: 468px) {

  .approach .image, .features .image{
    margin-left:0;
  }
  .approach .image img, .features .image img {
    max-width: 100px;
    max-height: 100px;
  }
  .approach .source .article, .features .source .article {
    padding: 1.5rem 0.5rem;
  }
  .approach .article, .features .article, .inquiry .article{
    text-align:left;
  }
}
