@charset "utf-8";


/*********************************************** pc top ***********************************************/
/* ------------------ ( common ) ------------------ */
.btn {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.btn_ul a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

body {
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN',
        'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans',
        'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', 'ＭＳ ゴシック', serif;
}


.common_ttl01 {
    text-align: center;
}

.common_ttl01 p {
    font-size: 40px;
    color: #0e335d;
    font-weight: bold;
}

.common_ttl01 .gray {
    font-size: 16px;
    color: #333333;
}

.switchDetail.maxhat a {
    width: 100%;
}

/* ------------------ ( header ) ------------------ */
/*__headGray*/
.__headGray {
    background-color: #333333;
    height: 25px;
    line-height: 25px;
    position: relative;
}

.__headGray .wrap {
    position: relative;
}

.__headGray .wrap .tenant_link {
    position: absolute;
    top: 4px;
    right: 0;
}

.__headGray .wrap .tenant_link a {
    background-color: #c6a946;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    padding: 2px 20px 0px;
    border-radius: 10px;
    display: block;
    line-height: 16px;
}

.__headGray .text {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 0
}

/*__headTop*/
.__headTop {
    padding-top: 10px;
    padding-bottom: 30px;
    align-items: center;
}

/*__headTopLeft*/
.__headTopLeft {
    width: 40%;
    padding-top: 10px;
}

.__headTopLeft .logo {
    width: 47%
}

.__headTopLeft .anniversary {
    width: 9%
}

.__headTopLeft .minimini {
    width: 32%
}

.__headTopLeft .headName {
    font-size: 16px;
    padding-top: 5px;
}

/*__headTopRight*/
.__headTopRight {
    width: 60%
}

.__headTopRight .tel {
    width: 35%;
}

.__headTopRight .tel a {
    color: #333333 !important;
    font-size: 24px;
    transform: scaleY(1.1);
}

.__headTopRight .tel {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.__headTopRight .tel span {
    font-size: 12px;
    display: block;
}

.__headTopRight ul {
    width: 65%;
}

.__headTopRight ul li {
    width: 32%;
    height: 48px;
    line-height: 48px
}

.__headTopRight ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #0e335d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.__headTopRight ul li a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 3px
}

.__headTopRight ul li a.star:before {
    background-image: url(/penguin/resources/image/renthome/fujidera/icon_star.png);
}

.__headTopRight ul li a.time:before {
    background-image: url(/penguin/resources/image/renthome/fujidera/icon_time.png);
}

.__headTopRight ul li a.mail:before {
    background-image: url(/penguin/resources/image/renthome/fujidera/icon_mail.png);
}

.__headTopRight ul li a:hover {
    background-color: #e7161a;
    transition: .2s
}

/**/
.topSearchBocx {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    border: 2px solid #fff;
    padding: 5px;
    margin-top: 10px;
}

.topSearchBocxTitle {
    font-weight: bold;
    font-size: 27px;
    background: hsla(0, 0%, 100%, 0.8509803921568627);
    color: #0d325d;
    width: 400px;
    text-align: center;
    line-height: 50px;
}

.topSearchBocxTitle span {
    margin-left: 20px;
    font-size: 15px;
    color: #333333;
}

.topSearchBocx form {
    width: 670px;
}

.topSearchBocx #form4 {
    display: flex;
    width: 670px;
}

.topSearchBocx #sbox4 {
    height: 55px;
    width: calc(100% - 55px);
    padding: 0 20px;
    outline: 0;
    background: #fff;
    font-size: 16px;
    color: #808080;
    border: none;
    border-radius: 10px 0 0 10px;
    -webkit-appearance: none;
}

.topSearchBocx #sbtn4 {
    height: 55px;
    width: 55px;
    background: #0e335d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}

.topSearchBocx #sbtn4 .fa-search {
    font-size: 20px;
}

.topSearchBocx #sbtn4:hover {
    color: #888;
}

/*__headBottom*/
.__headBottom {
    background-color: #0e335d;
}

.__headBottom li {
    width: 14.28%;
    border-top: 1px solid #0e335d;
    border-bottom: 1px solid #0e335d;
    position: relative;
}

.__headBottom li:not(:last-child) {
    border-right: 1px solid #0e335d
}

.__headBottom li a,
.non_next {
    color: #0e335d;
    padding: 30px 0 12px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.__headBottom li .btn p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.__headBottom li .news p {
    font-size: 18px;
    padding-top: 2px
}

.__headBottom li .shop p {
    font-size: 15px;
    padding-top: 5px
}

.__headBottom li .btn p span {
    display: block;
    color: #333333;
    font-size: 12px;
    font-weight: normal
}

.header_non_pointer {
    cursor: default !important;
}

/*.__headBottom li .shop p span {
    padding-top: 5px
}
.__headBottom li .shop p span{
  padding-top: 5px
}*/
.__headBottom li .btn .img {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    padding: 8px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px solid #0e335d;
    background-color: #fff;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.__headBottom li:hover .btn .img {
    background-color: #e7161a;
    border: 2px solid #e7161a;
    transition: .2s
}

.__headBottom li a.home:hover img {
    content: url(/penguin/resources/image/renthome/fujidera/icon_home.png);
}

.__headBottom li a.map:hover img {
    content: url(/penguin/resources/image/renthome/fujidera/icon_map.png);
}

.__headBottom li a.train:hover img {
    content: url(/penguin/resources/image/renthome/fujidera/icon_train.png);
}

.__headBottom .news_list:hover img {
    content: url(/penguin/resources/image/renthome/fujidera/icon_news.png);
}

.__headBottom .buil_list:hover img {
    content: url(/penguin/resources/image/renthome/fujidera/icon_buil.png);
}

.__headBottom .shop_list:hover img {
    content: url(/penguin/resources/image/renthome/fujidera/icon_shop.png);
}

.__headBottom li a.fly:hover img {
    content: url(/penguin/resources/image/renthome/fujidera/icon_fly.png);
}

.__headBottom ul li ul {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
}

.__headBottom ul li ul li {
    width: 100%;
    display: none;
    overflow: hidden;
    transition: .4s;
    z-index: 999;
}

.__headBottom ul li:hover ul li {
    height: 40px;
    display: block;
    overflow: visible;
}

.__headBottom ul li ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    background-color: rgba(14, 51, 93, 0.75);
    padding: 10px;
    text-align: center;
}

.__headBottom ul li ul li a:hover {
    background-color: rgba(14, 51, 93, 1.0);
}

.__headBottom ul li ul li a:hover {
    background-color: rgba(14, 51, 93, 1.0);
}

/* ------------------ ( エリア検索) ------------------ */


.topTop {
    padding: 80px 0;
    background-color: #eeeeee;
}

.__topTopLeft {
    width: 72%;
    background-color: rgba(255, 255, 255, 0.85);
    position: relative;
}

.__topTopLeft p {
    position: absolute;
}

.__topTopLeft .text01 {
    color: #0e3395;
    font-size: 13px;
    font-weight: bold;
    top: 10px;
    left: 15px;
}

