.topic-hero-section {
    box-sizing: border-box;
    width: 100%;
    padding: 48px 132px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.topic-hero-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.topic-hero-card {
    background-color: #fa8c16;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding: 48px;
    border-radius: 24px;
    width: 100%;
}

.topic-hero-title {
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1;
    color: #ffffff;
    margin: 0;
    white-space: pre;
}

.topic-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 25px;
    border-radius: 24px;
    background-color: #52c41a;
    border: 1px solid #52c41a;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.topic-hero-button:hover {
    opacity: 0.9;
}

.topic-faq-section {
    box-sizing: border-box;
    width: 100%;
    padding: 128px 448px;
    background-color: #fa8c16;
    display: flex;
    justify-content: center;
}

.topic-faq-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.topic-faq-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.4;
    color: #ffec3d;
    margin: 0;
    text-align: center;
}

.topic-faq-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.topic-faq-item {
    background-color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.topic-faq-row {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.topic-faq-row--answer {
    border-top: 1px solid #cccccc;
    padding-top: 12px;
}

.topic-faq-label {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30.6px;
    text-align: center;
    padding: 9px 0;
}

.topic-faq-label--question {
    background-color: #d46b08;
    color: #ffffff;
}

.topic-faq-label--answer {
    background-color: #f3f3f3;
    color: #333333;
}

.topic-faq-text {
    flex: 1;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 30.6px;
    color: #333333;
    margin: 0;
    padding: 12px 0 12px 20px;
}

.topic-knowledge-section {
    box-sizing: border-box;
    width: 100%;
    padding: 128px 448px;
    display: flex;
    justify-content: center;
}

.topic-knowledge-section--color-orange {
    background-color: #fff0c6;
}

.topic-knowledge-section--color-pink {
    background-color: #FFF4F6;
}

.topic-knowledge-section--color-green {
    background-color: #E4FFD7;
}

.topic-type-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.topic-knowledge-container {
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
}

.topic-knowledge-header {
    width: 100%;
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: space-between;
}

.topic-knowledge-heading h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.4;
    color: #ffa600;
    margin: 0;
}

.topic-knowledge-image {
    width: 468px;
    height: 433px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.topic-knowledge-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.topic-knowledge-cards {
    width: 100%;
    display: flex;
    gap: 24px;
}

.topic-knowledge-card {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 16px;
    display: flex;
}

.topic-card-body {
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.topic-card-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin: 0;
    min-height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.topic-card-date {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #828282;
    margin: 0;
}

.topic-card-description {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #1c1c1c;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.topic-card-tag {
    border-radius: 6px;
    padding: 3px 8px;
}

.topic-card-tag p {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.topic-card-tag--orange {
    background-color: #fff0c6;
    color: #fa8c16;
}

.topic-card-tag--pink {
    background-color: #FFF1F0;
    color: #FF2D55;
}

.topic-card-tag--green {
    background-color: #F6FFED;
    color: #135200;
}

.topic-knowledge-empty {
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 18px;
    color: #333333;
    margin: 0;
}

.topic-knowledge-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.topic-knowledge-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 22px;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.35;
    text-decoration: none;
    border-radius: 999px;
    box-shadow: 0 1.859px 0 rgba(0, 0, 0, 0.04);
}

.topic-knowledge-button--orange {
    background-color: #fa8c16;
}

.topic-knowledge-button--pink {
    background-color: #FF2D55;
}

.topic-knowledge-button--green {
    background-color: #52C41A;
}

.topic-row-reverse {
    flex-direction: row-reverse;
}

.topic-knowledge-button-icon {
    width: 22px;
    height: 22px;
    background-image: url('../icon/icon-park-solid_play.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.topic-knowledge-button:hover {
    opacity: 0.9;
}


