.p_sectionTitle {
  display: flex;  
  gap: 20px;
}

.p_sectionTitle .title {
  font-size: 40px !important;
}

.p_sectionTitle .titleSpan {
  font-size: 28px;
  font-weight: bold;
  color: #60c51d;
}

/* ---------------------------------------------------------
 768px以下
--------------------------------------------------------- */
@media (max-width: 768px) {
  .p_sectionTitle {
    gap: 10px;
  }

  .p_sectionTitle .title {
    font-size: 30px !important;
  }

  .p_sectionTitle .titleSpan {
    font-size: 24px;
  }
}