@charset "utf-8";
/*======================
初めての方へ：mv
======================*/
.first-mv#page-mv{ padding: 30px 0 0;}
.first-mv#page-mv .inner1200 .ttl.shopName .shop-ttl span{ font-size: 30px;}
.first-mv#page-mv .inner1200{ flex-direction: column;}
#page-mv .inner1200 .ttl{ padding-left: 3%; margin: 7vh 0;}
#page-mv .inner1200 .ttl.shopName p{ max-width: 450px; margin-top: 20px;}
#page-mv::after{ height: 6px;}

/*======================
初めての方へ：スライダー
======================*/
#first-slider { clip-path: inset(0% 100% 0 0); transition: 1.6s;}
.opBody #first-slider{ clip-path: inset(0 0 0 0);}

#first-slider .slider{ width: 100%; display: flex;}
#first-slider .slider .slider-box{ width: 20%;}
#first-slider .slider .slider-box .box-inner{ width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 10px;}
#first-slider .slider .slider-box .box-inner .comment{ height: 80px; margin-top: 20px; line-height: 1.2em; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; font-size: 18px;}
#first-slider .slider .slider-box .box-inner .comment span{ font-size: 10px; line-height: 16px; padding: 0 4px 1px; background: var(--price); color: #fff; margin: 0 0 5px -4px; font-size: 300; border-radius: 4px; transition: 1.2s;}
#first-slider .slider .slider-box.view .box-inner .comment span{ background:var(--color1); color: #fff;}
#first-slider .slider .slider-box .box-inner .image{ width: 100%; display: flex; justify-content: center; padding-top: 40px; background: url(../first/img/slide/back.png) 0 0% no-repeat; background-size: 100% auto; position: relative;}
#first-slider .slider .slider-box .box-inner .image .t{ padding: 5px 5px 5px 20px; background: var(--color2); border-radius: 4px; box-shadow: 0 3px 6px rgba(0,0,0,.2); position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); z-index: 10; opacity: 0; transition: 0.6s; font-size: 12px; display: flex; align-items: center; justify-content: flex-start; white-space: nowrap;}
#first-slider .slider .slider-box .box-inner .image .t .i{ width: 7px; height: 12px; display: block; border-right: solid 3px #000; border-bottom: solid 3px #000; position: absolute; left: 8px; top: 14px; margin-top: -8px; transform: rotate(45deg); clip-path: inset(100% 100% 0 0); transition: 0.6s;}
#first-slider .slider .slider-box.view .box-inner .image .t .i{ clip-path: inset(0 0% 0 0);}
#first-slider .slider .slider-box.view .box-inner .image .t{ opacity: 1; bottom:30px;}
#first-slider .slider .slider-box .box-inner .image img{ max-width: 100px !important; position: relative; z-index: 1;}