.__topTopLeft .text01:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(/penguin/resources/image/renthome/fujidera/top_icon_01.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.__topTopLeft .text01:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url(/penguin/resources/image/renthome/fujidera/top_cursor.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-left: 3px;
}

.__topTopLeft .place {
    color: #29a0d7;
    font-size: 20px;
}

.__topTopLeft .place.ps01 {
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.__topTopLeft .place.ps02 {
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
}

.__topTopLeft .place.ps03 {
    bottom: 12px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.__topTopLeft .place.ps04 {
    top: 0;
    bottom: 0;
    left: 13px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
}

.__topTopLeft .mapBg {
    width: 690px;
    margin: auto;
    padding: 25px 0 45px 0;
}

/**/
.topEriaMap li a {
    position: relative;
    display: inline-block;
    padding: 3px;
    color: #0e335d;
    font-size: 10px;
    background: #0071b0;
    transition: .1s;
}

.topEriaMap li a:hover {
    color: #fff;
    background: #fff;
}

.topEriaMap li a:hover a:before {
    border-color: #fff
}

.topEriaMap li a:hover span {
    background-color: #e7161a;
}

.topEriaMap li a:before {
    content: "";
    position: absolute;
    border: 8px solid transparent;
}

.topEriaMap li .top:hover:before {
    border-bottom: 10px solid #fff;
}

.topEriaMap li .bottom:hover:before {
    border-top: 10px solid #fff;
}

.topEriaMap li a.top:before {
    top: -16px;
    border-bottom: 10px solid #0071b0;
}

.topEriaMap li a.bottom:before {
    top: 95%;
    border-top: 10px solid #0071b0;
}

.topEriaMap li a.left:before {
    left: 6.5px;
}

.topEriaMap li a.right:before {
    right: 6.5px;
}

.topEriaMap li a span {
    position: relative;
    display: inline-block;
    padding: 1px 6px;
    background: #fff;
    font-weight: bold;
}

.topEriaMap li a.top:hover span:before {
    border-bottom: 7px solid #e7161a;
}

.topEriaMap li a.bottom:hover span:before {
    border-top: 7px solid #e7161a;
}

.topEriaMap li a span:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;

}

.topEriaMap li a.top span:before {
    top: -12px;
    border-bottom: 7px solid #fff;

}

.topEriaMap li a.bottom span:before {
    top: 100%;
    border-top: 7px solid #fff;

}

.topEriaMap li a.left span:before {
    left: 7px;
}

.topEriaMap li a.right span:before {
    right: 6px;
}

/*change*/
.topEriaMap li {
    position: absolute;
}

.topEriaMap li.RE_pos {
    position: absolute;
    top: 110px;
    left: 150px;
    width: 80px;
}

.topEriaMap li.RE_pos img {
    width: 100%;
    display: block;
}

ul.mapstation li {
    position: absolute;
}

ul.mapstation li a {
    display: block;
    background: #fff;
    transition: .1s;
    color: #333;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 8px;
    border-radius: 20px;
    border: 2px solid #808080;
}

ul.mapstation li a:hover {
    color: #fff;
    background: #fd0201;
    border-color: #fff;
}

.topEriaMap li.tsudo {
    top: 65px;
    left: 250px;
}

.topEriaMap li.koyama {
    top: 50px;
    left: 155px;
}

.topEriaMap li.emisaka {
    top: 95px;
    left: 160px;
}

.topEriaMap li.kitaoka {
    top: 95px;
    left: 220px;
}

.topEriaMap li.oka {
    top: 115px;
    left: 260px;
}

.topEriaMap li.shimaizumi {
    top: 120px;
    left: 100px;
}

.topEriaMap li.fujidera {
    top: 200px;
    left: 320px;
}

.topEriaMap li.haruhioka {
    top: 160px;
    left: 220px;
}

.topEriaMap li.takawashi {
    top: 200px;
    left: 170px;
}

.topEriaMap li.nonoue {
    top: 250px;
    left: 210px;
}

.topEriaMap li.fujigaoka {
    top: 240px;
    left: 300px;
}

.topEriaMap li.iga {
    top: 260px;
    left: 100px;
}

.topEriaMap li.habikino {
    top: 320px;
    left: 90px;
}

.topEriaMap li.karusato {
    top: 320px;
    left: 300px;
}

.topEriaMap li.aoyama {
    top: 300px;
    left: 380px;
}

.topEriaMap li.mifune {
    top: 120px;
    left: 410px;
}

.topEriaMap li.higashifujidera {
    top: 160px;
    left: 390px;
}

.topEriaMap li.nishikomuro {
    top: 165px;
    left: 450px;
}

.topEriaMap li.sakura {
    top: 215px;
    left: 420px;
}

.topEriaMap li.nonaka {
    top: 260px;
    left: 445px;
}

.topEriaMap li.shiratori {
    top: 330px;
    left: 500px;
}

.topEriaMap li.nishioi {
    top: 50px;
    left: 480px;
}

.topEriaMap li.oi {
    top: 50px;
    left: 560px;
}

.topEriaMap li.hayashi {
    top: 95px;
    left: 550px;
}

.topEriaMap li.hojo {
    top: 60px;
    left: 700px;
}

.topEriaMap li.sosha {
    top: 90px;
    left: 700px;
}

.topEriaMap li.sawada {
    top: 130px;
    left: 530px;
}

.topEriaMap li.komuro {
    top: 180px;
    left: 540px;
}

.topEriaMap li.ko {
    top: 165px;
    left: 700px;
}

.topEriaMap li.domyoji {
    top: 190px;
    left: 660px;
}

.topEriaMap li.konda {
    top: 270px;
    left: 570px;
}

.topEriaMap li.usui {
    top: 280px;
    left: 690px;
}

.topEriaMap li.furuichi {
    top: 320px;
    left: 660px;
}

li.takawashi-station {
    top: 153px;
    left: 140px;
    transform: rotate(-13deg);
}

li.fujidera-station {
    top: 143px;
    left: 320px;
}

li.hajinosato-station {
    top: 140px;
    left: 610px;
}

li.furuichi-station {
    top: 326px;
    left: 610px;
    transform: rotate(-24deg);
}

/*ul.mapstation li.tanikyu-station a {
    border-color: #ca0fff #fd91c3 #fd91c3 #ca0fff;
}

ul.mapstation li.tanikyu-station a:hover {
    border-color: #fff;
}

ul.mapstation li.tsuruhashi-station a {
    border-color: #000;
}

ul.mapstation li.tsuruhashi-station a:hover {
    border-color: #fff;
}*/

/*.top_topRight */
.__topTopRight {
    width: 26%;
}

.__topTopRight .hukidashi {
    margin-top: 10px;
}

.__topTopRight ul {
    border: 2px #fff solid;
    padding: 10px 7.5px !important;
}

.__topTopRight li:nth-child(1) {
    margin-bottom: 0px;
}

.__topTopRight li a {
    background-color: rgba(255, 255, 255, .85);
    padding: 20px 0 25px;
    text-align: center;
    transition: .2s;
    position: relative;
}

.__topTopRight li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #0e335d;
    transition: .4s;
    z-index: 555;
}

.__topTopRight li a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    background: #e7161a;
    transition: .4s;
    z-index: 666;
}

.__topTopRight li a:hover:after {
    width: 100%;
}

.__topTopRight li a:hover {
    background-color: rgba(255, 255, 255, 1.0);
}

.__topTopRight li:nth-child(2) a .img {
    background-image: url(/penguin/resources/image/renthome/fujidera/top_map_icon.png);
}

.__topTopRight li:nth-child(3) a .img {
    background-image: url(/penguin/resources/image/renthome/fujidera/top_train_n.png);
}

