.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;
  }
}

.title-h4 {
  font-size: 2.2rem;
}

@media screen and (max-width: 980px) {
  .title-h4 {
    font-size: 1.74603rem;
  }
}

@media screen and (max-width: 500px) {
  .title-h4 {
    font-size: 3.4vw;
  }
}

.title-h4:before {
  height: 24px;
  margin-top: calc(-21px/2);
}

.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/denchoho/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/denchoho/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;
}

@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%;
    font-size: 3.6vw;
    margin: 3.06667vw auto 0;
  }
}

.contact {
	margin-top: 0;
}

.task {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .task {
    margin-top: 4.7619rem;
  }
}

@media screen and (max-width: 500px) {
  .task {
    margin-top: 8vw;
  }
}

.anxieties {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .anxieties {
    margin-top: 4.0816326531rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties {
    display: block;
    margin-top: 9.3333333333vw;
  }
}

.anxieties__item {
  width: 340px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .anxieties__item {
    width: 26.98413rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties__item {
    width: 220px;
    margin: auto;
  }
}

.anxieties__item:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 980px) {
  .anxieties__item:not(:first-child) {
    margin-left: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties__item:not(:first-child) {
    margin: 6.66667vw auto 0;
  }
}

.anxieties__item img {
  width: 100%;
  height: auto;
}

.anxieties:after {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 32px 106px 0 106px;
  border-style: solid;
  border-color: #0a2986 transparent transparent transparent;
  content: '';
}

@media screen and (max-width: 980px) {
  .anxieties:after {
    bottom: -4.7619rem;
    border-width: 2.53968rem 8.4127rem 0 8.4127rem;
  }
}

@media screen and (max-width: 500px) {
  .anxieties:after {
    bottom: -8vw;
    border-width: 4.26667vw 14.13333vw 0 14.13333vw;
  }
}

.task_important {
  position: relative;
  width: 100%;
  margin: 85px 0 0;
  padding: 50px 0 40px;
  border: solid 4px #ef8400;
  background: #fff9f3;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .task_important {
    margin: 6.74603rem 0 0;
    padding: 3.96825rem 3.1746rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important {
    margin: 11.33333vw 0 0;
    padding: 5.33333vw 3.4vw 6.66667vw;
  }
}

.task_important_heading {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #0a2986;
  font-size: 2.6rem;
}

.task_important_heading .underline {
  background: linear-gradient(transparent 71%, #ff0 0%);
}

@media screen and (max-width: 980px) {
  .task_important_heading {
    padding: 0 0 0 0.79365rem;
    font-size: 2.06349rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_heading {
    padding: 0;
    font-size: 3.73333vw;
    line-height: 9vw;
  }
}

.task_important_heading .orange {
  color: #ef8400;
  font-size: 3.8rem;
}

@media screen and (max-width: 980px) {
  .task_important_heading .orange {
    font-size: 3.01587rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_heading .orange {
    font-size: 5.06667vw;
  }
}

.task_important_heading .orange .dots {
  position: relative;
}

.task_important_heading .orange .dots:before {
  position: absolute;
  top: -3px;
  left: 40%;
  width: .2em;
  height: .2em;
  border-radius: 50px;
  background-color: #ef8400;
  content: "";
}

.task_important_text {
  position: relative;
  width: 1000px;
  margin: 25px auto 0;
  padding-left: 110px;
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .task_important_text {
    width: 102.0408163265rem;
    margin: 1.98413rem auto 0;
    padding-left: 8.73016rem;
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_text {
    width: 100%;
    margin: 3vw auto 0;
    padding-left: 20.667vw;
    font-size: 3.2vw;
  }
}
.task_important_text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url("./../../../../img/add-value/denchoho/icon-point.png");
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .task_important_text:before {
    width: 7.14286rem;
    height: 7.14286rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important_text:before {
    width: 15vw;
    height: 15vw;
  }
}

.features {
  margin-top: 80px;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .features {
    font-size: 1.26984rem;
  }
  
}

@media screen and (max-width: 500px) {
  .features {
    margin-top: 10.66667vw;
    font-size: 2.93333vw;
  }
}

.features .title-h4 + .text {
  margin-top: 10px;
}

.sec-features__detail {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .sec-features__detail {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-features__detail {
    margin-top: 6.6vw;
  }
}

.sec-features__detail:nth-of-type(1) {
  margin-top: 25px;
}

@media screen and (max-width: 980px) {
.sec-features__detail:nth-of-type(1) {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
.sec-features__detail:nth-of-type(1) {
    margin-top: 4.6vw;
  }
}

.features__contents {
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .features__contents {
      margin-top: 5.1020408163rem;
    }
  }

@media screen and (max-width: 500px) {
  .features__contents {
    margin-top: 6vw;
  }
}

.features__contents img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .features__contents img {
    width: 1120px;
  }
}

.features-point {
  margin-top: 35px;
}

@media screen and (max-width: 980px) {
  .features-point {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 500px) {
  .features-point {
    margin-top: 7.3vw;
  }
}

.features-point-list {
  margin-top: 25px;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 980px) {
.features-point-list {
    line-height: 2.06349rem;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 500px) {
.features-point-list {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}

.features-point-list:first-child {
  margin-top: 0;
}

.features-point-list .blue {
  color: #0a2986;
  font-weight: bold;
}

.case {
  margin-top: 80px;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .case {
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .case {
    font-size: 3.2vw;
    margin-top: 10.66667vw;
  }
}

.case_lead {
  margin-top: 20px;
}

@media screen and (max-width: 980px) {
.case_lead {
    margin-top: 2.38095rem;
  }
}

@media screen and (max-width: 500px) {
.case_lead {
    margin-top: 4vw;
  }
}

.case-lists {
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 980px) {
  .case-lists {
    margin-top: 5.1020408163rem;
  }
}

@media screen and (max-width: 500px) {
  .case-lists {
    flex-wrap: wrap;
    margin-top: 8vw;
  }
}

.case-list {
  margin-right: 20px;
  width: calc((100% / 2) - (20px * 1 / 2));
  border: 1px solid #e4e4e4;
}

.case-list:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 500px) {
  .case-list {
    width: 100%;
    margin: 8.5vw 0 0;
  }

  .case-list:nth-child(1) {
    margin-top: 0;
  }
}


.case-list__title {
  color: #fff;
  padding: 16px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  background-color: #0a2986;
}

@media screen and (max-width: 500px) {
.case-list__title {
  font-size: 1.42857rem;
    padding: 1.6326530612rem;
  }
}

@media screen and (max-width: 500px) {
.case-list__title {
    padding: 3.2vw;
  }
}

.case-list__detail {
  padding: 30px 31px;
}

@media screen and (max-width: 980px) {
.case-list__detail {
      padding: 3rem;
    }
  }

@media screen and (max-width: 500px) {
.case-list__detail {
    padding: 5vw 4vw 4vw;
  }
}

.case-list__image {
  margin-top: 40px;
}

@media screen and (max-width: 980px) {
  .case-list__image {
    margin-top: 3.5rem;
    }
  }

@media screen and (max-width: 500px) {
  .case-list__image {
    margin-top: 6vw;
  }
}


.case-list__image img {
  width: 100%;
}

/*導入事例ボタン*/
.news-area{
    max-width: 2000px;
    margin: 48px auto 0;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
}
.news-area .section-inner{
    width: 1120px;
    box-sizing: border-box;
}
.news-area .section-inner a{
    display: block;
    width: 55%;
    position: relative;
    border-width:1px 160px 1px 1px;
    border-color: #0a2986;
    border-style: solid;
    background: #e8ebf5;
    margin: 0 auto;
    transition: opacity 0.8s , border 0.3s;
}
.news-area .section-inner .news-area_title{
    margin: 0;
    padding: 15px 20px;
    color: #0a2986;
    font-size: 2rem;
    font-weight: 700;
}
.news-area .section-inner a:hover{
    opacity:0.6;
    border-width:1px 150px 1px 1px;
}
.news-area .section-inner a:before{
    position: absolute;
    top: 51.5%;
    transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #fff;
    content: '';
    transition:  0.3s;
    right: -31%;
    width: 8px;
    height: 8px;
    margin-top: -4px;  
}
.news-area .section-inner a:after{
    content: '詳しくはこちら';
    position: absolute;
    transition:  0.3s;
    right: -28%;
    top: 30.5%;
    color: #fff;
    font-size: 80%;
}

.news-area .section-inner a:hover:before{
    right: -29.2%;
}
.news-area .section-inner a:hover:after{
    right: -26.2%;
}

@media screen and (max-width: 980px) {
    .news-area {
        margin-top: 2.38095rem;
        margin-bottom: 2.38095rem;
    }
    .news-area .section-inner{
        width: 93.33333%
    }
    .news-area .section-inner a{
        width: 65%;
        border-width:1px 155px 1px 1px;
    }
    .news-area .section-inner a:before{
        right: -31%;
    }
    .news-area .section-inner a:after{
        right: -28%;
    }
    .news-area .section-inner a:hover{
        border-width:1px 140px 1px 1px;
    }
    .news-area .section-inner a:hover:before{
        right: -29%;
    }
    .news-area .section-inner a:hover:after{
        right: -26%;
    }
    .news-area .section-inner .news-area_title{
        font-size: 1.87841rem;
        font-weight: 600;
    }
}
@media screen and (max-width: 500px) {
    .news-area {
        margin-top: 6.66667vw;
        margin-bottom: 6.66667vw;    
    }
    .news-area .section-inner{
        width: 94.66667%;
    }
    .news-area .section-inner a{
        width: 100%;
        padding: 2.26667vw 2.86667vw 2.36667vw;
        border-width:1px 106px 1px 1px;
    }
    .news-area .section-inner a:hover{
        border-width:1px 106px 1px 1px;
    }
    .news-area .section-inner a:before,
    .news-area .section-inner a:hover:before{
        width: 1.5vw;
        height: 1.5vw;
        right: -36%;
        top: 50%;
    }
    .news-area .section-inner a:after,
    .news-area .section-inner a:hover:after{
        font-size: 2.53333vw;
        right: -32%;
        top: 35.5%;
    }
    .news-area .section-inner .news-area_title{
        font-size: 3.33333vw;
        padding: 0;
    }
}

/*# sourceMappingURL=../../../../css-map/pages/add-value/manufacturing/index.css.map */
