section#lead .inner {
  margin-bottom: 2.2083333333vw;
}

/*==========================================================================
section#anker-links
========================================================================== */
section#anker-links {
  position: -webkit-sticky;
  position: sticky;
  top: 5vw;
  z-index: 1;
  background: #ffffff;
}
section#anker-links .inner {
  padding-top: 3vw;
}
section#anker-links .link-box {
  gap: 2vw 3.333%;
  flex-wrap: wrap;
}
section#anker-links .link-box .item {
  width: 22.5%;
}
section#anker-links .link-box .txt-a {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.0416666667vw;
  transition: 0.5s;
  border-bottom: solid 1px #D5D5D5;
  padding-bottom: 0.78125vw;
  box-sizing: border-box;
  position: relative;
}
section#anker-links .link-box .txt-a:before, section#anker-links .link-box .txt-a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #D5D5D5;
  z-index: 1;
}
section#anker-links .link-box .txt-a:after {
  background-color: #0B328C;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
section#anker-links .link-box .txt-a .arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
section#anker-links .link-box .txt-a .arrow svg {
  width: 0.5208333333vw;
  height: 0.9375vw;
  display: flex;
}
section#anker-links .link-box .txt-a:hover {
  color: #0B328C;
  gap: 1.5vw;
}
section#anker-links .link-box .txt-a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
section#anker-links .link-box .txt-a:hover .arrow {
  background: #0B328C;
}
section#anker-links .link-box .txt-a:hover .arrow svg path {
  fill: #ffffff;
}

@media screen and (max-width: 767px) {
  section#anker-links {
    position: initial;
  }
  section#anker-links .link-box {
    gap: 0;
    flex-wrap: wrap;
  }
  section#anker-links .link-box .item {
    width: 100%;
  }
  section#anker-links .link-box .txt-a {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section#anker-links .link-box .txt-a:before, section#anker-links .link-box .txt-a:after {
    height: 1px;
  }
  section#anker-links .link-box .txt-a .arrow {
    width: 24px;
    height: 24px;
  }
  section#anker-links .link-box .txt-a .arrow svg {
    width: 8px;
    height: 14px;
  }
  section#anker-links .link-box .txt-a:hover {
    color: #0B328C;
    gap: 1.5vw;
  }
  section#anker-links .link-box .txt-a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  section#anker-links .link-box .txt-a:hover .arrow {
    background: #0B328C;
  }
  section#anker-links .link-box .txt-a:hover .arrow svg path {
    fill: #ffffff;
  }
}
/*==========================================================================
section#business01
========================================================================== */
section#business01 {
  padding-top: 5vw;
  margin-top: -5vw;
}
section#business01 .inner {
  padding-top: 7.8125vw;
}
section#business01 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  margin-bottom: 1.6vw;
  padding-bottom: 1.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#business01 .box {
  justify-content: space-between;
}
section#business01 .box .top-box {
  width: 100%;
}
section#business01 .box .txt-h3 {
  margin-bottom: 2.6041666667vw;
}
section#business01 .box .image {
  width: 100%;
  height: 29.4791666667vw;
  margin-bottom: 2.6041666667vw;
}
section#business01 .box .list-box {
  flex-wrap: wrap;
  gap: 3.125vw 4%;
}
section#business01 .box .list-box li {
  width: 48%;
}
section#business01 .box .list-box .txt-h4 {
  color: #005EB7;
  margin-bottom: 1.3541666667vw;
}

@media screen and (max-width: 767px) {
  section#business01 {
    padding: 0;
    margin: 0;
  }
  section#business01 .inner {
    padding-top: 100px;
  }
  section#business01 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#business01 .box {
    justify-content: space-between;
  }
  section#business01 .box .top-box {
    width: 100%;
  }
  section#business01 .box .txt-h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#business01 .box .image {
    width: 100%;
    height: 71.0256410256vw;
    margin-bottom: 50px;
  }
  section#business01 .box .list-box li {
    width: 100%;
    margin-bottom: 50px;
  }
  section#business01 .box .list-box li:last-child {
    margin-bottom: 0;
  }
  section#business01 .box .list-box .txt-h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#business01 .box .list-box .txt-p {
    font-size: 16px;
  }
}
/*==========================================================================
section#business02
========================================================================== */
section#business02 {
  padding-top: 5vw;
  margin-top: -5vw;
}
section#business02 .inner {
  padding-top: 7.8125vw;
}
section#business02 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  margin-bottom: 1.6vw;
  padding-bottom: 1.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#business02 .box {
  justify-content: space-between;
}
section#business02 .box .top-box {
  width: 100%;
}
section#business02 .box .txt-h3 {
  margin-bottom: 2.6041666667vw;
}
section#business02 .box .image {
  width: 100%;
  height: 29.4791666667vw;
  margin-bottom: 2.6041666667vw;
}
section#business02 .box .list-box {
  flex-wrap: wrap;
  gap: 3.125vw 4%;
}
section#business02 .box .list-box li {
  width: 48%;
}
section#business02 .box .list-box .txt-h4 {
  color: #005EB7;
  margin-bottom: 1.3541666667vw;
}

