/*-------------------------------
    voice
-------------------------------*/

/*-------------------------------
    voice wrap    
-------------------------------*/

.voice {
    margin-bottom:17.5rem;
}

.voice_wrap {
    background:#F5F8FA;
    border-radius:3rem;
    padding:6.5rem 7.5rem;
}

/*-------------------------------
    voice category
-------------------------------*/

.voice_category {
    max-width:34rem;
    background:#fff;
    position:relative;
    margin-bottom:7rem;
    z-index: 500;
}

.voice_menu {
    display: none;
    width:100%;
    background:#fff;
    position:absolute;
    left:0;
    top:5.5rem;
}

.voice_all,
.voice_cate {
    display: block;
    width:100%;
    height:5.5rem;
    line-height:5.1rem;
    font-size:2rem;
    letter-spacing: 0.01em;
    font-weight:500;
    color:var(--maincolor);
    text-align: center;
    border-left:.2rem solid var(--maincolor);
    border-right:.2rem solid var(--maincolor);
    border-bottom:.2rem solid var(--maincolor);
}
.voice_all a,
.voice_cate a{
    width: 100%;
    height: 100%;
    padding:0em 2.2em;
    display: block;
}

.voice_all {
    border-top:.2rem solid var(--maincolor);
    position:relative;
}

/*.voice_all::after {
    content:"";
    display: block;
    width:2.4rem;
    height:2.4rem;
    background:url(../images/common/arrow_maru_white.svg) no-repeat center / contain;
    position:absolute;
    top:0;
    bottom:0;
    right:0.75em;
    margin:auto 0;
    transform:rotate(90deg);
    transition:var(--transition);
}

.voice_all.active::after {
    transform:rotate(-90deg);
}*/
.voice_more {
    content:"";
    display: block;
    width:2.4rem;
    height:2.4rem;
    background:url(../images/common/arrow_maru_white.svg) no-repeat center / contain;
    position:absolute;
    top:0;
    bottom:0;
    right:0.75em;
    margin:auto 0;
    transform:rotate(90deg);
    transition:var(--transition);
}
.voice_more:hover{
    transform: scale(1.1) rotate(90deg);
}
.voice_category.active .voice_more{
    transform:rotate(-90deg);
}
.voice_category:has(.voice_more:hover) .voice_all,
.voice_all:hover,
.voice_cate:hover {
    background:var(--maincolor);
    color:#fff;
}
.voice_category:has(.voice_more:hover) .voice_all a,
.voice_all:hover a,
.voice_cate:hover a{
    color:#fff;
    opacity: 1;
}
.voice_category:has(.voice_more:hover) .voice_more,
.voice_all:hover + .voice_menu + .voice_more{
    background:url(../images/common/arrow_maru_blue02.svg) no-repeat center / contain;
}

/*-------------------------------
    voice list
-------------------------------*/

.voice_list_wrap {
    margin-bottom:3rem;
}

.voice_list {
    justify-content: space-between;
}

.voice_list li {
    width:48.2%;
    max-width:53rem;
    margin-bottom:5rem;
}

.voice_list li > a {
    display: block;
    width:100%;
    border-radius:2rem;
    overflow: hidden;
    background:#fff;
    padding:3rem;
}

.voice_list li > a:hover {
    background:#FFFFE8;
}

.voice_list li > a figure {
    width:100%;
    height:32.5rem;
    margin-bottom:2.5rem;
    border-radius:2rem;
}

.voice_list_txt h3 {
    font-size:2.2rem;
    font-weight:700;
    line-height:1.65;
    letter-spacing: 0.01em;
    color:var(--blueblack);
    margin-bottom:0.15em;
}

.voice_list_txt h4 {
    font-size:1.5rem;
    letter-spacing: 0.01em;
    font-weight:500;
    color:var(--blueblack);
}

.voice_tag_wrap {
    position:relative;
    margin-top:1em;
    padding-right:3rem;
}

.voice_tag_wrap::after {
    content:"";
    display: block;
    width:2.4rem;
    height:2.4rem;
    background:url(../images/common/arrow_maru_white.svg) no-repeat center / contain;
    position:absolute;
    top: 0;
    right:0;
}

.voice_tag {
    font-size:1.5rem;
    font-weight:500;
    letter-spacing: 0.01em;
    color:#fff;
    padding:0.25em 1em;
    text-align: center;
    margin:0 1em 1em 0;
}

.voice_tag_room {
    background:#9AD4FF;
}

.voice_tag_business {
    background:#C3CE58;
}

/*-------------------------------
    voice detail
-------------------------------*/


/*-------------------------------
    responsive
-------------------------------*/

@media screen and (max-width:960px) {

/*-------------------------------
    voice list
-------------------------------*/

.voice_list_txt h4,
.voice_tag {
    font-size:1.7rem;
}

.voice_tag_wrap::after {
    width:2.9rem;
    height:2.9rem;
}

} /* end 960px */



/*-------------------------------
    ver sp
-------------------------------*/

@media screen and (max-width:768px) {

/*-------------------------------
    voice wrap    
-------------------------------*/

.voice {
    margin-bottom:13rem;
}

.voice_wrap {
    padding:5.5rem 6rem 8rem;
}

/*-------------------------------
    voice category
-------------------------------*/

.voice_category {
    max-width:100%;
    margin-bottom:6rem;
}

.voice_menu {
    top:8rem;
}

.voice_all,
.voice_cate {
    width:100%;
    height:8rem;
    line-height:7.2rem;
    font-size:3rem;
    border-width:0.4rem;
    padding:0em 2.2em;
}

.voice_all {
    border-width:.4rem;
}

/*.voice_all::after {
    width:3rem;
    height:3rem;
    right:0.75em;
}*/
.voice_more {
    width:4rem;
    height:4rem;
    right:0.75em;
}
/*-------------------------------
    voice list
-------------------------------*/

.voice_list_wrap {
    margin-bottom:5rem;
}

.voice_list li {
    width:100%;
    max-width:100%;
    margin-bottom:4rem;
}

.voice_list li > a {
    padding:4rem;
}

.voice_list li > a figure {
    height:39rem;
    margin-bottom:2rem;
}

.voice_list_txt h3 {
    font-size:3rem;
    margin-bottom:0.25em;
}

.voice_list_txt h4 {
    font-size:2.8rem;
}

.voice_tag_wrap {
    margin-top:1em;
    padding-right:4rem;
}

.voice_tag_wrap::after {
    width:3.6rem;
    height:3.6rem;
    top:.6rem;
}

.voice_tag {
    font-size:2.8rem;
}


} /* end 768px */
