:root {
  --footer-height: 76px;
}

#business .header {
  border-bottom: 1px solid #DBDBDB;
}
#business .header .gnav_list li:first-child {
  position: relative;
}
#business .header .gnav_list li:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #013D95;
  position: absolute;
  bottom: -48px;
}
#business .pageLead {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 58px;
  position: relative;
}
@media screen and (max-width: 1063px) {
  #business .pageLead {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #business .pageLead {
    width: 95%;
  }
}
#business .pageLead h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 3px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.8;
  color: #013D95;
  border-bottom: 5px solid #013D95;
  position: relative;
}
@media screen and (max-width: 767px) {
  #business .pageLead h1 {
    font-size: 2.6rem;
  }
}
#business .pageLead h1::after {
  content: "BUSINESS";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
  font-size: 10rem;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic Std";
  color: #F0F0F0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #business .pageLead h1::after {
    font-size: 5rem;
  }
}
#business .pageLead p {
  margin-top: 80px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #business .pageLead p {
    margin-top: 40px;
    font-size: 1.1rem;
  }
}
#business .pageLead_img01 {
  width: 15.2%;
  position: absolute;
  right: 0;
  top: 15%;
}
@media screen and (max-width: 767px) {
  #business .pageLead_img01 {
    top: 10%;
  }
}
#business .pageLead_img01 img {
  width: 100%;
  height: auto;
}
#business .pageLead_img02 {
  width: 14.6%;
  position: absolute;
  left: 0;
  bottom: 0%;
}
@media screen and (max-width: 767px) {
  #business .pageLead_img02 {
    bottom: 20%;
  }
}
#business .pageLead_img02 img {
  width: 100%;
  height: auto;
}
#business .sec_bg {
  width: 100%;
}
#business .sec_bg img {
  width: 100%;
  height: auto;
}
#business .sec_inner {
  max-width: 1200px;
  margin-top: -250px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  position: relative;
  padding-top: 90px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  #business .sec_inner {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
