/*@import "/common/static/css/flex-layout.min.css";*/

:root {
  --pd-sec1-bgimg: url(/common/static/elotouch/images/header-bg.jpg);
  --pd-sec1-txt-color: #fff;
  --pd-sec-bg-color: var(--color-light, #eef1f6);
  --pd-link-btn-color: var(--color-link-base, #33a5f2);
  --pd-sec3-bg-color: linear-gradient(0deg, var(--color-link-base, #33a5f2) 0, var(--color-link-active, #55c1f9) 100%);
  --pd-sec3-txt-color: #fff;
  --pd-spec-item-bg-color: var(--color-light, #eef1f6);
}

.section-1 {
  max-width: 1470px;
  margin: 0 auto 35px;
  background-image: var(--pd-sec1-bgimg);
  background-position: center center;
  background-size: cover;
  color: var(--pd-sec1-txt-color);
  text-align: center;
  padding: 100px 0 50px;
}

.section-1 .sec1-txt {
  margin: 0 auto;
  max-width: 680px;
}

.section-1 .sec1-txt h6 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}

.section-1 .sec1-txt .h1 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 64px;
}

.section-1 .sec1-txt p {
  font-size: 21px;
  line-height: 1.3;
  color: unset;
}

.section-1 .img-wrapper {
  max-width: 1025px;
  margin: 0 auto;
  text-align: center;
}

.section-1 .img-wrapper img {
  max-width: 90%;
}

@media all and (max-width: 768px) {
  .section-1 {
    padding: 50px 0 30px;
  }

  .section-1 .sec1-txt .h1 {
    font-size: 36px;
  }

  .section-1 .sec1-txt h6 {
    font-size: 19px;
  }
}


.section-2 {
  max-width: 1470px;
  margin: 0 auto 35px;
  padding-top: 30px;
  background-color: var(--pd-sec-bg-color);
}

.section-2 .content-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.section-2 .sec2-txt {
  width: 40%;
  padding: 200px 30px;
  box-sizing: border-box;
}

.section-2 .sec2-txt h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  margin-top: 0;
}

.section-2 .sec2-txt div {
  font-size: 21px;
  line-height: 1.25;
  max-width: 345px;
}

.section-2 .sec2-txt .link_btn a {
  color: var(--pd-link-btn-color);
  padding: 8px 0;
}

.section-2 .sec2-txt .link_btn a img {
  height: 0.6em;
  width: auto;
  margin-top: 0;
  margin-left: 15px;
}

.section-2 .img-wrapper {
  width: 60%;
  text-align: center;
}

.section-2 .img-wrapper img {
  max-width: 95%;
}

@media all and (max-width: 768px) {
  .section-2 .sec2-txt, .section-2 .img-wrapper {
    width: 100%;
  }

  .section-2 .sec2-txt {
    text-align: center;
    padding: 40px 20px 35px;
  }

  .section-2 .sec2-txt h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .section-2 .sec2-txt p {
    /*font-size: 16px;*/
    max-width: unset;
  }

  .section-2 .sec2-txt .link_btn {
    text-align: center;
  }
}


.section-3 {
  max-width: 1470px;
  margin: 0 auto 35px;
  background-image: var(--pd-sec3-bg-color);
  color: var(--pd-sec3-txt-color);
}

.section-3 .content-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 0;
}

.section-3 .sec3-txt {
  padding: 100px 30px;
  box-sizing: border-box;
  width: 50%;
}

.section-3 .sec3-txt h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 20px;
}

.section-3 .sec3-txt div {
  font-size: 21px;
  line-height: 1.25;
}

.section-3 .img-wrapper {
  width: 50%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.section-3 .img-wrapper img {
  max-width: 95%;
}

@media all and (max-width: 768px) {
  .section-3 .content-inner {
    padding: 20px 0;
  }

  .section-3 .sec3-txt, .section-3 .img-wrapper {
    width: 100%;
  }

  .section-3 .sec3-txt {
    padding: 30px;
  }

  .section-3 .sec3-txt h3 {
    font-size: 28px;
  }

}

.section-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1470px;
  margin: 0 auto 35px;
  background-color: var(--pd-sec-bg-color);
}

.section-4 .img-wrapper {
  width: 50%;
}

.section-4 .img-wrapper img {
  max-width: 100%;
}

.section-4 .sec4-txt {
  width: 50%;
  padding: 16px;
  box-sizing: border-box;
}

.section-4 .sec4-txt h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
}

.section-4 .sec4-txt div {
  max-width: 495px;
  font-size: 21px;
  line-height: 1.25;
}

