/* Start Navigation */
.header__container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #F7F9F4;
    line-height: 1.5;
}

header {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5.2%;
    background-color: #FFFFFF;
}

nav {
    display: flex;
    gap: 40px;
}

.logo {
    font-size: 40px;
    font-weight: 700;
    color: #E9450A;
}

.nav__icon {
    max-width: 24px;
}

.nav__icon img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: contain;
    color: #1E4BB1;
}

.nav__link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
}

.nav__text {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
}

/* End Navigation */

/* Start Breadcrumb */
.breadcrumb__container {
    padding-top: 24px;
    padding-bottom: 40px;
}

.breadcrumb__nav {
    max-width: 1720px;
    margin: 0 5.2%;
    display: flex;
    column-gap: 4px;
    align-items: center;
}

.breadcrumb__separator {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.breadcrumb__link {
    font-size: 16px;
    font-weight: 500;
    color: #828282;
}

.breadcrumb__current {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

/* End Breadcrumb */

/* Start Hero banner */
.hero-banner__container {
    max-width: 1200px;
    margin: 0 auto 0 auto;
    display: flex;
    column-gap: 60px;
    background-color: #F5F1EA;
}

.hero-banner__content {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    row-gap: 8px;
    flex: 1;
}

.header-banner__tag {
    color: #636363;
    font-size: 20px;
    font-weight: 500;
}

.hero-banner__image {
    max-width: 102px;
    max-height: 102px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.hero-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-banner__lawyer-name {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    margin-top: 16px;
}

.hero-banner__lawyer-firm {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
    margin-top: 4px;
}

.hero-banner__lawyer-location {
    display: flex;
    column-gap: 4px;
    margin-top: 4px;
}

.hero-banner__location-text {
    font-size: 14px;
    font-weight: 500;
    color: #636363;
}

.title-herobanner__header {
    position: relative;
}

.title-herobanner__title {
    font-size: 48px;
    font-weight: 700;
    color: #1C1C1C;
}

.title-herobanner__divider {
    display: flex;
    height: 4px;
    width: 120px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.hero-banner__description {
    margin-top: 24px;
}

.hero-banner__text {
    font-size: 20px;
    font-weight: 500;
    color: #636363;
}

.hero-banner__lawyer-info {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    max-width: 396px;
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 32px;
    padding-bottom: 40px;
}

.header-banner__category {
    font-size: 14px;
    font-weight: 400;
    color: #2C56B6;
    padding: 7px 12px;
    background-color: #FFFFFF;
    border: 1px solid #1E4BB1;
    border-radius: 90px;
    width: fit-content;
    line-height: 1;
}

.latest-solution-case {
    margin-top: 32px;
    margin-bottom: 60px;
}

.latest-solution-case__container {
    max-width: 792px;
    width: 100%;
    margin: 0 auto;
}

.latest-solution-case__header {
    display: flex;
    column-gap: 12px;
    padding: 16px 28px 16px 36px;
    background-color: #FFFFFF;
}

.lawyer-field-inheritance__details-description-list {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.lawyer-field-inheritance__details-description-list-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    padding-left: 28px;
    border-left: 3px solid #E9450A;
    padding-right: 32px;
}

.lawyer-field-inheritance__details-description-list-item {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    display: flex;
    align-items: center;
}

.lawyer-field-inheritance__details-description-list-content {
    padding-left: 32px;
    padding-bottom: 16px;
    padding-right: 32px;
    margin-top: 12px;
}

.lawyer-field-inheritance__details-description-list-paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-comment {
    display: flex;
    flex-direction: column;
    padding: 20px 32px;
    background-color: #FFFFFF;
    margin-top: 24px;
}

.lawyer-comment__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    flex: 1;
}

.lawyer-comment__content {
    margin-top: 12px;
}

.lawyer-comment__paragraph {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-comment__header {
    display: flex;
    column-gap: 12px;
}

.lawyer-comment__image {
    max-width: 40px;
    max-height: 40px;
    border-radius: 50%;
    width: 100%;
    overflow: hidden;
}

.lawyer-comment__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* .lawyer-field-inheritance__details-description-list-item::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #1C1C1C;
    border-radius: 50%;
    margin-right: 12px;
    margin-left: 12px;
    position: relative;
    top: 2px;
} */

/* End Hero banner */


/* Start Footer */
footer {
    background-color: #47413E;
}

.footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer__content {
    padding: 32px 0 32px 0;
    display: flex;
    column-gap: 40px;
}

.footer__column {
    flex: 1;
}

.footer__nav {
    flex: 1;
    max-width: 208px;
    width: 100%;
}

.footer__column-title {
    font-size: 16px;
    font-weight: 700;
    color: #E9450A;
    padding-bottom: 8px;
    border-bottom: 1px solid #636363;
    position: relative;
}

.footer__column-title::after {
    content: '';
    display: block;
    width: 64px;
    height: 3px;
    background-color: #E9450A;
    position: absolute;
    bottom: -1px;
}

.footer__column-group {
    display: flex;
    margin-top: 20px;
}

.footer__list-item {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.footer__link {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
}

.footer__list-item-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__list-sub-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer__sublink {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__sublink::before {
    content: '';
    background-color: #E9450A;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 16px;
}

.footer__list-sub-item--right-caret {
    max-width: 20px;
    width: 100%;
    display: flex;
    margin-left: 8px;
}

.footer__link--red {
    color: #E9450A;
}

.footer__bottom {
    display: flex;
    width: 100%;
    border-top: 1px solid #515151;
}

.footer__bottom-links {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 0 14px 0;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer__logo-link {
    font-size: 24px;
    font-weight: 700;
    color: #ED6A3B;
}

.footer__bottom-link {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer__copyright {
    padding: 20px 0;
    background-color: #272422;
}

.footer__copyright-text {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

/* End Footer */
