@charset "UTF-8";


/* =======================================
  search_condition
======================================= */
.search_condition{
  background-color: #ECECEC;
  min-height: 109px;
  display: flex;
  align-items: center;
  padding:10px;
 /* margin-top: 30px; */
}
.search_condition .search_conditions_group{
  display: flex;
  text-align: left;
  width: 100%;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 44px;
}
.search_conditions_group .search_condition_title{
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.search_conditions_group ul{
  display: flex;
  flex-wrap:wrap;
  /* padding-left: 30px; */
}
.search_conditions_group ul li{
  border: solid 1px #707070;
  border-radius: 5px;
  background-color: #fff;
  min-width: 167px;
  min-height: 52px;
  display: flex;
  align-items: center;
  /* padding-left:20px; */
  padding: 3px 10px;
  /* margin-top: 5px; */
  margin:2px;
  margin-left: 10px;
  /* margin-bottom: 5px; */
}
.search_conditions_group ul li .clear .fa-times-circle{
  color: #A4A4A4;
  font-size: 20px;
  padding-right: 10px;
}
.search_conditions_group ul li .search_info{
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height:1.2;
  white-space:wrap;
}
.search_conditions_group .change_btn{
  background-color: #060505;
  border-radius: 5px;
  color: #fff;
  height: 52px;
  width: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 5px; */
  margin-left:10px;
  padding-right: 15px;
  padding-left: 15px;
  cursor:pointer;
  font-size: 16px;
  transition: all 0.3s;
}
.search_conditions_group .change_btn:hover {
  opacity:0.7;
}
.search_conditions_group .change_btn a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.srctermsbtn {
  cursor:pointer;
}
@media (max-width: 800px) {
  .search_condition .search_conditions_group{
    overflow-x: auto;
    white-space: nowrap;
  }
  
}
@media (max-width: 500px) {
  .search_condition{
    height: 101px;
  }
  .search_condition .search_conditions_group{
    padding-left: 20px;
  }
}
/* =======================================
  setup-office
======================================= */
.setup_office{
  margin-top: 45px;
}
.setup_office h3{
  font-size: 32px;
  font-weight: bold;
  max-width: 1290px;
  /* margin-right: auto;
  margin-left: auto;
  margin-bottom: 58px; */
  padding-left: 0px;
}
.office_information{
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.office_information .slick-prev,
.office_information .slick-next {
  opacity:0.5;
  transition:all 0.3s;
}
.office_information .slick-prev:hover,
.office_information .slick-next:hover {
  opacity:1;
}

.office_view{
  position: relative;
  padding-left: 28px;
  max-width: 1311.75px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.office_view::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:#DCDCDC;
  position:absolute;
  bottom:-18px;
  left:0px;
}
.office_photo_item{
  max-width: 358px;
  width: 30%;
  max-height: 240px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.office_photo_item::before{
  content:"";
   display:inline-block;
   width:1px;
   height:305px;
   background-color:#DCDCDC;
   position:absolute;
   top:-2px;
   left:10px;
}
.office_photo_item .update {
  position: absolute;
  top: -1px;
  left: 0px;
  writing-mode: vertical-rl;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-right: 3px;
  background-color: #fff;
  padding-bottom: 15px;
  /* z-index: 10; */
}
.office_photo_img{
  position: relative;
}
.office_photo_img .img_text{
  position: absolute;
  /* background-color: #fff; */
  font-size: 18px;
  right: 0;
  bottom: 22px;
  min-height: 38px;
  padding: 6px 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:rgba(255,255,255,0.85);
  max-width:85%;
  text-align:right;
  line-height:1.3;
}
@media screen and (max-width: 500px) {
  .office_photo_img .img_text{
    font-size:15px;
  }
}
.office_sketch{
  max-width: 386.5px;
  width: 30%;
  max-height: 240px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.office_sketch img{
  max-height:240px;
}
.office_viewadd{
  max-width: 450px;
  width: 40%;
  margin-bottom: 10px;
}
.office_viewadd .add_title{
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: solid 1px #DCDCDC; */
  padding-bottom: 10px;
  position: relative;
}
.office_viewadd .add_title::after{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:#DCDCDC;
  position:absolute;
  bottom:0px;
  left:0px;
}
.office_viewadd .other{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.office_viewadd .other dl{
  max-width: 223px;
  width: 100%;
}
.office_viewadd .other dl dt{
  float: left;
  clear:both;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  padding-left: 5px;
}
.office_viewadd .other dl dd{
  font-size: 16px;
  height: 45px;
  border-bottom: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0;
  margin-inline-start: 0;
  padding-right: 5px;
}
dd {
  display: block;
  margin-inline-start: 0;
}
@media screen and (max-width: 500px) {
  .office_viewadd .other dl dt{
    font-size:12px;
  }
  .office_viewadd .other dl dd{
    font-size:14px;
    padding-left:5px;
    line-height:1.3;
  }
}
.other_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}
.other_link a.contact_btn1{
  width: 100%;
  max-width: 211.75px;
  height: 53px;
  background-color: #FFC743;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.other_link a.more_btn1{
  width: 100%;
  max-width: 211.75px;
  height: 53px;
  background-color: #5589D6;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
/* pager */
.pager {
  margin-top: 105px;
  display: flex;
  overflow-x: auto;
}

.pager__inner {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.pager__inner > *:last-child {
  margin-right: 0;
}
.pager__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  border: 1px solid #DEDEDE;
  color: #DEDEDE;
  text-decoration: none;
  transition: .25s;
}
a.pager__link:hover {
  background-color: #3B3B3B;
  color: #DEDEDE;
}

.pager__link--active {
  background-color: #3B3B3B;
  color: #DEDEDE;
  pointer-events: none;
}
.next_link_btn .pager__link{
  width: 70px;
}
.sp-only,
.sp-only-ib,
.sp-only-fl{
  display: none !important;
}
.contact.contac-sponly{
  display: none;
}
@media (max-width: 1200px) {
  .setup_office{
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 800px) {
  .sp-only{
    display: block !important;
  }
  .sp-only-fl{
    display:flex !important;
  }
  /* 仮 */
  .contact.contac-sponly{
    display: flex;
  }
  .setup_office h3{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .office_view{
    display: block;
    max-width: 400px;
    width: 90%;
    padding-left: 0px;
    /* max-width: 386px; */
  }
  /* .office_view li{
    max-width: 100%;
    
  } */
  .office_photo_item .update{
    position: static;
  }
  .office_photo_item{
    /* width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; */
    max-width: 100%;
   display: flex!important;
  }
  .update_image{
    width: 90%;
    margin-left: 0;
  }
  .other_link a.contact_btn1{
    width: 47%;
  }
  .other_link a.more_btn1{
    width: 47%;
  }
  /* .office_sketch{
    display: none;
  } */
  /* .office_viewadd{
    display: none;
  } */
  .office_photo_item::before{
    height: 360px;
  }
  .office_view::after{
    bottom: 0;
    display: none;
  }
  .slick-prev:before, .slick-next:before{
    font-size: 30px;
  }
  .office_sketch{
    display: flex!important;
    align-items: center;
    height: 266px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sp-only-ib{
    display: inline-block !important;
  }
  .ctword {
    cursor:pointer;
    color:#15538C;
  }
  .search_conditions_group {
    flex-wrap:wrap;
  }
  .termlists {
    width:100%;
  }
}
@media (max-width: 500px) {
  .office_view{
    max-width: 350px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  /* .office_photo_item{
    width: 100%;
  } */
  .office_photo_img{
    /* width: 90%; */
    max-width: 320px;
    height: 266px;
    margin-right: 0;
  }
  .office_photo_img img{
    height: 100%;
  }
  .setup_office h3{
    font-size: 25px;
    width: 90%;
    line-height: 1.7;
    margin-bottom: 17px;
  }
  .pager{
    margin-top: 20px;
  }
}
/* =======================================
  recommend
======================================= */
.recommend h3{
}
/* =======================================
  all_search
======================================= */
.search_tub{
  width: 52%;
  margin-top: -10px;
  margin-left: -30px;
}
.search_breadth{
  margin-left: -23px;
}
/* click tab */
.block_category_list{
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 31px;
max-width: 520px;
padding-right: 20px;

/* border-bottom: 1px solid #858585; */
}

.block_category_list .border{
  /* width: 264px; */
  width: 165px;
}
.block_category_list .border .click_tab.is-show{
  background-color: #DCDCDC;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  border-radius: 40px;
}
.block_category_list .border{
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}

.block_category_list .border::after{
  content:"";
  display:block;
  width:102%;
  height:1px;
  background-color:#858585;
  position:absolute;
  bottom:0;
  left:-2px;
  /* right: 30px; */
  /* margin: auto; */
}
.block_category_list .border.border.is-active::after{
  display: none;
}
.block_category_list .border:hover{
  cursor: pointer;
}
.block_category_list .border.is-active{
  width: 165px;
  /* width: 180px; */
  border-top: 1px solid #858585;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  border-bottom: none;
  padding-top: 13px;
}
.block_category_list .border .tab{
  background-color: #DCDCDC;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border-radius: 40px;
  width: 140px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .border.is-active .tab{
  width: 137px;
  background-color: #3D3D3D;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .tab_text{
  font-size: 16px;
  font-weight: bold;
}
.block_category_list .tab_text2{
  font-size: 16px;
  font-weight: bold;
}
.tab_border{
  border-top: 1px solid #000;
  padding-top: 20px;
}

.click_tab.is-show{
  display: block;
  padding-left: 28px;
}
.click_tab{
  display: none;
}
.search_are{
  display: flex;
  flex-wrap: wrap;
  max-width: 418px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  
}
.search_are a{
  border: 1px solid #707070;
  border-radius: 5px;
  width: 30%;
  min-width: 126px;
  max-width: 126px;
  height: 52px;
  text-align: center;
  margin-bottom:20px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: bold;
}
@media screen and (max-width:800px){
  
  .search_tub{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px;
  }
  .search_are a{
    width: 125px;
    font-size: 13px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width:500px){
  
  .block_category_list .border{
    width: 116px;
    height: 56px;
  }
  .block_category_list .border.is-active{
    padding-top: 8px;
    padding-bottom: 11px;
    width: 116px;
    height: 56px;
  }
  .block_category_list .border{
    padding-top: 8px;
  }
  .block_category_list{
    margin-bottom: 33px;
    padding-right: 0;
    max-width: 350px;
  }
  .block_category_list .border.is-active .tab{
    width: 104px;
  }
  .block_category_list .border.is-active .tab .tab_text{
    font-size: 12px;
  }
  .block_category_list .border .tab{
    width: 109px;
  }
  
  .block_category_list .border .tab .tab_text2{
    font-size: 13px;
  }
  .click_tab.is-show{
    padding-left: 0;
  }
  .search_are{
    max-width: 273px;
  }
  .search_are a{
    width: 125px;
  }
  .search_breadth{
    margin-left: 0;
  }
}
/* search_breadth */
.search-box{
  max-width: 453px;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 22px;
}

.termslist1{
  display: flex;
  width: 246px;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
.termslist1-1{
  display: flex;
  justify-content: center;
}
.termslist1-1 .sopAB1{
  position: relative;
  height: 52px;
  width: 103px;
}
.input-area{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
}
.tubo{
  position: absolute;
  top: 16px;
  right: 11px;
  font-size: 16px;
  font-weight: bold;
}
.termslist1-2{
  display: flex;
  align-items: center;
  padding-left: 5px;
  font-weight: bold;
}
.termslist2{
  width: 246px;
  height: 50px;
  margin: 0 auto;
  margin-top: 20px;
  
}
#sopArea1,
#sopArea2{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
}
.termslist3{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.termslist3 a .search-text{
  background-color: #FFC743;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 173px;
  height: 52px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* =======================================
  recommend_office
======================================= */
.recommend{
  margin-top: 60px;
  max-width: 1310px;
  margin-right: auto;
  margin-left: auto;
}
.recommend h3{
  font-size: 32px;
  font-weight: bold;
  padding-left: 30px;
}
.recommend_office{
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
  /* margin-left: 35px; */
}

.office_link1{
  display: flex;
}
.office_item{
  position: relative;
  padding-left: 30px;
  width: 386px;
  margin-bottom: 58px;
}
.office_item.right_margin{
  margin-right: 35px;
}
.office_item::before{
  content:"";
   display:inline-block;
   width:1px;
   height:360px;
   background-color:#DCDCDC;
   position:absolute;
   top:-2px;
   left:15px;
}
.office_item::after{
  content:"";
   display:block;
   width:100%;
   height:1px;
   background-color:#DCDCDC;
   position:absolute;
   bottom:0;
   left:8px;
}
.office_item .update {
  position: absolute;
  top: -1px;
  left: 5px;
  writing-mode: vertical-rl;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: bold;
  /* letter-spacing: 1px; */
  /* padding-right: 3px; */
  background-color: #fff;
  padding-bottom: 15px;
}
.office_img{
  position: relative;
}
.office_img .img_text{
  position: absolute;
  background-color: #fff;
  font-size: 18px;
  right: 0;
  bottom: 20px;
  height: 38px;
  padding: 0px 7px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact{
  display: flex;
  align-items: center;
padding-top: 13px;
padding-bottom: 15px;
}

.contact_btn .contact_text{
  font-weight: bold;
  width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #FFC743;
  padding-top: 16px;
  padding-bottom: 10px;
  border-radius: 3px;
  font-size: 18px;
  margin-right: 19px;
  height: 53px;
  padding-left: 2px;
}

.office_info2{
  width: 48%;
  margin-top: 5px;
  letter-spacing: 1;
  margin-left: -7px;
}
.office_add{
  font-size: 12px;
  font-weight: bold;
}
.office_number{
  font-size: 12px;
  margin-top: 4px;
  font-weight: bold;
}

/* all_search */
.all_search{
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;

}
.all_search1{
  margin-top: 90px;
}
.all_search .all_search_link1{
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E2E2E;
  color: #fff;
  width: 376px;
  height: 75px;
  border-radius: 5px;
  margin-left: 190px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
  margin-top: -17px;
}
.search_tub_all{
  border-left: 1px solid #DCDCDC;
  width: 57%;
}
.all_search1 a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2E2E2E;
  color: #fff;
  max-width: 408px;
  height: 75px;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
}
/* click tab */
.block_category_list{
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 31px;
max-width: 530px;
}

.block_category_list .border2{
  width: 165px;
}
.block_category_list .border .click_tab2.is-show2{
  background-color: #DCDCDC;
  padding: 5px 10px;
  color: #000;
  text-align: center;
  border-radius: 40px;
}

.block_category_list .border2{
  /* border-bottom: 1px solid #858585; */
  padding-top: 13px;
  padding-bottom: 12px;
  position: relative;
}
.block_category_list .border2::after{
  content:"";
  display:block;
  width:102%;
  height:1px;
  background-color:#858585;
  position:absolute;
  bottom:0;
  left:-2px;
}
.block_category_list .border2.border2.is-active2::after{
  display: none;
}
.block_category_list .border2:hover{
  cursor: pointer;
}
.block_category_list .border2.is-active2{
  width: 165px;
  border-top: 1px solid #858585;
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
  border-bottom: none;
  padding-top: 12px;
}
.block_category_list .border2 .tab{
  background-color: #DCDCDC;
  color: #000;
  padding: 5px 10px;
  text-align: center;
  border-radius: 40px;
  width: 137px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .border2.is-active2 .tab{
  width: 137px;
  background-color: #3D3D3D;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.block_category_list .tab_text{
  font-size: 16px;
  font-weight: bold;
}
.block_category_list .tab_text2{
  font-size: 16px;
  font-weight: bold;
}
.tab_border{
  border-top: 1px solid #000;
  padding-top: 20px;
}

.click_tab2.is-show2{
  display: block;
  padding-left: 28px;
}
.click_tab2{
  display: none;
}
.search_are{
  display: flex;
  flex-wrap: wrap;
  max-width: 418px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  
}
.search_are a{
  border: 1px solid #707070;
  border-radius: 5px;
  width: 30%;
  min-width: 126px;
  max-width: 126px;
  height: 52px;
  text-align: center;
  margin-bottom:20px;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
color: #000;
font-weight: bold;
}
@media (max-width: 1290px) {
  .office_item.right_margin{
    margin-right: 0;
  }
  .recommend_office{
    width: 98%;
  }
  
}
@media (max-width: 1200px) {
  .recommend{
    width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
  .recommend_office {
    width: 100%;
}
}
@media (max-width: 800px){
  .all_search .all_search_link1{
    display: none;
  }
}
@media (max-width: 500px) {
  .recommend h3{
    font-size: 25px;
  }
}
/* =======================================
  all search
======================================= */
@media screen and (max-width:800px){
  .all_search{
    display: block;
    /* margin-bottom: 41px; */
  }

  .search_tub{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -6px;
  }
  .search_are a{
    width: 125px;
    font-size: 13px;
    margin-bottom: 16px;
  }
  .search_tub_all{
    margin-top: 41px;
    border-left: none;
  }
  .all_search .all_search_link1{
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
  }
  .block_category_list{
    padding-right: 0;
  }
}
@media screen and (max-width:500px){
  .block_category_list .border2{
    width: 116px;
    height: 56px;
  }
  .block_category_list .border2.is-active2{
    padding-top: 8px;
    padding-bottom: 11px;
    width: 116px;
    height: 56px;
  }
  .block_category_list .border2{
    padding-top: 8px;
  }
  .block_category_list{
    margin-bottom: 33px;
    padding-right: 0;
    max-width: 350px;
  }
  .block_category_list .border2.is-active2 .tab{
    width: 104px;
  }
  .block_category_list .border2.is-active2 .tab .tab_text{
    font-size: 12px;
  }
  .block_category_list .border2 .tab{
    width: 104px;
  }
  .block_category_list .border2 .tab .tab_text2{
    font-size: 13px;
  }
  .block_category_list .tab_text{
    font-size: 13px;
  }
  .click_tab2.is-show2{
    padding-left: 0;
  }
  .block_category_list .border .tab{
    padding: 5px;
  }
  .block_category_list .border2 .tab{
    padding: 5px;
  }
  .search_are{
    max-width: 273px;
  }
  .search_are a{
    width: 125px;
  }
  .all_search1{
    margin-top: 0px;
  }
  .search_tub_all{
    margin-top: 0;
  }
}
@media screen and (max-width:800px){
  .search-box{
    display: block;
  }
  .termslist2{
    margin-top: 16px;
  }
  .termslist3{
    justify-content: center;

    
  }
  .termslist3 a{
    width: 100%;
  }
  .termslist3 a .search-text{
    width: 246px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 17px;
    margin-bottom: 15px;
  }
  .office_item{
    margin-right: auto;
    margin-left: auto;
  }
  .office_item.right_margin{
    margin-right: auto;
  }
}
@media screen and (max-width:500px){

  .termslist1-1 .sopAB1{
    width: 103px;
  }
  .all_search .all_search_link1{
    margin-top: 0;
  }
/* 
  .office_link1{
    max-width: 345px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 23px;
  } */
  .office_item.right_margin{
    margin-right: auto;
  }
  .office_item{
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    margin-bottom: 30.5px;
    max-width: 350px;
    width: 100%;
  }
  .office_item:last-of-type{
    margin-bottom: 39.5px;
    margin-right: auto;
  }
  .office_img{
    max-width: 321.75px;
    /* margin-right: auto; */
    margin-left: auto;
    height: 266px;
  }
  
  .office_img img{
    height: 100%;
  }
  .office_item .update{
    left: -2px;
    top: -2px;
  }
  .office_item::after{
    width: 100%;
    left: 0px;
  }
  .office_item::before{
    height: 360px;
    left: 7px;
  }
  .office_img .img_text{
    top: 206px;
  }
  .contact{
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    justify-content: space-between;
  }
  .contact_btn .contact_text{
    font-size: 16px;
    width: 120.75px;
    height: 53px;
    margin-right: 0px;
    padding-top: 6px;
    padding-left: 5px;
  }
  .office_info2{
    /* margin-left: -20px; */
    margin-right: 10px;
    width: 55%;
    margin-top: 0;
    /* margin-bottom: 5px; */
  }
  .office_add{
    margin-bottom: 10px;
  }
  .office_number{
    /* font-size: 10px; */
    margin-top: 0;
    margin-bottom: 5px;
  }
  .all_search{
    margin-top: 1px;
  }
  .search-box{
    margin-bottom: 23px;
  }
  .recommend_office{
    margin-top: 47.9px;
  }
}
/* ranking */
.ranking{
height: 421px;
  background-color: #2E2E2E;
  margin-top: 50px;
  margin-bottom: 200px;
}
.ranking-title{
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 56px;
  color: #fff;
}
.ranking-title h2{
  max-width: 267px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 49px;
  padding-right: 40px;
  font-size: 56px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}
.ranking-title h2 img{
  width: 48px;
  margin-right: 33px;
}

.group{
  position: relative;
  top: 42px;
  display: flex;
  max-width: 1151px;
  justify-content: space-between;
  margin: 0 auto;
  /* margin-left: 10px; */
}
.ranking_section{
  width: 48%;
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .3);
  margin-left: -4px;
}
.ranking_section2{
  margin-right: 5px;
}
.ranking_item{
  max-width: 553px;
  height: 150px;
}
.ranking_item a{
  display: flex;
 background-color: #fff;
  height: 150px;
  border-top: 1px solid #D1D1D1;
  max-width: 553px;
}
.ranking_item a:hover{
  opacity: 1;
  background-color: #fff;
}
.ranking_img{
  max-width: 209px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content: center;
  overflow:hidden;
}
.ranking_img .tiara{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 63px;
}
.ranking_add{
  padding-top: 20px;
  padding-left: 23px;
  letter-spacing: 0.8px;
  padding-bottom: 10px;
  transition: .3s;
}

.ranking_add .add_title{
  font-size: 20px;
  font-weight: bold;
}
.ranking_add .add_number{
  /* font-size: 18px; */
  font-size: 17px;
  margin-top: 3px;
  padding-bottom: 7px;
}
.ranking_contact{
  font-size: 18px;
  color: #000;
  background-color: #FFC743;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 53px;
  border-radius: 5px;
  font-weight: bold;
  margin-top: -1px;
  padding-left: 4px;
}
.ranking_add .ranking_contact:hover{
  opacity: 0.7;
  transition: .3s;
}
@media screen and (max-width:950px){
  .ranking_add .add_title{
    font-size: 15px;
  }
  .ranking_contact{
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width:800px){
  .ranking{
    display: none;
  }
  .group{
    display: block;
   
  }
  .ranking_section{
    width: 95%;

    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
  }
  .ranking_item{
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #D1D1D1;
    border-left: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    /* height: 127px; */
    box-sizing: border-box;
  }
  .ranking_item:last-of-type{
    border-bottom: 1px solid #D1D1D1;
  }
}


/* select */
.select{
  padding-top: 76px;
  margin-bottom: 92px;
}
.select_item{
  display: flex;
  padding-top: 6px;
  margin-bottom: 102px;
  height: 512px;
}
.select_item1{
  display: flex;
  flex-direction: row-reverse;
}
.select_item_img{
  width: 60%;
  position: relative;
  max-width: 833px;
  display:flex;
  justify-content: center;
  align-items:center;
}
/* .select_text1{
margin-left: 4.7rem;
}
.select_text2{
margin-right: 4.7rem;
} */
.select_text1,
.select_text2{
  margin-left: 3rem;
  margin-right: 3rem;
}
.select_text{
  width: 40%;
  /* max-width: 350px; */
  max-width:600px;
  padding-top: 49px;
  box-sizing: border-box;
}
.select_item_img .img_text{
  position: absolute;
  top: 340px;
  right: 0px;
  padding-left: 16px;
  font-size: 60px;
  line-height: 65px;
  background-color: #fff;
  font-weight: bold;
  /* margin-right: -27px; */
  /* object-fit: contain; */
  /* margin-right: -27px; */
}
.select_recomend{
  font-size: 16px;
  /* margin-bottom: 35px; */
  margin-bottom:20px;
  font-weight: bold;
}
.select_title{
  /* font-size: 32px; */
  font-size: 300%;
  margin-bottom: 28px;
  font-weight: bold;
  line-height: 1.65;
}
.select_info{
  font-size: 15px;
  margin-bottom: 59px;
  font-weight: bold;
  line-height: 1.7;
}
.select_text a{
  text-align: right;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}
.select_text a p{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #DCDCDC;
  /* padding-top: 5px; */
  padding-bottom: 17px;
  margin-right: -4px;
  margin-top: -6px;
}
.select_text a p img{
margin-left: 23px;
width: 36px;
}
@media screen and (max-width:1200px){
  .select_text{
    padding-top: 30px;
  }
  .select_item_img .img_text{
    top: 280px;
    /* top: 45%; */
  }
  .select_recomend{
    margin-bottom: 36px;
  }
  .select_info{
    margin-bottom: 30px;
  }
  
}
@media screen and (max-width:1140px){
  .select_text{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .select_item_img .img_text{
    /* top: 260px; */
  }
  .select_item_img .img_text{
    font-size: 50px;
  }
}
@media screen and (max-width:800px){
  .select{
    display: none;
  }

}
/* =======================================
  下部リンクボタン
======================================= */
.footer_all_search{
  display: none;
}
@media (max-width: 800px) {
  .footer_all_search{
    display: block;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 324px;
    margin-right: auto;
    margin-left: auto;
  
  }
  .footer_all_search .footer_all_search {
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2E2E2E;
    color: #fff;
    width: 376px;
    height: 75px;
    border-radius: 5px;
    margin-left: 190px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
    margin-top: -17px;
  }
}

/* footer */
.footer{
  padding-top: 115px;
  background-color: #2E2E2E;
  padding-bottom: 141px;
}
.footer_link{
  max-width: 929px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  justify-content: space-evenly;
  margin-top: 60px;
  margin-bottom: -100px;
}
.footer_link .link_cord .time{
  background-color: #F8F8F8;
  max-width: 271px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 18px;
}
.link_cord{
  width: 32%;
  max-width: 297px;
  height: 143px;
  text-align: center;
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 12px;
  border: 1px solid #DEDEDE;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1);
}
.link_cord_title{
  background-color: #000;
  color: #fff;
  max-width: 271px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
  border-radius: 40px;
}
.link_number{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
}
.link_number img{
  padding-top: 5px;
  padding-right: 5px;
}
.link_number .tell_number{
  font-family: 'Oswald', sans-serif;
  font-size: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@-moz-document url-prefix() {
  .link_number .tell_number {
    font-size: 37px;
  }
  .footer_link .link_cord .time{
    margin-top: -7px;
  }
  .line_info{
    margin-top: 0;
    margin-bottom: 0;
  }
  .account_get{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.line_info{
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 8px;
  /* padding-right: 10px; */
  /* padding-left: 1px; */
  letter-spacing: 0.9px;
}
.link_cord a{
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
}
.mt-only{
  margin-top: -5px;
}
.link_cord a .line{
  color: #25CF2A;
  font-size: 39px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  /* margin-right: 0px; */
  /* padding-left: 20px; */
  /* padding-bottom: 10px; */
  padding-left: 20px;
  margin-top: -5px;

}
.link_cord a .line_get{
  background-color: #25CF2A;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  width: 155px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
}
.account_get{
  background-color: #E5BF00;
  width: 89%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  height: 49px;
  margin-top: -5px;
}
.footer_logos{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
}
.footer_logo{
  width: 200px;
  font-size: 64px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 49px;
  padding-left: 13px;
}
.footer_logo span{
  font-size: 28px;
  padding-left: 7px;
}
.copyright{
  text-align: center;
  margin-top: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px;
}
@media screen and (max-width:800px){
  .footer_link{
    display: block;
    margin-bottom: 50px;
  }
  .link_cord{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .footer{
    padding-top: 32px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width:500px){
.copyright{
  margin-top: 18px;
}
  .footer_link{
    margin-top: 41px;
    margin-bottom: 62px;
  }
  
  .footer_logos{
    padding-left: 20px;
  }
  .footer_link .link_cord .time{
    /* padding-top: 8px; */
    margin-top: 1px;
  }
  .link_cord{
    margin-bottom: 25px;
  }
  .link_cord a{
    justify-content: center;
  }
  .link_cord a .line{
    margin-right: 20px;
    padding-bottom: 5px;
  }
  .line_info{
    margin-top: 0;
    margin-bottom: 10px;
  }
  .link_cord a .line_get{
    /* padding-left: 8px; */
    font-size: 24px;
  }
  .footer{
    padding-top: 9px;
  }
  .footer_logo{
    width: auto;
    padding-left: 0;
    padding-right: 12px;
    font-size: 50px;
    line-height: 1;
    /* margin-bottom: -20px; */
  }
  .footer_logo span{
    font-size: 22px;
    /* margin-bottom: -40px; */
  }
}

/* sp-menu */
.sp-menu{
  display: none;
}
@media screen and (max-width:800px){
  .sp-menu{
    background-color: #2E2E2E;
    position: sticky;
    z-index: 9998;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: center;
    border-top: 1px solid #707070;
    height: 65px;
  }
  .sp-menu a{
    color: #fff;
    /* padding-bottom: 10px; */
    height: 100%;
  }
  
  .search_btn{
    width: 22%;
    font-size: 11px;
    border-right: 1px solid #707070;
    padding-top: 13px;
    margin: 0;
    text-align: center;
  }
  .search_btn1{
    width: 21%;
    font-size: 11px;
    border-right: 1px solid #707070;
    padding-top: 13px;
    margin: 0;
    text-align: center;
    padding-right: 10px;
  }
  .search_btn:first-of-type{
    padding-right: 0;

  }
  .sp-menu-text{
    padding-top: 5px;
  }
  .contact_number{
    width: 38%;
    font-size: 12px;
    text-align-last: left;
    padding-left: 10px;
    padding-top: 5px;
  }
  .sp-tell{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;

  }
  .sp-tell img{
    padding-top: 3px;
    padding-right: 3px;
  }
  .menu-sp{
    width: 15%;
    border-left: 1px solid #707070;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-icon img{
    width: 33px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width:500px){
  .search_btn1{
    padding-right: 5px;
  }
}

@media (max-width: 320px) {
  .fv-img h2 .fv-text1{
    padding-right: 0;
    padding-left: 0;
    font-size: 30px;
  }
  .fv-img h2 .fv-text2{
    font-size: 30px;
    width: 170px;
  }
}

/* 20230417 korenaga */
.menu{
  width: 41px;
  position: fixed;
  top: 37.8%;
  right: 1.2%;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
/* //korenaga */

/* 20250520 korenaga */
/* .alltagopen {
  padding-left:30px;
} */
.alltagopen i {
  margin-right:5px;
  border-radius:50%;
  /* border:2px solid #fff; */
  font-size:90%;
  padding:2px 3px;
  background-color:#fff;
  color:#000;
}