/*======================
初めての方へ：グループのサービス
======================*/
#aboutFukuya{}
/**/ 
#aboutFukuya .txtArea{ width: 100%; display: flex; justify-content: center; padding: 80px 5% 0;}
#aboutFukuya .txtArea .ttl{ display: flex; flex-direction: column; align-items: flex-start;}
#aboutFukuya .txtArea .ttl h2{ display: flex; flex-direction: row; align-items: center; justify-content: flex-start; margin-bottom: 20px;}
#aboutFukuya .txtArea .ttl h2 span{ font-size: 12px; color: #fff; line-height: 1em; display: flex; align-items: center; height: 24px; padding: 0 8px; border-radius: 4px; background: var(--color1);}
#aboutFukuya .txtArea .ttl h2 b{ font-size: 22px; color: var(--color1); margin-left: 10px;}
#aboutFukuya .txtArea .ttl h2 b br{ display: none;}
#aboutFukuya .txtArea .ttl p{ display: block; max-width: 700px; line-height: 1.8em;}
/*図*/
#aboutFukuya .serviceView{ width: 100%; margin: 50px 0; display: flex; flex-direction: row; align-items: flex-start; flex-wrap: wrap; position: relative;}
#aboutFukuya .serviceView::after{ content: ""; width: 66%; height: 66%; position: absolute; left: 17%; top: 17%; border-radius: 100%; z-index: 0; pointer-events: none; box-shadow: 0 0 0 30px var(--color1);}
#aboutFukuya .serviceView .center-txt{ font-size: 22px; color: var(--color1); font-weight: bold; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-top: 20px;}
/*item*/
#aboutFukuya .serviceView .item{ width: 27%; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; margin: 20px 3%; padding: 15px; background: #fff; border-radius: 10px; position: relative; z-index: 10; box-shadow: 0 4px 14px rgba(0,0,0,.2);}
#aboutFukuya .serviceView .item:nth-child(2), 
#aboutFukuya .serviceView .item:nth-child(4){ margin-top: 100px;}
#aboutFukuya .serviceView .item:nth-child(6){ margin-top: 100px;}
#aboutFukuya .serviceView .item .img{ width: 60px; height: auto;}
#aboutFukuya .serviceView .item .img img{}
#aboutFukuya .serviceView .item h3{ margin: 20px 0; font-size: 18px; text-align: center;}
#aboutFukuya .serviceView .item h3 br{ display: none;}
#aboutFukuya .serviceView .item h3 span{ letter-spacing: 0;}
#aboutFukuya .serviceView .item p{ padding: 10px;}
@media screen and (max-width: 900px) {
#aboutFukuya .serviceView .center-txt{ font-size: 20px;}
#aboutFukuya .serviceView .item h3 br{ display: block;}
#aboutFukuya .serviceView .item h3 span{ display: none;}
}
@media screen and (max-width: 800px) {
#aboutFukuya .txtArea{ padding: 50px 5%; position: relative; overflow: hidden;}
#aboutFukuya .txtArea::before{ width: 100%; height: 10px; border-radius: 100%; position: absolute; left: 0; top: 100%; box-shadow: 0 8px 20px rgba(0,0,0,1); content: "";}
#aboutFukuya .txtArea .ttl h2{ flex-direction: column; align-items: flex-start;}
#aboutFukuya .txtArea .ttl h2 span{ font-size: 12px; color: #fff; line-height: 1em; display: flex; align-items: center; height: 24px; padding: 0 8px; border-radius: 4px; background: var(--color1);}
#aboutFukuya .txtArea .ttl h2 b{ font-size: 5.6vw; line-height: 1.4em; margin-left: 0px; padding: 15px 0;}
#aboutFukuya .txtArea .ttl h2 b br{ display: block;}
/**/
#aboutFukuya .serviceView::after{ top: 24%;}
#aboutFukuya .serviceView .center-txt{ width: 100%; position: relative; top: auto; left: auto; transform: none; padding-bottom: 20px; margin: 20px 0 30px;}
#aboutFukuya .serviceView .center-txt::after{ width: 40%; height: 3px; background: var(--color1); position: absolute; left: 30%; bottom: 0; content: "";}
#aboutFukuya .serviceView .center-txt br.spno{ display: none;}
#aboutFukuya .serviceView .item{ width: 31%; margin: 20px 1%; padding:15px 10px;}
#aboutFukuya .serviceView .item .img{ width: 50px;}
}
@media screen and (max-width: 600px) {
#aboutFukuya .serviceView{ padding: 0 2%;}
#aboutFukuya .serviceView .center-txt{ margin: 0 0 80px;}
#aboutFukuya .serviceView::after{ height: 76%; top: 22%; border-radius: 40vw;}
/**/
#aboutFukuya .serviceView .item{ width: 48%;}
#aboutFukuya .serviceView .item:nth-child(2), 
#aboutFukuya .serviceView .item:nth-child(4), 
#aboutFukuya .serviceView .item:nth-child(6){ margin-top: -50px; margin-bottom: 60px;}
#aboutFukuya .serviceView .item:nth-child(3), 
#aboutFukuya .serviceView .item:nth-child(5), 
#aboutFukuya .serviceView .item:nth-child(7){ margin-bottom: -50px; margin-top: 60px;}
/**/
#aboutFukuya .serviceView .item h3{ font-size: 4.6vw;}
}


