@charset "UTF-8";
/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width:640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out, #TP_didMap .ttl_caption span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.tbl_scroll {
  overflow-x: auto;
}
.tbl_scroll table {
  min-width: 600px;
}

.def_cntSize, .biz_listBox, #BS_btmNV .wrp {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width:980px) {
  .def_cntSize, .biz_listBox, #BS_btmNV .wrp {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width:640px) {
  .def_cntSize, .biz_listBox, #BS_btmNV .wrp {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.lang_ja {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGES
/* -------------------------------------------------------------------------*/
@media only screen and (max-width:1200px) {
  .pg_kv_page::after {
    width: 54.1666666667%;
    padding-top: 20.8333333333%;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BUSINESS - COMMON
/* -------------------------------------------------------------------------*/
.bs_wrp {
  max-width: 1000px;
  margin: 0 auto;
}

.bz_wrp {
  max-width: 1000px;
  margin: 0 auto;
}

.cnt_bs_common, .cnt_bs_block_2_1, .cnt_bs_block_2_2, .cnt_bs_block_1 {
  padding: 90px 0 0;
}
.cnt_bs_common .link_btn_1, .cnt_bs_block_2_1 .link_btn_1, .cnt_bs_block_2_2 .link_btn_1, .cnt_bs_block_1 .link_btn_1 {
  margin-top: 30px;
}
.cnt_bs_common .link_btn_1 a, .cnt_bs_block_2_1 .link_btn_1 a, .cnt_bs_block_2_2 .link_btn_1 a, .cnt_bs_block_1 .link_btn_1 a {
  margin: 2px 0;
}
@media only screen and (max-width:640px) {
  .cnt_bs_common, .cnt_bs_block_2_1, .cnt_bs_block_2_2, .cnt_bs_block_1 {
    padding-top: 55px;
  }
}

.cnt_bs_block_2_1, .cnt_bs_block_2_2 {
  display: flex;
  overflow: hidden;
}
.cnt_bs_block_2_1 .text, .cnt_bs_block_2_2 .text {
  flex: 1;
  background-color: #fbfbfb;
  transition: all 0.8s ease;
  border: 1px solid #e9e9e9;
}
.bs_im .cnt_bs_block_2_1 .text, .bs_im .cnt_bs_block_2_2 .text {
  border-color: #d2e9ff;
}
.cnt_bs_block_2_1 .text.anm_on, .cnt_bs_block_2_2 .text.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
}
.cnt_bs_block_2_1 .fig, .cnt_bs_block_2_2 .fig {
  width: 40%;
  transition: all 0.8s ease;
}
.cnt_bs_block_2_1 .fig figure, .cnt_bs_block_2_2 .fig figure {
  position: relative;
  margin: 0;
  padding: 0;
}
.cnt_bs_block_2_1 .fig img, .cnt_bs_block_2_2 .fig img {
  width: auto;
  height: auto;
  width: 110%;
}
.cnt_bs_block_2_1 .fig.anm_on, .cnt_bs_block_2_2 .fig.anm_on {
  opacity: 1 !important;
}
.cnt_bs_block_2_1 .cnt_title_4 + p, .cnt_bs_block_2_2 .cnt_title_4 + p {
  margin-top: 5px;
}
.cnt_bs_block_2_1 h5, .cnt_bs_block_2_2 h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  margin: 0 0 5px;
  font-weight: normal;
}
.cnt_bs_block_2_1 h5 + p, .cnt_bs_block_2_2 h5 + p {
  margin-top: 5px;
  margin-left: 10px;
}
.cnt_bs_block_2_1 .size_s, .cnt_bs_block_2_2 .size_s {
  font-size: 14px;
  font-size: 0.875rem;
  color: #505050;
}
@media only screen and (max-width:640px) {
  .cnt_bs_block_2_1, .cnt_bs_block_2_2 {
    display: block;
  }
  .cnt_bs_block_2_1 .fig, .cnt_bs_block_2_2 .fig {
    opacity: 0;
    margin: 30px 0;
    width: 100%;
    text-align: center;
    transform: translate(0) !important;
  }
  .cnt_bs_block_2_1 .fig img, .cnt_bs_block_2_2 .fig img {
    width: 100%;
    max-width: 400px;
  }
}

.cnt_bs_block_2_1 .text {
  padding: 3% 6% 3% 3%;
  transform: translateX(-10%);
}
.cnt_bs_block_2_1 .fig.anm_on {
  transform: translate(-10%, -10%);
}

.cnt_bs_block_2_2 {
  flex-direction: row-reverse;
}
.cnt_bs_block_2_2 .text {
  padding: 3% 3% 3% 6%;
  transform: translateX(10%);
}
.cnt_bs_block_2_2 .text.anm_on {
  transform: translateX(0);
}
.cnt_bs_block_2_2 .fig {
  transform: translate(-10%, 0);
}
.cnt_bs_block_2_2 .fig.anm_on {
  transform: translate(0, -10%);
}

.cnt_bs_blockW_1, .cnt_bs_blockW_2 {
  padding: 5% 0 7%;
  display: flex;
}
.cnt_bs_blockW_1 .text, .cnt_bs_blockW_2 .text {
  flex: 1;
  padding-top: 20px;
  animation-timing-function: linear;
}
.cnt_bs_blockW_1 .fig, .cnt_bs_blockW_2 .fig {
  width: 43.75%;
  vertical-align: top;
}
.cnt_bs_blockW_1 .fig figure, .cnt_bs_blockW_2 .fig figure {
  margin: 0;
}
.cnt_bs_blockW_1 .fig img, .cnt_bs_blockW_2 .fig img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#CNT_area_w_black .cnt_bs_blockW_1, #CNT_area_w_black .cnt_bs_blockW_2 {
  color: #fff;
}
@media only screen and (max-width:980px) {
  .cnt_bs_blockW_1, .cnt_bs_blockW_2 {
    display: block;
  }
  .cnt_bs_blockW_1 .fig, .cnt_bs_blockW_2 .fig {
    width: 100%;
    text-align: center;
  }
  .cnt_bs_blockW_1 .fig figure, .cnt_bs_blockW_2 .fig figure {
    margin: 30px 0;
    padding: 0 !important;
  }
}

.cnt_bs_blockW_1 .fig figure {
  padding: 15px 0 0 20px;
}

.cnt_bs_blockW_2 {
  flex-direction: row-reverse;
}
.cnt_bs_blockW_2 .fig figure {
  padding: 15px 20px 0 0;
}

