@charset "UTF-8";
/* CSS Document */
/* 基本-モバイルファースト ======================================================================================================== */
.template3{
z-index: 1;
position: relative;
}

#movie{
width: 100%;
aspect-ratio: 1/1;
margin-bottom: 20px;
background-color: #fff;
position: relative;
text-align: center;
}
#movie .sp-video { display: block; }
#movie .pc-video { display: none; }
#movie video{
width: 100%;
aspect-ratio: 1/1;
position: relative;
z-index: 10;
vertical-align: top;
}
#movie .spinner-box {
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
z-index: 5;
}
#movie .circle-border {
  width: 20vw;
  height: 20vw;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(100,100,100);
  background: linear-gradient(0deg, rgba(100,100,100,0.1) 33%, rgba(100,100,100,1) 100%);
  animation: spin .8s linear 0s infinite;
}
#movie .circle-core {
width: 100%;
height: 100%;
background-color: #fff;
border-radius: 50%;
font-size: 3vw;
display: flex;
align-items: center;
justify-content: center;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}

/* 動画ポップアップで出すver. */
#opening_movie{
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .8);
z-index: 22222;
}
#opening_movie video{
width: 85%;
aspect-ratio: 16/9;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
margin: auto;
background-color: #FFF;
box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}
#opening_movie .close_btn{
content: "";
display: block;
width: 40px;
height: 40px;
border-radius: 50%;
position: absolute;
right: 3vw;
top: 3vw;
transition: all 0.2s ease;
}
#opening_movie .close_btn::before{
content: "";
display: block;
width: 2px;
height: 25px;
background-color: #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
transition: all 0.2s ease;
}
#opening_movie .close_btn::after{
content: "";
display: block;
width: 2px;
height: 25px;
background-color: #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
transition: all 0.2s ease;
}
#opening_movie .close_btn:hover{
background-color: #fff;
cursor: pointer;
}
#opening_movie .close_btn:hover::before,
#opening_movie .close_btn:hover::after{
background-color: #111;
}
#opening_movie .close_btn span{
display: none;
}


#movie p{
display: none;
}



#slider{
margin-bottom: 20px;
position: relative;
}
#slider .bx-wrapper .bx-pager{
bottom: 15px;
z-index: 1000;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a{
background-color: #fff;
border: solid 1px #fff;
box-sizing: content-box;
}
#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager a.active{
background-color: #b3203a;
}
#slider #slider_copy{
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
z-index: 9999;
}
#slider #slider_copy .logo_40th{
width: 20vw;
position: absolute;
top: 5vw;
right: 5vw;
}
#slider #slider_copy h2{
font-size: 10vw;
color: #fff;
}
#slider #slider_copy p{
font-size: 4vw;
color: #fff;
}



#company{
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
#company::before{
content: "COMPANY";
display: block;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
color: #fff;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 20vw;
font-weight: bold;
line-height: 1;
text-align: left;
position: absolute;
right: -5vw;
top: 3vw;
z-index: -1;
}
#company .bg{
content: "";
display: block;
width: 100%;
height: calc(100% - 5vw);
background-color: #f7e8eb;
position: absolute;
top: 5vw;
right: 0;
z-index: -10;
}
#company .photo{
width: 65%;
position: relative;
text-align: right;
}
#company .photo p{
color: #fff;
font-size: 4vw;
position: absolute;
right: 3vw;
bottom: 3vw;
text-shadow: 0px 0px 8px rgba(0, 0, 0, .8);
}
#company .mini_photo{
width: calc(35% - 10vw);
position: absolute;
right: 5vw;
top: 10vw;
}
#company .mini_photo li{
margin-bottom: 2vw;
position: relative;
}
#company .mini_photo li:last-child{
margin-bottom: 0;
}
#company .mini_photo p{
display: block;
color: #888;
/* opacity: .4; */
font-size: 3.5vw;
line-height: 1.1;
position: absolute;
}
#company .mini_photo p strong{
display: block;
font-size: 4.5vw;
}
#company .mini_photo li:nth-child(1) p{ top: 1vw; right: 1vw; text-align: right; }
#company .mini_photo li:nth-child(2) p{ top: 1vw; right: 1vw; text-align: right; }
#company .mini_photo li:nth-child(3) p{ top: 1vw; right: 0; left: 0; text-align: center; margin: 0 auto; }
#company .mini_photo li:nth-child(3) p strong{ margin-top: 5vw; }
#company .text{
text-align: left;
padding: 5vw;
}
#company .text h2{
font-size: 20px;
margin-bottom: 10px;
}

