@charset "UTF-8";
/* CSS Document */
body {
    font-family: circe, sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
}
.text-white {
    color: #fff;
}
h1, h2, h3, h4 {
    font-size: 1.5rem;
    font-weight: bold;
}
h4::after {
    background-color: rgba(44, 74, 118);
    content: '';
    display: block;
    height: 5px;
    margin: 0 auto 30px;
    width: 100px;
}
.solid {
    border-bottom: solid 2px rgba(118,111,44,0.1);
}
.d-sm {
    display: none;
}
.features h4 p.slide-top {
    font-size: 2em;
}
ul.app li {
    padding: 0;
}
ul.app li img {
    width: 100%;
    max-width: 140px;
}
#slide_wrapp {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #000;
  margin-bottom: 0;
}
#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
  width: 100%;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrapp .slide_item div {
  background-size: cover;
  background-position: center;
  display: block;
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0.6;
}

.header-copy {
  display: block;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: left;
}
.header-copy h1 {
  font-weight: bold;
  color: #FFF;
  padding: 0;
}
.header-copy h1 span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.header-copy span.note {
  font-family: serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  color: #FFF;
  width: 80%;
}
.header-copy h2.subtitle {
  font-size: 4rem;
  font-weight: normal;
  color: #FFF;
}

@media screen and (max-width:767px) {
.d-sm {
    display: block;
}
.d-pc {
    display: none;
}
.header-copy h1 span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  display: block;
}
}
h1 img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.mainImage img {
    width: auto;
    max-height: 70vh;
}
.mainBg {
    background-color: rgba(118,111,44,0.2);
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1200px) {
.mainImage img {
    max-height: 50vh;
}
}

@media screen and (max-width:767px) {
h1 {
    padding-top: 300px;
}
h1 img {
    max-width: 80%;
}
}

@media screen and (max-width:576px) {
h1 {
    padding-top: 150px;
}
.container {
    margin: 0 auto;
    width: 95%;
}
}
/*margin,padding*/
.mg-01 {
    margin-bottom: 100px;
}
.mg-02 {
    margin-bottom: 50px;
}
.mg-03 {
    margin: 100px 0;
}
.mg-04 {
    margin: 10px 0;
}
.pd-01 {
    padding: 50px 0;
}
.pd-02 {
    padding-bottom: 10px;
}

@media screen and (max-width:767px) {
.mg-04 {
    margin: 20px 0;
}
}
.my-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.main {
    height: 80vh;
    position: relative;
}
.app img {
    max-width: unset;
    width: auto;
}
.sec-01::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(44,74,118,0.8);
}
.sec-01 {
    background-image: url("../img/mainBg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 1;
}
.sec-01 .container {
    opacity: 0.99999;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media screen and (max-width:767px) {
.sec-01 {
    background-image: url("../img/mainBg_sp.jpg");
    background-position: center;
}
.main {
    height: 70vh;
}
}

@media screen and (max-width:576px) {
.bgColor01 {
    padding: 50px 10px;
}
.sec-01 img {
    width: 50%;
}
}
.app li {
    margin-bottom: 10px;
}
.app img {
    width: 100%;
    max-width: 200px;
}
.centerText {
    display: block;
    margin: 20px 0;
    text-align: center;
}
.container.solid {
    margin-top: -120px;
}
.features img {
    width: 70%;
    height: auto;
    object-fit: cover;
    object-position: 0 200px;
}
.featuresList li::before {
    position: absolute;
    content: "-";
    margin-left: -1em;
    width: 1em;
}
.featuresList li {
    position: relative;
    list-style-type: none;
    margin-left: 1em;
}

@media screen and (max-width:991px) {
.container.solid {
    margin-top: -50px;
}
}

@media screen and (max-width:767px) {
h3.centerText {
    margin-bottom: 50px;
}
.container.solid {
    margin-top: 0px;
    margin-bottom: 100px;
}
.features img {
    margin-top: -180px;
    width: 50%;
}
}

@media screen and (max-width:576px) {
.features img {
    margin-top: -140px;
    width: 70%;
    object-position: 0 150px;
}
}
.share {
    margin: 0;
    padding: 0;
}
.share li {
    padding: 22px 0;
    margin: 0 10px;
    display: inline-block;
    float: none;
}
.share a {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    font-size: 1rem;
    letter-spacing: 3px;
    width: 180px;
    border: 1px solid;
    border-radius: 25px;
}
.share a.fb:hover, .share a.tw:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
    text-decoration: none;
}
.share a.fb {
    color: #3b5998;
}
.share a.tw {
    color: #0084ff;
}

@media screen and (max-width:767px) {
.share li {
    padding: 5px 0;
}
.share a {
    height: 50px;
    border: 1px solid;
    border-radius: 25px;
}
}
/*.appLink::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(44,74,118,0.7);
}*/
.appLink {
    background: rgb(37,59,92);
    background: -moz-linear-gradient(top, rgba(37,59,92,1) 0%, rgba(44,74,118,1) 30%, rgba(223,228,234,1) 90%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(37,59,92,1) 0%, rgba(44,74,118,1) 30%, rgba(223,228,234,1) 90%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(37,59,92,1) 0%, rgba(44,74,118,1) 30%, rgba(223,228,234,1) 90%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253b5c', endColorstr='#ffffff', GradientType=0 );
    height: 200px;
    position: relative;
}
.appLink li {
    display: inline-block;
}

.viewwebsiteLink a span img {
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.viewwebsiteLink a {
    width: 70%;
    max-width: 260px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.viewwebsiteLink a span {
    background: #2C4A76;
    color: #FFF;
    line-height: 44px;
    height: 44px;
    display: inline-block;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #ddd;
}

@media screen and (max-width:1200px) {
.appLink {
    height: 200px;
}
}
footer {
    font-size: 0.8rem;
}
footer img {
    width: 100px;
    height: auto;
}

.feature-supimg img {
    margin: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 0;
}