.__topTopRight li:nth-child(2) a:hover .img {
    background-image: url(/penguin/resources/image/renthome/fujidera/top_map_icon_r.png);
}

.__topTopRight li:nth-child(3) a:hover .img {
    background-image: url(/penguin/resources/image/renthome/fujidera/top_train.png);
}

.__topTopRight li a:hover p,
.__topTopRight li a:hover span {
    color: #e7161a;
}

.__topTopRight li a {
    padding-top: 30px;
}

.__topTopRight li a .img {
    width: 50px;
    height: 50px !important;
    margin: auto;
    background-size: cover;
}

.__topTopRight li a p {
    color: #0e335d;
    font-size: 27px;
    font-weight: bold;
    transition: .2s;
}

.__topTopRight li a p span {
    display: block;
    font-size: 15px;
    color: #333333;
    transition: .2s;
}

.__topTopRight li:last-child {
    margin-top: 5px
}

/*------------------------(top_slide )--------------------*/

section.top_slide {
    padding-top: 30px;
    padding-bottom: 30px;
}

section.top_slide li {
    margin-right: 10px;
}

.bxslider {
    overflow: hidden;
}

.bk_img_box .bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
    position: relative;
}

.top_slide .bx-wrapper {
    margin: auto;
    box-shadow: 0 0 0 #fff;
    box-shadow: 0;
    border: 0;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    /* -webkit-box-shadow: 0 0 5px #ccc; */
    /* box-shadow: 0 0 5px #ccc; */
    /* border: 5px solid #fff; */
    /* background: #fff; */
}

.top_slide .bx-viewport {
    -webkit-transform: translatez(0);
    overflow: inherit !important;
    height: auto;
}

.topPager li {
    width: 252px;
}

.top_slide .maker_slider li {
    position: relative;
}

.top_slide li[aria-hidden=false] a:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.top_slide .bx-wrapper .bx-pager {
    padding-top: 30px;
}

.top_slide .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    display: flex;
    justify-content: center;
    width: 100vw;
    position: relative;
    left: calc(410px - 50vw);
    top: 0;
}

.top_slide .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 220px;
    height: 83px;
    background-size: cover;
    background: rgba(0, 0, 0, 0);
}

.top_slide .bx-pager-item {
    position: relative;
}

.top_slide .bx-pager-item:nth-child(n-3) {
    margin-right: 20px
}

.top_slide .bx-pager-item:last-child {
    margin-right: 0;
}

.top_slide .bx-pager-item:nth-child(2) {
    background-image: url(/penguin/resources/image/renthome/fujidera/online.jpg);
    background-size: cover;
}

.top_slide .bx-pager-item:nth-child(3) {
    background-image: url(/penguin/resources/image/renthome/fujidera/top_slide_img04.png);
    background-size: cover;
}

.top_slide .bx-pager-item:nth-child(4) {
    background-image: url(/penguin/resources/image/renthome/fujidera/top_slide_img03_mini.png);
    background-size: cover;
}

.top_slide .bx-pager-item:nth-child(5) {
    background-image: url(/penguin/resources/image/renthome/fujidera/top_slide_img01_mini.png);
    background-size: cover;
}

.top_slide .bx-pager-item:nth-child(1) {
    background-image: url(/penguin/resources/image/renthome/_common/top_slide_img05.jpg);
    background-size: cover;
}

.top_slide .bx-pager-item a.bx-pager-link.active:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    width: 230px;
    height: 83px;
    position: absolute;
    top: 0;
    left: 0;
}

/*------------------------( top_commitment )--------------------*/

.top_commitment {
    padding: 60px 0;
}

.top_commitment .left {
    width: 62%;
}

.tab {}

.top_commitment .left ul {}

.tab li {
    color: #fff;
    width: 33.33%;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    transition: .3s;
    background: #666666;
    font-size: 17px;
}

.tab li:nth-child(n-2) {
    border-right: 1px solid #a7a7a7;
}

.tab li.active {
    color: #fff;
    background: #0e335d;
    cursor: auto;
}

.area {
    border: 20px solid #0e335d;
}

.area ul {
    display: none;
}

.area ul li:nth-child(even) {
    background-color: #e6e6e6;
}

.area ul.show {
    display: block;
}

.area ul.show li {
    position: relative;
}

.area ul.show:first-child li {
    padding: 25px 5px;
}

.area ul.show:first-child li a {
    display: block;
}

.area ul.show:first-child a span.news {
    display: inline-block;
    margin: 0 10px;
    width: 80px;
}

.area ul.show:first-child a span.red {
    display: inline-block;
    width: 65%;
}

.area ul.show a:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    background-image: url(/penguin/resources/image/renthome/fujidera/commitment_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}

.area ul.show a:hover:after {
    background-image: url(/penguin/resources/image/renthome/fujidera/commitment_arrow_hv.png);
}

.area ul.show a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.area ul.show a {}

.area ul.show a .data {
    width: 11%;
}

.area ul.show a .img {
    width: 20%;
    height: 80px;
    overflow: hidden;
    position: relative;
}

.area ul.show a .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.area ul.show a .inner {
    width: 65%;
}

.area ul.show.voice a .inner {
    width: 77%;
}

.area ul.show a span {
    display: block;
    width: 88%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.area ul.show a span.news {
    color: #fff;
    background-color: #e7161a;
    font-size: 11px;
    padding: 1px 5px;
    width: 22%;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}

.area ul.show a:hover span.red {
    color: #e7161a;
}


.top_commitment .right {
    width: 35%;
}

.top_commitment .right .common_ttl01 {
    text-align: center;
    margin: 10px 0 9px 0;
}

.top_commitment .right ul {
    justify-content: center;
}

.top_commitment .right ul li {
    width: 185px;
    position: relative;
    z-index: 1;
}

/* .top_commitment .right ul li:nth-child(odd){
  margin-right: 15px
}
.top_commitment .right ul li:nth-child(n-4) {
  margin-bottom: 12px;
} */
.top_commitment .right ul li a:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 2;
}

.top_commitment .right ul li .ttl {
    height: 36px;
    width: 100%;
    color: #fff;
    background-color: #0e335d;
    line-height: 36px;
    text-align: center;
    display: block;
    margin: 0;
}

.top_commitment .right ul li a:hover .ttl {
    background-color: #e7161a;
}

/*------------------------( top_property )--------------------*/

.top_property {
    background-image: url(/penguin/resources/image/renthome/fujidera/property_back.jpg);
    padding: 60px 0;
}

.top_property ul {
    padding-top: 33px;
}

.top_property ul li {
    width: 250px;
    background-color: #fff;
    position: relative;
}

.top_property ul li:nth-child(n-3) {
    margin-right: 25px;
}

.top_property ul li:nth-child(n-4) {
    margin-bottom: 25px;
}

.top_property ul li:last-child {
    margin-right: 25px;
}

.top_property ul li a:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/penguin/resources/image/renthome/fujidera/property_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 7px;
    right: 7px;
}

.top_property ul li a:hover:before {
    background-image: url(/penguin/resources/image/renthome/fujidera/property_arrow_hv.png);
}

.top_property ul li a .image {
    width: 236px;
    height: 163px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-top: 6px;
    overflow: hidden;
}

.top_property ul li a .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.top_property ul li a:hover .image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.top_property ul li a .dc {
    padding: 11px 0 17px 20px;
    position: relative;
}

.top_property ul li a span {
    font-size: 13px;
    color: #000000;
    display: block;
    position: relative;
}

