.top_news {
  margin-bottom: 50px;
  background-color: #def5ff;
  padding: 20px;
  border-radius: 6px;
}
.top_news h2 {
  color: #006ae4;
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}
.top_news ul {
  list-style: none;
}
.top_news ul li {
  margin-bottom: 10px;
}
.top_news ul li:last-child {
  margin-bottom: 0;
}
.top_service {
  margin-top: 50px;
}
.top_service div h3 {
  font-size: 50px;
}
.top_service div a {
  display: block;
  color: #fff;
  border-radius: 5px;
  width: 250px;
  height: 70px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .top_service div a {
    width: 100%;
  }
}
.top_service_survey {
  padding: 20px;
  margin-top: 50px;
  background-color: #def5ff;
  background-image: url(../images/service-survey.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .top_service_survey {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top_service_survey_content {
  background: rgba(34, 34, 34, 0.6);
  width: 320px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}
.top_service_survey_content h3 {
  color: #FF3535;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .top_service_survey_content {
    margin-bottom: 20px;
    width: 100%;
  }
}
.top_service_survey a {
  background-color: #FF3535;
  box-shadow: 0 5px 0 #af1d1d;
}
@media screen and (max-width: 480px) {
  .top_service_survey a {
    width: 100%;
  }
}
.top_service_shoot {
  padding: 20px;
  margin-top: 20px;
  background-image: url(../images/service-shoot.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .top_service_shoot {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top_service_shoot_content {
  background: rgba(34, 34, 34, 0.6);
  width: 320px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}
.top_service_shoot_content h3 {
  color: #27a5b8;
  margin-bottom: 20px;
  text-shadow: 0px 0px 2px #115c68;
}
@media screen and (max-width: 480px) {
  .top_service_shoot_content {
    margin-bottom: 20px;
    width: 100%;
  }
}
.top_service_shoot a {
  background-color: #27a5b8;
  box-shadow: 0 5px 0 #115c68;
}
@media screen and (max-width: 480px) {
  .top_service_shoot a {
    width: 100%;
  }
}
.top_service_3d {
  padding: 20px;
  margin-top: 20px;
  background-image: url(../images/service-3d.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 480px) {
  .top_service_3d {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.top_service_3d_content {
  background: rgba(34, 34, 34, 0.6);
  width: 320px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}
.top_service_3d_content h3 {
  color: #b82727;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .top_service_3d_content {
    margin-bottom: 20px;
    width: 100%;
  }
}
.top_service_3d a {
  background-color: #b82727;
  box-shadow: 0 5px 0 #941818;
}
.top_client {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background: #def5ff;
}
.top_client h2 {
  font-size: 50px;
  color: #006ae4;
  text-align: center;
}
.top_client_list {
  display: block;
  width: 90%;
  margin: 30px auto;
  padding: 30px 0;
  background: #fff;
  border-radius: 10px;
}
.top_blog {
  margin-top: 50px;
}
.top_blog h2 {
  color: #006ae4;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}
.top_blog .top_blog_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 20px auto;
}
.top_blog .top_blog_list_data {
  background-color: #def5ff;
  border-radius: 6px;
}
.top_blog .top_blog_list_data img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.top_blog .top_blog_list_data-meta {
  padding: 10px;
}
.top_blog .top_blog_list_data-meta a {
  text-decoration: none;
}
.top_blog .top_blog_list_data-meta h3 {
  color: #006ae4;
}
.top_blog .top_blog_list_data-meta .blog-date {
  font-size: 16px;
  color: #666;
}
.top_interview {
  margin-top: 50px;
}
.top_interview h2 {
  color: #006ae4;
  text-align: center;
  font-size: 65px;
}
.top_interview p {
  margin: 15px auto;
  font-size: 22px;
}
.top_interview dt {
  font-weight: bold;
  margin-top: 20px;
  color: #006ae4;
  font-size: 43px;
}
.top_interview dd {
  line-height: 1.8;
  font-size: 22px;
}

.btn_blog_list {
  display: block;
  background: #ff9a36;
  color: #fff;
  border-radius: 6px;
  width: 400px;
  text-decoration: none;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 5px 0 #b6620e;
}
/*# sourceMappingURL=toppage.css.map */