.cnt_bs_blockW_fig {
  margin: 5% 0 7%;
}
.cnt_bs_blockW_fig figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.cnt_bs_blockW_fig figure img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.specialBnr {
  margin: 10px 0;
}
.specialBnr a {
  display: block;
  max-width: 400px;
  border: 1px solid #575757;
  transition: border 0.2s ease;
}
.specialBnr a img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.specialBnr a:hover {
  border-color: #fff;
}

.logo_did_s {
  width: 90px;
  display: inline-block;
  margin-right: 10px;
}
.logo_did_s img {
  width: 100%;
  height: auto;
}

#BS_btmNV {
  background-color: #ebebeb;
  padding: 60px 0;
  margin-top: 100px;
}
#BS_btmNV .title_2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 25px;
  padding: 15px 20px 13px;
  background-color: #004ea2;
  line-height: 1;
  color: #fff;
}
#BS_btmNV .bs_tpList {
  margin-top: 0;
  margin-bottom: 0;
}
#BS_btmNV .bs_tpList .fig_1 {
  display: none;
}
#BS_btmNV .bs_tpList .fig_2 {
  display: block;
}
#BS_btmNV .bs_tpBnr {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 5px;
  background-color: #fff;
}
#CNT_area_w_black + #BS_btmNV {
  margin-top: 0;
}
@media only screen and (max-width:980px) {
  #BS_btmNV {
    margin-top: 80px;
  }
}
@media only screen and (max-width:640px) {
  #BS_btmNV {
    margin-top: 60px;
  }
}

.bz_kvImg_common, #BZ_wlf, #BZ_im_amr, #BZ_im_ec, #BZ_im_conveyor, #BZ_im_im_chain, #BZ_im_top, #BZ_did_bicycle, #BIZ_did_motorcycle, #BZ_did_engn, #BZ_did_whl, #DID_top {
  background-repeat: no-repeat;
}
.bz_kvImg_common::after, #BZ_wlf::after, #BZ_im_amr::after, #BZ_im_ec::after, #BZ_im_conveyor::after, #BZ_im_im_chain::after, #BZ_im_top::after, #BZ_did_bicycle::after, #BIZ_did_motorcycle::after, #BZ_did_engn::after, #BZ_did_whl::after, #DID_top::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 432px;
  padding-top: 220px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width:1200px) {
  .bz_kvImg_common::after, #BZ_wlf::after, #BZ_im_amr::after, #BZ_im_ec::after, #BZ_im_conveyor::after, #BZ_im_im_chain::after, #BZ_im_top::after, #BZ_did_bicycle::after, #BIZ_did_motorcycle::after, #BZ_did_engn::after, #BZ_did_whl::after, #DID_top::after {
    width: 36%;
    padding-top: 18.0833333333%;
  }
}
@media only screen and (max-width:640px) {
  .bz_kvImg_common, #BZ_wlf, #BZ_im_amr, #BZ_im_ec, #BZ_im_conveyor, #BZ_im_im_chain, #BZ_im_top, #BZ_did_bicycle, #BIZ_did_motorcycle, #BZ_did_engn, #BZ_did_whl, #DID_top {
    background-position: right 150% center;
  }
  .bz_kvImg_common::after, #BZ_wlf::after, #BZ_im_amr::after, #BZ_im_ec::after, #BZ_im_conveyor::after, #BZ_im_im_chain::after, #BZ_im_top::after, #BZ_did_bicycle::after, #BIZ_did_motorcycle::after, #BZ_did_engn::after, #BZ_did_whl::after, #DID_top::after {
    display: none;
  }
}

@media only screen and (max-width:640px) {
  .bz-firstBlock {
    padding-top: 0;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BUSINESS ANIMATION
/* -------------------------------------------------------------------------*/
.bz_anm_0 {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.bz_anm_0.anm_on {
  opacity: 1 !important;
}

.bz_anm_1 {
  transition: all 0.8s ease;
  transform: translateX(-10%);
}
.bz_anm_1.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
}

.bz_anm_2 {
  transition: all 0.8s ease;
  transform: translateX(10%);
}
.bz_anm_2.anm_on {
  opacity: 1 !important;
  transform: translateX(0);
}

.bz_anm_3 {
  transition: all 0.8s ease;
  transform: translate(-10%, 10%);
}
.bz_anm_3.anm_on {
  opacity: 1 !important;
  transform: translate(0, 0);
}

.bz_anm_4 {
  transition: all 0.8s ease;
  transform: translate(10%, 10%);
}
.bz_anm_4.anm_on {
  opacity: 1 !important;
  transform: translate(0, 0);
}

.bz_anm_5 {
  transition: all 0.8s ease;
  transform: translateY(10%);
}
.bz_anm_5.anm_on {
  opacity: 1 !important;
  transform: translateY(0);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BUSINESS - TOP
/* -------------------------------------------------------------------------*/
#BIZ_top {
  background-image: url(../../business/img/pg_kv.png);
}
#BIZ_top::after {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 650px;
  padding-top: 250px;
  background-image: url(../../business/img/pg_img.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width:1200px) {
  #BIZ_top::after {
    width: 54.1666666667%;
    padding-top: 20.8333333333%;
  }
}
@media only screen and (max-width:640px) {
  #BIZ_top::after {
    left: auto;
  }
}

.biz_list_area {
  padding-bottom: 100px;
  display: none;
}
@media only screen and (max-width:1200px) {
  .biz_list_area {
    margin: 5% 0 8%;
    padding-bottom: 10%;
  }
}

