@charset "shift_jis";

@media screen and (min-width: 769px) {
 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

header{
  margin-bottom: 0px!important;
}

h1 {
       color: #FFF!important;
       font-size: 10px;
       line-height: 1;
       margin: 5px 0 0 5px;
       z-index: 10;
}

 h2 {
  margin: 0;
 }

 p {
  margin: 0;
 }

 a {
  text-decoration: none;
  color: #333;
 }

 li {
  list-style-type: none;
  margin: 0;
 }

 ul {
  padding: 0;
  margin: 0;
 }

 .pc_off {
  display: none;
 }

.shop_lp{
       .corp_menu{
              background-color: #2060ad;
              width: 100%;
              padding-top: 150px;
              padding-bottom: 80px;
              position: relative;
              top:-50px;
              h2{
                     width: 1000px;
                     line-height: 1.5em;
                     display: block;
                     margin: 0 auto;
                     font-size: 60px;
                     color: #FFF;
                     position: relative;
              }
              h2::before{
                     content: "CORPORATE MENU";
                     font-size: 18px;
                     line-height: 1em;
                     color: orange;
                     display: block;
                     position: absolute;
                     top: -15px;
              }
              p{
                     width: 1000px;
                     font-size: 16px;
                     line-height: 1.5em;
                     color: #FFF;
                     margin: 0 auto;
              }
       }
       .corp_menu_main{
              width: 960px;
              height: 375px;
              margin: 30px auto;
              padding: 0;
              border: 2px solid #FFF;
              border-radius: 5px;
              display: flex;
              flex-wrap: nowrap;
              justify-content: space-between;
              li{
                     width: 25%;
                     margin: 0;
                     display: block;
                     box-sizing: border-box;
                     position: relative;
                     overflow: hidden;
                     background: #000;
                     a{
                            height: 100%;
                            width: 100%;
                            display: block;
                            padding: 20px;
                            box-sizing: border-box;
                            color: #FFF;
                            text-decoration: none;
                            z-index: 1;
                            position: absolute;
                            top: 0;
                            h3{
                                   font-size: 28px;
                                   line-height: 1.5em;
                                   position: relative;
                                   margin-top: 190px;
                                   text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6), -2px 2px 2px rgba(0, 0, 0, 0.6), 2px -2px 2px rgba(0, 0, 0, 0.6), -2px -2px 2px rgba(0, 0, 0, 0.6);
                            }
                            h3::before{
                                   content: '';
                                   display: inline-block;
                                   vertical-align: middle;
                                   color: orange;
                                   line-height: 1;
                                   position: absolute;
                                   transform: translateX(15%);
                                   top: 0;
                                   right: 0;
                                   bottom: 0;
                                   width: 0.8em;
                                   height: 0.8em;
                                   border: 0.075em solid currentColor;
                                   background: currentColor;
                                   border-radius: 50%;
                                   box-sizing: content-box;
                                   margin: auto;
                            }
                            h3::after{
                                   content: '';
                                   color: #fff;
                                   width: 0;
                                   height: 0;
                                   border-style: solid;
                                   border-color: transparent;
                                   border-width: 0.18em 0.31177em;
                                   border-left-color: currentColor;
                                   border-right: 0;
                                   transform: translateX(15%);
                                   position: absolute;
                                   top: 0;
                                   right: 6px;
                                   bottom: 0;
                                   margin: auto;
                            }
                            p{
                                   font-size: 14px;
                                   display: contents;
                                   line-height: 1.7em;
                                   text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9), -2px 2px 2px rgba(0, 0, 0, 0.9), 2px -2px 2px rgba(0, 0, 0, 0.9), -2px -2px 2px rgba(0, 0, 0, 0.9);
                            }
                     }
              }
              li::after {
                     position: absolute;
                     content: "";
                     display: block;
                     width: 100%;
                     height: 100%;
                     top: 0;
                     left: 0;
                     transition: all .8s ease;
              }
              li:first-child::after{
                     background: url(/img/top/t_service_menu1.png) no-repeat 0 0;
                     background-size: cover;
              }
              li:nth-child(2n)::after{
                     background: url(/img/top/t_service_menu2.png) no-repeat 0 0;
                     background-size: cover;
              }
              li:nth-child(3n)::after{
                     background: url(/img/top/t_service_menu3.png) no-repeat 0 0;
                     background-size: cover;
              }
              li:nth-child(4n)::after{
                     background: url(/img/top/t_service_menu4.png) no-repeat 0 0;
                     background-size: cover;
              }
              li:hover:after {
                     opacity: .3;
                     transform: scale(1.05);
              }
       }

       .lp_bukken{
              background: #0066b3;
              color: white;
              margin: 0;
              padding: 80px 0 40px 0;
              h2{
                     font-size: 30px;
                     color: #FFF;
                     text-align: center;
                     line-height: 2em;
                     width: fit-content;
                     margin: auto;
                     color: white;
                     span{
                            background: linear-gradient(transparent 70%, orange 30%);
                            display: inline-block;
                            color: white;
                            font-size: 50px;
                     }
              }
              p{
                     font-size: 16px;
                     line-height: 2em;
                     text-align: center;
                     color: #fff;
              }
              div{
                     iframe{
                            width: 100%;
                            height: 875px;
                     }
              }
              a{
                     background: #FFF;
                     color: #0068ad;
                     height: auto;
                     width: fit-content;
                     display: block;
                     border-radius: 35px;
                     text-align: center;
                     font-size: 18px;
                     line-height: 2.5em;
                     padding: 0em 5em;
                     position: relative;
                     text-decoration: none;
                     margin: 20px auto 50px auto;
                     transition: 0.3s;
              }
              a:hover{
                     background-color: #0068ad;
                     color: #fff;
              }
       }

       .jyutaku_popularity{
              padding-top: 0px;
              background-image: url(/buy/img/buy_titlebg01.jpg);
              background-repeat: repeat-x;
       }

       .chi_popularity_wrap{
              width: 100%;
              padding-top: 50px;
              padding-bottom: 50px;
              .chi_popularity_inner{
                     width: 1100px;
                     display: block;
                     margin: auto;
                     h2{
                            font-size: 18px;
                            line-height: 2em;
                            font-weight: bold;
                            color: white;
                            text-align: center;
                            margin: 0;
                            span{
                                   font-size: 50px;
                                   line-height: 1.2em;
                                   display: block;
                            }
                     }
              }

              .pop_list1{
                     margin: 30px auto;
                     display: flex;
                     flex-wrap: nowrap;
                     justify-content: space-between;
                     position: sticky;
                     li{
                            border: 3px solid white;
                            width: 32%;
                            position: relative;
                            border-radius: 15px;
                            height: 13em;
                            font-size: 16px;
                            box-sizing: border-box;
                            background-color: rgba(0, 140, 255, 0.3);
                            transition-duration: 0.5s;
                            overflow: hidden;
                            -webkit-transition: all .3s ease-out;
                            -moz-transition: all .3s ease-out;
                            -ms-transition: all .3s ease-out;
                            transition: all .3s ease-out;
                            a{
                                   color: white;
                                   text-decoration: none;
                                   height: 100%;
                                   width: 100%;                                                          
                                   display: block;
                                   position: absolute;
                                   margin: 0;
                                   padding: 1.5em;
                                   box-sizing: border-box;
                                   p{
                                          margin-top: 2em;
                                                                             }
                                   h3{
                                          font-size: 34px;
                                          text-shadow: 1px 2px 5px #555;
                                   }
                            }
                     }
                     li:hover{    background-color: rgba(255, 174, 0, 0.6);}
                     li:after{
                            position: absolute;
                            content: "";
                            display: block;
                            width: 100%;
                            height: 100%;
                            top: 0;
                            left: 0;
                            z-index: -1;
                            -webkit-background-size: cover;
                            -moz-background-size: cover;
                            -ms-background-size: cover;
                            background-size: cover;
                            background-position: center;
                     }
                     li.pop_omiya:after{background-image: url(/img/chintai/t_tokushu_omiya.jpg);}
                     li.pop_shamason:after{background-image: url(/img/chintai/t_tokushu_shamason.jpg);}
                     li.pop_habel:after{background-image: url(/img/chintai/t_tokushu_habel.jpg);}
                     li.pop_freesearch:after{background-image: url(/img/chintai/t_tokushu_freesearch.jpg);}
                     li.pop_gakku:after{background-image: url(/img/chintai/t_tokushu_gakku.jpg);}
                     li.pop_mansion:after{background-image: url(/img/chintai/t_tokushu_mansion.jpg);}
              }
              .pop_list2{
                     div{
                            div{
                                   li{
                                          margin: auto 1em;
                                          width: 24%;
                                          border-radius: 15px;
                                          font-size: 14px;
                                          height: 13em;
                                          position: relative;
                                          box-sizing: border-box;
                                          transition-duration: 0.5s;
                                          overflow: hidden;
                                          -webkit-transition: all .3s ease-out;
                                          -moz-transition: all .3s ease-out;
                                          -ms-transition: all .3s ease-out;
                                          transition: all .3s ease-out;
                                          background-color: rgba(0, 140, 255, 0.3);
                                          a{
                                                 color: white;
                                                 text-decoration: none;
                                                 height: 100%;
                                                 width: 100%;
                                                 display: block;
                                                 position: absolute;
                                                 margin: 0;
                                                 padding: 1.5em;
                                                 box-sizing: border-box;
                                                 h4{
                                                        font-size: 28px;
                                                        line-height: 1.2em;
                                                        margin: 0;
                                                        text-shadow: 1px 2px 5px #555;
                                                 }
                                          }
                                   }
                                   li:after{
                                          position: absolute;
                                          content: "";
                                          display: block;
                                          width: 100%;
                                          height: 100%;
                                          top: 0;
                                          left: 0;
                                          z-index: -1;
                                          -webkit-background-size: cover;
                                          -moz-background-size: cover;
                                          -ms-background-size: cover;
                                          background-size: cover;
                                          background-position: center;
                                   }
                                   li.pop_hitori:after{background-image: url(/img/chintai/t_tokushu_hitori.jpg);}
                                   li.pop_futari:after{background-image: url(/img/chintai/t_tokushu_futari.jpg);}
                                   li.pop_jr:after{background-image: url(/img/chintai/t_tokushu_jr.jpg);}
                                   li.pop_shinchiku:after{background-image: url(/img/chintai/t_tokushu_shinchiku.jpg);}
                                   li.pop_pet:after{background-image: url(/img/chintai/t_tokushu_pet.jpg);}
                                   li.pop_zero:after{background-image: url(/img/chintai/t_tokushu_zero.jpg);}
                                   li.pop_kodate:after{background-image: url(/img/chintai/t_tokushu_kodate.jpg);}
                                   li.pop_family:after{background-image: url(/img/chintai/t_tokushu_family.jpg);}
                                   li.pop_box:after{background-image: url(/img/chintai/t_tokushu_box.jpg);}
                                   li.pop_autolock:after{background-image: url(/img/chintai/t_tokushu_autolock.jpg);}
                                   li.pop_1ldk:after{background-image: url(/img/chintai/t_tokushu_1ldk.jpg);}
                                   li.pop_2ldk:after{background-image: url(/img/chintai/t_tokushu_2ldk.jpg);}
                                   li.pop_netfree:after{background-image: url(/img/chintai/t_tokushu_netfree.jpg);}
                                   li.pop_kadobeya:after{background-image: url(/img/chintai/t_tokushu_kadobeya.jpg);}
                                   li:hover{    background-color: rgba(255, 174, 0, 0.6);}
                            }
                     }

              }
       }





       .staff_wrap{
              margin-top: 100px;
              .staff_block{
                     width: 440px;
                     height: auto;
                     margin: 0px auto;
                     position: relative;
                     background: #ffffff;
                     padding: 80px 30px 30px 30px;
                     box-sizing: border-box;
                     position: absolute;
                     z-index: 6;
                     right: 50%;
                     h2{
                            font-size: 40px;
                            color: #2060ad;
                            line-height: 1.5em;
                            width: fit-content;
                            position: relative;
                            z-index: 1;
                     }
                     p{
                            font-size: 14px;
                            line-height: 2em;
                     }
                     a{
                            background: #2060ad;
                            color: white;
                            height: auto;
                            width: fit-content;
                            display: block;
                            border-radius: 10px;
                            text-align: center;
                            font-size: 14px;
                            line-height: 2em;
                            padding: 1em 3em;
                            position: relative;
                            text-decoration: none;
                            margin-top: 50px;
                            transition: 0.3s;
                     }

                     a:hover {
                            background-color: orange;
                     }

              }
              .staff_block::before{
                     content: "STAFF";
                     font-size: 120px;
                     line-height: 1em;
                     color: #f2f8ff;
                     display: block;
                     position: absolute;
                     top: 0px;
                     z-index: 0;
                     font-weight: bold;
              }
              .staff_line{
                     font-size: 50px;
                     color: #2060ad;
                     line-height: 1.5em;
                     position: relative;
                     padding: 30px 0;
                     iframe{
                            width: 100%;
                            height:500px;
                     }
              }
       }




       .group_pr{
              display: block;
              width: 100%;
              position: relative;
              margin: 50px auto 150px auto;
              >div{
                     width: 1100px;
                     height: 600px;
                     margin: auto auto 100px auto;
                     >h2{
                            color: #005fad;
                            font-size: 30px;
                            line-height: 1.5em;
                            position: relative;
                     }
                     >h2::before{
                            content: "GROUP COMPANY";
                            display: block;
                            top: -40px;
                            left: 0;
                            bottom: 0;
                            font-size: 16px;
                            color: orange;
                            position: absolute;
                     }
                     >p{
                            font-size: 14px;
                            line-height: 1.5em;
                            margin-top: 40px;
                            width: 600px;
                     }
                     >ul{
                            display: flex;
                            flex-wrap: nowrap;
                            justify-content: space-between;
                            width: 580px;
                            margin: 30px 0;
                            li{
                                   background: #005fad;
                                   display: block;
                                   border-radius: 90px;
                                   width: 170px;
                                   height: 170px;
                                   color: white;
                                   font-size: 16px;
                                   text-align: center;
                                   padding-top: 80px;
                                   box-sizing: border-box;
                                   position: relative;
                                   span{
                                          font-size: 26px;
                                          line-height: 1.1em;
                                          font-weight: bold;
                                   }
                            }
                            li:first-child::after{
                                   content: "";
                                   display: block;
                                   margin-right: 7%;
                                   width: 40px;
                                   height: 40px;
                                   top: 30px;
                                   left: 50%;
                                   transform: translateX(-50%);
                                   position: absolute;
                                   background-image: url(/img/lp/common/group_icon01.png);
                                   background-repeat: no-repeat;
                                   background-size: cover;
                                   background-position: center;
                            }
                            li:nth-child(2n)::after{
                                   content: "";
                                   display: block;
                                   margin-right: 7%;
                                   width: 40px;
                                   height: 40px;
                                   top: 30px;
                                   left: 50%;
                                   transform: translateX(-50%);
                                   position: absolute;
                                   background-image: url(/img/lp/common/group_icon02.png);
                                   background-repeat: no-repeat;
                                   background-size: cover;
                                   background-position: center;
                            }
                            li:nth-child(3n)::after{
                                   content: "";
                                   display: block;
                                   margin-right: 7%;
                                   width: 40px;
                                   height: 40px;
                                   top: 30px;
                                   left: 50%;
                                   transform: translateX(-50%);
                                   position: absolute;
                                   background-image: url(/img/lp/common/group_icon03.png);
                                   background-repeat: no-repeat;
                                   background-size: cover;
                                   background-position: center;
                            }
                     }
              }
       }

       .group_pr::before{
              content: "";
              display: block;
              width: 100%;
              height: 600px;
              top: 40px;
              right: 0;
              bottom: 0;
              position: absolute;
              background-color: #F5FAFF;
              z-index: -1;
       }
       .group_pr::after{
       content: "";
       display: block;
       margin-left: 50%;
       width: 640px;
       height: 555px;
       top: 40px;
       position: absolute;
       background-image: url(/img/lp/common/group_map_kanto.png);
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center;
       }




       .chi_company_wrap{
              position: relative;
              margin-bottom: 150px;
              margin-top: 100px;
       }

       .chi_company_wrap::before {
       content: "";
       display: block;
       background-image: url(/img/index/top_company_inner.jpg);
       background-size: cover;
       background-repeat: no-repeat;
       width: 43%;
       height: 600px;
       left: 1px;
       bottom: 1px;
       position: absolute;
       z-index: -11;
       background-position: center;
       border-top-right-radius: 20px;
       border-bottom-right-radius: 20px;
       }
       .chi_company_inner{
              width: 55%;
              height: 580px;
              display: block;
              margin: auto 0 auto auto;
              h2{
                     font-size: 60px;
                     font-weight: bold;
                     color: #0068ad;
                     display: block;
                     line-height: 1em;
                     span{
                            font-size: 30px;
                            font-weight: bold;
                            color: #FF9800;
                            display: block;
                            line-height: 2em;
                     }
              }
              p{
                     display: block;
                     width: 600px;
                     font-size: 16px;
                     line-height: 1.5em;
              }
       }

       .chi_company_point{
              display: flex;
              flex-wrap: nowrap;
              justify-content: space-between;
              width: fit-content;
              margin-top: 30px;
              li{
                     text-align: center;
                     width: 32%;
                     font-size: 20px;
                     line-height: 1.7em;
                     font-weight: bold;
                     color: #0068ad;
                     box-sizing: border-box;
                     margin: 0 1em;
                     a{
                            text-decoration: none;
                            color: #005bac;
                            line-height: 2.5em;
                            transition: .3s;
                            img{
                                   display: block;
                                   margin: auto;
                            }
                     }
                     a:hover{
                            color: #f7941d;
                     }
              }
       }


}























 /*--------- main ----------*/
 .s_t_main {
	background-image: url(/ichikawa/img/ichikawa_main.webp);
	height: 678px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
 }
