@charset "utf-8";
/* default PC */

.main-area {
  background: #f2f2f2;
  padding: 70px 0 50px;
  position: relative;
  z-index: -2;
}

.main-area:before {
  position: absolute;
  content: "Supporting the printing industry.";
  font-weight: 600;
  color: #e7e7e7;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 500%;
  top: 110px;
  z-index: -1;
}

#contents .main-area .main-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 50px;
}

.ttl-area {
  padding: 20px 15px;
  background: linear-gradient(.25turn, #ef8326, #f56e00);
}

#contents .ttl-area p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.service-area .txt-area {
  padding: 20px 25px;
}

.service-area .service-txt {
  background-color: #f5f5f5;
  margin-top: 20px;
  padding: 20px 25px;
  width: 100%;
}

.service-area .txt-2box {
  background-color: #f5f5f5;
}

#contents .bg-gray .strengths-area .main-txt {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}

#contents .main-area .main-ttl .look-orange {
  background: linear-gradient(0.75turn, #ef8326, #f56e00);
  -webkit-background-clip: text;
  color: transparent;
}

.strengths-area .txt-4box {
  background-color: #fff;
  padding: 35px 15px;
}

.strengths-area .txt-4box img {
  width: 90px;
}

#contents .strengths-area .txt-4box .txt-center {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 95px;
  margin-bottom: 20px;
}

#contents .strengths-area .txt-4box .item-txt {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}

.other-area .txt-2box {
  background-color: #fdf4ea;
  padding: 30px 30px;
  width: calc(100% / 2 - 13px);
  margin-right: 0;
}

#contents .other-area .txt-2box h3 {
  text-align: center;
  padding: 0;
  font-size: 21px;
  font-weight: bold;
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  -webkit-background-clip: text;
  color: transparent;
}

#contents .other-area .txt-2box h3::before {
  content: none;
}

.facility-area .txt-4box {
  background-color: #f5f5f5;
}

#contents .facility-area .txt-4box h4 {
  text-align: center;
  margin-bottom: 0;
  border: none;
  padding: 15px 15px;
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  color: #fff;
}

#contents .facility-area .txt-4box .txt-ara {
  padding: 20px 15px;
}

#contents .strengths-area h2 {
  margin-bottom: 20px;
}

#contents .facility-area h2 {
  margin-bottom: 20px;
}

#contents .production-area .table-02 th {
    border: 1px solid #d4d4d4;
    border-right-width: 0;
    font-weight: 500;
    padding: 15px 20px;
    vertical-align: middle;
    width: 29%;
}

#contents .machine-area .table-02 th {
  width: 35%;
}

#contents .production-area table.method th.bg-black  {
    background-color: #4C4C4C;
    color: #fff;
    font-weight: 500;
    width: 35%;
}

#contents .production-area .table-02 tr th {
    border-right: 1px solid #d4d4d4;
}

#contents .production-area .table-02 td {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-left-width: 0;
    font-weight: 400;
    line-height: 28px;
    padding: 15px 20px;
    vertical-align: middle;
}

#contents .production-area p{
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 1460px) {
  #contents .strengths-area .txt-4box .item-txt {
    font-size: 17px;
  }
}


@media screen and (max-width: 1400px) {
  .main-area:before {
    font-size: 400%;
  }

  .strengths-area .txt-4box {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
    padding: 20px 15px 30px;
  }

  .strengths-area .txt-4box:nth-child(2) {
    margin-right: 0;
  }

  #contents .strengths-area .txt-4box .item-txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  #contents .ttl-area p {
    font-size: 18px;
  }
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {

  .main-area:before {
    font-size: 450%;
    line-height: 1.2em;
    top: 40px;
  }

  .service-area .txt-2box {
    width: calc(100% / 2 - 25px);
    margin-bottom: 30px;
  }

  .service-area .txt-2box:nth-child(2) {
    margin-right: 0;
  }

  #contents .flex.service-area {
    justify-content: center;
  }

  .facility-area .about-txt br {
    display: none;
  }

  #contents .facility-area .txt-4box h4 {
    font-size: 18px;
    padding: 10px;
  }

  .facility-area .txt-4box {
    width: calc(100% / 4 - 10px);
    margin-right: 0;
  }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .main-area .main-ttl {
    font-size: 22px;
  }

  .service-area .txt-2box:first-child {
    margin-right: 20px;
  }

  .service-area .txt-2box,.txt-3box{
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .service-area .txt-2box.end,.txt-3box.end,.txt-3box:nth-child(2)  {
    margin-right: 0px;
  }

  .facility-area .txt-4box {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }

  .other-area .txt-2box {
    width: 100%;
    margin-bottom: 20px;
  }

  #contents .production-area .table-02 th,#contents .production-area .table-02 td {
    padding: 10px;

}
}

@media screen and (max-width: 767px) {
  #contents .main-area .main-ttl {
    font-size: 20px;
    text-align: left;
  }

  .main-area:before {
    font-size: 400%;
    padding: 0 15px;
  }

  #contents .main-area .main-ttl br {
    display: none;
  }

  #contents .strengths-area .txt-4box .item-txt {
    font-size: 16px;
  }

  .strengths-area .txt-4box {
    width: calc(100% / 2 - 7px);
    margin-right: 0;
    margin-bottom: 14px;
  }


  .service-area .txt-2box, .txt-3box  {
    margin-right: 0;
  }

  .service-area .txt-2box,.txt-3box {
    width: 100%;
  }

  .service-area .service-txt{
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .main-area:before {
    font-size: 300%;
    top: 15px;
  }

  #contents .main-area .main-ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #contents .main-area {
    padding: 30px 0 50px;
  }

  #contents .strengths-area .txt-4box:last-child .item-txt br {
    display: none;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .strengths-area .txt-4box {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
  }

  #contents .strengths-area .txt-4box .item-txt br {
    display: block;
  }

  #contents .strengths-area .txt-4box .txt-center {
    margin-bottom: 0;
    margin: 0 20px 0 10px;
  }

  #contents .strengths-area .txt-4box .item-txt {
    width: 100%;
    text-align: left;
  }

  #contents .strengths-area .txt-4box:last-child .item-txt br {
    display: block;
  }

  #contents .bg-gray .strengths-area .main-txt {
    text-align: left;
  }

  #contents .bg-gray .strengths-area .main-txt br {
    display: none;
  }

  .facility-area .txt-4box {
    margin-bottom: 15px;
    width: 100%;
  }

  .other-area .txt-2box {
    margin-bottom: 15px;
    padding: 20px 15px 10px;
  }

  .other-area .txt-2box:last-child {
    margin-bottom: 0;
  }

  #contents .other-area .txt-2box h3 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .production-area .table-02 th {
    width: 43%;
}

#contents .machine-area .polish-box .table-02 th {
  width: 47%;
}

#contents .production-area p {
  font-size: 15px;
  line-height: 1.6em;
}
}


@media screen and (max-width: 414px) {

  #contents .strengths-area .txt-4box:last-child .item-txt br {
    display: none;
  }
}