
.fh5co-cards {
  background: whitesmoke;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 3em 0;
  }
}
.fh5co-cards .fh5co-card {
  display: block;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  margin-bottom: 30px;
  border-bottom: none;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fh5co-cards .fh5co-card img {
  z-index: -1;
}
.fh5co-cards .fh5co-card .fh5co-card-body {
  padding: 30px;
}
.fh5co-cards .fh5co-card .fh5co-card-body h3 {
  font-size: 20px;
  color: #8b969c;
  margin-bottom: 10px;
  color: #555;
}
.fh5co-cards .fh5co-card .fh5co-card-body p {
  color: #555;
}
.fh5co-cards .fh5co-card .fh5co-card-body p:last-child {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
}
.fh5co-cards .fh5co-card:hover {
  text-decoration: none;
  border-bottom: none;
  bottom: 10px;
}
.fh5co-cards .fh5co-card:hover h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #57cecd;
}

#top-page #fh5co-main .fh5co-cards .content-box01{
    max-width: 95%;
    width: 1436px;
    margin: 0 auto;
}
#top-page #dtp-design .fh5co-product-2 .fh5co-half:last-child{
    padding-left: 50px;
    padding-right: 100px;
}

.company-philosophy{
/*    padding-left: 12%;
    width: calc(1260px + 12%);
    max-width: 100%;*/
    margin: 0 auto;
    margin-left: 0;
/*    margin-bottom: 200px;*/
}
.company-philosophy .fh5co-half{
    font-size: 16px;
}
.company-philosophy .fh5co-half:last-child{
    padding-top: 4em;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0;
}
.company-philosophy .fh5co-half.img{
    padding: 0;
}
.company-philosophy .fh5co-half.img > div > span{
    width: 33%;
}
.company-philosophy .fh5co-half.img > div > span:last-child{
    width: 67%;
    overflow: hidden;
}

.about-us h2{
    font-size: 36px;
    font-weight: 700;
    color: #444!important;
    margin-bottom: 170px;
}

@media screen and (min-width: 1360px) {
    #top-page #dtp-design .fh5co-product-2 .fh5co-half:last-child{
        padding-right: 0;
    }
    .company-philosophy{
        margin: 0 auto;
    }
}

/* min */
@media screen and (min-width: 768px) {
    .fh5co-cards .fh5co-card .fh5co-card-body {
      min-height:200px;
    }
}

@media screen and (max-width: 1023px) {
    .company-philosophy{
        width: 90%;
        margin: 0 auto;
    }
}
 @media screen and (max-width: 768px) {
    .company-philosophy{
        padding-left: 0;
        width: 100%;
    }
    .company-philosophy .fh5co-product-2{
        flex-direction: column;
    }
    .company-philosophy .fh5co-half.img{
        width: 100%;
        height: 100%;
    }
    .company-philosophy .fh5co-half:last-child{
        width: 100%;
        padding-bottom: 3em;
        padding-left: 10%;
        padding-right: 10%;
    }
    .company-philosophy .fh5co-half.img > div > span{
        width: 100%;
    }
    .company-philosophy .fh5co-half.img > div > span:last-child{
        width: 100%;
    }
    .about-us h2{
        margin-bottom: 3em;
    }
    #top-page #dtp-design .fh5co-product-2 .fh5co-half:last-child{
        padding-left: 0;
        padding-top: 2em;
        padding-right: 5%;
        padding-left: 5%;
    }
    #top-page .fh5co-product-2 .fh5co-half .img_stl01{
        flex-direction: column;
        height: auto;
        gap: 0;
    }
    #top-page .fh5co-product-2 .fh5co-half h3{
        font-size: 24px;
    }
}