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: 16px;
    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#company01
========================================================================== */
section#company01 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#company01 .inner {
  padding-top: 7.8125vw;
}
section#company01 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  padding-bottom: 1.6vw;
  margin-bottom: 2.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#company01 .box {
  justify-content: space-between;
}
section#company01 .box .txt-box {
  width: 100%;
}
section#company01 .box .img-box {
  display: none;
  width: 41.5%;
  height: 36vw;
}
section#company01 .box .txt-h3 {
  color: #005EB7;
  margin-bottom: 2.6458333333vw;
}
section#company01 .box .txt-p {
  line-height: 2em;
}
section#company01 .box .txt-p:nth-child(n+2) {
  margin-top: 2.6458333333vw;
}
section#company01 .box .txt-l {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 2.25vw;
}
section#company01 .box .txt-l .txt-s {
  display: block;
}
section#company01 .box .txt-l .names {
  height: 3vw;
  width: auto;
  margin-top: 0.8vw;
}

@media screen and (max-width: 767px) {
  section#company01 {
    padding: 0;
    margin: 0;
  }
  section#company01 .inner {
    padding-top: 100px;
  }
  section#company01 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#company01 .box {
    display: flex;
    flex-wrap: wrap;
  }
  section#company01 .box .txt-box {
    width: 100%;
    order: 2;
  }
  section#company01 .box .img-box {
    width: 100%;
    height: 115.3846153846vw;
    order: 1;
    margin-bottom: 50px;
  }
  section#company01 .box .txt-h3 {
    font-size: 18px;
    margin-bottom: 17px;
  }
  section#company01 .box .txt-p {
    font-size: 16px;
  }
  section#company01 .box .txt-p:nth-child(n+2) {
    margin-top: 40px;
  }
  section#company01 .box .txt-l {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 30px;
    font-size: 20px;
  }
  section#company01 .box .txt-l .txt-s {
    display: block;
    font-size: 16px;
  }
  section#company01 .box .txt-l .names {
    height: 40px;
    width: auto;
    margin-top: 10px;
  }
}
/*==========================================================================
section#company02
========================================================================== */
section#company02 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#company02 .inner {
  padding-top: 7.8125vw;
}
section#company02 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  margin-bottom: 1.6vw;
  padding-bottom: 1.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#company02 .list-box li {
  margin-top: 1.8vw;
}
section#company02 .list-box li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  section#company02 {
    padding: 0;
    margin: 0;
  }
  section#company02 .inner {
    padding-top: 100px;
  }
  section#company02 .txt-h2 {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#company02 .list-box li {
    font-size: 16px;
    margin-bottom: 20px;
  }
  section#company02 .list-box li:last-child {
    margin: 0;
  }
}
/*==========================================================================
section#company03
========================================================================== */
section#company03 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#company03 .inner {
  padding-top: 7.8125vw;
}
section#company03 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  margin-bottom: 1.6vw;
  padding-bottom: 1.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#company03 .table-box {
  width: 100%;
}
section#company03 .table-box tr {
  padding: 2.6041666667vw 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #D5D5D5;
  position: relative;
  box-sizing: border-box;
}
section#company03 .table-box tr::after {
  content: "";
  background: #005EB7;
  width: 15.625vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
section#company03 .table-box tr th, section#company03 .table-box tr td {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1vw;
}
section#company03 .table-box tr th {
  color: #005EB7;
  width: 15.625vw;
  text-align: start;
}
section#company03 .table-box tr td {
  width: calc(100% - 15.625vw);
}
section#company03 .table-box tr .txt {
  margin-bottom: 2vw;
}
section#company03 .table-box tr .txt .txt-h4::before {
  content: "";
  background: #000000;
  width: 1vw;
  height: 1vw;
  margin-right: 1vw;
  display: inline-block;
}
section#company03 .table-box tr .txt .txt-p {
  padding-left: 2vw;
}
section#company03 .table-box tr .txt:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  section#company03 {
    padding: 0;
    margin: 0;
  }
  section#company03 .inner {
    padding-top: 100px;
  }
  section#company03 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#company03 .table-box {
    width: 100%;
  }
  section#company03 .table-box tr {
    padding: 25px 0;
    flex-wrap: wrap;
  }
  section#company03 .table-box tr::after {
    width: 100px;
  }
  section#company03 .table-box tr th, section#company03 .table-box tr td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
  }
  section#company03 .table-box tr th {
    width: 100%;
    margin-bottom: 20px;
  }
  section#company03 .table-box tr td {
    width: 100%;
  }
  section#company03 .table-box tr .txt {
    margin-bottom: 15px;
  }
  section#company03 .table-box tr .txt .txt-h4 {
    font-size: 16px;
  }
  section#company03 .table-box tr .txt .txt-h4::before {
    width: 13px;
    height: 13px;
    margin-right: 10px;
  }
  section#company03 .table-box tr .txt .txt-p {
    font-size: 16px;
    padding-left: 23px;
  }
  section#company03 .table-box tr .txt:last-child {
    margin: 0;
  }
}
/*==========================================================================
section#company04
========================================================================== */
section#company04 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#company04 .inner {
  padding-top: 7.8125vw;
}
section#company04 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  margin-bottom: 1.6vw;
  padding-bottom: 1.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#company04 .table-box {
  width: 100%;
}
section#company04 .table-box tr {
  padding: 2.6041666667vw 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #D5D5D5;
  position: relative;
  box-sizing: border-box;
}
section#company04 .table-box tr::after {
  content: "";
  background: #005EB7;
  width: 15.625vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