.s_t_main::before {
        content: "";
        display: block;
        background-image: url(/img/lp/common/shop_main_malines.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 350px;
        height: 430px;
        border-radius: 20px;
        position: absolute;
        top: 42px;
        right: 10%;
        z-index: 5;
}
.s_t_main::after {
       content: "";
       display: block;
       background-image: url(/img/lp/common/main_relopattern.png);
       background-size: cover;
       background-repeat: no-repeat;
       width: 447px;
       height: 630px;
       position: absolute;
       top: 0px;
       right: 0px;
       z-index: 1;
}
 .s_t_main_inner {
	width: 1000px;
	margin: 0 auto;
	padding-top: 110px;
	ul{
		width: 70%;
		flex-wrap: nowrap;
		display: flex;
		justify-content: space-around;
		li{
			width: 30%;
			a{
				position: relative;
				width: 100%;
                    		font-weight: bold;
				border-radius: 10px;
				display: inline-block;
				text-align: center;
				padding: 10px 10px 20px 10px;
				box-sizing: border-box;
				font-size: 20px;
				line-height: 1.5em;
				background-color: #0047aa;
				border: 4px solid #FFF;
				color:#fff;
				transition: 0.3s;
				span{
					font-size: 14px;
		                        display: block;
		                        line-height: 1.5em;
				}
			}
			a:hover{
				color:yellow;
				border: 4px solid yellow;
			}
			a::after {
				content: '';
				position: absolute;
				bottom: 9px;
				right: 48%;
				width: 9px;
				height: 9px;
				margin: auto;
				border-top: 2px solid #fff;
				border-right: 2px solid #fff;
				transform: rotate(135deg);
				box-sizing: border-box;
			}
		}
	}

 }

 .s_t_main_inner h2 {
       font-size: 100px;
       color: #2060ad;
       line-height: 1em;
       margin: 0 0 20px;
       font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
       text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
 }

 .s_t_main_inner h2 span {
       font-size: 40px;
       font-weight: bold;
 }


 .s_t_main_inner p {
	font-size: 24px;
	color: #2060ad;
	line-height: 1.7em;
       font-weight: bold;
	margin: 0 0 20px;
       text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
 }

 .s_t_main_inner img {
width: auto;
        height: 280px;
}

 /*--------- 速報 ---------*/
 .top_info {
  background: #e1f0f0;
  text-align: left;
 }

 .t_info {
  width: 1000px;
  margin: auto;
  color: #333333;
  font-size: 14px;
  line-height: 80px;
  position: relative;
  display: flex;
 }

 .sokuho_ttl {
  margin-right: 20px;
 }

 .t_info > img {
  position: absolute;
  top: 30px;
  left: 85px;
 }

 .sokuho {
  margin-left: 60px;
 }

 .t_info a {
  font-size: 14px;
  text-decoration: none;
  color: #333333;
 }

 .t_info a:hover {
  text-decoration: underline;
 }

 .t_info a img {
  vertical-align: middle;
 }

 /* iframe中身ここから */
 .ticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 100% !important;
  line-height: 59px;
  font-size: 13px;
  /* font-weight: bold; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
 }

 .ticker ul {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
 }

 .ticker ul li {
  width: 100%;
  /* display: none; */
  /* font-weight:bold; */
 }

 .ticker ul li a {
  display: block;
  color: #333333;
  text-decoration: none;
 }

 .ticker ul li a:hover {
  color: #fe5339;
 }

 .info_slide_wrap {
  display: block;
  width: 700px;
  border-radius: 30px;
  box-sizing: border-box;
  /*padding: 12px 0;*/
  overflow: hidden;
  z-index: 99;
 }

 .info_slide {
  width: 620px;
  margin-left: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 }

 .info_slide a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 1;
  overflow: hidden;
 }

 .info_slide a:hover {
  text-decoration: underline;
 }

 .info_prev::before {
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
 }

 .info_next::before {
  border-top: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
 }

 /* iframe中身ここまで */
 /*--------- お悩み ---------*/
 .s_t_nayami {
  background-image: url(../img/nayami_bg_pc.webp);
  background-position: center bottom -10px;
  background-repeat: no-repeat;
  padding: 70px 0 250px;
 }

 .s_t_nayami_ti {
  text-align: center;
 }

 .s_t_nayami_ti p {
  color: #005fac;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
 }

 .s_t_nayami_ti h2 {
  margin: 0;
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: bold;
 }

 .s_t_nym_txt {}

 .s_t_nym_txt p {
  font-size: 15px;
  text-align: center;
  margin: 60px 0 0;
  line-height: 30px;
 }

 /*--------- カテゴリ別 ---------*/
 .s_t_category {
	background-color: #2060ad;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 80px;
	position: relative;
	top: -50px;
	.infomation{
	     width: 1000px;
	     height: 120px;
	     margin: auto;
	     border: 2px solid #2060ad;
	     border-radius: 5px;
	     padding: 15px;
	     display: flex;
	     flex-wrap: nowrap;
	     justify-content: flex-start;
	     position: absolute;
	     top: -50px;
	     left: 50%;
	     transform: translateX(-50%);
	     background: #FFF;
	     z-index: 1;
	     div:first-child{
	            width: 15%;
	            text-align: center;
	            border-right: 1px solid #2060ad;
	            padding-right: 15px;
	            span{
	                   font-size: 10px;
	                   display: block;
	                   color: orange;
	                   margin-top: 15px;
	            }
	            h3{
	                   font-size: 20px;
	                   margin: 10px auto;
	            }
	            a{
	                   color: #333;
	                   border: 1px solid #333;
	                   background: #FFF;
	                   height: auto;
	                   width: fit-content;
	                   display: block;
	                   border-radius: 30px;
	                   text-align: center;
	                   font-size: 14px;
	                   line-height: 2em;
	                   padding: 0 1em;
	                   margin: auto;
	                   position: relative;
	                   text-decoration: none;
	                   transition: 0.3s;
	            }
	     }
	     div:nth-child(2n){width: 80%;}
	     div:nth-child(2n)>iframe{width: 100%; height:120px;}
	}
 }

 .s_t_category_ti {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1.7em;
  margin: 0 0 40px;
  font-weight: bold;
 }

 .s_t_category ul {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  gap: 30px;
 }

 .s_t_category ul li {
  width: 280px;
 }
 .s_t_category ul li:last-child {
	text-align: center;
	width: 53%;
	margin: auto;
}

 .s_t_category ul li a {
  border-radius: 10px;
  background-color: #fff;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
 }

 .s_t_category ul li a:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
 }

 .s_t_category ul li h3 {
font-size: 20px;
        line-height: 1.5em;
        font-weight: bold;
        margin: 20px 0 10px;
        text-align: center;
 }

 .s_t_category ul li p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
 }

 .s_t_category ul li .img {
  text-align: center;
 }

 .s_t_category ul li .img img {}

 /*--------- コンバージョン ---------*/
 .s_t_cv {
  background-color: #005fac;
  padding: 30px 0;
 }

 .s_t_cv p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
 }

 .s_t_cv ul {
  display: flex;
  justify-content: center;
 }

 .s_t_cv ul li {}

 .s_t_cv ul li a {
  display: block;
  width: 340px;
  line-height: 60px;
  background-color: #ff9c00;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
 }

 .s_t_cv ul li a i {
  position: absolute;
  left: 10px;
  top: 10px;
 }

 /*--------- 共通h2 ---------*/
 .s_t_ti {
  padding-bottom: 50px;
 }

 .s_t_ti h2 {
  font-size: 40px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
 }

 .s_t_ti h2:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: orange;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
 }

 .s_t_ti p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
 }

 /*--------- 私たちの強み ---------*/
 /*************************************************/
 /*  sale売却  */
 /*************************************************/
 .s_t_strong {
  /*padding: 80px 0;*/
 }


 .s_t_sr_con {
  display: flex;
  align-items: center;
  padding: 20px 0 80px;
 }

 .s_t_sr_con_l {
  width: 40vw;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  height: 490px;
  margin-right: 5vw;
  background-image: url(../img/strong_img.webp);
  background-size: cover;
  background-position: center;
 }

 .s_t_sr_con_r {
  float: left;
  width: 650px;
  padding: 0 0 5px 0;
 }

 .s_t_sr_con_r ul {
  margin: 0 0 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }

 .s_t_sr_con_r ul li {
  width: 210px;
  padding: 20px;
  box-sizing: border-box;
  width: 216px;
  padding: 20px;
  box-sizing: border-box;
  border-left: dotted 1px #aaa;
  margin-bottom: 20px;
 }

 .s_t_sr_con_r ul li:nth-child(3n) {
  border-right: dotted 1px #aaa;
 }

 .s_t_sr_con_r p {
  font-size: 15px;
  margin: 10px 0;
  font-weight: bold;
 }

 .s_t_sr_con_r h3 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 28px;
  position: relative;
  color: #005fac;

 }

 .s_t_sr_con_r span {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(transparent 70%, #fff000 70%);
 }

 .s_t_more_btn a {
  display: block;
  width: 340px;
  line-height: 60px;
  background-color: #ff9c00;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 00px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
 }

 .s_t_sr_con_r a:before {}

 .s_t_sr_con_r a:hover {}

 .s_t_sr_con_bg {}

 .s_t_result_wrap {
  width: 1100px;
  margin: 80px auto;
 }

 .s_t_result_ti {
  background-image: url(../img/result_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
 }
 .s_t_result_ti img{
margin: 20px auto;
    display: block;
}
 .s_t_result_ti h3 {
  margin: 0;
  font-size: 35px;
  color: #005fac;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
  padding: 0 0 40px;
 }

 .sale2_list_title {
  display: flex;
  margin: 0px 0 0;
  font-weight: bold;
  width: 1100px;
 }

 .sale2_l_ti {
  color: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  width: 25%;
  background: #005fac;
  text-align: center;
  font-size: 16px;
 }

 .sale_result_ma {
  margin-bottom: 20px;
 }
.sale_result_ma>iframe{
	width: 1025px;
	height: 1000px;;
	margin: 30px auto;
	display: block;
}
 .sale_result_ma ul {
  list-style: none;
  margin: 0;
  padding: 0;
 }

 .sale_result_ma ul li {
  /* margin: 0 0 40px 0; */
  overflow: hidden;
  border-bottom: 1px solid #eee;
  /* padding-bottom: 15px; */
  border-right: solid 1px #eee;
 }

 .sale_result_ma a {
  display: block;
  text-decoration: none;
 }

 .sale2_l_item {
  border: 1px solid #dcdcdc;
  padding: 15px;
  box-sizing: border-box;
  width: 25%;
  text-align: center;
  border-right: none;
  font-size: 14px;
  float: left;
  border-top: none;
  height: 50px;
  color: #000;
 }

 /*--------- 売却の流れ ---------*/
 .s_t_flow {
  padding: 100px 0;
 }

 .s_t_flow_block {}
 .s_t_flow_block iframe{
    border: 4px solid #005fac;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    width: 950px;
    height: 300px;
    margin: auto;
    display: block;
}

 .s_t_flow_block ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
 }

 .s_t_flow_block ul li {
  width: 270px;
 }

 .s_t_flow_block ul li .ti {
  background-color: #c4e1ee;
  line-height: 60px;
  padding: 0 30px;
 }

 .s_t_flow_block ul li:nth-child(2) .ti {
  background-color: #a6d5e9;
 }

 .s_t_flow_block ul li:nth-child(3) .ti {
  background-color: #86c2dc;
 }

 .s_t_flow_block ul li:nth-child(4) .ti {
  background-color: #5db1d5;
 }

 .s_t_flow_block ul li:nth-child(5) .ti {
  background-color: #26abe5;
 }

 .s_t_flow_block ul li:nth-child(6) .ti {
  background-color: #169eda;
 }

 .s_t_flow_block ul li:nth-child(7) .ti {
  background-color: #1491c8;
 }

 .s_t_flow_block ul li:nth-child(8) .ti {
  background-color: #1181b2;
 }

 .s_t_flow_block ul li .ti span {
  background-color: #fff;
  padding: 5px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  font-family: Century Gothic, sans-serif;
 }

 .s_t_flow_block ul li .ti h3 {
  display: inline-block;
  margin: 0;
 }

 .s_t_flow_block ul li .txt {
  padding: 10px 20px;
  box-sizing: border-box;
  border-left: 1px dotted #ccc;
  margin: 20px 0 30px;
 }

 .s_t_flow_block ul li .txt p {
  font-size: 13px;
  line-height: 23px;
 }

 .s_t_flow_block ul li .txt p.orange {
  font-size: 18px;
  color: #ff9c00;
  font-weight: bold;
  margin: 0 0 10px;
 }

 /*--------- 仲介と買取の違い ---------*/
 .s_t_differ {
	 background-color: #005fac;
	padding: 120px 0 100px;
	background-repeat: no-repeat;
	background-position: center top 50px;
 }
.s_t_differ>.s_t_ti h2 {
color: #FFF;
}


 .s_t_differ .s_t_ti p {
        background-color: #fff;
        padding: 2em 0;
        width: 910px;
        border-radius: 5px;
        margin: 0 auto 20px;
 }

 .s_t_df_block {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
 }

 .s_t_df_box {
	width: 47%;
	background-color: #fff;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 30px;
	border: 5px solid #FFF;
	box-sizing: border-box;
 }

 .s_t_df_box h3 {
	background-color: #005fac;
	margin: 0;
	text-align: center;
	line-height: 65px;
	color: #fff;
	font-size: 30px;
 }

 .s_t_df_box.kaitori_box h3 {
  background-color: #c63e3e;
 }

 .s_t_df_box img {
  display: block;
  margin: 20px auto;
 }

 .tokucho {
  padding: 0 40px;
  margin-bottom: 30px;
 }

 .tokucho li {
  margin-bottom: 10px;
 }

 .tokucho li span {
  display: inline-block;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #aaa;
  background-color: #eee;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 3px;
  font-weight: bold;
 }

 .tokucho li p {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
 }

 .merit {
  padding: 0 40px;
  margin-bottom: 30px;
 }

 .merit p {
  font-size: 15px;
  color: #c63e3e;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #c63e3e;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
 }

 .merit ul li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background-image: url(../img/merit_check.webp);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 10px;
 }

 .demerit {
  padding: 0 40px;
  margin-bottom: 30px;
 }

 .demerit p {
  font-size: 15px;
  color: #62a4c1;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #62a4c1;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1;
 }

 .demerit ul li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background-image: url(../img/demerit_check.webp);
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 10px;
 }

 .chart_bg {
  width: 1100px;
  height: 1230px;
  background: url("../img/chart_img.png") no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 50px auto 0;
 }

 .chart_bg ul {
  width: 100%;
  position: absolute;
  bottom: 55px;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
 }

 .chart_bg ul li {
  list-style: none;
 }

 /*--------- よくある質問 ---------*/
 .s_t_faq {
  padding: 110px 0 80px;
 }

 .s_t_faq h2 {
  margin-bottom: 0;
 }

 .sale_qa_wrap .accordionbox {
  width: 1100px;
  margin: 0px auto 0px;
  box-sizing: border-box;
 }

 .sale_qa_wrap .accordionlist dt {
  display: block;
  overflow: hidden;
 }

 .sale_qa_wrap .accordionlist dt:first-child,
 .sale_qa_wrap .accordionlist dt:nth-child(2) {
  border-top: none !important;
 }

 .sale_qa_wrap .accordionlist dt .title {
  position: relative;
  float: left;
  background-color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #000;
  font-size: 20px;
  padding: 15px 0 15px 80px;
  line-height: 40px !important;
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
  background-image: url(../img/faq_q.webp);
  background-repeat: no-repeat;
  background-position: top 20px left 20px;
 }

 .sale_qa_wrap .accordionlist dt .title p {
  font-weight: bold;
 }

 .sale_qa_wrap .accordionlist dd {
  position: relative;
  display: none;
  background: #eee;
  padding: 20px 20px 20px 79px;
  margin: 0;
  background: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  background-image: url(../img/faq_a.webp);
  background-repeat: no-repeat;
  background-position: top 20px left 20px;
 }

 .sale_qa_wrap .accordion_icon,
 .sale_qa_wrap .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
 }

 .sale_qa_wrap .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 10px;
  margin-top: -42px;
 }

 .sale_qa_wrap .accordion_icon span {
  position: absolute;
  left: 0px;
  width: 70%;
  height: 2px;
  background-color: #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
 }

 .sale_qa_wrap .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
 }

 .sale_qa_wrap .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
 }

 .sale_qa_wrap .accordion_icon.active span:nth-of-type(1) {
  display: none;
 }

 .sale_qa_wrap .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
 }

 .sale_qa_wrap .clearfix.active {
  background-color: #e6d9ba;
 }

 .sale_qa_wrap .accordionlist dt .title:hover {
  background-color: #fff7d7;
  transition: .3s;
 }

 .sale_qa_wrap .accordionlist dt .title.active {
  border-bottom: 1px dashed #ccc;
  color: #000;
 }

 .sale_qa_wrap .accordionlist dt .title.active p {}

 .qa_block {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
 }

 /*--------- レンタルコンテンツ ---------*/
 .s_t_know {
  padding-bottom: 100px;
 }

 .s_t_know .s_t_ti {
  background-image: url(../img/know_bg.webp);
  background-size: cover;
  color: #fff;
  height: 370px;
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
 }

 .s_t_know .s_t_ti img {
  position: absolute;
  top: 70px;
  left: 0;
  right: 700px;
  margin: 0 auto;
 }

 .s_t_know .s_t_ti h2:before {
  background-color: #fff;
 }

 .s_t_know ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	width: 950px;
	margin: -110px auto 0;
	position: relative;
 }

 .s_t_know ul li {
  width: 31%;
 }

 .s_t_know ul li a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s;
 }

 .s_t_know ul li a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
 }

 .s_t_know ul li img {}

 .s_t_know ul li p {
        padding: 0 1em;
        font-size: 18px;
        line-height: 45px;
        font-weight: bold;
        position: relative;
        color: #005fac;
 }

 .s_t_know ul li p::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #005fac;
  right: 15px;
  top: 10px;
 }

 .s_t_know ul li p::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }

 /*--------- 当社について ---------*/

 .s_t_com {
  background-color: #eee;
  padding: 100px 0;
 }

 .s_t_com_block {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
 }

 .s_t_com_l {
  width: 470px;
  height: 320px;
  background-color: #aaa;
 }

 .s_t_com_r {
  width: 560px;
 }

 .s_t_com_r p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 20px;
 }

 .s_t_com_r ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
 }

 .s_t_com_r ul li {}

 .s_t_com_r ul li a {
  display: block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
 }