.top_property ul li a .build {
    font-size: 15px;
    margin: 0 0 8px;
    color: #000000;
}

.top_property ul li a span:before {
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    margin: 0px 5px 3px 0;
}

.top_property ul li a span.price:before {
    width: 17px;
    height: 17px;
    background-image: url(/penguin/resources/image/renthome/fujidera/property_price.png);
}

.top_property ul li a span.price {
    color: #e61c24;
    margin-bottom: 8px;
}

.top_property ul li a span.size:before {
    width: 15px;
    height: 15px;
    background-image: url(/penguin/resources/image/renthome/fujidera/property_size.png);
}

.top_property ul li a span.size {
    margin-bottom: 8px;
}

.top_property ul li a span.station {
    padding-left: 20px;
}

.top_property ul li a span.station:before {
    width: 15px;
    height: 20px;
    display: block;
    position: absolute;
    background-image: url(/penguin/resources/image/renthome/fujidera/property_station.png);
    bottom: 27px;
    left: 0px;
    top: 0;
}

/*-------------------------( serch )-------------------------*/

.top_serch {
    background-image: url(/penguin/resources/image/renthome/fujidera/serch_back.png);
    padding: 60px 0;
}

.top_serch ul {
    margin-top: 30px;
}

.top_serch ul li {
    width: 354px;
}

.top_serch ul li a:hover .img01 img {
    content: url(/penguin/resources/image/renthome/fujidera/serch_hv-shitennouji.png);
    transition: all .3s;
}

.top_serch ul li a:hover .img02 img {
    content: url(/penguin/resources/image/renthome/fujidera/serch_hv-osakafuritsu.png);
    transition: all .3s;
}

.top_serch ul li a:hover .img03 img {
    content: url(/penguin/resources/image/renthome/fujidera/serch_hv-osakageijutsu.png);
    transition: all .3s;
}

.top_serch ul li a:hover .img04 img {
    content: url(/penguin/resources/image/renthome/fujidera/serch_hv-hannan.png);
    transition: all .3s;
}

.top_serch ul li a:hover .img05 img {
    content: url(/penguin/resources/image/renthome/fujidera/serch_hv-taiseigakuin.png);
    transition: all .3s;
}

.top_serch ul li a:hover .img06 img {
    content: url(/penguin/resources/image/renthome/fujidera/serch_hv-osakaotani.png);
    transition: all .3s;
}

.top_serch ul li:nth-child(n-2) {
    margin-right: 12px;
}



/*-----------------------------( maker )----------------- */
.top_maker {
    padding: 50px 0 60px 0;
    background-color: #0e335d;
}

.top_maker .common_ttl01 {
    padding-bottom: 37px;
}

.top_maker .common_ttl01 p {
    color: #fff;
}

ul.maker_slider li {
    width: 19%;
    margin: 0;
    overflow: hidden;
    border-radius: 15px;
    line-height: 0;
}

.top_maker .maker_pager li {
    width: 210px;
}

.top_maker .bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
    margin-bottom: 0;
    position: relative;
}

.top_maker .bx-wrapper {
    margin: auto;
}

.top_maker .bx-viewport {
    -webkit-transform: translatez(0);
    overflow: initial !important;
    height: auto;
}

.top_maker .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 210px;
    height: 105px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.top_maker .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
    position: static;
}

.top_maker .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: flex;
    justify-content: space-around;
    position: static;
}

.top_maker .bx-wrapper .bx-pager-item {
    position: relative;
}

.top_maker .bx-pager-item:nth-child(1) a {
    background-image: url(/penguin/resources/image/renthome/fujidera/maker_img01_mini.png) !important;
    background-size: cover !important;
    ;
}

.top_maker .bx-pager-item:nth-child(2) a {
    background-image: url(/penguin/resources/image/renthome/fujidera/maker_img02_mini.png) !important;
    background-size: cover !important;
    ;
}

.top_maker .bx-pager-item:nth-child(3) a {
    background-image: url(/penguin/resources/image/renthome/fujidera/maker_img03_mini.png) !important;
    background-size: cover !important;
    ;
}

.top_maker .bx-pager-item:nth-child(4) a {
    background-image: url(/penguin/resources/image/renthome/fujidera/maker_img04_mini.png) !important;
    background-size: cover !important;
    ;
}

.top_maker .bx-pager-item:nth-child(5) a {
    background-image: url(/penguin/resources/image/renthome/fujidera/maker_img05_mini.png) !important;
    background-size: cover !important;
    ;
}

.top_maker a.bx-pager-link.active:before {
    content: '';
    display: block;
    width: 96%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 5px;
}

.top_maker .maker_slider li {
    position: relative;
}

.top_maker li[aria-hidden=false] a:hover:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/*<!-- ------------------ ( public ) ------------------ -->*/

.top_public {
    background-color: rgba(231, 22, 26, 0.65);
    padding: 60px 0 60px 0;
}

.top_public .wrap {
    position: relative;
}

.top_public .common_ttl01 {
    margin-bottom: 30px;
}

.top_public .common_ttl01 p {
    color: #fff;
}