#search{
position: relative;
overflow: hidden;
margin-bottom: 40px;
}
#search::before{
content: "ESTATE SEARCH";
display: block;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
color: #fff;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 20vw;
font-weight: bold;
line-height: 1;
text-align: left;
position: absolute;
right: -5vw;
top: 3vw;
z-index: -1;
}
#search .bg{
content: "";
display: block;
width: 100%;
height: calc(100% - 5vw);
background-color: #eeeeee;
position: absolute;
top: 5vw;
right: 0;
z-index: -10;
}
#search .photo{
width: 65%;
}
#search .text{
text-align: left;
padding: 5vw;
}
#search .text h2{
font-size: 20px;
margin-bottom: 10px;
}

#top_alpha{
margin-bottom: 40px;
}

#voice{
margin-bottom: 5px;
}
#voice a{
display: block;
text-decoration: none;
background-color: #fbf4f5;
background-image: url(../images/voice_bg.jpg);
background-image: -webkit-image-set(url(../images/voice_bg.jpg) 1x, url(../images/voice_bg@2x.jpg) 2x);
background-repeat: no-repeat;
background-position: -2vw center;
background-size: auto 90%;
padding: 5vw;
text-align: right;
}
#voice em{
font-size: 20px;
font-weight: bold;
}
#voice h2{
font-size: 16px;
font-weight: bold;
}
#voice .btn{
display: none;
}

#member{
display: block;
text-decoration: none;
background-image: url(../images/member_bg.jpg);
background-image: -webkit-image-set(url(../images/member_bg.jpg) 1x, url(../images/member_bg@2x.jpg) 2x);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding: 5vw;
}
#member h2{
font-size: 16px;
font-weight: bold;
margin-bottom: 5vw;
}
#member .btn_box{
display: flex;
justify-content: space-between;
}
#member .btn_box .btn{
width: 49%;
position: relative;
margin-top: 5vw;
}
#member .btn_box .btn a{
display: block;
text-decoration: none;
padding: 10px 0;
color: #fff;
}
#member .btn_box .btn.new a{
background-color: #b3203a;
}
#member .btn_box .btn.new span{
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 10px;
line-height: 1.1;
color: #fff;
background-color: #b6a466;
text-align: center;
position: absolute;
left: -10px;
top: -10px;
}
#member .btn_box .btn.login a{
background-color: #999;
}

#about_us{
display: flex;
justify-content: space-between;
align-items: center;
background-image: url(../images/aboutus_point.jpg);
background-image: -webkit-image-set(url(../images/aboutus_point.jpg) 1x, url(../images/aboutus_point@2x.jpg 2x));
background-repeat: no-repeat;
background-position: right top;
background-size: 25% auto;
}
#about_us .photo{
width: 48%;
}
#about_us .text{
width: 48%;
}
#about_us .text h2{
font-size: 20px;
font-weight: bold;
}
#about_us .text li{
}
#about_us .text li a{
display: block;
text-decoration: none;
padding: 10px 0;
border-bottom: solid 1px #ddd;
}
#about_us .text li p{
font-size: 16px;
display: inline-block;
vertical-align: middle;
}
#about_us .text li span{
font-size: 10px;
display: inline-block;
vertical-align: middle;
margin-left: .5em;
}



#popup_guidance{
background-color: #fff;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
padding: 10px;
position: fixed;
bottom: 10px;
right: 10px;
z-index: 1000;
animation: 1s forwards fadeIn;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#popup_guidance dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
line-height: 1.4;
}
#popup_guidance dt{
width: 100%;
font-weight: bold;
margin-bottom: 10px;
}
#popup_guidance dd{
width: 48%;
}
#popup_guidance dd a{
display: block;
text-decoration: none;
color: #fff;
padding: 5px 10px;
border-radius: 5px;
}
#popup_guidance dd.buy a{ background-color: #b3203a; }
#popup_guidance dd.sale a{ background-color: #343992; }

#popup_guidance .close_btn{
width: 30px;
height: 30px;
border-radius: 50%;
background-color: #999;
position: absolute;
top: -5px;
right: -5px;
}
#popup_guidance .close_btn:hover{
cursor: pointer;
}
#popup_guidance .close_btn::before{
content: "";
display: block;
width: 20px;
height: 1px;
position: absolute;
top: 0;
bottom: 0;
left: 5px;
margin: auto 0;
border-top: 1px solid #fff;
transform: rotate(45deg);
}
#popup_guidance .close_btn::after{
content: "";
display: block;
width: 20px;
height: 1px;
position: absolute;
top: 0;
bottom: 0;
left: 5px;
margin: auto 0;
border-top: 1px solid #fff;
transform: rotate(-45deg);
}
#popup_guidance .close_btn span{
display: none;
}



/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){



}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){

#movie{
width: 100%;
aspect-ratio: 5/2;
margin: 0 auto 60px;
}
#movie .sp-video { display: none; }
#movie .pc-video { display: block; }
#movie video{
aspect-ratio: 5/2;
}

