#wrapper main {
  background: #004688;
}
#wrapper section {
  position: relative;
  width: 100%;
}
#wrapper section.img_fixed {
  background: #004688;
  color: #fff;
}
#wrapper section.about_area .about_tech {
  padding: 70px 0 120px;
  background: #f2f2f2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech {
    padding: 35px 0 60px;
  }
}
#wrapper section.about_area .about_tech > .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner {
    padding: 0 5%;
  }
}
#wrapper section.about_area .about_tech > .inner.pt {
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner.pt {
    padding-top: 35px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_lead h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_lead h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_lead p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_lead p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_lead p.txt span {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_lead p.txt span {
    font-size: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_lead p.more {
  margin-top: 1em;
  text-align: right;
}
#wrapper section.about_area .about_tech > .inner .tech_lead p.more a img {
  width: 270px;
}
#wrapper section.about_area .about_tech > .inner .promise {
  margin-bottom: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise {
    margin-bottom: 35px;
    display: block;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .txt_area {
  width: 35%;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .txt_area {
    width: 100%;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .txt_area h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .txt_area h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .txt_area p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .txt_area p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .txt_area p.txt span {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .txt_area p.txt span {
    font-size: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .img {
  position: relative;
  width: 58%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .img {
    width: 100%;
    margin-top: 30px;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wrapper section.about_area .about_tech > .inner .promise .img .iso {
  position: relative;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .img .iso {
    padding: 0 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .img .iso p.ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .img .iso p.ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .img .iso ul {
  counter-reset: number 0;
}
#wrapper section.about_area .about_tech > .inner .promise .img .iso ul li {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .img .iso ul li {
    font-size: 15px;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .img .iso ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .img .iso ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .promise .img .iso ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}
#wrapper section.about_area .about_tech > .inner .promise .img .iso ul li span {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .promise .img .iso ul li span {
    font-size: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail {
  width: 100%;
  max-width: 750px;
  margin: 70px auto 100px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail {
    margin: 35px auto 50px;
    padding: 0 5%;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap {
    display: block;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap:not(:last-child) {
    margin-bottom: 35px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3 {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #7dc8fa;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3 span {
  font-size: 18px;
  color: #7dc8fa;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap h3 span {
    font-size: 16px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area {
  width: 44%;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.txt {
    font-size: 14px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.txt span {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.txt span {
    font-size: 10px;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.more {
  margin-top: 1em;
  text-align: right;
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .txt_area p.more img {
  width: 271px;
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .img {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .img {
    width: 100%;
  }
}
#wrapper section.about_area .about_tech > .inner .tech_detail .detail_wrap .img img {
  width: 100%;
}
#wrapper section.note {
  padding: 90px 0 20px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #wrapper section.note {
    padding: 50px 0 10px;
  }
}
#wrapper section.note p {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #wrapper section.note p {
    font-size: 10px;
  }
}

/*# sourceMappingURL=layout.css.map */
