/*--------------------------------------------------------------
about_planus RENEWAL 2025-06
--------------------------------------------------------------*/

/* utility */
.hover-opacity-70:hover {
  opacity: 0.7;
}

/* h2 */
#about-info h2 ,
#process-info h2 ,
#project-info h2 ,
#faq-info h2{
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 1rem;
}

/* project */
.project-card {
  text-align: left;
}
.project-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.project-subtitle {
  font-size: 1rem;
  color: #333;
  margin-bottom: 0.75rem;
}
.project-tags {
  margin-bottom: 1rem;
}
.project-tags .tag {
  display: inline-block;
  background-color: #eee;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 0.625rem;
  margin-right: 6px;
  margin-bottom: 6px;
}
.project-link {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  transition: color 0.3s;
  display: block;
  text-align: right;
  cursor: pointer;
}
.project-link span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.project-link:hover span {
  transform: translateX(3px);
}

/* faq */
.faq-list {
  font-size: 1rem;
}
.faq-toggle {
  padding-bottom: 5px;
  cursor: pointer;
}
.faq-header {
  display: flex;
  align-items: center;
  background-color: #22333D12;
  padding: 0px 11px 0px 16px;
}
.faq-label {
  font-size: 1.875rem;
  color: #000;
  flex-shrink: 0;
  width: 2rem;
  font-family: "Fragment Mono", monospace;
  font-weight: 400;
  font-style: normal;
}
.faq-question {
  flex: 1;
  padding-left: 1.7rem;
  font-size: 1.25rem;
  font-weight: normal;
  color: #333;
}
.faq-icon {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #444;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}
.faq-icon::before {
  content: '↓';
  font-weight: bold;
  display: block;
  line-height: 1;
  margin-top: -10px;
}
.faq-toggle.active .faq-icon::before {
  content: '↑';
  margin-top: 10px;
}
.faq-answer {
  display: none;
  margin-top: 0.75rem;
  font-size: 0.875rem;;
  color: #444;
  padding: 0 68px 28px 78px;
  line-height: 1.625rem;;
}
.faq-toggle.active .faq-answer {
  display: block;
}
.faq-toggle:last-child .faq-answer {
  padding: 0 68px 0 78px;
}
@media (max-width: 767px) {
  .faq-header{
    padding: 6px 11px 6px 16px;
  }
  .faq-question{
    padding-left: 6px;
    font-size: 1rem;
  }
  .faq-answer{
    padding: 0 18px 24px;
  }
  .faq-toggle:last-child .faq-answer {
    padding: 0 18px 0;
  }
}

/* contact */
#contactinfo{
  margin-top: 5em;
}
#contactinfo .readtext{
  text-align: center;
}

/* company-footer */
.company-footer {
  background-color: #8cd1c7;
  color: #333;
  font-size: 0.95rem;
  margin-top: 5em;
}
.company-footer p {
  margin-bottom: 0.3rem;
  line-height: 1.7;
}
.company-footer .company-name {
  font-weight: 500;
  font-size: 1rem;
}
.company-footer .company-address,
.company-footer .company-tel {
  font-size: 0.9rem;
}

/* footer */
.about_planus_footer{
  margin-top: 0 !important;
}