.top_public .common_ttl01:before {
    content: '';
    display: inline-block;
    width: 75px;
    height: 48px;
    background-image: url(/penguin/resources/image/renthome/fujidera/public_car.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 300px;
}

.top_public .common_ttl01:after {
    content: '';
    display: inline-block;
    width: 75px;
    height: 48px;
    background-image: url(/penguin/resources/image/renthome/fujidera/public_car02.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    right: 300px;
}

.top_public ul {
    justify-content: space-around;
}

.top_public ul li {
    position: relative;
    width: 265px;
}

.top_public ul li a:hover:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 265px;
    height: 106px;
    position: absolute;
    top: 0;
    left: 0
}

/*<!-- ------------------ ( insta ) ------------------ -->*/

.top_insta .common_ttl01 {
    margin-bottom: 30px;
}

/*<!-- ------------------ ( link ) ------------------ -->*/

section.top_link {
    padding: 60px 0 0 0;
    background-image: url(/penguin/resources/image/renthome/fujidera/link_back.jpg);
    background-size: cover;
    position: relative;
    margin-bottom: -60px;
}

.top_link ul {
    padding-bottom: 120px;
}

.top_link ul li {
    width: 337px;
    position: relative;
}

.top_link .common_ttl01 {
    margin-bottom: 30px;
}

section.top_link .btn {
    line-height: 0;
}

.top_link ul li a:hover:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.top_link .triangle {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}

/* ------------------ (お客様の声) ------------------ */
.cus_headline {
    margin: 25px auto 35px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.cus_headline p:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #0e335d;
    letter-spacing: 1.4px;
}

.cus_headline p:nth-child(2) {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1.4px;
}

.cus_headline .ttl {
    color: #333;
    font-weight: bold;
    letter-spacing: 1.4px;
}

.customer_voice ul {
    justify-content: space-between;
}

.customer_voice ul li {
    width: 250px;
}

.customer_voice ul li a {
    text-decoration: none;
    color: #4d4d4d;
    display: block;
    width: 100%;
}

.customer_voice ul li a .img {
    position: relative;
    width: 100%;
    height: 178px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    box-shadow: 2px 2px 4px #888;
}

.customer_voice ul li a .img img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.customer_voice ul li a .img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.black_mask {
    transition: .4s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.customer_voice ul li a:hover .black_mask {
    background-color: rgba(0, 0, 0, 0.3);
}

.customer_voice ul li a .text {
    text-align: center;
    margin: 10px 0 0;
    letter-spacing: 1.0px;
    font-size: 15px;
    font-weight: bold;
}

.cus_btm {
    width: 310px;
    height: 55px;
    margin: 45px auto 60px;
}

.cus_btm a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    transition: .4s;
    color: #fff;
    background-image: linear-gradient(to right, rgba(14, 51, 93, 1.0) 50%, rgba(231, 22, 25, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
}

.cus_btm a:hover {
    background-position: -100% 0;
}

/* ------------------ (スタッフ紹介) ------------------ */
.staff_intro {
    padding: 35px 0 60px;
    background-color: #0e335d;
}

section.staff_intro .cus_btm {
    margin-bottom: 0;
}

.staff_intro .cus_headline p {
    color: #fff !important;
}

.staff_intro .cus_btm a {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(231, 22, 25, 1) 50%);
    color: #0e335d;
}

.sta_list {
    justify-content: space-between;
    flex-wrap: wrap;
}

.sta_list li {
    width: 24%;
}

.sta_list li a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition: .4s;
}

.sta_list li a .img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.sta_list li a .img img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    width: auto;
    height: auto;
    max-width: 100%;
    /*max-height: 100%;*/
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.sta_list li a:hover .img img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.sta_name {
    background-color: #fff;
    width: 100%;
    padding: 5px;
}

.sta_name p {
    font-size: 14px;
    color: #0e335d;
    padding-left: 10px;
    transition: .4s;
    font-weight: bold;
}

.sta_name p span {
    font-size: 60%;
}

.sta_list li a:hover p {
    color: #e7161a;
}

.sta_list li a:hover .black_mask {
    background-color: rgba(0, 0, 0, 0.3);
}

.staff_intro .cus_btm a:hover {
    color: #fff;
}

/* ------------------ (店舗案内) ------------------ */
.branch {
    padding: 40px 0 100px;
}

.shop_left {
    width: 580px !important;
}

.shop_left .img {
    width: 260px;
    line-height: 1;
}

.shop_left .img img {
    width: 100%;
}

.shop_wrapper {
    justify-content: space-between;
    align-items: center;
}

.shop_num {
    font-size: 26px;
    justify-content: space-between;
    margin-top: 35px;
    font-weight: bold;
}

.shop_num a {
    letter-spacing: 1.3 !important;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: block !important;
    width: 49% !important;
}

.avai_time {
    font-size: 16px;
    margin-top: 5px;
    color: #333;
    font-weight: bold;
}

.shop_address {
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}

.shop_address p {
    line-height: 1.4;
    letter-spacing: 1.2px;
    color: #333;
    font-weight: bold;
}

.shop_right {
    width: 460px;
}

.shop_right ul {
    width: 100%;
}

.shop_right ul li {
    width: 100%;
}

.shop_right ul li:not(:last-child) {
    margin-bottom: 2px;
}

.shop_right ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    transition: .4s;
    text-decoration: none;
    background-position: 0 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, rgba(14, 51, 93, 1) 50%, rgba(231, 22, 25, 1) 50%);
    color: #fff;
    padding: 20.5px 0;
    font-size: 18px;
}

.shop_right ul li a:hover {
    background-position: -100% 0;
}

.shop_right ul li a .img {
    width: 12px;
    margin-left: 40px;
    margin-right: 35px;
}

/* ------------------ (footer) ------------------ */

.footer_map {
    width: 100%;
}

.footer_map iframe {
    width: 100% !important;
}

.footer_btm {
    background-color: #0e335d;
    padding-bottom: 60px;
    position: relative;
}

.extra_border {
    position: absolute;
    top: 96px;
    width: 60vw;
    border-bottom: 2px #fff solid;
}

.footer_cap {
    padding: 60px 0 15px;
    justify-content: space-between;
    font-size: 15px;
    border-bottom: 2px #fff solid;
}

.footer_cap li {
    color: #fff;
    width: 34%;
}

.pa_list {
    margin-top: 20px;
    width: 16%;
}

li.pa_list.search {
    width: 22.5%;
}

.pa_list ul li {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12.5px;
    letter-spacing: 1.1px;
}

.pa_list ul li:not(:last-child) {
    margin-bottom: 5px;
}

.pa_list ul li a.mar_left {
    margin-left: 15px;
    font-size: 12.5px;
    letter-spacing: 1.1px;
    position: relative;
}

.pa_list ul li a.mar_left:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .2s;
}

.pa_list ul li a.mar_left:hover:before {
    width: 100%;
}

.pa_list ul li a.mar_left_sp {
    margin-left: 0px !important;
    font-size: 12.5px;
    letter-spacing: 1.1px;
    position: relative;
}

.pa_list ul li a.mar_left_sp:before {
    position: absolute;
    top: 13px;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .6s;
}

.pa_list ul li a.mar_left_sp:hover:before {
    width: 100%;
}

.footer_btm a {
    color: #fff;
    text-decoration: none;
}

.footer_left {
    width: 100%;
    font-weight: bold;
}

.footer_right {
    width: 300px;
}

.footer_insta_logo {
    width: 130px;
    margin: 70px auto 14px;
}

.insta_box {
    width: 100%;
    height: 450px;
    background-color: #fff;
    padding: 5px;
}

.insta_inner_box {
    border: 2px #c2c2c2 solid;
    width: 100%;
    height: 100%;

}

.insta_top .img {
    width: 35%;
    padding: 20px;
    border: #d2d2d2 1px solid;
    border-radius: 50%;
    margin: 10px auto 15px;
}

.insta_top h3 {
    text-align: center;
    font-size: 18px;
    margin: 0 auto 10px;
}

.insta_top p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.insta_follow {
    width: 110px;
    margin: 10px auto 0;
}

.insta_follow a {
    background-color: #0e335d !important;
    padding: 5px 0;
    border-radius: 10px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 16px;
    transition: .4s;
}

.insta_follow a:hover {
    background-color: rgba(50, 102, 161, 0.9) !important;
}

.insta_follow a i {
    padding-right: 10px;
}

.copy_right {
    padding: 5px;
    background-color: #fff;
}

.copy_right {
    text-align: center;
}

li.pa_list:nth-child(2) {
    /* padding-left: 20px; */
}

.ftShops {
    background: #607D8B;
    padding: 40px 0 20px;
}

.ftShops .flex>div {
    margin: 0 20px 20px 0;
    width: 260px;
}

.ftShops .flex>div:nth-child(4n) {
    margin-right: 0;
}

.ftShops .flex {
    align-items: center;
}

.ftShops .flex>div a {
    display: block;
    background: #fff;
    border-radius: 30px;
    padding: 10px 0 10px 70px;
    position: relative;
    text-decoration: none;
    transition: .1s;
}

.ftShops .flex>div a .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    bottom: 0;
    margin: auto;
    height: 60px;
}

.ftShops .flex>div a .name {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.ftShops .flex>div a .name span {
    display: block;
    font-size: 12px;
}

.ftShops .flex>div a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: solid #aaa;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.ftShops .flex .title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.ftShops .flex .title span {
    display: block;
    font-size: 16px;
}

