#venture {
  min-width: 950px;
  padding-bottom: 140px;
  background-color: #fff;
}
#venture .sp {
  display: none;
}
#venture p {
  font-size: 16px;
  line-height: 2;
}
#venture .bold {
  font-weight: bold;
}
#venture .inner {
  width: 950px;
  margin: 0 auto;
  position: relative;
  display: block;
}
#venture .mv {
  background-image: url(../img/pc/bg_mv.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#venture .mv .inner {
  height: 775px;
  background-image: url(../img/pc/ph.jpg);
  background-repeat: no-repeat;
  background-size: 730px auto;
  background-position: right top;
}
#venture .mv .inner::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 437px;
  height: 176px;
  display: block;
  border-top: 1px solid #ec6d4e;
  border-right: 1px solid #ec6d4e;
}
#venture .mv h2 {
  width: calc(370px);
  height: calc(262px);
  display: block;
  background-image: url(../img/pc/h2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 130px;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#venture .mv .copy {
  width: calc(430px);
  height: calc(25px);
  display: block;
  background-image: url(../img/pc/copy.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 550px;
  right: 480px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#venture .mv .lead {
  background-color: #fff;
  color: #ec6d4e;
  font-weight: bold;
  line-height: calc(30 / 16);
  width: 380px;
  padding: 30px 40px;
  position: absolute;
  top: 445px;
  right: 40px;
}
#venture .area .inner {
  padding: 0 40px;
  height: 640px;
  background-image: url(../img/pc/map.png);
  background-repeat: no-repeat;
  background-position: left 125px bottom;
  background-size: calc(1446px / 2) auto;
}
#venture .area h3 {
  width: calc(760px / 2);
  height: calc(120px / 2);
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
  background-image: url(../img/pc/bg_h3.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#venture .area .button {
  width: 120px;
  height: 40px;
  border-radius: calc(40px / 2);
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ec6d4e;
  transition: all 0.2s;
}
#venture .area .button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 26px;
  height: 26px;
  display: flex;
  border-radius: calc(26px / 2);
  background-color: #ec6d4e;
  background-image: url(../img/pc/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: right 9px center;
  transition: all 0.2s;
}
#venture .area .button:hover {
  background-color: #ec6d4e;
  color: #fff;
  opacity: 1;
}
#venture .area .button:hover::after {
  background-color: #fff;
  background-image: url(../img/pc/arrow_orange.svg);
  opacity: 1;
}
#venture .area .button#hokkaido {
  right: 195px;
  bottom: 428px;
}
#venture .area .button#tohoku {
  right: 257px;
  bottom: 322px;
}
#venture .area .button#kitakanto {
  right: 287px;
  bottom: 218px;
}
#venture .area .button#shutoken {
  right: 257px;
  bottom: 165px;
}
#venture .area .button#koshinetsu {
  right: 419px;
  bottom: 289px;
}
#venture .area .button#hokuriku {
  right: 497px;
  bottom: 235px;
}
#venture .area .button#tokai {
  right: 323px;
  bottom: 112px;
}
#venture .area .button#kansai {
  right: 454px;
  bottom: 98px;
}
#venture .area .button#chugoku {
  right: 585px;
  bottom: 177px;
}
#venture .area .button#shikoku {
  right: 498px;
  bottom: 47px;
}
#venture .area .button#kyushu {
  right: 691px;
  bottom: 61px;
}
