/* 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: #FBF9F2;
    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 {
    margin-top: 24px;
}

.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: 40px auto 60px auto;
    display: flex;
}

.title-herobanner__name {
    color: #E9450A;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.hero-banner__content {
    display: flex;
    flex-direction: column;
    padding: 26.5px 0 0 0;
    flex: 1;
}

.hero-banner__image {
    max-width: 384px;
    width: 100%;
}

.hero-banner__image {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
}

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

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

.hero-banner__cta-button {
    display: flex;
    background-color: #E9450A;
    width: fit-content;
    align-items: center;
}

.hero-banner__cta-divider {
    display: block;
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
}

.hero-banner__cta-icon {
    padding: 16px;
    display: flex;
    align-items: center;
}

.hero-banner__cta-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #F4F2F1;
    padding: 16px;
}

.title-herobanner__header {
    border-bottom: 2px solid #DCDCDC;
    position: relative;
}

.title-herobanner__title {
    font-size: 56px;
    font-weight: 700;
    color: #1C1C1C;
    padding-bottom: 40px;
    line-height: 1.25;
}

.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;
}

/* End Hero banner */

/* Start Search by Field */
.search-by-field {
    max-width: 1820px;
    background-color: #F5F1EA;
}

.title-section__header {
    border-bottom: 2px solid #DCDCDC;
    position: relative;
    width: fit-content;
}

.title-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #1C1C1C;
    padding-bottom: 24px;
    line-height: 1.25;
}

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

.search-by-field__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

.search-by-category__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.search-by-category__tag {
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
    background-color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 90px;
}

.search-by-category__tag.active {
    background-color: #E9450A;
    color: #FFFFFF;
}


.case-category-divorces {
    margin-top: 40px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
}

.case-category-divorce__header {
    display: flex;
    padding: 16px 20px;
    background-color: #E9EDF7;
    border-left: 4px solid #1E4BB1;
    column-gap: 4px;
}

.case-category-divorce__title {
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
}

.case-category-divorce__link-text {
    color: #E9450A;
    font-size: 14px;
    font-weight: 500;
}

.case-category-divorce {
    display: flex;
    flex-direction: column;
}

.case-category-divorce__info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.case-category-divorce__action {
    display: flex;
    column-gap: 8px;
}

.case-category-divorce__count {
    font-size: 14px;
    font-weight: 400;
    color: #1E4BB1;
    margin-top: 4px;
}

.case-category-divorce__tags {
    padding: 16px 0;
    background-color: #FFFFFF;
}

.case-category-divorce__tags-container {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.case-category-divorce__tag {
    font-size: 12px;
    font-weight: 400;
    color: #101828;
    background-color: #FAF8F5;
    padding: 3px 12px;
    border-radius: 90px;
}

/* End Search by Field */

/* Start Latest Solution Case */
.latest-solution-case {
    display: flex;
    padding: 24px 0 60px 0;
}

.latest-solution-case__container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    column-gap: 60px;
}

.lawyer-detail__left-side {
    max-width: 756px;
    width: 100%;
}

.lawyer-detail__tabs {
    display: flex;
    column-gap: 40px;
    padding: 24px;
    background-color: #FFFFFF;
}

.lawyer-detail__tab-button {
    font-size: 20px;
    font-weight: 500;
    color: #515151;
    background-color: transparent;
    border: transparent;
    padding: 12px 0;
    cursor: pointer;
    position: relative;
}

.lawyer-detail__tab-button.active {
    color: #E9450A;
}

.lawyer-detail__tab-button.active::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #E9450A;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.lawyer-detail__right-side {
    flex-basis: 37%;
}

.lawyer-detail__tab-content {
    display: none;
}

.lawyer-detail__tab-content.active {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-top: 24px;
}

.lawyer-detail__intro {
    display: flex;
    margin-top: 24px;
    padding-bottom: 20px;
    width: fit-content;
    border-bottom: 2px solid #DCDCDC;
    position: relative;
}

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

.lawyer-detail__underline {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: -2px;
}

.lawyer-detail__images {
    margin-top: 24px;
    display: flex;
    column-gap: 12px;
}

.lawyer-detail__image.lawyer-detail__image--main {
    max-width: 521px;
    display: flex;
}

.lawyer-detail__image--main img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-detail__image-group {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.lawyer-detail__image--sub {
    max-width: 223px;
    width: 100%;
    display: flex;
}

.lawyer-detail__image--sub img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-detail__description {
    margin: 24px 0;
}

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

.lawyer-detail__more-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
    gap: 12px;
}

