/* Scss Document */
header .logo, header h2 {
  position: absolute;
  z-index: 1;
  left: 0px;
}
header .logo {
  top: 0px;
  width: 25%;
}
header h2 {
  left: 0px;
  right: 0px;
  bottom: 20px;
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-align: center;
  color: #035091;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  header .logo {
    width: 180px;
  }
  header h2 {
    font-size: 113px;
    font-size: 75px;
    text-align: left;
    top: 50%;
    left: 150px;
    right: 100px;
    bottom: auto;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  header h2{
    left: 50px;
    right: 50px;
    font-size: 65px;
  }
}

#overview {
  margin: 30px 0px;
}
#overview .txt {
  margin: 0px 5%;
}
@media screen and (min-width: 768px) {
  #overview {
    margin: 61px 0px;
  }
  #overview .txt {
    margin: 0px 40px;
  }
}

#features {
  background: var(--grey);
  padding: 25px 0px 67px;
}
#features .inner {
  margin-top: 27px;
}
#features .box {
  background: var(--white);
  box-sizing: border-box;
  padding: 10px 10px 20px;
  box-shadow: 1px 20px 28.8px 3.2px rgba(134, 134, 134, 0.11);
}
#features .box + .box {
  margin-top: 22px;
}
#features h3 {
  font-size: 17px;
  letter-spacing: -0.02em;
  font-weight: 700;
  background: var(--blue4);
  color: var(--white);
  text-align: center;
  line-height: 1.5;
  padding: 5px 0px 2px;
}
#features .detail {
  margin-top: 10px;
}
#features .col-txt {
  margin-top: 20px;
}
#features h4 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}
#features .txt {
  line-height: 1.625;
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  #features {
    padding: 52px 0px 137px;
  }
  #features .inner {
    margin-top: 48px;
  }
  #features .box {
    padding: 30px 30px 32px;
  }
  #features .box + .box {
    margin-top: 73px;
  }
  #features h3 {
    font-size: 33px;
    padding: 11px 0px 2px;
  }
  #features .detail {
    margin-top: 30px;
    justify-content: space-between;
  }
  #features .col-txt {
    width: 385px;
    margin: 0px 32px 0px 0px;
  }
  #features h4 {
    font-size: 27px;
    text-align: left;
  }
  #features .txt {
    font-size: 16px;
  }
}