@charset "UTF-8";
@font-face {
  font-family: "Kozuka-Bold";
  src: url(../fonts/Kozuka-Bold.woff);
}
@font-face {
  font-family: number;
  src: local("Hiragino Mincho ProN");
}
body {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  color: #43372e;
  font-size: 14px;
  letter-spacing: 0.3px;
}

a, button {
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
}

.h2_or {
  background: #f08300;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding: 23px 15px 13px;
}
.h2_or .txt_min {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .h2_or {
    font-size: 20px;
    padding: 23px 25px 13px;
    padding: 4% 2%;
    line-height: 1.4;
  }
  .h2_or .txt_min {
    font-size: 14px;
  }
}

.h3_or {
  font-size: 23px;
  background: #f08300;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.h3_or::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 25px solid #f08300; /* 好みで色を変えてください */
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
@media only screen and (max-width: 768px) {
  .h3_or {
    font-size: 17px;
    line-height: 1.5;
  }
}

.cl_blue {
  color: #0049ff;
}

.cl_yellow {
  color: #fff22c;
}

.cl_orange {
  color: #f08300;
}

.cl_green {
  color: #009944;
}

.cl_red {
  color: #e61c1c;
}

.article_inr {
  width: 960px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .article_inr {
    padding: 0 3%;
    width: 100%;
  }
}

.common_inr {
  width: 1060px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .common_inr {
    padding: 0 3%;
    width: 100%;
  }
}

.breadcrumbs {
  background: #43382E;
}
.breadcrumbs .common_inr {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
}
@media screen and (min-width: 750px) and (max-width: 910px) {
  .breadcrumbs .common_inr {
    margin: 0 3%;
  }
}
.breadcrumbs .common_inr span[property=name] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
/*   max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
@media screen and (max-width: 750px) {
  .breadcrumbs .common_inr {
    padding: 2% 3%;
  }
}
.breadcrumbs .common_inr a:hover {
  border-bottom: solid 1px;
}

@media screen and (min-width: 768px) {
  .pc_br {
    display: inline;
  }
  .sp_br {
    display: none;
  }
  .pc_only {
    display: inline;
  }
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: inline;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: inline;
  }
}
.bl_two_column {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  .bl_two_column {
    display: block;
  }
}

.bl_top_detailLink {
  padding: 12px;
  border: solid 2px #f08300;
  color: #f08300;
  font-size: bold;
  font-weight: bold;
  text-align: right;
  font-size: 18px;
  position: relative;
  margin-bottom: 30px;
}
.bl_top_detailLink::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../images/btn_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .bl_top_detailLink {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    background: #f08300;
    color: #fff;
  }
  .bl_top_detailLink::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url("../images/btn_arrow2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

.gr_btn {
  padding: 3%;
  background: #009944;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gr_btn::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../images/btn_arrow2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/****************** ヘッダー ******************/
@media only screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 40px;
    background: #fff;
    z-index: 10;
    /* height: 140px; */
    width: 100%;
	transition: top 0.3s ease;
  }
}
.bl_headerTxt {
  background: #F7F1E4;
}
.bl_headerTxt .common_inr {
  display: flex;
  align-items: center;
}
/* @media only screen and (min-width: 769px) {
  .bl_headerTxt .common_inr {
    justify-content: center;
  }
} */
.bl_headerTxt h1 {
  color: #009944;
  font-size: 10px;
  padding: 7px 0;
  line-height: 1.6;
      /* padding-right: 100px; */

}
@media only screen and (max-width: 768px) {
  .bl_headerTxt h1 {
    font-size: 8px;
  }
}
.bl_headerTxt .bl_headerSearch {
  display: none;
  margin-right: 168px;
}
.bl_headerTxt .bl_headerSearch form {
  display: flex;
  height: 26px;
}
.bl_headerTxt .bl_headerSearch form input {
  border: solid 1px #000;
  background: #fff;
}
.bl_headerTxt .bl_headerSearch form input[type=text] {
  width: 260px;
}
.bl_headerTxt .bl_headerSearch form .SearchBtn {
  display: inline-block;
  border: none;
}
.bl_headerTxt .bl_headerSearch form .SearchBtn input[type=submit] {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding: 4px 10px;
}

.wrap_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .wrap_header {
    gap: 20px;
    margin: 10px 0;
  }
}

.bl_headerLleft {
  display: flex;
  gap: 10px;
  align-items: end;
}
.bl_headerLleft a {
  width: 210px;
/*   height: 100px; */
}
@media only screen and (max-width: 768px) {
  .bl_headerLleft {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    width: 40%;
  }
  .bl_headerLleft .pc_only {
    display: none;
  }
  .bl_headerLleft a {
        width: auto;
        height: auto;
    }
}

.bl_headerLleftTxt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .bl_headerLleftTxt {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px; */
    display: none;
  }
}
.bl_headerLleftTxt .bl_headerLleftTxtMin {
  font-size: 8px;
}
@media only screen and (max-width: 768px) {
  .bl_headerLleftTxt .bl_headerLleftTxtMin {
    font-size: 10px;
  }
}
.bl_headerLleft_txt{
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-bottom: -8px;
	font-size:13px;
}
@media only screen and (max-width: 768px) {
  .bl_headerLleft_txt {
    display:none;
  }
}

.bl_headerLRight {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bl_headerLRight {
    justify-content: end;
    width: 30%;
  }
}
.bl_headerLRight .bl_headerLRightMerit {
  display: flex;
  gap: 6px;
  color: #fff;
  margin: 10px 0 7px;
}
.bl_headerLRight .bl_headerLRightMerit li {
  background: #ff0000;
  padding: 7px 20px;
  border-radius: 5px;
  font-weight: bold;
}
.bl_headerLRight .bl_headerLRightMerit li:last-child {
  background: #474546;
}
.bl_headerLRight .bl_headerLRightContact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3px;
}
.bl_headerLRight .bl_headerLRightContact .bl_headerLRightContactTel {
  font-size: 12px;
  font-weight: bold;
}
.bl_headerLRight .bl_headerLRightContact .bl_headerLRightContactTel p {
  margin-top: 3px;
}
.bl_headerLRight .bl_headerLRightWoman {
  margin-top: -47px;
}

.wrap_headerMenu {
  background: #f08300;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrap_headerMenu {
    display: none;
  }
}
.wrap_headerMenu ul {
  display: flex;
}
.wrap_headerMenu ul li {
  border-right: solid 1px #fff;
  width: 16.6666666667%;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}

.wrap_headerMenu > ul > li:first-child {
  border-left: solid 1px #fff;
}
.wrap_headerMenu ul li img {
  margin: auto;
  margin-top: -5px;
}


.dropdown__lists {
    display: none!important;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 100%;
    left: 40%;
}
.gnavi__list{
    position: relative;
}
.gnavi__list:hover .dropdown__lists {
    display: block!important;
    /* flex-direction: column; */
}
.dropdown__list {
    background-color: #fff;
    color: #43372e;
    /* height: 10px; */
    transition: all .3s;
    position: relative;
    z-index: 2;
    width: 100%!important;
    padding-bottom: 0!important;
	border-right: none!imprtant;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    /* height: 1px; */
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
/* .dropdown__list:hover {
    background-color: #003558;
} */
.dropdown__list a {
    display: flex;
	/*justify-content: center; */
    align-items: center;
    /* color: #000; */
    text-decoration: none;
    position: relative;
    padding: 12px!important;
    border-left: 5px solid #009944;
	color: #fff;
    background-color: #4E4038;
}
.dropdown__lists .dropdown__list{
	border-right: none!important;
}
.dropdown__lists .dropdown__list:first-child {
	border-bottom: solid 1px #fff;
}
/* .dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
    border-left: 5px solid #8CC220;
} */

.bl_sp_headMenu {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.bl_sp_headMenu .globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 18.2%; 
  left: 0;
  color: #43372e;
  background: #fff;
  text-align: center;
  width: 100%;
  display: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  height: 100%;
}

.bl_sp_headMenu .globalMenuSpHead {
  padding: 2em 0;
  font-size: 20px;
}

.bl_sp_headMenu .globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.bl_sp_headMenu .globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #43372e;
  border-bottom: none;
}