.staff_block{
    display: block;
    width: 1100px;
    margin: 80px auto;
    position: relative;
}
.staff_block>h2{
    font-size: 30px;
    line-height: 1em;
    padding-top: 60px;
    padding-left: 20px;
    border-left: 10px solid #2061ad;
    position: relative;
    display: block;
}
.staff_block>h2::before{
    content: "PROFESSIONAL";
    font-size: 55px;
    line-height: 1em;
    color: #2060ad;
    display: block;
    position: absolute;
    top: 0;
}
.staff_block>h2>span{
    font-size: 18px;
    line-height: 2.5em;
    display: block;
}
.staff_block>div>iframe{
	width: 100%;
	height: 205px;
	margin-top: 50px;
}
.staff_block>ul{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 50px auto;
}
.staff_block>ul>li{
    width: 20%;
}
.staff_block>ul>li>a{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-decoration: none;
    line-height: 1.7em;
    margin: 0.5em;
    color: #333;
}
.staff_block>ul>li>a>img{
    display: block;
    margin: auto;
    width: 165px;
    height: 165px;
    object-fit: cover;
    border-radius: 50%;
}





.office {
	margin: 20px auto 50px auto;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
        width: 1100px;
	h2{
		font-size: 30px;
		line-height: 1em;
		padding-top: 60px;
		padding-left: 20px;
		border-left: 10px solid #2061ad;
		position: relative;
		display: block;
		width: 100%;
		margin-bottom: 50px;
		span{
			font-size: 18px;
			line-height: 2.5em;
			display: block;
		}
	}
	h2::before{
		content: "SHOP";
		font-size: 55px;
		line-height: 1em;
		color: #2060ad;
		display: block;
		position: absolute;
		top: 0;
	}

	ul {
		display: flex;
		flex-wrap: wrap;
		width: 37%;
		li {
			margin: 10px auto;
			img{
				border-radius: 10px;
			}
		}
	}

	.of_detail {
		width: 58%;
		margin: 20px auto;
		table {
			border-top: 1px solid #ccc;
			border-collapse: collapse;
			width: 100%;
			th,td{
				border-bottom: 1px solid #ccc;
				padding: 1em;
				line-height: 1.4rem;
				font-size: 14px;
				font-weight: normal;
			}
			th {
				width: 25%;
			}
			td {
				border-bottom: 1px solid #ccc;
				padding: 1em;
				line-height: 1.7em;
				font-size: 16px;
				font-weight: normal;
			}
		}
	}

}

.of_comment {
    background: #f5f5f5;
    padding: 1.5em;
    border: 1px dashed #ccc;
    width: 100%;
    font-size: 14px;
    line-height: 1.7em;
}













}
