.page_title, .point .point_title {
  font-size: 3.4rem;
}

@media screen and (max-width: 980px) {
  .page_title, .point .point_title {
    font-size: 2.69841rem;
  }
}

@media screen and (max-width: 500px) {
  .page_title, .point .point_title {
    font-size: 4.53333vw;
  }
}

.point .point_text {
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  .point .point_text {
    font-size: 1.19048rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_text {
    font-size: 3.33333vw;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .flex {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .thum_img img {
    width: 100%;
  }
}

.thumbox {
  flex-wrap: nowrap;
}

@media screen and (max-width: 500px) {
  .thumbox {
    flex-wrap: wrap;
  }
}

.thumbox li {
  position: relative;
  width: calc(100%/3);
  height: 400px;
  padding: 28px 0 29px;
  border-right: 1px solid #102d87;
  background-color: #ffffff;
}

@media screen and (max-width: 980px) {
  .thumbox li {
    height: 31.74603rem;
    padding: 2.22222rem 0 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li {
    width: 100%;
    height: auto;
    padding: 5.33333vw 3.33333vw 5.33333vw;
    border-right: none;
  }
}

.thumbox li:nth-of-type(2) .caption {
  padding: 0 17px 0;
}

@media screen and (max-width: 980px) {
  .thumbox li:nth-of-type(2) .caption {
    padding: 0 1.34921rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(2) .caption {
    padding: 1.33333vw 0 0;
  }
}

.thumbox li:nth-of-type(2) .thum_text {
  padding: 0 8px 0;
}

@media screen and (max-width: 980px) {
  .thumbox li:nth-of-type(2) .thum_text {
    padding: 0 0.63492rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(2) .thum_text {
    padding: 0;
  }
}

.thumbox li:last-of-type {
  border-right: none;
}

.thumbox li .caption {
  margin-top: 10px;
  padding: 0 25px 0;
}

@media screen and (max-width: 980px) {
  .thumbox li .caption {
    margin-top: 0.79365rem;
    padding: 0 1.98413rem 0;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li .caption {
    padding: 1.33333vw 0 0;
  }
}

.thumbox li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 134px;
  margin-left: 20px;
  content: "";
}

@media screen and (max-width: 980px) {
  .thumbox li:before {
    width: 1.34921rem;
    height: 10.63492rem;
    margin-left: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .thumbox li:before {
    width: 3.06667vw;
    height: 35.73333vw;
    margin-left: 4.667vw;
  }
}

.thumbox li:nth-of-type(1):before {
  background-image: url("./../../../../img/support-service/flag01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.thumbox li:nth-of-type(2):before {
  background-image: url("./../../../../img/support-service/flag02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.thumbox li:nth-of-type(3):before {
  background-image: url("./../../../../img/support-service/flag03.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  .thumbox li:nth-of-type(1n+2) {
    margin-top: 4.66667vw;
  }
}

.thum_caption {
  color: #f18500;
  font-size: 2.4rem;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .thum_caption {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption {
    font-size: 5vw;
    line-height: 6.5vw;
  }
}

.thum_caption span {
  display: inline-block;
  transform: skew(-15deg);
}

.thum_caption + .num-box {
  color: #ff8d00;
  font-weight: 700;
  text-align: center;
}

.thum_caption + .num-box .num {
  font-size: 5.8rem;
}

@media screen and (max-width: 980px) {
  .thum_caption + .num-box .num {
    font-size: 4.60317rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption + .num-box .num {
    font-size: 13vw;
  }
}

.thum_caption + .num-box .min-font {
  font-size: 2.4rem;
}

@media screen and (max-width: 980px) {
  .thum_caption + .num-box .min-font {
    font-size: 1.90476rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_caption + .num-box .min-font {
    font-size: 5.06667vw;
  }
}

.thum_text {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 26px;
}

@media screen and (max-width: 980px) {
  .thum_text {
    font-size: 1.26984rem;
    line-height: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .thum_text {
    font-size: 3.2vw;
  }
}

.main-visual {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #0a2986;
}

.main-visual .section-inner {
  position: relative;
}

@media screen and (max-width: 500px) {
  .main-visual .section-inner {
    z-index: 1;
  }
}

.main-visual_contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 1000px;
  height: 300px;
  background-image: url("./../../../../img/add-value/manufacturing/mv.png");
  background-position: top left;
  background-size: cover;
}

@media screen and (max-width: 1300px) {
  .main-visual_contents {
    width: 78%;
  }
}

@media screen and (max-width: 980px) {
  .main-visual_contents {
    right: 0;
    width: 78%;
    height: 23.80952rem;
    background-position: center;
  }
}

@media screen and (max-width: 500px) {
  .main-visual_contents {
    width: 57.2vw;
    height: 46vw;
    background-image: url("./../../../../img/add-value/manufacturing/mv_sp.png");
    background-position: top left;
  }
}

@media screen and (max-width: 980px) {
  .main-visual {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual {
    height: 46vw;
  }
}

.main-visual .main-visual_titlebox {
  display: table-cell;
  z-index: 50;
  position: relative;
  height: 300px;
  vertical-align: middle;
}

@media screen and (max-width: 980px) {
  .main-visual .main-visual_titlebox {
    height: 23.80952rem;
  }
}

@media screen and (max-width: 500px) {
  .main-visual .main-visual_titlebox {
    height: 46vw;
  }
}

.page_title {
  color: #0a2986;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .page_title {
    font-size: 5.86667vw;
  }
}

.page_text {
  margin-top: 23px;
  font-size: 1.8rem;
  line-height: 32px;
  text-align: center;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .page_text {
    margin-top: 1.8254rem;
    font-size: 1.42857rem;
    line-height: 2.53968rem;
  }
}

@media screen and (max-width: 500px) {
  .page_text {
    width: 91%;
    margin: 3.06667vw auto 0;
    text-align: left;
  }
}

.point {
  position: relative;
  max-width: 2000px;
  margin: 48px auto 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0a2986;
}

@media screen and (max-width: 980px) {
  .point {
    margin: 3.80952rem auto 0;
  }
}

@media screen and (max-width: 500px) {
  .point {
    margin: 6.4vw auto 0;
  }
}

@media screen and (max-width: 980px) {
  .point {
    padding-top: 2.38095rem;
    padding-bottom: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .point {
    padding-top: 6.66667vw;
    padding-bottom: 6.66667vw;
  }
}

.point .section-inner {
  z-index: 1;
  position: relative;
}

.point .point_title {
  color: #0a2986;
}

.point .point_text {
  color: #ff8d00;
}

@media screen and (max-width: 500px) {
  .point .point_text {
    margin-top: 0vw;
  }
}

@media screen and (max-width: 500px) {
  .point .point_textbox {
    padding: 0 2.66667vw;
  }
}

@media screen and (max-width: 500px) {
  .point .point_results {
    width: 80%;
    margin: 0 auto;
  }
}

.point .point_results-desc {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 980px) {
  .point .point_results-desc {
    margin-top: 1.5873rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .point .point_results-desc {
    margin-top: 2vw;
    font-size: 3.46667vw;
  }
}

.point .btnbox {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .point .btnbox {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .point .btnbox {
    margin-top: 6.66667vw;
  }
}

.point .btnbox .btnlink span {
  color: #ffffff;
}

.point .btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 501px) {
  .point .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .point .btnbox .btnlink:hover span {
    color: #0a2986;
  }
}

.feature + .btnbox {
  margin-top: 37px;
}

.feature + .btnbox .btnlink {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 16px 0;
  border: 1px solid #00367e;
}

@media screen and (max-width: 980px) {
  .feature + .btnbox .btnlink {
    width: 31.74603rem;
    padding: 1.26984rem 0;
  }
}

@media screen and (max-width: 500px) {
  .feature + .btnbox .btnlink {
    width: 80%;
    padding: 3.89105% 0;
  }
}

.feature + .btnbox .btnlink:after {
  right: 0;
  left: 0;
  width: 100%;
}

.feature + .btnbox .btnlink span {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .feature + .btnbox .btnlink span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .feature + .btnbox .btnlink span {
    font-size: 3.2vw;
  }
}

.feature + .btnbox .btnlink span:before {
  right: 28px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
}

@media screen and (max-width: 980px) {
  .feature + .btnbox .btnlink span:before {
    right: 2.22222rem;
    width: 0.55556rem;
    height: 0.55556rem;
    margin-top: -0.31746rem;
  }
}

@media screen and (max-width: 500px) {
  .feature + .btnbox .btnlink span:before {
    right: 3.222vw;
    width: 1.556vw;
    height: 1.556vw;
    margin-top: -0.31746vw;
  }
}

.feature + .btnbox .btnlink:after {
  background-color: #00367e;
}

.feature + .btnbox .btnlink:after {
  transition: all 0.1s cubic-bezier(1, 0, 0, 1);
}

.feature + .btnbox .btnlink span {
  transition: none;
}

.feature + .btnbox .btnlink span:before {
  transition: visibility 0.1s cubic-bezier(1, 0, 0, 1);
}

.feature + .btnbox .btnlink .icon {
  position: relative;
  transition: color 0.1s cubic-bezier(1, 0, 0, 1);
}

.feature + .btnbox .btnlink .icon:before {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  transform: translateY(-50%) rotate(0);
  border: none;
  background-image: url("./../../../../img/add-value/trading/icon03.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  transition: none;
}

@media screen and (max-width: 980px) {
  .feature + .btnbox .btnlink .icon:before {
    left: 3.1746rem;
    width: 2.38095rem;
    height: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .feature + .btnbox .btnlink .icon:before {
    left: 3.333vw;
    width: 5.86667vw;
    height: 5.86667vw;
  }
}

.feature + .btnbox .btnlink .icon:after {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background-image: url("./../../../../img/add-value/trading/icon03_on.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(1, 0, 0, 1);
}

@media screen and (max-width: 980px) {
  .feature + .btnbox .btnlink .icon:after {
    left: 3.1746rem;
    width: 2.38095rem;
    height: 2.38095rem;
  }
}

@media screen and (min-width: 501px) {
  .feature + .btnbox .btnlink:hover:after {
    right: 0;
    left: auto;
    width: 100%;
    background-color: #ffffff;
  }
  .feature + .btnbox .btnlink:hover span {
    color: #00367e;
    transition: color 0.1s cubic-bezier(1, 0, 0, 1);
  }
  .feature + .btnbox .btnlink:hover .icon {
    color: #00367e;
    transition: none !important;
  }
  .feature + .btnbox .btnlink:hover .icon:after {
    opacity: 1;
  }
}

.feature {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .feature {
    margin-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .feature {
    margin-top: 8vw;
  }
}

.feature .subtitle-h3 {
  margin-bottom: 25px;
}

@media screen and (max-width: 980px) {
  .feature .subtitle-h3 {
    margin-bottom: 1.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .subtitle-h3 {
    margin-bottom: 3.33333vw;
  }
}

.feature .title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .feature .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .title-h4 {
    font-size: 3.46667vw;
  }
}

.feature .title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.feature .title-h4 + .text {
  margin-top: 10px;
}

.feature .text {
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .feature .text {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .text {
    font-size: 2.93333vw;
  }
}

.feature .scop {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .feature .scop {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .scop {
    margin-top: 5.33333vw;
    overflow: hidden;
  }
}

.feature .scop_title {
  color: #0a2986;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .feature .scop_title {
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .scop_title {
    font-size: 3.33333vw;
  }
}

.feature .scop_img {
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  .feature .scop_img {
    margin-top: 1.5873rem;
    margin-bottom: 0.79365rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .scop_img {
    margin-top: 2.66667vw;
    margin-bottom: 1.33333vw;
    overflow-x: scroll;
  }
}

.feature .scop_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .feature .scop_img img {
    width: 149.33333vw;
  }
}

.feature .scop_comment {
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .feature .scop_comment {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .scop_comment {
    font-size: 3.2vw;
  }
}

.feature .scop_data {
  font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
  .feature .scop_data {
    font-size: 0.95238rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .scop_data {
    margin-top: 2vw;
    font-size: 2.93333vw;
  }
}

.feature .scop + .text {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .feature .scop + .text {
    margin-top: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .scop + .text {
    margin-top: 5.33333vw;
  }
}

.feature .flow {
  margin-bottom: 40px;
}

.feature .flow_main-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 57px;
  margin-bottom: 15px;
  padding-top: 57px;
  background-image: linear-gradient(to right, #d3d3d3, #d3d3d3 1px, transparent 1px, transparent 2px);
  background-position: top;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

@media screen and (max-width: 980px) {
  .feature .flow_main-title-box {
    margin-top: 4.52381rem;
    padding-top: 4.52381rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow_main-title-box {
    margin-top: 7.6vw;
    padding-top: 7.6vw;
  }
}

.feature .flow_main-title {
  color: #0a2986;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .feature .flow_main-title {
    font-size: 1.5873rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow_main-title {
    font-size: 3.73333vw;
  }
}

.feature .flow_list {
  color: #0a2986;
  font-size: 1.3rem;
}

@media screen and (max-width: 980px) {
  .feature .flow_list {
    font-size: 1.03175rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow_list {
    font-size: 2.66667vw;
  }
}

.feature .flow_list a {
  position: relative;
  margin-right: 30px;
  border-bottom: 1px solid transparent;
  color: #0a2986;
}

@media screen and (min-width: 501px) {
  .feature .flow_list a:hover {
    border-bottom: 1px solid #0a2986;
  }
}

@media screen and (max-width: 980px) {
  .feature .flow_list a {
    margin-right: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow_list a {
    margin-right: 6.66667vw;
  }
}

.feature .flow_list a.icon-pdf:after {
  position: absolute;
  top: 0;
  right: -30px;
  width: 21px;
  height: 21px;
  background-image: url("./../../../../img/add-value/manufacturing/icon-pdf.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .feature .flow_list a.icon-pdf:after {
    right: -2.38095rem;
    width: 1.66667rem;
    height: 1.66667rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow_list a.icon-pdf:after {
    right: -6.66667vw;
  }
}
div.textbox{display: block; width: 100%; margin-bottom: 1em;}
.feature .flow_title {
  margin-bottom: 12px;
  margin-left: -8px;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and (max-width: 980px) {
  .feature .flow_title {
    margin-bottom: 1.26984rem;
    margin-left: -0.63492rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow_title {
    margin-bottom: 2.13333vw;
    margin-left: -1.33333vw;
    font-size: 3.2vw;
  }
}

.feature .flow-box {
  margin-bottom: 80px;
}

@media screen and (max-width: 980px) {
  .feature .flow-box {
    margin-bottom: 6.34921rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow-box {
    margin-bottom: 10.66667vw;
  }
}

@media screen and (max-width: 980px) {
  .feature .flow {
    margin-bottom: 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow {
    margin-bottom: 5.33333vw;
  }
}

.feature .flow:last-of-type {
  margin-bottom: 0;
}

.feature .flow dl {
  display: flex;
  width: 540px;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}

@media screen and (max-width: 980px) {
  .feature .flow dl {
    width: 42.85714rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow dl {
    width: 100%;
  }
}

.feature .flow dl:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

.feature .flow dl span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 980px) {
  .feature .flow dl span {
    font-size: 1.11111rem;
  }
}

@media screen and (max-width: 500px) {
  .feature .flow dl span {
    font-size: 2.93333vw;
  }
}

.feature .flow dl span:nth-of-type(1n+2) {
  margin-top: 5px;
}

.feature .flow dl dt {
  width: 200px;
  padding: 15px 20px;
  background-color: #f0f3fd;
}

@media screen and (max-width: 980px) {
  .feature .flow dl dt {
    width: 15.87302rem;
    padding: 1.19048rem 1.5873rem;
  }
}

.feature .flow dl dd {
  width: 340px;
  padding: 15px 20px;
}

@media screen and (max-width: 980px) {
  .feature .flow dl dd {
    width: 26.98413rem;
    padding: 1.19048rem 1.5873rem;
  }
}

.contact {
  margin-top: 0;
}

.contact .btnbox {
  text-align: center;
}
span.av_title::before{
	content: "Add-Value";
	display: inline-block;
	margin-right: 0.25em;
}

/*Add-valueページNEWS*/
.news-area{
    max-width: 940px;
    margin: 48px auto 0;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.news-area .section-inner{
    width: 400px;
    box-sizing: border-box;
    border: 1px solid #0a2986;
    background: #e8ebf5;
}
.news-area .section-inner.case_studies{
    border: 1px solid #0a2986;
    background: #e8ebf5;
}
.news-area .section-inner a{
    display: block;
    position: relative;
    border-right: 30px solid #FFF;
    padding: 15px 0 0;
}
.news-area .section-inner.case_studies a{
    border-right: 30px solid #0a2986;
}
.news-area .section-inner a:before {
    position: absolute;
    content: '製造業向け｜動画コンテンツ';
    top: -20px;
    left: -1px;
    width: 240px;
    height: 30px;
    line-height:2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.45rem;
    background: #0a2986;
}
.news-area .section-inner.case_studies a:before {
    display: none;
}
.news-area .section-inner .news-area_title{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px 0px 15px 25px;
    height: 73px;
    color: #0a2986;
    font-size: 2.2rem;
    font-weight: 700;
    transition: opacity 0.8s;
}
.news-area .section-inner.case_studies .news-area_title{
    padding: 0px 0px 20px 25px;
    color: #0a2986;
    font-size: 2rem;
}
.news-area .section-inner .news-area_title span{
    display: block;
    font-size: 1.5rem;
    font-weight:normal;
}
.news-area .section-inner a:hover .news-area_title{
    opacity:0.6;
}

.news-area .section-inner.case_studies a::after{
    background: #0a2986;
    color: #fff;
}
.news-area .section-inner .news-area_title:before {
    position: absolute;
    top: 52%;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    content: '';
    transition:  0.3s;
    right: -4.8%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    z-index: 100;
}

.news-area .section-inner a:hover .news-area_title:before{
    right: -6%;
    border-color: #0a2986;
}
.news-area .section-inner.case_studies .news-area_title:before,
.news-area .section-inner.case_studies  a:hover .news-area_title:before{
    border-color: #fff;
}

@media screen and (max-width: 980px) {
    .news-area {
        width: 93.33333%;
        margin-top: 2.38095rem;
        margin-bottom: 2.38095rem;
    }
    .news-area .section-inner{
        width: 49%;
    }
    .news-area .section-inner a:before{
        width: 21.97841rem;
        height: 2.71481rem;
        font-size: 1.28486rem;
        line-height: 2.2;
        top: -12px;
    }
    .news-area .section-inner .news-area_title{
        font-size: 2.47841rem;
        font-weight: 600;
    }
    .news-area .section-inner.case_studies .news-area_title{
        line-height: 1.5;
    }
    .news-area .section-inner .news-area_title span{
        font-size: 1.42857rem;
    }
    .news-area .section-inner .news-area_title:before{
        right: -4.2%;
    }
    .news-area .section-inner a:hover .news-area_title:before{
    right: -5.5%;
    }
}

@media screen and (max-width: 500px) {
    .news-area {
        margin-top: 6.66667vw;
        margin-bottom: 6.66667vw;
        flex-wrap: wrap;
        width: 94.66667%;
    }
    
    .news-area .section-inner{
        width: 100%;
    }
    .news-area .section-inner.case_studies{
        margin-bottom: 6.66667vw;
    }
    .news-area .section-inner a{
        padding: 2.26667vw;
    }
    .news-area .section-inner a:before{
        top: -3.8vw;
        left: -0.3vw;
        width: 44.4vw;
        height: 5.6vw;
        font-size: 2.83333vw;
        line-height: 2;
    }
    .news-area .section-inner.case_studies a,.news-area .section-inner a{
        border-right-width: 25px;
    }
    .news-area .section-inner .news-area_title{
        width: 100%;
        height: 10.5vw;
        padding: 1vw 1.8vw 0;
        font-size: 3.96667vw;
    }
    .news-area .section-inner.case_studies .news-area_title{
        height: 7vw;
        padding: 0 1.8vw;
        line-height: 1.8;
        font-size: 3.86667vw;
    }
    .news-area .section-inner .news-area_title span{
        font-size: 2.83333vw
    }
    .news-area .section-inner .news-area_title:before{
        right: -3.8%;
    }
}



/*# sourceMappingURL=../../../../css-map/pages/add-value/manufacturing/index.css.map */
