@charset "utf-8";

/* ------- INDEX ---------------------------------------------- */
.technology-section-wrap{
  counter-reset: number 0;
}
.technology-section .technology-detail:before{
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  color: #EBEAE9;
  font-family: 'Lora', serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  opacity: .4;
}
.technology-section:nth-child(even) .technology-detail{
  background-color: #3681A0;
  color: #FFF;
}
.technology-section:nth-child(even) .technology-detail:before{
  opacity: .2;
}
.technology-section .technology-detail-heading p{
  color: #A02B2E;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}
.technology-section:nth-child(even) .technology-detail-heading p{
  color: #FFF;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}
.technology-detail-heading h2{
  line-height: 1.66;
}
@media print, screen and (min-width:781px) {
  .technology-section-wrap{
    margin-top: 120px;
  }
  .technology-section{
    display: flex;
    margin-top: 80px;
  }
  .technology-section:nth-child(even){
    flex-direction: row-reverse;
  }
  .technology-section .image{
    box-shadow: 0 3px 20px rgba(0,0,0,.16);
    align-self: center;
    margin-right: -3.38%;
    width: 40.67%;
    position: relative;
    z-index: 2;
  }
  .technology-section:nth-child(even) .image{
     margin-right: 0;
     margin-left: -3.38%;
  }
  .technology-section .technology-detail{
    background-color: #FFF;
    padding: 70px 50px 70px 100px;
    width: 62.71%;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .technology-section .technology-detail:before{
    font-size: 32rem;
    position: absolute;
    right: 0;
    top: -48px;
  }
  .technology-section:nth-child(even) .technology-detail{
    padding: 70px 100px 70px 50px;
  }
  .technology-detail-heading p{
    font-size: 2.0rem;
  }
  .technology-detail-heading h2{
    font-size: 4.2rem;
    margin-top: 5px;
  }
  .technology-detail > p{
    margin-top: 30px;
  }
}
@media screen and (max-width: 780px) {
  .technology-section{
    margin-top: 60px;
  }
  .technology-section .image{
    box-shadow: 0 3px 10px rgba(0,0,0,.16);
    margin: 0 20px -100px;
    position: relative;
    z-index: 2;
  }
  .technology-section .technology-detail{
    background-color: #FFF;
    padding: 130px 20px 60px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .technology-section .technology-detail:before{
    font-size: 12rem;
    position: absolute;
    right: 20px;
    top: 125px;
  }
  .technology-detail-heading p{
    font-size: 1.4rem;
  }
  .technology-detail-heading h2{
    font-size: 2.2rem;
    margin-top: 5px;
  }
  .technology-detail > p{
    margin-top: 25px;
  }
}
@media (hover: hover) and (pointer: fine){
}

