@charset "utf-8";


.h1_en {font-size: min(11vw,90px);}
@media screen and ( min-width: 900px ){
.h1_en {font-size: 100px;}
}


/*========== 購入・売却・リフォームの切り替えボタン ==========*/
.contents_map{padding-top: 40px;}
.map_links{display: flex;flex-direction: row;flex-wrap: wrap;gap: 10px;margin-bottom: 60px;}
.map_links a{width:100%;position:relative;display:flex;align-items:center;justify-content:center;border:2px solid #529535;border-radius:5px;padding:20px 0;text-decoration:none;color:inherit;background-color: white;}
.map_links a::after{content:"";position:absolute;right:13px;top:47%;transform:translateY(-50%) rotate(-45deg);width:10px;height:10px;border-left:2px solid #529535;border-bottom:2px solid #529535;transition:transform .2s ease;}
.map_links a.pref_active{color:#F1F7EF;background-color:#529535;}
.map_links a.pref_active::after{transform:translateY(-50%) rotate(135deg);top: 54%;border-left: 2px solid white;border-bottom: 2px solid white;}
.map_links strong{font-size:18px;margin-right:3px;}
@media (min-width:768px) {
    .map_links{gap: 20px;margin-bottom: 80px;}
    .map_links a{width:calc(calc(100% - 20px) / 2);padding:25px 0;}
    .map_links a::after{right:20px;width:12px;height:12px;}
    .map_links strong{font-size:20px;}
}
@media (min-width:1024px) {
    .map_links a{width:calc(calc(100% - 40px) / 3);padding:25px 0;}
}


/*========== ページネーションなど ==========*/
.voice_page_wrap{ margin: 0 0 40px 0; display: flex;flex-direction: row;justify-content: center;gap: 15px;}
.voice_page_wrap.bottom { margin: 80px 0;}
.voice_page{font-weight: bold;}
@media (min-width:768px) {
}


/* =========================== お客様の声 リンクボタン=========================== */
.card_link_column { width: 100%;}
.card_link_column .card_link_title strong {font-size: 18px;}
@media (min-width:768px) {
    .card_link_column { width: calc(calc(100% - 16px) / 2); }
    .card_link{flex-direction: column;}
    .card_link_column{width: calc(calc(100% - 60px) / 3);}
    .card_link_column .card_link_title strong {font-size: 20px;}
}