.biz_listBox {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 45px;
  background: url(../../business/img/list_bc.png);
  color: #fff;
  overflow: hidden;
}
.biz_listBox::before {
  position: absolute;
  top: 5px;
  left: 5px;
}
.biz_listBox .wrp {
  flex: 1;
  padding: 20px;
  vertical-align: top;
}
.biz_listBox figure {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
}
.biz_listBox figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.biz_listBox .title {
  font-size: 34px;
  font-size: 2.125rem;
  margin: 20px 0;
  padding: 0 0 18px;
  border-bottom: 2px solid;
}
.biz_listBox ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 12px 0 0;
  border-top: 1px dotted #878787;
}
.biz_listBox ul li {
  display: inline-block;
}
.biz_listBox .link a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 50px 8px;
  border: 1px solid #aeaeae;
  line-height: 1;
  background-color: rgba(54, 54, 54, 0.8);
}
.biz_listBox .link a::after {
  position: absolute;
  content: url(../../business/img/link_arw.png);
  right: 10px;
  top: 10px;
}
@media only screen and (max-width:1200px) {
  .biz_listBox .wrp {
    padding: 15px;
  }
  .biz_listBox .title {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 10px 0;
    padding: 0 0 10px;
  }
  .biz_listBox .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .biz_listBox ul {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width:640px) {
  .biz_listBox {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .biz_listBox .wrp {
    display: block;
    padding: 20px 10px;
  }
  .biz_listBox figure {
    display: block;
    width: 100%;
    padding-top: 50%;
  }
  .biz_listBox .link a {
    display: block;
    text-align: center;
  }
}

#PG_motorcycle::before {
  content: url(../../business/img/arw_motorcycle.png);
}
#PG_motorcycle .title {
  border-color: #ff1b2d;
}

#PG_machinery::before {
  content: url(../../business/img/arw_machinery.png);
}
#PG_machinery .title {
  border-color: #0a99dd;
}

#PG_welfare::before {
  content: url(../../business/img/arw_welfare.png);
}
#PG_welfare .title {
  border-color: #61bc47;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* DID - TOP
/* -------------------------------------------------------------------------*/
#DID_top {
  background-color: #000;
  background-image: url(../../business/did/img/pg_kv.jpg);
}
#DID_top::after {
  background-image: url(../../business/did/img/pg_kv_img.png);
}

.bs_tpList, .bs_tpList_2, .bs_tpList_3 {
  display: flex;
  margin: 70px 0 120px;
}
.bs_tpList .box, .bs_tpList_2 .box, .bs_tpList_3 .box {
  flex: 1;
  width: 33.3333333333%;
  margin: 0;
  background-color: #2d2d2d;
}
.bs_tpList .box > a, .bs_tpList_2 .box > a, .bs_tpList_3 .box > a {
  display: block;
}
.bs_tpList .box figure, .bs_tpList_2 .box figure, .bs_tpList_3 .box figure {
  position: relative;
  margin: 0;
  padding: 0;
}
.bs_tpList .box figure img, .bs_tpList_2 .box figure img, .bs_tpList_3 .box figure img {
  width: 100%;
  height: auto;
}
.bs_tpList .box figure::before, .bs_tpList_2 .box figure::before, .bs_tpList_3 .box figure::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 7%;
  background: linear-gradient(to bottom, rgba(45, 45, 45, 0) 0%, rgb(45, 45, 45) 100%);
}
.bs_tpList .box figure.fig_2, .bs_tpList_2 .box figure.fig_2, .bs_tpList_3 .box figure.fig_2 {
  display: none;
}
.bs_tpList .box:nth-child(1), .bs_tpList_2 .box:nth-child(1), .bs_tpList_3 .box:nth-child(1) {
  margin-right: 10px;
}
.bs_tpList .box:nth-child(2), .bs_tpList_2 .box:nth-child(2), .bs_tpList_3 .box:nth-child(2) {
  margin-right: 5px;
  margin-left: 5px;
}
.bs_tpList .box:nth-child(3), .bs_tpList_2 .box:nth-child(3), .bs_tpList_3 .box:nth-child(3) {
  margin-left: 10px;
}
.bs_tpList .box .title, .bs_tpList_2 .box .title, .bs_tpList_3 .box .title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 15px 10px 0;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 1px dotted #575757;
}
.bs_tpList .box .title a, .bs_tpList_2 .box .title a, .bs_tpList_3 .box .title a {
  color: #fff;
}
.bs_tpList .box .title span, .bs_tpList_2 .box .title span, .bs_tpList_3 .box .title span {
  display: inline-block;
  white-space: nowrap;
}
.bs_tpList .box ul, .bs_tpList_2 .box ul, .bs_tpList_3 .box ul {
  font-size: 15px;
  font-size: 0.9375rem;
  list-style: none;
  margin: 8px 10px 0;
  padding: 0 0 10px;
}
.bs_tpList .box li, .bs_tpList_2 .box li, .bs_tpList_3 .box li {
  margin: 1px 0;
  padding: 0;
  line-height: 1.3;
}
.bs_tpList .box li span, .bs_tpList_2 .box li span, .bs_tpList_3 .box li span {
  display: block;
  padding: 7px 10px 5px 15px;
  color: #fff;
}
.bs_tpList .box li a, .bs_tpList_2 .box li a, .bs_tpList_3 .box li a {
  display: block;
  position: relative;
  padding: 9px 28px 7px 15px;
  text-decoration: none;
  color: #fff;
  background-color: #353535;
  transition: background 0.2s ease;
  border: 1px solid #3d3d3d;
  border-right: none;
  border-bottom: none;
}
.bs_tpList .box li a::after, .bs_tpList_2 .box li a::after, .bs_tpList_3 .box li a::after {
  position: absolute;
  right: 8px;
  top: 10px;
  content: "";
  background: url(../img/ic_arw.png);
  width: 9px;
  height: 16px;
  opacity: 0.3;
  transform: scale(0.6);
  transition: all 0.1s linear;
}
.bs_tpList .box li a:hover, .bs_tpList_2 .box li a:hover, .bs_tpList_3 .box li a:hover {
  background-color: #535353;
}
.bs_tpList .box li a:hover::after, .bs_tpList_2 .box li a:hover::after, .bs_tpList_3 .box li a:hover::after {
  opacity: 1;
  right: 5px;
  transform: scale(1);
}
.bs_tpList a.box, .bs_tpList_2 a.box, .bs_tpList_3 a.box {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: background 0.2s ease;
}
.bs_tpList a.box .title, .bs_tpList_2 a.box .title, .bs_tpList_3 a.box .title {
  position: relative;
  transition: background 0.2s ease;
}
.bs_tpList a.box .title::after, .bs_tpList_2 a.box .title::after, .bs_tpList_3 a.box .title::after {
  position: absolute;
  right: 8px;
  content: "";
  background: url(../img/ic_arw.png);
  width: 9px;
  height: 16px;
  opacity: 0.3;
}
.bs_tpList a.box:hover, .bs_tpList_2 a.box:hover, .bs_tpList_3 a.box:hover {
  background-color: #4b4b4b;
}
.bs_tpList a.box:hover .title, .bs_tpList_2 a.box:hover .title, .bs_tpList_3 a.box:hover .title {
  border-color: #797979;
}
.bs_tpList a.box:hover .title::after, .bs_tpList_2 a.box:hover .title::after, .bs_tpList_3 a.box:hover .title::after {
  opacity: 1;
}
@media only screen and (max-width:980px) {
  .bs_tpList, .bs_tpList_2, .bs_tpList_3 {
    margin: 50px 0 100px;
  }
  .bs_tpList .box:nth-child(1), .bs_tpList_2 .box:nth-child(1), .bs_tpList_3 .box:nth-child(1) {
    margin-right: 6px;
  }
  .bs_tpList .box:nth-child(2), .bs_tpList_2 .box:nth-child(2), .bs_tpList_3 .box:nth-child(2) {
    margin-right: 3px;
    margin-left: 3px;
  }
  .bs_tpList .box:nth-child(3), .bs_tpList_2 .box:nth-child(3), .bs_tpList_3 .box:nth-child(3) {
    margin-left: 6px;
  }
}
@media only screen and (max-width:640px) {
  .bs_tpList, .bs_tpList_2, .bs_tpList_3 {
    margin: 20px 0 50px;
    display: block;
  }
  .bs_tpList .box, .bs_tpList_2 .box, .bs_tpList_3 .box {
    margin: 15px 0 !important;
    padding-bottom: 5px;
    width: 100%;
  }
  .bs_tpList .box > p, .bs_tpList_2 .box > p, .bs_tpList_3 .box > p {
    text-align: left;
    padding-left: 15px;
  }
}