/*-=========================
動画
===========================-*/
#movie-section{ padding: 20px 2% ;}
#movie-section > .inner1200{ padding: 30px; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,.1); border-radius: 10px;}
#movie-section > .inner1200 .movie-wrap { width: 100%; min-height: 300px; display: flex; align-items: center; justify-content: space-between;}
#movie-section > .inner1200 .movie-wrap .movieBox{ width: 46%; height: auto; aspect-ratio: 16 / 9; background: #aaa; border-radius: 4px; overflow: hidden; position: relative;}
#movie-section > .inner1200 .movie-wrap .movieBox iframe { width: 100% !important; height: 100% !important; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
#movie-section > .inner1200 .movie-wrap .txtBox{ width: 46%; display: flex; flex-direction: column;}
#movie-section > .inner1200 .movie-wrap .txtBox > *{ width: 100%; display: flex;}
#movie-section > .inner1200 .movie-wrap .txtBox dt{ flex-direction: row; align-items: center; margin-bottom: 10px;}
#movie-section > .inner1200 .movie-wrap .txtBox dt b{ margin-right: 10px; padding: 4px 10px; border-radius: 50px; background: var(--color1); color: #fff; font-size: 14px;}
#movie-section > .inner1200 .movie-wrap .txtBox dt span{ font-size: 16px; color: var(--color1); font-weight: bold;}
#movie-section > .inner1200 .movie-wrap .txtBox dd{ flex-direction: column; padding: 0 5px;}
#movie-section > .inner1200 .movie-wrap .txtBox dd span{ font-size: 14px; line-height: 1.8em; color: #555; display: flex; justify-content: flex-start; margin: 5px 0;}
#movie-section > .inner1200 .movie-wrap .txtBox dd span a{ font-size: 12px; background: #eee; border: solid 1px #ddd; color: #777; border-radius: 4px; padding: 0 10px;}
#movie-section > .inner1200 .movie-wrap .txtBox dd span a:hover{ background: var(--color2); border: solid 1px #000; color: #000;}
@media screen and (max-width: 800px) {
#movie-section > .inner1200{ padding: 30px 20px;}
#movie-section > .inner1200 .movie-wrap { flex-direction: column; justify-content: flex-start; align-items: center;}
#movie-section > .inner1200 .movie-wrap .movieBox { width: 100%;}
#movie-section > .inner1200 .movie-wrap .txtBox{ width: 100%; margin: 15px 0 20px;}
}


