@charset "utf-8";

* {
  font-family: 'Noto Sans JP', sans-serif;
}

body.noscroll{
  overflow: hidden;
}

body{
  -webkit-appearance: none;
}
body.fixed{
  position: fixed;
  width:100%;
}
a{
  display: block;
  width: 100%;
  height: 100%;
  
}
a:hover{
  cursor: pointer;
  transition: .3s;
  opacity: 0.7;
}
img{
  width: 100%;
  vertical-align: bottom;
}
/* @font-face {
  font-family: "myfont";
  src: url("../font/NotoSansCJKjp-Medium.otf");
} */
*{
  /* font-family: 'Noto Sans JP', sans-serif; */
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,p,ul,li{
    margin: 0;
    padding: 0;
}

*,*::before,*::after{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.inner_center01{
  max-width: 1000px;
}
/* searchbox HTML */
#searchbox{
  padding-bottom: 50px;
  height: auto;
}
#searchbox::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.indexsrcbtn {
  width: 300px;
  height: 50px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  /* padding: 14px 0px; */
  background-image: linear-gradient(
104deg
, #f697a2 0%, #e7c378 100%);
  filter: drop-shadow(2px 3.464px 3px rgba(15,54,98,0.5));
  font-size: 16px;
  letter-spacing: 2px;
  box-sizing: border-box;
  letter-spacing: .1em;
  border-radius: 4px;
  line-height: 1em;
  margin-left: 10px;
}
/* 要素を前面に出す */
#searchbox p.srcnote{
  position: relative;
  z-index: 1;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 60px;
  font-weight: bold!important;
  color: #333;
}
#search,.search-link,#pick-up{
  position: relative;
  z-index: 1;
}
#searchbox .searchbox-title img{
  position:relative;
  top: 7px;
}
#search{
  display: flex;
  justify-content: center;
}
.top-searchbox-area{
  display: flex;
  font-weight: bold;
}
.tubo{
  margin-left: 10px;
  display: flex;
}
.tubo div{
  margin-right: 2px;
}
.top-searchbox-area input[type="text"]{
padding: 10px;
border: 2px solid #333;
}

#search span{
  vertical-align: bottom;
  padding-left: 5px;
  padding-right: 5px;
}
.search-link{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-around;
}
.search-link .sarch-btn{
  width: 30%;
  height: 96px;
  border-radius: 4px;
  background-image: linear-gradient(104deg, #4795cb 0%, #1f4b83 100%);
  filter: drop-shadow(2px 3.464px 3px rgba(15,54,98,0.5));
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}
.search-link .sarch-btn a{
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-link .sarch-btn:hover{
  opacity: 0.7;
  transition: .3s;
}
.search-link .sarch-btn img{
  width: 60px;
  height: 80px;
  padding-right: 15px;
}
.search-link .sarch-btn1 img{
  width: 70px;
  height: 90px;
}
.search-link .sarch-btn p{
  padding-left: 15px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 16px;
}
.sp-br{
  display: none;
}
.searchbox-br{
  display: none;
}

/* 20211028 korenaga */
.srcnamebox {
  margin:inherit;
}

@media (max-width: 1000px){
  #searchbox{
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
    background-position: center;
  }
.top-searchbox-area{
  display: block;
}
.tubo{
  margin-left: 0;
}
.searchbox-br{
  display: block;
}
.indexsrcbtn{
  margin-top: 0;
  width: 100px;
  height: 150px;
}
/* search-link */
.search-link{
  margin-bottom: 30px;
}

}
@media (max-width: 769px){
  
  .sp-br{
    display: block;
  }
  
  
  .search-link .sarch-btn{
    height: auto;
  }
  .search-link .sarch-btn p{
    padding-left: 0;
  }
  .search-link .sarch-btn a{
    text-align: center;
    flex-direction: column;
    padding-bottom:8px;
  }
  .search-link .sarch-btn img{
    padding-right: 0;
  }

  #search {
    display:block;
    width:90%;
    margin-left:auto;
    margin-right:auto;
  }
  #search .top-searchbox-area {
    margin-bottom:20px;
  }
  #search .srcnamebox {
    margin-bottom:10px;
  }
  .top-searchbox-area .tubo .outbox {
    width:50%;
  }

  .top-searchbox-area .tubo .w72 {
    width:32%;
  }
  .top-searchbox-area .tubo .w102 {
    width:65%;
  }

  .indexsrcbtn{
    height: inherit;
    margin:0 auto;
    width:100%;
  }


}
@media (max-width: 500px){
  
  
  .top-searchbox-area{
    margin-left: 3px;
  }
  .top-searchbox-area .add-input{
    width: 100%;
  }
  #search p{
    font-weight: normal;
    font-size: 100%;
  }
  #searchbox p.srcnote{
    letter-spacing: normal;
    font-size: 24px;
    line-height: 30px;
  }
  /* .indexsrcbtn{
    height: 150px;
  } */
  #search span{
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .top-searchbox-area input[type="text"]{
    padding: 10px 5px;
    /* width: 100px; */
  }
  /* #indexarchi1,#indexarchi2{
    width: 45px;
  }
  #indexrate{
    width: 88px;
  } */
  /* .indexsrcbtn{
    width: 95px;
    margin-left: 5px;
    margin-right: 5px;
  }
   */
  .search-link .sarch-btn{
    padding-top: 5px;
  }
  .search-link .sarch-btn img{
    width: 30px;
    height: 50px;
  }
  .search-link .sarch-btn p{
    font-size: 12px;
  }
  .search-link{
    padding-top: 30px;
  }
}