.bs_tpList_2 .box .title {
  padding-bottom: 25px;
  border: none;
}
@media only screen and (max-width:640px) {
  .bs_tpList_2 .box .title {
    padding-bottom: 10px;
  }
}

.bs_tpList_3 {
  gap: 12px;
  flex-wrap: wrap;
}
.bs_tpList_3 .box {
  flex: none;
  width: calc(25% - 9px);
  margin: 0 !important;
}
@media only screen and (max-width:980px) {
  .bs_tpList_3 {
    gap: 30px 12px;
  }
  .bs_tpList_3 .box {
    width: calc(50% - 6px);
  }
}
@media only screen and (max-width:640px) {
  .bs_tpList_3 {
    margin: 20px 0 50px;
  }
  .bs_tpList_3 .box {
    width: auto;
    margin: 15px 0 !important;
    padding-bottom: 5px;
  }
}

.bs_tpBnr {
  text-align: center;
  margin: -70px 0 0;
  padding: 14px;
  background-color: #ebebeb;
}
.bs_tpBnr a {
  display: inline-block;
  border: 1px solid #868686;
  background-color: #fff;
  margin: 3px;
}
.bs_tpBnr a img {
  width: 100%;
  height: auto;
  max-width: 400px;
  transition: opacity 0.2s ease;
}
.bs_tpBnr a:hover img {
  opacity: 0.75;
}
@media only screen and (max-width:640px) {
  .bs_tpBnr {
    margin: -30px 0 40px;
  }
}

.bs_tpList_ctg_1 .bs_tpList .title a {
  color: #ff7c87;
}

.bs_tpList_ctg_2 .bs_tpList .title a {
  color: #90dbff;
}

.bs_tpList_ctg_3 .bs_tpList_2 .title {
  color: #b5a3ff;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* DID - wheel
/* -------------------------------------------------------------------------*/
#BZ_did_whl {
  background-color: #000;
  background-image: url(../../business/did/wheel/img/pg_kv.jpg);
}
#BZ_did_whl::after {
  background-image: url(../../business/did/wheel/img/pg_kv_img.png);
}
@media only screen and (max-width:1200px) {
  #BZ_did_whl::after {
    width: 36%;
    padding-top: 18.0833333333%;
  }
}

#BZ_did_whl_1 .text figure {
  margin: 20px 0 0;
}
#BZ_did_whl_1 .text figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:640px) {
  #BZ_did_whl_1 figure {
    text-align: center;
  }
  #BZ_did_whl_1 figure img {
    width: auto;
    max-width: 100%;
    margin: 5px 0;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ENGINE
/* -------------------------------------------------------------------------*/
#BZ_did_engn {
  background-color: #000;
  background-image: url(../../business/did/engine/img/pg_kv.jpg);
}
#BZ_did_engn::after {
  background-image: url(../../business/did/engine/img/pg_kv_img.png);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* MOTORCYCLE
/* -------------------------------------------------------------------------*/
#BIZ_did_motorcycle {
  background-color: #182221;
  background-image: url(../../business/did/motorcycle/img/pg_kv.jpg);
}
#BIZ_did_motorcycle::after {
  background-image: url(../../business/did/motorcycle/img/pg_kv_img.png);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* BICYCLE
/* -------------------------------------------------------------------------*/
#BZ_did_bicycle {
  background-color: #000;
  background-image: url(../../business/did/bicycle_chain/img/pg_kv.jpg);
}
#BZ_did_bicycle::after {
  background-image: url(../../business/did/bicycle_chain/img/pg_kv_img.png);
}

.bz_bicycle_block-1 {
  max-width: 1000px;
  margin: 50px auto;
  padding: 30px;
  background-color: #f0f5fb;
  border: 1px solid #ccdcee;
  border-radius: 10px;
}
@media only screen and (max-width:980px) {
  .bz_bicycle_block-1 {
    padding: 20px;
  }
}
@media only screen and (max-width:640px) {
  .bz_bicycle_block-1 {
    padding: 20px 10px;
  }
}

.bz_bicycle_block-1-psn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.bz_bicycle_block-1-psn figure {
  width: 30%;
  margin: 0;
  padding: 0;
}
.bz_bicycle_block-1-psn figure img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.bz_bicycle_block-1-psn .name {
  flex: 1;
}
.bz_bicycle_block-1-psn .name p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  font-weight: bold;
}
.bz_bicycle_block-1-psn .name span {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  background-color: #004ea2;
  color: #fff;
  line-height: 1;
  padding: 7px 15px 5px;
  border-radius: 2px;
}
@media only screen and (max-width:640px) {
  .bz_bicycle_block-1-psn {
    gap: 10px;
  }
  .bz_bicycle_block-1-psn .name p {
    font-size: 16px;
    font-size: 1rem;
  }
  .bz_bicycle_block-1-psn .name span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.bz_bicycle_block-1-text {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 2px dotted #b5b5b5;
}
.bz_bicycle_block-1-text h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  color: #004ea2;
}
.bz_bicycle_block-1-text h5::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #004ea2;
  margin-right: 7px;
}
.bz_bicycle_block-1-text .text {
  padding-left: 20px;
}
.bz_bicycle_block-1-text .img-float {
  float: right;
  width: 350px;
  height: auto;
  margin: 0 0 40px 40px;
}
.bz_bicycle_block-1-text .img-sp {
  display: none;
}
@media only screen and (max-width:980px) {
  .bz_bicycle_block-1-text .img-float {
    width: 280px;
    margin: 0 0 20px 20px;
  }
}
@media only screen and (max-width:640px) {
  .bz_bicycle_block-1-text .text {
    padding-left: 0;
  }
  .bz_bicycle_block-1-text .img-float {
    display: none;
  }
  .bz_bicycle_block-1-text .img-sp {
    display: block;
    text-align: center;
    margin: 30px 0;
  }
  .bz_bicycle_block-1-text .img-sp img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
}

