.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;
  }
}

.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/btp/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/btp/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: 80px;
}

@media screen and (max-width: 980px) {
  .task {
    margin-top: 7.142rem;
  }
}

@media screen and (max-width: 500px) {
  .task {
    margin-top: 13.333vw;
  }
}

.features,
.about,
.howto {
  margin-top: 55px;
  font-size: 1.6rem;
}

@media screen and (max-width: 980px) {
  .features,
  .about,
  .howto {
    margin-top: 7.142rem;
    font-size: 1.26984rem;
  }
}

@media screen and (max-width: 500px) {
  .features,
  .about,
  .howto {
    margin-top: 10.66667vw;
    font-size: 2.93333vw;
  }
}

.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: 38px 42px 50px;
  border: solid 4px #ef8400;
  background: #fff9f3;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .task_important {
    margin: 6.74603rem 0 0;
    padding: 3.392rem 3.75rem 4.464rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important {
    margin: 11.33333vw 0 0;
    padding: 5.33333vw 4vw 5.33333vw;
  }
}

.task_important-list-item {
  margin-top: 34px;
}

@media screen and (max-width: 980px) {
  .task_important-list-item {
    margin-top: 3.0357rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important-list-item {
    margin-top: 5.6vw;
  }
}

.task_important-list-item:nth-of-type(1) {
  margin-top: 0;
}

.task_important-list-text {
  position: relative;
  margin: 25px auto 0;
  padding-left: 140px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}

.task_important-list-text:nth-of-type(1) {
  margin-top: 0;
}

.task_important-list-item:nth-of-type(1) .task_important-list-text::before {
  background-image: url("./../../../../img/add-value/btp/icon-point1.jpg");
}

.task_important-list-item:nth-of-type(2) .task_important-list-text::before {
  background-image: url("./../../../../img/add-value/btp/icon-point2.jpg");
}

.task_important-list-item:nth-of-type(3) .task_important-list-text::before {
  background-image: url("./../../../../img/add-value/btp/icon-point3.jpg");
}

@media screen and (max-width: 980px) {
  .task_important-list-item:nth-of-type(3) .task_important-list-text {
    line-height: 2.2;
  }
}


@media screen and (max-width: 980px) {
  .task_important-list-text {
    margin: 1.98413rem auto 0;
    padding-left: 12.5rem;
    font-size: 1.42857rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important-list-text {
    width: 100%;
    margin: 3vw auto 0;
    padding: 8.5vw 0 0;
    font-size: 3.2vw;
    line-height: 1.6 !important;
  }
}
.task_important-list-text:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 124px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

@media screen and (max-width: 980px) {
  .task_important-list-text:before {
    width: 11.0714rem;
    height: 3.125rem;
  }
}

@media screen and (max-width: 500px) {
  .task_important-list-text:before {
    width: 22.535vw;
    height: 6.338vw;
  }
}

.features .title-h4 + .text {
  margin-top: 10px;
}

.subtitle-h3 + .text {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
  .subtitle-h3 + .text {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 500px) {
  .subtitle-h3 + .text {
    margin-top: 4vw;
  }
}

.sec-features__detail {
  margin-top: 90px;
}

@media screen and (max-width: 980px) {
  .sec-features__detail {
    margin-top: 8.0357rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-features__detail {
    margin-top: 9.3333vw;
  }
}

.sec-features__detail:nth-of-type(1) {
  margin-top: 30px;
}

@media screen and (max-width: 980px) {
.sec-features__detail:nth-of-type(1) {
    margin-top: 2.678rem;
  }
}

@media screen and (max-width: 500px) {
.sec-features__detail:nth-of-type(1) {
    margin-top: 4.6vw;
  }
}

.about__contents,
.features__contents {
  margin-top: 60px;
}

@media screen and (max-width: 980px) {
  .about__contents,
  .features__contents {
      margin-top: 5.803rem;
    }
  }

@media screen and (max-width: 500px) {
  .about__contents,
  .features__contents {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 980px) {
  .about__contents {
      margin-top: 5.8035rem;
    }
  }

@media screen and (max-width: 500px) {
  .about__contents {
    margin-top: 6vw;
  }
}

.about__contents img {
    width: 960px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .about__contents img {
    width: 85.714vw;
  }
}

@media screen and (max-width: 500px) {
    .about__contents img {
      width: 124vw;
  }
}

.features__contents img {
  width: 860px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .features__contents img {
    width: 76.7857rem;
  }
}

@media screen and (max-width: 500px) {
  .features__contents img {
    width: 137.333vw;
  }
}

.sec-features__table {
  margin-top: 43px;
  border: 1px solid #e4e4e4;
}

@media screen and (max-width: 980px) {
  .sec-features__table {
    margin-top: 3.839rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-features__table {
    margin-top: 6.4788vw;
  }
}

.sec-features__table-group {
  display: flex;
  vertical-align: middle;
}

.sec-features__table-group:last-child .sec-features__table-item,
.sec-features__table-group:last-child .sec-features__table-detail  {
  border-bottom: none;

}

.sec-features__table-item,
.sec-features__table-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec-features__table-item {
  color: #fff;
  width: 400px;
  font-size: 2rem;
  font-weight: bold;
  padding: 18px 20px 18px 150px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 980px) {
  .sec-features__table-item {
    font-size: 1.7rem;
    width: 33rem;
    padding: 1.607rem 1.785rem 1.607rem 13.392rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-features__table-item {
    font-size: 3.2vw;
    width: 36vw;
    padding: 2.5vw 1vw 2.5vw 10vw;
  }
}

.sec-features__table-item-wrap .sec-features__table-item-1,
.sec-features__table-item-wrap .sec-features__table-item-2 {
  padding: 22px 20px 22px 150px;
}

@media screen and (max-width: 980px) {
  .sec-features__table-item-wrap .sec-features__table-item-1,
  .sec-features__table-item-wrap .sec-features__table-item-2 {
    padding: 2.232rem 1.785rem 2.232rem 13.392rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-features__table-item-wrap .sec-features__table-item-1,
  .sec-features__table-item-wrap .sec-features__table-item-2 {
    padding: 2.5vw 1vw 2.5vw 10vw;
  }
}

.sec-features__table-item span {
  position: relative;
}

.sec-features__table-item span::before {
  position: absolute;
  content: "";
  top: -4px;
  left: -50px;
  width: 38px;
  height: 38px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  .sec-features__table-item span::before {
    top: 0;
    left: -6.5vw;
    width: 5.0666vw;
    height: 5.0666vw;
  }
}

.sec-features__table-item-1 {
  background-color: #0a2986;
}

.sec-features__table-item-1 span::before {
  background-image: url("./../../../../img/add-value/btp/support_icon1.png");
}

.sec-features__table-item-2 {
  background-color: #1056a5;
}

.sec-features__table-item-2 span::before {
  background-image: url("./../../../../img/add-value/btp/support_icon2.png");
}

.sec-features__table-item-3 {
  background-color: #00a0e9;
}

.sec-features__table-item-3 span::before {
  background-image: url("./../../../../img/add-value/btp/support_icon3.png");
}


.sec-features__table-detail {
  width: 715px;
  padding: 22px 50px;
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 980px) {
  .sec-features__table-detail {
    width: 58rem;
    padding: 2.232rem 4.464rem;
  }
}

@media screen and (max-width: 500px) {
  .sec-features__table-detail {
    width: 59vw;
    padding: 3.3333vw 2vw 3.3333vw 2.9vw;
    flex: 1;
  }
}

.sec-features__table-detail-text {
  position: relative;
  color: #0a2986;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 30px;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .sec-features__table-detail-text {
    font-size: 3.2vw;
    padding-left: 6vw;
  }
}

.sec-features__table-detail-text::before {
  position: absolute;
  content: '';
  width: 23px;
  height: 20px;
  top: 5px;
  left: 0;
  background-image: url("./../../../../img/add-value/btp/check_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media screen and (max-width: 500px) {
  .sec-features__table-detail-text::before {
    top: 3px;
    width: 4.4vw;
    height: 3.7333vw;
  }
}

.sec-features__table-detail-text:first-child {
  margin-top: 0;
}

.sec-features__table-detail-text span {
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 500px) {
  .sec-features__table-detail-text span {
    font-size: 2.6666vw;
  }
}

.howto__lists {
  margin-top: 42px;
}

@media screen and (max-width: 980px) {
  .howto__lists {
    margin-top: 3.75rem;
  }
}

@media screen and (max-width: 500px) {
  .howto__lists {
    margin-top: 6.338vw;
  }
}

.howto__list {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e8ebf5;
}

@media screen and (max-width: 980px) {
  .howto__list {
    margin-top: 1.785rem;
    padding-top: 1.785rem;
  }
}

@media screen and (max-width: 500px) {
  .howto__list {
    margin-top: 4.2253vw;
    padding-top: 4.2253vw;
  }
}

.howto__list:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.howto__list-day {
  color: #fff;
  width: 110px;
  font-weight: bold;
  text-align: center;
  background-color: #ee8400;
  margin-bottom: 10px;
}

@media screen and (max-width: 980px) {
  .howto__list-day {
    max-width: 9.821rem;
    padding: 2px;
}
}

@media screen and (max-width: 500px) {
  .howto__list-day {
    max-width: 20vw;
  }
}

.howto__list-detail {
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .howto__list-detail {
    font-size: 3.4vw;
  }

  .howto__list-detail.text-break {
    letter-spacing: -0.02em;
    word-break: break-all;
  }
}

.howto__list-detail sup,
.howto__list-note {
  font-size: 1.2rem;
}

@media screen and (max-width: 500px) {
  .howto__list-detail sup,
  .howto__list-note {
    font-size: 2.83513vw;
  }
}

.howto__list-note {
  margin-top: 22px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 500px) {
  .howto__list-note {
    margin-top: 1.964rem;
  }
}

@media screen and (max-width: 500px) {
  .howto__list-note {
    margin-top: 5vw;
    padding-right: 25vw;
    padding-left: 3em;
    text-indent: -3em;
    line-height: 1.7;
  }
}

.howto__list-last {
  position: relative;
  padding-bottom: 45px;
}

@media screen and (max-width: 980px) {
  .howto__list-last {
    padding-bottom: 4.8rem;
  }
}

@media screen and (max-width: 500px) {
  .howto__list-last {
    padding-bottom: 13vw;
  }
}

.howto__list-img-rt {
  position: absolute;
  top: 53px;
  right: 90px;
}

@media screen and (max-width: 980px) {
  .howto__list-img-rt {
    top: 4.732rem;
    right: 8.035rem;
    width: 10.178rem;
    height: 9.464rem;
  }
}

@media screen and (max-width: 500px) {
  .howto__list-img-rt {
    top: 27vw;
    right: 0;
    width: 23.0985vw;
    height: 21.830vw;
  }

  .howto__list-img-rt img {
    max-width: 100%;
  }
}
/*Add-valueページNEWS*/
.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: 550px;
    position: relative;
    border-width:1px 160px 1px 1px;
    border-color: #a6953d;
    border-style: solid;
    background: #f3f1e5;
    margin: 0 auto;
    transition: opacity 0.8s , border 0.3s;
}
.news-area .section-inner .news-area_title{
    margin: 0;
    padding: 20px 15px 15px 20px;
    color: #a6953d;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
}
.news-area .section-inner .news-area_title:before {
    position: absolute;
    content: '輸出入業務を行うお客様向け';
    top: -20px;
    left: -1px;
    width: 230px;
    height: 30px;
    line-height:2;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.45rem;
    background: #a6953d;
}
.news-area .section-inner .news-area_title span{
    display: block;
    font-size: 1.5rem;
    font-weight:normal;
}
.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: -37%;
    width: 8px;
    height: 8px;
    margin-top: -4px;  
}
.news-area .section-inner a:after{
    content: '詳しくはこちら';
    position: absolute;
    transition:  0.3s;
    right: -32%;
    top: 38%;
    color: #fff;
    font-size: 80%;
}

.news-area .section-inner a:hover:before{
    right: -34.8%;
}
.news-area .section-inner a:hover:after{
    right: -30.2%;
}

@media screen and (max-width: 980px) {
    .news-area {
        margin-top: 4.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;
    }
    .news-area .section-inner .news-area_title:before{
        width: 23.19841rem;
        height: 2.71481rem;
        font-size: 1.28486rem;
        line-height: 2.2;
        top: -12px;
    }
    .news-area .section-inner .news-area_title span{
        font-size: 1.42857rem;
    }
}
@media screen and (max-width: 500px) {
    .news-area {
        margin-top: 8.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;
    }
    .news-area .section-inner .news-area_title:before{
        top: -6.8vw;
        left: -15px;
        width: 45.8vw;
        height: 5.6vw;
        font-size: 2.83333vw;
        line-height: 2;
    }
    .news-area .section-inner .news-area_title span{
        font-size: 2.83333vw
    }
}
/*# sourceMappingURL=../../../../css-map/pages/add-value/manufacturing/index.css.map */
