@charset "utf-8";


/*////////////////////////////////////////////////////////////////

	top.css   トップページのCSS

////////////////////////////////////////////////////////////////*/



/*---------------------------------------------------------
	タイトル
 ---------------------------------------------------------*/


/*---------------------------------------------------------
	default
 ---------------------------------------------------------*/
#contents_outer #contents{
	width: 950px;
    margin-bottom: 60px;
    padding-top: 20px;
}
#contents_outer{
    background: #fff!important;
}
#contents #main-section {
    width: 950px;
}
/*---------------------------------------------------------
    メイン画像
 ---------------------------------------------------------*/
#personal_img {
    margin-bottom: 30px;
}
.mainslide_item {
    position: relative;
    height: 355px;
}
.mainslide_item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 950px;
    margin: auto;
}

#personal_img .slide-dots {
    text-align: center;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 115px;
    bottom: 19px;
}
#personal_img .slide-dots li {
  display: inline-block;
  margin-right: 25px;
}
#personal_img .slide-dots li:last-child {
    margin-right: 0;
}
#personal_img .slide-dots li {
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}
#personal_img .slide-dots li:before {
  content: '';
  border: 1px solid #ccc;
  background: #ccc;
  width: 15px;
  height: 15px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
#personal_img .slide-dots li.slick-active:before {
  content: '';
  border: 1px solid #414042;
  background: #414042;
  box-sizing: border-box;
}
#personal_img button {
    display: none!important;
}

/*---------------------------------------------------------
	
 ---------------------------------------------------------*/
.personal_cont01 {
    width: 950px;
}
.personal_cont {
    margin-bottom: 57px;
}
/*---------------------------------------------------------
	新着物件
 ---------------------------------------------------------*/
.bkn--role_new * {
    font-family: "メイリオ","Noto Sans Japanese","Open Sans",sans-seri;
}
.bkn--role_new .fa ,.bkn--role_new .far ,.bkn--role_new .fas {
    font-family: "Font Awesome 5 Free";
}
.hb_h2 {
    margin-bottom: 9px;
}

.bkn_contents_wrap {
    margin-bottom: 15px;
}