.bz_bicycle_block_picText-1, .bz_bicycle_block_picText-2 {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
.bz_bicycle_block_picText-1 figure, .bz_bicycle_block_picText-2 figure {
  margin: 0;
  padding: 0;
}
.bz_bicycle_block_picText-1 figure img, .bz_bicycle_block_picText-2 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.bz_bicycle_block_picText-1 .mv video, .bz_bicycle_block_picText-2 .mv video {
  width: 100%;
  height: auto;
}
.bz_bicycle_block_picText-1 .vd-caption, .bz_bicycle_block_picText-2 .vd-caption {
  margin: 0;
  text-align: center;
}
.bz_bicycle_block_picText-1 .text, .bz_bicycle_block_picText-2 .text {
  flex: 1;
}
@media only screen and (max-width:980px) {
  .bz_bicycle_block_picText-1, .bz_bicycle_block_picText-2 {
    gap: 20px;
  }
}
@media only screen and (max-width:640px) {
  .bz_bicycle_block_picText-1, .bz_bicycle_block_picText-2 {
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #393939;
  }
  .bz_bicycle_block_picText-1 figure, .bz_bicycle_block_picText-2 figure {
    text-align: center;
    margin: 30px 0;
  }
}

.bz_bicycle_block_picText-2 figure, .bz_bicycle_block_picText-2 .mv {
  width: 50%;
}
@media only screen and (max-width:640px) {
  .bz_bicycle_block_picText-2 figure, .bz_bicycle_block_picText-2 .mv {
    width: auto;
  }
}

.logo-njs {
  width: 140px;
}
@media only screen and (max-width:640px) {
  .logo-njs {
    width: auto;
    margin-top: 0 !important;
  }
  .logo-njs img {
    width: 130px !important;
    height: auto;
  }
}

.midas {
  font-weight: bold;
  color: #e3062b;
}

.bz_bicycle_block_picText-3 .fig {
  display: flex;
  background-color: #f0f0f0;
}
.bz_bicycle_block_picText-3 .fig figure {
  margin: 0;
  padding: 0;
}
.bz_bicycle_block_picText-3 .fig figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.bz_bicycle_block_picText-3 .fig figcaption {
  padding: 10px;
  text-align: center;
}
.bz_bicycle_block_picText-3 .text {
  margin: 50px 0;
}
.bz_bicycle_block_picText-3 .mv {
  max-width: 600px;
  margin: 0 auto;
}
.bz_bicycle_block_picText-3 .mv video {
  width: 100%;
  height: auto;
}
.bz_bicycle_block_picText-3 .mv .vd-caption {
  text-align: center;
  margin: 10px 0 0;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* INDUSTRIAL MACHINE
/* -------------------------------------------------------------------------*/
#BZ_im_top {
  background-color: #fff;
  color: #000;
  background-image: url(../../business/industrial_machinery/img/pg_kv.jpg);
}
#BZ_im_top p {
  border-color: #c7c7c7;
  background-color: rgba(255, 255, 255, 0.5);
}
#BZ_im_top h2 {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#BZ_im_top::after {
  background-image: url(../../business/industrial_machinery/img/pg_kv_img.png);
}

#BZ_im_im_chain {
  background-color: #fff;
  background-image: url(../../business/industrial_machinery/im_chain/img/pg_kv_im.png);
  color: #000;
}
#BZ_im_im_chain p {
  border-color: #c7c7c7;
  background-color: rgba(255, 255, 255, 0.5);
}
#BZ_im_im_chain h2 {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#BZ_im_im_chain::after {
  background-image: url(../../business/industrial_machinery/im_chain/img/pg_kv_img.png);
}

/* ----- Conveyor ----- */
#BZ_im_conveyor {
  background-color: #dce7ec;
  background-image: url(../../business/industrial_machinery/conveyor/img/pg_kv.jpg);
  color: #000;
}
#BZ_im_conveyor::after {
  background-image: url(../../business/industrial_machinery/conveyor/img/pg_kv_img.png);
}

/* ----- EcoCuum ----- */
#BZ_im_ec {
  background-color: #e6e1e3;
  background-image: url(../../business/industrial_machinery/ecocuum/img/pg_kv.jpg);
  color: #000;
}
#BZ_im_ec::after {
  background-image: url(../../business/industrial_machinery/ecocuum/img/pg_kv_img.png);
}

/* ----- AMR ----- */
#BZ_im_amr {
  background-color: #c6c6c6;
  background-image: url(../../business/industrial_machinery/amr/img/pg_kv.jpg);
  color: #000;
}
#BZ_im_amr::after {
  background-image: url(../../business/industrial_machinery/amr/img/pg_kv_img.png);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CASE
/* -------------------------------------------------------------------------*/
.bz_caseBlock {
  font-size: 0;
}
.bz_caseBlock .tube {
  background-color: #f3f3f3;
}
.bz_caseBlock .tube_wrp {
  max-width: 800px;
  margin: 0 auto;
}
.bz_caseBlock .box {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: 32.333%;
  margin-right: 1%;
  margin-bottom: 30px;
  padding: 8px;
  border: 1px solid #dbdbdb;
  transition: background-color 0.2s ease, border 0.2s ease;
  outline: none;
}
.bz_caseBlock .box:nth-child(3n) {
  margin-right: 0;
}
.bz_caseBlock .box:hover {
  background-color: #e8f8ff;
  text-decoration: none;
  border-color: #d2e9f4;
}
.bz_caseBlock .box figure {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #f6f6f6;
}
.bz_caseBlock .box figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.bz_caseBlock .box .title {
  margin: 10px 0 0;
  font-weight: bold;
}
.bz_caseBlock .box .name {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding-top: 3px;
}
@media only screen and (max-width:980px) {
  .bz_caseBlock .box {
    width: 100%;
    display: block;
    margin: 10px 0 !important;
  }
}

