@import url('https://fonts.googleapis.com/earlyaccess/notosansjp.css');
.worksans {
  font-family: 'Work Sans', sans-serif;
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}
.wrap960 {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrap960 {
    width: 100%;
  }
}
.bigBanner .titleWrap {
  width: 460px;
  top: 12%;
  margin-left: -230px;
}
@media only screen and (max-width: 800px) {
  .bigBanner .titleWrap {
    width: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .bigBanner .titleWrap {
    width: 340px;
    margin-left: -170px;
  }
}
@media screen and (max-width: 470px) {
  .bigBanner .titleWrap {
    width: calc(100% - 60px);
    margin-left: 0;
    left: 10px;
  }
}
.bigBanner .scene.bg {
  background-image: url(../images/bigBanner_business_bg.jpg);
  -webkit-animation: scene_bg 3s;
  -moz-animation: scene_bg 3s;
  -o-animation: scene_bg 3s;
  -ms-animation: scene_bg 3s;
  animation: scene_bg 3s;
}
.bigBanner .scene.people {
  bottom: -45px;
  background-image: url(../images/bigBanner_business_people.png);
  -webkit-animation: scene_people 5s;
  -moz-animation: scene_people 5s;
  -o-animation: scene_people 5s;
  -ms-animation: scene_people 5s;
  animation: scene_people 5s;
}
@-webkit-keyframes scene_bg {
  from {
    opacity: 0;
    bottom: -5%;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes scene_bg {
  from {
    opacity: 0;
    bottom: -5%;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes scene_people {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scene_people {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.programModel {
  padding: 100px 0 135px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .programModel {
    padding-bottom: 50px;
  }
}
.programModel .text {
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  color: #103861;
  margin-top: 60px;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .programModel .text {
    font-size: 13px;
  }
}
.programModel .text strong {
  color: #d7092f;
  font-weight: bold;
  font-size: 30px;
  margin: 0 5px;
}
@media only screen and (max-width: 640px) {
  .programModel .text strong {
    font-size: 20px;
  }
}
.programModel .chart1 {
  text-align: center;
  padding: 35px 0;
}
.programModel .chart1 .item {
  display: inline-block;
  color: white;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .programModel .chart1 .item {
    display: block;
    margin: 0 auto;
  }
}
.programModel .chart1 .item.square {
  background: #0071b7;
  width: 200px;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  vertical-align: -100px;
}
@media only screen and (max-width: 960px) {
  .programModel .chart1 .item.square {
    width: 160px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    vertical-align: -70px;
  }
}
.programModel .chart1 .item.square.first:before,
.programModel .chart1 .item.square.last:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url(../images/business_programModel_icon.png);
  background-repeat: no-repeat;
  margin-right: 5px;
}
.programModel .chart1 .item.square.first:before {
  background-position: 0 0;
}
.programModel .chart1 .item.square.last:before {
  background-position: -30px 0;
}
.programModel .chart1 .item.equal {
  color: #0071b7;
  font-size: 87px;
  vertical-align: -130px;
}
@media only screen and (max-width: 960px) {
  .programModel .chart1 .item.equal {
    width: 50px;
    font-size: 36px;
    vertical-align: -80px;
  }
}
@media only screen and (max-width: 640px) {
  .programModel .chart1 .item.equal {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.programModel .chart1 .item.circle {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: #0071b7;
  vertical-align: top;
}
.programModel .chart1 .item.circle:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/business_programModel_icon.png) no-repeat 0 -30px;
  margin: 20px auto 5px;
}
.programModel .chart1 .item.circle .text {
  color: white;
  font-size: 16px;
  margin-top: 0;
}
.programModel .chart1 .item.circle .text strong {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  color: white;
}
@media only screen and (max-width: 960px) {
  .programModel .chart1 .item.circle {
    width: 150px;
    height: 150px;
  }
  .programModel .chart1 .item.circle:before {
    margin-top: 10px;
  }
  .programModel .chart1 .item.circle .text strong {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .programModel .chart1 .item.circle {
    height: 149px;
    padding-top: 1px;
  }
}
.programModel hr {
  border: 0;
  border-top: 1px #e1e1e1 solid;
  max-width: 960px;
}
.programModel .chart2 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .programModel .chart2 {
    width: calc(100% - 20px);
  }
}
.programModel .chart2 img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.programModel .chart2 img.step1 {
  z-index: 9;
  position: relative;
}
.programModel .chart2 img.step2 {
  z-index: 8;
}
.programModel .chart2 img.step3 {
  z-index: 7;
}
.programModel .chart2 img.step4 {
  z-index: 6;
}
.programModel .chart2 img.step5 {
  z-index: 5;
}
.programModel .chart2 img.step6 {
  z-index: 4;
}
.programModel .chart2 img.step7 {
  z-index: 3;
}
.programModel .chart2 img.step8 {
  z-index: 2;
}
.programModel .chart2 img.step9 {
  z-index: 1;
}
.process {
  background: #eeeeee;
  padding: 100px 0 200px 0;
}
@media only screen and (max-width: 960px) {
  .process {
    padding-bottom: 100px;
  }
}
.process p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 55px;
}
@media only screen and (max-width: 960px) {
  .process p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 420px) {
  .process p {
    margin-top: 30px;
    font-size: 16px;
  }
}
.process ol {
  margin: 75px 0 0 0;
  padding: 0;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .process ol {
    margin-top: 40px;
  }
}
.process ol li {
  list-style: none;
  margin: 0 45px 20px 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 115px;
  background: #0071b8;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .process ol li {
    margin-right: 20px;
  }
}
.process ol li .step {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  background: #103861;
  padding: 1px 0;
  font-weight: 300;
}
.process ol li .step .num {
  color: white;
  font-size: 30px;
}
.process ol li .info {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  padding-bottom: 20px;
}
.process ol li .info .icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 15px auto 25px auto;
  background-repeat: no-repeat;
  background-image: url(../images/business_process_icon.png);
}
.process ol li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #fabe00;
  position: absolute;
  top: 62px;
  right: -35px;
}
@media only screen and (max-width: 640px) {
  .process ol li:after {
    border-width: 12px 0 12px 10px;
    top: 75px;
    right: -18px;
  }
}
.process ol li:nth-child(1) .info .icon {
  background-position: 0 0;
}
.process ol li:nth-child(2) .info .icon {
  background-position: 0 -60px;
}
.process ol li:nth-child(3) .info .icon {
  background-position: 0 -120px;
}
.process ol li:nth-child(4) .info .icon {
  background-position: 0 -180px;
}
.process ol li:nth-child(5) {
  margin-right: 0;
}
.process ol li:nth-child(5):after {
  display: none;
}
.process ol li:nth-child(5) .info .icon {
  background-position: 0 -240px;
}
.leaseBack {
  padding: 100px 0;
}
.leaseBack p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 55px;
}
@media only screen and (max-width: 960px) {
  .leaseBack p {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 420px) {
  .leaseBack p {
    margin-top: 30px;
    font-size: 16px;
  }
}
.leaseBack .chart {
  text-align: center;
  padding: 130px 0 10px 0;
}
.leaseBack .chart .wrap {
  position: relative;
  background: #f2f2f2;
  display: inline-block;
  vertical-align: top;
  width: 400px;
}
@media only screen and (max-width: 420px) {
  .leaseBack .chart .wrap {
    width: calc(100% - 20px);
  }
}
.leaseBack .chart .wrap:before {
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  top: -94px;
  left: 50%;
  margin-left: -78px;
  z-index: -1;
}
.leaseBack .chart .wrap h4 {
  width: 125px;
  height: 85px;
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  top: -103px;
  left: 50%;
  margin-left: -62.5px;
  color: white;
  z-index: 1;
  padding-top: 40px;
  line-height: 1.4;
}
.leaseBack .chart .wrap h5 {
  font-size: 18px;
  color: #103861;
  text-align: center;
  margin: 65px 0 10px 0;
}
.leaseBack .chart .wrap h5.second {
  margin-top: 30px;
}
.leaseBack .chart .wrap .listWrap {
  position: relative;
  width: 280px;
  background: white;
  margin: 0 auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.leaseBack .chart .wrap .listWrap .highlight,
.leaseBack .chart .wrap .listWrap .highlight2,
.leaseBack .chart .wrap .listWrap .highlight3 {
  position: absolute;
  width: 280px;
  height: 26px;
  left: 0;
  z-index: 1;
}
.leaseBack .chart .wrap .listWrap .highlight {
  background: #fabe00;
}
.leaseBack .chart .wrap .listWrap .highlight.top {
  bottom: 17px;
}
.leaseBack .chart .wrap .listWrap .highlight.bottom {
  bottom: 68px;
}
.leaseBack .chart .wrap .listWrap .highlight2 {
  border: 2px #fabe00 solid;
  width: 276px;
  height: 22px;
}
.leaseBack .chart .wrap .listWrap .highlight2 .moveTo {
  display: block;
  position: absolute;
  background: #fabe00;
  width: 3px;
}
.leaseBack .chart .wrap .listWrap .highlight2 .moveTo:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.leaseBack .chart .wrap .listWrap .highlight2.top {
  bottom: 17px;
}
.leaseBack .chart .wrap .listWrap .highlight2.top .moveTo {
  height: 170px;
  top: -170px;
  left: 240px;
}
.leaseBack .chart .wrap .listWrap .highlight2.top .moveTo:before {
  border-width: 0 6px 13px 6px;
  border-color: transparent transparent #fabe00 transparent;
  top: -13px;
  left: -4px;
}
.leaseBack .chart .wrap .listWrap .highlight2.bottom {
  bottom: 68px;
}
.leaseBack .chart .wrap .listWrap .highlight2.bottom .moveTo {
  height: 7px;
  top: 0;
  left: 240px;
}
.leaseBack .chart .wrap .listWrap .highlight2.bottom .moveTo:before {
  border-width: 13px 6px 0 6px;
  border-color: #fabe00 transparent transparent transparent;
  bottom: -13px;
  left: -4.5px;
}
.leaseBack .chart .wrap .listWrap .highlight3 {
  background: #fabe00;
}
.leaseBack .chart .wrap .listWrap .highlight3.top {
  bottom: 226px;
}
.leaseBack .chart .wrap .listWrap .highlight3.bottom {
  bottom: 42px;
}
.leaseBack .chart .wrap dl {
  display: block;
  text-align: left;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.leaseBack .chart .wrap dl.second {
  padding-top: 0;
}
.leaseBack .chart .wrap dl dt {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  height: 26px;
  line-height: 26px;
}
.leaseBack .chart .wrap dl dd {
  display: block;
  font-size: 16px;
  padding: 0 15px 0 45px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 26px;
  line-height: 26px;
}
.leaseBack .chart .wrap dl dd .money {
  float: right;
}
.leaseBack .chart .wrap ul {
  display: block;
  text-align: left;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.leaseBack .chart .wrap ul li {
  display: block;
  font-size: 16px;
  padding: 0 15px 0 20px;
  margin: 0;
  list-style: none;
  height: 26px;
  line-height: 26px;
}
.leaseBack .chart .wrap ul li .money {
  float: right;
}
.leaseBack .chart .wrap .color {
  margin-top: 50px;
  width: 100%;
  height: 40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2) inset;
}
.leaseBack .chart .wrap.before:before {
  border: 8px #afafaf solid;
}
.leaseBack .chart .wrap.before h4,
.leaseBack .chart .wrap.before .color {
  background: #afafaf;
}
@media only screen and (max-width: 900px) {
  .leaseBack .chart .wrap.before {
    display: none;
  }
}
.leaseBack .chart .wrap.after:before {
  border: 8px #0071b8 solid;
}
.leaseBack .chart .wrap.after h4,
.leaseBack .chart .wrap.after .color {
  background: #0071b8;
}
.leaseBack .chart .arrow {
  display: inline-block;
  vertical-align: -410px;
  width: 32px;
  height: 85px;
  background: url(../images/business_leaseBack_arrow.jpg) no-repeat;
  margin: 0 30px;
}
@media only screen and (max-width: 900px) {
  .leaseBack .chart .arrow {
    display: none;
  }
}
@keyframes highlight {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes highlight {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