/* searchbox終わり */


/* pick-up */
#pick-up{
  margin-top: 60px;
}
#pick-up .inner_center01 .pick-up-card{
  display: flex;
  justify-content: space-between;
}
#pick-up .inner_center01 .pick-up-card .pick-up-card-item{
background-color: #fff;
width: 49%;
height: 100%;
padding: 20px 40px;
margin-bottom: 50px;
}
#pick-up .inner_center01 .pick-up-card .pick-up-card-item .link-btn{
  background-image: linear-gradient(104deg, #4795cb 0%, #1f4b83 100%);
  filter: drop-shadow(2px 3.464px 3px rgba(15,54,98,0.5));
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  width: 80%;
  margin: 20px auto;
  margin-top: 30px;
  /* padding-top: 15px;
  padding-bottom: 15px; */
  text-align: center;
  border-radius: 4px;
  font-weight: bold;

}
#pick-up .inner_center01 .pick-up-card .pick-up-card-item .link-btn a{
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#pick-up .inner_center01 .pick-up-card .pick-up-card-item .card-img{
  display: flex;
  justify-content: space-between;
}
#pick-up .inner_center01 .pick-up-card .pick-up-card-item .card-img .card-img-img{
  position: relative;
  width: 47%;
}

#pick-up .inner_center01 .pick-up-card .pick-up-card-item .card-img .card-img-img span{
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #fba848;
  color: #fff;
  width: 50%;
  text-align: center;
}
#pick-up .inner_center01 .pick-up-card .pick-up-card-item .card-img .card-img-img p{
  color: #333;
  font-size: 14px;
  /* padding-top: 20px; */
  min-height:45px;
  font-weight: bold;
  letter-spacing: 1px;
}
h2.indexlist1 {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
h2.indexlist2 {
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
h2.indexlist1 p {
  text-align: center;
  font-size: 50%;
}
h2.indexlist2 p {
  text-align: center;
  font-size: 50%;
}
.contact-btn{
  background-image: linear-gradient(104deg, #f697a2 0%, #e7c378 100%);
  filter: drop-shadow(2px 3.464px 3px rgba(15,54,98,0.5));
  max-width: 700px;
  margin: 30px auto;
  text-align: center;
  /* padding-top: 15px;
  padding-bottom: 15px; */
  border-radius: 5px;
  transition: .3s;
}
.contact-btn a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-btn2{
  margin-bottom: 150px;
}
.contact-btn:hover{
  opacity: 0.7;
  transition: .3s;
}
.contact-btn h2,.contact-btn p{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
}


@media (max-width: 769px){
  #pick-up .inner_center01 .pick-up-card{
    display: block;
  }
  #pick-up .inner_center01 .pick-up-card .pick-up-card-item{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 20px 25px;
  }
  #pick-up .inner_center01 .pick-up-card .pick-up-card-item .card-img .card-img-img p{
    text-align: center;
    padding-top: 10px;
  }
}
@media (max-width: 500px){
  .contact-btn{
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .contact-btn2{
    margin-bottom: 100px;
  }
  h2.indexlist{
    /* font-size: 150%; */
    /* margin-bottom: 20px; */
  }
  #pick-up .inner_center01 .pick-up-card .pick-up-card-item{
    width: 96%;
    padding: 20px 17px;
  }
  #pick-up .inner_center01 .pick-up-card .pick-up-card-item .card-img .card-img-img p{
    font-size: 80%;
  }
  #pick-up .inner_center01 .pick-up-card .pick-up-card-item .link-btn{
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 12px;
  }
}
/* pick-up終わり */



