@charset "UTF-8";
.-tab {
  display: none;
}
@media all and (max-width: 960px) {
  .-tab {
    display: block;
  }
}

#PageNav ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1vw;
}
#PageNav ul li {
  font-size: 14px;
}
#PageNav ul li a::before {
  bottom: 6px;
}

@media all and (max-width: 767px) {
  #PageNav ul {
    gap: 3.2vw;
  }
  #PageNav ul li a::before {
    bottom: 2.9333333333vw;
  }
}
#MainVisual {
  background-image: url(../../images/application/header-inkjet.png);
}

#section__about .box--gray h4 {
  margin-top: 0;
}
#section__about .box--gray figure {
  width: 305px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#section__about .box--gray figure img {
  width: 100%;
}
#section__about .box--gray.column2 .box__right {
  height: auto;
}
#section__about .__inner > p {
  margin-bottom: 30px;
}
#section__about .column2 {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
#section__about .column2 .box__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 260px;
}

@media all and (max-width: 767px) {
  #section__about {
    padding-top: 2.6666666667vw;
  }
  #section__about .box--gray figure {
    width: 100%;
  }
  #section__about .__inner > p {
    margin-bottom: 4vw;
  }
  #section__about .column2 .box__right {
    height: 53.3333333333vw;
  }
}
.column2 {
  gap: 40px;
  min-height: 260px;
}
.column2 > * {
  width: 460px;
  position: relative;
}

@media all and (max-width: 767px) {
  .column2 {
    gap: 5.3333333333vw;
  }
  .column2 > * {
    width: 100%;
  }
}
.list--circleNum {
  counter-reset: number 0;
}
.list--circleNum li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.list--circleNum li::before {
  counter-increment: number 1;
  content: counter(number);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #467DB9;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-right: 15px;
}

@media all and (max-width: 767px) {
  .list--circleNum li {
    margin-bottom: 4vw;
  }
  .list--circleNum li::before {
    width: 8vw;
    height: 8vw;
    font-size: 4.8vw;
    margin-right: 4vw;
  }
}
.box--blue {
  border: 1px solid #084BA5;
  background-color: #F2F6FA;
  padding: 20px 30px;
  margin-bottom: 25px;
}
.box--blue:last-of-type {
  margin-bottom: 0;
}
.box--blue h5 {
  margin: 0 0 9px;
}
.box--blue p {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .box--blue {
    padding: 4vw;
    margin-bottom: 4vw;
  }
  .box--blue:last-of-type {
    margin-bottom: 0;
  }
  .box--blue h5 {
    margin: 0 0 1.0666666667vw;
  }
}
#section__strength {
  padding-top: 0;
}
#section__strength .column2 {
  position: relative;
}
#section__strength .column2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
#section__strength .column2 > div:first-child::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 25px 0 25px 24px;
  border-style: solid;
  border-color: transparent #004EA2;
  position: absolute;
  top: 45%;
  right: -33px;
  translate: 0 -50%;
}
#section__strength .column2 .-tab {
  display: block;
}
@media all and (min-width: 767px) and (max-width: 960px) {
  #section__strength .column2 .-tab {
    display: none;
  }
}
#section__strength .column2.strength__text {
  min-height: auto;
  min-height: initial;
  margin-bottom: 0;
}
#section__strength .column2.strength__text > div {
  gap: 0;
  padding-bottom: 20px;
}
#section__strength .column2.strength__text > div:first-child::before {
  display: none;
}
#section__strength dl {
  border: 1px solid #C5C5C5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#section__strength dl dt {
  padding: 15px 25px 20px;
  background-color: #F2F2F2;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#section__strength dl dd {
  padding: 20px 30px;
}
#section__strength dl dd img {
  width: 100%;
}
#section__strength dl.-blue {
  border-color: #004EA2;
}
#section__strength dl.-blue dt {
  background-color: #004EA2;
  color: #fff;
}