section#company04 .table-box tr th, section#company04 .table-box tr td {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1vw;
}
section#company04 .table-box tr th {
  color: #005EB7;
  width: 15.625vw;
  text-align: start;
}
section#company04 .table-box tr td {
  width: calc(100% - 15.625vw);
}

@media screen and (max-width: 767px) {
  section#company04 {
    padding: 0;
    margin: 0;
  }
  section#company04 .inner {
    padding-top: 100px;
  }
  section#company04 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#company04 .table-box {
    width: 100%;
  }
  section#company04 .table-box tr {
    padding: 25px 0;
    flex-wrap: wrap;
  }
  section#company04 .table-box tr::after {
    width: 100px;
  }
  section#company04 .table-box tr th, section#company04 .table-box tr td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
  }
  section#company04 .table-box tr th {
    width: 100%;
    margin-bottom: 20px;
  }
  section#company04 .table-box tr td {
    width: 100%;
  }
}
/*==========================================================================
section#company05
========================================================================== */
section#company05 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#company05 .inner {
  padding-top: 7.8125vw;
}
section#company05 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  margin-bottom: 1.6vw;
  padding-bottom: 1.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#company05 .table-box {
  width: 100%;
}
section#company05 .table-box tr {
  padding: 2.6041666667vw 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #D5D5D5;
  position: relative;
  box-sizing: border-box;
}
section#company05 .table-box tr::after {
  content: "";
  background: #005EB7;
  width: 15.625vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
section#company05 .table-box tr th, section#company05 .table-box tr td {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1vw;
}
section#company05 .table-box tr th {
  color: #005EB7;
  width: 15.625vw;
  text-align: start;
}
section#company05 .table-box tr td {
  width: calc(100% - 15.625vw);
}

@media screen and (max-width: 767px) {
  section#company05 {
    padding: 0;
    margin: 0;
  }
  section#company05 .inner {
    padding-top: 100px;
  }
  section#company05 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#company05 .table-box {
    width: 100%;
  }
  section#company05 .table-box tr {
    padding: 25px 0;
    flex-wrap: wrap;
  }
  section#company05 .table-box tr::after {
    width: 100px;
  }
  section#company05 .table-box tr th, section#company05 .table-box tr td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
  }
  section#company05 .table-box tr th {
    width: 100%;
    margin-bottom: 20px;
  }
  section#company05 .table-box tr td {
    width: 100%;
  }
}
/*==========================================================================
section#company06
========================================================================== */
section#company06 {
  padding-top: 10vw;
  margin-top: -10vw;
}
section#company06 .inner {
  padding-top: 7.8125vw;
}
section#company06 .box {
  justify-content: space-between;
  flex-wrap: wrap;
}
section#company06 .item-box {
  width: 47%;
}
section#company06 .txt-h2 {
  color: #005EB7;
  line-height: 1;
  padding-bottom: 1.6vw;
  margin-bottom: 2.6vw;
  border-bottom: solid 0.15625vw #005EB7;
}
section#company06 .txt-box .txt-p {
  margin-bottom: 2.1875vw;
}
section#company06 .txt-box .txt-p:last-child {
  margin-bottom: 0;
}
section#company06 .img-box {
  width: 16.3541666667vw;
  height: auto;
  margin: 0 auto;
  margin-top: 4.1666666667vw;
}

@media screen and (max-width: 767px) {
  section#company06 {
    padding: 0;
    margin: 0;
  }
  section#company06 .inner {
    padding-top: 100px;
  }
  section#company06 .item-box {
    width: 100%;
  }
  section#company06 .item-box:nth-child(n+2) {
    padding-top: 100px;
  }
  section#company06 .txt-h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-width: 3px;
    font-size: 24px;
  }
  section#company06 .txt-box .txt-p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  section#company06 .txt-box .txt-p:last-child {
    margin-bottom: 0;
  }
  section#company06 .img-box {
    width: 42.5641025641vw;
    height: 42.5641025641vw;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=company.css.map */