/* Slider */

.slick-list.dragging { cursor: pointer; cursor: hand; }


.slick-slide { 
  width: 100%;
  height: 100%; 
  min-height: 1px; 
  display: none; 
}
.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }
.slick-dots{
  bottom: -50px;
}
/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }


.js-container--top{
  margin-top: 50px;
}

.top-mv-slider__inner { 
  position: relative;
  border: 3px solid #333; 
}


@media (min-width: 768px) { 
  .top-mv-slider__inner {
    max-width: 1000px;
    padding: 18px;
    margin: 0 auto;
    width: 96%;
  } 
}

@media (max-width: 767px) { 
  .top-mv-slider-ttl{
  margin: 0 3.125vw;
  }
  
}



.top-mv-slider-items .slick-track { margin-left: 0 !important; margin-right: 0 !important; }

.top-mv-slider-item a { 
  display: flex;
  overflow: hidden; 
  padding: 10px;
}

.top-mv-slider-item__img { 
  position: relative; float: left; background-repeat: no-repeat; background-position: center center; background-size: cover;
  width: 47%; 
  margin-right: 20px
}
.top-mv-slider-item__img span{
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
  letter-spacing: 1.7px;
  width: 30%;
  text-align: center;
  background-color: rgb(255, 255, 255,0.7);
}

.top-mv-slider-item__cont { 
  padding-top: 5%;
  overflow: hidden;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.7px;
}

/* animation setting */
.top-mv-slider-item { -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; -webkit-transform: translateX(10%); -ms-transform: translateX(10%); transform: translateX(10%); }

/* slick-current */
.top-mv-slider-item.slick-current { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }

.slick-current .top-mv-slider-item { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
@media (max-width: 767px) {
  #top-mv{
    width: 90%;
    margin: 0 auto;
  }

  .top-mv-slider-item__cont{
    padding: 20px;
  }
}
@media (max-width: 700px){
  #top-mv{
    width: 96%;
  }
  .top-mv-slider-item a{
    padding: 5px;
  }
.top-mv-slider-item__cont{
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
}
}
@media (max-width: 500px){
  .top-mv-slider-item__cont{
    font-size: 10px;
  }
  .top-mv-slider-item__img{
    width: 50%;
  }
  .top-mv-slider-item__img span{
    font-size: 10px;
  }
}




/* #mainvisual HTML */

/* bnr-box終わり */
.bnr-box{
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 70px;
}
.bnr-box .bnr-item li{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 2px solid #333;
}
.bnr-box .bnr-item li a{
  position: relative;
  width: 40%;
  padding: 10px 0;
}
.bnr-box .bnr-item li a span{
  position: absolute;
  top: 10px;
  left: 0;
  background-color: rgb(255, 255, 255,0.7);
  width: 30%;
  text-align: center;
  letter-spacing: 1.7px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #333;
  color: #333;
}
.bnr-box .bnr-item li .bnr-text{
  width: 50%;
}
.bnr-box .bnr-item li a img{
  width: 100%;
}
.bnr-text{
  text-align-last: left;
  padding-left: 30px;
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}
.slick-next{
  border: 2px solid #333;
  width: 40px;
  top: 10px;
  right:30px;
}
.slick-prev{
  border: 2px solid #333;
  width: 40px;
  top: 10px;
  left:950px;
}
.slick-next:hover{
  background-color: rgba(24, 21, 21, 0.533);
  color: white;
}
.slick-prev:hover{
  background-color: rgba(24, 21, 21, 0.533);
  color: white;
}
.slick-prev:hover::before{
  color: #fff;
  opacity: 1;
}
.slick-next:hover::before{
  color: #fff;
  opacity: 1;
}
.slick-arrow{
  z-index:2;
}