@media all and (max-width: 960px) {
  #section__strength .__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #section__strength .column2 {
    display: contents;
  }
  #section__strength .column2 > div {
    width: 100%;
  }
  #section__strength .column2 > div.left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 8vw;
  }
  #section__strength .column2 > div.right {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #section__strength .column2 > div:first-child::before {
    top: initial;
    bottom: -50px;
    right: 50%;
    translate: 50% 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #section__strength .column2.strength__text > div.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  #section__strength .column2.strength__text > div.right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #section__strength dl dd {
    text-align: center;
  }
  #section__strength dl dd img {
    width: 50vw;
  }
}
@media all and (max-width: 767px) {
  #section__strength .column2 {
    gap: 10.6666666667vw;
  }
  #section__strength .column2 > div {
    gap: 4vw;
  }
  #section__strength .column2 > div:first-child::before {
    border-width: 6.6666666667vw 0 6.6666666667vw 6.4vw;
    bottom: -16vw;
  }
  #section__strength dl dt {
    padding: 4vw;
    font-size: 4.8vw;
  }
  #section__strength dl dd {
    padding: 5.3333333333vw 8vw;
  }
  #section__strength dl dd img {
    width: 100%;
  }
}
#section__feature {
  padding-top: 0;
}

.column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 16px;
}
.column__list li {
  width: 168px;
  text-align: center;
}
.column__list li img {
  width: 100%;
}

@media all and (max-width: 960px) {
  .column__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  .column__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.2666666667vw 8%;
    margin-top: 4.2666666667vw;
  }
  .column__list li {
    width: 46%;
  }
}
#section__superiority {
  padding-top: 0;
}
#section__superiority h4 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #094EA2;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 15px 0 3px;
  translate: 0 -1px;
}
#section__superiority .table--primary {
  table-layout: initial;
  margin: 0 0 40px;
}
#section__superiority .table--primary thead tr th {
  white-space: nowrap;
}
#section__superiority .table--primary tbody tr th {
  white-space: nowrap;
  width: 180px;
}
#section__superiority .table--primary tbody tr td {
  background-color: #F2F6FA;
  width: 116px;
  font-size: 14px;
}
#section__superiority .table--primary tbody tr td:last-child {
  width: 321px;
}
#section__superiority .table--primary tbody tr td ul li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
#section__superiority .table--primary tbody tr td ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #333333;
  border-radius: 50%;
  margin: 0 9px 3px 0;
}
#section__superiority .table--primary tbody .-strong td {
  background-color: #D9E5F1;
}

@media all and (max-width: 767px) {
  #section__superiority h4 span {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    font-size: 4.8vw;
    margin: 0 4vw 0 0.8vw;
    translate: 0 -0.2666666667vw;
  }
  #section__superiority .table--primary {
    margin: 0 0 10.6666666667vw;
    width: 225vw;
  }
  #section__superiority .table--primary tbody tr th {
    width: 48vw;
  }
  #section__superiority .table--primary tbody tr td {
    width: 20.2666666667vw;
    font-size: 3.7333333333vw;
  }
  #section__superiority .table--primary tbody tr td:last-child {
    width: 85.6vw;
  }
  #section__superiority .table--primary tbody tr td ul li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin: 0 2.4vw 0.8vw 0;
  }
}
.img__box {
  text-align: center;
}
#section__superiority .img__box div {
  height: 240px;
  padding: 15px 30px;
}
#section__superiority .img__box div img {
  width: auto;
  height: 100%;
}
.img__box p {
  margin: 10px 0 0;
}
.img__box.-blue p {
  color: #004EA2;
  font-weight: 700;
}
.img__box.-horizontal div {
  padding: 20px 30px 25px;
}