@media all and (max-width: 768px) {
  .section-4 .img-wrapper, .section-4 .sec4-txt {
    width: 100%;
  }

  .section-4 .sec4-txt {
    padding: 35px;
  }

  .section-4 .sec4-txt h2 {
    font-size: 34px;
  }

}

.section-5 {
  max-width: 1470px;
  margin: 0 auto 35px;
  display: grid;
  grid-template-columns:calc(60% - 15px) calc(40% - 15px);
  grid-gap: 30px;
  overflow: hidden;
}

.section-5 > div {
  position: relative;
  background-color: var(--pd-sec-bg-color);
  overflow: hidden;
}

.section-5 .a {
  grid-column: 1;
  grid-row: 1/3;
  /*min-height: 750px;*/
}

.section-5 .b {
  grid-column: 2;
  grid-row: 1;
  /*min-height: 505px;*/
}

.section-5 .c {
  grid-column: 2;
  grid-row: 2;
  /*min-height: 325px;*/
}

.section-5 img {
  width: 100%;
  /*position: absolute;*/
  height: 100%;
}

@media all and (max-width: 768px) {
  .section-5 {
    grid-template-columns: 1fr;
  }

  .section-5 .a, .section-5 .b, .section-5 .c {
    grid-row: auto;
    grid-column: auto;
    min-height: 0;
  }

  .section-5 img {
    position: relative;
  }
}

.section-6 {
  max-width: 1470px;
  margin: 0 auto 35px;
  background-color: var(--pd-sec-bg-color);
}

.section-6 .content-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 75px 0 50px;
}

.section-6 .content-inner .sec6-txt h2 {
  text-align: center;
  font-size: 62px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}

.section-6 .content-inner .sec6-txt div {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 1.25;
}

.section-6 .content-inner .usecase-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}

.section-6 .content-inner .usecase-wrapper .usecase-item {
  width: 20%;
  box-sizing: border-box;
  padding: 0 10px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.section-6 .content-inner .usecase-wrapper .usecase-item .txt {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-6 .content-inner .usecase-wrapper .usecase-item img {
  width: 100%;
}

.section-6 .content-inner .usecase-wrapper .usecase-item p {
  text-align: center;
  font-size: 21px;
  line-height: 1.25;
  padding: 10px 20px;
}

@media all and (max-width: 768px) {
  .section-6 .content-inner {
    padding: 30px 0;
  }

  .section-6 .content-inner .sec6-txt h2 {
    font-size: 34px;
  }

  .section-6 .content-inner .sec6-txt p {
    padding: 0 20px;
  }

  .section-6 .content-inner .usecase-wrapper .usecase-item {
    width: 40%;
  }
}

.section-spec {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 50px;
  border-bottom: solid 4px var(--pd-sec-bg-color);
}

.section-spec h4 {
  margin: 10px 0 30px;
  font-size: 45px;
  font-weight: 700;
  padding: 0 10px;
}

.section-spec-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 10px 0;
}

.section-spec-item {
  display: grid;
  grid-template-columns: minmax(150px, 30%) auto;
  align-items: center;
}

.section-spec-item:nth-child(2n) .value {
  background-color: var(--pd-spec-item-bg-color);
}

.section-spec-item > p, .section-spec-item > div {
  padding: 20px 30px;
  font-size: 16px;
  line-height: 24px;
}

@media all and (max-width: 768px) {
  .section-spec {
    padding-top: 25px;
  }

  .section-spec h4 {
    margin-bottom: 20px;
  }
}

.section-resource {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 50px;
}

.section-resource h4 {
  margin: 10px 0 50px;
  font-size: 45px;
  font-weight: 700;
  padding: 0 10px;
}

.section-resource-content {
  max-width: 1260px;
  margin: 0 auto 50px;
  padding: 10px 0;
}

.section-resource-content h6 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  padding: 0 10px 25px;
  border-bottom: solid 4px var(--pd-sec-bg-color);
}

.section-resource-item {
  display: grid;
  grid-template-columns: minmax(150px, 30%) auto;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}

.section-resource-item .name {
  padding: 0 10px;
}

.section-resource-item:nth-child(2n) .value {
  background-color: var(--pd-spec-item-bg-color);
}

.section-resource-item .value {
  padding: 10px 20px;
}

.section-resource-item .value a {
  color: var(--pd-link-btn-color);
}

@media all and (max-width: 768px) {
  .section-resource {
    padding-top: 25px;
  }

  .section-resource h4 {
    margin-bottom: 25px;
  }
}

company {
  display: block;
  padding: 10px;
}