/* blog */

/* blog終わり */


/* fop_area */
#fop_area .inner_center01 .office-area li{
  width: 24%;
  position: relative;
}
#fop_area .inner_center01 .office-area li a{
  display: block;
}


/* fop_area終わり */

/* rop_area */
#rop_area .inner_center01 .renobation-area li{
  width:24%;
  position:relative;
}
#rop_area .inner_center01 .renobation-area li a{
  display:block;
}

/* rop_area終わり */

/* depo_area */
#depo_area .inner_center01 .depotoku-area li{
  width:24%;
  position:relative;
}
#depo_area .inner_center01 .depotoku-area li a{
  display:block;
}

/* depo_area終わり */

/* handy-content */
#handy-content{
  margin-top: 100px;
}
.handy-content-area{
  display: flex;
  justify-content: space-between;
}
.handy-section{
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.handy-content-area li a .handy-item-text{
  text-align: center;
}
.handy-content-area .handy-item1{
  width: 48%;
}
.handy-content-area .handy-item2{
  width: 48%;
}
.handy-content-area .handy-item3{
  width: 48%;
}
.handy-content-area .handy-item4{
  width: 48%;
}
.handy-content-area .handy-item1 .handy-item-img{
  background-image: url("../img/muhammad-faiz-zulkeflee-alw-CwGFmwQ-unsplash.jpg");
  background-position: center ;
  background-repeat: no-repeat;
  position: relative;
  background-size: 250%;
}
.handy-content-area .handy-item2 .handy-item-img{
  background-image: url("../img/scott-graham-OQMZwNd3ThU-unsplash.jpg");
  background-position: center ;
  background-repeat: no-repeat;
  position: relative;
  background-size: 150%;
}

.handy-content-area .handy-item3 .handy-item-img{
  background-image: url("../img/mia-baker-loyuIqiwkkA-unsplash.jpg");
  background-position: center ;
  background-repeat: no-repeat;
  position: relative;
  background-size: 160%;
}

.handy-content-area .handy-item4 .handy-item-img{
  background-image: url("../img/sabrina-wendl-XC6kkgSER7Y-unsplash.jpg");
  background-position: center ;
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
}
.handy-content-area li a span{
  position: absolute;
  background-color: rgb(15, 54, 98,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1.7px;
  /* display: none; */
  box-sizing: border-box;
  border-radius: 10px;
}
.handy-content-area li a .handy-item-img{
  height: 150px;
  border-radius: 10px;
  
}

.handy-content-area li a .handy-item-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.handy-content-area li a .handy-item-text{
  font-size: 14px;
  color: #1f4b83;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 950px){
  .handy-content-area{
    display: block;
  }
  
}

@media (max-width: 769px){
  .handy-item1 a{
    text-align: center;
  }
  
}
@media (max-width: 500px){
  #handy-content{
    margin-bottom: 30px;
  }
  .handy-content-area .handy-item1{
    width: 45%;
  }
  .handy-content-area .handy-item2{
    width: 45%;
  }
  .handy-content-area .handy-item3{
    width: 45%;
  }
  .handy-content-area .handy-item4{
    width: 45%;
  }
  .handy-content-area li a .handy-item-img{
    height: 100px;
  }
  .handy-content-area li a .handy-item-text{
    font-size: 12px;
  }
  .handy-content-area li a span{
    font-size: 13px;
  }
}

/* handy-content終わり */

/* tool */
#tool{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #1f4b83;
  padding: 20px 10px;
  margin-bottom: 50px;
  margin-top: 10px;
}
#tool .tool-title{
  margin-left: 20px;
}
#tool .tool-title .tool-text1{
  font-size: 25px;
letter-spacing: 3px;
padding-left: 20px;
color: #1f4b83;
font-weight: bold;
}
#tool .tool-title .tool-text2{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #1f4b83;
  font-weight: bold;
}
#tool .tool-img{
  width: 50%;
  display: flex;
  justify-content: space-between;
}
#tool .tool-img a{
  width: 48%;
  padding: 23px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* width: 45%; */
  background-image: linear-gradient(
104deg
, #4795cb 0%, #1f4b83 100%);
border-radius: 6px;
  filter: drop-shadow(2px 3.464px 3px rgba(15,54,98,0.5));
}
#tool .tool-img a.word{
  width: 48%;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-image: linear-gradient(
104deg
, #4795cb 0%, #1f4b83 100%);
border-radius: 6px;
  filter: drop-shadow(2px 3.464px 3px rgba(15,54,98,0.5));
}
#tool .tool-img a p{
  color: #fff;
  font-size: 16px;
  padding-right: 20px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 1.7px;
}

