.page-contact .page-title {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px), radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px), url(../img/thum_contact.webp);
  background-size: 4px 4px, 4px 4px, cover;
  background-position: 0 0, 2px 2px, center bottom 70%;
  background-repeat: repeat, repeat, no-repeat; }

.page-business .page-title {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px), radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px), url(../img/thum_business.webp);
  background-size: 4px 4px, 4px 4px, cover;
  background-position: 0 0, 2px 2px, center bottom 70%;
  background-repeat: repeat, repeat, no-repeat; }

.single-wrap {
  padding: 50px 0 80px; }
  @media (min-width: 992px) {
    .single-wrap {
      padding: 100px 0 150px; } }

.page-title {
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px), radial-gradient(rgba(0, 0, 0, 0.3) 1px, transparent 1px), url(../img/thum_company.webp);
  background-size: 4px 4px, 4px 4px, cover;
  background-position: 0 0, 2px 2px, center bottom 70%;
  background-repeat: repeat, repeat, no-repeat;
  overflow: hidden; }
  @media (min-width: 992px) {
    .page-title {
      min-height: 500px; } }
  .page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 57, 93, 0.5);
    z-index: 1; }
  .page-title .page-title-inner {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px);
    animation: slideUpFadeIn 1s ease forwards;
    animation-delay: 0.1s; }
@keyframes slideUpFadeIn {
  to {
    opacity: 1;
    transform: translateY(0); } }
.page-title-inner {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2); }
  .page-title-inner .en {
    font-size: 1.4rem; }
  .page-title-inner .single-title {
    font-size: 2.4rem;
    letter-spacing: .2em; }
    @media (min-width: 992px) {
      .page-title-inner .single-title {
        font-size: 3.0rem; } }

@media (min-width: 992px) {
  .services-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; } }
.services-box .services-card {
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1.5em;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px; }
  .services-box .services-card:last-child {
    margin: 0; }
  @media (min-width: 992px) {
    .services-box .services-card {
      padding: 2.0em; }
      .services-box .services-card:nth-last-child(1), .services-box .services-card:nth-last-child(2) {
        margin: 0; } }
  .services-box .services-card .services-title {
    margin: 0 0 1.0em;
    font-size: 1.8rem;
    text-align: center;
    color: #13395d; }
  .services-box .services-card .services-img {
    width: 100%;
    margin: 0 0 1.0em; }
    @media (min-width: 992px) {
      .services-box .services-card .services-img {
        padding: 0 10px; } }
  .services-box .services-card .services-txt {
    flex-grow: 1;
    padding: 1.0em; }
    .services-box .services-card .services-txt p {
      margin: 0 0 1.0em;
      font-size: 1.4rem; }
      .services-box .services-card .services-txt p:last-child {
        margin: 0; }

.permit-box {
  margin: 60px auto 0; }
  @media (min-width: 992px) {
    .permit-box {
      margin: 100px auto 0; } }
  .permit-box .permit-list {
    margin: 0;
    padding: 0; }
    .permit-box .permit-list dt, .permit-box .permit-list dd {
      margin: 0;
      padding: 0; }
    .permit-box .permit-list .mini-txt {
      font-size: 1.2rem; }
    .permit-box .permit-list .download-btn {
      display: inline-block;
      color: #333;
      text-decoration: none;
      background: #fff;
      border: 2px solid #333;
      margin: .75em 0 0;
      padding: .5em 1.5em;
      border-radius: 30px; }

/*# sourceMappingURL=page.css.map */
