/* visual
================================================== */
.visual {
  background: url("/products/inkjet/images/visual_bg-pc.jpg") no-repeat center top;
}
.visual__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 960px;
  height: 500px;
  margin: 0 auto;
}
.visual__title {
  background: #fff;
  text-align: center;
}
.visual__title span {
  display: inline-block;
  padding: .3em .3em .2em;
  background: -webkit-linear-gradient(left, #459dca, #64deda);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  font-weight: bold;
  line-height: 1.3;
}
.visual__title span i {
  font-size: 50px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .visual {
    background: url("/products/inkjet/images/visual_bg-sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  .visual__inner {
    width: 100%;
    height: auto;
    aspect-ratio: 750 / 480;
  }
  .visual__title span {
    font-size: 6.93333vw;
  }
  .visual__title span i {
    font-size: 5.6vw;
  }
}

/* about
================================================== */
.about {
  padding: 100px 0;
  background: #459dca;
  color: #fff;
}
.about__intro {
  margin: 0 0 60px;
}
.about__intro__text {
  font-size: 18px;
  text-align: center;
}
.about__intro__text p {
  line-height: 1.66;
}
.about__intro__text p + p {
  margin-top: 1em;
}
.about__panel {
  margin: 0 -120px;
  padding: 75px 120px;
  background: #fff;
  color: #333;
}
.about__panel__head {
  display: flex;
  margin-bottom: 50px;
}
.about__panel__logo {
  margin-right: 70px;
}
.about__panel__lead {
  font-size: 16px;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 13.33333vw 15px;
  }
  .about__intro {
    display: block;
    margin-bottom: 9.33333vw;
  }
  .about__intro__text {
    font-size: 4vw;
    line-height: 1.46;
    text-align: left;
  }
  .about__intro__text br {
    display: none;
  }
  .about__panel {
    margin: 0;
    padding: 5.33333vw 15px 12vw;
  }
  .about__panel__head {
    display: block;
    margin-bottom: 10vw;
  }
  .about__panel__logo {
    margin: 0 0 6.66667vw 0;
    width: 35.06667vw;
  }
  .about__panel__logo img {
    width: 100%;
    height: auto;
  }
  .about__panel__lead {
    font-size: 4vw;
    line-height: 1.46;
  }
}

/* works
================================================== */
.works {
  padding: 100px 0;
}
.works__image {
  margin: 50px -220px 0;
}
.works__image--app {
  margin-bottom: 50px;
}
.works__detail {
  margin-bottom: 90px;
  text-align: center;
}
.works__detail dt {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1;
}
.works__detail dd a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  background: #459dca url("/products/inkjet/images/icn_btn_w.svg") no-repeat right 15px center;
  background-size: 21px 11px;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  box-shadow: 3px 3px 0 0 #b8babb;
}
@media only screen and (max-width: 767px) {
  .works {
    padding: 13.33333vw 15px;
  }
  .works__image {
    margin: 8vw -15px 0;
  }
  .works__image--app {
    margin-bottom: 5.33333vw;
  }
  .works__detail {
    margin-bottom: 21.33333vw;
  }
  .works__detail dt {
    margin-bottom: 4vw;
    font-size: 5.33333vw;
    line-height: 1.3;
  }
  .works__detail dt a.btn {
    width: 80vw;
    height: 13.33333vw;
    font-size: 4vw;
  }
}

/* technology
================================================== */
.technology {
  padding: 100px 0;
  background: #459dca;
  color: #fff;
}
.technology__desc {
  background: #fff;
  color: #333;
}
.technology__desc > div {
  box-sizing: border-box;
}
.technology__desc > div:nth-child(2) p + p {
  margin-top: 1em;
}
.technology__adv__head > p sub {
  display: inline-block;
  vertical-align: bottom;
}
.technology__adv__item {
  box-sizing: border-box;
  background: #fff;
  color: #333;
  text-align: center;
}
.technology__adv__item > h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
}
.technology__adv__item > h4 i {
  font-style: normal;
  color: #459dca;
}
.technology__adv__item > h4 span {
  margin-left: .5em;
  padding-left: .5em;
  border-left: solid 1px #333;
}
.technology__adv__item > div {
  margin: 30px 0 40px;
}
@media (min-width: 768px) {
  .technology__desc {
    display: flex;
    margin: 40px 0 80px;
  }
  .technology__desc > div {
    flex: 1 0 0%;
  }
  .technology__desc > div:nth-child(2) {
    align-self: center;
    padding: 15px 50px;
  }
  .technology__adv__head {
    display: flex;
    margin-bottom: 35px;
  }
  .technology__adv__head > h3 {
    margin-right: 2.5em;
    white-space: nowrap;
    font-size: 30px;
  }
  .technology__adv__head > p {
    padding-right: 1.5em;
  }
  .technology__adv__head > p sub {
    font-size: 12px;
  }
  .technology__adv__items {
    display: flex;
    column-gap: 3px;
  }
  .technology__adv__item {
    flex: 1 0 0%;
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .technology {
    padding: 13.33333vw 15px;
  }
  .technology__desc {
    margin-bottom: 12vw;
  }
  .technology__desc > div:nth-child(2) {
    padding: 8vw 15px;
  }
  .technology__adv__head {
    margin-bottom: 6vw;
  }
  .technology__adv__head > h3 {
    margin: 0 0 .75em 0;
    font-size: 5.33333vw;
  }
  .technology__adv__head > p sub {
    font-size: 2.66667vw;
  }
  .technology__adv__items > li + li {
    margin-top: 1.33333vw;
  }
  .technology__adv__item {
    padding: 6vw 15px;
  }
  .technology__adv__item > h4 {
    font-size: 5.33333vw;
  }
  .technology__adv__item > div {
    margin: 5.33333vw 0;
  }
}

/* innovation
================================================== */
.innovation {
  padding: 100px 0 0;
}
.innovation__panels > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.innovation__panels > div:nth-child(1) {
  background-color: #459dca;
  background-image: url("/products/inkjet/images/innovation_bg_01.jpg");
}
.innovation__panels > div:nth-child(2) {
  background-color: #45afca;
  background-image: url("/products/inkjet/images/innovation_bg_02.jpg");
}
.innovation__panel {
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.innovation__panel__title {
  margin-bottom: 1em;
  line-height: 1.3;
}
.innovation__panel__title small {
  display: block;
}
.innovation__panel__lead {
  margin-bottom: 1.25em;
}
.innovation__panel__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  background: #fff url("/products/inkjet/images/icn_btn_b.svg") no-repeat right 15px center;
  background-size: 21px 11px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #459dca;
  text-decoration: none;
}
.innovation__panel__btn_l a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 60px;
  margin: 0 auto;
  background: #fff url("/products/inkjet/images/icn_btn_b.svg") no-repeat right 15px center;
  background-size: 21px 11px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #459dca;
  text-decoration: none;
  box-shadow: 3px 3px 0 0 #b8babb;
}
@media (min-width: 768px) {
  .innovation__panels {
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 50px auto 0;
  }
  .innovation__panel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0%;
    padding: 60px 30px;
  }
  .innovation__panel__title {
    font-size: 24px;
  }
  .innovation__panel__title small {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .innovation {
    padding: 13.33333vw 15px 0;
  }
  .innovation__panels {
    margin: 6.66667vw -15px 0;
  }
  .innovation__panel {
    padding: 10.66667vw 5.33333vw;
  }
  .innovation__panel__title {
    font-size: 5.33333vw;
  }
  .innovation__panel__title small {
    font-size: 4vw;
  }
  .innovation__panel__btn a {
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 4vw;
  }
  .innovation__panel__btn_l a {
    width: 85vw;
    height: 13.33333vw;
  }
}