.bl_sp_headMenu .globalMenuSp ul li.wide {
 width: 100%;
  text-align: center; 
}


.bl_sp_headMenu .globalMenuSp ul li a {
  display: block;
  color: #43372e;
  padding: 1em 0; 
  text-decoration: none;
  text-align: center; 
}

.bl_sp_headMenu .globalMenuSp ul li:last-child {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 6%;
  column-gap: 6%;
}

.bl_sp_headMenu .globalMenuSp ul li.hum_close {
  width: 100%;
  display: flex;
  justify-content: center; 
  border-bottom: solid 1px #43372e;
}
.bl_sp_headMenu .globalMenuSp ul li:nth-child(1),
.bl_sp_headMenu .globalMenuSp ul li:nth-child(4),
.bl_sp_headMenu .globalMenuSp ul li:nth-child(6),
.bl_sp_headMenu .globalMenuSp ul li:nth-child(8){
  border-right: none;
}

.bl_sp_headMenu .globalMenuSp ul li.hum_close p {
  padding: 1em 0;
}

.bl_sp_headMenu .globalMenuSp ul li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/common/hum_link_ico.png); 
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 13%; 
  left: 5px;
}

.bl_sp_headMenu .globalMenuSp ul li:hover {
  opacity: 0.8;
}

.bl_sp_headMenu .globalMenuSp.active {
  display: block;
}

@media only screen and (min-width: 769px) {
  .bl_sp_headMenu {
    display: none;
  }
}

.hidden {
  display: none;
}

/****************** パーツ ******************/
.tab .tab-list {
  display: flex;
}
.tab .tab-list-item {
  width: 50%;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 20px;
  cursor: pointer;
}
.tab .tab-contents {
  display: none;
  padding: 20px;
}
.tab .is-btn-active {
  font-weight: bold;
}
.tab .is-contents-active {
  display: block;
}

.link_green {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  background: #009944;
}

/****************** カラム ******************/
.bl_side {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  min-width: 214px;
}
.bl_side .bl_side_staffBlog_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 13px;
}
.bl_side .bl_side_staffBlog_list li {
  border-bottom-color: #43372e;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  padding-bottom: 10px;
  font-weight: 600;
}
.bl_side .bl_side_staffBlog_list li:last-child {
  border-bottom: none;
}
.bl_side .bl_side_staffBlog_list .bl_side_staffBlog_list_cate {
  background: #e61c1c;
  letter-spacing: -0.1px;
  color: #fff;
  padding: 3px 6px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 8px;
}
.bl_side .bl_side_staffBlog_list .bl_side_staffBlog_list_date {
  color: #f08300;
  margin-bottom: 4px;
  letter-spacing: -0.2px;
}
.bl_side .bl_side_staffBlog_list .bl_side_staffBlog_list_txt {
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: -0.1px;
}
.bl_side .bl_side_works_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bl_side .bl_side_works_list li {
  border-bottom-color: #43372e;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  padding-bottom: 10px;
  font-weight: 600;
}
.bl_side .bl_side_works_list li:last-child {
  border-bottom: none;
  padding-bottom: 0!important;
}
.bl_side .bl_side_works_list li a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.bl_side .bl_side_works_list li a .bl_side_works_list_ttl {
  font-size: 13px;
}
.bl_side .bl_side_works_list li a .bl_side_works_list_ttl span {
  font-size: 15px;
}
.bl_side .wrap_side_price_list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.bl_side .bl_side_price .bl_side_flame {
  padding: 19px 9px 10px;
}
.bl_side .bl_side_price_list {
  font-size: 15px;
  border-bottom-color: #43372e;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  padding-bottom: 10px;
}
.bl_side .bl_side_price_list:last-child {
    border: none;
}
.bl_side .bl_side_price_list .bl_side_price_list_ttl {
  position: relative;
  padding-left: 17px;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.bl_side .bl_side_price_list .bl_side_price_list_ttl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/sidebar/side_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 19%;
  left: 3px;
}
.bl_side .bl_side_price_list ul {
  padding: 0 3px;
}
.bl_side .bl_side_price_list ul li {
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.bl_side .bl_side_contact2{
    margin-bottom: 20px;
}

.bl_side .bl_side_contact2 .bl_side_flame {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-bottom: 17px;
}
.bl_side .bl_side_contact2 .bl_side_contact2_name {
  font-weight: 800;
  letter-spacing: -0.6px;
  font-size: 13px;
  line-height: 18.3px;
  margin-bottom: 2px;
}
.bl_side .bl_side_contact2 .bl_side_contact2_adress {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.bl_side .bl_side_contact2 .bl_side_contact2_area_ttl {
  font-size: 13px;
  font-weight: 800;
  margin: 7px 0 5px;
}
.bl_side .bl_side_contact2 .bl_side_contact2_area_list {
  line-height: 1.7;
  font-size: 12px;
  font-weight: 500;
  margin-left: 13px;
}

.bl_side_voice .bl_side_flame,
.bl_side_staffBlog .bl_side_flame {
  padding: 15px 9px 0px;
}

.bl_side_head {
  display: flex;
  gap: 7px;
  align-items: center;
  font-weight: bold;
  margin-bottom: -7px;
}
.bl_side_head .side_head_txt_ja {
  line-height: 1.3;
  letter-spacing: -0.7px;
}
.bl_side_head .side_head_txt_en {
  color: #009944;
}

.bl_side_flame {
  background: #fff;
  border: solid 6px #f5efe3;
  border-radius: 5px;
  padding: 10px 6px;
}

.bl_main_column {
  min-width: 720px;
}
@media only screen and (max-width: 768px) {
  .bl_main_column {
    min-width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .bl_side {
    display: none;
  }
}
/****************** 下層共通パーツ ******************/
.bl_under_mv {
  background-image: url(../images/common/under_fv.png);
  height: 153px;
  position: relative;
}
.bl_under_mv .bl_under_mv_inr {
  max-width: 1060px;
  margin: auto;
  padding: 55px 0;
}
.bl_under_mv .bl_under_mv_inr h1 {
  text-shadow: #436c97 1px 0 10px;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bl_under_mv .bl_under_mv_inr h1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_under_mv {
    background-image: url(../images/common/sp_under_fv.png);
    background-position: bottom;
    height: auto;
/*     padding-top: 145px; */
	  margin-top: 3em;
  }
  .bl_under_mv .bl_under_mv_inr {
    padding: 13% 3%;
  }
}

.bl_under_common {
  margin-top: 20px;
}

.under_common_contact {
  margin: 20px 0;
}

/****************** フッター ******************/
.bl_float_menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.bl_float_menu_pc {
  display: flex;
  background: #fb961f;
  padding: 10px 0;
}
.bl_float_menu_pc .common_inr {
  display: flex;
}
.bl_float_menu_pc .common_inr .bl_float_menu_pc_left {
  margin: auto;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 10px;
}
.bl_float_menu_pc .common_inr .bl_float_menu_pc_left .bl_float_menu_pc_left_tel p {
  font-size: 10px;
  margin-top: 5px;
}
.bl_float_menu_pc .common_inr .bl_float_menu_pc_txt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #fb961f;
}

@media only screen and (max-width: 768px) {
  .bl_float_menu_pc {
    display: none;
  }
  .bl_float_menu_sp ul {
    display: flex;
    gap: 5px;
  }
  .bl_float_menu_sp ul a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .bl_float_menu_sp {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #footer {
    margin-top:100px;
  }
}
.footerHead {
  background: #474546;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .footerHead {
    background: #f08300;
    font-size: 20px;
    width: 96%;
    margin: auto;
    text-align: left;
    line-height: 1.3;
    padding: 3% 0;
  }
}