@media screen and (max-width: 767px) {
  section#business02 {
    padding: 0;
    margin: 0;
  }
  section#business02 .inner {
    padding-top: 100px;
  }
  section#business02 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#business02 .box {
    justify-content: space-between;
  }
  section#business02 .box .top-box {
    width: 100%;
  }
  section#business02 .box .txt-h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#business02 .box .image {
    width: 100%;
    height: 71.0256410256vw;
    margin-bottom: 50px;
  }
  section#business02 .box .list-box li {
    width: 100%;
    margin-bottom: 50px;
  }
  section#business02 .box .list-box li:last-child {
    margin-bottom: 0;
  }
  section#business02 .box .list-box .txt-h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#business02 .box .list-box .txt-p {
    font-size: 16px;
  }
}
/*==========================================================================
section#business03
========================================================================== */
section#business03 {
  padding-top: 5vw;
  margin-top: -5vw;
}
section#business03 .inner {
  padding-top: 7.8125vw;
}
section#business03 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  margin-bottom: 1.6vw;
  padding-bottom: 1.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#business03 .box {
  justify-content: space-between;
}
section#business03 .box .top-box {
  width: 100%;
}
section#business03 .box .txt-h3 {
  margin-bottom: 2.6041666667vw;
}
section#business03 .box .image {
  width: 100%;
  height: 29.4791666667vw;
  margin-bottom: 2.6041666667vw;
}
section#business03 .box .list-box {
  flex-wrap: wrap;
  gap: 3.125vw 4%;
}
section#business03 .box .list-box li {
  width: 48%;
}
section#business03 .box .list-box .txt-h4 {
  color: #005EB7;
  margin-bottom: 1.3541666667vw;
}

@media screen and (max-width: 767px) {
  section#business03 {
    padding: 0;
    margin: 0;
  }
  section#business03 .inner {
    padding-top: 100px;
  }
  section#business03 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#business03 .box {
    justify-content: space-between;
  }
  section#business03 .box .top-box {
    width: 100%;
  }
  section#business03 .box .txt-h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#business03 .box .image {
    width: 100%;
    height: 71.0256410256vw;
    margin-bottom: 50px;
  }
  section#business03 .box .list-box li {
    width: 100%;
    margin-bottom: 50px;
  }
  section#business03 .box .list-box li:last-child {
    margin-bottom: 0;
  }
  section#business03 .box .list-box .txt-h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#business03 .box .list-box .txt-p {
    font-size: 16px;
  }
}
/*==========================================================================
section#business04
========================================================================== */
section#business04 {
  padding-top: 5vw;
  margin-top: -5vw;
}
section#business04 .inner {
  padding-top: 7.8125vw;
}
section#business04 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  margin-bottom: 1.6vw;
  padding-bottom: 1.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#business04 .box {
  justify-content: space-between;
}
section#business04 .box .top-box {
  width: 100%;
}
section#business04 .box .txt-h3 {
  margin-bottom: 2.6041666667vw;
}
section#business04 .box .image {
  width: 100%;
  height: 29.4791666667vw;
  margin-bottom: 2.6041666667vw;
}
section#business04 .box .list-box {
  flex-wrap: wrap;
  gap: 3.125vw 4%;
}
section#business04 .box .list-box li {
  width: 48%;
}
section#business04 .box .list-box .txt-h4 {
  color: #005EB7;
  margin-bottom: 1.3541666667vw;
}

@media screen and (max-width: 767px) {
  section#business04 {
    padding: 0;
    margin: 0;
  }
  section#business04 .inner {
    padding-top: 100px;
  }
  section#business04 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#business04 .box {
    justify-content: space-between;
  }
  section#business04 .box .top-box {
    width: 100%;
  }
  section#business04 .box .txt-h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section#business04 .box .image {
    width: 100%;
    height: 71.0256410256vw;
    margin-bottom: 50px;
  }
  section#business04 .box .list-box li {
    width: 100%;
    margin-bottom: 50px;
  }
  section#business04 .box .list-box li:last-child {
    margin-bottom: 0;
  }
  section#business04 .box .list-box .txt-h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#business04 .box .list-box .txt-p {
    font-size: 16px;
  }
}
/*# sourceMappingURL=business.css.map */