@charset "UTF-8";

#wrap {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  background-color: #fdfbf7;
  padding-bottom: 60px;
  padding-top: 70px; 
}

#input:checked ~ #content {
  transform: translateX(0px);
}

.hero-section {
  position: relative;
  background: linear-gradient(135deg, rgba(217, 130, 75, 0.50) 0%, rgba(184, 93, 38, 0.60) 100%),
              url('images/auditwork.png') center 30% / cover no-repeat;
  color: #ffffff;
  padding: 85px 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  animation: fadein 2s forwards;
}

.hero-inner {
  max-width: 900px;
  margin: 0 auto;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.75), 0 2px 4px rgba(0, 0, 0, 0.6);
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.wp-block-table {
  width: 70%;
  margin: auto;
  vertical-align: middle;
  text-align: center;
  animation: fadein 3s forwards;
}

.explanation {
  max-width: 70%;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

.explanation p {
  display: inline-block;
  text-align: left;
}

a.jump_point {
  height: 1px;
  display: block;
  padding-top: 10%;
  margin-top: -10%;
}

.explanation h3,
.explanation p {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-in-out, transform 2s ease-in-out;
}

.explanation h3.is-visible,
.explanation p.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  #wrap {
    padding-top: 60px !important;
    margin-top: 0 !important;
  }

  .hero-section {
    background: linear-gradient(135deg, rgba(217, 130, 75, 0.50) 0%, rgba(184, 93, 38, 0.60) 100%),
                url('images/auditworkレスポンシブ.png') center 40% / cover no-repeat;
    padding: 45px 16px;
    margin-top: 0 !important;
    margin-bottom: 16px;
  }

  .hero-title {
    font-size: 1.8rem;
    margin-top: 0 !important;
  }

  .headerlogo img {
    width: 90px;
    max-width: 90%;
    max-height: 70%;
    justify-content: stretch;
  }

  .wp-block-table,
  .explanation {
    width: 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  #wrap {
    padding-top: 60px !important;
    margin-top: 0 !important;
  }

  .hero-title {
    font-size: 1.4rem;
    margin-top: 0 !important;
  }

  .headerlogo img {
    width: 90px;
    max-width: 80%;
    max-height: 60%;
    justify-content: stretch;
  }

  .wp-block-table,
  .explanation {
    width: 95%;
    max-width: 95%;
  }
}