/* interview
================================================== */
.interview {
  padding: 100px 0;
  background: #f2f4f6;
}
.interview__panels {
  margin-top: 40px;
}
.interview__panel {
  margin-top: 10px;
}
.interview__panel__link {
  display: block;
  background: #fff;
  color: #333 !important;
  text-decoration: none !important;
}
.interview__panel__title {
  font-size: 20px;
  line-height: 1.5;
}
.interview__panel__image {
  margin: 0;
}
.interview__panel__image figcaption {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.interview__panel__lead {
  margin: 1em 0;
}
.interview__panel__btn {
  text-align: right;
}
.interview__panel__btn span {
  display: inline-block;
  padding-right: 28px;
  background: #fff url(/products/inkjet/images/icn_btn_b.svg) no-repeat right center;
  background-size: 21px 11px;
  font-size: 16px;
  font-weight: bold;
  color: #459dca !important;
}
.interview__panel__btn span img {
  margin: 0 0 0 3px;
}
@media (min-width: 768px) {
  .interview__panel__link {
    position: relative;
    padding: 40px 40px 40px 390px;
  }
  .interview__panel__image img {
    position: absolute;
    left: 40px;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .interview {
    padding: 13.33333vw 15px;
  }
  .interview__panels {
    margin-top: 5.33333vw;
  }
  .interview__panel {
    margin-top: 2.66667vw;
  }
  .interview__panel__link {
    padding: 20px 15px 30px;
  }
  .interview__panel__title {
    margin-bottom: 1em;
    font-size: 4.53333vw;
  }
  .interview__panel__image {
    display: flex;
    align-items: center;
  }
  .interview__panel__image img {
    margin-right: 4vw;
    width: 42.66667vw;
    height: auto;
  }
  .interview__panel__image figcaption {
    flex: 1 0 0%;
    font-size: 3.46667vw;
    line-height: 1.38;
  }
  .interview__panel__btn span {
    font-size: 4vw;
  }
}
.interview__panel .download_btn{
  background-color: #077ade;
  color: #fff;
  padding: 10px 60px;
  margin-top: 20px;
  text-decoration: none;
}
/* inkjet
================================================== */
 br.br-sp {
        display: none !important;
}
.inkjet__panel__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  background: #459dca url("/products/inkjet/images/icn_btn_w.svg") no-repeat right 15px center;
  background-size: 21px 11px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .inkjet__panel__btn a {
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 4vw;
  }
  .inkjet__panels {
    margin: 2.66667vw 0 0;
  }
  .inkjet__panel_l {
    background-color: #fff;
    padding: 10.66667vw 5.33333vw;
    margin-bottom:10px;
  }
  .inkjet__panel_r {
    background-color: #fff;
    padding: 10.66667vw 5.33333vw;
  }
  .inkjet__panel__title {
    font-size: 5.33333vw;
    text-align: center;
  }
  .inkjet__panel__title small {
    font-size: 4vw;
  }
  .inkjet__panel__btn a {
    width: 53.33333vw;
    height: 10.66667vw;
    font-size: 4vw;
  }
 br.br-sp {
        display: block !important;
}
 br.br-pc {
        display: none !important;
}
}

@media (min-width: 768px) {
  .inkjet__panels {
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: 10px auto 0;
  }
  .inkjet__panel_l {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0%;
    padding: 60px 30px;
    margin-right:20px;
  }
  .inkjet__panel_r {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0%;
    padding: 60px 30px;
  }
  .inkjet__panel__title {
    text-align: center;
    font-size: 20px;
    margin-bottom:10px;
  }
  .inkjet__panel__title small {
    font-size: 16px;
  }
}