.c-heading__h2 {
    font-family: "Yu Gothic", "游ゴシック体", "Segoe UI", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 3.625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.c-heading__h2-sub {
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 0.34em;
    font-weight: 700;
    color: var(--main-blue);
    margin-top: 1em;
    letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
    .c-heading__h2 {
        font-size: clamp(1.5rem, 6vw, 3rem);
    }

    .c-heading__h2-sub {
        margin-top: 0.8em;
    }
}

.c-heading__h3 {
    font-size: 2.125rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}

.c-heading__h3::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: var(--main-blue);
}

@media only screen and (max-width: 768px) {
    .c-heading__h3 {
        font-size: clamp(1.25rem, 4vw, 2rem);
    }

    .c-heading__h3::after {
        bottom: -10px;
        height: 3px;
    }
}

.c-heading__h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.c-heading__h4::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 3.4px;
    background-color: var(--main-blue);

}

@media only screen and (max-width: 768px) {
    .c-heading__h4 {
        font-size: clamp(1rem, 2vw, 1.25rem);
    }

    .c-heading__h4::before {
        width: 12px;
        height: 12px;

    }
}

.mv .l-wrapper {
    max-width: 1200px;
    width: 100%;

    margin-inline: auto;
}

.mv .bg {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 90px 20px 0;
    margin-inline: auto;
    aspect-ratio: 3 / 1;
}

@media only screen and (max-width: 768px) {
    .mv .bg {
        padding: 40px min(5.33vw, 40px);
         aspect-ratio: auto;
    }
}

.mv .bg::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    max-width: 466px;
    width: 100%;
    height: 100%;
    background-image: url('../img/members/mv_bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

@media only screen and (max-width: 768px) {
    .mv .bg::before {
        width: calc(75vw + 20px);
    }
}

.mv__inner {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 1240px;
    margin: 30px auto 0;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
	.mv__inner {
		margin: 20px auto 0;
	}
}

.search-box {
    background-color: #fff;
    width: 100%;
    height: auto;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 768px) {
    .search-box {
        border-radius: 20px;
        padding: 10px 10px 40px 10px;
    }
}

.filter-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.filter-title {
    flex: 0 0 80px;
    font-size: 0.875rem;
    font-weight: 700;
    padding-top: 8px;
}

@media only screen and (max-width: 768px) {
    .filter-title {
        flex: 0 0 8rem;
        font-size: 0.8125rem;
    }
}

.search__inner {
    padding-bottom: 40px;
    border-bottom: 1px dotted #ECEDF2;
}

@media only screen and (max-width: 768px) {
    .search__inner {
        padding-bottom: 20px;
    }
}

.search-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.search-filters input[type="checkbox"] {
    display: none;
}

.search-filters label {
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    color: #1E74D4;
    padding: 0.5em 2em;
    border: 1px solid #1E74D4;
    border-radius: 99px;
    cursor: pointer;
    background: #fff;
    transition: 0.2s;
}

@media only screen and (max-width: 768px) {
    .search-filters label {
        font-size: 0.8125rem;
        padding: 0.5em 1.5em;
    }
}

.search-filters input[type="checkbox"]:checked+label {
    background: #1E74D4;
    color: #fff;
}

.search-filters label::before {
    content: url('../img/members/check_small.svg');
    position: absolute;
    left: 10px;
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    .search-filters label::before {
        left: 5px;
    }
}

.search-filters input[type="checkbox"]:checked+label::before {
    opacity: 1;
}

.search-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .search-buttons {
        padding-top: 40px;
        padding-bottom: 0;
    }
}

#clearBtn {
    color: #1E74D4;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
    padding-left: 1.5em;
    cursor: pointer;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #clearBtn {
        padding-left: 1em;
        font-size: 0.75rem;
    }
}

#clearBtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-image: url('../img/members/search_check_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    #clearBtn::before {
        width: 0.8em;
        height: 0.8em;
    }
}

#searchBtn {
    width: 260px;
    height: 60px;
    background-color: #1E74D4;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.56em 1em;
    border: 1px solid #1E74D4;
    border-radius: 30px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    #searchBtn {
        width: 8rem;
        height: 40px;
        font-size: 0.875rem;
        left: auto;
        right: 10px;
        transform: translateX(0);
    }
}

