@charset "utf-8";

/************************************************************/
/*about内共通*/
/************************************************************/
.inner_about {
  padding: 20px 0 0;
}
.sec_about {
  margin: 0 0 20px 0;
  line-height: 2;
}
.sec_about:last-of-type {
  margin: 0;
}
@media screen and (min-width: 641px) {
  .inner_about {
    padding: 244px 0 0;
  }
}
/************************************************************/
/* company_info*/
/************************************************************/
/*sectionの一番下のborderbottom*/
.sec_border {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 8px;
  padding: 0 11px;
}
.tb_about_01 {
  border-top: 1px solid #CCCCCC;
}
.tb_wrap {
  display: block;
}
.tb_wrap:last-of-type {
  border-bottom:none;
}
.tb_leftbox {
  display: flex;
  align-items: center;
  width: 100%;/*569px*/
  height: 60px;
  padding: 0 0 0 36px;
  background-color: #EFEFEF;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}
.tb_rightbox {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding:  0 0 0 46px;
  background-color: #fff;
}
.tb_subttl {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 26px 0 26px;
  background-color: #CCCCCC;
  font-size: 16px;
}
.tb_ttl, .tb_txt {
	font-size: clamp(13px, 1.17vw, 18px);
}
.multi_btn_wrap {
  margin: 20px 0 0;
}
a.contact_btn_blackbox {
  min-height: 50px;
}
@media screen and (min-width: 641px) {
  .sec_border {
    margin: 0 14px 0 13.5px;
    padding: 0;
    border: none;
  }
  .tb_wrap {
    display: flex;
  }
  .tb_wrap,
  .tb_wrap:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
  .tb_wrap:first-of-type {
    border-top: 1px solid #CCCCCC;
  }
  .tb_leftbox {
		width: 810px;
    height: 60px;
    padding: 0 50px;
    border: none;
  }
  .tb_rightbox {
    width: 66.14%;
    height: 60px;
    padding: 0 50px;
  }
  .tb_subttl {
    padding: 0 50px 0 160px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .sec_about {
    margin: 0 0 20px 0;
    line-height: 2;
  }
  .page_nav_company_contents_last {
    margin-bottom: 100px;
  }
  .sec_about:last-of-type {
    margin: 0 0 100px 0;
  }
  .tb_subttl {
    font-size: 20px;
  }
  .tb_leftbox {
    height: 100px;
  }
  .tb_rightbox {
    height: 100px;
  }
  .tb_height_80 {
    height: 80px;
  }
  .tb_leftbox p {
    margin: 0%;
  }
  .multi_btn_wrap {
    margin: 50px 0 0;
  }
  a.contact_btn_blackbox {
    min-height: 80px;
  }
}

@media screen and (min-width: 1400px) {
  .tb_leftbox {
    padding: 0 50px 0 0;
  }
  .tb_leftbox p {
    margin: 0 0 0 13.8%;
		width: 450px;
  }
}


/************************************************************/
/* company_info*/
/************************************************************/
.contents_inner {
  padding-bottom: 0px;
}
.ho_tb_rightbox {
  width: 100%;
}
.ho_tb_rightbox p {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 50px;
}
.ho_tb_rightbox p:first-of-type {
  border-bottom: 1px solid #CCCCCC;
}
.ho_tb_leftbox{
  height: 60px;
  border-bottom: 1px solid #CCCCCC;
}
.tb_about {
  margin: 30px 0 0;
}
@media screen and (min-width: 641px) {
  .sec_other .contents_inner {
    padding-bottom: 69.9px;
  }
  .ho_tb_leftbox{
    height: 100px;
    border-bottom: none;
  } 
}
@media screen and (min-width: 1400px) {
  .ho_tb_rightbox {
    width: calc(100% - 450px);
  }
}