#tool .tool-img a img{
  width: 50px;
  height: 50px;

}
#tool .tool-img a.word img{
  width: 70px;
  height: 70px;

}
#tool span{
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px){
#tool{
  max-width: 600px;
  width: 96%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 5px 5px 10px 5px;
}
.tool-title{
  text-align: center;
  margin-bottom: 10px;
}
#tool .tool-title .tool-text1{
  font-size: 20px;
  padding-left: 0;
}
#tool .tool-title .tool-text2{
  font-size: 11px;
}
#tool .tool-img{
  width: 100%;
}
#tool .tool-img a{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#tool .tool-img a p{
  padding-right: 0;
  font-size: 12px;
}
#tool .tool-img a img{
  width: 40px;
  height: 40px;
}

#tool .tool-img a.word img{
  width: 40px;
  height: 40px;
}
}
/* tool終わり */

/* about_us */
#about_us{
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 130px;
}
 .about-bg{
  background-image: url("../img/bgi_office2.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.about-bg::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255,255,255,0) 0, #fff 80%);
  position: absolute;
  top: 0;
  left: 0;

}

#about_us{
  position: relative;
  z-index: 1;
}
.about-us-item{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  flex-wrap: wrap;
}
.about-top-section{
  display: flex;
  justify-content: space-around;
}
.about-top-section .about-top-text{
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  background-image: linear-gradient(
104deg
, #4795cb 0%, #1f4b83 100%);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 47px;
  text-align: justify;
  letter-spacing: 1.4px;
  line-height: 60px;
}
.about-top-section .about-top-text span{
font-size: 53px;
letter-spacing: 4px;
}

.about-top-section img{
width:320px;
}





.about-us-group{
  background-color: #E0E0E0;
  text-align: center;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  /* display: flex; */
}
.about-us-group .group-img img{
  width: 160px;
  margin-top: -43px;
}

.about-us-group .build1 img{
  width: 165px;
  margin-top: -32px;
}
.about-us-group .team3 img{
margin-top: -35px;
}
.about-us-group .group-title p{
  font-size: 42px;
  color: #1F4B83;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 1.7px;
}
.about-us-group .build1 .group-title p{
  margin-top: 11px;
  }
.about-us-group .private p{
  padding-left: 30px;
  }
  .about-us-group .team3-text p{
    margin-top: 15px;
    }

.about-us-group .group-title p span{
  font-size: 20px;
  font-weight: bold;
}
.about-us-group .group-number p{
  font-size: 85px;
  color: #1F4B83;
  margin-top: -25px;
}
.about-us-group .group-number span{
  font-size: 40px;
  font-weight: bold;
}
/*  */









#about_us .inner_center01 .abou-us-text{
  font-size: 12px;
letter-spacing: 1px;
padding-top: 20px;
color: #4b4b4b;
font-weight: bold;
text-align: right;
}