#searchBtn::before {
    content: "";
    position: absolute;
    left: calc(50% - 3.5em);
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    background-image: url('../img/members/search_check_2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#searchBtn:hover::before {
    content: "";
    position: absolute;
    left: calc(50% - 3.5em);
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 1.125rem;
    background-image: url('../img/members/search_check_2-hv.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#searchBtn:hover {
    background-color: #fff;
    color: #1E74D4;
}

.breadcrumb {
    display: flex;
    justify-content: flex-end;
    font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        margin-top: 40px;
    }
}

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

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

.breadcrumb__item+.breadcrumb__item::before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 2px;
    margin: 0 10px;
    background-color: var(--main-blue);
}

.section-members .bg {
    padding-top: calc(300px + (1920px - 100vw) * 0.25);
    padding-bottom: 100px;
}

@media only screen and (max-width: 1920px) {
.section-members .bg {
    padding-top: calc(300px + (1440px - 100vw) * 0.25);
}
}

@media only screen and (max-width: 768px) {
.section-members .bg {
    padding-top: calc(400px + (768px - 100vw) * 0.25);
    padding-bottom: 60px;
}
}

@media only screen and (max-width: 380px) {
.section-members .bg {
    padding-top: calc(550px + (480px - 100vw) * 0.25);
}
}

.section-members .l-wrapper {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    margin-inline: auto;
}

@media only screen and (max-width: 768px) {
    .section-members .l-wrapper {
        padding: 0 min(5.33vw, 40px);
    }
}

.section-members__textbox {
    padding-top: 2em;
}

.section-members__textbox--text {
    font-size: 1rem;
    line-height: 185%;
}

@media only screen and (max-width: 768px) {
    .section-members__textbox--text {
        font-size: 0.9375rem;
    }
}

.section-members__results-list {
    margin-top: 20px;
}

.section-members__result-card {
    padding: 40px;
    border: 2px solid #ECEDF2;
    border-radius: 30px;
    margin: 30px auto 0;
}

@media only screen and (max-width: 768px) {
    .section-members__result-card {
        padding: 20px 10px;
        margin: 20px auto 0;
    }
}

.result-card {
    display: grid;
}

.result-card__name {
    grid-area: name;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
    .result-card__name {
        font-size: 1.375rem;
    }
}

.result-card__name-link {
    display: block;
    position: relative;
}

.result-card__name-link::after {
    content: "";
    display: inline-block;
    margin-left: 0.33em;
    vertical-align: middle;
    width: 0.666em;
    height: 0.666em;
    background-image: url('../img/common/icon_link.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 768px) {
    .result-card__name-link::after {
        margin-left: 0.364em;
        width: 0.727em;
        height: 0.727em;
        top: -1px;
    }
}

.result-card__address {
    grid-area: addr;
    font-size: 1rem;
    line-height: 145%;
}

.result-card__phone {
    grid-area: tel;
    font-size: 1rem;
    line-height: 145%;
}

.result-card__detail {
    grid-area: detail;
}

.result-card__image-box {
    grid-area: img;
    aspect-ratio: 7 / 4;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .result-card__image-box {
        aspect-ratio: 23 / 16;
    }
}

.result-card__img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .result-card__img-box img {
        object-fit: contain;
    }
}

.result-card__assessment {
    grid-area: asse;
}

.result-card__assessment-list {
    max-width: 87px;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    font-size: 0.75rem;
}

@media only screen and (max-width: 768px) {
    .result-card__assessment-list {
        max-width: 100%;
        text-align: left;
        display: flex;
        gap: 10px;
        padding-top: 20px;
    }
}

.esult-card__assessment-title {
    font-size: 0.75rem;
    line-height: 1;
    padding-bottom: 0.9em;
}

@media only screen and (max-width: 768px) {
    .result-card__assessment-title {
        font-size: 1rem;

        padding-bottom: 0.5em;
    }
}

.result-card__assessment-star {
    aspect-ratio: 28 / 5;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .result-card__assessment-star {
        max-width: 100px;
        width: 100%;
        margin-top: 0.3em;
    }
}

.star_0 {
    background: url('../img/members/star_0.svg') no-repeat center top / 100%;
}