@media all and (max-width: 767px) {
  #section__superiority .img__box div {
    height: 56vw;
    padding: 4vw;
  }
  #section__superiority .img__box div img {
    width: auto;
    height: 100%;
  }
  .img__box p {
    margin: 2.6666666667vw 0 0;
  }
  .img__box.-horizontal div {
    padding: 5.3333333333vw;
  }
}
.process__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  padding: 15px 20px;
}
.process__box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.process__box.-black {
  background-color: #282D34;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
}
.process__box.-black li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 70px;
  line-height: 1.3;
  font-weight: 700;
  margin-left: 28px;
  position: relative;
}
.process__box.-black li::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #83969F;
  position: absolute;
  top: 50%;
  left: -28px;
  translate: 0 -50%;
}
.process__box.-black li:first-child {
  margin-left: 0;
}
.process__box.-black li:first-child::before {
  display: none;
}
.process__box.-black li:last-child::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 12px;
  border-style: solid;
  border-color: transparent #83969F;
  position: absolute;
  top: 50%;
  left: -12px;
  translate: 0 -50%;
}
.process__box.-blue {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #004EA2;
  margin-bottom: 15px;
  position: relative;
}
.process__box.-blue::before {
  content: "";
  display: block;
  width: calc(100% - 560px);
  height: 2px;
  background-color: #83969F;
  position: absolute;
  top: 85px;
  left: 280px;
}
.process__box.-blue::after {
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 90px;
  left: 50%;
  translate: -50% 0;
}
body:lang(ja) .process__box.-blue::after {
  content: "2プロセスで完了";
}
body:lang(en) .process__box.-blue::after {
  content: "Completed in two steps";
}
body:lang(ko) .process__box.-blue::after {
  content: "2프로세스로 완료";
}
.process__box.-blue li {
  width: 260px;
  height: 160px;
  padding: 13px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.process__box.-blue li img {
  margin-top: auto;
  width: 195px;
}
.process__box.-blue li:last-child {
  position: relative;
}
.process__box.-blue li:last-child img {
  width: 161px;
}
.process__box.-blue li:last-child::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 9px 0 9px 12px;
  border-style: solid;
  border-color: transparent #83969F;
  position: absolute;
  top: 62px;
  left: -12px;
}

@media all and (max-width: 767px) {
  .process__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 2.1333333333vw;
    padding: 4vw 5.3333333333vw;
  }
  .process__box li {
    border-radius: 1.3333333333vw;
  }
  .process__box.-black {
    margin-bottom: 5.3333333333vw;
    gap: 0;
  }
  .process__box.-black li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 69.3333333333vw;
    height: 11.7333333333vw;
    margin-left: 0;
    margin-top: 4vw;
  }
  .process__box.-black li::before {
    width: 0.5333333333vw;
    height: 4vw;
    background-color: #83969F;
    position: absolute;
    top: -4vw;
    left: 50%;
    translate: -50% 0;
  }
  .process__box.-black li:first-child {
    margin-top: 0;
  }
  .process__box.-black li:first-child::before {
    display: none;
  }
  .process__box.-black li:last-child {
    margin-top: 5.3333333333vw;
  }
  .process__box.-black li:last-child::before {
    height: 5.3333333333vw;
    top: -5.3333333333vw;
  }
  .process__box.-black li:last-child::after {
    border-width: 3.2vw 2.4vw 0 2.4vw;
    border-color: #83969F transparent;
    top: -3.2vw;
    left: 50%;
    translate: -50% 0;
  }
  .process__box.-blue {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 4vw;
    gap: 33.3333333333vw;
  }
  .process__box.-blue::before {
    width: 0.5333333333vw;
    height: 33.3333333333vw;
    top: 46.6666666667vw;
    left: 50%;
    translate: -50% 0;
  }
  .process__box.-blue::after {
    white-space: pre;
    top: 57.3333333333vw;
    left: 49.8666666667vw;
    translate: 0;
    line-height: 1.3;
    text-align: center;
  }
  body:lang(ja) .process__box.-blue::after {
    content: "2プロセスで\a完了";
  }
  body:lang(en) .process__box.-blue::after {
    content: "Completed \ain two steps";
  }
  body:lang(ko) .process__box.-blue::after {
    content: "2프로세스로 \a완료";
  }
  .process__box.-blue li {
    width: 100%;
    height: 42.6666666667vw;
    padding: 3.4666666667vw 10.6666666667vw 5.3333333333vw;
  }
  .process__box.-blue li img {
    width: 52vw;
  }
  .process__box.-blue li:last-child img {
    width: 42.9333333333vw;
  }
  .process__box.-blue li:last-child::before {
    border-width: 3.2vw 2.4vw 0 2.4vw;
    border-color: #83969F transparent;
    top: -3.2vw;
    left: 50%;
    translate: -50% 0;
  }
}
.process__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 40px;
}
.process__note::before {
  content: "※";
  margin-right: 6px;
}