.footerHeadTxt {
  padding: 20px 0;
}
.footerHeadTxt .common_inr {
  display: flex;
  gap: 10px;
}
.footerHeadTxt .common_inr .top_point_wrap_img {
  width: 30%;
}
.footerHeadTxt .common_inr .top_point_wrap_img img {
  width: 100%;
}
.footerHeadTxt .common_inr .top_point_txt {
  width: 70%;
  line-height: 1.6;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .footerHeadTxt .common_inr .top_point_txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
  }
}
@media only screen and (max-width: 768px) {
  .footerHeadTxt .common_inr {
    flex-direction: column;
  }
  .footerHeadTxt .common_inr .top_point_wrap_img,
  .footerHeadTxt .common_inr .top_point_txt {
    width: 100%;
  }
}

.bl_footerContact {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .bl_footerContact .common_inr {
    padding: 0;
  }
}
.bl_footerContact a:hover {
  opacity: 1;
}
.bl_footerContact img {
  z-index: 0;
}
.bl_footerContact::before {
  content: "";
  display: block;
  width: 100%;
  height: 36px;
  background-color: #f08300;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bl_footerContact::before {
    display: none;
  }
}
.bl_footerContact::after {
  content: "";
  display: block;
  width: 100%;
  height: 38px;
  background-color: #f08300;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bl_footerContact::after {
    display: none;
  }
}

.bl_footerMenu {
  background: #f1f1f1;
}
@media only screen and (max-width: 768px) {
  .bl_footerMenu {
    padding: 10% 3% 2%;
    background: #fff;
  }
}
.bl_footerMenu .js-footer-accordion-title {
  background: #5c5047;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 3.3% 2%;
  border: solid 2px #a59a92;
  border-radius: 5px;
  position: relative;
}
.bl_footerMenu .js-footer-accordion-title::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../images/common/sp_ft_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 10px;
}
@media only screen and (min-width: 769px) {
  .bl_footerMenu .js-footer-accordion-title {
    display: none;
  }
}
.bl_footerMenu .common_inr {
  display: flex;
  padding: 13px;
}
@media only screen and (max-width: 768px) {
  .bl_footerMenu .common_inr {
    flex-direction: column;
    background: #fff;
    border-radius: 0 0 5px 5px;
  }
}
.bl_footerMenu .common_inr .footerMenu {
  border-right: solid 3px #bfbfbf;
  width: 25%;
  padding: 5px 20px 5px 23px;
}
@media only screen and (max-width: 768px) {
  .bl_footerMenu .common_inr .footerMenu {
    border: none;
    width: 100%;
    padding: 2%;
  }
}
.bl_footerMenu .common_inr .footerMenu li {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .bl_footerMenu .common_inr .footerMenu li {
    line-height: 1.8;
  }
}
.bl_footerMenu .common_inr .footerMenu:first-child {
  border-left: solid 3px #bfbfbf;
}
@media only screen and (max-width: 768px) {
  .bl_footerMenu .common_inr .footerMenu:first-child {
    border: none;
  }
}
.bl_footerMenu .common_inr .footerMenuChild li {
  padding-left: 2em;
  text-indent: -1em;
}