#business .sec_title {
  padding-top: 50px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #business .sec_title {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 60px;
  }
}
#business .sec_title .num {
  font-size: 7rem;
  font-weight: 600;
  color: #013D95;
  position: relative;
  z-index: 1;
  font-family: "Hiragino Kaku Gothic Std";
}
@media screen and (max-width: 767px) {
  #business .sec_title .num {
    font-size: 6rem;
  }
}
#business .sec_title .num::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #DEECFF;
  position: absolute;
  left: -40px;
  top: -65%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #business .sec_title .num::before {
    left: -5%;
  }
}
#business .sec_title h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  background-color: #013D95;
  padding-left: 20px;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #business .sec_title h2 {
    font-size: 2.2rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
  }
}
#business .sec_title .subtitle-en {
  font-size: 2.2rem;
  font-weight: 600;
  color: #013D95;
}
@media screen and (max-width: 1185px) {
  #business .sec_title .subtitle-en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #business .sec_title .subtitle-en {
    font-size: 1.2rem;
  }
}
#business .sec_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 110px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #business .sec_title::after {
    right: 10%;
  }
}
#business .sec_content {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
#business .sec_content:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #business .sec_content:not(:last-child) {
    margin-bottom: 40px;
  }
}
#business .sec_content h3 {
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.2px;
  color: #013D95;
  position: relative;
}
@media screen and (max-width: 767px) {
  #business .sec_content h3 {
    padding-left: 0;
  }
}
#business .sec_content h3 span {
  padding-right: 20px;
  background-color: #fff;
  position: relative;
}
#business .sec_content h3::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 40px);
  background-color: #013D95;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0%;
}
#business .sec_content h3::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #013D95;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#business .sec_content .sec_content_lead {
  margin-top: 15px;
  padding-left: 40px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #business .sec_content .sec_content_lead {
    padding-left: 0;
  }
}
#business .sec_content .sec_flbox {
  width: 100%;
  margin-top: 30px;
  background-color: #F6F6F6;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #business .sec_content .sec_flbox {
    padding-right: 5%;
    padding-left: 5%;
    display: block;
  }
}
#business .sec_content .sec_flbox_left img {
  width: 100%;
  height: auto;
}
#business .sec_content .sec_flbox_right {
  width: 57.95%;
}
@media screen and (max-width: 767px) {
  #business .sec_content .sec_flbox_right {
    width: 100%;
  }
}
#business .sec_content .sec_flbox_right ul li {
  font-size: 1.8rem;
  color: #013D95;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.9px;
}
#business .sec_content .sec_flbox_right ul li span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #111;
  margin-left: 1em;
}
#business .sec_content .sec_flbox_right ul li:not(:last-child) {
  margin-bottom: 20px;
}
#business .sec01 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
#business .sec01 .sec_title::after {
  width: 372px;
  height: 264px;
  background-image: url("/assets/images/business/sec01_img01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  #business .sec01 .sec_title::after {
    width: 25.8333vw;
    height: 18.3333vw;
  }
}
#business .sec01 .sec_title .sec_scroll {
  width: 2205px;
  position: absolute;
  left: -40%;
}
@media screen and (max-width: 767px) {
  #business .sec01 .sec_title .sec_scroll {
    width: 153.125vw;
  }
}
#business .sec01 .sec_title .sec_scroll img {
  width: 100%;
  height: auto;
}
#business .sec01 .sfl01 {
  margin-left: 12%;
}
@media screen and (max-width: 767px) {
  #business .sec01 .sfl01 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 14.5833vw;
  }
}
#business .sec01 .sfl02 {
  margin-left: 10.3%;
}
@media screen and (max-width: 767px) {
  #business .sec01 .sfl02 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 13.4722vw;
  }
}
#business .sec02 {
  max-width: 1440px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #business .sec02 {
    margin-top: 75px;
  }
}
#business .sec02 .sec_title::after {
  width: 382px;
  height: 274px;
  background-image: url("/assets/images/business/sec02_img01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media print, screen and (min-width: 768px) {
  #business .sec02 .sec_title::after {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #business .sec02 .sec_title::after {
    width: 26.5277vw;
    height: 19.0277vw;
  }
}
#business .sec02 .sec_title .sec_scroll {
  width: 2205px;
  position: absolute;
  left: -40%;
  bottom: -39%;
}
@media screen and (max-width: 767px) {
  #business .sec02 .sec_title .sec_scroll {
    width: 231.8055vw;
    bottom: -14%;
  }
}
#business .sec02 .sec_title .sec_scroll img {
  width: 100%;
  height: auto;
}
#business .sec02 .sfl01 {
  margin-left: 11.2%;
}
@media screen and (max-width: 767px) {
  #business .sec02 .sfl01 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 15.4861vw;
  }
}
#business .sec02 .sfl02 {
  margin-left: 10.3%;
}
@media screen and (max-width: 767px) {
  #business .sec02 .sfl02 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 16.6666vw;
  }
}
#business .sec02 .sfl03 {
  margin-left: 10.2%;
}
@media screen and (max-width: 767px) {
  #business .sec02 .sfl03 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 16.8055vw;
  }
}
#business .sec03 {
  max-width: 1440px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #business .sec03 {
    margin-top: 75px;
  }
}
#business .sec03 .sec_title::after {
  width: 336px;
  height: 259px;
  background-image: url("/assets/images/business/sec03_img01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 120px;
}
@media screen and (max-width: 767px) {
  #business .sec03 .sec_title::after {
    width: 23.3333vw;
    height: 17.9861vw;
    right: 10%;
  }
}
#business .sec03 .sec_title .sec_scroll {
  width: 976px;
  position: absolute;
  left: 11%;
  bottom: -42%;
}
@media screen and (max-width: 767px) {
  #business .sec03 .sec_title .sec_scroll {
    width: 67.7777vw;
    bottom: -20%;
  }
}
#business .sec03 .sec_title .sec_scroll img {
  width: 100%;
  height: auto;
}
#business .sec03 .sfl01 {
  margin-left: 11.2%;
}
@media screen and (max-width: 767px) {
  #business .sec03 .sfl01 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 14.3749vw;
  }
}
#business .sec04 {
  max-width: 1440px;
  margin-top: 150px;
  margin-bottom: 140px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #business .sec04 {
    margin-bottom: 70px;
    margin-top: 75px;
  }
}
#business .sec04 .sec_title::after {
  width: 373px;
  height: 264px;
  background-image: url("/assets/images/business/sec04_img01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 120px;
}
@media screen and (max-width: 767px) {
  #business .sec04 .sec_title::after {
    width: 25.9027vw;
    height: 18.3333vw;
    right: 10%;
  }
}
#business .sec04 .sec_title .sec_scroll {
  width: 1364px;
  position: absolute;
  left: -12%;
  bottom: -41%;
}
@media screen and (max-width: 767px) {
  #business .sec04 .sec_title .sec_scroll {
    width: 94.7222vw;
    bottom: -20%;
  }
}
#business .sec04 .sec_title .sec_scroll img {
  width: 100%;
  height: auto;
}
#business .sec04 .sfl01 {
  margin-left: 12.1%;
}
@media screen and (max-width: 767px) {
  #business .sec04 .sfl01 {
    margin-left: 0;
    margin-bottom: 10px;
    width: 15.4861vw;
  }
}

@-webkit-keyframes cntscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

@keyframes cntscroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}