@charset "UTF-8";
/* =================================================
    .el_about_l2heading
=================================================== */
.el_about_l2heading {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  border-bottom: 1px dotted #26664d;
  font-size: 22px;
  font-size: 2.2rem;
  color: #26664d;
  text-align: center;
}

/* =================================================
    .bl_aboutHeader
=================================================== */
.bl_aboutHeader .el_lv1Heading {
  margin-bottom: 0;
}

/* =================================================
    .bl_about
=================================================== */
.bl_about_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_about_sec {
    display: block;
  }
}
.bl_about_image {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_about_image {
    width: 100%;
    margin-bottom: 1em;
  }
}
.bl_about_disc {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_about_disc {
    width: 100%;
  }
}
.bl_about_disc p {
  line-height: 2.5;
}

/* =================================================
    .bl_company
=================================================== */
.bl_company_img {
  margin-bottom: 5rem;
  text-align: center;
}
.bl_company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-self: start;
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .bl_company dl {
    display: block;
    width: 100%;
  }
}
.bl_company dl dt, .bl_company dl dd {
  height: auto;
  margin-bottom: 1rem;
}
.bl_company dl dt {
  width: 30%;
  padding: 3rem 1em 3rem 4rem;
}
@media screen and (max-width: 1024px) {
  .bl_company dl dt {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.bl_company dl dd {
  width: 70%;
  padding: 3rem 3rem 3rem 1em;
}
@media screen and (max-width: 1024px) {
  .bl_company dl dd {
    width: 100%;
    padding: 2rem 1rem;
  }
}
.bl_company dl.bl_company_info {
  margin-bottom: 15rem;
}
.bl_company dl.bl_company_info dt, .bl_company dl.bl_company_info dd {
  background: #f4f2f0;
}
@media screen and (max-width: 1024px) {
  .bl_company dl.bl_company_info dt {
    background: #26664d;
    color: #fff;
    margin-bottom: 0;
  }
}
.bl_company dl.bl_company_history dt, .bl_company dl.bl_company_history dd {
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 1024px) {
  .bl_company dl.bl_company_history dt, .bl_company dl.bl_company_history dd {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .bl_company dl.bl_company_history dt {
    border: none;
    margin-bottom: 0;
  }
}

/* =================================================
    .bl_band_about
=================================================== */
.bl_band_about {
  padding-top: 35.156%;
  background: url(../images/about/img_about_band.jpg) no-repeat center top/cover;
}

/* =================================================
    .el_about_l2heading
=================================================== */
.el_about_l2heading {
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  border-bottom: 1px dotted #26664d;
  font-size: 22px;
  font-size: 2.2rem;
  color: #26664d;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .el_about_l2heading {
    font-size: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  .el_about_l2heading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* =================================================
    .bl_aboutHeader
=================================================== */
.bl_buildingHeader .el_lv1Heading {
  margin-bottom: 0;
}

/* =================================================
    .bl_building
=================================================== */
.bl_building_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .bl_building_sec {
    display: block;
  }
}
.bl_building_sec figure {
  display: block;
  width: 40%;
  height: auto;
  padding: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .bl_building_sec figure {
    width: 90%;
  }
}
.bl_building_sec figure.el_graph_circle img {
  max-width: 30.8rem;
}
@media screen and (max-width: 599px) {
  .bl_building_sec figure.el_graph_circle img {
    max-width: 20rem;
    margin: 0 auto;
  }
}
.bl_building_sec figure figcaption {
  margin-bottom: 1em;
}
.bl_building_reason h3 {
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 2rem;
  color: #26664d;
}
@media screen and (max-width: 599px) {
  .bl_building_reason h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_building_reason ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border: 1px solid #26664d;
  padding: 3em;
}
@media screen and (max-width: 599px) {
  .bl_building_reason ul {
    padding: 2em;
  }
}
.bl_building_reason ul li {
  line-height: 3em;
  margin-right: 2em;
}
@media screen and (max-width: 599px) {
  .bl_building_reason ul li {
    padding-left: 1em;
    margin-bottom: 1em;
    text-indent: -1.3em;
    line-height: 1.6;
  }
}
.bl_building_reason ul li::before {
  content: "\f2bd";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.3em;
  color: #26664d;
}

/* =================================================
    .bl_flow
=================================================== */
.bl_flow {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .bl_flow {
    text-align: left;
  }
}
.bl_flow .el_lead {
  margin-bottom: 5rem;
  text-align: center;
}
.bl_flow_type {
  width: 90%;
  margin: 0 auto 5rem;
}
.bl_flow_type_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_flow_type_disc {
  width: 55%;
  height: auto;
}
.bl_flow_type_disc h4 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}
.bl_flow_type_disc p {
  padding-left: 1.5em;
  margin-bottom: 3em;
  text-indent: -0.8em;
}
.bl_flow_type_disc i {
  margin-right: 0.5em;
}
.bl_flow_type_img {
  width: 40%;
  height: auto;
}
.bl_flow_type_img img {
  margin-bottom: 1em;
}

/* =================================================
    .bl_commitmentHeader
=================================================== */
.bl_commitmentHeader {
  text-align: center;
}
.bl_commitmentHeader img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .bl_commitmentHeader img {
    width: 92%;
  }
}

/* =================================================
    .bl_commitment
=================================================== */
.bl_commitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0;
}
@media screen and (max-width: 959px) {
  .bl_commitment {
    display: block;
  }
}
.bl_commitment_last {
  border-bottom: 1px dotted #000;
}
.bl_commitment h2 {
  width: 100%;
  height: auto;
  padding: 5rem 5rem 5rem 10rem;
  margin-bottom: 5.4rem;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .bl_commitment h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .bl_commitment h2 {
    padding: 5rem 1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_commitment_image {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .bl_commitment_image {
    width: 100%;
  }
}
.bl_commitment_disc {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .bl_commitment_disc {
    width: 100%;
  }
}
.bl_commitment_discInner {
  width: 84%;
  height: auto;
  padding-left: 10rem;
}
@media screen and (max-width: 959px) {
  .bl_commitment_discInner {
    width: calc(100% - 160px);
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .bl_commitment_discInner {
    width: 92%;
  }
}
.bl_commitment_discInner p {
  margin-bottom: 2em;
  line-height: 2.5;
}

/* =================================================
    .bl_commitment_think
=================================================== */
.bl_commitment_think {
  padding-top: 10rem;
  padding-bottom: 10rem;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 959px) {
  .bl_commitment_think {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_commitment_think {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_commitment_think .ly_sec_inner {
  padding-bottom: 0;
}
.bl_commitment_think p {
  text-align: center;
}

/* =================================================
    .bl_contactHeader
=================================================== */
.bl_contactHeader .el_lv1Heading {
  margin-bottom: 0;
}

/* =================================================
    .bl_band_contact
=================================================== */
.bl_band_contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f4f2f0;
  text-align: center;
}
.bl_band_contact h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
}
.bl_band_contact_tel {
  text-align: center;
}
.bl_band_contact_tel a {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
.bl_band_contact_time {
  text-align: center;
}

/* =================================================
    .bl_contact_kstyle
=================================================== */
.bl_contact_kstyle {
  padding-top: 10rem;
}

.bl_contact_kstyleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .bl_contact_kstyleWrap {
    display: block;
  }
}
.bl_contact_kstyleWrap .bl_contact_image {
  width: 50%;
  height: auto;
  padding: 0 1em;
}
@media screen and (max-width: 959px) {
  .bl_contact_kstyleWrap .bl_contact_image {
    width: 60%;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_contact_kstyleWrap .bl_contact_image {
    width: 80%;
  }
}
.bl_contact_kstyleWrap .bl_contact_disc {
  width: 50%;
  height: auto;
  padding: 0 2em;
}
@media screen and (max-width: 959px) {
  .bl_contact_kstyleWrap .bl_contact_disc {
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .bl_contact_kstyleWrap .bl_contact_disc {
    width: 100%;
  }
}
.bl_contact_kstyleWrap .bl_contact_disc p {
  margin-bottom: 1.3em;
}

/* =================================================
    .bl_contact
=================================================== */
.bl_contact {
  padding-top: 10rem;
  background: #f4f2f0;
  text-align: center;
}
.bl_contact .ly_sec_inner {
  max-width: 70rem;
}
.bl_contact .ly_sec_inner h2 {
  margin-bottom: 5rem;
  font-size: 22px;
  font-size: 2.2rem;
}
.bl_contact .ly_sec_inner .el_lead {
  margin-bottom: 5rem;
}
.bl_contact .ly_sec_inner .el_lead strong {
  color: #26664d;
}

/* =================================================
    .bl_form
=================================================== */
.bl_form {
  width: 88.5714%;
  height: auto;
  margin: 0 auto;
}
.bl_form_table {
  width: 100%;
  height: auto;
  margin-bottom: 5rem;
  text-align: left;
}
.bl_form_table th {
  width: 35.473%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_form_table th {
    display: block;
    width: 100%;
  }
}
.bl_form_table th.el_th_top {
  padding-top: 1em;
  vertical-align: top;
}
.bl_form_table td {
  width: 64.516%;
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 599px) {
  .bl_form_table td {
    width: 100%;
    display: block;
    padding-bottom: 2rem;
  }
}
.bl_form_table td.el_td_top {
  padding-top: 0;
  margin-top: 0;
  vertical-align: top;
}
.bl_form_table td.el_td_top .checkbox {
  margin-top: 0;
}
.bl_form_table td.el_td_top .checkbox .vertical-item + .vertical-item {
  margin-top: 1em;
}

/* =================================================
    確認画面
=================================================== */
.mw_wp_form_confirm .bl_form_table th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* =================================================
  .bl_applicationInfo_checkbox
=================================================== */
.bl_applicationInfo_checkbox {
  margin-bottom: 5rem;
}
.bl_applicationInfo_checkbox a {
  text-decoration: underline;
}

/* =================================================
    .bl_galleryHeader
=================================================== */
.bl_galleryHeader .el_header_lead {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .bl_galleryHeader .el_header_lead {
    text-align: left;
  }
}
.bl_galleryHeader .ly_sec_inner {
  padding-bottom: 5rem;
}

/* =================================================
    .bl_gallery_catList
=================================================== */
.bl_gallery_catList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .bl_gallery_catList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .bl_gallery_catList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bl_gallery_catList li {
  width: 16%;
  height: auto;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 1024px) {
  .bl_gallery_catList li {
    width: 18%;
  }
}
@media screen and (max-width: 959px) {
  .bl_gallery_catList li {
    width: 22%;
    margin-bottom: 4rem;
    margin-right: 10%;
  }
}
@media screen and (max-width: 599px) {
  .bl_gallery_catList li {
    width: 46%;
    margin: 0 2% 3rem;
  }
}
.bl_gallery_catList li a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}
.bl_gallery_catList li.el_cat_all {
  color: #000;
  border-color: #000;
}
.bl_gallery_catList li.el_cat_house {
  color: #26664d;
  border-color: #26664d;
}
.bl_gallery_catList li.el_cat_reform {
  color: #584624;
  border-color: #584624;
}
.bl_gallery_catList li.el_cat_shop {
  color: #774365;
  border-color: #774365;
}
.bl_gallery_catList li.el_cat_stove {
  color: #4e557c;
  border-color: #4e557c;
}
/* =================================================
    .bl_gallery
=================================================== */
.bl_gallery_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 599px) {
  .bl_gallery_wrap {
    display: block;
  }
}
.bl_gallery_wrap li {
  width: 30%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .bl_gallery_wrap li {
    width: 47%;
  }
}
@media screen and (max-width: 599px) {
  .bl_gallery_wrap li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 5rem;
  }
}
.bl_gallery_wrap li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .bl_gallery_wrap li:nth-child(3n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 599px) {
  .bl_gallery_wrap li:nth-child(3n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  .bl_gallery_wrap li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .bl_gallery_wrap li:nth-child(2n) {
    margin-right: auto;
  }
}
.bl_gallery_wrap li a {
  display: block;
  width: 100%;
  height: auto;
}
.bl_gallery_wrap li a .bl_gallery_img {
  position: relative;
  margin-bottom: 1rem;
}
.bl_gallery_wrap li a figcaption {
  text-align: center;
}

/* =================================================
    .bl_gallery_cat
=================================================== */
.bl_gallery_cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}
.bl_gallery_cat .el_cat {
  display: block;
  width: auto;
  min-width: 10rem;
  height: 3rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0;
  font-size: 14px;
  text-align: center;
  line-height: 3rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_gallery_cat .el_cat.el_cat_house {
  background-color: #26664d;
}
.bl_gallery_cat .el_cat.el_cat_reform {
  background-color: #584624;
}
.bl_gallery_cat .el_cat.el_cat_shop {
  background-color: #774365;
}
.bl_gallery_cat .el_cat.el_cat_stove {
  background-color: #4e557c;
  font-size: 60%;
}

/* =================================================
    .bl_photo
=================================================== */
@media screen and (min-width: 1025px) {
  .bl_photo .ly_sec_inner {
    max-width: 900px;
  }
}
.bl_photo_list .bl_gallery_cat {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/* =================================================
    .bl_photo_discWrap
=================================================== */
.bl_photo_discWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .bl_photo_discWrap {
    display: block;
  }
}
.bl_photo_discWrap .bl_photo_disc {
  width: 66%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66%;
          flex: 0 0 66%;
  height: auto;
  padding-right: 4rem;
  border-right: 1px solid #26664d;
}
@media screen and (max-width: 959px) {
  .bl_photo_discWrap .bl_photo_disc {
    width: 100%;
    padding: 0;
    padding-bottom: 5rem;
    border: none;
    border-bottom: 1px solid #26664d;
  }
}
.bl_photo_discWrap .bl_photo_disc h2 {
  margin-bottom: 2rem;
  font-size: 22px;
  color: #26664d;
}
.bl_photo_discWrap .bl_photo_disc p {
  font-size: 16px;
  margin-bottom: 1.5em;
}
.bl_photo_discWrap .bl_photo_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
  padding-left: 4rem;
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .bl_photo_discWrap .bl_photo_info {
    width: 100%;
    padding: 0;
    margin-top: 5rem;
  }
}
.bl_photo_discWrap .bl_photo_info p {
  margin-bottom: 1em;
  font-size: 15px;
}
.bl_photo_discWrap .bl_photo_info ul {
  margin-bottom: 2em;
}
.bl_photo_discWrap .bl_photo_info ul li {
  margin-bottom: 0.3em;
  text-indent: -4px;
  font-size: 14px;
}
.bl_photo_discWrap .bl_photo_info ul li::before {
  content: "・";
  display: inline-block;
}
.bl_photo_discWrap .bl_photo_info h3 {
  margin-top: 2em;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #26664d;
  font-size: 16px;
  font-weight: 500;
  color: #26664d;
}

/* =================================================
    .bl_k-style
=================================================== */
.bl_k-style {
  width: 80%;
  height: auto;
  border: 1px solid #26664d;
  padding: 1em;
  margin: 0 auto 100px;
}

/* =================================================
    .bl_policyHeader
=================================================== */
.bl_policyHeader .el_lv1Heading {
  margin-bottom: 0;
}

/* =================================================
    .bl_policy
=================================================== */
.bl_policy {
  padding-bottom: 0;
}
.bl_policy h2 {
  margin-bottom: 1.4em;
}
.bl_policy p {
  margin-bottom: 1.4em;
}
.bl_policy p:last-child {
  margin-bottom: 0;
}

/* =================================================
    .bl_stoveHeader
=================================================== */
.bl_stoveHeader .el_lv1Heading {
  margin-bottom: 0;
}

/* =================================================
    .bl_band_about
=================================================== */
.bl_band_stove {
  padding-top: 35.156%;
  margin-bottom: 10rem;
  background: url(../images/stove/img_stove_band.jpg) no-repeat center top/cover;
}
@media screen and (max-width: 959px) {
  .bl_band_stove {
    padding-top: 60%;
  }
}

/* =================================================
    .bl_stove
=================================================== */
.bl_stove .ly_sec_inner:after {
  content: "";
  clear: both;
  display: block;
}
.bl_stove h2 {
  margin-bottom: 5rem;
  font-size: 26px;
  font-size: 2.6rem;
  color: #26664d;
}
@media screen and (max-width: 959px) {
  .bl_stove h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_stove h3 {
  margin-bottom: 3rem;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .bl_stove h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_stove p {
  margin-bottom: 5rem;
  line-height: 2.5;
}
.bl_stove p a {
  text-decoration: underline;
}
.bl_stove h4 {
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
.bl_stove ol li {
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}
.bl_stove_cont {
  float: left;
  width: 50%;
  height: auto;
  padding-right: 2%;
  clear: both;
}
@media screen and (max-width: 959px) {
  .bl_stove_cont {
    width: 100%;
    float: none;
  }
}
.bl_stove_contImg {
  float: right;
  width: 50%;
  height: auto;
  padding-left: 2%;
}
@media screen and (max-width: 959px) {
  .bl_stove_contImg {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
}
.bl_stove_contImg img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  .bl_stove_contImg img {
    width: 48%;
    margin-top: 2rem;
  }
}

/* =================================================
    .bl_panadero
=================================================== */
.bl_panadero {
  padding-top: 10rem;
  background: #112c0e;
}
.bl_panadero h2 {
  margin-bottom: 5rem;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .bl_panadero h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_panadero ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .bl_panadero ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .bl_panadero ul {
    display: block;
  }
}
.bl_panadero ul li {
  width: 20%;
  height: auto;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .bl_panadero ul li {
    width: 45%;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_panadero ul li {
    width: 80%;
    margin: 0 auto 5rem;
  }
}
.bl_panadero ul li img {
  margin-bottom: 2rem;
  border-radius: 50%;
}
.bl_panadero ul li h3 {
  margin-bottom: 1rem;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .bl_panadero ul li h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_panadero ul li button {
  width: 100%;
  max-width: 207px;
  height: 40px;
  padding: 2px 15px;
  margin: 30px auto 0;
  background: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 100vh;
  border: 1px solid #26664d;
  font-size: 18px;
  font-size: 1.8rem;
}

/* =================================================
    .bl_panaderoLink
=================================================== */
.bl_panaderoLink {
  padding-top: 10rem;
  padding-bottom: 0rem;
  text-align: center;
}
.bl_panaderoLink a.el_btn {
  font-size: 26px;
  font-size: 2.6rem;
  width: 70%;
  height: 8rem;
  line-height: 8rem;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .bl_panaderoLink a.el_btn {
    width: 100%;
    height: auto;
    max-width: 50rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 2.3rem 1em 2rem 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.bl_panaderoLink a.el_btn__radius {
  border-radius: 4rem;
}
@media screen and (max-width: 599px) {
  .bl_panaderoLink a.el_btn__radius {
    border-radius: 5.3rem;
  }
}
.bl_panaderoLink i {
  margin-left: 1em;
}

/* =================================================
    .bl_teamHeader
=================================================== */
.bl_teamHeader {
  margin-bottom: 5rem;
}
.bl_teamHeader .bl_teamHeader_lead {
  font-size: 22px;
  font-size: 2.2rem;
  color: #26664d;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .bl_teamHeader .bl_teamHeader_lead {
    font-size: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 599px) {
  .bl_teamHeader .bl_teamHeader_lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* =================================================
    .bl_team
=================================================== */
.bl_team_member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .bl_team_member {
    display: block;
  }
}
.bl_team_member li:after {
  content: "";
  clear: both;
  display: block;
}
.bl_team_member li {
  width: 49%;
  height: auto;
  padding: 3rem;
  margin-bottom: 2rem;
  background: #f4f2f0;
}
@media screen and (max-width: 599px) {
  .bl_team_member li {
    width: 100%;
  }
}
.bl_team_member li.bl_team_w100 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5rem;
}
@media screen and (max-width: 599px) {
  .bl_team_member li.bl_team_w100 {
    display: block;
    padding: 3rem;
  }
}
.bl_team_member li.bl_team_w100 .bl_team_img {
  width: 26.6666666667%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_team_member li.bl_team_w100 .bl_team_img {
    float: none;
    width: 60%;
    margin: 0 auto 3rem;
    text-align: center;
  }
}
.bl_team_member li.bl_team_w100 .bl_team_name {
  width: 67.7777777778%;
}
@media screen and (max-width: 599px) {
  .bl_team_member li.bl_team_w100 .bl_team_name {
    width: 100%;
    margin-left: 0;
  }
}
.bl_team_member li > p {
  clear: both;
}
.bl_team_name {
  float: left;
  margin-left: 3rem;
}
.bl_team_name h2 {
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_team_name h3 {
  margin-bottom: 3rem;
  font-size: 22px;
  font-size: 2.2rem;
  color: #26664d;
}
.bl_team_name h3 .bl_team_en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_team_img {
  float: left;
  width: 41.8604651163%;
  margin-bottom: 3rem;
}
.bl_team_img img {
  border-radius: 50%;
}

/* =================================================
    .bl_topics
=================================================== */
.bl_topics_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 599px) {
  .bl_topics_article {
    display: block;
  }
}
.bl_topics_thum {
  width: 15rem;
  height: 15rem;
  margin-right: 3rem;
}
.bl_topics_thum img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .bl_topics_thum {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.bl_topics_con {
  width: calc(100% - 180px);
}
@media screen and (max-width: 599px) {
  .bl_topics_con {
    width: 100%;
  }
}
.bl_topics_con .bl_conHeader {
  margin-bottom: 1rem;
}
.bl_topics_con .bl_conHeader .el_cat {
  display: inline-block;
  min-width: 10.2rem;
  padding: 0.4rem 1.5rem;
  margin-right: 0.5em;
  border-radius: 1.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_topics_con .bl_conHeader .el_cat.el_cat_house {
  background: #26664d;
}
.bl_topics_con .bl_conHeader .el_cat.el_cat_reform {
  background: #584624;
}
.bl_topics_con .bl_conHeader .el_cat.el_cat_shop {
  background: #774365;
}
.bl_topics_con .bl_conHeader .el_cat.el_cat_stove {
  background: #4e557c;
}
.bl_topics_con h2 {
  margin-bottom: 5rem;
}
.bl_topics_con .el_btn_wrap {
  text-align: right;
}

/* =================================================
    .bl_topicsHeader
=================================================== */
.bl_topicsHeader .ly_sec_inner {
  padding-bottom: 0;
}

/* =================================================
    .bl_article
=================================================== */
.bl_article_conHeader .el_cat {
  display: inline-block;
  min-width: 10.2rem;
  padding: 0.4rem 1.5rem;
  margin-right: 0.5em;
  margin-bottom: 1rem;
  border-radius: 1.2rem;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_article_conHeader .el_cat.el_cat_house {
  background: #26664d;
}
.bl_article_conHeader .el_cat.el_cat_reform {
  background: #584624;
}
.bl_article_conHeader .el_cat.el_cat_shop {
  background: #774365;
}
.bl_article_conHeader .el_cat.el_cat_stove {
  background: #4e557c;
}
.bl_article_conHeader h2 {
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid #26664d;
  font-size: 22px;
  font-size: 2.2rem;
}
.bl_article_thum {
  margin-bottom: 5rem;
}
.bl_article_con {
  margin-bottom: 10rem;
}
.bl_article_con p {
  margin-bottom: 2.5em;
}
.bl_article_con p :last-of-type {
  margin-bottom: 0;
}
.bl_article_pagenavi {
  margin-bottom: 10rem;
}
.bl_article_pagenavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_article_pagenavi ul li::before, .bl_article_pagenavi ul li::after {
  display: inline-block;
}
.bl_article_pagenavi ul li.el_btn_before::before {
  content: "<";
  margin-right: 0.5em;
}
.bl_article_pagenavi ul li.el_btn_after::after {
  content: ">";
  margin-left: 0.5em;
}

/* =================================================
    .bl_article_con
=================================================== */
.bl_article_con h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.bl_article_con h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h5 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.bl_article_con h6 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.bl_article_con p {
  min-height: 1em;
  margin-bottom: 1.5em;
}
.bl_article_con ul {
  margin-bottom: 2em;
}
.bl_article_con ul li {
  margin-bottom: 0.5em;
}
.bl_article_con strong {
  font-weight: bold;
}
.bl_article_con em {
  font-weight: bold;
  font-style: italic;
}
.bl_article_con figure {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .bl_article_con figure {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bl_article_con a {
  text-decoration: underline;
}
.bl_article_con blockquote.wp-embedded-content {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.bl_article_con iframe.wp-embedded-content {
  position: relative !important;
}

/* =====================================================
	.bl_pager (SP)
======================================================== */
.bl_pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
}
.bl_pager .el_btn_before,
.bl_pager .el_btn_after {
  position: relative;
}
.bl_pager .el_btn_before a::after,
.bl_pager .el_btn_before a::after,
.bl_pager .el_btn_after a::after,
.bl_pager .el_btn_after a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
}
.bl_pager .el_btn_before a {
  padding-left: 2em;
}
.bl_pager .el_btn_before a::after {
  left: 1em;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bl_pager .el_btn_after a {
  text-align: right;
  padding-right: 1.5em;
}
.bl_pager .el_btn_after a::after {
  right: 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* =================================================
    .bl_firstView
=================================================== */
.bl_firstView {
  position: relative;
  width: 100%;
  height: auto;
}
.bl_firstView_catch {
  position: absolute;
  top: 6rem;
  right: 5rem;
  width: 7.8125%;
  height: auto;
  z-index: 10000;
}
@media screen and (max-width: 1024px) {
  .bl_firstView_catch {
    width: 9.765625%;
  }
}
@media screen and (max-width: 599px) {
  .bl_firstView_catch {
    top: 2rem;
    right: 20%;
    width: 12%;
  }
}
.bl_firstView .el_scrollIcon {
  position: absolute;
  left: 1.56%;
  bottom: 2.4rem;
}
@media screen and (max-width: 959px) {
  .bl_firstView .el_scrollIcon {
    left: 1em;
    bottom: -3.5rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_firstView .el_scrollIcon {
    left: 1em;
    bottom: 3.5rem;
  }
}
.bl_firstView .el_scrollIcon a {
  display: block;
  padding-left: 0.4rem;
}
.bl_firstView .bl_slider_list {
  position: relative;
}
.bl_firstView .bl_slider_list li a {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .bl_firstView .bl_slider_list li a {
    left: 20%;
    bottom: 1rem;
  }
}
.bl_firstView_news {
  float: right;
}
.bl_firstView_news:after {
  content: "";
  clear: both;
  display: block;
}
.bl_firstView_news {
  margin-top: 0;
  margin-bottom: 3rem;
  margin-right: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
  .bl_firstView_news {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_firstView_news {
    float: none;
    width: auto;
    margin: 3rem auto;
    margin-left: 3em;
  }
}
.bl_firstView_news a::after {
  display: inline-block;
  content: "\f061";
  margin-left: 1em;
  color: #26664d;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.bl_firstView_newsInfo {
  font-size: 12px;
  font-size: 1.2rem;
}
.bl_firstView_newsInfo::before, .bl_firstView_newsInfo::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #000;
  margin-left: 1em;
  margin-right: 1em;
}

/* =================================================
    .bl_concept
=================================================== */
.bl_concept {
  position: relative;
  padding-top: 62.5%;
  padding-bottom: 0;
  margin-top: 15rem;
  margin-bottom: 10rem;
  background: url(../images/frontpage/blg_main.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 599px) {
  .bl_concept {
    padding: 4em 4%;
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.bl_concept::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.bl_concept img {
  position: absolute;
  width: 69.96953125%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .bl_concept img {
    width: 77%;
  }
}
@media screen and (max-width: 599px) {
  .bl_concept img {
    display: none;
  }
}
.bl_concept_text {
  display: none;
}
@media screen and (max-width: 599px) {
  .bl_concept_text {
    position: relative;
    display: block;
    color: #fff;
    z-index: 2;
  }
}
@media screen and (max-width: 599px) {
  .bl_concept_text h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 599px) {
  .bl_concept_text p {
    margin-bottom: 1em;
    line-height: 2;
  }
}

/* =================================================
    .bl_index
=================================================== */
.bl_index h2 {
  margin-bottom: 6rem;
  font-size: 32px;
  font-size: 3.2rem;
  color: #26664d;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_index h2 {
    margin-bottom: 3rem;
    font-size: 20px;
    font-size: 2rem;
  }
}
.bl_index_imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_index_imgWrap li {
  width: 25%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .bl_index_imgWrap li {
    width: 50%;
  }
}
.bl_index_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_index_link li {
  position: relative;
  width: 33.33%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .bl_index_link li {
    width: 100%;
    margin-top: 0.1rem;
  }
}
.bl_index_link li a {
  display: block;
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
  text-align: center;
  background: #112c0e;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .bl_index_link li a {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.bl_index_link li::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: 8rem;
  background: #707070;
}
@media screen and (max-width: 599px) {
  .bl_index_link li::after {
    width: 0.6rem;
    height: 0.6rem;
    vertical-align: middle;
    border-color: #fff; /* arrow color */
    background: transparent;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 45%;
    right: 1em;
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
.bl_index_link li:last-of-type::after {
  content: "";
}
.bl_index .bl_performance {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance {
    margin-bottom: 50px;
  }
}
.bl_index .bl_performance .el_lead {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .el_lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_index .bl_performance .bl_performance_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap {
    gap: 30px;
  }
}
.bl_index .bl_performance .bl_performance_listWrap li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 3);
          flex: 0 0 calc((100% - 120px) / 3);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
    gap: 10px;
  }
}
.bl_index .bl_performance .bl_performance_listWrap li:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 3);
          flex: 0 0 calc((100% - 120px) / 3);
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap li:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.bl_index .bl_performance .bl_performance_listWrap li h3 {
  margin-top: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap li h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_index .bl_performance .bl_performance_listWrap li p {
  text-align: center;
}
.bl_index .bl_performance .bl_performance_listWrap li img {
  width: 60%;
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap li img {
    width: 40%;
    max-width: 100px;
  }
}
.bl_index .bl_performance .bl_performance_listWrap li:nth-of-type(2) img {
  width: 60%;
  max-width: 145px;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap li:nth-of-type(2) img {
    width: 60%;
    max-width: 145px;
  }
}
.bl_index .bl_performance .bl_performance_listWrap li:nth-of-type(3) img {
  width: 60%;
  max-width: 145px;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap li:nth-of-type(3) img {
    width: 50%;
    max-width: 100px;
  }
}
.bl_index .bl_performance .bl_performance_listWrap li:nth-of-type(4) img {
  width: 60%;
  max-width: 145px;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap li:nth-of-type(4) img {
    width: 50%;
    max-width: 100px;
  }
}
.bl_index .bl_performance .bl_performance_listWrap li:nth-of-type(5) img {
  width: 60%;
  max-width: 110px;
}
@media screen and (max-width: 1024px) {
  .bl_index .bl_performance .bl_performance_listWrap li:nth-of-type(5) img {
    width: 50%;
    max-width: 70px;
  }
}

/* =================================================
    .bl_pickup
=================================================== */
.bl_pickup {
  margin-bottom: 10rem;
}
.bl_pickup h2 {
  margin-bottom: 5rem;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_pickup h2 {
    margin-bottom: 3rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_pickup .ly_sec_inner {
  padding: 5.7rem 5rem 5rem;
  background: #f4f2f0;
}
@media screen and (max-width: 1024px) {
  .bl_pickup .ly_sec_inner {
    padding: 2.8rem 2.5rem 2.5rem;
  }
}
.bl_pickup_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .bl_pickup_wrap {
    display: block;
  }
}
.bl_pickup_wrap .bl_pickup_image,
.bl_pickup_wrap .bl_poickup_disc {
  width: 47.7777777778%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .bl_pickup_wrap .bl_pickup_image,
  .bl_pickup_wrap .bl_poickup_disc {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .bl_pickup_wrap .bl_pickup_image {
    margin-bottom: 2em;
  }
}
.bl_pickup_wrap .bl_pickup_image img {
  margin-bottom: 0.5rem;
}
.bl_pickup_wrap .bl_poickup_disc h3 {
  margin-bottom: 3rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .bl_pickup_wrap .bl_poickup_disc h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_pickup_wrap .bl_poickup_disc p {
  margin-bottom: 1em;
}
.bl_pickup_wrap .bl_poickup_disc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .bl_pickup_wrap .bl_poickup_disc ul {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .bl_pickup_wrap .bl_poickup_disc ul {
    display: block;
  }
}
.bl_pickup_wrap .bl_poickup_disc ul li {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 959px) {
  .bl_pickup_wrap .bl_poickup_disc ul li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_pickup_wrap .bl_poickup_disc ul li {
    margin-bottom: 1em;
  }
}

/* =================================================
    .bl_news
=================================================== */
.bl_news .ly_sec_inner:after {
  content: "";
  clear: both;
  display: block;
}
.bl_news_heading {
  float: left;
  width: 22%;
  height: 30rem;
  background: #333333;
  padding: 9.7rem 3rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .bl_news_heading {
    float: none;
    width: 100%;
    height: auto;
    padding: 2rem 1em;
    margin-bottom: 1em;
  }
}
.bl_news_heading h2 {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .bl_news_heading h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.bl_news_heading a.el_btn {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .bl_news_heading a.el_btn {
    max-width: 16rem;
  }
}
.bl_news ul {
  width: 77%;
  height: auto;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .bl_news ul {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .bl_news ul {
    width: 100%;
    display: block;
    float: none;
  }
}
.bl_news ul li {
  width: 32.478%;
  height: 30rem;
  background: #f4f2f0;
  padding: 2rem;
}
@media screen and (max-width: 599px) {
  .bl_news ul li {
    width: 100%;
    height: auto;
    padding: 4rem 2rem;
    margin-bottom: 1em;
  }
}
.bl_news ul li img {
  width: 100%;
  margin-bottom: 2rem;
}
.bl_news ul li h3 {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .bl_news ul li h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.bl_news_bottom {
  display: none;
}
@media screen and (max-width: 599px) {
  .bl_news_bottom {
    display: block;
    background: #333333;
    padding: 3rem;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 599px) {
  .bl_news_bottom .el_btn {
    width: 60%;
  }
}

/* =================================================
    .bl_stove
=================================================== */
.bl_secStove_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 959px) {
  .bl_secStove_wrap {
    display: block;
  }
}
.bl_secStove_wrap .bl_secStove_cont {
  position: relative;
  width: 41.40625%;
  height: auto;
  background: #112c0e;
  padding-top: 11.1rem;
  padding-bottom: 11.1rem;
  padding-left: 10.9375%;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .bl_secStove_wrap .bl_secStove_cont {
    width: 100%;
    padding: 5rem 2rem;
    text-align: center;
  }
}
.bl_secStove_wrap .bl_secStove_cont h2 {
  margin-bottom: 4rem;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .bl_secStove_wrap .bl_secStove_cont h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_secStove_wrap .bl_secStove_cont h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.bl_secStove_wrap .bl_secStove_cont h2 span {
  display: block;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.bl_secStove_wrap .bl_secStove_cont p {
  margin-bottom: 4rem;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .bl_secStove_wrap .bl_secStove_cont p {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .bl_secStove_wrap .bl_secStove_cont p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.bl_secStove_wrap .bl_secStove_cont .el_btn__radius {
  border-radius: 2.1rem;
}
.bl_secStove_wrap .bl_secStove_img {
  width: 58.59375%;
  padding-top: 39%;
  background: url(../images/frontpage/img_stove.jpg) no-repeat left top/cover;
}
@media screen and (max-width: 959px) {
  .bl_secStove_wrap .bl_secStove_img {
    width: 100%;
    padding-top: 66.66%;
    background: url(../images/frontpage/img_stove.jpg) no-repeat center top/cover;
  }
}

/* =================================================
    .bl_presents
=================================================== */
.bl_presents {
  background: #f4f2f0;
  padding-top: 10rem;
}
@media screen and (max-width: 959px) {
  .bl_presents {
    padding-top: 5rem;
  }
}
.bl_presents_wrap {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .bl_presents_wrap {
    display: block;
    width: 100%;
  }
}
.bl_presents_img {
  width: 45.212%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .bl_presents_img {
    width: 60%;
    max-width: 42.5rem;
    margin: 0 auto;
  }
}
.bl_presents_cont {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
  padding-left: 3.7rem;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .bl_presents_cont {
    width: 90%;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 0;
    text-align: center;
  }
}
.bl_presents_cont h2 {
  margin-bottom: 2rem;
  font-size: 26px;
  font-size: 2.6rem;
  color: #112c0e;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .bl_presents_cont h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .bl_presents_cont h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.bl_presents_cont p {
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .bl_presents_cont p {
    margin-bottom: 4rem;
  }
}

/* =================================================
    折り畳みアーカイブウィジェット
=================================================== */
.widget {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .widget {
    width: calc(100% - 160px);
    margin: 0 auto 8rem;
  }
}
.widget .bl_cat_list li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #26664d;
}
.widget_archive a.year {
  display: block;
  padding: 1.5em 0;
  cursor: pointer;
  border-bottom: 1px solid #26664d;
}
.widget_archive a.year.open .mark {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget_archive .widget-title {
  font-weight: 600;
  padding-bottom: 0.6em;
  margin-bottom: 2rem;
  color: #26664d;
  border-bottom: 2px solid #26664d;
}
.widget_archive .mark {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.4em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid black;
}
@media screen and (max-width: 1024px) {
  .widget_archive .mark {
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid black;
  }
}
@media screen and (max-width: 599px) {
  .widget_archive .mark {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid black;
  }
}
.widget_archive .month {
  display: none;
  padding-right: 1em;
  padding-left: 1em;
  border-bottom: 1px solid #26664d;
}
.widget_archive .month li:nth-of-type(n + 2) {
  border-top: 1px dotted #26664d;
}
.widget_archive .month li a {
  display: block;
  padding: 0.8em 0 0.9em 0.3em;
}

/* =================================================
    .bl_slider
=================================================== */
#js_slider {
  position: relative;
  width: 90%;
  height: 0;
  padding-top: 52.25%;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  #js_slider {
    padding-top: 54.25%;
  }
}
@media screen and (max-width: 599px) {
  #js_slider {
    width: 120%;
    padding-top: 80%;
  }
}
#js_slider .bl_slider_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  #js_slider .bl_slider_list {
    width: 120%;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-60%, 0);
            transform: translate(-60%, 0);
  }
}
#js_slider .slick-dots {
  left: 0;
  bottom: 0;
  text-align: left;
}
@media screen and (max-width: 599px) {
  #js_slider .slick-dots {
    left: 1em;
  }
}
#js_slider .slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0;
  margin-right: 1rem;
  padding: 0;
  cursor: pointer;
}
#js_slider .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
}
#js_slider .slick-dots li button:before {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background: #ddd;
}
#js_slider .slick-dots li.slick-active button:before {
  background: #aaa;
}

.js_slideAnimation img {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
}
@media screen and (max-width: 599px) {
  .js_slideAnimation img {
    -webkit-animation: fadezoom_sp 8s 0s forwards;
            animation: fadezoom_sp 8s 0s forwards;
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadezoom_sp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
}
@keyframes fadezoom_sp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
}
/* CSS Document */
/* ======================================
    #page404 (SP)
====================================== */
#page404 {
  text-align: center;
}

#page404 .box-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 100px;
}

#page404 h2 {
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

#page404 .btnInquiry {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
}

#page404 .btnInquiry a {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #000;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}

@media screen and (min-width: 1025px) {
  /* ======================================
      #page404 (min-width:1025px)
  ====================================== */
  #page404 .btnInquiry a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    opacity: 1;
  }
}
/* CSS Document */
/* ======================================
  .wp-pagenavi (SP)
======================================= */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0;
  margin-right: 17px;
  padding: 0;
  border: none;
}

.wp-pagenavi a:nth-child(1),
.wp-pagenavi span:nth-child(1) {
  margin-right: 0;
  font-size: 20px;
  font-size: 2rem;
}

.wp-pagenavi a:nth-last-child(1),
.wp-pagenavi span:nth-last-child(1) {
  margin-right: 0;
  font-size: 20px;
  font-size: 2rem;
}

.wp-pagenavi .pages {
  display: block;
  width: 100%;
  margin-top: 2rem;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.wp-pagenavi .page {
  line-height: 2em;
  width: 2em;
  height: 2em;
}

.wp-pagenavi span.current {
  font-weight: 400;
  line-height: 2.2em;
  width: 2.2em;
  height: 2.2em;
  color: #fff;
  background-color: rgba(38, 102, 77, 0.5);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  font-size: 20px;
  font-size: 2rem;
  width: 0.7em;
  padding-bottom: 0.3em;
}

.wp-pagenavi__container {
  margin-bottom: 1.5em;
}

.wp-pagenavi__container a {
  margin-right: 2.1em;
}

.wp-pagenavi__container a:nth-last-of-type(1) {
  margin-right: 0;
}

.wp-pagenavi__container span {
  margin-right: 2.1em;
  padding: 0.5em 0.7em;
  color: #fff;
  background-color: #e84709;
}

.wp-pagenavi__last-prev {
  width: 1em;
  height: 1em;
  background: transparent url(./../images/topics/last-prev.png) no-repeat top center/100%;
}

.wp-pagenavi__prev {
  width: 0.5em;
  height: 0.9em;
  background: transparent url(./../images/topics/prev.png) no-repeat top center/100%;
}

.wp-pagenavi__last-next {
  width: 1em;
  height: 1em;
  background: transparent url(./../images/topics/last-next.png) no-repeat top center/100%;
}

.wp-pagenavi__next {
  width: 0.5em;
  height: 0.9em;
  background: transparent url(./../images/topics/next.png) no-repeat top center/100%;
}/*# sourceMappingURL=page.css.map */