/*- - - - - - - - - - - - - - - - - - - - - - -
 *
 * Read Initial files
 *
 *- - - - - - - - - - - - - - - - - - - - - - - */
/*** width ***/
/*** media ***/
/*** padding ***/
/***  color ***/
/*** font ***/
/*** url ***/
.top-hero {
  color: white;
  padding: 194px 0 259px 0;
  text-align: center;
  position: relative;
  background-image: url(../images/bg_top_hero.png);
  background-size: cover;
}
.top-hero h1 {
  font-family: Lora;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 77.5px;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
}
.top-hero a {
  transition: unset;
  padding-left: 25px;
  width: 400px;
  height: 68px;
  border-radius: 34px;
  background: #f4ab21;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}
.top-hero a:hover {
  opacity: 1;
}
.top-hero a img {
  margin-left: 27px;
  width: 67px;
}
.top-content {
  color: #17191A;
  padding: 0 14px;
}
.top-content h1 {
  font-family: Lora;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
.top-content h2 {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #17191a;
  opacity: 0.6;
  margin-top: 9px;
}
.top-content .top-news {
  padding: 86px 0 0 0;
}
.top-content .top-news table {
  width: 100%;
  margin-top: 18px;
}
.top-content .top-news table tr td {
  padding: 32px 14px 30px 0;
  border-bottom: 1px solid #cecece;
}
.top-content .top-news table tr td:last-child {
  padding-right: 0;
  width: 100%;
}
.top-content .top-news table tr td.post-date {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: 0.6;
}
.top-content .top-news table tr td.post-category {
  white-space: nowrap;
}
.top-content .top-news table tr td.post-category a {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  border-radius: 3px;
  background: #71c7d4;
  padding: 4px 8px;
}
.top-content .top-news table tr td.post-category a:hover {
  opacity: 1;
}
.top-content .top-news table tr td.post-title a {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.top-content .btn-return {
  text-align: right;
  margin-top: 40px;
}
.top-content .btn-return a {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: right;
  display: inline-flex;
  align-items: center;
}
.top-content .btn-return a img {
  margin-left: 12px;
}
.top-content .top-company {
  padding: 130px 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: initial;
  justify-content: space-between;
}
.top-content .top-company .top-company-img {
  width: 45%;
  border-radius: 10px;
  box-shadow: 0px 2.5px 4px rgba(0, 0, 0, 0.09);
}
.top-content .top-company .top-company-img img {
  width: 100%;
}
.top-content .top-company .top-company-main {
  width: 50%;
}
.top-content .top-company .top-company-main h1 {
  text-align: left;
  line-height: 1.2;
}
.top-content .top-company .top-company-main h2 {
  text-align: left;
}
.top-content .top-company .top-company-main p {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.02em;
  margin-top: 40px;
}
.top-content .top-business {
  padding: 117px 0 130px 0;
}
.top-content .top-business .business-image-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: unset;
  margin-top: 48px;
}
.top-content .top-business .business-image-group figure {
  margin: 0;
  cursor: pointer;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  width: 220px;
}
.top-content .top-business .business-image-group figure img {
  width: 100%;
}
.top-content .top-business .business-image-group figure figcaption {
  margin-top: 16px;
  padding: 0 8px;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 22.5px;
  font-weight: 500;
  text-align: center;
}
.top-footer {
  background: #f7f7f7;
  padding: 64px 0;
}
.top-footer .content {
  padding: 0 31px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.top-footer .content .top-footer-logo {
  width: 290px;
  height: 87px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0.5px 6px rgba(0, 0, 0, 0.09);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.top-footer .content .top-footer-logo img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .top-hero {
    padding: 194rem 0 259rem 0;
  }
  .top-hero h1 {
    font-size: 50rem;
    line-height: 77.5rem;
    text-shadow: 0rem 1rem 6rem rgba(0, 0, 0, 0.4);
  }
  .top-hero a {
    width: 316rem;
    height: 68rem;
    border-radius: 34rem;
    box-shadow: 0rem 3rem 6rem rgba(0, 0, 0, 0.16);
    right: 20rem;
    bottom: 20rem;
    font-size: 20rem;
    padding-left: 25rem;
  }
  .top-hero a img {
    margin-left: 27rem;
    width: 67rem;
  }
  .top-content {
    padding: 0 20px;
  }
  .top-content h1 {
    font-size: 36rem;
  }
  .top-content h2 {
    font-size: 12rem;
    margin-top: 9rem;
  }
  .top-content .top-news {
    padding: 86rem 0 0 0;
  }
  .top-content .top-news table {
    margin-top: 18rem;
  }
  .top-content .top-news table tr td {
    padding: 32rem 14rem 30rem 0;
    border-bottom: 1rem solid #cecece;
  }
  .top-content .top-news table tr td.post-date {
    font-size: 17rem;
  }
  .top-content .top-news table tr td.post-category a {
    font-size: 14rem;
    border-radius: 3rem;
    padding: 4rem 8rem;
    vertical-align: middle;
  }
  .top-content .top-news table tr td.post-title a {
    font-size: 17rem;
  }
  .top-content .btn-return {
    margin-top: 40rem;
  }
  .top-content .btn-return a {
    font-size: 14rem;
  }
  .top-content .btn-return a img {
    margin-left: 12rem;
    width: 67rem;
  }
  .top-content .top-company {
    padding: 130rem 0 0 0;
    align-items: flex-start;
  }
  .top-content .top-company .top-company-img {
    width: 400rem;
    border-radius: 10rem;
    box-shadow: 0rem 2.5rem 4rem rgba(0, 0, 0, 0.09);
  }
  .top-content .top-company .top-company-main {
    margin-left: 50rem;
  }
  .top-content .top-company .top-company-main p {
    font-size: 17rem;
    margin-top: 40rem;
  }
  .top-content .top-business {
    padding: 117rem 0 130rem 0;
  }
  .top-content .top-business .business-image-group {
    margin-top: 48rem;
  }
  .top-content .top-business .business-image-group figure {
    width: 220rem;
  }
  .top-content .top-business .business-image-group figure figcaption {
    margin-top: 16rem;
    padding: 0 8rem;
    font-size: 15rem;
    line-height: 22.5rem;
  }
  .top-footer {
    background: #f7f7f7;
    padding: 64rem 0;
  }
  .top-footer .content {
    padding: 20px 31rem;
  }
  .top-footer .content .top-footer-logo {
    width: 290rem;
    height: 87rem;
    border-radius: 6rem;
    box-shadow: 0rem 0.5rem 6rem rgba(0, 0, 0, 0.09);
  }
}