/* about-content */
.about-content1{
  max-width: 1000px;
  margin: 130px auto 40px auto;
}
.about-content1 h2{
  color: #ACB6E5;
  background-image: linear-gradient(104deg, #4795cb 0%, #1f4b83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}
.about-content1 .sub-title{
  font-size: 20px;
  text-align: center;
  background-image: linear-gradient(104deg, #4795cb 0%, #1f4b83 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
text-align: center;
font-weight: bold;
}
.about-content1 .content-img{
  max-width: 1000px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.about-content1 .content-img .content-img-item{
  width: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  border-right: 1px solid #666;
  padding: 20px 5px 10px 5px;
}
.about-content1 .content-img .content-img-last{
  width: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.about-content1 .content-img li img{
  width: 80%;
  text-align: center;
}
.about-content1 .content-img li .content-img-text{
  font-size: 14px;
  height: 50px;
  color: #353637;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
#about_us .kuchikomi{
  font-size: 18px;
letter-spacing: 2px;
color: #1f4b83;
font-weight: bold;
text-align: right;
}
#about_us .kuchikomi a{
  color: #1f4b83;
}
@media (max-width: 1000px){
  .about-top-text .br{
    display: none;
  }
  .about-top-section{
    display: block;
    text-align: center;
  }
  .about-top-section .about-top-text{
    text-align: center;
  }
  .about-top-img{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 950px){
.about-us-item{
  justify-content: space-around;
}
}
@media (max-width: 769px){
  
  .about-us-item img{
    width: 40%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .about-us-group{
    width: 280px;
    height: 280px;
  }
  #about_us .inner_center01 .abou-us-text{
    text-align: center;
  }
  .about-content1 h2{
    font-size: 35px;
    max-width: 300px;
    text-align: left;
    margin-left: 30px;
  }
  .about-content1 .sub-title{
    max-width: 300px;
    text-align: left;
    margin-left: 30px;
    font-size: 15px;
  }
  .about-content1 .content-img{
    flex-wrap: wrap;
    justify-content: center;
  }
  
}
@media (max-width: 700px){
  .about-top-section .about-top-text{
    font-size: 40px;
  }
  .about-top-section .about-top-text span{
    font-size: 45px;
  }
}
@media (max-width: 600px){
  .about-top-section .about-top-text{
    font-size: 30px;
  }
  .about-top-section .about-top-text span{
    font-size: 35px;
  }
  .about-top-section img{
    width: 230px;
  }
}
@media (max-width: 500px){
  #about_us{
    padding-top: 50px;
    margin-top: 30px;
  }
  .about-content1 h2{
    margin-bottom: 5px;
    line-height: 40px;
  }
  .about-top-section .about-top-text{
    font-size: 22px;
    letter-spacing: 0px;
  }
  .about-top-section .about-top-text span{
    font-size: 32px;
    letter-spacing: 0px;
  }
  .about-us-group .private p{
    padding-left: 0px;
  }
  .about-us-item img{
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
  }
  .about-top-section img{
    width: 47%;
  }
  .about-us-group{
    width: 170px;
    height: 170px;
    margin-bottom: 20px;
  }
  .about-us-group .build1 img{
    width: 150px;
  }
  .about-us-group .group-title p{
    font-size: 25px;
    margin-top: 10px;
  }
  .about-us-group .group-number p{
    font-size: 40px;
    margin-top: -10px;
  }
  .about-us-group .group-number span{
    font-size: 20px;
  }
  .about-us-group .group-img img{
    width: 100px;
  }
  .about-us-group .group-title p span{
    font-size: 10px;
  }



  #about_us .inner_center01 .abou-us-text{
    font-size: 10px;
  }
  /* #about_us .kuchikomi{
    display: none;
  } */
  .about-content1{
    margin-top: 50px;
  }
  .about-content1 .content-img .fkexpace{
    border-right: none;
  }
  .about-content1 .content-img .col3{
    width: 33%;
    min-width: 120px;
    margin-bottom: 20px;
  }
  .about-content1 .content-img .col4{
    width: 25%;
    min-width: 90px;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 15px;
    padding-bottom: 0;
}
.about-content1 .content-img li img{
  width: 90%;
}
.about-content1 .content-img li .content-img-text{
  font-size: 11px;
  margin-top: 0;
}
.around-img{
  margin-top: 30px;
}

}

/* about_us終わり */

/* property_type */
#property_type .inner_center01 .propertyList li a {
  color: #333;
}
#property_type .inner_center01 .propertyList li a p{
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.7px;
  font-size: 13px;
}
#property_type .inner_center01 .propertyList li a img{
  width: 120px;
  height: 120px;
}
.type-title{
  margin-bottom: 120px;
}
@media (max-width: 500px){
  /* #property_type{
    padding-top: 60px;
  } */
  #property_type{
    margin-top: -70px;
    padding-top: 70px;
  }
  #property_type .inner_center01 .propertyList li a p{
    font-size: 11px;
  }
}
/* property_type終わり */