.bl_footInfo {
  font-weight: bold;
  font-size: 12px;
  padding: 15px 0 100px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .bl_footInfo {
    padding: 15px 0 140px;
  }
}
.bl_footInfo .common_inr {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .bl_footInfo .common_inr {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .bl_footInfo .common_inr .bl_footerLleft a {
    margin-bottom: 15px;
  }
}
.bl_footInfo .common_inr .bl_footerLleft img {
  margin-bottom: 15px;
}



.bl_footInfo .common_inr .bl_footerLleft_text {
	text-align: right;
    width: 50%;
    margin-bottom: -3px;
    line-height: 1.1;
}
@media only screen and (max-width: 768px) {
.bl_footInfo .common_inr .bl_footerLleft_text {
	margin: auto;
    font-size: 3vw;
	}
}

	

@media only screen and (max-width: 768px) {
  .bl_footInfo .common_inr .bl_footerLleft img {
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .bl_footInfo .common_inr .bl_footerLleft .bl_footer_store_name {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .bl_footInfo .common_inr .bl_footerLleft .bl_footer_store_info {
    width: 280px;
    margin: 0 auto 5%;
    font-size: 10px;
    font-weight: initial;
  }
  .bl_footInfo .common_inr .bl_footerLleft .bl_footer_store_info a {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .copy {
    font-size: 10px;
  }
  .copy::after {
    font-size: 10px;
    color: #000;
    content: "--------------------------------.";
  }
}
/****************** TOP ******************/
  .slick-slide img {
    width: 100%;
    max-width: 1061px;
  }
@media only screen and (max-width: 768px) {
  .bl_mainView {
    padding-top: 22%;
    margin-bottom: 5%;
  }
  .sp_area {
    color: #555555;
    font-size: 13px;
    padding: 3%;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 769px) {
  .sp_area {
    display: none;
  }
}
.bl_top_bnr {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_top_bnr {
    flex-direction: column;
  }
}
.bl_top_bnr .top_bnr {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_top_bnr .top_bnr img {
    width: 100%;
  }
}

.bl_month_consultation{
    border: solid 8px #f08300;
    padding: 15px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/top_month_consultation_bg.png);
    background-repeat: no-repeat;
    background-position: 110% 146%;
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .bl_month_consultation{
        width: 100%;
        background-position: 145% 153%;
    }
}

.bl_month_consultation_ttl{
    font-size: 27px;
    font-weight: bold;
    color: #009944;
    letter-spacing: -1px;
}
.bl_month_consultation_desc{
    font-size:15px;
    font-weight: bold;
    color: #43372e;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 1.6;
    letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
    .bl_month_consultation_ttl{
        font-size: 4.9vw;
    }
    .bl_month_consultation_desc{
        font-size: 3.5vw;
        line-height: 1.6;;
    }
}

.month_consultation_wrap{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.month_consultation_wrap li{
    display: flex;
    gap: 15px;
}
.month_consultation_ttl{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    background: #f08300;
    padding: 3px 15px;
    border-radius: 7px;
    line-height: normal;
}
@media only screen and (max-width: 768px) {
    .month_consultation_ttl{
        font-size: 13px;
        padding: 2% 4%;
    }
}
.month_consultation_number{
    color: #e82c2d;
    font-weight: bold;
    font-size: 37px;
}
.month_consultation_number span{
    font-size: 28px;
}

@media only screen and (min-width: 769px) {
    .top_bnr{
        width: 30%;
    }
}


.bl_top_contact_sp {
  margin-top: 5%;
}

.bl_top_contact {
  border: solid 8px #f08300;
  display: flex;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .bl_top_contact {
    flex-direction: column;
    border: solid 5px #f08300;
    margin: 5% 0;
  }
}
.bl_top_contact .bl_top_contactLeft {
  width: 50%;
  padding: 14px;
}
@media only screen and (min-width: 769px) {
  .bl_top_contact .bl_top_contactLeft {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-image: url(../images/pc_bl_top_contactLeft.png);
    background-repeat: no-repeat;
    background-position: 95% 100%;
  }
}
@media only screen and (max-width: 768px) {
  .bl_top_contact .bl_top_contactLeft {
    display: none;
  }
}
.bl_top_contact .bl_top_contactLeft .bl_top_contactLeft_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.1;
}
.bl_top_contact .bl_top_contactLeft .bl_top_contactLeft_ttl .cl_orange {
  font-size: 40px;
  font-family: "Kozuka-Bold";
}
.bl_top_contact .bl_top_contactLeft .bl_top_contactLeftTtl_list{
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.bl_top_contact .bl_top_contactLeft .bl_top_contactLeftTtl_list li {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
.bl_top_contact .bl_top_contactRight {
  width: 50%;
  border: solid 2px #f08300;
}
@media only screen and (max-width: 768px) {
  .bl_top_contact .bl_top_contactRight {
    width: 100%;
  }
}
.bl_top_contact .bl_top_contactRight .bl_top_contactRight_ttl {
  background: #f08300;
  padding: 10px 15px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.bl_top_case .bl_top_case_tab {
  padding: 20px 0 30px;
}
.bl_top_case .bl_top_case_tab .tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_top_case .bl_top_case_tab .tab-list {
    gap: 10px;
  }
}
.bl_top_case .bl_top_case_tab .tab-list button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc((100% - 20px) / 2);
  background: #eaeaea;
  border: solid 2px #d8d8d7;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  padding: 14px;
}
@media only screen and (max-width: 768px) {
  .bl_top_case .bl_top_case_tab .tab-list button {
    width: calc((100% - 10px) / 2);
    font-size: 13px;
  }
}
.bl_top_case .bl_top_case_tab .tab-list span {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
    .bl_top_case .bl_top_case_tab .tab-list span {
        font-size: 5vw;
    }
}
.bl_top_case .bl_top_case_tab .tab-contents {
  padding: 0;
  width: 100%;
}
.bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
.bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li .tab-contents-wrap_img{
    position: relative;
    width: 225px;
    height: 176px;
}
.bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li .tab-contents-wrap_img img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li {
    width: calc((100% - 10px) / 2);
  }

  .bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li .tab-contents-wrap_img{
    width: 100%;
    height: 30vw;
 }
  .bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li .tab-contents-wrap_img img {
    width: 100%;
  }
  .bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li .link_green {
    display: none;
  }
}
.bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li .top_case_ListTtl {
  margin: 12px 0 5px;
  line-height: 1.6;
}
.top_case_ListTtl_txt {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List li .top_case_ListTtl {
    color: #f08300;
    text-decoration: underline;
    margin: 3% 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .bl_top_case .bl_top_case_tab .tab-contents .bl_top_case_List {
    gap: 10px;
  }
}

.bl_top_menu .bl_top_menu_list {
  display: flex;
  gap: 20px;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 768px) {
  .bl_top_menu .bl_top_menu_list {
    flex-direction: column;
  }
}
.bl_top_menu .bl_top_menu_list .top_menu_list {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .bl_top_menu .bl_top_menu_list .top_menu_list {
    width: 100%;
  }
}
.bl_top_menu .bl_top_menu_list .top_menuTtl {
  font-size: 23px;
  font-weight: bold;
  border: solid 2px #f08300;
  border-radius: 5px;
  padding: 10px 15px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .bl_top_menu .bl_top_menu_list .top_menuTtl {
    color: #f08300;
    padding: 4% 3%;
    margin-bottom: 4%;
    font-size: 20px;
  }
}
.bl_top_menu .bl_top_menu_list .top_menuTxt {
  display: flex;
  margin-top: 5px;
  gap: 10px;
}
.bl_top_menu .bl_top_menu_list .top_menuTxt .top_menu_listRight {
  font-size: 12px;
  line-height: 1.8;
  position: relative;
}
.bl_top_menu .bl_top_menu_list .top_menuTxt .top_menu_listRight .link_green {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1% 4%;
}
@media only screen and (max-width: 768px) {
  .bl_top_menu .bl_top_menu_list .top_menuTxt .top_menu_listRight {
    line-height: 1.6;
    letter-spacing: 0.9px;
    font-weight: 500;
  }
}

.bl_top_compare p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .bl_top_compare p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.bl_top_compare .bl_top_compareTtl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
.bl_top_compare .bl_top_compareTtl span {
  font-size: 47px;
}
@media only screen and (max-width: 768px) {
  .bl_top_compare .bl_top_compareTtl {
    font-size: 22px;
    letter-spacing: 2px;
  }
  .bl_top_compare .bl_top_compareTtl span {
    font-size: 33px;
  }
}
.bl_top_compare .bl_top_compareGraph {
  margin: 13px 0 40px;
}
.bl_top_compare .bl_top_compareGraph .bl_top_compareGraphTtl {
  display: flex;
  gap: 20px;
  margin: 22px 0 30px;
}
@media only screen and (max-width: 768px) {
  .bl_top_compare .bl_top_compareGraph .bl_top_compareGraphTtl {
    display: none;
  }
}
.bl_top_compare .bl_top_compareGraph .bl_top_compareGraphTtl li {
  width: calc((100% - 60px) / 3);
  border: solid 2px #d8d8d7;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.bl_top_compare .bl_top_compareGraph .bl_top_compareGraphTtl li:last-child {
  background: #f08300;
  color: #fff;
}
.bl_top_compare .bl_top_compareGraph .bl_top_compareGraphTtl li span {
  font-size: 20px;
}
.bl_top_compare .bl_top_compareTable img {
  margin: 22px 0;
}
@media only screen and (max-width: 768px) {
  .bl_top_compare .bl_top_compareTable img {
    margin: 0 0 14%;
  }
}
.bl_top_compare .bl_top_compareStrengths {
  position: relative;
  margin-bottom: 50px;
}
.bl_top_compare .bl_top_compareStrengths img {
  width: 18%;
  position: absolute;
  right: 4%;
  top: -7%;
}
@media only screen and (max-width: 768px) {
  .bl_top_compare .bl_top_compareStrengths img {
    right: 0;
    top: -18%;
    width: 45%;
  }
}
.bl_top_compare .bl_top_compareStrengths .bl_top_compareTtl {
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .bl_top_compare .bl_top_compareStrengths .bl_top_compareTtl {
    margin-bottom: 2.5%;
  }
}
@media only screen and (max-width: 768px) {
  .bl_top_compare .bl_top_compareStrengths {
    margin-bottom: 5%;
  }
}

.bl_top_area {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .bl_top_area .bl_top_area_map {
    margin: 5% 0 2%;
  }
  .bl_top_area .bl_top_area_medal {
    margin-bottom: 4%;
  }
}

.bl_top_7reason .top_7reasonTtl {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason .top_7reasonTtl {
    font-size: 20px;
  }
  .bl_top_7reason .top_7reasonTtl .txr_min {
    font-size: 16px;
  }
}
.bl_top_7reason .top_7reasonTtl .cl_green {
  font-size: 47px;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason .top_7reasonTtl .cl_green {
    font-size: 30px;
  }
}
.bl_top_7reason .top_7reasonTtl .seven_reason img {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason .top_7reasonTtl .seven_reason {
    display: flex;
    justify-content: center;
    margin: 2% 0 4%;
  }
}
.bl_top_7reason h3 {
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #f08300;
  color: #fff;
  font-size: 23px;
  border-radius: 5px;
  padding: 2px 7px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason h3 h3 {
    font-size: 20px;
    padding: 4px 7px;
  }
}
.bl_top_7reason h3 span {
  font-size: 30px;
}
.bl_top_7reason h3 .bl_h3Head {
  font-size: 19px;
  width: 140px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason h3 .bl_h3Head {
    font-size: 13px;
    line-height: 1.3;
    width: 30%;
  }
}
.bl_top_7reason h3 .bl_h3Head span {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason h3 .bl_h3Head span {
    font-size: 20px;
  }
}
.bl_top_7reason h3 .bl_h3Txt {
  width: calc(100% - 140px);
  color: #f08300;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason h3 .bl_h3Txt {
    width: 70%;
    font-size: 16px;
    line-height: 1.3;
    padding: 2%;
  }
}
.bl_top_7reason .bl_top_7reason_item .bl_top_7reason_itemList {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.bl_top_7reason .bl_top_7reason_item .bl_top_7reason_itemList li {
  width: calc((100% - 20px) / 2);
}
.bl_top_7reason .bl_top_7reason_item .bl_top_7reason_itemList img {
  margin-bottom: 4px;
  width: 100%;
}
.staff_img{
	height: 248px;
  object-fit: cover;
}
.bl_top_7reason .bl_top_7reason_item .bl_top_7reason_itemList p {
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason .bl_top_7reason_item .bl_top_7reason_itemList {
    flex-direction: column;
    gap: 10px;
  }
  .bl_top_7reason .bl_top_7reason_item .bl_top_7reason_itemList li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason .bl_top_7reason_item .sp_fl {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
  }
  .bl_top_7reason .bl_top_7reason_item .sp_fl li {
    width: 100%;
    width: calc((100% - 10px) / 2) !important;
  }
  .bl_top_7reason .bl_top_7reason_item .sp_fl img {
    width: 100%;
  }
}
.bl_top_7reason .bl_top_7reason_item .bl_top_7reasonDesc {
  font-size: 15.5px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .bl_top_7reason .bl_top_7reason_item .bl_top_7reasonDesc {
    font-size: 12px;
    line-height: 1.5;
  }
}
.bl_top_7reason .bl_top_7reason_suggestion .bl_top_7reason_itemList li {
  width: calc((100% - 20px) / 2);
}
.bl_top_7reason .bl_top_7reason_suggestion .bl_top_7reason_itemList li img {
  width: 100%;
}
.bl_top_7reason .bl_top_7reason_correspondence .sp_only .gr_btn {
  margin-bottom: 5%;
}

.bl_top_presidentMessage .presidentMessageHead {
  font-size: 26px;
  font-weight: bold;
  text-align: right;
  margin: 13px 0 20px;
}
@media only screen and (max-width: 768px) {
  .bl_top_presidentMessage .presidentMessageHead {
    text-align: left;
    font-size: 20px;
  }
}
.bl_top_presidentMessage .top_presidentMessage {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_top_presidentMessage .top_presidentMessage {
    flex-direction: column;
  }
}
.bl_top_presidentMessage .top_presidentMessage img{
    width: 40%;
}
.bl_top_presidentMessage .top_presidentMessage .bl_top_presidentMessageRight p {
  font-size: 15.5px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .bl_top_presidentMessage .top_presidentMessage .bl_top_presidentMessageRight p {
    font-size: 12px;
    line-height: 19px;
  }
}

.bl_top_banner {
  margin: 40px 0;
}
.bl_top_banner .top_banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bl_top_banner .top_banner li {
  width: calc((100% - 20px) / 2);
}
/* .bl_top_banner .top_banner li:last-child {
    width: 100%;
} */
@media only screen and (max-width: 768px) {
  .bl_top_banner .top_banner {
    flex-direction: column;
  }
  .bl_top_banner .top_banner li {
    width: 100%;
  }
  .bl_top_banner .top_banner img {
    width: 100%;
  }
}

.bl_top_voice .bl_top_voice_List {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 0 40px;
}
.bl_top_voice .bl_top_voice_List li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
.bl_top_voice .bl_top_voice_List li .top_voice_ListTtl {
  margin: 12px 0 5px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.bl_top_voice .bl_top_voice_List li .top_voice_link {
  color: #0049ff;
  text-decoration: underline;
  line-height: 1.6;
  margin-bottom: 10px;
}
.bl_top_voice .bl_top_voice_List li .top_voice_wrap_img{
    position: relative;
    width: 225px;
    height: 176px;
}
.bl_top_voice .bl_top_voice_List li .top_voice_wrap_img img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
  .bl_top_voice .bl_top_voice_List {
    gap: 10px;
  }
  .bl_top_voice .bl_top_voice_List li {
    width: calc((100% - 10px) / 2);
  }
  .bl_top_voice .bl_top_voice_List li .top_voice_ListTtl {
    color: #f08300;
    text-decoration: underline;
  }
  .bl_top_voice .bl_top_voice_List li .top_voice_link {
    color: #f08300;
    text-decoration: underline;
  }
  .bl_top_voice .bl_top_voice_List li .link_green {
    display: none;
  }
  .bl_top_voice .bl_top_voice_List li .top_voice_wrap_img{
        width: 100%;
        height: 37vw;
    }
}
@media only screen and (max-width: 768px) {
  .bl_top_voice .bl_top_detailLink {
    background: #009944;
    border: none;
    margin-bottom: 5%;
  }
}

.bl_top_site .bl_top_site_List {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 0 40px;
}
.bl_top_site .bl_top_site_List li {
  width: calc((100% - 40px) / 3);
  text-align: center;
}
.bl_top_site .bl_top_site_List li .top_site_ListTtl {
    margin: 12px 0 5px;
  line-height: 1.6;
}
.bl_top_site .bl_top_site_List li .top_site_txt {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: normal;
}
.bl_top_site .bl_top_site_List li .top_site_wrap_img{
    position: relative;
    width: 225px;
    height: 176px;
}
.bl_top_site .bl_top_site_List li .top_site_wrap_img img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_top_site .bl_top_site_List {
    padding: 3% 0 4%;
    gap: 10px;
  }
  .bl_top_site .bl_top_site_List li {
    width: calc((100% - 10px) / 2);
  }
  .bl_top_site .bl_top_site_List li .top_site_ListTtl {
    color: #f08300;
    text-decoration: underline;
  }
  .bl_top_site .bl_top_site_List li .top_site_txt {
    color: #f08300;
    text-decoration: underline;
    font-weight: 600;
  }
  .bl_top_site .bl_top_site_List li .link_green {
    display: none;
  }
  .bl_top_site .bl_top_site_List li .top_site_wrap_img{
        width: 100%;
        height: 37vw;
    }
}
@media only screen and (max-width: 768px) {
  .bl_top_site .bl_top_detailLink {
    background: #009944;
    border: none;
    margin-bottom: 5%;
  }
}

.bl_top_frow .bl_top_flow_List {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  line-height: 1.2;
  padding: 20px 0 40px;
}
@media only screen and (max-width: 768px) {
  .bl_top_frow .bl_top_flow_List {
    gap: 50px;
    padding: 10% 0;
  }
}
.bl_top_frow .bl_top_flow_List li {
  width: calc((100% - 40px) / 3);
}
@media only screen and (max-width: 768px) {
  .bl_top_frow .bl_top_flow_List li {
    display: flex;
    gap: 10px;
    width: 100%;
    position: relative;
  }
  .bl_top_frow .bl_top_flow_List li::before {
    content: "";
    position: absolute;
    bottom: -39%;
    left: 50%;
    border: 12px solid transparent;
    border-top: 11px solid #009944;
  }
  .bl_top_frow .bl_top_flow_List li::before:last-child {
    content: none;
  }
  .bl_top_frow .bl_top_flow_List li:last-child::before {
    content: none;
  }
  .bl_top_frow .bl_top_flow_List li .top_flow_wrap_img {
    width: 48%;
  }
  .bl_top_frow .bl_top_flow_List li .bl_top_flow_wrap_txt {
    width: 48%;
  }
}
.bl_top_frow .bl_top_flow_List li .top_flow_ListTtl {
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  background: #F7F1E4;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_top_frow .bl_top_flow_List li .top_flow_ListTtl {
    display: none;
    background: none;
    padding: 0;
    font-size: 12px;
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 768px) {
  .bl_top_frow .bl_top_flow_List li img {
    width: 100%;
  }
}
.bl_top_frow .bl_top_flow_List li .top_flow_txt {
  line-height: 1.5;
}
@media only screen and (min-width: 769px) {
  .bl_top_frow .bl_top_flow_List li .top_flow_txt span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bl_top_frow .bl_top_flow_List li .top_flow_txt span {
    font-size: 20px;
    font-weight: 500;
  }
}
.bl_top_frow .bl_top_flow_supplement {
  padding: 10px 10px 50px 10px;
}
@media only screen and (max-width: 768px) {
  .bl_top_frow .bl_top_flow_supplement {
    padding: 0 0 5% 0;
    font-size: 12px;
    line-height: 1.5;
  }
}
.bl_top_frow .bl_top_flow_supplement p {
  background-size: 7px 1px;
  background-image: linear-gradient(to right, #000000 6px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 15px;
  line-height: 1.7;
}

.bl_top_point .bl_top_point_List {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  line-height: 1.2;
  padding: 20px 0 40px;
}
.bl_top_point .bl_top_point_List li {
  width: 100%;
}
.bl_top_point .bl_top_point_List li .top_point_ListTtl {
  padding: 10px;
  font-weight: bold;
  font-size: 23px;
  background: #F7F1E4;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_top_point .bl_top_point_List li .top_point_ListTtl {
    font-size: 20px;
    background: #ffdd9a;
    padding: 3%;
  }
}
.bl_top_point .bl_top_point_List li .top_point_wrap {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_top_point .bl_top_point_List li .top_point_wrap {
    flex-direction: column;
  }
}
.bl_top_point .bl_top_point_List li .top_point_wrap .top_point_wrap_img {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .bl_top_point .bl_top_point_List li .top_point_wrap .top_point_wrap_img {
    width: 100%;
  }
  .bl_top_point .bl_top_point_List li .top_point_wrap .top_point_wrap_img img {
    width: 100%;
  }
}
.bl_top_point .bl_top_point_List li .top_point_wrap .top_point_txt {
  width: 70%;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .bl_top_point .bl_top_point_List li .top_point_wrap .top_point_txt {
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 500;
  }
}

/****************** 一覧ページ共通パーツ ******************/
.wp-pagenavi {
  display: flex;
  justify-content: center;
}

.bl_single_pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.bl_single_pagination .prev-post,
.bl_single_pagination .next-post {
  text-decoration: underline;
}

.bl_flow {
  margin: 30px 0;
  border: solid 1px #f08300;
}
@media only screen and (max-width: 768px) {
  .bl_flow {
    display: none;
  }
}
.bl_flow .bl_flow_con {
  padding: 15px;
}
.bl_flow .bl_flow_con ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bl_flow .bl_flow_con ul li {
  width: calc((100% - 40px) / 3);
}
.bl_flow .bl_flow_con ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 13px;
  background: #009944;
  -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  border-radius: 5px;
}
.bl_flow .bl_flow_con ul li .flow_active {
  background: #f08300;
}
.bl_flow .bl_flow_con ul li:last-child a {
  -webkit-clip-path: unset;
          clip-path: unset;
}

/****************** 施工一覧 ******************/
.archive-construction_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  line-height: 1.2;
  padding: 20px 0 40px;
  min-width: 715px;
}
.archive-construction_list li {
  width: calc((100% - 40px) / 3);
}

/****************** 施工一覧詳細 ******************/
.bl_case table {
  width: 100%;
  line-height: 1.5;
}
.bl_case table tr {
  border-collapse: collapse;
  border: 1px solid #f08300;
}
.bl_case table tr td, .bl_case table tr th {
  padding: 10px;
}

/****************** 初めての方へ ******************/
.bl_first {
  padding: 10px;
  border: solid 1px #f08300;
}
@media only screen and (max-width: 768px) {
  .bl_first {
    padding: 10px 0;
    border: none;
  }
}
.bl_first .bl_first_txt {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
  color: #43372e;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .bl_first .bl_first_txt {
    font-size: 12px;
  }
}
.bl_first .h3_gr {
  background: #009944;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_first .h3_gr {
    display: none;
  }
}
.bl_first .wrap_first_point {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.bl_first .wrap_first_point .bl_first_point {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.bl_first .wrap_first_point .bl_first_point .bl_first_point_ttl {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bl_first .wrap_first_point .bl_first_point .bl_first_point_ttl img {
    display: none;
  }
}
.bl_first .wrap_first_point .bl_first_point .bl_first_point_ttl .first_point_ttl {
  font-size: 23px;
  color: #0757c1;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .bl_first .wrap_first_point .bl_first_point .bl_first_point_ttl .first_point_ttl {
    font-size: 20px;
    line-height: 1.3;
    background: #0757c1;
    color: #fff;
    padding: 10px;
    width: 100%;
  }
}
.bl_first .wrap_first_point .bl_first_point > p {
  font-weight: 500;
  color: #43372e;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .bl_first .wrap_first_point .bl_first_point > p {
    font-size: 12px;
  }
}
.bl_first .bl_first_item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bl_first .bl_first_item li {
  width: calc((100% - 30px) / 3);
}
@media only screen and (max-width: 768px) {
  .bl_first .bl_first_item li {
    width: calc((100% - 15px) / 2);
  }
  .bl_first .bl_first_item li img {
    width: 100%;
  }
}