.lawyer-detail__more-image {
    display: flex;
    width: 100%;
}

.lawyer-detail__close-link {
    display: flex;
    justify-content: center;
    margin: 24px auto;
}

.lawyer-detail__close-link-text {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    flex: 1;
    text-align: center;
}


/* Start Lawyer Interview Section */
.lawyer-detail__interview-title-group {
    display: flex;
    position: relative;
}

.lawyer-detail__interview-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-detail__underline {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-detail__interview-content {
    display: flex;
    padding: 20px;
    margin: 20px 0;
    column-gap: 32px;
    background-color: #FFFFFF;
}

.lawyer-detail__interview-avatar {
    max-width: 188px;
    width: 100%;
    display: flex;
}

.lawyer-detail__interview-avatar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-detail__interview-heading {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #1E4BB1;
    padding-left: 10px;
    border-left: 6px solid #E9450A;
    margin-bottom: 12px;
}

.lawyer-detail__interview-subheading {
    font-size: 24px;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 8px;
}

.lawyer-detail__interview-description {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 8px;
}

.lawyer-detail__interview-link {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    display: inline-block;
}

/* End Lawyer Interview Section */

/* Start Lawyer Practice Areas Section */
.lawyer-detail__practice-areas-title-group {
    display: flex;
    position: relative;
    margin-bottom: 24px;
}

.lawyer-detail__practice-areas-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-detail__practice-areas-content {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-detail__practice-area {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background-color: #FFFFFF;
}

.lawyer-detail__practice-area-heading-group {
    display: flex;
    cursor: pointer;
}

.lawyer-detail__practice-area-right-group {
    display: flex;
    column-gap: 24px;
}

.lawyer-detail__practice-area-category {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 12px;
    color: #1E4BB1;
    border: 1px solid #1E4BB1;
    display: flex;
    align-items: center;
    border-radius: 90px;
}

.lawyer-detail__practice-area-caret {
    display: flex;
    align-items: center;
    width: 24px;
}

.lawyer-detail__practice-area-heading-text {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    flex: 1;
    display: flex;
    align-items: center;
}

.lawyer-detail__practice-area-description {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    display: none;
}

.lawyer-detail__practice-area-divider {
    height: 1px;
    background-color: #EDEDED;
    width: 100%;
    display: none;
}

.lawyer-detail__practice-area-consultation-fee {
    display: none;
    column-gap: 12px;
}

.lawyer-detail__practice-area-consultation-fee-text {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    flex: 1;
}

.lawyer-detail__practice-area-consultation-fee-info {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-detail__practice-area-consultation-fee-icon {
    width: 23px;
    display: flex;
}

.lawyer-detail__practice-area-consultation-fee-title {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-detail__practice-area-consultation-fee-more {
    display: flex;
    justify-content: flex-end;
}

.lawyer-detail__practice-area-consultation-fee-link {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    width: fit-content;
}

.lawyer-detail__practice-area.open .lawyer-detail__practice-area-description {
    display: flex;
}

.lawyer-detail__practice-area.open .lawyer-detail__practice-area-divider {
    display: flex;
}

.lawyer-detail__practice-area.open .lawyer-detail__practice-area-consultation-fee {
    display: flex;
}

/* End Lawyer Practice Areas Section */

/* Start Lawyer About Section */
.lawyer-detail__about-title-group {
    display: flex;
    position: relative;
}

.lawyer-detail__about-section {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-detail__about-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-detail__about-underline {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-detail__about-content {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

.lawyer-detail__about-item {
    display: flex;
    border-bottom: 1px solid #DCDCDC;
}

.lawyer-detail__about-item:last-child {
    border-bottom: none;
}

.lawyer-detail__about-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
    max-width: 249px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 21px 0;
}

.lawyer-detail__about-item-content {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 24px 0;
}

.lawyer-experience {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background-color: #FFFFFF;
}

.lawyer-experience__title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

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

.lawyer-experience__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(352px, 1fr));
    gap: 12px;
}

/* End Lawyer About Section */

/* Start Lawyer Consultation Section */
.lawyer-consultation {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding-bottom: 24px;
}

.lawyer-consultation__about-title-group {
    display: flex;
    position: relative;
}

.lawyer-consultation__about-title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-consultation__item {
    background-color: #FFFFFF;
}

.lawyer-consultation__item-question-avatar {
    max-width: 48px;
    width: 100%;
}

.lawyer-consultation__item-question-avatar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-consultation__item-question {
    /* padding: 0px 20px 12px 20px; */
    display: flex;
    column-gap: 12px;
}

.lawyer-consultation__item-question-text {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

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

.lawyer-consultation__item-answer {
    margin-top: 12px;
    padding: 20px;
    display: flex;
    column-gap: 12px;
    background-color: #FDECE7;
}

.lawyer-consultation__item-answer-header {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.lawyer-consultation__item-answer-header img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

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

.lawyer-consultation__more-answers-link {
    display: flex;
    column-gap: 16px;
    cursor: pointer;
    padding: 16px;
    width: fit-content;
    background-color: #1E4BB1;
}

.lawyer-consultation__more-answers-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #F2F1EF;
}

.lawyer-consultation__more-answers-divider {
    display: block;
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
    align-self: center;
}

.lawyer-consultation__more-answers-icon {
    display: flex;
    align-items: center;
}

/* End Lawyer Consultation Section */

/* Lawyer Case Studies Section */
.lawyer-case-studies {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-case-studies__title-group {
    display: flex;
    position: relative;
}

.lawyer-case-studies__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-case-studies__item-title {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.lawyer-case-studies__item-title-icon {
    display: flex;
    align-items: center;
}

.lawyer-case-studies__item-title-text {
    font-size: 16px;
    font-weight: 400;
    color: #1E4BB1;
}

.lawyer-case-studies__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    background-color: #FFFFFF;
}

.lawyer-case-studies__item-description {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

/* End Lawyer Case Studies Section */

/* Start Lawyer Field Inheritance Section */
.lawyer-field-inheritance {
    display: flex;
    width: 100%;
    padding: 20px;
    background-color: #FDECE7;
}

.lawyer-field-inheritance__info {
    display: flex;
    flex: 1;
    column-gap: 12px;
}

.lawyer-field-inheritance__action {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.lawyer-field-inheritance__action-icon {
    display: flex;
    align-items: center;
}

.lawyer-field-inheritance__icon {
    display: flex;
    align-items: center;
}

.lawyer-field-inheritance__title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #1E4BB1;
}

.lawyer-field-inheritance__action-text {
    font-size: 16px;
    font-weight: 700;
    color: #E9450A;
}

.lawyer-field-inheritance-thumb__title-group {
    display: flex;
    position: relative;
}

.lawyer-field-inheritance-thumb__title-article {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-field-inheritance-thumb__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-field-inheritance__details-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.lawyer-field-inheritance__details {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-field-inheritance__details-heading-table {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    padding: 12px 16px;
    background-color: #F5F1EA;
    display: flex;
    align-items: center;
}

.lawyer-field-inheritance__details-row {
    display: flex;
    background-color: #FFFFFF;
}

.lawyer-field-inheritance__details-item {
    flex: 1;
    padding: 12px 16px 12px 16px;
}

.lawyer-field-inheritance__details-item::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #E9450A;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
}

.lawyer-field-inheritance__details-item:nth-child(2) {
    flex: 0 1 340px;
    max-width: 340px;
    font-size: 16px;
    font-weight: 400;
}

.lawyer-field-inheritance__details-item:empty::before {
    content: none;
}

.lawyer-field-inheritance__details-table {
    border: 1px solid #EDEDED;
}

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

.lawyer-field-inheritance__details-description-list {
    display: flex;
    flex-direction: column;
}

.lawyer-field-inheritance__details-description-list-title {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    padding-left: 16px;
    border-left: 3px solid #E9450A;
    margin-bottom: 4px;
}

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

.lawyer-field-inheritance__details-description-list-content {
    padding-left: 8px;
}

.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;
}

.lawyer-field-inheritance__support-title-group {
    display: flex;
    position: relative;
}

.lawyer-field-inheritance__support-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-field-inheritance__support {
    padding-bottom: 24px;
}

.lawyer-field-inheritance__support-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-field-inheritance__support-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 20px;
    background-color: #FFFFFF;
    margin-top: 24px;
}

.lawyer-field-inheritance__support-item-time {
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
    text-align: center;
}

.lawyer-field-inheritance__support-items {
    display: flex;
    row-gap: 20px;
    align-items: center;
    border: 1px solid #EDEDED;
    background-color: #FFFFFF;
}

.lawyer-field-inheritance__support-item-icon {
    display: flex;
    align-items: center;
    padding: 18px 27px;
    column-gap: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    flex: 1;
}

.lawyer-field-inheritance__support-item-icon::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #E9450A;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
}

/* End Lawyer Field Inheritance Section */

/* Start Case Studies Section */
.lawyer-case-studies__title-group {
    display: flex;
    position: relative;
}

.lawyer-case-studies__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-case-studies__items {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-case-studies-tab__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background-color: #FFFFFF;
}

.lawyer-case-studies__tags {
    display: flex;
}

.lawyer-case-studies__tag {
    font-size: 14px;
    font-weight: 400;
    color: #1E4BB1;
    border: 1px solid #1E4BB1;
    padding: 7px 12px;
    border-radius: 90px;
    display: flex;
    align-items: center;
}

.lawyer-case-studies-tab__item-title {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

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

.lawyer-case-studies-tab__item-description {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.lawyer-case-studies__item-link-group {
    display: flex;
    column-gap: 8px;
    justify-content: flex-end;
}

.lawyer-case-studies__item-link {
    display: flex;
    background-color: #E9450A;
    padding: 16px;
    column-gap: 16px;
    align-items: center;
}

.lawyer-case-studies__item-link-text {
    font-size: 16px;
    font-weight: 500;
    color: #F7F5F4;
}

.lawyer-case-studies__item-link-icon {
    display: flex;
    align-items: center;
}

.lawyer-case-studies__item-link-divider {
    display: block;
    width: 1px;
    height: 28px;
    background-color: #FFFFFF;
    align-self: center;
}

/* End Case Studies Section */

/* Start Lawyer Price List Section */
.lawyer-price-list {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px 0;
}

.lawyer-price-list__title-group {
    display: flex;
    position: relative;
}

.lawyer-price-list__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-price-list__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-price-list__items-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-price-list__item {
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background-color: #FFFFFF;
}

.lawyer-price-list__item-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

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

.lawyer-price-list__more-link-wrapper {
    display: flex;
}

.lawyer-price-list__more-link {
    font-size: 16px;
    font-weight: 500;
    color: #E9450A;
    display: block;
}

.lawyer-price-list__note {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1C;
    padding: 24px;
    background-color: #F5F1EA;
}

.lawyer-price-list__payment-method-title-group {
    display: flex;
    position: relative;
}

.lawyer-price-list__payment-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #DCDCDC;
    width: 100%;
}

.lawyer-price-list__payment-method-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

/* End Lawyer Price List Section */

/* Start Lawyer Reviews Section */
.lawyer-reviews {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 24px 0;
}

.lawyer-reviews__title-group {
    display: flex;
    position: relative;
}

.lawyer-reviews__title-group {
    display: flex;
    position: relative;
}

.lawyer-reviews__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-reviews__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-reviews__items-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.lawyer-reviews__item {
    display: flex;
    row-gap: 12px;
    flex-direction: column;
    padding-top: 20px;
    background-color: #FFFFFF;
}

.lawyer-reviews__item-header {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 0 20px;
}

.lawyer-reviews__item-header-left {
    display: flex;
    column-gap: 4px;
}

.lawyer-reviews__case-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.lawyer-reviews__resolved-date {
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

.lawyer-reviews__case-type {
    font-size: 14px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-reviews__category {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-reviews__item-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #FDECE7;
    row-gap: 12px;
}

.lawyer-reviews__item-content-title {
    font-size: 16px;
    font-weight: 700;
}

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

.lawyer-reviews__item-content-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.lawyer-reviews__item-content-tag {
    display: flex;
    padding: 7px 12px;
    border: 1px solid #1E4BB1;
    color: #1E4BB1;
    font-size: 14px;
    font-weight: 400;
    border-radius: 90px;
    background-color: #FFFFFF;
}

.lawyer-reviews__user-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px;
}

.lawyer-reviews__user-age {
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

/* End Lawyer Reviews Section */

/* Start Lawyer Access Section */
.lawyer-access__group-title {
    display: flex;
    position: relative;
}

.lawyer-access__title {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
}

.lawyer-access__title-divider {
    display: flex;
    height: 4px;
    width: 100px;
    background-color: #E9450A;
    position: absolute;
    bottom: 0;
}

.lawyer-access__address {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
    padding: 20px 20px 16px 20px;
    background-color: #FFFFFF;
}

.lawyer-access__map iframe {
    width: 100%;
    height: 379px;
    border: none;
}

.lawyer-access__info {
    display: flex;
    flex-direction: column;
}

.lawyer-access__item {
    display: flex;
    padding: 21px 0;
    border-bottom: 1px solid #DCDCDC;
}

.lawyer-access__item-label {
    max-width: 249px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #1E4BB1;
}

.lawyer-access__item-value {
    padding-left: 32px;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
}

/* End Lawyer Access Section */

/* End Latest Solution Case */

/* Start Lawyer Right Side */
.lawyer-detail__right-side {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.lawyer-reservation {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.lawyer-reservation__title {
    font-size: 24px;
    font-weight: 700;
}

.lawyer-reservation__image {
    display: flex;
    max-width: 59px;
}

.lawyer-reservation__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-reservation__contact {
    display: flex;
    background-color: #FAF8F5;
}

.lawyer-reservation__phone {
    display: flex;
    padding: 21px 12px;
    background-color: #FAF8F5;
    flex: 1;
    column-gap: 12px;
}

.lawyer-reservation__phone-icon {
    display: flex;
    align-items: center;
}

.lawyer-reservation__phone-number {
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    color: #E9450A;
    display: flex;
    align-items: center;
}

.lawyer-detail__right-side-inner {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    background-color: #F5F1EA;
    padding: 24px;
}

.lawyer-reservation__button {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1E4BB1;
}

.lawyer-contact-info {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 32px;
    border-top: 1px solid #DCDCDC;
}

.lawyer-contact-info__title {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
}

.lawyer-contact-info__details {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

/* End Lawyer Right Side */

/* Start Pagination */
.pagination {
    margin-top: 40px;
    display: flex;
    column-gap: 5px;
    justify-content: flex-end
}

.pagination__link {
    display: flex;
    padding: 12px;
    min-width: 48px;
    justify-content: center;
    border: 1px solid #F1F1F1;
    align-items: center;
    column-gap: 10px;
}

.pagination__link.disabled {
    pointer-events: none;
}

.pagination__link.disabled .pagination__text {
    color: #515151;
}

.pagination__link.active {
    background-color: #E9450A;
    border: transparent;
    pointer-events: none;
}

.pagination__link.active .pagination__text {
    color: #FFFFFF;
}

.pagination__text {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    display: flex;
    align-items: center;
}


.pagination__icon {
    display: flex;
    align-items: center;
}

/* End Pagination */

/* 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 */

.lawyer-detail {
    display: flex;
    column-gap: 40px;
    background-color: #FFFFFF;
}

.lawyer-detail__image {
    max-width: 240px;
    width: 100%;
    display: flex;
    aspect-ratio: 1 / 1;
}

.lawyer-detail__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lawyer-detail__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    justify-content: center;
}

.lawyer-detail__name-text {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    flex: 1;
}

.lawyer-detail__name {
    display: flex;
}

.lawyer-detail__name-text-first {
    font-size: 16px;
    font-weight: 700;
    color: #E9450A;
    width: fit-content;
}

.lawyer-detail__name-text-last {
    font-size: 24px;
    font-weight: 700;
    color: #1C1C1C;
    width: fit-content;
    padding-bottom: 20px;
    border-bottom: 2px solid #DCDCDC;
    position: relative;
}

.lawyer-detail__name-text-last::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background-color: #E9450A;
    margin-top: 4px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.lawyer-detail__position {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    margin-top: 24px;
}

.lawyer-detail__position-office {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-detail__position-address {
    font-size: 20px;
    font-weight: 400;
    color: #1C1C1C;
}

.lawyer-consultation__title {
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #1E4BB1;
    background-color: #E9EDF7;
}

.lawyer-consultation__item-category {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    font-family: "Noto Serif JP", serif;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 90px;
    background-color: #F0F1F3;
}


.lawyer-consultation__item-question-section {
    padding: 20px 20px 12px 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.lawyer-consultation__item-answer-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.lawyer-consultation__item-answer-name {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    font-family: "Noto Serif JP", serif;
    width: fit-content;
    padding: 2px 8px;
    border-radius: 90px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    line-height: 1;
    border: 1px solid #E0E2E7;
}

.lawyer-consultation__item-answer-office {
    background-color: #E9450A;
    padding: 5px 8px;
    border-radius: 90px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
}
