.item-business {
  color: #1c3c8e !important;
}

.item-business:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.item-business-ft {
  text-decoration: underline;
}

/*====================================
MV mvsub
=====================================*/
.mvsub {
  padding: 95px 0;
  background: url(../../business/img/bg-mvsub_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.mvsub h1 {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.mvsub-txt {
  position: absolute;
  width: 834px;
  max-width: 65%;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}

/*====================================
business
=====================================*/
.business_box {
  margin-bottom: 30px;
}

.business_box-credits {
  position: absolute;
  font-size: 14px;
  bottom: 15px;
  right: 15px;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 0 0 6px rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.business_box-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.business_box-title h3 {
  position: absolute;
  font-size: 3.6em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  z-index: 9;
  padding-left: 40px;
}

.business_box-title h3:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url("../../business/img/icn_01.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 28px;
}

.business_box-title:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.business_box-title:hover:after {
  opacity: 0.7;
}

.business_box-title.current h3:before {
  background: url("../../business/img/icn_02.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.business_box-content {
  display: none;
  width: 100% !important;
}

.business_box-txt {
  padding-top: 20px;
}

.business_box-txt p {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 30px;
  color: #3e3e3e;
}

.business_box-txt p:last-child {
  margin-bottom: 0;
}

.business_box-table {
  margin-top: 35px;
  padding-bottom: 30px;
}

.business_box-table ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
}

.business_box-table ul li:nth-child(1) {
  width: 250px;
  background: #f7f7f7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.business_box-table ul li:nth-child(1) p {
  font-size: 1.6rem;
  color: #3e3e3e;
  font-weight: bold;
  line-height: 1;
  padding: 25px 0;
}

.business_box-table ul li:nth-child(2) {
  width: calc(100% - 252px);
  padding: 25px 0;
}

.business_box-table ul li:nth-child(2) span {
  font-size: 1.6rem;
  color: #3e3e3e;
  margin-left: 20px;
  display: inline-block;
}

.business_box-table ul li:nth-child(2) a {
  font-size: 1.6rem;
  color: #3e3e3e;
  text-decoration: underline;
  margin-left: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.business_box-table ul li:nth-child(2) a:last-child {
  margin-bottom: 0;
}

.business_box-table ul li:nth-child(2) a:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url(/business/img/icon-link.png);
  background-repeat: no-repeat;
  display: inherit;
  margin-left: 10px;
  background-size: 100% 100%;
}

.business_box-table ul li:nth-child(2) a:hover {
  text-decoration: none;
}

.business_box.current .business_box-content {
  display: block;
}

@media only screen and (max-width: 768px) {
  /*====================================
	MV Sub
	=====================================*/
  .mvsub {
    padding: 50px 0;
    background: url(../../business/img/bg-mvsub_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
  }
  .mvsub h1 {
    font-size: 1.8rem;
  }
  .mvsub-txt {
    position: absolute;
    width: 180px;
    max-width: 56%;
    right: 0;
    bottom: 0;
    opacity: 0.3;
  }
  /*====================================
	business
	=====================================*/
  .business_box {
    margin-bottom: 20px;
    position: relative;
  }
  .business_box-title img {
    width: 100%;
  }
  .business_box-title h3 {
    font-size: 1.6em;
    padding-left: 20px;
  }
  .business_box-title h3:before {
    content: '';
    width: 14px;
    height: 14px;
    background: url("../../business/img/icn_01.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 12px;
    background-size: 100% 100%;
  }
  .business_box-title.current h3:before {
    background: url("../../business/img/icn_02.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
  .business_box-txt {
    padding-top: 15px;
  }
  .business_box-txt p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .business_box-table {
    margin-top: 25px;
    padding-bottom: 10px;
  }
  .business_box-table ul {
    display: inline-block;
    width: calc(100% - 2px);
  }
  .business_box-table ul li:nth-child(1) {
    width: 100%;
    text-align: left;
    display: inline-block;
  }
  .business_box-table ul li:nth-child(1) p {
    font-size: 1.3rem;
    padding: 12px 0 12px 17px;
  }
  .business_box-table ul li:nth-child(2) {
    width: 100%;
    padding: 12px 0;
  }
  .business_box-table ul li:nth-child(2) span {
    font-size: 1.3rem;
    margin-left: 17px;
    margin-bottom: 10px;
  }
  .business_box-table ul li:nth-child(2) a {
    font-size: 1.3rem;
    margin-left: 17px;
    margin-bottom: 10px;
  }
  .business_box-table ul li:nth-child(2) a:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../business/img/icon-link.png);
    background-repeat: no-repeat;
    display: inherit;
    margin-left: 10px;
    background-size: 100% 100%;
  }
}

