.st-content-inner .bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.st-content-inner .bg svg {
    width: 100%;
    height: auto;
}

.title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 0 30px 0;
}

.title-en {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    line-height: 64px;
    margin-bottom: 16px;
}

.title-jp {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.contents-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.contents-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.contents-components {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.contents-components p {
    padding: 6px 12px;
    background-color: #f5f5f5;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
}

.contents-description {
    margin-top: 24px;
    font-size: 16px;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    gap: 2px;
    padding-top: 16px;
    padding-bottom: 44px;
}

.button {
    display: flex;
    align-items: center;
    padding: 12px;
}

.button-text {
    font-size: 16px;
    color: var(--color-text);
    margin-left: 20px;
    margin-right: 28px;
}

.icon i {
    position: relative;
    left: 50%;
    top: -25px;
}