.star_1 {
    background: url('../img/members/star_1.svg') no-repeat center top / 100%;
}

.star_2 {
    background: url('../img/members/star_2.svg') no-repeat center top / 100%;
}

.star_3 {
    background: url('../img/members/star_3.svg') no-repeat center top / 100%;
}

.star_4 {
    background: url('../img/members/star_4.svg') no-repeat center top / 100%;
}

.star_5 {
    background: url('../img/members/star_5.svg') no-repeat center top / 100%;
}

@media (max-width: 767px) {
    .result-card {
        grid-template-columns: 94px 1fr;
        grid-template-areas:
            "img name"
            "asse asse"
            "addr addr"
            "tel tel"
            "detail detail"
            "text text";
        column-gap: 15px;
        align-items: start;
    }

    .result-card__img-box img {
        width: 94px;
    }
}

@media (min-width: 768px) {
    .result-card {
        grid-template-columns: 280px 1fr;
        grid-template-areas:
            "img header"
            "img addr"
            "img tel"
            "img detail"
            "text text";
        column-gap: 50px;
        align-items: start;
    }

    .result-card__header-group {
        grid-area: header;
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .result-card__img-box img {
        width: 280px;
        height: auto;
    }
}

.result-card__item {
    border: 1px solid var(--lite-blue);
    border-radius: 10px;
}

.result-card__textbox {
    grid-area: text;
    font-size: 1rem;
    font-weight: 700;
    color: var(--main-blue);
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .result-card__textbox {
        font-size: 0.9375rem;
    }
}

.result-card__heading--pc {
    padding: 0;
    display: flex;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid var(--lite-blue);
    background-color: #ECF3F9;
    font-size: 0.9375rem;
    line-height: 1;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.result-card__heading--sp {
    display: none;
}

.result-card__content {
    display: flex;
    min-height: 50px;
    padding: 0 0.5em;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url('../img/members/gray-bar.svg') no-repeat center center / 26px;
}

.result-card__content.number-value {
    background: none;
    color: var(--main-blue);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
}

.result-card__content.number-value span {
    font-size: 0.625em;
    line-height: 1;
    font-weight: 500;
    padding-top: 0.5em;
}

.result-card__content.circle-value {
    background: url('../img/members/blue-circle.svg') no-repeat center center / 25px;
}

/* PC */
@media (min-width: 768px) {
    .result-card__detail {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        gap: 0 5px;
        margin-top: 20px;
    }

    .result-card__title--sp {
        display: none;
    }

    .result-card__top,
    .result-card__bottom {
        display: contents;
    }
}

@media (max-width: 767px) {
    .result-card__top {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 20px auto 10px;
        border-radius: 10px;
    }

    .result-card__bottom {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }

    .result-card__bottom .result-card__item {
        border-radius: 0;
    }

    .result-card__title--sp {
        display: flex;
        border-radius: 10px 10px 0 0;
        border: 1px solid var(--lite-blue);
        border-bottom: none;
        background-color: #ECF3F9;
        font-size: 0.875rem;
        line-height: 1;
        min-height: 34px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .result-card__heading--pc {
        display: none;
    }

    .result-card__heading--sp {
        padding: 0;
        display: flex;
        border-radius: 0;
        border-bottom: 1px solid var(--lite-blue);
        background-color: #ECF3F9;
        font-size: 0.8125rem;
        line-height: 1;
        min-height: 34px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .result-card__top .result-card__heading--sp {
        border-radius: 10px 10px 0 0;
    }

    .result-card__bottom .result-card__item:nth-child(1) {
        border-radius: 0 0 0 10px;
    }

    .result-card__bottom .result-card__item:nth-child(4) {
        border-radius: 0 0 10px 0;
    }

    .result-card__bottom .result-card__item:not(:nth-child(1)) {
        border-left: none;
    }

    .result-card__content {
        min-height: 45px;
    }

    .result-card__content.number-value {
        font-size: 1.0625rem;
    }

    .result-card__content.number-value span {
        font-size: 0.68em;
        padding-top: 0.5em;
    }
}

@media only screen and (max-width: 768px) {
    .result-card__header {
        display: contents;
    }
}