/* blog */
#blog .inner_center01 .wrap_blog01 .slick_blog .article_blog a .blog_inner{
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
letter-spacing: 2px;
line-height: 24px;
color: #0e7ac4;
font-weight: bold;
text-align: center;
}
 .article_blog{
  width: 30%;
  margin: 0 auto;
} 
.article_blog .photo{
	position: relative;
	margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.blog-link{
  margin-top: 90px;
}
@media (max-width: 769px){
  .slick_blog{
  display: flex;
  flex-wrap: wrap;
  } 
  .article_blog{
    margin-bottom: 20px;
    width: 40%;
  }
  .article_blog .photo{
    margin-bottom: 5px;
  }
  #blog .inner_center01 .wrap_blog01 .slick_blog .article_blog a .blog_inner{
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 500px){
  #blog{
    padding-top: 50px;
  }
  .article_blog{
    width: 47%;
  }
  a.indextolist{
    width: 80%;
  }
  .feature-link{
    width: 80%;
    margin: 0 auto;
  }
  .blog-link{
    margin-top: 10px;
  }
}
/* blog 終わり */

/* feature */
#feature{
  margin-bottom: 150px;
}
#feature .inner_center01 h2{
  margin-bottom: 30px;
}

#article_feature .feature_inner h3{
  border-bottom: 1px solid #D7E9EC;
}


@media (max-width: 769px){
  #article_feature{
    display: block;
    justify-content: center;
    margin: 0 auto;
  }
  .feature_inner{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  
}
@media (max-width: 500px){
  .feature_inner{
    width: 90%;
  }
  #feature{
    margin-top: 50px;
    margin-bottom: 70px;
  }
}

/* feature終わり */


/* market-box */
#market-box{
  margin-bottom: 150px;
}
@media (max-width: 500px){
  #market-box .title-txt{
    font-size: 150%;
  }
  #market-box{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
}
/* market-box終わり */

/* popularaccess */
@media (max-width: 769px){
  div#popularaccess ul#list_popularaccess li a p.buildimg{
    height: 200px;
  }
  
 div#popularaccess ul#list_popularaccess li{
   width: 45%;
 }
 
 div#popularaccess ul#list_popularaccess li a p.buildingname{
  line-height:1.3em;
 }
}
@media (max-width: 500px){
  div#popularaccess ul#list_popularaccess li a p.buildimg{
    height: 160px;
  }
  div#popularaccess ul#list_popularaccess li a p.buildingname{
    /* height: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}

/* popularaccess終わり */
.f_content {
  width: 97%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.f_txt01{
  font-size: 20px;
}
.f_txt03{
  font-size: 16px;
}
.f_content_inner01{
  max-width: 300px;
}
/* footer */
#footer .footer_inner01 .f_content_inner03 .f_txt02 img{
  width: 150px;
}
#footer .footer_inner01 .f_content_inner03 .footer-search img{
  width: 230px;
}
#footer .footer_inner01 .f_content_inner03 .rental-img img{
  width: 200px;
}
#footer .footer_inner01 .f_content_inner04 .footer-word img{
  width: 110px;
}
#nav_footer ul li {
  padding-left: 10px;
}
.footer_contact_btn{
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sponly-snsList{
  display: none;
}
.sp-footer-inner{
  display: none;
}
.list_type01 li a{
  font-size: 15px;
  display: flex;
  align-items: center;
}
.list_type01 li img{
  width: 6px;
  margin-right: 5px;
}
.f_content_inner03 {
  width: 49%;
  border: 1px solid #D7E9EC;
  padding: 40px 20px;
}
.f_content_inner04 {
  width: 49%;
  border: 1px solid #D7E9EC;
  padding: 40px 20px;
}
#nav_footer{
  max-width: 600px;
  width: 100%;
}
#nav_footer ul{
  justify-content: center;
}

.area-search span {
  margin-left: -90px;
  font-weight: bold;
  font-size: 17px;
  color: #3a5a7e;
}
.f_txt02 {
  border-bottom: 1px solid #D7E9EC;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  /* text-align: left; */
  color: #3a5a7e;
}
.footer-word span {
  font-weight: bold;
  font-size: 17px;
  color: #3a5a7e;
  margin-left: -54px;
}
.footer-search span {
  font-weight: bold;
  font-size: 17px;
  color: #3a5a7e;
  margin-left: -165px;
}
.rental-img span {
  font-weight: bold;
  font-size: 17px;
  color: #3a5a7e;
  margin-left: -138px;
}