#MDL_area {
  padding: 0 16px;
}

.bz_caseBlock_tube {
  font-size: 0;
}
.bz_caseBlock_tube .box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 20px;
  margin-bottom: 100px;
}
.bz_caseBlock_tube .box p {
  font-size: 16px;
  font-size: 1rem;
}
.bz_caseBlock_tube .tube {
  position: relative;
  padding-top: 56.25%;
  margin-top: 30px;
}
.bz_caseBlock_tube .tube iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
}
@media only screen and (max-width:980px) {
  .bz_caseBlock_tube .box {
    padding: 0 10px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width:640px) {
  .bz_caseBlock_tube .box {
    display: block;
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
}

.case_pop_block .mfp-content {
  background-color: #fff;
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px 30px 60px;
}
.case_pop_block .title {
  margin-bottom: 30px;
}
.case_pop_block .title h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  padding: 0 0 8px;
  border-bottom: 2px solid #004ea2;
}
.case_pop_block .title p {
  margin: 10px 0 0;
}
@media only screen and (max-width:980px) {
  .case_pop_block .mfp-content {
    padding: 20px 20px 40px;
  }
}
@media only screen and (max-width:640px) {
  .case_pop_block .mfp-content {
    padding: 10px 10px 20px;
  }
}

.mdl_box .slide_area {
  max-width: 600px;
  margin: 0 auto 80px;
  position: relative;
}
.mdl_box .slide_area > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.mdl_box .swiper-slide {
  background-color: #efefef;
  text-align: center;
}
.mdl_box .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 400px;
}
.mdl_box .swiper-pagination {
  text-align: center;
  width: 100%;
}
.mdl_box .swiper-pagination-bullet {
  margin: 0 4px;
}
.mdl_box .swiper-button-prev,
.mdl_box .swiper-container-rtl .swiper-button-next {
  left: -40px;
  outline: none;
}
.mdl_box .swiper-button-next,
.mdl_box .swiper-container-rtl .swiper-button-prev {
  right: -40px;
  outline: none;
}
.mdl_box .wrp {
  display: flex;
}
.mdl_box .wrp .box_text {
  font-size: 14px;
  font-size: 0.875rem;
  flex: 1;
  padding-right: 20px;
}
.mdl_box .wrp .box_text p {
  margin: 0 0 20px;
}
.mdl_box .wrp .box_img {
  width: 40%;
  text-align: center;
  background-color: #f4f4f4;
}
.mdl_box .wrp .box_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 330px;
}
.mdl_box .wrp .box_mv {
  width: 50%;
}
.mdl_box .wrp .box_mv img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.mdl_box .wrp .box_mv video {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media only screen and (max-width:980px) {
  .mdl_box .swiper-button-prev,
  .mdl_box .swiper-button-next {
    width: 20px;
    height: 34px;
    margin-top: -17px;
    background-size: 100% auto;
  }
  .mdl_box .swiper-button-prev,
  .mdl_box .swiper-container-rtl .swiper-button-next {
    left: -25px;
  }
  .mdl_box .swiper-button-next,
  .mdl_box .swiper-container-rtl .swiper-button-prev {
    right: -25px;
  }
  .mdl_box .wrp {
    display: block;
  }
  .mdl_box .wrp .box_img {
    width: auto;
    text-align: center;
    margin-top: 30px;
  }
  .mdl_box .wrp .box_mv {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width:640px) {
  .mdl_box .swiper-button-prev,
  .mdl_box .swiper-container-rtl .swiper-button-next {
    left: 5px;
  }
  .mdl_box .swiper-button-next,
  .mdl_box .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }
}

.mfp-wrap {
  z-index: 20000;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* EcoCuum
/* -------------------------------------------------------------------------*/
.eccm_tube {
  max-width: 750px;
  margin: 50px auto;
}
.eccm_tube ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.eccm_tube ul li {
  display: inline-block;
  min-width: 300px;
}
@media only screen and (max-width:980px) {
  .eccm_tube ul li {
    min-width: 250px;
  }
}
@media only screen and (max-width:640px) {
  .eccm_tube {
    margin: 30px auto;
  }
  .eccm_tube ul {
    text-align: left;
  }
  .eccm_tube ul li {
    margin: 5px 0;
    display: block;
  }
}

.eccm_hansou .block {
  display: flex;
}
.eccm_hansou .box {
  flex: 1;
  width: 50%;
  margin: 10px 0;
}
.eccm_hansou .box table {
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
}
.eccm_hansou .box th, .eccm_hansou .box td {
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
  text-align: center;
}
.eccm_hansou .box th {
  background-color: #f0f0f0;
  line-height: 1;
}
.eccm_hansou .box th:first-child {
  width: 100px;
}
.eccm_hansou .box td p {
  margin: 0;
}
.eccm_hansou .box td .title {
  color: #ff0000;
  padding-bottom: 3px;
  font-weight: bold;
}
.eccm_hansou .box td .title + p {
  border-top: 1px solid #acacac;
  padding-top: 5px;
}
.eccm_hansou .box img {
  width: 100px;
  height: auto;
  margin-top: -30px;
}
@media only screen and (max-width:980px) {
  .eccm_hansou .block {
    display: block;
  }
  .eccm_hansou .box {
    width: 100%;
  }
}
@media only screen and (max-width:640px) {
  .eccm_hansou .box table {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .eccm_hansou .box th:first-child {
    width: 70px;
  }
  .eccm_hansou .box th, .eccm_hansou .box td {
    padding: 3px;
    line-height: 1.5;
  }
  .eccm_hansou .box img {
    width: 70px;
  }
}

.eccm_layout > figure {
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
.eccm_layout > figure img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.eccm_layout .block {
  display: flex;
}
.eccm_layout .box {
  width: 25%;
  padding: 10px;
}
.eccm_layout .box .title {
  margin: 0;
  padding: 8px;
  text-align: center;
  background-color: #3c89e3;
  line-height: 1;
  color: #fff;
}
.eccm_layout .box .title + p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 3px;
}
@media only screen and (max-width:980px) {
  .eccm_layout .box {
    padding: 5px;
  }
}
@media only screen and (max-width:640px) {
  .eccm_layout .block {
    display: block;
  }
  .eccm_layout .box {
    width: 100%;
    padding: 0 0 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* WALFARE
/* -------------------------------------------------------------------------*/
#BZ_wlf {
  background-color: #dfe1e1;
  background-image: url(../../business/welfare/img/pg_kv.jpg);
  color: #000;
}
#BZ_wlf::after {
  background-image: url(../../business/welfare/img/pg_kv_img.png);
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PLASTIC FORMING
/* -------------------------------------------------------------------------*/
.bz_pf_block_1 .wrp {
  display: flex;
}
.bz_pf_block_1 .wrp .cell_x {
  width: 50px;
  text-align: center;
}
.bz_pf_block_1 .wrp .cell_1, .bz_pf_block_1 .wrp .cell_2 {
  flex: 1;
}
.bz_pf_block_1 .wrp .cell_1 .title, .bz_pf_block_1 .wrp .cell_2 .title {
  border-radius: 10px 10px 0 0;
  text-align: center;
  overflow: hidden;
}
.bz_pf_block_1 .wrp .cell_1 .title h5, .bz_pf_block_1 .wrp .cell_2 .title h5 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 30px 20px 23px;
  letter-spacing: 2px;
}
.bz_pf_block_1 .wrp .cell_1 .title p, .bz_pf_block_1 .wrp .cell_2 .title p {
  margin: 0;
  padding: 10px 20px;
  font-weight: bold;
}
.bz_pf_block_1 .wrp .cell_1 {
  background-color: #f3ffee;
}
.bz_pf_block_1 .wrp .cell_1 .title {
  background-color: #d3ffbf;
}
.bz_pf_block_1 .wrp .cell_1 .title h5 {
  background-color: #6ec944;
  text-shadow: 0 0 2px #327414, 0 0 2px #327414;
}
.bz_pf_block_1 .wrp .cell_1 .title p {
  color: #327414;
}
.bz_pf_block_1 .wrp .cell_2 {
  background-color: #fffbe9;
}
.bz_pf_block_1 .wrp .cell_2 .title {
  background-color: #fff3bf;
}
.bz_pf_block_1 .wrp .cell_2 .title h5 {
  background-color: #f5a904;
  text-shadow: 0 0 2px #bb6a00, 0 0 2px #bb6a00;
}
.bz_pf_block_1 .wrp .cell_2 .title p {
  color: #bb6a00;
}
.bz_pf_block_1 .wrp .cell_x {
  text-align: center;
}
.bz_pf_block_1 .wrp .cell_x p {
  font-size: 50px;
  font-size: 3.125rem;
  margin: 50px 0 0;
  padding: 0;
  color: #7b8b92;
}
.bz_pf_block_1 .pic_block {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.bz_pf_block_1 .pic_block figure {
  width: 48%;
  margin: 0 1% 15px;
  padding: 0;
}
.bz_pf_block_1 .pic_block figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.bz_pf_block_1 .pic_block figure figcaption {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (max-width:780px) {
  .bz_pf_block_1 .wrp {
    display: block;
  }
  .bz_pf_block_1 .wrp .cell_x {
    text-align: center;
    width: auto;
  }
  .bz_pf_block_1 .wrp .cell_x p {
    margin: 15px 0;
  }
}

.bz_pf_block_2 .block {
  padding: 40px 0;
  border-bottom: 1px dotted #879eb1;
}
.bz_pf_block_2 .valueTitle {
  display: flex;
  align-items: flex-start;
}
.bz_pf_block_2 .valueTitle .value {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  padding: 8px 15px 3px;
  color: #fff;
  background-color: #004ea2;
  line-height: 1;
  font-weight: bold;
  border-radius: 15px 0;
  white-space: nowrap;
}
.bz_pf_block_2 .valueTitle h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 6px 0 0 15px;
  padding: 0;
}
.bz_pf_block_2 .flow {
  display: flex;
  margin-top: 40px;
}
.bz_pf_block_2 .flow .cell {
  flex: 1;
}
.bz_pf_block_2 .flow .cell .title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #004ea2;
  border: 2px solid;
  border-radius: 5rem;
}
.bz_pf_block_2 .flow .cell figure {
  margin: 0;
  padding: 0;
}
.bz_pf_block_2 .flow .cell figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.bz_pf_block_2 .flow .cell:nth-child(1) {
  padding-right: 10px;
  border-right: 1px solid #bad5f1;
}
.bz_pf_block_2 .flow .cell:nth-child(2) {
  padding-left: 10px;
}
.bz_pf_block_2 .bz_pf_textBlock {
  display: flex;
}
.bz_pf_block_2 .bz_pf_textBlock .text {
  flex: 1;
}
.bz_pf_block_2 .bz_pf_textBlock figure {
  margin: 0 0 0 10px;
  padding: 0;
}
.bz_pf_block_2 .bz_pf_textBlock figure img {
  width: 150px;
  height: auto;
}
.bz_pf_block_2 .bz_pf_textBlock figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 5px 0 0;
}
.bz_pf_block_2 .fig_block {
  display: flex;
  margin-top: 30px;
}
.bz_pf_block_2 .fig_block figure {
  margin: 5px;
}
.bz_pf_block_2 .fig_block .img_1 img {
  width: 110px;
  height: auto;
}
.bz_pf_block_2 .fig_block .img_2 img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.bz_pf_block_2 .fig_block .img_3 img {
  width: 150px;
  height: auto;
}
.bz_pf_block_2 .mv_block {
  margin-top: 50px;
}
.bz_pf_block_2 .mv_block .mvBlock {
  max-width: 750px;
  margin: 30px auto 0;
}
@media only screen and (max-width:780px) {
  .bz_pf_block_2 .flow {
    display: block;
  }
  .bz_pf_block_2 .flow .cell {
    margin: 30px 0;
    padding: 0 !important;
    border: none !important;
  }
  .bz_pf_block_2 .flow .cell figure {
    text-align: center;
  }
  .bz_pf_block_2 .flow .cell figure img {
    max-width: 600px;
    width: 100%;
    height: auto;
  }
}

.bz_pf_more {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #004ea2;
  font-weight: bold;
  margin: 0;
  padding: 30px 10px;
}
.bz_pf_more p {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 2;
  border-bottom: 5px solid rgba(115, 222, 255, 0.274);
}
@media only screen and (max-width:640px) {
  .bz_pf_more {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
    padding: 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* DID MAp
/* -------------------------------------------------------------------------*/
#TP_didMap {
  background: url(../../img/didmap_bc.png) 0 0 repeat-x #ffffdf;
  margin-top: -150px;
  padding: 70px 0;
  color: #5e4d00;
}
#TP_didMap h3 {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: normal;
  color: #5e4d00;
  text-align: center;
  margin: 0;
}
#TP_didMap h3 span {
  background-image: url(../../img/title_business.png);
}
#TP_didMap .ttl_caption {
  font-size: 16px;
  font-size: 1rem;
  margin: 20px 0;
  text-align: center;
}
#TP_didMap .ttl_caption span {
  display: inline-block;
  width: 70px;
  height: 26px;
  margin-right: 5px;
  background: url(../../img/logo_small.png) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: text-bottom;
}
@media only screen and (max-width:980px) {
  #TP_didMap {
    margin-top: -100px;
    padding: 50px 0;
  }
}
@media only screen and (max-width:640px) {
  #TP_didMap {
    margin-top: -60px;
    padding: 50px 0;
  }
  #TP_didMap h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  #TP_didMap .ttl_caption {
    font-size: 16px;
    font-size: 1rem;
    margin: 20px 0 30px;
  }
}