.ftShops .flex>div a:hover {
    transform: translate(-3px, -3px);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.area ul.show a {
    padding-right: 30px;
    line-height: normal;
}

.area ul li {
    padding: 5px;
}

.top_property .bx-wrapper {
    border: 0px;
    background: none;
    box-shadow: 0 0 0;
}

.top_commitment .right ul li a {
    color: #818080;
}

.area ul.show {
    max-height: 780px;
    overflow-y: scroll;
}

.small_txt {
    padding-top: 20px;
    text-align: center;
    color: #555;
}

.top_property ul li a .image span.new {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 50px;
}

/* お客様の声　PC */

.top_voice_contents {
    display: grid;
    grid-template-columns: 300px 700px;
    column-gap: 100px;
    align-items: center;
    padding: 0 0 80px;
}

.voice_slider .flame {
    width: 300px;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(15 51 98 / 78%);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modal_window {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 1340px;
    z-index: 9999;
}

.voice_slider .img {
    height: 200px;
}

.voice_slider .img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background: #eee;
}

#top_voice .slick-prev:before,
#top_voice .slick-next:before {
    background: #0f335d;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    opacity: 1;
}

#top_voice .slick-prev,
#top_voice .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    top: 40%;
}

#top_voice .slick-prev {
    left: -51px;
}

.voice_slider .flame .inner_text {
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modalContents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    max-width: 80%;
    padding: 50px;
    background-color: #fff;
    /* border-radius: 0; */
    height: 84vh;
    overflow: hidden;
}

.modalContents .img {
    height: 300px;
}

.modalContents .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modal_text_area {
    padding: 20px 0;
}

.modal_close {
    font-size: 30px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -355px;
    right: 21vw;
}

.voice_slider .flame .inner_text {
    padding: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.modalContents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    max-width: 80%;
    padding: 50px;
    background-color: #fff;
    /* border-radius: 0; */
    height: 80vh;
    overflow: hidden;
}

.modalContents .img {
    height: 300px;
    background: #eee;
}

.modalContents .img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.modal_text_area {
    padding: 20px 0;
}

.modal_close {
    font-size: 30px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -355px;
    right: 21vw;
}

.modal_text_area .icon {
    width: 25px;
    display: inline-block;
    background: #0F3362;
    border-radius: 50px;
    text-align: center;
    height: 25px;
    position: relative;
}

.modal_text_area .icon img {
    width: 15px;
    object-fit: contain;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal_text_area .ttl {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 13px;
    border-bottom: solid 1px #0f335d;
    padding-bottom: 4px;
    margin-bottom: 5px;
}

.modal_text_area .text {
    margin-bottom: 20px;
    font-size: 12px;
}

#top_voice .wrap {
    position: relative;
}

#top_voice .wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/penguin/resources/image/renthome/_common/machi.png) center no-repeat;
    background-size: contain;
    width: 400px;
    height: 61px;
}

.top_voice_contents .more {
    text-align: right;
    color: #0f335d;
    font-weight: 600;
    margin-top: 12px;
}

#top_voice .cus_btm {
    width: 80%;
}

#top_voice .cus_btm .btn {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

#top_voice .cus_btm .btn::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/penguin/resources/image/renthome/_common/icon_link.png) center no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
}

#top_voice .slick-next {
    right: -7px;
}

.topTop .student_banner_box {
    margin-top: 50px;
}

.topTop .student_banner_box a {
    display: block;
}


