#tech {
  background: url(../../about/images/tech/bg.jpg) center top/100%;
}

#tech #kv {
  background: url(../../about/images/tech/kv.png) center bottom no-repeat;
  max-width: 1280px;
  margin: auto;
  height: 580px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tech #kv .kv {
  width: 960px;
  margin: auto;
}

#tech #kv .kv h2 {
  position: relative;
  height: auto;
  padding: 20px 0;
  margin-bottom: 40px;
}

#tech #kv .kv h2 img {
  position: relative;
  z-index: 2;
}

#tech #kv .kv h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #118aca;
  mix-blend-mode: multiply;
}

#tech #kv .kv p {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 1em;
  margin-bottom: 2em;
  text-align: center;
  font-weight: bold;
}

#tech #kv .kv .nav ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#tech #kv .kv .nav ul li {
  width: 48%;
}

#tech #kv .kv .nav ul li a, #tech #kv .kv .nav ul li span {
  font-size: 20px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3em;
  border: solid 2px #108ACA;
  border-radius: 0.5em;
  font-weight: bold;
  position: relative;
}

#tech #kv .kv .nav ul li span {
  background: #108ACA;
  color: #fff;
}

#tech #kv .kv .nav ul li a {
  color: #108ACA;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#tech #kv .kv .nav ul li a:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../about/images/tech/nav-arrow.svg) center center/cover no-repeat;
  position: absolute;
  right: 1em;
  top: calc(50% - 00.5em);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

#tech #kv .kv .nav ul li a:hover {
  background: #108ACA;
  color: #fff;
}

#tech #kv .kv .nav ul li a:hover:after {
  right: 0.5em;
}

@media screen and (max-width: 768px) {
  #tech #kv {
    height: auto;
  }
  #tech #kv .kv {
    width: 90%;
    text-align: center;
  }
  #tech #kv .kv h2 {
    margin-bottom: 3vw;
  }
  #tech #kv .kv h2 img {
    width: 60%;
  }
  #tech #kv .kv p {
    margin-bottom: 1em;
    font-size: 3.5vw;
  }
  #tech #kv .kv .nav ul {
    display: block;
  }
  #tech #kv .kv .nav ul li {
    width: 100%;
    margin-bottom: 3vw;
  }
  #tech #kv .kv .nav ul li a, #tech #kv .kv .nav ul li span {
    font-size: 4vw;
  }
}

#tech .grad {
  background: -webkit-gradient(linear, left top, right top, from(#108aca), to(#8cdaca));
  background: -webkit-linear-gradient(left, #108aca, #8cdaca);
  background: -o-linear-gradient(left, #108aca, #8cdaca);
  background: linear-gradient(90deg, #108aca, #8cdaca);
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.1em;
  border-radius: 2em;
  margin-top: 0.5em;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  #tech .grad {
    font-size: 3.5vw;
  }
}

#tech .tech {
  width: 960px;
  margin: auto;
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  #tech .tech {
    width: 90vw;
    margin-top: 0;
  }
}

#tech .tech section {
  background: #fff;
  padding: 40px 80px 80px;
  border-radius: 20px;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #tech .tech section {
    padding: 4vw 4vw 10vw 4vw;
    border-radius: 6vw;
    margin-bottom: 10vw;
  }
}

#tech .tech section.section-arrow {
  margin-bottom: 100px;
}

#tech .tech section.section-arrow:after {
  width: 60px;
  height: 110px;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  bottom: -85px;
  background: url(../../about/images/tech/section-arrow.svg) center top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  #tech .tech section.section-arrow {
    margin-bottom: 20vw;
  }
  #tech .tech section.section-arrow:after {
    width: 12vw;
    height: 40vw;
    left: calc(50% - 6vw);
    bottom: -35vw;
  }
}

#tech .tech section article {
  position: relative;
  padding-top: 30px;
  margin-bottom: 60px;
}

#tech .tech section article:last-child {
  margin-bottom: 0;
}

#tech .tech section article h4 {
  font-size: 28px;
  border-bottom: solid 1px #108ACA;
  background: none;
  color: #108ACA;
  padding: 0;
  padding-bottom: 0.5em;
}

#tech .tech section article h4:after {
  display: none;
}

#tech .tech section article.question {
  background: url(../../about/images/tech/question.svg) right top no-repeat;
}

#tech .tech section article.question figure.illust {
  position: absolute;
  right: 0;
  top: 30px;
}

@media screen and (max-width: 768px) {
  #tech .tech section article {
    padding-top: 5vw;
    margin-bottom: 10vw;
  }
  #tech .tech section article h4 {
    font-size: 4.5vw;
  }
  #tech .tech section article.question {
    background-size: 30vw;
  }
  #tech .tech section article.question figure.illust {
    width: 16vw;
    top: 5vw;
  }
  #tech .tech section article.question p {
    padding-right: 20vw;
  }
}

#tech .tech section #type h5 {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  margin-bottom: 3em;
}