/****************** 相見積もり中の方はこちら ******************/
.bl_estimate .bl_estimate_flame {
  padding: 10px;
  border: solid 1px #f08300;
  color: #43372e;
}
@media only screen and (max-width: 768px) {
  .bl_estimate .bl_estimate_flame {
    padding: 10px 0;
    border: none;
  }
}
.bl_estimate .bl_estimate_flame .bl_estimate_txt {
  font-size: 23px;
  font-weight: bold;
  margin: 10px 0;
  color: #43372e;
}
@media only screen and (max-width: 768px) {
  .bl_estimate .bl_estimate_flame .bl_estimate_txt {
    font-size: 16px;
    line-height: 1.4;
  }
}
.bl_estimate .bl_estimate_flame .h3_bw {
  padding: 15px 7px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background: #43372e;
}
@media only screen and (max-width: 768px) {
  .bl_estimate .bl_estimate_flame .h3_bw {
    font-size: 18px;
    line-height: 1.6;
  }
}
.bl_estimate .bl_estimate_flame .bl_estimate_txt2 {
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0;
  font-weight: 500;
}
.bl_estimate .bl_estimate_flame .marker_yl {
  background-color: rgb(254, 242, 44);
}
.bl_estimate .bl_estimate_flame .bl_estimate_caution {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 5px 5px 25px;
}
.bl_estimate .bl_estimate_flame .bl_estimate_caution li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 23px;
  font-weight: bold;
}
.bl_estimate .bl_estimate_flame .bl_estimate_caution li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 20px;
  background-image: url(../images/estimate/check.png);
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_estimate .bl_estimate_flame .bl_estimate_caution li {
    font-size: 16px;
    line-height: 1.6;
  }
}
.bl_estimate .bl_estimate_flame .wrap_estimate_point {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px 0;
}
.bl_estimate .bl_estimate_flame .wrap_estimate_point .bl_estimate_point {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.bl_estimate .bl_estimate_flame .wrap_estimate_point .bl_estimate_point .bl_estimate_point_ttl {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bl_estimate .bl_estimate_flame .wrap_estimate_point .bl_estimate_point .bl_estimate_point_ttl {
    gap: 10px;
  }
  .bl_estimate .bl_estimate_flame .wrap_estimate_point .bl_estimate_point .bl_estimate_point_ttl img {
    width: 17%;
  }
}
.bl_estimate .bl_estimate_flame .wrap_estimate_point .bl_estimate_point .bl_estimate_point_ttl .estimate_ttl {
  font-size: 23px;
  color: #0757c1;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .bl_estimate .bl_estimate_flame .wrap_estimate_point .bl_estimate_point .bl_estimate_point_ttl .estimate_ttl {
    font-size: 20px;
    line-height: 1.3;
    background: none;
    padding: 10px;
    width: 100%;
  }
}
.bl_estimate .bl_estimate_flame .wrap_estimate_point .bl_estimate_point > p {
  font-weight: 500;
  color: #43372e;
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .bl_estimate .bl_estimate_flame .wrap_estimate_point .bl_estimate_point > p {
    font-size: 16px;
  }
}
.bl_estimate .bl_estimate_flame .bl_estimate_txt3 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: -1.8px;
}
@media only screen and (max-width: 768px) {
  .bl_estimate .bl_estimate_flame .bl_estimate_txt3 {
    font-size: 18px;
  }
}