#TP_didMap_wrp {
  position: relative;
  margin: 20px auto 0;
  max-width: 1200px;
}
#TP_didMap_wrp figure {
  margin: 0;
  padding: 0;
}
#TP_didMap_wrp figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}
#TP_didMap_wrp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#TP_didMap_wrp li {
  position: absolute;
  width: 8%;
  max-width: 80px;
  opacity: 0;
  transition: opacity 1s ease;
}
#TP_didMap_wrp li a {
  display: block;
  transition: all 0.2s ease;
  border-radius: 3px;
  overflow: hidden;
}
#TP_didMap_wrp li a img {
  width: 100%;
  height: auto;
}
#TP_didMap_wrp li a:hover {
  background-color: rgba(0, 206, 255, 0.52);
}
#TP_didMap_wrp li.ic_yuenchi {
  top: 2%;
  left: 38%;
}
#TP_didMap_wrp li.ic_factory_1 {
  top: 2%;
  left: 88%;
}
#TP_didMap_wrp li.ic_school {
  top: 23%;
  left: 70%;
}
#TP_didMap_wrp li.ic_hospital {
  top: 26%;
  left: 56%;
}
#TP_didMap_wrp li.ic_station {
  top: 38%;
  left: 35%;
}
#TP_didMap_wrp li.ic_bike {
  top: 34%;
  left: 14%;
}
#TP_didMap_wrp li.ic_factory_2 {
  top: 48%;
  left: 88%;
}
#TP_didMap_wrp li.ic_car {
  top: 60%;
  left: 43%;
}
#TP_didMap_wrp li.ic_depart {
  top: 68%;
  left: 17%;
}
#TP_didMap_wrp li.ic_hatake {
  top: 73%;
  left: 61%;
}
#TP_didMap_wrp li.anm_on {
  animation: didMap_anm ease-in-out 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  opacity: 1;
}
#TP_didMap_wrp.anm_on ul {
  opacity: 1 !important;
}
@media only screen and (max-width:640px) {
  #TP_didMap_wrp li {
    width: 12%;
  }
  #TP_didMap_wrp li.ic_yuenchi {
    top: -3%;
    left: 35%;
  }
  #TP_didMap_wrp li.ic_factory_1 {
    top: -3%;
    left: 85%;
  }
  #TP_didMap_wrp li.ic_school {
    top: 13%;
    left: 68%;
  }
  #TP_didMap_wrp li.ic_hospital {
    top: 16%;
    left: 54%;
  }
  #TP_didMap_wrp li.ic_station {
    top: 30%;
    left: 30%;
  }
  #TP_didMap_wrp li.ic_bike {
    top: 28%;
    left: 11%;
  }
  #TP_didMap_wrp li.ic_factory_2 {
    top: 40%;
    left: 86%;
  }
  #TP_didMap_wrp li.ic_car {
    top: 50%;
    left: 41%;
  }
  #TP_didMap_wrp li.ic_depart {
    top: 52%;
    left: 15%;
  }
  #TP_didMap_wrp li.ic_hatake {
    top: 63%;
    left: 57%;
  }
}