#movie .circle-border {
  width: 10vw;
  height: 10vw;
}
#movie .circle-core {
font-size: 1.5vw;
}

/* 動画ポップアップで出すver.
#opening_movie video{
width: 70%;
}
 */

#slider{
margin-bottom: 60px;
}
#slider #slider_copy .logo_40th{
width: 15vw;
top: 3vw;
right: 3vw;
}#slider #slider_copy h2{
font-size: 6vw;
}
#slider #slider_copy p{
font-size: 2vw;
}



#company{
display: flex;
margin-bottom: 60px;
}
#company::before{
-ms-writing-mode: horizontal-tb;
writing-mode: horizontal-tb;
font-size: 10vw;
top: 1vw;
right: -1vw;
}
#company .bg{
top: 60px;
height: calc(100% - 60px);
}
#company .photo{
width: 50%;
}
#company .photo p{
font-size: 2vw;
right: 2vw;
bottom: inherit;
top: 2vw;
text-shadow: none;
}
#company .mini_photo{
width: 15%;
right: 0;
left: 0;
top: 10vw;
margin: 0 auto;
}
#company .mini_photo li{
margin-bottom: .5vw;
}
#company .mini_photo p{
color: #000;
opacity: .2;
font-size: 1vw;
top: 1vw !important;
right: 1vw !important;
text-align: right !important;
}
#company .mini_photo p strong{
font-size: 2vw;
}
/* #company .mini_photo li:nth-child(1) p{ right: inherit; left: 1vw; text-align: left; } */
#company .mini_photo li:nth-child(3) p strong{ margin-top: 0; }
#company .text{
width: 50%;
padding: 5vw 0;
text-align: center;
}
#company .text h2{
font-size: 3vw;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin: 60px auto 2vw;
}
#company .text p{
font-size: 1vw;
}

#search{
display: flex;
flex-direction: row-reverse;
margin-bottom: 120px;
}
#search::before{
-ms-writing-mode: horizontal-tb;
writing-mode: horizontal-tb;
font-size: 10vw;
width: 3em;
top: 1vw;
right: inherit;
left: -1vw;
}
#search .bg{
top: 60px;
height: calc(100% - 60px);
right: inherit;
left: 0;
}
#search .photo{
width: 50%;
}
#search .photo img{
clip-path: inset(0% 0% 0% 100%);
}
#search .text{
width: 50%;
padding: 5vw 0;
text-align: center;
}
#search .text h2{
font-size: 3vw;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
margin: 60px auto 2vw;
}
#search .text p{
font-size: 1vw;
}


#top_alpha{
margin-bottom: 120px;
display: flex;
justify-content: space-between;
}
#top_alpha > *{
width: 49.8%;
}

#voice{
margin-bottom: 0;
}
#voice a{
display: flex;
flex-direction: column;
align-items: flex-end;
height: 100%;
background-size: auto 90%;
padding: 0;
}
#voice a:hover{
}
#voice em{
font-size: 3vw;
line-height: 1.4;
padding-top: 3vw;
padding-right: 3vw;
}
#voice h2{
font-size: 2vw;
line-height: 1.4;
padding-right: 3vw;
padding-bottom: 2vw;
}
#voice p{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-align: left;
font-size: 1vw;
padding-right: 3vw;
}
#voice .btn{
display: block;
background-color: #b3203a;
color: #fff;
text-align: center;
font-size: 1vw;
padding: 1vw 0;
margin: 6vw 0;
width: 300px;
}
#voice a:hover .btn{
transition: all 0.2s ease;

}
#voice a:hover .btn{
background-color: #fff;
color: #b3203a;
}
#member{
padding: 0 3vw;
display: flex;
flex-direction: column;
justify-content: center;
}
#member h2{
font-size: 2vw;
margin-bottom: 2vw;
}
#member p{
font-size: 1vw;
}
#member .btn_box{
display: block;
}
#member .btn_box .btn{
width: 50%;
margin: 2vw auto 0;
}
#member .btn_box .btn a{
font-size: 1vw;
padding: 1vw 0;
}
#member .btn_box .btn.new span{
width: 4vw;
height: 4vw;
font-size: 0.8vw;
left: -1vw;
top: -1vw;
}
#member .btn_box .btn.new a:hover{
background-color: #fff;
color: #b3203a;
}
#member .btn_box .btn.login a:hover{
background-color: #fff;
color: #666;
}


#about_us{
}
#about_us .photo{
width: 35%;
}
#about_us .text{
width: 58%;
}
#about_us .text h2{
font-size: 7vw;
}
#about_us .text li a{
padding: 1vw 0;
}
#about_us .text li p{
font-size: 2.5vw;
}
#about_us .text li span{
font-size: 1vw;
}

}