@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@media screen and (max-width: 500px) {
  .overview-philosophy > .desc {
    margin-left: 25%;
    padding-right: 5%;
  }
}

.overview-philosophy .desc-txt {
  padding-right: 20%;
}

@media screen and (max-width: 500px) {
  .overview-philosophy .desc-txt {
    padding-right: 0;
  }
}

.overview-philosophy_lists {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 7%;
  position: relative;
  z-index: 3;
}

.overview-philosophy_columns {
  display: inline-block;
  padding: 6px 20px 7px;
  letter-spacing: 0.15em;
  background-color: rgba(0, 91, 172, 0.9);
  font-size: 2rem;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .android .overview-philosophy_columns {
    padding: 6px 20px 8px;
  }
}

@media screen and (max-width: 350px) {
  .overview-philosophy_columns {
    font-size: 1.8rem;
  }
}

.overview-philosophy_list .desc-txt {
  margin-top: 20px;
  margin-bottom: 21px;
}

.overview-philosophy_list p {
  padding: 16px 30px 24px;
}

.overview-details {
  z-index: 10;
  position: relative;
  background-color: #eeeeee;
  padding: 3% 0;
}

.overview-details_lists {
  position: relative;
  width: 80%;
  padding-top: 3%;
  background-color: #fff;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .overview-details_lists {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .overview-details_lists {
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .overview-details_lists {
    width: 100%;
  }
}

.overview-details_lists::before {
  position: absolute;
  height: 100%;
  top: 0;
  width: 8px;
  content: "";
  background-color: #eeeeee;
  left: 30%;
  z-index: 15;
}

@media screen and (max-width: 500px) {
  .overview-details_lists::before {
    width: 6px;
    left: 35%;
  }
}

.overview-details_title {
  position: relative;
  width: 30%;
  background-color: #fff;
  vertical-align: middle;
  padding-left: 0;
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  .overview-details_title {
    width: 35%;
  }
}

.overview-details tr:not(:last-child) .overview-details_title .line {
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: 0;
  margin: 0 5%;
  background-color: #009ce6;
  content: "";
}

.overview-details_title .txt {
  position: relative;
  display: inline-block;
  margin-left: 8%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 1.2s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.4s;
  transition: 1.2s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.4s;
}

.overview-details_desc {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  background-color: #fff;
  padding-left: 0;
  margin-top: 0;
}

.overview-details tr:not(:last-child) .overview-details_desc .line {
  position: absolute;
  width: 95%;
  height: 2px;
  bottom: 0;
  margin: 0 0 0 5%;
  background-color: #d4d4d4;
  content: "";
}

.overview-details_desc .txt {
  position: relative;
  margin-left: 8%;
  padding: 19px 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 1s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.4s;
  transition: 1s cubic-bezier(0.05, 0.39, 0.76, 0.89) 0.4s;
}

.overview-details_desc .txt a {
  color: #746afe;
}
/*# sourceMappingURL=overview.min.css.map */