@media all and (max-width: 767px) {
  .process__note {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .process__note::before {
    margin-right: 1.6vw;
  }
}
h5.-blue {
  color: #094EA2;
  font-weight: 700;
  margin-top: 10px;
}
h5.-center {
  text-align: center;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  h5.-blue {
    font-size: 4.5333333333vw;
    margin-top: 2.6666666667vw;
  }
  h5.-center {
    margin-bottom: 8vw;
  }
}
#section__usage {
  padding-top: 0;
}
#section__usage .column2 .img__box div {
  width: 100%;
  height: 240px;
}
#section__usage .column2 .img__box div img {
  width: auto;
  height: 100%;
}
#section__usage .column2 .img__box div img.-full {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 767px) {
  #section__usage .column2 .img__box div {
    height: 46.4vw;
    padding: 2.9333333333vw;
  }
}
#section__other {
  padding-top: 0;
}
#section__other .column2 {
  min-height: auto;
  min-height: initial;
}
#section__other .column2:last-of-type {
  margin-bottom: 0;
}
#section__other .box div {
  width: 100%;
}
#section__other .box div img {
  width: 100%;
}
#section__other .box.-left {
  width: 425px;
  padding-left: 15px;
}
#section__other .box.-right {
  width: 445px;
  padding-right: 15px;
}

@media all and (max-width: 767px) {
  #section__other .column2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.3333333333vw;
  }
  #section__other .column2:last-of-type {
    margin: 0;
  }
  #section__other .box div {
    width: 100%;
  }
  #section__other .box div img {
    width: 100%;
  }
  #section__other .box.-left {
    width: 100%;
    padding-left: 0;
  }
  #section__other .box.-right {
    width: 100%;
    padding-right: 0;
  }
}
.page--bottom {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.page--bottom h4 {
  font-size: 20px;
  color: #1D3A66;
  text-align: center;
}
.page--bottom .column2 {
  min-height: auto;
  min-height: initial;
  margin-bottom: 40px;
}
.page--bottom .box--blue {
  margin-bottom: 0;
  font-weight: 500;
}
.page--bottom .box--blue ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.page--bottom .box--blue ul li::before {
  content: "・";
}
.page--bottom .box--blue h5 {
  margin: 0;
}

@media all and (max-width: 767px) {
  .page--bottom {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .page--bottom h4 {
    font-size: 5.3333333333vw;
    margin-top: 0;
  }
  .page--bottom .column2 {
    margin-bottom: 10.6666666667vw;
  }
}
.band--blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #1D3A66;
  color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

@media all and (max-width: 767px) {
  .band--blue {
    height: auto;
    font-size: 5.3333333333vw;
    padding: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.dl_btn .dl_btn_container a {
  text-align: center;
}
body:lang(en) .dl_btn .dl_btn_container a {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  body:lang(en) .dl_btn .dl_btn_container a {
    font-size: 3vw;
  }
}
.dl_btn .dl_btn_container a br.-sp {
  display: none;
}