.lp-section-heading {
	margin-bottom: 40px;
}

.lp-section-heading__subtitle {
	font-size: 13px;
	letter-spacing: 0.1em;
	margin: 0 0 6px;
	color: #666;
}

.lp-section-heading__title {
	font-family: "Montserrat", sans-serif;
	font-size: 32px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
	color: var(--key-color);
}
.lp-section-heading .lp-section-heading__title {
    text-align: center;
}

/* リンクあり：2列レイアウト */
.lp-section-heading.has-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lp-section-heading.has-link .lp-section-heading__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.lp-section-heading__link {
    margin-right: 8px;
}