@media (max-width: 750px) {

    /*********************************************** sp top ***********************************************/
    .common_ttl01 p {
        font-size: 30px;
        color: #0e335d;
    }

    .common_ttl01 p.gray {
        font-size: 15px;
        color: #333333;
    }

    /* ------------------ ( top ) ------------------ */
    .__topTopRight {
        width: 100%;
        margin-top: 0vw;
    }

    .__topTopRight ul {
        border: 2px #fff solid;
        display: flex;
        justify-content: space-between;
        margin-bottom: 2vw;
        border: none;
        padding: 0 !important;
    }

    .__topTopRight li:nth-child(1) {
        margin-bottom: 0vw;
    }

    .__topTopRight li:last-child {
        margin: 0;
    }

    .__topTopRight ul li {
        width: 49% !important;
    }

    .__topTopRight li a {
        padding: 5vw 0;
    }

    .__topTopRight li a .img {
        width: 30px;
        height: 30px !important;
        margin-bottom: 2vw;
    }

    .__topTopRight li a p {
        font-size: 5vw;
    }

    .__topTopRight li a p span {
        font-size: 3.4vw;
    }

    .topTop {
        padding: 12vw 0;
    }

    .__topTopLeft {
        padding: 15vw 0 5vw;
        width: 100%;
    }

    .__topTopLeft .text01 {
        font-size: 15px;
        font-weight: bold;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: 5vw auto;
        text-align: center;
    }

    .topEriaMap_sp {
        padding: 2vw;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .topEriaMap_sp li {
        width: 32%;
        height: 30px;
        margin: 1.2vw 0;
    }

    .topEriaMap_sp li:nth-child(3n-1) {
        margin: 1.2vw 1.6vw;
    }

    .topEriaMap_sp li a {
        text-decoration: none;
        display: block;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: #0e335d;
        text-align: center;
        background-color: transparent;
        border: 1px solid #0e335d;
        border-radius: 5px;
    }

    /*--------------------------( slide )----------------*/
    section.top_slide {
        padding-top: 10vw;
    }

    .top_slide .bx-pager-item:nth-child(n-3) {
        margin-right: 0px;
    }

    .top_slide .bx-wrapper .bx-pager.bx-default-pager a {
        display: block;
        width: 10px;
        height: 10px;
        background: #666;
    }

    .top_slide .bx-pager-item a.bx-pager-link.active {
        background-color: #000 !important;
    }

    .top_slide .bx-pager-item a.bx-pager-link.active:before {
        width: 0;
        height: 0;
    }

    .top_slide .bx-pager-item:nth-child(n-3) {
        margin-right: 10px;
    }

    .top_slide .bx-pager-item:nth-child(1) {
        background-image: none;
        border-radius: 10px;
        width: 10px;
        height: 10px;
    }

    .top_slide .bx-pager-item:nth-child(1) {
        background-image: none;
        border-radius: 10px;
        width: 10px;
        height: 10px;
    }

    .top_slide .bx-pager-item:nth-child(2) {
        background-image: none;
        border-radius: 10px;
        width: 10px;
        height: 10px;
    }

    .top_slide .bx-pager-item:nth-child(3) {
        background-image: none;
        border-radius: 10px;
        width: 10px;
        height: 10px;
    }

    .top_slide .bx-pager-item:nth-child(4) {
        background-image: none;
        border-radius: 10px;
        width: 10px;
        height: 10px;
    }

    .top_slide .bx-pager-item:nth-child(5) {
        background-image: none;
        border-radius: 10px;
        width: 10px;
        height: 10px;
    }

    /*<!-- ------------------ ( commitment ) ------------------ -->*/
    .top_commitment {
        padding: 10vw 0;
    }

    .top_commitment .wrap.flex-sb {
        display: block;
    }

    .top_commitment .left {
        width: 100%;
    }

    .top_commitment .tab li {
        color: #fff;
        width: 33.3%;
        height: 40px;
        line-height: 42px;
        cursor: pointer;
        font-size: 13px;
    }

    .area {
        border: 5px solid #0e335d;
    }

    .area ul li {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .area ul.show a {
        color: #808080;
        font-size: 14px;
        line-height: 22px;
        padding: 10px;
        margin: 0;
    }

    .area ul.show a span.news {
        font-size: 9px;
        padding: 3px 4px;
        margin-left: 8px;
        line-height: 15px;
    }

    .area ul.show a span.red {
        color: #666666;
        font-size: 13px;
        display: block;
        margin-left: 0;
    }


    .top_commitment .right {
        width: 100%;
    }

    .top_commitment .right .common_ttl01 {
        text-align: center;
        margin: 10vw 0 5vw 0;
    }

    .top_commitment .right ul li:nth-child(odd) {
        margin-right: 3vw;
    }

    .top_commitment .right ul li:nth-child(n-4) {
        margin-bottom: 2vw;
    }

    .top_commitment .right ul li {
        width: 48%;
    }



    /*<!-- ---------------------------( property )--------------------- -->*/
    .top_property {
        padding: 10vw 0;
    }

    .top_property ul {
        padding-top: 5vw;
    }

    .top_property ul li:nth-child(n-4) {
        margin-bottom: 3vw;
    }

    .top_property ul li a {
        display: flex;
        padding: 2vw;
    }

    .top_property ul li:nth-child(n-3) {
        margin-right: 0;
    }

    .top_property ul li {
        width: 100%;
    }

    .top_property ul li a .image {
        width: 43%;
        background-color: #fff;
        height: 100%;
        margin-top: 0;
        width: 35%;
        height: 12vh;
    }

    .top_property ul li a .dc {
        padding: 10px 0 10px 10px;
        width: 65%;
    }

    .top_property ul li a:before {
        width: 12px;
        height: 12px;
        bottom: 5px;
        right: 5px;
    }

    .top_property ul li a:hover .image img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .top_property ul li a span {
        font-size: 12px;
    }

    .top_property ul li a span.size {
        margin-bottom: 5px;
        display: inline-block;
    }

    .top_property ul li a span.size:before {
        width: 13px;
        height: 13px;
        margin: 0 2px 3px 0;
    }

    .top_property ul li a span.price {
        margin: 0 5px 5px 0;
        display: inline-block;
    }

    .top_property ul li a span.price:before {
        width: 14px;
        height: 14px;
    }

    .top_property ul li a .build {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .top_property ul li a span.build:before {
        margin: 0;
    }

    .top_property ul li a span.station {
        padding-left: 20px;
    }

    .top_property ul li a span.station:before {
        width: 15px;
        height: 21px;
        bottom: 16px;
        left: 0px;
    }

    section.top_serch {
        padding: 10vw 0;
    }

    /*<!-- ------------------ ( serch ) ------------------ -->*/

    .top_serch .common_ttl01 {
        padding-top: 4vw;

    }

    .top_serch .common_ttl01 p {
        font-size: 6vw;
        ;
    }

    .top_serch .common_ttl01 p.gray {
        font-size: 3.3vw;
    }

    .top_serch ul li:nth-child(n-2) {
        margin-right: 0;
    }

    .top_serch ul li:nth-child(odd) {
        margin-right: 1vw;
    }

    .top_serch ul li:nth-child(3) {
        margin-bottom: 0;
    }

    .top_serch ul {
        justify-content: space-around;
        margin-top: 0px;
    }

    .top_serch ul li {
        margin-bottom: 0;
        width: 48%;
    }

    .top_serch ul li a {
        margin: 0 auto;
    }

    /*<!-- ------------------ ( maker ) ------------------ -->*/

    .top_maker {
        padding: 10vw 0;
    }

    .top_maker .common_ttl01 {
        padding-bottom: 10vw;
    }

    .top_maker .common_ttl01 p {
        color: #fff;
    }

    .top_maker .bx-wrapper .bx-pager {
        justify-content: center;
    }

    .top_slide .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        justify-content: center;
        left: 0;
        width: 100%;
    }

    .top_maker .bx-wrapper .bx-pager.bx-default-pager a {
        width: 10px;
        height: 10px;
        background: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .top_maker a.bx-pager-link.active:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
    }

    .top_maker .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0;
        width: 10px;
        height: 10px;
        background: #666 !important;
    }

    .top_maker .bx-pager-item a {
        background-image: none;
        width: 10px;
        height: 10px;
    }

    .top_maker .bx-pager-item:nth-child(n-4) {
        margin-right: 10px;
    }

    /*<!-- ------------------ ( public ) ------------------ -->*/
    .top_public {
        background-color: rgba(231, 22, 26, 0.65);
        padding: 10vw 0;
    }

    .top_public .common_ttl01 {
        margin-bottom: 5vw;
    }

    .top_public .common_ttl01:after {
        width: 40px;
        height: 25px;
        top: auto;
        bottom: -10vw;
        right: 0;
    }

    .top_public .common_ttl01:before {
        width: 0px;
        height: 0px;
        position: absolute;
        top: 53px;
        left: 10px;
    }

    .top_public .common_ttl01 p {
        color: #fff;
    }

    .top_public ul li {
        position: relative;
        width: 49%;
    }

    .top_public ul li a:hover:before {
        width: 100%;
        height: 100%;
    }

    .top_public .wrap {
        position: relative;
        padding-bottom: 5vw;
    }

    /*<!-- ------------------ ( insta ) ------------------ -->*/

    .top_insta .common_ttl01 {
        margin-bottom: 5vw;
    }

    /*<!-- ------------------ ( link ) ------------------ -->*/
    section.top_link {
        padding: 10vw 0 0 0;
        background-image: url(/penguin/resources/image/renthome/fujidera/link_back.png);
        background-size: cover;
    }

    .top_link .common_ttl01 {
        margin-bottom: 5vw;
    }

    .top_link ul {
        display: block;
        padding-bottom: 12vw;
    }

    .top_link ul li {
        width: 70%;
        margin: 0 auto;
    }

    .top_link ul li+li {
        margin-top: 1vw;
    }

    /* .top_link ul li:nth-child(n-2) {
        margin-right: 1vw;
    } */

    .top_link .triangle {
        border-right: 52vw solid transparent;
        border-bottom: 9vw solid #FFF;
        border-left: 52vw solid transparent;
        margin-top: 10vw;
    }

    /*/*<!-- ------------------ ( customer ) ------------------ -->*/

    .top_customer {
        padding: 15vw 0;
    }

    .top_customer ul li:nth-child(n-2) {
        margin-bottom: 5vw;
    }

    .top_customer ul li a .img {
        width: 90%;
        box-shadow: 2px 5px 8px -2px grey;
        overflow: hidden;
        z-index: 1;
        margin: auto;
    }

    .top_customer ul li a span {
        font-size: 14px;
    }

    .top_customer ul li a:hover:before {
        content: '';
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 5%;
        z-index: 2;
    }

    .top_customer .more a {
        width: 90%;
        height: 45px;
        line-height: 45px;
        margin: 5vw auto 0 auto;
        font-size: 17px;
    }


    /*------------------(お客さんの声)--------------------*/
    .customer_voice {
        padding-top: 15vw;
    }

    .customer_voice .cus_headline {
        margin-top: 0;
        margin-bottom: 5vw;
    }

    .customer_voice .cus_headline p:nth-child(1) {
        font-size: 25px;
    }

    .customer_voice .cus_headline p:nth-child(2) {
        font-size: 18px;
    }

    .customer_voice ul {
        justify-content: center
    }

    .customer_voice ul li {
        margin-bottom: 4.7vw;
        width: 48%;
        margin: 1%;
    }

    .customer_voice ul li a .img {
        height: 26vw;
    }

    .customer_voice ul li a .text {
        font-size: 12px;
    }

    .cus_btm {
        width: 100%;
        margin: 5vw auto 15vw;
        max-width: 350px;
    }

    /*------------------(スタッフ紹介)--------------------*/
    .staff_intro {
        padding: 10vw 0;
    }

    .staff_intro .cus_headline {
        margin: 0px auto 5vw;
    }

    .staff_intro .cus_headline p:nth-child(1) {
        font-size: 25px;
    }

    .staff_intro .cus_headline p:nth-child(2) {
        font-size: 18px;
    }

    .staff_intro .cus_btm {
        margin: 5vw auto 0px;
        max-width: 350px;
    }

    .sta_list li {
        width: 49%;
        margin: 0 0.5% 10px;
    }

    .sta_name p {
        font-size: 12px;
        padding-left: 0px;
    }

    .sta_list li a .img {
        background: #00244d;
        height: 45vw;
    }

    .sta_list li:not(:last-child) {
        margin-bottom: 1%;
    }

    .sta_list {
        justify-content: center;
    }

    /*------------------(店舗案内)--------------------*/
    .branch {
        padding: 10vw 0 5vw;
    }

    .branch .cus_headline {
        margin: 0 auto 5vw;
    }

    .branch .cus_headline p:nth-child(1) {
        font-size: 25px
    }

    .branch .cus_headline p:nth-child(2) {
        font-size: 18px;
    }

    .shop_left .img {
        width: 40%;
        margin: 0 auto;
    }

    .shop_num {
        font-size: 15px;
        justify-content: space-between;
        margin-top: 3vw;
    }

    .shop_address {
        margin-top: 3vw;
        font-size: 15px
    }

    .shop_right {
        margin-top: 7.5vw;
    }

    .shop_right ul li a {
        padding: 3vw 0;
    }

    body {
        padding-bottom: 140px;
        margin-top: 50px;
    }

    /*------------------(footer)--------------------*/

    .footer_insta_logo {
        width: 180px;
        margin: 15vw auto 5vw;
    }

    .extra_border {
        display: none;
    }

    .footer_map iframe {
        height: 60vw;
    }

    .footer_btm {
        padding-bottom: 7vw;
    }

    .footer_btm .footer_cap {
        padding: 7vw 0 2vw;
        font-size: 4vw;
    }

    .footer_btm .pa_list {
        width: 50%;
        margin-top: 5vw;
    }

    .footer_btm li.pa_list.search {
        display: none;
    }

    .footer_btm .pa_list ul li {
        font-size: 3.4vw;
    }

    .footer_btm .pa_list ul li:not(:last-child) {
        margin-bottom: 1.6vw;
    }

    .ftShops .flex>div {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .ftShops .flex>div:nth-child(2n) {
        margin-right: 0;
    }

    .ftShops .flex .title {
        font-size: 6.5vw;
    }

    .ftShops .flex .title span {
        font-size: 60%;
    }

    .ftShops .flex>div a .name {
        font-size: 13px;
    }

    .ftShops .flex>div a .image {
        width: 40px;
        height: 40px;
    }

    .ftShops .flex>div a {
        padding: 5px 0 5px 45px;
    }

    .ftShops .flex>div a .name span {
        font-size: 8px;
    }

    .ftShops .flex>div a:after {
        right: 10px;
        width: 7px;
        height: 7px;
    }

    .ftShops {
        padding: 25px 0 20px;
    }

    .topSearchBocx {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
    }

    .topSearchBocxTitle {
        font-size: 5vw;
        width: 100%;
        margin-bottom: 5px;
        line-height: 40px;
    }

    .topSearchBocxTitle span {
        font-size: 4vw;
        margin-left: 10px;
    }

    .topSearchBocx #form4 {
        width: 100%;
    }

    .topSearchBocx #sbox4 {
        height: 45px;
        width: calc(100% - 45px);
    }

    .topSearchBocx #sbtn4 {
        height: 45px;
        width: 45px;
    }

    section.top_serch {
        padding: 10vw 0 7vw;
    }

    ul.maker_slider li {
        width: 31%;
        margin-bottom: 3vw;
        margin: 0 1% 3vw;
        border-radius: 10px;
    }

    ul.maker_slider.flex-sb {
        justify-content: center;
    }

    .copy_right small {
        font-size: 8px;
        display: block;
        width: 100%;
    }

    .area ul.show a .img {
        height: 50px;
    }

    .area ul.show a {
        flex-wrap: wrap;
    }

    .area ul.show a .data {
        width: 100%;
        margin-bottom: 5px;
    }

    .area ul.show a .img {
        width: 20%;
        height: 12vw;
    }

    .area ul.show a .inner {
        width: 76%;
        padding-right: 10%;
    }

    .area ul.show.voice a .inner {
        width: 76%;
    }

    .area ul.show a span {
        /* text-overflow: unset; */
        /* overflow: unset; */
        width: 100%;
    }

    .area ul.show a span.news {
        width: 100px;
    }

    .area ul.show:first-child a span.red {
        margin-left: 5%;
    }

    .area ul.show a:after {
        right: 10px;
    }

    .area ul.show a:after {
        right: 10px;
    }

    .area ul.show {
        max-height: 320px;
    }

    .small_txt {
        margin-bottom: 20px;
    }

    .small_txt br {
        display: none;
    }



    /* お客様の声　SP */

    .top_voice_contents {
        display: block;
        padding: 10vw 0 50vw;
    }

    #top_voice .wrap::before {
        width: 100%;
        aspect-ratio: 6.5;
    }


    .voice_slider .flame {
        width: 45vw;
        margin: auto;
    }

    #top_voice .slick-prev {
        left: -2vw;
        width: 8vw;
        height: 8vw;
    }

    #top_voice .slick-prev,
    #top_voice .slick-next {
        width: 6vw;
        height: 6vw;
        top: 45%;
    }

    #top_voice .slick-prev:before,
    #top_voice .slick-next:before {
        font-size: 4vw;
    }

    #top_voice .slick-next {
        right: -2vw;
    }

    .modalContents .img {
        height: 55vw;
        max-height: 220px;
    }

    .modalContents {
        width: 90vw;
        padding: 5vw;
        height: auto;
    }

    .top_voice_contents .more {
        margin-top: 3vw;
        font-size: 3.5vw;
    }

    #top_voice .cus_btm {
        position: absolute;
        bottom: 13vw;
        left: 0;
        right: 0;
        height: 15vw;
    }

    #top_voice .cus_btm .btn {
        font-size: 4vw;
        line-height: 15vw;
        padding-left: 5vw;
    }

    #top_voice .cus_btm .btn::before {
        width: 7vw;
        height: 5vw;
        left: 6vw;
    }

    .modal_close {
        top: -321px;
        right: -86vw;
        left: 0;
        margin: auto;
        z-index: 10;
        width: 10vw;
        height: 10vw;
        font-size: 7vw;
    }

    .voice_slider .img {
        height: 37vw;
    }

    .common_ttl01 h2.gray {
        font-size: 13px !important;
    }

    .top_commitment .right ul li .ttl {
        height: auto;
        line-height: 1.4;
        font-size: 10px;
        padding: 10px 0;
    }

    .topTop .student_banner_box {
        margin-top: 8vw;
    }

}