/*======================
FUKUYAの特徴｜家を買う・家を売る
======================*/
#flow-point{ margin: 70px 0;}
#flow-point h2{ width: 100%; display: flex; align-items: flex-start; justify-content:center; margin-bottom: 40px;}
#flow-point h2 span{ width: 100%; text-align: center; display: block; padding: 10px 20px; background: var(--color1); color: #fff; font-size: 16px; border-radius: 3px; border-radius: 20px;}
#flow-point .point-list{ width: 100%; display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap;}
#flow-point .strengthsBox{ width: 30%; display: flex; flex-direction: column; padding: 0 10px;}
#flow-point .strengthsBox .ttl{ display: flex; flex-direction: column; align-items: center;}
#flow-point .strengthsBox .ttl h3,  
#flow-point .strengthsBox .ttl h4{ display: flex; flex-direction: row; align-items: baseline; position: relative;}
#flow-point .strengthsBox .ttl h3{ font-size: 20px;}
#flow-point .strengthsBox .ttl h3 .nom{ padding:0 5px 0 10px; position: relative; font-size: 32px; color: var(--color1); padding-top: 20px; letter-spacing: 0; font-weight: 500;}
#flow-point .strengthsBox .ttl h3 .nom::after{ width: 20px; height: 20px; content: ""; position: absolute; left: 50%; top: 0px; margin-left: -7px; background: url(../../page_asset/buy/point.gif) 50% 50% no-repeat; background-size: contain;}
#flow-point .strengthsBox .ttl h3 .notes{ font-size: 12px; position: absolute; right: -2em; bottom: 6px;}
/**/
#flow-point .strengthsBox .ttl h4{ font-size: 17px; margin-bottom: 20px; padding-bottom: 20px;}
#flow-point .strengthsBox .ttl h4 span{ font-size: 15px;}
#flow-point .strengthsBox .ttl h4::after{ width: 140px; height: 1px; content: ""; background: #aaa; border-radius: 2px; position: absolute; left: 50%; bottom: 0; margin-left: -70px;}
#flow-point .strengthsBox .ttl h4 .notes{ font-size: 12px; position: absolute; right: -2em; top: 2px;}
#flow-point .strengthsBox > p{ font-size: 15px; line-height: 1.6em; color: #111;}
#flow-point p.notesTxt{ width: 100%; display: flex; justify-content: center; margin-top: 40px;}
#flow-point p.notesTxt span.span-wrap{ display: block; padding: 4px 40px; border-radius: 30px; font-size: 11px; border: solid 1px #aaa;}

@media screen and (max-width: 1040px) {
#flow-point .point-list{ flex-direction: column; justify-content: center;}
#flow-point .strengthsBox{ width: 100%; flex-direction: row; align-items: center; padding:30px 10px; border-bottom: solid 1px #ddd;}
#flow-point .strengthsBox:last-child{border-bottom: none;}
#flow-point .strengthsBox .ttl{ width: 240px;}
#flow-point .strengthsBox .ttl *{white-space: nowrap}
#flow-point .strengthsBox > p{ width: calc(100% - 240px); padding-left: 30px;}
#flow-point .strengthsBox .ttl h4{ margin-bottom: 0px; padding-bottom: 0px;}
#flow-point .strengthsBox .ttl h4::after{ display: none;}
}
@media screen and (max-width: 650px) {
#flow-point{ margin: 50px 0 0; border: solid 2px var(--color1); border-radius: 8px; overflow: hidden;}
#flow-point h2{ margin-bottom: 10px;}
#flow-point h2 span{ height: 50px; display: flex; justify-content: center; align-items: center; font-size: 3.6vw; padding: 0; margin-bottom: 0; border-radius: 0;}
#flow-point .point-list{ padding:0 15px; border-radius: 0px;}
#flow-point .strengthsBox{ flex-direction: column; padding:30px 0 50px;}
#flow-point .strengthsBox .ttl{ width: 100%; padding-right: 20px;}
#flow-point .strengthsBox > p{ width:100%; padding-left: 0px;}
#flow-point .strengthsBox .ttl h4{ margin-bottom: 20px; padding-bottom: 20px; color: var(--color1); font-weight: bold;}
#flow-point .strengthsBox .ttl h4::after{ display: block;}
}