.bl_estimate_about {
  margin-top: 20px;
}
.bl_estimate_about .estimate_about {
  display: flex;
  gap: 20px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .bl_estimate_about .estimate_about {
    display: block;
  }
}
.bl_estimate_about .estimate_about .estimate_about_img {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .bl_estimate_about .estimate_about .estimate_about_img {
    width: auto;
    float: left;
    margin: 0 15px 0 0;
    width: 50%;
  }
}
.bl_estimate_about .estimate_about p {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .bl_estimate_about .estimate_about p {
    width: auto;
  }
  .bl_estimate_about .estimate_about p p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .bl_estimate_about .estimate_about .estimate_about_img {
    float: left;
    margin: 0 15px 0 0;
    width: 50%;
  }
  .bl_estimate_about .estimate_about p {
    font-size: 16px;
  }
}

/****************** お客様の声一覧 ******************/
.bl_voice {
  padding: 13px;
  border: solid 1px #f08300;
}
@media only screen and (max-width: 768px) {
  .bl_voice {
    padding: 0;
    border: none;
    margin-top: 30px;
  }
}
.bl_voice .bl_voice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .bl_voice .bl_voice_list {
    flex-direction: column;
  }
}
.bl_voice .bl_voice_list li {
  width: calc((100% - 44px) / 3);
  border: solid 1px #f08300;
}
@media only screen and (max-width: 768px) {
  .bl_voice .bl_voice_list li {
    width: 100%;
    border: none;
    display: flex;
  }
  .bl_voice .bl_voice_list li a {
    width: 100%;
    border: none;
    display: flex;
  }
}
.bl_voice .bl_voice_list li .bl_voice_list_img {
  position: relative;
  width: 214px;
  height: 161px;
}
.bl_voice .bl_voice_list li .bl_voice_list_img img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bl_voice .bl_voice_list li .bl_voice_list_img .news-item_cate {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 12px;
}
.bl_voice .bl_voice_list li .bl_voice_list_img .term-customer-voive{
    position: relative;
    width: 214px;
    height: 161px;
}
@media only screen and (max-width: 768px) {
  .bl_voice .bl_voice_list li .bl_voice_list_img .news-item_cate {
    top: 5px;
  }
    .bl_voice .bl_voice_list li .bl_voice_list_img{
        width: 50%;
        height: 37vw;
    }
}
.bl_voice .bl_voice_list li .bl_voice_list_img .term-onsite-voive {
  background: #0757c1;
  padding: 5px 10px;
}
.bl_voice .bl_voice_list li .bl_voice_list_img .term-customer-voive {
  background: #009944;
  padding: 5px 10px;
}
.bl_voice .bl_voice_list li .bl_voice_list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.bl_voice_list_txt {
  padding: 10px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .bl_voice_list_txt {
    width: 50%;
    font-size: 13px;
  }
}
.bl_voice_list_txt .news-item__date {
  margin-bottom: 10px;
}
.bl_voice_list_txt .news-item__title {
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .bl_voice_list_txt .news-item__title {
    -webkit-line-clamp: 4;
    line-height: 1.7;
  }
}
.bl_voice_list_txt .news-item__text {
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/****************** 外壁塗装メニュー ******************/
.bl_wallPainting .bl_wallPainting_mv {
  margin: 20px 0;
}
.bl_wallPainting .h2_or_gr {
  display: flex;
}
.bl_wallPainting .h2_or_gr .h2_or {
  font-size: 20px;
  padding: 23px 10px 13px;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 768px) {
  .bl_wallPainting .h2_or_gr .h2_or {
    font-size: 16px;
    padding: 5% 3%;
    width: 50%;
  }
}
.bl_wallPainting .h2_or_gr .h2_gr {
  font-size: 20px;
  background: #009944;
  color: #fff;
  font-weight: bold;
  padding: 23px 10px 13px;
  letter-spacing: -0.1px;
}
@media only screen and (max-width: 768px) {
  .bl_wallPainting .h2_or_gr .h2_gr {
    font-size: 16px;
    padding: 5% 3%;
    width: 50%;
  }
}
.bl_wallPainting .bl_wallPainting_flame {
  padding: 10px;
  border: solid 1px #f08300;
  color: #43372e;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl_satisfaction {
  border: solid 1px #f08300;
  color: #43372e;
  margin-bottom: 20px;
}
.bl_satisfaction .bl_satisfaction_reason {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .bl_satisfaction .bl_satisfaction_reason {
    flex-direction: column;
  }
}
.bl_satisfaction .bl_satisfaction_reason .bl_satisfaction_right .bl_satisfaction_reason_ttl {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.bl_satisfaction .bl_satisfaction_reason .bl_satisfaction_right .bl_satisfaction_reason_ttl .cl_orange,
.bl_satisfaction .bl_satisfaction_reason .bl_satisfaction_right .bl_satisfaction_reason_ttl .cl_red {
  font-size: 36px;
}
.bl_satisfaction .bl_satisfaction_reason .bl_satisfaction_right .bl_satisfaction_txt {
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .bl_satisfaction .bl_satisfaction_reason .bl_satisfaction_right .bl_satisfaction_txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
.bl_satisfaction .bl_satisfaction_suggestion {
  padding: 10px;
}
.bl_satisfaction .bl_satisfaction_suggestion .bl_satisfaction_suggestion_ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.bl_satisfaction .bl_satisfaction_suggestion .bl_satisfaction_suggestion_ttl .cl_orange {
  font-size: 52px;
}
@media only screen and (max-width: 768px) {
  .bl_satisfaction .bl_satisfaction_suggestion .bl_satisfaction_suggestion_ttl {
    gap: 5px;
    font-size: 20px;
    flex-wrap: wrap;
  }
  .bl_satisfaction .bl_satisfaction_suggestion .bl_satisfaction_suggestion_ttl img {
    width: 20%;
  }
  .bl_satisfaction .bl_satisfaction_suggestion .bl_satisfaction_suggestion_ttl .cl_orange {
    font-size: 20px;
  }
}
.bl_satisfaction .bl_satisfaction_suggestion .bl_satisfaction_suggestion_txt {
  background-image: url("../images/wallPainting/wall_paintiing_suggestion.png");
  background-repeat: no-repeat;
  background-position: 95% 100%;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .bl_satisfaction .bl_satisfaction_suggestion .bl_satisfaction_suggestion_txt {
    background: none;
  }
}
.bl_satisfaction .bl_satisfaction_suggestion .bl_satisfaction_suggestion_txt ul li {
  font-size: 16px;
  line-height: 2.1;
  font-weight: bold;
}

.bl_eight_reason .reason_ttl {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.bl_eight_reason .reason_ttl .cl_green {
  font-size: 42px;
}
.bl_eight_reason .reason_specialty .reason_specialty_item {
  font-weight: bold;
  display: flex;
  align-items: center;
  background: #f08300;
  color: #fff;
  font-size: 23px;
  border-radius: 5px;
  padding: 2px 3px;
  margin-bottom: 13px;
  height: 87px;
}
@media only screen and (max-width: 768px) {
  .bl_eight_reason .reason_specialty .reason_specialty_item {
    height: 77px;
  }
}
.bl_eight_reason .reason_specialty .bl_h3_head {
  font-size: 19px;
  width: 140px;
  text-align: center;
}
.bl_eight_reason .reason_specialty .bl_h3_head span {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .bl_eight_reason .reason_specialty .bl_h3_head {
    font-size: 13px;
    line-height: 1.3;
    width: 30%;
  }
  .bl_eight_reason .reason_specialty .bl_h3_head span {
    font-size: 20px;
  }
}
.bl_eight_reason .reason_specialty .bl_h3_txt {
  width: calc(100% - 140px);
  color: #43372e;
  background: #fff;
  border-radius: 5px;
  padding: 14px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  height: 81px;
}
@media only screen and (max-width: 768px) {
  .bl_eight_reason .reason_specialty .bl_h3_txt {
    width: 70%;
    font-size: 16px;
    line-height: 1.3;
    height: 71px;
  }
}

/****************** ビバペイントについて ******************/
.bl_company .bl_company_president {
  border: solid 1px #f08300;
  padding: 20px;
  margin-bottom: 20px;
}
.bl_company .bl_company_president .president_voice {
  font-size: 30px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px;
}
.bl_company .bl_company_president .bl_president_txt {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 15.5px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .bl_company .bl_company_president {
    border: none;
    padding: 0;
  }
  .bl_company .bl_company_president .president_voice {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
  }
  .bl_company .bl_company_president .bl_president_txt {
    flex-direction: column;
    font-size: 12px;
  }
}
.bl_company .bl_company_showRoom {
  border: solid 1px #f08300;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.bl_company .bl_company_showRoom .bl_company_showRoom1 p {
  margin-top: 10px;
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 600;
}
.bl_company .bl_company_showRoom .bl_company_showRoom2 {
  display: flex;
  gap: 20px;
}
.bl_company .bl_company_showRoom .bl_company_showRoom2 p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .bl_company .bl_company_showRoom {
    border: none;
    padding: 0;
  }
  .bl_company .bl_company_showRoom .bl_company_showRoom1 {
    margin-top: 20px;
    font-size: 12px;
  }
  .bl_company .bl_company_showRoom .bl_company_showRoom2 {
    display: flex;
    gap: 10px;
  }
  .bl_company .bl_company_showRoom .bl_company_showRoom2 p {
    font-size: 12px;
    line-height: 1.6;
  }
}
.bl_company .bl_company_info {
  border: solid 1px #f08300;
  margin-bottom: 20px;
}
.bl_company .bl_company_info table {
  width: 100%;
}
.bl_company .bl_company_info table tr {
  border-bottom: solid 1px #f08300;
}
.bl_company .bl_company_info table th {
  padding: 10px;
  font-weight: 600;
  width: 166px;
  line-height: 1.7;
}
.bl_company .bl_company_info table td {
  padding: 10px;
  font-weight: 600;
  width: calc(100% - 166px);
  line-height: 1.7;
}
.bl_company .bl_company_info .company_info_ttl {
  position: relative;
  padding-left: 13px;
}
.bl_company .bl_company_info .company_info_ttl:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/company/company_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 28%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .bl_company .bl_company_info {
    border: none;
    padding: 0;
  }
  .bl_company .bl_company_info table th {
    width: 30%;
    font-size: 12px;
  }
  .bl_company .bl_company_info table td {
    width: 70%;
    font-size: 12px;
  }
}
.bl_company .bl_company_acsess {
  border: solid 1px #f08300;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bl_company .bl_company_acsess .company_acsess .bl_company_acsess_ttl {
  font-size: 16px;
  background: #009944;
  font-weight: bold;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}
.bl_company .bl_company_acsess .company_acsess iframe {
  width: 100%;
  height: 270px;
}
.bl_company .bl_company_acsess .company_acsess_txt {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .bl_company .bl_company_acsess {
    border: none;
    padding: 0;
    margin-top: 20px;
  }
  .bl_company .bl_company_acsess .company_acsess iframe {
    height: 170px;
  }
  .bl_company .bl_company_acsess .company_acsess_txt {
    font-size: 12px;
  }
}
.bl_company .bl_contact_flow {
  border: solid 1px #f08300;
  padding: 20px;
}
.bl_company .bl_contact_flow ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.bl_company .bl_contact_flow ul li {
  width: calc((100% - 40px) / 3);
}
.bl_company .bl_contact_flow ul li img {
  margin-bottom: 10px;
}
.bl_company .bl_contact_flow ul li p {
  font-size: 12px;
  line-height: 1.6;
}
.bl_company .bl_contact_flow .bl_contact_flow_txt {
  border-top: 1px dashed #43372e;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .bl_company .bl_contact_flow {
    border: none;
    padding: 0;
    margin-top: 20px;
  }
  .bl_company .bl_contact_flow ul {
    flex-direction: column;
    gap: 30px;
  }
  .bl_company .bl_contact_flow ul li {
    display: flex;
    gap: 10px;
    width: 104%;
    position: relative;
  }
  .bl_company .bl_contact_flow ul li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 12px solid #009944;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }
  .bl_company .bl_contact_flow ul li img {
    width: 48%;
  }
  .bl_company .bl_contact_flow ul li p {
    width: 48%;
  }
}	
.company_flow{
	border: solid 1px #f08300;
    padding: 10px;
}
.contact-container {
    position: relative;
    display: inline-block;
    width: 100%; /* 必要に応じて調整 */
    padding: 0 3%;
}

.contact-base {
    width: 100%;
    height: auto;
    display: block;
}

.contact-phone {
    position: absolute;
    top: 22%; /* 電話番号エリアの調整 */
    left: 10%; /* 必要に応じて調整 */
    width: 80%; /* 必要に応じて調整 */
    height: auto;
}

.contact-estimate {
    position: absolute;
    top: 49%;
    left: 6%;
    width: 89%;
    height: auto;
}
.contact-phone img, .contact-estimate img {
    width: 100%;
    height: auto;
}
.contact-container {
    display: none;
}/* SP版でのみ表示 */
@media screen and (max-width: 768px) {
    .contact-container {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
  bl_footerContact::before {
    display: none;
  }
}


.work_introductions{
	width:100%;
}

.work_case{
	width:100%;
}
.bl_paintMenu_works_ttl {
  margin-top: 3em;
}
.bl_paintMenu_userVoice_moreBtn.single-work {
  margin: 1.8em 0 0.7em auto;
}
.bl_post_eyeCatch img {
  width: 100%;
  height: auto;
}
.custom_content {
	line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/****************** 404 ******************/
.bl_not_found {
  text-align: center;
  margin: 10% 0;
  line-height: 32px;
}/*# sourceMappingURL=style.css.map */


.bl_footerContact::before {
    top: 41px;
    height: 32px;
}
.bl_footerContact::after {
    height: 32px;
}

@media screen and (min-width: 768px) {
    .bl_footerContact .common_inr .pc_only {
    display: block !important;
}
}