@charset "UTF-8";

#content {
    width: 100%;
}

#contents {
    width: 100%;
}

/* -----------------------------------------
   お客様の声一覧（PC）
   Figma: 26535:125322
   ----------------------------------------- */

/* h1 Figma: 26535:125323 */
.voice-page .page__headline {
    font-weight: var(--font-weight-medium, 500);
}

/* メインレイアウト Figma: 26535:125326 */
.voice-page__wrapper {
    display: flex;
    width: 1140px;
    margin: 0 auto;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.voice-list__container {
    width: 833px;
}

/* エリア見出し Figma: 26535:125329 */
.voice-list__area:not(:last-child) {
    margin-bottom: 60px;
}

.voice-list__area-name {
    margin: 0 0 10px;
    font-family: var(--font-family-jp, "Zen Kaku Gothic New", sans-serif);
    font-size: 22px;
    font-weight: var(--font-weight-medium, 500);
    line-height: 1.25;
    color: var(--color-primary-grayscale-black, #000000);
}

.voice-list__ridge {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.voice-list__item {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* voice_item Figma: 26535:125952 */
.voice-list__ridge {
    border-top: 1px solid var(--color-primary-grayscale-gray, #EAEAEA);
}

.voice-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 20px 19px;
    background: var(--color-primary-grayscale-white, #FFFFFF);
    border-bottom: 1px solid var(--color-primary-grayscale-gray, #EAEAEA);
}

.voice-card__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.voice-card__profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.voice-card__img {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    overflow: hidden;
    border-radius: 50%;
}

.voice-card__img img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.voice-card__name {
    margin: 0;
    font-family: var(--font-family-jp, "Zen Kaku Gothic New", sans-serif);
    font-size: 18px;
    font-weight: var(--font-weight-medium, 500);
    line-height: 1.25;
    color: var(--color-text-default, #333333);
    white-space: nowrap;
}

.voice-card__shop {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
}

.voice-card__shop-name {
    margin: 0;
}

.voice-card__shop-name a {
    font-family: var(--font-family-jp, "Zen Kaku Gothic New", sans-serif);
    font-size: 18px;
    font-weight: var(--font-weight-medium, 500);
    line-height: 1.25;
    color: var(--color-text-default, #333333);
    text-decoration: underline;
    text-underline-position: from-font;
}

.voice-card__shop-name a:hover {
    text-decoration: none;
}

.voice-card__shop .shop-list__item-purpose {
    margin: 0;
}

.voice-card__bottom {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/* 本文 Figma: 26535:125957 W 589px / 14px / line-height 1.5 */
.voice-card__text {
    flex-shrink: 0;
    width: 589px;
    margin: 0;
    overflow: hidden;
    font-family: var(--font-family-jp, "Zen Kaku Gothic New", sans-serif);
    font-size: 14px;
    font-weight: var(--font-weight-regular, 400);
    line-height: 1.5;
    color: var(--color-text-default, #333333);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.voice-card__divider {
    flex-shrink: 0;
    width: 1px;
    height: 63px;
    background: var(--color-primary-grayscale-gray, #EAEAEA);
}

/* 詳細ボタン Figma: 26535:125963 W 163px H 40px */
.voice-card__btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: center;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 163px;
    height: 40px;
    margin: 0;
    padding: 0 12px;
    border: none;
    border-radius: 6px;
    font-family: var(--font-family-jp, "Zen Kaku Gothic New", sans-serif);
    font-size: 14px;
    font-weight: var(--font-weight-medium, 500);
    line-height: 1;
    color: var(--color-primary-grayscale-white, #FFFFFF);
    text-decoration: none;
    background: var(--color-primary-default-sub, #D83C3C);
    box-shadow: 0 2px 1.5px rgba(38, 50, 56, 0.14);
    position: relative;
}

.voice-card__btn:hover {
    transform: translateY(4px);
}

.voice-card__btn-arw {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    fill: var(--color-primary-grayscale-white, #FFFFFF);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
}

.voice-card__btn:focus-visible,
.voice-card__shop-name a:focus-visible {
    outline: 2px solid var(--color-primary-default-sub, #D83C3C);
    outline-offset: 2px;
}

/* -----------------------------------------
   詳細（既存）
   ----------------------------------------- */

.intro-slider {
    position: relative;
}

.voice-page .pager.pager-bottom {
    padding-bottom: 0;
}

/* 0件のとき */
.voice-page .voice-empty.org-empty__search {
    width: 100%;
    padding: 50px 0 0;
}

.voice-page .voice-empty.org-empty__search .empty-freeword__content {
    margin: 0 auto;
    padding: 0;
}

.voice-page .voice-empty.org-empty__search .org-empty-search-message {
    text-align: center;
    margin: 0 0 30px;
}

.voice-page .voice-empty.org-empty__search .org-empty-search-comment {
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    font-weight: 600;
    text-align: center;
}

.voice-page .voice-empty.org-empty__search .org-empty__img {
    margin: 0 auto 0;
}