.kv_area {
  position: relative;
  min-height: 700px;
  background: #f2f2f2;
  overflow: hidden;
}
.kv_area .abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
	height: 100%;
object-fit: cover;
  z-index: 0;
}
.kv_area .ccp {
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.kv_area .ccp h1 {
  font-size: 18px;
  color: #fff;
  display: table;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  background: #00AAFF;
  font-family: 'Noto Sans JP', Arial, Helvetica, "sans-serif";
  font-weight: bold;
}
.kv_area .ccp h2 {
  font-size: 38px;
  background: rgba(255, 255, 255, .9);
  display: inline;
  line-height: 1.6;
  font-family: 'Noto Sans JP', Arial, Helvetica, "sans-serif";
  font-weight: bold;
}
.kv_area ol{
	display: flex;
	align-items: center;
	margin-top: .5rem;
	font-size: 12px;
	
}
.kv_area ol li span{
	color: #fff;
	
}
.kv_area ol li::after{
	content: "/";
	padding: 0 1rem;
	color: #fff;
}
.kv_area ol li:last-of-type::after{
	content: none;
}
@media (max-width: 768px) {
.kv_area {
min-height: 280px;
}
  .kv_area .ccp {
	  padding-top: 6rem;
  min-height: 280px;
	  right: 10px;
  }
.kv_area .abs {
  position: absolute;
  width: 100%;
	
}
  .kv_area .ccp h1 {
    font-size: .8rem;
  }
  .kv_area .ccp h2 {
    font-size: 1.2rem;
  }

.kv_area .ccp h1 {
  font-size: .8rem;
}
.kv_area .ccp h2 {
  font-size: 1.2rem;
}
	}