@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: 550px;
  top: 3%;
  margin-left: -295px;
}
.bigBanner .titleWrap h1 {
  font-size: 34px;
}
.bigBanner .titleWrap h2 {
  letter-spacing: 0px;
}
@media only screen and (max-width: 800px) {
  .bigBanner .titleWrap {
    width: 540px;
    margin-left: -290px;
  }
}
@media only screen and (max-width: 640px) {
  .bigBanner .titleWrap {
    top: 5%;
    width: 400px;
    margin-left: -220px;
  }
}
@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_personal_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_personal_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 200px 0;
  position: relative;
}
@media only screen and (max-width: 420px) {
  .programModel {
    padding-bottom: 100px;
  }
}
.programModel .step {
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .programModel .step {
    width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  .programModel .step {
    width: 320px;
  }
}
.programModel .step .text {
  color: white;
  font-size: 16px;
}
.programModel .step h4 {
  display: block;
  font-size: 18px;
  padding: 10px 0;
  background: white;
  width: 195px;
  margin: 10px auto 0 auto;
  border-radius: 10px;
}
.programModel .step:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 480px 0 480px;
  bottom: -70px;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .programModel .step:after {
    border-width: 70px 320px 0 320px;
  }
}
@media only screen and (max-width: 640px) {
  .programModel .step:after {
    border-width: 70px 160px 0 160px;
  }
}
.programModel .step .wrap {
  width: 440px;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 640px) {
  .programModel .step .wrap {
    width: calc(100% - 20px);
  }
}
.programModel .step.one {
  background: #2aa7df;
  padding-top: 35px;
  margin-top: 75px;
  z-index: 3;
}
.programModel .step.one h4 {
  color: #2aa7df;
}
.programModel .step.one:after {
  border-color: #2aa7df transparent transparent transparent;
}
.programModel .step.one .icon {
  width: 50px;
  height: 50px;
  background: url(../images/personal_programModel_icon.png) no-repeat 0 0;
  position: absolute;
  bottom: -57px;
  left: 50%;
  margin-left: -25px;
  z-index: 3;
}
.programModel .step.two {
  background: #0071bb;
  padding-top: 100px;
  z-index: 2;
}
.programModel .step.two h4 {
  color: #0071bb;
}
.programModel .step.two:after {
  border-color: #0071bb transparent transparent transparent;
}
.programModel .step.two .item {
  width: 105px;
  height: 105px;
  border: 3px white solid;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 12px;
  margin-right: 40px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.programModel .step.two .item:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/personal_programModel_icon.png);
  background-repeat: no-repeat;
  margin: 10px auto 0 auto;
}
.programModel .step.two .item:nth-child(1):before {
  background-position: 0 -50px;
}
.programModel .step.two .item:nth-child(2):before {
  background-position: -50px -50px;
}
.programModel .step.two .item:nth-child(3) {
  margin-right: 0;
}
.programModel .step.two .item:nth-child(3):before {
  background-position: -100px -50px;
}
.programModel .step.two .item:nth-child(4):before {
  background-position: -150px -50px;
}
.programModel .step.two .item:nth-child(5):before {
  background-position: -200px -50px;
}
.programModel .step.two .item:nth-child(6) {
  margin-right: 0;
}
.programModel .step.two .item:nth-child(6):before {
  background-position: -250px -50px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.two .item {
    margin-right: 10px;
  }
  .programModel .step.two .item:nth-child(3),
  .programModel .step.two .item:nth-child(6) {
    margin-right: 10px;
  }
}
.programModel .step.three {
  background: #103861;
  padding-top: 100px;
  padding-bottom: 20px;
  z-index: 1;
}
.programModel .step.three h4 {
  color: #103861;
  position: relative;
}
.programModel .step.three:after {
  border-color: #103861 transparent transparent transparent;
}
.programModel .step.three .wrap {
  position: relative;
  height: 170px;
  margin-top: 0;
}
.programModel .step.three .wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/personal_programModel_icon.png) no-repeat -50px 0;
  bottom: -25px;
  left: 25px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap:after {
    left: 15px;
  }
}
.programModel .step.three .wrap .line1 {
  width: 335px;
  height: 70px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 4px white solid;
  border-left: 4px white solid;
  border-right: 4px white solid;
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -171.5px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap .line1 {
    width: 220px;
    margin-left: -112px;
  }
}
.programModel .step.three .wrap .line2 {
  width: 4px;
  height: 15px;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
}
.programModel .step.three .wrap .line3 {
  width: 4px;
  height: 70px;
  background: white;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: -63px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap .line3 {
    margin-left: -38px;
  }
}
.programModel .step.three .wrap .line4 {
  width: 4px;
  height: 70px;
  background: white;
  position: absolute;
  top: 19px;
  left: 50%;
  margin-left: 57px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap .line4 {
    margin-left: 36px;
  }
}
.programModel .step.three .wrap .box {
  width: 80px;
  height: 48px;
  border: 3px white solid;
  border-radius: 10px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 90px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap .box {
    width: 60px;
    font-size: 12px;
    letter-spacing: -2px;
  }
}
.programModel .step.three .wrap .box:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: -7.5px;
  left: 50%;
  margin-left: -7.5px;
}
.programModel .step.three .wrap .box.one {
  left: 7px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap .box.one {
    left: 6px;
  }
}
.programModel .step.three .wrap .box.one .text {
  position: absolute;
  bottom: -45px;
  left: 50%;
  font-weight: 400;
  font-size: 16px;
  width: 120px;
  margin-left: -60px;
}
.programModel .step.three .wrap .box.two {
  left: 50%;
  margin-left: -104px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap .box.two {
    margin-left: -70px;
  }
}
.programModel .step.three .wrap .box.three {
  right: 117px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap .box.three {
    right: 80px;
  }
}
.programModel .step.three .wrap .box.four {
  right: 7px;
}
@media only screen and (max-width: 640px) {
  .programModel .step.three .wrap .box.four {
    right: 3px;
  }
}
.newConcept {
  padding: 100px 0 65px 0;
  background-color: #eef8ff;
  overflow: hidden;
}
.newConcept h4 {
  color: #0071bb;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}
.newConcept p {
  font-size: 15px;
  line-height: 1.8;
  margin-left: 10px;
  margin-right: 10px;
}
.newConcept .chart {
  margin-top: 65px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .newConcept .chart {
    margin: 65px auto 0 auto;
    width: calc(100% - 20px);
  }
}
.newConcept .chart img {
  width: 100%;
}
.newConcept .chart img.blueLine,
.newConcept .chart img.redLine {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.newConcept .chart img.blueLine {
  z-index: 3;
}
.newConcept .chart img.redLine {
  z-index: 2;
}
.newConcept .chart .circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: url(../images/carIcon.png) no-repeat #103861 center 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -85px;
  z-index: 4;
}
.newConcept .chart .circle .textWrap {
  width: 135px;
  margin: 65px auto 0 auto;
}
.newConcept .chart .circle .textWrap h5 {
  font-size: 16px;
  color: #fabe00;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
.newConcept .chart .circle .textWrap p {
  margin: 0px 0 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: white;
}
@media only screen and (max-width: 640px) {
  .newConcept .chart .circle {
    width: 320px;
    height: 70px;
    border-radius: 70px;
    background-position: 10px center;
    background-size: 10%;
    margin-left: -160px;
    top: -50px;
  }
  .newConcept .chart .circle .textWrap {
    width: auto;
    margin-top: 5px;
    margin-left: 50px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .newConcept .chart .circle {
    width: 290px;
    margin-left: -145px;
    background-size: 8%;
    background-position: 12px 12px;
    top: -55px;
  }
  .newConcept .chart .circle .textWrap {
    margin-left: 15px;
  }
  .newConcept .chart .circle .textWrap h5 {
    text-indent: 28px;
  }
}
.newConcept .chart .girl {
  position: absolute;
  width: 351px;
  height: 527px;
  z-index: 10;
  bottom: -64px;
  right: -170px;
  background: url(../images/personal_girl.png) no-repeat left bottom;
  background-size: contain;
}
@media only screen and (max-width: 1280px) {
  .newConcept .chart .girl {
    width: 281px;
    height: 442px;
    right: -105px;
  }
}
@media only screen and (max-width: 1100px) {
  .newConcept .chart .girl {
    width: 211px;
    height: 316px;
    right: -38px;
  }
}
@media only screen and (max-width: 960px) {
  .newConcept .chart .girl {
    width: 127px;
    height: 190px;
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .newConcept .chart .girl {
    display: none;
  }
}
.advantage {
  padding: 100px 0 280px 0;
}
@media only screen and (max-width: 800px) {
  .advantage {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 420px) {
  .advantage {
    padding-bottom: 100px;
  }
}
.advantage h4 {
  color: #0071bb;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
.advantage p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 10px;
  text-align: center;
  margin-bottom: 40px;
}
.advantage .itemWrap {
  width: 690px;
  height: 230px;
  margin: 0 auto 3px auto;
}
@media screen and (max-width: 710px) {
  .advantage .itemWrap {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 420px) {
  .advantage .itemWrap {
    height: 180px;
  }
}
.advantage .itemWrap .item {
  width: calc(100% / 3);
  height: 100%;
  float: left;
  color: white;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .advantage .itemWrap .item {
    font-size: 13px;
  }
}
.advantage .itemWrap .item:nth-child(1) {
  background: #29a7de;
}
.advantage .itemWrap .item:nth-child(2) {
  background: #0071bb;
}
.advantage .itemWrap .item:nth-child(3) {
  background: #103861;
}
.advantage .itemWrap .item .icon {
  width: 75px;
  height: 75px;
  margin: 50px auto 25px auto;
  background: url(../images/personal_advantage.png) no-repeat;
}
@media only screen and (max-width: 420px) {
  .advantage .itemWrap .item .icon {
    margin-top: 15px;
  }
}
.advantage .itemWrap .item .icon.one {
  background-position: 0 0;
}
.advantage .itemWrap .item .icon.two {
  background-position: 0 -75px;
}
.advantage .itemWrap .item .icon.three {
  background-position: 0 -150px;
}
.advantage .itemWrap .item .icon.four {
  background-position: 0 -225px;
}
.advantage .itemWrap .item .icon.five {
  background-position: 0 -300px;
}
.advantage .itemWrap .item .icon.six {
  background-position: 0 -375px;
}
.ad {
  background: #103861;
}
.ad #adSlide {
  top: -140px;
}
@media only screen and (max-width: 420px) {
  .ad #adSlide {
    top: -70px;
  }
}
.ad #adSlide button.slick-prev {
  background-image: url(../images/adArrowPrev2.svg);
}
.ad #adSlide button.slick-next {
  background-image: url(../images/adArrowNext2.svg);
}
.process {
  background: url(../images/personal_process_bg.jpg) repeat-x #103861 0 222px;
  padding: 0 0 90px 0;
}
@media only screen and (max-width: 900px) {
  .process {
    background-image: none;
    padding: 0 0 40px 0;
  }
}
.process .mainTitle h3,
.process .mainTitle .en {
  color: white;
}
.process .flowWrap {
  width: 900px;
  height: 620px;
  margin: 80px auto 0 auto;
}
@media only screen and (max-width: 900px) {
  .process .flowWrap {
    width: calc(100% - 20px);
    height: auto;
    margin-top: 40px;
  }
}
.process .flowWrap .stepWrap {
  width: calc(100% / 5);
  float: left;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .process .flowWrap .stepWrap {
    width: 100%;
    margin: 0 auto 40px auto;
    float: none;
    text-align: left;
  }
}
.process .flowWrap .stepWrap .step {
  color: white;
  font-size: 25px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
}
.process .flowWrap .stepWrap .step span {
  font-size: 16px;
  opacity: .5;
}
@media only screen and (max-width: 900px) {
  .process .flowWrap .stepWrap .step {
    display: inline-block;
    margin-right: 10px;
    margin-left: 70px;
  }
}
.process .flowWrap .stepWrap .text {
  color: white;
  font-size: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 900px) {
  .process .flowWrap .stepWrap .text {
    display: inline-block;
    margin-top: 0;
  }
}
.process .flowWrap .stepWrap .dot {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 45px;
  left: 50%;
  margin-left: -9.5px;
}
.process .flowWrap .stepWrap .dot .line {
  width: 190px;
  height: 5px;
  background: #3fa5f1;
  position: absolute;
  z-index: 1;
  top: 7px;
  left: 7px;
}
.process .flowWrap .stepWrap .dot:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0071bb;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .process .flowWrap .stepWrap .dot {
    top: 8px;
    left: 20px;
    margin: 0;
  }
  .process .flowWrap .stepWrap .dot .line {
    width: 5px;
    height: 80px;
  }
}
.process .flowWrap .stepWrap .dashedLine {
  position: absolute;
  border-left: 1px white dashed;
  border-bottom: 1px white dashed;
  border-bottom-left-radius: 10px;
  z-index: 1;
  top: 120px;
  left: 87px;
}
@media only screen and (max-width: 900px) {
  .process .flowWrap .stepWrap .dashedLine {
    display: none;
  }
}
.process .flowWrap .stepWrap .infoWrap {
  position: absolute;
  background: #194369;
  border-radius: 10px;
  padding: 25px 20px 1px 20px;
  color: white;
  text-align: left;
  z-index: 2;
}
.process .flowWrap .stepWrap .infoWrap h5 {
  font-size: 18px;
  color: #fabe00;
  margin: 0 0 10px 0;
  font-weight: normal;
}
.process .flowWrap .stepWrap .infoWrap h5 .num {
  padding: 2px 3px;
  display: inline-block;
  background: #fabe00;
  color: #103861;
  font-size: 14px;
  margin-right: 5px;
}
.process .flowWrap .stepWrap .infoWrap h5 .num span {
  font-size: 16px;
}
.process .flowWrap .stepWrap .infoWrap ul {
  margin: 0 0 35px 0;
}
.process .flowWrap .stepWrap .infoWrap ul li {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  line-height: 1.3;
  font-size: 16px;
}
.process .flowWrap .stepWrap.step1 .dashedLine {
  width: 55px;
  height: 220px;
}
.process .flowWrap .stepWrap.step1 .infoWrap {
  width: 400px;
  top: 215px;
  left: 140px;
}
.process .flowWrap .stepWrap.step1 .infoWrap ul {
  padding-left: 70px;
}
.process .flowWrap .stepWrap.step2 .dashedLine {
  width: 345px;
  height: 75px;
}
.process .flowWrap .stepWrap.step2 .infoWrap {
  width: 200px;
  top: 160px;
  left: 425px;
}
.process .flowWrap .stepWrap.step5 .icon {
  width: 49px;
  height: 28px;
  background: url(../images/personal_process_icon.png) no-repeat;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -15px;
}
@media only screen and (max-width: 900px) {
  .process .flowWrap .stepWrap.step1 .infoWrap,
  .process .flowWrap .stepWrap.step2 .infoWrap {
    position: relative;
    width: calc(100% - 130px);
    top: auto;
    left: auto;
    margin-left: 70px;
    margin-top: 20px;
  }
  .process .flowWrap .stepWrap.step1 .infoWrap ul,
  .process .flowWrap .stepWrap.step2 .infoWrap ul {
    padding-left: 15px;
  }
  .process .flowWrap .stepWrap.step1 .dot .line {
    height: 800px;
  }
  .process .flowWrap .stepWrap.step2 .dot .line {
    height: 450px;
  }
  .process .flowWrap .stepWrap.step5 .icon {
    top: 2px;
    left: 300px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 420px) {
  .process .flowWrap .stepWrap .infoWrap h5,
  .process .flowWrap .stepWrap .infoWrap ul li {
    font-size: 14px;
    line-height: 1.4;
  }
}