@keyframes didMap_anm {
  0% {
    opacity: 0;
    transform: translate(0, -50px);
  }
  15% {
    transform: translate(0, -25px);
  }
  30% {
    transform: translate(0, 0);
  }
  45% {
    transform: translate(0, -15px);
  }
  60% {
    transform: translate(0, 0px);
  }
  75% {
    transform: translate(0, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.didMap_pop_block .mfp-content {
  background-color: #fff;
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px 30px 60px;
}
.didMap_pop_block .title {
  margin-bottom: 30px;
}
.didMap_pop_block .title h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0 0;
  padding: 15px 15px 12px;
  line-height: 1;
  color: #fff;
  background-color: #004ea2;
  border-radius: 5px 5px 0 0;
}
.didMap_pop_block .link_area {
  text-align: center;
  margin: 30px 0;
}
.didMap_pop_block .link_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.didMap_pop_block .link_area li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
.didMap_pop_block .link_area li a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
}
.didMap_pop_block .link_area .link {
  padding: 14px 50px;
  background-color: #fff;
  border: 2px solid;
  line-height: 1;
}
.didMap_pop_block .img_box_1 {
  text-align: center;
  margin: 40px 0;
}
.didMap_pop_block .img_box_1 img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.didMap_pop_block .img_box_2 {
  font-size: 0;
}
.didMap_pop_block .img_box_2 img {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 0.5%;
}
.didMap_pop_block .img_box_3 {
  font-size: 0;
}
.didMap_pop_block .img_box_3 img {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0.5%;
}
.didMap_pop_block .img_box_4 {
  font-size: 0;
}
.didMap_pop_block .img_box_4 img {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0.5%;
}
@media only screen and (max-width:980px) {
  .didMap_pop_block .mfp-content {
    padding: 20px 20px 40px;
  }
  .didMap_pop_block .title {
    margin-top: 25px;
  }
  .didMap_pop_block .img_box_2 img {
    width: 49%;
  }
}
@media only screen and (max-width:640px) {
  .didMap_pop_block .mfp-content {
    padding: 10px 10px 20px;
  }
}

/* -------------------------------------------------------------------------*/