.js-bkn-list.hide,
.more_btn.js-bkn-other {
	display: none;
}
.bkn_name {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bkn_name a {
    text-decoration: underline;
}

.bkn_name a:hover {
    color: #07519A;
    opacity: 0.8;
}

.bkn_contents {
    padding: 10px;
    background: #FFF191;
}

.sales_point {
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    max-height: 20px;
}

.bkn_main_contents {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #fff;
}

.feature_contents {
    width: 330px;
    float: left;
}
.bkn_image_block:hover {
    opacity: 0.85;
}
.bkn_img_list {
    margin-bottom: 10px;
}

.bkn_img_list li {
    float: left;
    width: 106px;
    height: 78px;
    overflow: hidden;
    margin-right: 6px;
    box-sizing: border-box;
    position: relative;
    background: #f7f7f7;
}
.bkn_img_list li:first-child {
    width: 218px;
    height: 162px;
    margin-bottom: 6px;
}
.bkn_img_list li:first-child img {
    max-width: 218px;
    max-height: 162px;
}
.bkn_img_list li:nth-child(2),
.bkn_img_list li:nth-child(3) {
    margin-right: 0;
    margin-bottom: 6px;
}

.bkn_img_list li:last-child {
    margin-right: 0;
}

.bkn_img_list li img {
    max-width: 106px;
    max-height: 78px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.feature_opation {
    float: left;
    clear: both;
    margin-top: 10px;
}

.feature_point {
}

.feature_point span {
    padding-left: 5px;
    color: #F77C00;
    font-weight: bold;
}

.fa-camera {
    margin-right: 2px;
}

.bkn-option li {
    font-size: 11px;
    padding: 2px;
    background: #D6F0C0;
    color: #358D23;
    float: left;
    margin: 0 5px 5px 0;
    padding: 2px 6px;
}
.detail_contents {
    width: 340px;
    float: right;
    background: #fff;
    border-collapse: collapse;
}

.detail_contents tr:not(:first-child) {
    border-top: 1px dotted #c3c3c3;
}

.detail_contents tr th,
.detail_contents tr td {
    text-align: left;
    padding: 5px 10px;
}

.detail_contents tr th {
    width: 30%;
}

.detail_contents tr td {
    width: 70%;
}

.detail_contents tr:first-child td {
    color: #F82055;
    font-weight: bold;
    font-size: 15px;
}

.staff_img {
    width: 64px;
    height: 48px;
    float: left;
    margin-right: 10px;
    position: relative;
}

.staff_img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 48px;
    width: unset;
    max-width: 100%;
}

.staff_comment {
    float: left;
    padding-left: 10px;
    border-left: 1px solid #fff;
    width: calc(100% - 90px);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
}
.slide-btn-wrap {
    position: relative;
    width: 280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.more_btn {
    display: block;
    padding: 12px 0 10px;
    text-align: center;
    color: #fff;
    background: #ed3f40;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.more_btn:hover {
    opacity: 0.8;
    text-decoration: none;
}

.js-bkn-more::after {
	content: "+";
	font-size: 25px;
	display: inline-block;
	line-height: 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.js-bkn-other::after {
	content: ">";
	font-size: 19px;
	display: inline-block;
	line-height: 15px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

.more_btn a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.personalside{
    width: 950px;
}
/*---------------------------------------------------------
	こだわり
 ---------------------------------------------------------*/
.kd_txt {
    margin-bottom: 35px;
}
 .kd_txt * {
    font-family: "メイリオ","Noto Sans Japanese","Open Sans",sans-serif;
}
.top_info dl {
    border-bottom: 1px dotted #b2b2b2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.kd_wrap_upper .kd_list:first-child,
.kd_wrap_bottom .kd_list:first-child {
    margin-left: 0;
}
.kd_wrap_upper .kd_list {
    width: 467px;
    margin-left: 10px;
    float: left;
}
.delta {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.kd_wrap_bottom .kd_list {
    float: left;
    width: 308px;
    text-align: center;
    position: relative;
    margin-left: 9px;
}
.kd_wrap_bottom .kd_list span {
    font-size: 16px;
    font-weight: bold;
    color: #ed3f3f;
}
.kd_wrap_bottom .kd_list a{
	font-size: 25px;
	font-weight: bold;
    display: block;
}
.kd_txt ul {
    width: 950px;
    margin: 0 auto;
}
.kd_txt .kd_wrap_upper {
    margin-bottom: 10px;
}
.kd_txt li a:hover {
    opacity: 0.7;
    text-decoration: none;
}
/*---------------------------------------------------------
	更新情報
 ---------------------------------------------------------*/
 .top_info dt {
    font-weight: bold;
}
  .top_info * {
    font-family: "メイリオ","Noto Sans Japanese","Open Sans",sans-seri;
    font-size: 13px;
}
 .h2_span {
    font-size: 15px;
    color: #ed3f3f;
    font-weight: normal;
    margin-left: 5px;
}
.info_more_img a:hover {
    opacity: 0.6;
}
.span_icon01 {
    margin-right: 5px;
}
.info_h2 h2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
    line-height: 1.2;
}
.info_more_img {
    float: right;
    position: relative;
    top: -3px;
    right: 7px;
}
 .info_h2 p {
    float: right;
}
 .info_h2 {
    background: url(/images/info_ttlbg.gif) no-repeat;
    text-align: center;
    margin-bottom: 9px;
}
 #mCSB_1_container {
    width: 678px!important;
}

.topics_topics {
    float: left;
    width: 826px;
    margin-left: 30px;
}
 ._mCS_1 {
    margin-bottom: 5px;
}
.top_info .scroll {
    overflow-y: auto;
    height: 360px;
    border: 1px solid #d6d6d3;
    color: #fff;
}
#mCSB_1_container_wrapper, #mCSB_2_container_wrapper {
    padding: 20px 20px 20px 20px;
    margin-bottom: 0;
}
.topics_topics .mCSB_container_wrapper > .mCSB_container{
	padding: 0;
    width: 826px!important;
}
#bkn_history h3 {
    margin-bottom: 5px;
}
.top_info {
    margin-bottom: 18px;
}
.top_info:last-child {
    margin-bottom: 0;
}
.topics_topics * {
    font-family: メイリオ,'Meiryo',"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"!important;
    font-size: 13px;
}
.topics_topics dt:before {
    color: #223a70;
    content: '▶';
    font-size: 11px;
    margin-right: 3px;
}
.topics_topics dt {
    color: #223a70;
}
.topics_topics dl {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.topics_topics dd {
    margin-left: 14px;
}
.info_more a {
    color: #000000;
}



/*---------------------------------------------------------
	ライト
 ---------------------------------------------------------*/
.side_company{
    margin-bottom: 20px;
}
.side_company_img a img:hover {
    opacity: 0.7;
}
.greeting_more span {
    font-size: 12px;
    margin-left: 3px;
}
    .personal_cont02 a:hover {
        opacity: 0.8;
    }
.side_company h3{
    background: #ED3F40;
    text-align: center;
    width: 222px;
    padding: 9px 0;

}
.side_company dt {
    text-align: center;
}
.side_company dl {
    border: 1px solid #cccccc;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
}
.personal_cont02 * {
    font-family: "メイリオ","Noto Sans Japanese","Open Sans",sans-serif;
}

.side_company * {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.aboutCompany_item{
    width: 465px;
}
.pregident-wrap {
    width: 234px;
    border: 1px solid #ccc;
}
.pregident-cnt {
    padding: 10px;
}
.side_member_satei ,
.side_bn{
    display: flex;
    margin-bottom: 40px;
}
.side_member_satei li ,
.side_bn li{
    width: 222px;
}
.kd_list br,
.pregident-cnt br {
    display: none;
}
.pregident-more {
    margin-bottom: 8px;
    text-align: center;
    color: #ed3f3f;
    font-size: 14px;
    font-weight: 600;
}
.pregident-more::after {
    content: ">";
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #ed3f3f;
    margin-left: 5px;
}
.side_company dt, .side_company dd {
    border-bottom: 1px dotted #cccccc;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 98%;
}

.side_company .side_company_img {
    border-bottom: 1px solid #eeeeee;
    width: 203px;
    height: 153px;
    border: 1px solid #eeeeee;
    position: relative;
}
.side_company_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.side_company dl {
    padding: 13px;
}
.side_company dd {
    padding: 4px 0 3px;
}
.side_company dt {
    text-align: center;
    font-weight: bold;
}

/*---------------------------------------------------------
    スタッフブログ
---------------------------------------------------------*/
#personal_article .blog_list{
    margin: 0 0 40px;
}
.top-section .ttl_blog{
    margin: 0 0 20px;
}
#personal_article .blog_list .blog_box {
    margin: 0 15px 0 0;
    background: initial;
}
#personal_article .blog_list .list_wrap{
    width: 858px;
    margin: 0 auto;
}
.list_wrap{
    position: relative;
}
#personal_article .blog_box{
    width: 276px;   
    height: 326px;
}
.blog_box *{
	font-family: Helvetica, "hiragino kaku gothic pro","メイリオ","ms pgothic",sans-serif;
}
.blog_box a{
    outline: none;
}
.blog_box img{
    object-fit: contain;
}
.imgLiquidFill{
    margin: 0 0 6px;
}
.blog_list .date{
    background: #fff;
    color: #000;
    position: initial;
    font-size: 14px;
    padding: 0;
    margin: 0 0 3px;
}
.blog_list .blog_title{
    margin: 0 0 3px;
    font-size: 17px;
}
.blog_list .blog_top_content{
    font-size: 14px;
    width: 275px;
    height: 59px;
    overflow: auto;
    text-overflow: unset;
    margin: 0;
}
.slick-arrow{
    text-indent: -9999px;
    width: 20px;
    height: 34px;
    background: initial;
    position: absolute;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    top: 105px;
    outline: none;
    z-index: 1;
}
.slick-prev{
    background-image: url(/images/blogAllow_prev.png);
    left: -5.1%;
}
.slick-next{
    background-image: url(/images/blogAllow_next.png);
    right: -5.1%;
}
.personal_cont02 ul li{
    width: 222px;
}
.personal_cont02 ul li:not(:last-child){
    margin-right: 20px;
}
.about_list{
    display: flex;
}
.personal_facebook{
    width: 222px;
}
/*---------------------------------------------------------
    会社概要
---------------------------------------------------------*/
.about_company{
    width: 465px;
}
.about_company div p {
    font-size: 14px;
    color: #000000;
}
.about_company *{
    font-family: メイリオ,'Meiryo',"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"!important;
}
.about_company div {
    padding: 20px;
}
.about_company h2 {
    border-bottom: 1px solid #000000;
    padding-bottom: 13px;
}