#tech .tech section #type h5 span {
  display: block;
  line-height: 1em;
  padding: 0.5em 1em;
  background: -webkit-gradient(linear, left top, right top, from(#108aca), to(#8cdaca));
  background: -webkit-linear-gradient(left, #108aca, #8cdaca);
  background: -o-linear-gradient(left, #108aca, #8cdaca);
  background: linear-gradient(90deg, #108aca, #8cdaca);
  font-size: inherit;
  color: #fff;
  width: 16em;
  text-align: center;
}

#tech .tech section #type ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#tech .tech section #type ul li {
  width: 30%;
  position: relative;
}

#tech .tech section #type ul li span {
  display: block;
  width: 75px;
  position: absolute;
  left: -30px;
  top: -40px;
}

#tech .tech section #type ul li span ins {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

#tech .tech section #type ul li p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.5em;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  #tech .tech section #type h5 {
    font-size: 4.5vw;
    margin-bottom: 1.7em;
  }
  #tech .tech section #type h5 span {
    width: 14em;
  }
  #tech .tech section #type ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #tech .tech section #type ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
  #tech .tech section #type ul li span {
    width: 22vw;
    left: -7vw;
    top: -7vw;
  }
  #tech .tech section #type ul li span ins {
    font-size: 3.5vw;
  }
  #tech .tech section #type ul li p {
    padding-right: 0;
  }
}

#tech .tech section #feature-image ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 80%;
  margin: auto;
}

#tech .tech section #feature-image ul li {
  width: 48%;
  position: relative;
}

#tech .tech section #feature-image ul li span {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: -1em;
  height: 2em;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#108aca), to(#8cdaca));
  background: -webkit-linear-gradient(left, #108aca, #8cdaca);
  background: -o-linear-gradient(left, #108aca, #8cdaca);
  background: linear-gradient(90deg, #108aca, #8cdaca);
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #tech .tech section #feature-image ul {
    width: 100%;
  }
  #tech .tech section #feature-image ul li span {
    font-size: 3.4vw;
    width: 90%;
    left: 5%;
  }
}

#tech .tech section .press-image {
  background: #e0f0f8;
  padding: 20px 100px;
  margin-bottom: 20px;
}

#tech .tech section .press-image p {
  background: #108ACA;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  width: 460px;
  font-size: 15px;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  #tech .tech section .press-image {
    padding: 5vw 5vw;
  }
  #tech .tech section .press-image p {
    width: calc(100% - 2em);
    padding: 0.5em 1em;
  }
}

#tech .tech section .springback dl {
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tech .tech section .springback dl dt {
  background: #108ACA;
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 2em;
  margin-right: 0.5em;
  font-weight: bold;
}

#tech .tech section .springback dl dd {
  font-weight: bold;
  font-size: 18px;
}

#tech .tech section .springback .memo {
  text-align: right;
}

#tech .tech section .springback .spb-detail {
  position: relative;
  padding: 20px 0;
}

#tech .tech section .springback .spb-detail .illust {
  position: absolute;
  left: 0;
  top: 0;
}

#tech .tech section .springback .spb-detail .spb-image {
  padding-left: 60px;
}

@media screen and (max-width: 768px) {
  #tech .tech section .springback dl dt {
    font-size: 4vw;
  }
  #tech .tech section .springback dl dd {
    font-size: 3.4vw;
  }
  #tech .tech section .springback .memo {
    font-size: 3.2vw;
  }
  #tech .tech section .springback .spb-detail .illust {
    width: 15vw;
  }
  #tech .tech section .springback .spb-detail .spb-image {
    padding-left: 17vw;
  }
  #tech .tech section .springback .spb-detail .spb-image .grad {
    line-height: 1.4em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

#tech .tech section .jushi {
  margin-bottom: 30px;
}

#tech .tech section .jushi:last-child {
  margin-bottom: 0;
}

#tech .tech section .jushi h6 {
  padding: 0.5em 0;
  width: 23em;
  margin: auto;
  margin-bottom: 1em;
}

#tech .tech section .jushi figure {
  width: 80%;
  margin: auto;
}

#tech .tech section#kouken {
  padding: 0;
  overflow: hidden;
}

#tech .tech section#kouken h2 {
  background: #108ACA;
  font-size: 30px;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  margin-bottom: 1em;
}

#tech .tech section#kouken article {
  padding-bottom: 60px;
  padding-top: 0;
  margin-bottom: 0;
}

#tech .tech section#kouken article figure {
  text-align: center;
}

#tech .tech section#kouken article strong {
  display: block;
  text-align: center;
  font-size: 40px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

#tech .tech section#kouken article p {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #tech .tech section#kouken h2 {
    font-size: 4.5vw;
    padding: 1em 0;
  }
  #tech .tech section#kouken article figure img {
    height: 25vw;
  }
  #tech .tech section#kouken article strong {
    font-size: 5vw;
  }
  #tech .tech section#kouken article p {
    font-size: 3.5vw;
    padding: 0 1em;
  }
}

#tech .tech section.discover .link a {
  background: url(../images/arrow-right.svg) right 1em center/auto 1em no-repeat #108ACA;
  color: #fff;
  font-size: 20px;
  padding: 0.4em 3em 0.4em 3em;
  border-radius: 2em;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#tech .tech section.discover .link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #tech .tech section.discover .link a {
    font-size: 4vw;
  }
}
