/* About ページのレイアウト調整用スタイル */

/* OUR STORYセクションを一列組にするための調整 */
.company-info {
    display: block;
    margin-bottom: 60px;
}

.company-image {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 40px;
    padding: 0;
}

.company-details {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/* LOCATIONセクションのマップコンテナ調整 */
.location-container-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.office-map {
    width: 100%;
}