/*======================
初めての方へ：強み
======================*/
#strengths{ padding: 10px 2%;}
#strengths .inner1200{ margin: 40px 0;}
#strengths .inner1200 .box{ width: 100%; display: flex; flex-direction: column; padding:50px 30px; background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,.1); border-radius: 10px;}
#strengths .inner1200 .box h2{ width: 100%; display: flex; justify-content: center;}
#strengths .inner1200 .box h2 .ttl{ padding: 10px 20px; font-size: 18px; color: #fff; background: var(--color1); border-radius: 20px;}
#strengths .inner1200 .box .itemList{ width: 100%; display: flex; flex-wrap: wrap; align-items: stretch;}
#strengths .inner1200 .box .itemList .item{ width: 50%; display: flex; flex-direction: column; align-items: center; padding:30px 15px;}
#strengths .inner1200 .box .itemList .item:nth-child(1){ border-bottom: solid 1px #aaa; border-right: solid 1px #aaa;}
#strengths .inner1200 .box .itemList .item:nth-child(2){ border-bottom: solid 1px #aaa;}
#strengths .inner1200 .box .itemList .item:nth-child(3){ border-right: solid 1px #aaa;}
#strengths .inner1200 .box .itemList .item h3{ display: flex; align-items: baseline; justify-content: center; position: relative; padding-bottom: 10px;}
#strengths .inner1200 .box .itemList .item h3::after{ width: 100%; height: 1px; position: absolute; left: 0; bottom: 0; content: ""; background: #111;}
#strengths .inner1200 .box .itemList .item h3 .nom{ font-size: 18px; font-weight: 300; padding: 0 5px;}
#strengths .inner1200 .box .itemList .item h3 .txt{ font-size: 16px;}
#strengths .inner1200 .box .itemList .item h4{ display: flex; height: 120px; justify-content: center; align-items: center; text-align: center; font-size: 22px;  line-height: 1.4em;}
#strengths .inner1200 .box .itemList .item p { display: flex; flex-direction: column; justify-content: flex-start;}
#strengths .inner1200 .box .itemList .item p b{ font-size: 13px; padding-left: 1.2em; text-align: center;}
#strengths .inner1200 .box .itemList .item p span{ display: block; line-height: 1.2em; padding: 5px 0 5px 0.8em;}
#strengths .inner1200 .box .itemList .item p span::before{ content: "・"; text-indent: -0.8em;}
/**/
#strengths .inner1200 .box .itemList .item .point{ margin-top: 20px; padding: 10px; margin-bottom: 20px; border: solid 1px #ddd; display: flex; align-items: stretch; background: var(--color6);}
#strengths .inner1200 .box .itemList .item .point .point-box{ width: 50%; padding: 10px; display: flex; flex-direction: column; align-items: flex-start;}
#strengths .inner1200 .box .itemList .item .point .point-box:nth-child(1){ border-right: solid 1px #aaa;}
#strengths .inner1200 .box .itemList .item .point .point-box h5{ width: 100%; display: flex; flex-direction: column; align-items: center;}
#strengths .inner1200 .box .itemList .item .point .point-box h5 span.i{ font-size: 12px; line-height: 1em; padding:4px 10px 6px; border-radius: 20px; display: block; color: #fff;}
#strengths .inner1200 .box .itemList .item .point .point-box.buy h5 span.i{ background: var(--color1);}
#strengths .inner1200 .box .itemList .item .point .point-box.sell h5 span.i{ background: var(--sell_color);}
#strengths .inner1200 .box .itemList .item .point .point-box h5 span.t{ width: 100%; height: 60px; display: flex; align-items: center; justify-content: center; font-size: 15px;}
#strengths .inner1200 .box .itemList .item .point .point-box p{ font-size: 12px; color: #444;}





@media screen and (max-width: 800px) {
#strengths .inner1200 .box{ padding:0 3%;}
#strengths .inner1200 .box h2{ margin-top: 10px;}
#strengths .inner1200 .box h2 .ttl{ width: 100%; border-radius: 8px; text-align: center;}

#strengths .inner1200 .box .itemList{ flex-direction: column; align-items: center; justify-content: center;}
#strengths .inner1200 .box .itemList .item:nth-child(1), 
#strengths .inner1200 .box .itemList .item:nth-child(3){ border-right: none;}

#strengths .inner1200 .box .itemList .item{ width: 100%; padding: 50px 0 40px; border: none; border-bottom: solid 1px #aaa;}
#strengths .inner1200 .box .itemList .item:last-child{ border-bottom: none;}

}