/* 20211028 korenaga */
.flogobox {
  margin-bottom:15px;
}
.finqtext {
  display:block;
  font-size:80%;
  visibility:visible;
}

/* //korenaga */
@media (max-width: 769px){
  .f_content{
    display: block;
  }
  .f_content_inner03{
    width: 96%;
    margin: 20px auto;
  }
  .f_content_inner04{
    width: 96%;
    margin: 20px auto;
  }
  div#popularaccess{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .snsList{
    display: none;
  }
  .sponly-snsList{
    display: flex;
    margin: 0 auto;
   text-align: center;
   margin-bottom: 30px;
  }
  .sponly-snsList li{
    /* width: 30%; */
    width: 24%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
  }
  .sponly-snsList li a{
    color: #fff;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sp-facebook{
    background-color: #3B5998;
  }
  .sp-twitter{
    background-color: #1DA1F2;
  }
  .sp-instagram{
    background-color: #4C64D3;
  }
  .sp-line{
    background-color: #33B327;
  }
  .f_content_inner01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 96%;
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_contact_btn{
    width: 40%;
    margin-right: 5px;
  }
  .footer_contact_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .f_content_inner02{
    display: none;
  }
  .sp-footer-inner{
    display: block;
    width: 96%;
    margin: 0 auto;
    border: 1px solid #D7E9EC;
    padding: 10px;
  }
  .sp-footer-inner p span img{
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
    margin-right: 5px;
  }
  /* 20211028 korenaga */
  .flogobox {
    margin-bottom:0;
  }

}
@media (max-width: 500px){
  #footer .footer_inner01 .f_content_inner03 .area-search img{
    width: 120px;
  }
  #footer .footer_inner01 .f_content_inner03 .footer-search img{
    width: 180px;
  }
  #footer .footer_inner01 .f_content_inner03 .footer-search{
    margin-top: 20px;
  }
  #footer .footer_inner01 .f_content_inner03 .rental-img img{
    width: 180px;
  }
  .f_content_inner03{
    padding-top: 20px;
  }
  #nav_footer ul {
    flex-wrap:wrap;
  }
  #nav_footer ul li a{
    font-size: 10px;
    padding-right: 10px;
  }
  .list_type01 li a{
    font-size: 11px;
  }
  .area-search span{
    margin-left: -80px;
  }
  .footer-search span{
    margin-left: -135px;
  }
  .rental-img span{
    margin-left: -130px;
  }
  .f_content_inner04{
    padding-top: 20px;
  }
  .f_content_inner01{
    margin-bottom: 20px;
  }
  .f_content_inner01 p{
    width: 50%;
    margin-bottom: 0;
  }
  .footer_contact_btn{
    width: 45%;
    /* text-align: center; */
  }
  
  .footer_contact_btn a h2.indexlist{
  font-size: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer_contact_btn a p{
    font-size: 10px;
    text-align: center;
  }
  .sp-footer-inner{
    padding: 8px;
  }
  .sp-footer-inner .f_txt01{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .sp-footer-inner p span img{
    margin-bottom: 0;
    margin-top: 5px;
  }
  .sp-footer-inner .sp-footer-info{
    font-size: 10px;
    /* transform: scale(0.8); */
  }
  #small{
    font-size: 10px;
  }
}
/* footer終わり */




.card-img-img .field-name-field-real-price,
.card-img-img .field-name-field-real-type,
.card-img-img .field-name-field-jobid,
.card-img-img .field-type-taxonomy-term-reference {
  display: none;
}
.card-img-img .field-name-field-real-thumbnail,
.card-img-img .thumnailblock {
  margin-bottom:15px;
}
.card-img-img .field-name-field-real-thumbnail .field-item,
.card-img-img .thumnailblock {
  width:100%;
  height:auto;
  max-height:100px;
  display:flex;
  align-items:center;
  justify-content: center;
  overflow-y: hidden;
  padding-top:0;
}
.card-img-img .field-name-field-real-thumbnail img {
  width:100%;
  height:auto;
}
.field-name-field-real-address .field-item {
  font-weight:bold;
}

.onlybnrbox {
  width:100%;
  max-width:1000px;
  margin:50px auto 0;
}
.onlybnrbox a {
  display:block;
}

@media (max-width: 768px){
  .field-name-field-real-address .field-item {
    font-size:80%;
  }
}