@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap");
.pageKnow-Top section.section {
  padding-bottom: 0;
  font-family: "Inter","Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Verdana,sans-serif;
}

.pageKnow-Top section.section {
  padding-top: 0;
}

/* [lang="en"] .pageKnow-Top section.section {
  padding-top: 45px;
} */

.pageKnow-Top section.section h1, .pageKnow-Top section.section h2, .pageKnow-Top section.section h3 {
  font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Verdana,sans-serif;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section {
    padding-top: 0;
  }
  /* [lang="en"] .pageKnow-Top section.section {
    padding-top: 8vw;
  } */
}

.pageKnow-Top section.section .fist-title {
  background: url(../top/img/top-img.jpg?v2), #f1f2f7;
  width: 100%;
  height: 234px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center right
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .fist-title {
    height: auto;
    background: url(../top/img/bg-top-sp.jpg?v2);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
  }
}

.pageKnow-Top section.section .fist-title p {
  width: 1123px;
  line-height: 1;
  /* text-align: center; */
  margin: 0 auto;
  padding: 102px 0;
  font-size: 3rem;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .fist-title p {
    width: auto;
    text-align: left;
    font-size: 2.2rem;
    line-height: 1.45;
    padding: 12.04819vw 0 12.04819vw 8.43373vw;
  }
}

.pageKnow-Top section.section .bg-this {
  background-color: #0161B0;
  padding-bottom: 75px;
  position: relative;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this {
    padding-bottom: 10.12048vw;
  }
}

.pageKnow-Top section.section .bg-this::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 80px 0 80px;
  border-color: #0161B0 transparent transparent transparent;
  position: absolute;
  left: 45.8%;
  bottom: -50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this::after {
    border-width: 9.63855vw 12.04819vw 0 12.04819vw;
    bottom: -8vw;
    left: 38%;
  }
}

.pageKnow-Top section.section .bg-this .inner {
  padding-top: 82px;
  width: 1123px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner {
    width: auto;
    padding-top: 7.22892vw;
  }
}

.pageKnow-Top section.section .bg-this .inner h2 {
  color: #fff;
}

.pageKnow-Top section.section .bg-this .inner h2::after {
  background-color: #fff;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner h2 {
    margin-bottom: 8.43373vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box {
  width: 359px;
  position: relative;
  display: block;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 15px 30px 15px;
}

.pageKnow-Top section.section .bg-this .inner .box.isType2 {
  padding-bottom: 15px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box.isType2 {
    padding-bottom: 0.24096vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box:hover {
  opacity: .8;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box {
    width: 100%;
    padding: 2.40964vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box.noHv:hover {
  opacity: 1;
}

.pageKnow-Top section.section .bg-this .inner .box.noHv:after {
  display: none;
}

.pageKnow-Top section.section .bg-this .inner .box::after {
  content: "";
  background-image: url(../top/img/ar-icons.svg);
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.pageKnow-Top section.section .bg-this .inner .box .ttl-box {
  width: 100%;
  font-size: 1.8rem;
  color: #333333;
  background-color: #DCEFFB;
  padding: 5px 0;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .ttl-box {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .ttl-box + .next-t {
    margin: 2.40964vw 0 0!important;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .ttl-box span {
  font-size: .8rem;
  top: -1em;
  position: relative;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .ttl-box span.pos1 {
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 3vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .sp-fl {
    display: flex;
    align-items: center;
    margin: 3vw 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .sp-fl .logo {
    width: 36.86747vw;
    margin: 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .sp-fl .teki {
    margin-left: 5vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .sp-fl02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .sp-fl02 .num {
    width: 35%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .sp-fl02 .num span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .sp-fl02 dl {
    width: 70%;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-ic {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-ic {
    margin-top: 4.05vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-ic .num {
  margin-top: 15px;
  margin-left: 5px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-ic .num {
    margin-top: 0;
    margin-left: 2vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-ic .people {
  font-size: 5.7rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-ic .people {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-ic .people span {
  font-size: 2.5rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-ic .people span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-ic .icons {
    width: 9.63855vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .next-t {
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .next-t {
    margin-top: 2.40964vw;
  }
  .pageKnow-Top section.section .bg-this .inner .box .next-t.line2 {
    height: 2.5em;
    display: flex;
    letter-spacing: 0;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .num {
  font-size: 7.5rem;
  color: #00266E;
  font-weight: bold;
  margin-top: 40px;
}

.pageKnow-Top section.section .bg-this .inner .box .num.isType2 {
  margin-top: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .num.isType2 {
    margin-top: 1.92771vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .num {
    font-size: 3rem;
    margin-top: 2.40964vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .num span {
  font-size: 3.4rem;
  color: #333333;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .num span {
    font-size: 2rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-in {
  display: flex;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-in {
    display: block;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-in p {
  font-size: 1.5rem;
  color: #333333;
  margin-top: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-in p {
    margin-top: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-in .left {
  position: relative;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-in .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-in .left::after {
  content: "";
  width: 1px;
  height: 95.5%;
  border-left: 1px dotted #00266E;
  display: block;
  position: absolute;
  top: 20px;
  right: -10px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-in .left::after {
    display: none;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .fl-in .right {
  margin-left: 70px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-in .right {
    padding-top: 2vw;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dotted #00266E;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-in .num {
    width: 60vw;
    text-align: center;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-in .num p {
    font-size: .8rem;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .fl-in .logo {
    text-align: center;
    margin: 0;
    padding-left: 3vw;
  }
  .pageKnow-Top section.section .bg-this .inner .box .fl-in .logo img {
    width: 30vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box:nth-child(n+2) {
  margin-top: 27px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box:nth-child(n+2) {
    margin-top: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .logo {
  margin: 20px 0 65px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .glb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.61446vw;
    padding-bottom: 1vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .glb .line {
  margin-top: 26px;
  display: flex;
  padding-left: 25px;
  align-items: center;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .glb .line {
    padding-left: 0;
    margin-top: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .glb .line:nth-child(n+2) {
  padding-top: 26px;
  border-top: 1px dotted #00266E;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .glb .line:nth-child(n+2) {
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted #00266E;
    padding-left: 3vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .glb .line .text {
  margin-left: 30px;
  font-size: 2.7rem;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .glb .line .text {
    font-size: 1.6rem;
    margin-left: 3vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .glb .line .text p {
  text-align: left;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .glb .line .text p {
    text-align: center;
    letter-spacing: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .glb .line .text p:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .glb .line .text p:nth-child(n+2) {
    margin-top: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .box .glb .line .text p span {
  font-size: 4.4rem;
  color: #00266E;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .glb .line .text p span {
    font-size: 3rem;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .box .glb .line .icons {
    width: 10.84337vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li {
    margin-top: 3.61446vw;
    width: 100%;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li:nth-child(n+4) {
  margin-top: 24px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li:nth-child(n+4) {
    margin-top: 3.61446vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link::after {
  display: none;
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link:hover {
  opacity: 1;
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px dotted #00266E;
  padding: 30px 0 30px 10px;
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link.aero {
  padding: 20px 0 20px 10px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link.aero {
    padding-left: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link:first-of-type {
  margin-top: 35px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link:first-of-type {
    margin-top: 0;
    border-top: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link:hover {
  background-color: #CCDFEF;
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link:hover div {
  opacity: .6;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link {
    padding: 3.61446vw 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link .text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link .text {
    font-size: 2rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link .text span {
  font-size: 1.6rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link .text span {
    font-size: 1rem;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .db-link dl .link .icons {
    width: 9.63855vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box {
  width: 1123px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box {
    width: auto;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl {
    display: block;
    margin-top: 3.2vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt {
  text-align: center;
  width: 315px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt {
    width: auto;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt:nth-child(2) {
  width: 380px;
  border-left: 1px dotted #00266E;
  border-right: 1px dotted #00266E;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt:nth-child(2) {
    width: auto;
    border-left: none;
    border-right: none;
    padding: 4vw 0 4vw 0;
    margin: 5vw 0 4vw 0;
    border-top: 1px dotted #00266E;
    border-bottom: 1px dotted #00266E;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt:nth-child(3) {
    padding-bottom: 2vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt .tit {
  font-size: 2.6rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt .tit {
    margin-bottom: 2vw;
    font-size: 1.4rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt p {
  font-size: 7.5rem;
  color: #00266E;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt p {
    font-size: 2.9rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt p span {
  font-size: 3.6rem;
  color: #333333;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .last-box dl dt p span {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink li .db-with {
  width: 742px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .db-with {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .fist {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink li .fist .box {
    width: 48%;
    height: auto;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink .flex-three {
  display: flex;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink .flex-three {
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink .flex-three .box {
    padding-bottom: 4vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .top-infolink .flex-three .box:nth-child(n+2) {
  margin-top: 0;
  margin-left: 23px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink .flex-three .box:nth-child(n+2) {
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .top-infolink .lst-li {
    width: 48%;
  }
}

.pageKnow-Top section.section .bg-this .inner .note {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 20px;
  margin-right: 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .note {
    width: auto;
    font-size: .8rem;
    margin-top: 2.6506vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .note li {
  line-height: 1.4;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .note li {
    line-height: 1.2;
    letter-spacing: 0;
    text-indent: -2em;
    font-size: 1rem;
    margin-left: 2em;
  }
}

.pageKnow-Top section.section .bg-this .inner .note.num-fixed .numIn{
  display: inline-flex;
  justify-content: center;
  width: .7em;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .note.num-fixed li {
    text-indent: 0;
    margin-left: 0;
  }
}


.pageKnow-Top section.section .bg-this .inner .modal {
  margin-top: 100px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal {
    margin-top: 10.36145vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal h2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal h2 {
    margin-bottom: 8.43373vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .tit-this {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  background-color: #00266E;
  padding: 10px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .tit-this {
    font-size: 1.8rem;
    padding: 3vw 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md {
  background-color: #DCEFFB;
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md {
    display: block;
    padding: 3.61446vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md:nth-child(n+2) {
  margin-top: 2px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md:nth-child(n+2) {
    margin-top: 4.81928vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .cap {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333333;
  width: 7%;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .cap {
    display: flex;
    width: auto;
    font-size: 1.8rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .cap p {
  margin-top: 0;
  line-height: 1.3;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in {
  display: flex;
  justify-content: space-between;
  width: 93%;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in {
    width: auto;
    display: block;
    position: relative;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink {
  width: 471px;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex {
  display: flex;
flex-direction:column;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.8rem;
  padding: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex {
    width: 100%;
    justify-content: space-between;
  }
}


@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .next-t {
    margin-right: 0;
    margin-left: 5vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .next-t.isType2 {
  font-size: 1.8rem;
  margin-bottom: .8em;
}
@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .next-t.isType2 {
    font-size: 1.3rem;
    margin-left: 0;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .img {
  margin: 0px;
  width: 198px;
  flex-shrink: 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .img {
    width: 33.5vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .img .teki {
  left: 44px;
  letter-spacing: -2px;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .img .teki.sp-left {
  left: 30px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .img .teki {
    left: 9vw;
  }

  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .img .teki.sp-left {
    left: 6vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink.flex .img img {
  max-width: 100%;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink {
    width: auto;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink::after {
  display: none;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink:hover {
  opacity: 1;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink:nth-child(n+2) {
  margin-top: 0;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img {
  margin-top: 30px;
  position: relative;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .teki {
  position: absolute;
  font-size: 6.1rem;
  color: #fff;
  font-weight: bold;
  top: 56%;
  left: 154px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .teki {
    font-size: 3.9rem;
    top: 22vw;
    left: 9vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .teki span {
  font-size: 2.8rem;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .teki span em {
  position: relative;
  top: -2em;
  left: -1em;
  font-size: 1.2rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .teki span em {
    position: absolute;
    top: -1em;
    left: auto;
    right: 0em;
    font-size: 1rem;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .teki span {
    font-size: 1.7rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .teki p {
  font-size: 1.3rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .teki p {
    font-size: .8rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .fist {
  color: #00266E;
  left: 143px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .fist {
    left: 5vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .fist span {
  color: #333333;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .img .last {
  top: 60%;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .next-t {
  font-size: 1.8rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .next-t {
    font-size: 1.3rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .nolink .last-t {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spacesp {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 3vw;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 6vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spacesp:nth-child(n+2) {
    margin-top: 3.61446vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spacesp .img {
    margin-top: 0;
    width: 15.66265vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spacesp .next-t {
    font-size: 1.7rem;
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spacesp .next-t span {
    font-size: 2.6rem;
    color: #00266E;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .sptop {
    width: 48%;
    height: 59vw;
    margin: 3.61446vw 0;
  }
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .sptop.spW100 {
    width: 100%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .sptop .img {
    width: 33.73494vw;
    height: 38.55422vw;
    position: relative;
    margin: 0 auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmove {
    width: 48%;
    height: 59vw;
    top: 0;
    right: 0;
    padding-bottom: 1vw;
  }
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmove.spW100{
    width: 100%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmove .img {
    width: 33.73494vw;
    margin: 0 auto;
    height: 38.55422vw;
    margin-top: 3vw;
  }
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmove .img .teki {
    line-height: 1;
    left: 6vw;
    top: 17vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmid .fl-spmid {
    display: flex;
    position: relative;
    padding: 0 6vw;
    justify-content: space-between;
    align-items: center;
    margin-top: 7vw;
    padding-bottom: 7vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmid .img {
    width: 40vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmid .last-t {
    position: absolute;
    bottom: 0;
    left: 8vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmid .num {
    display: flex;
    flex-direction: column;
    font-size: 4rem;
    margin-top: 0;
    margin-right: 5vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .spmid .num span {
    font-size: 2.1rem;
    margin-top: 3vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox {
  display: flex;
  width: 642px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
    padding: 3vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .l-b {
  border-right: 1px dotted #00266E;
  padding-right: 45px;
  margin-right: 45px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .l-b {
    padding-right: 4vw;
    margin-right: 1vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .l-b .img {
    width: 33.73494vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .r-b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .r-b .img {
    width: 33.73494vw;
    margin-top: 3vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox p {
  font-size: 2.6rem;
  font-weight: bold;
  padding-top: 10px;
  color: #333333;
}

@media screen and (min-width: 768px) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox p.t1 {
    padding-left: 8px;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox p {
    padding-top: 0;
    font-size: 1.4rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .num {
  font-size: 6.6rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .num {
    font-size: 3.4rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .num span {
  font-size: 3rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .fl-in .fl-midbox .num span {
    font-size: 1.7rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox {
  width: 471px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox {
    width: auto;
    margin-top: 3vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox:hover {
  opacity: .6;
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox:nth-child(n+2) {
  margin-top: 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox:nth-child(n+2) {
    margin-top: 3.61446vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul {
    margin-top: 3vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul li {
  font-size: 2.2rem;
  color: #00266E;
  width: 137px;
  height: 137px;
  border: 1px solid #00266E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul li {
    font-size: 1.6rem;
    width: 38.55422vw;
    height: 13.25301vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul li:nth-child(n+3) {
    margin-top: 2.5vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul li.sp {
  display: none;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul li.sp {
    display: flex;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul.cen {
  justify-content: space-between;
  width: 290px;
  margin: 0 auto;
  margin-top: 15px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul.cen {
    display: none;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul.technology {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul.technology li {
  width: 213px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul.technology li {
    width: 38.55422vw;
    height: 18.07229vw;
    word-break: auto-phrase;
  }
}

.pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul.technology li:nth-child(n+3) {
  margin-top: 15px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .modal .box-md .lastbox ul.technology li:nth-child(n+3) {
    margin-top: 3.5vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 35px;
  border-color: #ffff transparent transparent transparent;
  margin: 35px auto;
}

.pageKnow-Top section.section .bg-this .inner .evolution {
  background-color: #fff;
  padding: 20px 40px 40px 40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .evolution {
    padding: 4vw 4vw 10vw 4vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .evolution .ttl {
  color: #00266E;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 1px solid #00266E;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .evolution .ttl {
    font-size: 1.8rem;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .evolution .bl-box {
  display: flex;
}

.pageKnow-Top section.section .bg-this .inner .evolution .bl-box:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .evolution .bl-box {
    flex-direction: column-reverse;
  }
}

.pageKnow-Top section.section .bg-this .inner .evolution .bl-box .txt {
  color: #fff;
  background-color: #00266E;
  padding: 20px 0 35px 35px;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .evolution .bl-box .txt {
    padding: 3vw 0 5vw 5vw;
  }
}

.pageKnow-Top section.section .bg-this .inner .evolution .bl-box .txt .tit {
  font-size: 2.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .evolution .bl-box .txt .tit {
    font-size: 1.6rem;
  }
}

.pageKnow-Top section.section .bg-this .inner .evolution .bl-box .txt p {
  font-size: 3.7rem;
  letter-spacing: 0;
  margin-top: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .bg-this .inner .evolution .bl-box .txt p {
    font-size: 2.7rem;
    margin-top: 3vw;
  }
}

.pageKnow-Top section.section .persistence {
  background-image: url(../top/img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 85px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence {
    background-size: auto;
    padding-top: 17vw;
    padding-bottom: 7vw;
  }
}

.pageKnow-Top section.section .persistence .inner {
  width: 1183px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner {
    width: auto;
  }
}

.pageKnow-Top section.section .persistence .inner h2 {
  color: #fff;
}

.pageKnow-Top section.section .persistence .inner h2::after {
  background: #fff;
}

.pageKnow-Top section.section .persistence .inner .cc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pageKnow-Top section.section .persistence .inner .cc li{
margin:0 10px;
}

@media screen and (max-width: 46em) {
    .pageKnow-Top section.section .persistence .inner .cc li{
    margin:0 1vw;
    }
    .pageKnow-Top section.section .persistence .inner .cc::after {
        display: none;
    }
  }

.pageKnow-Top section.section .persistence .inner .cc li:nth-child(n+4) {
  margin-top: 35px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner .cc li:nth-child(n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner .cc li:nth-child(n+3) {
    margin-top: 4vw;
  }
}

.pageKnow-Top section.section .persistence .inner .cc li .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 372px;
  height: 372px;
  background-color: #fff;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner .cc li .box {
    width: 43.37349vw;
    height: 43.37349vw;
  }
}

.pageKnow-Top section.section .persistence .inner .cc li .box p {
  font-size: 2.4rem;
  color: #333333;
  line-height: 1.5;
  letter-spacing: -1px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner .cc li .box p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.pageKnow-Top section.section .persistence .inner .cc li .box p::before {
  background-image: url(../top/img/ar-icons02.svg);
  width: 21px;
  height: 21px;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner .cc li .box p::before {
    background-image: url(../top/img/ar-icons02-sp.svg);
    width: 10px;
    height: 10px;
    margin-right: 1vw;
  }
}

.pageKnow-Top section.section .persistence .inner .cc li .box p span {
  font-size: 3rem;
  color: #00266E;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner .cc li .box p span {
    font-size: 1.5rem;
  }
  .pageKnow-Top section.section .persistence .inner .cc li .box p span em {
    font-feature-settings: "palt";
    font-size: 1.4rem;
  }
}

.pageKnow-Top section.section .persistence .inner .cc li .box p span.num {
  font-size: 1.2rem;
  color: #333333;
  position: relative;
  top: -1em;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner .cc li .box p span.num {
    font-size: 1rem;
    top: -.5em;
  }
}

.pageKnow-Top section.section .persistence .inner dl {
  margin: 30px 0 45px 0;
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.4;
}

.pageKnow-Top section.section .persistence .inner dl dt {
  text-indent: -2.6em;
  margin-left: 2.6em;
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner dl dt {
    letter-spacing: 0;
    text-indent: -2.2em;
    margin-left: 2.2em;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Top section.section .persistence .inner dl {
    font-size: 1rem;
    margin: 6.0241vw 0 10.84337vw 0;
    line-height: 1.3;
  }
}

.pageKnow-History nav .his {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-History .pc {
  display: block;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .pc {
    display: none;
  }
}

.pageKnow-History .sp {
  display: none;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .sp {
    display: block;
  }
}

.pageKnow-History .lead {
  text-align: center;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .lead {
    text-align: left;
  }
}

.pageKnow-History .historyWrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 70px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap {
    margin-top: 35px;
    justify-content: space-between;
  }
}

.pageKnow-History .historyWrap .fz10 {
  font-size: 10px;
}

.pageKnow-History .historyWrap .fz12 {
  font-size: 12px;
}

.pageKnow-History .historyWrap .spFz {
  text-indent: 0 !important;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .spFz {
    font-size: .9em;
    letter-spacing: 0em;
  }
}

.pageKnow-History .historyWrap .cptLs {
  letter-spacing: .05em;
}

.pageKnow-History .historyWrap .labelArea {
  position: sticky;
  top: 120px;
  width: 400px;
  padding: 0 30px;
  box-sizing: border-box;
  border-right: 1px solid #eee;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea {
    width: 5vw;
    top: 60px;
    height: 120vw;
    border-right: none;
    padding: 0;
    z-index: 10;
    margin-left: -5vw;
  }
  .pageKnow-History .historyWrap .labelArea.show .labelInner {
    width: 104vw;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 5vw;
  }
  .pageKnow-History .historyWrap .labelArea.show .labelInner div[class^="label_"] div[class^="label"] {
    left: 4vw;
    width: 98vw;
  }
  .pageKnow-History .historyWrap .labelArea.show .labelInner .spLabelTxt {
    opacity: 1;
  }
  .pageKnow-History .historyWrap .labelArea .labelInner {
    position: absolute;
    width: 10vw;
    transition: .3s;
  }
}

.pageKnow-History .historyWrap .labelArea div[class^="label_"] {
  font-size: 13px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea div[class^="label_"] {
    font-size: 11px;
  }
}

.pageKnow-History .historyWrap .labelArea div[class^="label_"] .pcTtl {
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea div[class^="label_"] .pcTtl {
    display: none;
  }
}

.pageKnow-History .historyWrap .labelArea div[class^="label_"] div[class^="label"] {
  display: none;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 4px 5px;
  align-items: center;
  margin-bottom: 3px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea div[class^="label_"] div[class^="label"] {
    width: 100vw;
    left: -95vw;
    transition: .8s;
    padding: 2px 5px 2px 5px;
  }
  .pageKnow-History .historyWrap .labelArea div[class^="label_"] div[class^="label"].active {
    left: 1vw;
  }
}

.pageKnow-History .historyWrap .labelArea .label_blue div[class^="label"] {
  background: #0161b0;
}

.pageKnow-History .historyWrap .labelArea .label_red {
  margin-top: 25px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea .label_red {
    margin-top: 0px;
  }
}

.pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] {
  display: flex;
  background: #e6076f;
}

.pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] .time {
  display: inline-block;
  flex-shrink: 0;
  vertical-align: top;
}

.pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] p {
  display: inline-block;
  align-items: center;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] p {
    width: auto;
  }
}

.pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] p span {
  display: inline-block;
  text-indent: -.5em;
}

.pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] p em {
  font-size: .9em;
  color: #e6076f;
  line-height: 1.8;
  padding: 0 .75em;
  border-radius: 15px;
  letter-spacing: .02em;
  background: #fff;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] p em {
    font-size: .8em;
    letter-spacing: -.02em;
    padding: 0 1.2em;
    transition: .3s;
  }
}

.pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] p em + em {
  margin-left: .5em;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea .label_red div[class^="label"] p em + em {
    margin-left: 1em;
  }
}

.pageKnow-History .historyWrap .labelArea .btn-toggle {
  display: none;
  position: absolute;
  top: 0;
  left: -15px;
  width: 25px;
  height: 25px;
  border: 2px solid #5e7db0;
  border-left: none;
  border-radius: 0 20px 20px 0;
}

.pageKnow-History .historyWrap .labelArea .btn-toggle.show span:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea .btn-toggle {
    display: block;
    top: 20px;
    left: 1vw;
  }
  .pageKnow-History .historyWrap .labelArea .btn-toggle.show {
    opacity: 1;
  }
}

.pageKnow-History .historyWrap .labelArea .btn-toggle span {
  display: block;
  width: 25px;
  height: 25px;
}

.pageKnow-History .historyWrap .labelArea .btn-toggle span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
  transition: .3s;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea .spLabelTxt {
    margin-left: 35px;
    padding-top: 5px;
    margin-bottom: 5px;
    opacity: 0;
    transition: .3s;
    width: 80vw;
  }
}

.pageKnow-History .historyWrap .labelArea .spLabelTxt p[class^="sq-"] {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea .spLabelTxt p[class^="sq-"] {
    letter-spacing: .05em;
  }
}

.pageKnow-History .historyWrap .labelArea .spLabelTxt p[class^="sq-"]:before {
  content: "";
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-right: .5em;
}

.pageKnow-History .historyWrap .labelArea .spLabelTxt p[class^="sq-"] + p[class^="sq-"] {
  margin-top: 0;
}

.pageKnow-History .historyWrap .labelArea .spLabelTxt .sq-blue:before {
  background: #0161b0;
}

.pageKnow-History .historyWrap .labelArea .spLabelTxt .sq-red:before {
  background: #e6076f;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea.showLabel {
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 20px;
    padding-right: 30px;
  }
}

.pageKnow-History .historyWrap .labelArea.showLabel .btn-toggle span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(-45deg);
  transition: .3s;
}

@keyframes slideOut {
  0% {
    right: 97%;
  }
  100% {
    right: 0%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea.showLabel .labelWrap {
    opacity: 1;
    animation: slideOut .3s forwards ease-in-out;
  }
}

.pageKnow-History .historyWrap .labelArea.showLabel .labelWrap .spLabelTxt {
  opacity: 1;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea.showLabel .label_red div[class^="label"] p em {
    visibility: visible;
  }
}

.pageKnow-History .historyWrap .labelArea.hideLabel .btn-toggle span:before {
  right: 8px;
  transform: rotate(135deg);
}

@keyframes slideIn {
  0% {
    right: 0%;
  }
  100% {
    right: 97%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea.hideLabel .labelWrap {
    opacity: 1;
    animation: slideIn .3s forwards ease-in-out;
  }
}

.pageKnow-History .historyWrap .labelArea.hideLabel .labelWrap .spLabelTxt {
  opacity: 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .labelArea.hideLabel .label_red div[class^="label"] p em {
    visibility: hidden;
  }
}

.pageKnow-History .historyWrap .histryCont {
  width: 600px;
  padding: 0 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont {
    width: 87vw;
    flex-shrink: 0;
    padding: 0px 0 0 0;
  }
}

.pageKnow-History .historyWrap .histryCont .data-block {
  opacity: 0;
  transition: .5s;
  position: relative;
  top: 40px;
}

.pageKnow-History .historyWrap .histryCont .data-block.show {
  opacity: 1;
  top: 0;
}

.pageKnow-History .historyWrap .histryCont .data-block .data-day {
  font-weight: bold;
  color: #4065a2;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  font-size: 2.2rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-day {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-image .imgCont img {
    width: 100%;
  }
}

.pageKnow-History .historyWrap .histryCont .data-block .data-image .imgCont figcaption {
  font-size: .9em;
  text-align: center;
  margin-top: 35px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-image .imgCont figcaption {
    font-size: 1em;
    margin-top: 5px;
  }
}

.pageKnow-History .historyWrap .histryCont .data-block .data-image.imgCol2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pageKnow-History .historyWrap .histryCont .data-block .data-image.imgCol2 .imgCont {
  width: 265px;
  margin-bottom: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-image.imgCol2 .imgCont {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-image.imgCol2 .imgCont {
    width: 100%;
  }
}

.pageKnow-History .historyWrap .histryCont .data-block .data-image.imgCol2 .imgCont img {
  width: 100%;
}

.pageKnow-History .historyWrap .histryCont .data-block .data-image.imgCol2 .imgCont figcaption {
  margin-top: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-image.imgCol2 .imgCont figcaption {
    line-height: 1.5;
    margin-top: 10px;
  }
}

.pageKnow-History .historyWrap .histryCont .data-block .data-image.imgCol2 .imgCont figcaption.mltLines {
  margin-top: 10px;
  line-height: 1.6;
}

.pageKnow-History .historyWrap .histryCont .data-block .data-text {
  margin-bottom: 25px;
}

.pageKnow-History .historyWrap .histryCont .data-block .data-text dl {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-text dl {
    flex-direction: column;
    padding: 15px 0;
  }
}

.pageKnow-History .historyWrap .histryCont .data-block .data-text dl dt {
  font-weight: bold;
  width: 150px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-text dl dt {
    width: 100%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-text dl dd {
    margin-top: 10px;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-text dl dd ul {
    display: flex;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block .data-text dl dd ul.spCols li + li {
    margin-left: 2.5em;
  }
}

.pageKnow-History .historyWrap .histryCont .data-block .data-text dl dd ul.spRows {
  flex-direction: column;
}

.pageKnow-History .historyWrap .histryCont .data-block .data-text dl dd ul li {
  display: flex;
  align-items: center;
}

.pageKnow-History .historyWrap .histryCont .data-block .data-text dl dd ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: .5em;
  border-radius: 50%;
  background: #4065a2;
}

.pageKnow-History .historyWrap .histryCont .data-block + .data-block {
  margin-top: 90px;
}

@media screen and (max-width: 46em) {
  .pageKnow-History .historyWrap .histryCont .data-block + .data-block {
    margin-top: 60px;
  }
}

.pageKnow-Vision nav .vision {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-Vision .syatyoBox .partMain{
  display: flex;
  justify-content: flex-end;
  background: url("/outline/img/visual-vision-202512.jpg?v2") right top no-repeat #f4f4f4;
  background-size: auto 100%;
  padding: 165px 60% 140px 20px;
}

/* [lang="en"] .pageKnow-Vision .syatyoBox .partMain{
  display: block;
  background: url(/outline/img/visual-vision-202306.jpg) left top no-repeat #f4f4f4;
  background-size: auto 100%;
  padding: 165px 0 140px 60%;
} */

.pageKnow-Vision .syatyoBox .partMain h2{
  font-size: 2.4rem;
}
.pageKnow-Vision .syatyoBox .partMain p{
  font-size: 4.1rem;
  font-weight: bold;
  line-height: 1.6667;
}
@media screen and (min-width: 1301px){
  /* [lang="ja"] .pageKnow-Vision .syatyoBox .partMain{
    padding-right: 50%;
  } */
  /* [lang="en"] .pageKnow-Vision .syatyoBox .partMain{
    padding-left: 50%;
  } */
}
@media screen and (max-width: 1300px){
  [lang="en"] .pageKnow-Vision .syatyoBox .partMain h2{
    font-size: 1.8461vw;
  }
  [lang="en"] .pageKnow-Vision .syatyoBox .partMain p{
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 1080px){
  [lang="en"] .pageKnow-Vision .syatyoBox .partMain h2{
    font-size: 20px;
  }
  [lang="en"] .pageKnow-Vision .syatyoBox .partMain p{
    font-size: 26px;
  }
}
@media screen and (max-width: 46em){
  /* [lang="en"] .pageKnow-Vision .syatyoBox{
    margin-top: 30px;
  } */
  .pageKnow-Vision .syatyoBox .partMain{
    justify-content: flex-start;
    background-position: right 20% top;
    padding: 13% 42% 12% 5%;
  }
  /* [lang="en"] .pageKnow-Vision .syatyoBox .partMain{
    background-position: 40% top;
    padding: 9% 0 8% 44%;
  } */
  .pageKnow-Vision .syatyoBox .partMain h2{
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  [lang="en"] .pageKnow-Vision .syatyoBox .partMain h2{
    font-size: 2.4vw;
  }
  .pageKnow-Vision .syatyoBox .partMain p{
    font-size: 1.9rem;
  }
  [lang="en"] .pageKnow-Vision .syatyoBox .partMain p{
    font-size: 3vw;
  }
}

.pageKnow-Vision section.section {
  padding-bottom: 0;
}

.pageKnow-Vision section.section .inner {
  width: 1120px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner {
    width: auto;
  }
}

.pageKnow-Vision section.section .inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageKnow-Vision section.section .inner .top.line-reverse {
  flex-direction: row-reverse;
}

.pageKnow-Vision section.section .inner .top {
  margin-top: 30px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner .top {
    display: block;
  }
  
  .pageKnow-Vision section.section .inner .top {
    margin-top: 20px;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner .top .img {
    width: 80%;
    margin: 0 auto;
  }
}

.pageKnow-Vision section.section .inner .top .text {
  width: 48%;
}

.pageKnow-Vision section.section .inner .top .text.isType2 {
  width: 55%;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner .top .text.isType2 {
    width: 100%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner .top .text {
    width: 100%;
    margin-top: 7vw;
    font-size: 1.4rem;
  }
}

.pageKnow-Vision section.section .inner .top .text p:nth-child(n+2) {
  margin-top: 40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner .top .text p:nth-child(n+2) {
    margin-top: 1.5em;
  }
}

.pageKnow-Vision section.section .inner .more-blk {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #CCC;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner .more-blk {
    padding-top: 10vw;
    margin-top: 10vw;
  }
}

.pageKnow-Vision section.section .inner .more-blk .step-b {
  display: block;
  margin: 30px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner .more-blk .step-b {
    margin: 6vw 0 3vw;
  }
}

.pageKnow-Vision section.section .mod-sign {
  margin-bottom: 60px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .mod-sign {
    margin-bottom: 10vw;
  }
}

.pageKnow-Vision section.section .inner .mg-top {
  margin-top: 40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .inner .mg-top {
    margin-top: 4vw;
  }
}

.pageKnow-Vision section.section .mid {
  margin-top: 135px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Vision section.section .mid {
    margin-top: 10vw;
  }
}

.pageKnow-Vision section.section .mid img {
  width: 100%;
}

.pageKnow-Policy .section {
  padding-bottom: 0;
}

.pageKnow-Policy nav .policy {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-Policy .inner.isLast {
  padding-bottom: 50px;
}

.pageKnow-Policy .sec-note {
  display: block;
  margin-top: 3rem;
  font-size: 1.2rem;
  line-height: 1.6;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.pageKnow-Policy .sec-note:before {
  content: "*：";
}

.pageKnow-Policy .img1 .data-update {
  text-align: right;
}

.pageKnow-Csr nav .csr {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-Csr .section {
  padding-bottom: 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section img {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .img {
    overflow-y: scroll;
    position: relative;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .img .icons-scroll {
    position: absolute;
    top: 45%;
    left: 40%;
  }
}

.pageKnow-Csr .section .houshin li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.pageKnow-Csr .section .top {
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 75px;
  margin-bottom: 60px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .top {
    padding-bottom: 6.0241vw;
    margin-bottom: 5vw;
    padding-left: 3.61446vw;
    padding-right: 3.61446vw;
    text-align: left;
    font-size: 1.4rem;
    margin-top: -3vw;
  }
}

.pageKnow-Csr .section h3 {
  font-size: 1.8rem;
  color: #4065A2;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section h3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 3.61446vw;
  }
}

.pageKnow-Csr .section .inner .bl-bot {
  color: #333333;
  line-height: 1.75;
  margin-bottom: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .inner .bl-bot {
    font-size: 1.4rem;
    margin-bottom: 6.50602vw;
  }
}

.pageKnow-Csr .section .mid {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 75px 0;
  margin: 60px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .mid {
    padding: 7.22892vw 0;
    margin: 7.22892vw 0;
  }
}

.pageKnow-Csr .section .mid h2 {
  margin-top: 0;
}

.pageKnow-Csr .section .mid .box {
  background-color: #F1F4FB;
  border: 1px solid #4065A2;
  padding: 22px 22px 25px 22px;
  margin-top: 40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .mid .box {
    margin-top: 7.22892vw;
    padding: 3.61446vw;
  }
}

.pageKnow-Csr .section .mid .box .cap {
  font-size: 1.8rem;
  color: #4065A2;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .mid .box .cap {
    font-size: 1.6rem;
    margin-bottom: 3.61446vw;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .mid .box ul {
    font-size: 1.4rem;
  }
}

.pageKnow-Csr .section .lastbl {
  margin-bottom: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .lastbl {
    margin-bottom: 7.22892vw;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Csr .section .ct-bl img {
    width: 100%;
  }
}

.pageKnow-Evolution nav .evolution {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-Evolution .section {
  padding-bottom: 0;
}

.pageKnow-Evolution .section .inner .top {
  display: flex;
}

.pageKnow-Evolution .section .inner .top .box {
  width: 50%;
  text-align: right;
  padding: 20px 60px 20px;
  background-color: #00266E;
  border-radius: 0 70px 70px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .inner .top .box {
    padding: 3vw 6vw 3vw 0;
  }
}

.pageKnow-Evolution .section .inner .top .box p {
  font-size: 3rem;
  color: #0599D4;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.3;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .inner .top .box p {
    font-size: 1.6rem;
  }
}

.pageKnow-Evolution .section .inner .top .box p span {
  color: #fff;
  font-size: 3.5rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .inner .top .box p span {
    font-size: 1.8rem;
  }
}

.pageKnow-Evolution .section .inner .top .box2 {
  text-align: left;
  border-radius: 70px 0 0 70px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .inner .top .box2 {
    padding: 3vw 0 3vw 6vw;
  }
}

.pageKnow-Evolution .section .inner .next {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .inner .next {
    margin-top: 7.22892vw;
  }
}

.pageKnow-Evolution .section .inner .next p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .inner .next p {
    font-size: 1.6rem;
  }
}

.pageKnow-Evolution .section .inner .next p span {
  font-size: 2.6rem;
  color: #2AA8DA;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .inner .next p span {
    font-size: 1.8rem;
  }
}

.pageKnow-Evolution .section .mid {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  padding: 75px 0;
  margin: 60px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .mid {
    padding: 7.22892vw 0;
    margin: 7.22892vw 0;
  }
}

.pageKnow-Evolution .section .mid h2 {
  margin-top: 0;
}

.pageKnow-Evolution .section .mid .fl-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0 40px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .mid .fl-two {
    display: block;
    margin: 0;
  }
}

.pageKnow-Evolution .section .mid .fl-two .text {
  width: 45%;
  line-height: 1.75;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .mid .fl-two .text {
    width: 100%;
    margin-bottom: 7.22892vw;
  }
}

.pageKnow-Evolution .section .bot {
  padding-bottom: 75px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .bot {
    padding-bottom: 10vw;
  }
}

.pageKnow-Evolution .section .bot .img {
  margin: 30px 0 25px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .bot .img {
    margin: 7vw 0 5vw 0;
  }
}

.pageKnow-Evolution .section .bot ul {
  margin-bottom: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .bot ul {
    margin-bottom: 5vw;
    font-size: 1.2rem;
  }
}

.pageKnow-Evolution .section .bot .boxnotbor .img {
  margin: 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .bot .boxnotbor .img img {
    width: 100%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .bot .img {
    overflow-y: scroll;
    position: relative;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .bot .img .icons-scroll {
    position: absolute;
    top: 45%;
    left: 40%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .bot .img img {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .bot p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .section .maxw {
    padding: 0;
  }
}

.pageKnow-Evolution .flin {
  margin-bottom: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Evolution .flin {
    margin-bottom: 3vw;
  }
}

.pageKnow-Business nav .business {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-Business .section {
  padding: 40px 0 0 0;
}

.pageKnow-Business .section .inner {
  width: 1123px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .inner {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .sw {
    overflow-y: scroll;
    position: relative;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .sw img {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .sw .icons-scroll {
    position: absolute;
    top: 45%;
    left: 40%;
  }
}

.pageKnow-Business .section .nav {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.pageKnow-Business .section .nav ul {
  width: 1123px;
  margin: 0 auto;
  display: flex;
  padding: 22px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .nav ul {
    width: auto;
    padding: 3vw 0;
    display: block;
    text-align: center;
  }
  .pageKnow-Business .section .nav ul.flex {
    display: flex;
    justify-content: space-between;
    padding: 3vw;
    flex-wrap: wrap;
  }
  
  .pageKnow-Business .section .nav ul.flex li {
    text-align: left;
    width: 50%;
  }
  [lang="ja"] .pageKnow-Business .section .nav ul.flex {
    flex-direction: column;
  }
  
  [lang="ja"] .pageKnow-Business .section .nav ul.flex li {
    width: 100%;
  }
}

.pageKnow-Business .section .nav ul li {
  font-size: 1.3rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .nav ul li {
    line-height: 2.5;
  }
}

.pageKnow-Business .section .nav ul li::before {
  content: "";
  background: url(../business/img/icon-link-arwn.svg);
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}

.pageKnow-Business .section .nav ul li:nth-child(n+2) {
  margin-left: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .nav ul li:nth-child(n+2) {
    margin-left: 0;
  }
}

.pageKnow-Business .section .top {
  margin: 50px 0;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .top {
    margin: 10vw 0;
    padding-bottom: 0vw;
  }
}

.pageKnow-Business .section .top.no-mgn {
  margin: 0!important;
}

.pageKnow-Business .section .top .inner .img {
  text-align: center;
  margin: 45px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .top .inner .img {
    margin: 5vw 0;
  }
}

.pageKnow-Business .section .top .inner .small {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .top .inner .small {
    font-size: 1.1rem;
  }
}


@media screen and (max-width: 46em) {
  .pageKnow-Business .section .top .inner p {
    font-size: 1.4rem;
  }
}

.pageKnow-Business .section .lineup {
  margin: 50px 0;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 100px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup {
    margin: 10vw 0;
    padding-bottom: 10vw;
  }
}

.pageKnow-Business .section .lineup .flcar {
  min-height: 140px;
  position: relative;
}

.pageKnow-Business .section .lineup .flcar span {
  position: absolute;
  right: 5px;
  font-size: 1.2rem;
  bottom: -5px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flcar {
    min-height: auto;
  }
}

.pageKnow-Business .section .lineup .bot-car {
  margin-bottom: 30px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .bot-car {
    margin-bottom: 15px;
  }
}

.pageKnow-Business .section .lineup .text {
  margin-top: -15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .text {
    margin-top: -3vw;
  }
}

.pageKnow-Business .section .lineup .flex-car {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 80px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flex-car {
    margin-bottom: 5vw;
    margin-top: 5vw;
    display: block;
  }
}

.pageKnow-Business .section .lineup .flex-car .right {
  border-right: 1px dotted #707070;
  padding-right: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flex-car .right {
    border-right: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flex-car li {
    margin-top: 10vw;
  }
}

.pageKnow-Business .section .lineup .flex-car li:nth-child(n+2) {
  margin-top: 70px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flex-car li:nth-child(n+2) {
    margin-top: 10vw;
  }
}

.pageKnow-Business .section .lineup .flex-car li .img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.pageKnow-Business .section .lineup .flex-car li .img .teki .blk {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 5px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flex-car li .img .teki .blk {
    font-size: 1.1rem;
  }
}

.pageKnow-Business .section .lineup .flex-car li .img .teki .slv {
  margin-top: 0;
  font-size: 1.8rem;
  color: #8F8F8F;
  margin-top: 5px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flex-car li .img .teki .slv {
    font-size: 1.2rem;
  }
}

.pageKnow-Business .section .lineup .flex-car li .img .carimg {
  position: relative;
}

.pageKnow-Business .section .lineup .flex-car li .img .carimg p {
  position: absolute;
  bottom: 0;
  right: 50px;
  font-size: 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flex-car li .img .carimg p {
    font-size: 1rem;
  }
}

.pageKnow-Business .section .lineup .flex-car li .img .carimg p.brz {
  right: 0;
  bottom: -5px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .flex-car li .img .carimg p.brz {
    right: 2vw;
  }
}

.pageKnow-Business .section .lineup .text p {
  margin: 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .text p {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.pageKnow-Business .section .lineup .text p span {
  font-weight: bold;
  color: #5A97D1;
}

.pageKnow-Business .section .lineup .midtxt {
  text-align: center;
  font-size: 1.4rem;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .midtxt {
    font-size: 1.2rem;
    margin: 5vw 0 0 0;
  }
}

.pageKnow-Business .section .lineup .bot-car h3 {
  font-size: 2.8rem;
  color: #4065A2;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .bot-car h3 {
    font-size: 2.1rem;
    padding-bottom: 2vw;
  }
}

.pageKnow-Business .section .lineup .bot-car .bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 20px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .bot-car .bot {
    display: block;
  }
  .pageKnow-Business .section .lineup .bot-car .bot.spCar {
    padding: 0 7vw;
  }
}

.pageKnow-Business .section .lineup .bot-car .bot li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 28%;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .bot-car .bot li {
    width: 100%;
  }
  .pageKnow-Business .section .lineup .bot-car .bot li img {
    width: 50%;
  }
  .pageKnow-Business .section .lineup .bot-car .bot li span {
    width: 40%;
    flex-shrink: 0;
    display: block;
  }
  .pageKnow-Business .section .lineup .bot-car .bot li span img {
    width: 100%;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .bot-car .bot li {
    margin-top: 5vw;
  }
}

.pageKnow-Business .section .lineup .bot-car .bot li:nth-child(n+4) {
  margin-top: 30px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .lineup .bot-car .bot li:nth-child(n+4) {
    margin-top: 5vw;
  }
}

.pageKnow-Business .section .safety {
  margin: 50px 0;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 100px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .safety {
    margin: 10vw 0;
    padding-bottom: 10vw;
  }
}

.pageKnow-Business .section .safety .inner .next {
  font-weight: 500;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .safety .inner .next {
    font-size: 1.4rem;
  }
}

.pageKnow-Business .section .safety .inner .sub {
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .safety .inner .sub {
    text-align: left;
  }
}

.pageKnow-Business .section .safety .inner .img {
  text-align: center;
  margin: 40px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .safety .inner .img {
    text-align: start;
    margin: 5vw 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .safety .inner .img img {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .safety .inner .boxnotbor img {
    width: 100%;
  }
}

.pageKnow-Business .section .safety .inner .boxnotbor .cap::before {
  content: "衝突安全";
  background-color: #fff;
  color: #3694C9;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 5px;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .safety .inner .boxnotbor .cap::before {
    font-size: 1.4rem;
    padding: 1vw 3vw;
  }
}

.pageKnow-Business .section .safety .inner .boxnotbor .fl-safe {
  display: flex;
  width: 736px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .safety .inner .boxnotbor .fl-safe {
    width: auto;
  }
}

.pageKnow-Business .section .safety .inner .boxnotbor .fl-safe .img {
  margin: 0;
}

.pageKnow-Business .section .technology {
  padding-bottom: 100px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology {
    padding-bottom: 15vw;
  }
}

.pageKnow-Business .section .technology .inner .fl-tech {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology .inner .fl-tech {
    display: block;
    margin-top: 5vw;
  }
}

.pageKnow-Business .section .technology .inner .fl-tech .text {
  width: 60%;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology .inner .fl-tech .text {
    width: 100%;
  }
}

.pageKnow-Business .section .technology .inner .fl-tech .text .cap {
  font-size: 1.8rem;
  color: #4065A2;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology .inner .fl-tech .text .cap {
    font-size: 1.6rem;
  }
}

.pageKnow-Business .section .technology .inner .fl-tech .text .ndcap {
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology .inner .fl-tech .text .ndcap {
    font-size: 1.5rem;
    margin: 2vw 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology .inner .fl-tech .text p {
    font-size: 1.4rem;
  }
}

.pageKnow-Business .section .technology .inner .fl-tech .img {
  max-width: 398px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology .inner .fl-tech .img {
    max-width: 67.46988vw;
    margin: 0 auto;
  }
}

.pageKnow-Business .section .technology .inner .fl-tech .img img {
  max-width: 100%;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology .inner .fl-tech .img {
    margin-top: 5vw;
  }
}

.pageKnow-Business .section .technology .inner .fl-tech:nth-child(n+2) {
  margin-top: 40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Business .section .technology .inner .fl-tech:nth-child(n+2) {
    margin-top: 8vw;
  }
}

.pageKnow-Aerospace nav .aerospace {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-Aerospace .boxnotbor p:last-of-type {
  margin-bottom: 0;
}

.pageKnow-Aerospace .section {
  padding-bottom: 0;
}

.pageKnow-Aerospace .section .inner {
  width: 1123px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .inner {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .sw {
    overflow-y: scroll;
    position: relative;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .sw img {
    width: auto;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .sw .icons-scroll {
    position: absolute;
    top: 45%;
    left: 40%;
  }
}

.pageKnow-Aerospace .section .top {
  margin: 0 0 50px 0;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 100px;
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .top {
    margin: 0 0 10vw 0;
    padding-bottom: 10vw;
  }
}

.pageKnow-Aerospace .section .top .inner .img {
  text-align: center;
  margin: 45px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .top .inner .img {
    margin: 5vw 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .top p {
    font-size: 1.4rem;
  }
}

.pageKnow-Aerospace .section .bot {
  margin: 50px 0;
}
.pageKnow-Business .section .bot {
  margin: 50px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .bot {
    margin: 10vw 0;
  }
  .pageKnow-Business .section .bot  {
    margin: 10vw 0;
  }
}

.pageKnow-Aerospace .section .bot .fl-bot {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}

.pageKnow-Aerospace .section .bot .fl-bot .left{
  width: 52%;
}

.pageKnow-Aerospace .section .bot .fl-bot.solo .left {
  width: 100%;
}


@media screen and (max-width: 46em) {
    .pageKnow-Aerospace .section .bot .fl-bot .left{
        width: 100%;
      }
  }

.pageKnow-Aerospace .section .bot .fl-bot .left .cap_this{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.6em;
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .bot .fl-bot {
    flex-direction: column;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .bot .fl-bot .right {
    margin-top: 5vw;
  }
}

.pageKnow-Aerospace .section .bot .fl-bot .right .small {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .bot .fl-bot .right .small {
    
  }
}

[lang="ja"] .pageKnow-Aerospace .section .bot .fl-bot .right .small + img {
  margin-top: 20px;
}
@media screen and (max-width: 46em) {
  [lang="ja"] .pageKnow-Aerospace .section .bot .fl-bot .right .small + img {
    margin-top: 30px;
  }
}

.pageKnow-Aerospace .section .bot .fl-bot .left p:last-of-type {
  
}

@media screen and (max-width: 46em) {
  .pageKnow-Aerospace .section .bot .fl-bot .left p:last-of-type {
    
  }
}

.pageKnow-dxstrategy nav .business {
  font-weight: normal;
  color: #333;
}

.pageKnow-dxstrategy nav .dxstrategy {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-dxstrategy .inner {
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 46em) {
  .pageKnow-dxstrategy .inner {
    max-width: auto;
    padding-bottom: 10vw;
  }
}

.pageKnow-dxstrategy .small-note {
  font-size: 1.4rem;
  margin-top: 35px;
}

.pageKnow-dxstrategy .last-blk {
  border-bottom: none !important;
  padding-bottom: 50px !important;
}

@media screen and (max-width: 46em) {
  .pageKnow-dxstrategy .last-blk {
    padding-bottom: 10vw !important;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-dxstrategy .last-blk .phone-im {
    text-align: center;
  }
  .pageKnow-dxstrategy .last-blk .phone-im img {
    width: 50%;
  }
}

.pageKnow-growth nav .business {
  font-weight: normal;
  color: #333;
}

.pageKnow-growth nav .growth {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-growth h2 .sm-h2 {
  font-size: 1.9rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth h2 .sm-h2 {
    font-size: 1.6rem;
  }
}

.pageKnow-growth .box-bl {
  padding: 35px 50px 0 50px;
  background-color: #C0E2F4;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .box-bl {
    padding: 5vw 5vw 0 5vw;
  }
}

.pageKnow-growth .inner {
  max-width: 1000px;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .inner {
    max-width: auto;
    margin-bottom: 10vw;
  }
}

.pageKnow-growth .box-wht {
  padding: 0 50px 0 50px;
  background-color: #fff;
  margin-top: -40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .box-wht {
    padding: 5vw 5vw 0 5vw;
    margin-top: -2vw;
  }
}

.pageKnow-growth .ttl-botline {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4065A2;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .ttl-botline {
    margin-bottom: 3vw;
    font-size: 1.8rem;
  }
}

.pageKnow-growth .bot {
  padding-bottom: 80px;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .bot {
    padding-bottom: 0;
  }
}

.pageKnow-growth .bot .fl-three {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .bot .fl-three {
    margin: 5vw 0;
    flex-direction: column;
  }
}

.pageKnow-growth .bot .fl-three li {
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DCEFFB;
  color: #4065A2;
  font-weight: bold;
  padding: 15px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .bot .fl-three li {
    width: 100%;
    padding: 3vw 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .bot .fl-three li:nth-child(n+2) {
    margin-top: 3vw;
  }
}

.pageKnow-growth .bot .fl-three li p {
  text-align: center;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .bot .list-num li:nth-child(n+2) {
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 2vw;
  }
}

.pageKnow-growth .bot .space-bot {
  margin-top: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .bot .space-bot {
    margin-top: 10vw;
  }
}

.pageKnow-growth .bot .bor-tit {
  font-weight: bold;
  margin: 50px 0 20px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .bot .bor-tit {
    margin: 5vw 0 2vw 0;
  }
}

.pageKnow-growth .engineer {
  border-bottom: none !important;
}

.pageKnow-growth .engineer .fl-twofu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .engineer .fl-twofu {
    flex-direction: column-reverse;
    margin-bottom: 5vw;
  }
}

.pageKnow-growth .engineer .fl-twofu .img {
  width: 49%;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .engineer .fl-twofu .img {
    width: 100%;
  }
}

.pageKnow-growth .engineer .fl-twofu .txt {
  width: 49%;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .engineer .fl-twofu .txt {
    width: 100%;
    margin: 5vw 0;
  }
}

.pageKnow-growth .step-b {
  margin-top: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-growth .step-b {
    margin-top: 10vw;
  }
}

.pageKnow-engineer nav .business {
  font-weight: normal;
  color: #333;
}

.pageKnow-engineer nav .engineer {
  font-weight: bold;
  color: #4065a2;
}

.pageKnow-engineer h2 .sm-h2 {
  font-size: 1.9rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer h2 .sm-h2 {
    font-size: 1.6rem;
  }
}

.pageKnow-engineer .box-bl {
  padding: 35px 50px 0 50px;
  background-color: #C0E2F4;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .box-bl {
    padding: 5vw 5vw 0 5vw;
  }
}

.pageKnow-engineer .inner {
  max-width: 1000px;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .inner {
    max-width: auto;
    margin-bottom: 10vw;
  }
}

.pageKnow-engineer .box-wht {
  padding: 0 50px 0 50px;
  background-color: #fff;
  margin-top: -40px;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .box-wht {
    padding: 5vw 5vw 0 5vw;
    margin-top: -2vw;
  }
}

.pageKnow-engineer .ttl-botline {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4065A2;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .ttl-botline {
    margin-bottom: 3vw;
    font-size: 1.8rem;
  }
}

.pageKnow-engineer .bot {
  padding-bottom: 80px;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .bot {
    padding-bottom: 0;
  }
}

.pageKnow-engineer .bot .fl-three {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .bot .fl-three {
    margin: 5vw 0;
    flex-direction: column;
  }
}

.pageKnow-engineer .bot .fl-three li {
  width: 31%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DCEFFB;
  color: #4065A2;
  font-weight: bold;
  padding: 15px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .bot .fl-three li {
    width: 100%;
    padding: 3vw 0;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .bot .fl-three li:nth-child(n+2) {
    margin-top: 3vw;
  }
}

.pageKnow-engineer .bot .fl-three li p {
  text-align: center;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .bot .list-num li:nth-child(n+2) {
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 2vw;
  }
}

.pageKnow-engineer .bot .space-bot {
  margin-top: 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .bot .space-bot {
    margin-top: 10vw;
  }
}

.pageKnow-engineer .bot .bor-tit {
  font-weight: bold;
  margin: 50px 0 20px 0;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .bot .bor-tit {
    margin: 5vw 0 2vw 0;
  }
}

[lang="en"] .pageKnow-engineer .engineer {
  border-bottom: none !important;
}

.pageKnow .no-border {
  border-bottom: none !important;
}

.pageKnow-engineer .engineer .fl-twofu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2em;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .engineer .fl-twofu {
    flex-direction: column-reverse;
    margin-bottom: 5vw;
  }
}
.pageKnow-engineer .engineer .fl-twofu.img-sticky {
  position: relative;
}

.pageKnow-engineer .engineer .fl-twofu.img-sticky .im-fu {
  position: sticky;
  top: 113px;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .engineer .fl-twofu.img-sticky .im-fu {
    position: static;
  }
}

.pageKnow-engineer .engineer .fl-twofu .img {
  width: 49%;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .engineer .fl-twofu .img {
    width: 100%;
  }
}

.speakBox{
    padding: 2em;
    background-color: #e6f2fa;
    margin-top: 4em;
    margin-bottom: 4em;
}
.pageKnow-engineer.speakBox .engineer .fl-twofu{
    margin-bottom: 0;
}
.pageKnow-engineer .engineer .fl-twofu.speakBox .txt,
.pageKnow-engineer.speakBox .fl-twofu .txt,
.pageKnow-engineer.speakBox .engineer .fl-twofu .txt{
    width: auto;
    margin-right: 30px;
}
@media screen and (max-width: 46em) {
    .pageKnow-engineer .engineer .fl-twofu.speakBox .txt,
    .pageKnow-engineer.speakBox .fl-twofu .txt,
    .pageKnow-engineer.speakBox .engineer .fl-twofu .txt{
    margin: 5vw 0;
  }
}
.pageKnow-engineer .engineer .fl-twofu .txt {
    width: 49%;
}

@media screen and (max-width: 46em) {
  .pageKnow-engineer .engineer .fl-twofu .txt {
    width: 100%;
    margin: 5vw 0;
  }
}

.pageKnow .mod-paragraph + .mod-paragraph, .pageKnow .mod-paragraph + p, .pageKnow p + .mod-paragraph, .pageKnow p + p {
  margin-top: 1.1em;
}

.pageKnow .u-font12 {
  font-size: 1.2rem;
}

.pageKnow .set-anime {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: 300ms;
  transition: .3s;
}

.pageKnow .set-anime.show-anime {
  top: 0;
  opacity: 1;
}

.pageKnow.pageKnow-Top .parent a {
  color: #4065a2;
  font-weight: bold;
}

.pageKnow .u-small {
  font-size: 1.2rem;
  text-indent: -2em;
  margin-left: 2em;
  line-height: 1.4;
}

@media screen and (max-width: 46em) {
  .pageKnow .u-small {
    font-size: 1.2rem !important;
  }
}

.pageKnow .u-small2 {
  font-size: 1.2rem;
  line-height: 1.4;
  display: flex;
}

@media screen and (max-width: 46em) {
  .pageKnow .u-small2 {
    font-size: 1.2rem !important;
  }
}

.pageKnow .u-small2.flx-num > span {
display: flex;
}

.pageKnow .u-small2.flx-num + .flx-num {
    margin-top: .25em;

}



.pageKnow .u-center {
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 46em) {
  .pageKnow .u-center {
    text-align: left;
    justify-content: flex-start;
  }
}

.pageKnow .u-sup {
  font-size: 10px;
  position: relative;
  top: -.5em;
}

.pageKnow .u-sup:before {
  content: "*";
  font-size: 12px;
}

.pageKnow .u-sup.isType2 {
  top: -1em;
}

@media screen and (max-width: 46em) {
  .pageKnow .u-sup {
    font-size: 9px;
  }
}

.ub-c-title-lv2__title + .ub-c-title-next-content, .ub-c-title-lv2.ub-c-title-lv2--m.ub-c-title-lv2--has-sub.ub-c-title-lv2--black + .ub-c-title-next-content, .ub-p-page-head + .ub-c-title-next-content {
  margin-top: 40px;
}

/* @media screen and (max-width: 46em) {
  [lang="ja"] .ub-c-title-lv2__title + .ub-c-title-next-content,  .ub-c-title-lv2.ub-c-title-lv2--m.ub-c-title-lv2--has-sub.ub-c-title-lv2--black + .ub-c-title-next-content, .ub-p-page-head + .ub-c-title-next-content {
    margin-top: 30px;
  }
} */
.pageKnow .note {
  font-size: 1rem;
  margin-top: .5em;
}

.pageKnow .flx-col2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
  gap: 40px 50px;
}

@media screen and (max-width: 46em) {
  .pageKnow .flx-col2 {
    margin-top: 30px;
    gap: 40px;
  }

  .pageKnow .flx-col2 li img {
    width: 100%;
  }
}

.pageKnow .flx-col2.img-caption li {
  max-width: 400px;
}

.pageKnow .flx-col2.img-caption li .caption {
  margin-top: 10px;
  padding: 0 5px;
}

@media screen and (max-width: 46em) {
  .pageKnow .flx-col2.img-caption li {
    max-width: initial;
    width: 100%;
  }
  .pageKnow .flx-col2.img-caption li .caption {
    padding: 0;
  }
}
.pageKnow .sup {
  vertical-align: super;
  font-size: small;   
  line-height: 0; 
}


@media screen and (min-width: 768px) {
  .pageKnow .pc-mt0 {
    margin-top: 0!important;
  }
}

@media screen and (max-width: 46em) {
  .pageKnow .sp-mt0 {
    margin-top: 0!important;
  }
}


@media screen and (max-width: 46em) {
  .spW120 {
    width: 120vw !important;
  }
  .spW150 {
    width: 150vw !important;
  }
  .spW200 {
    width: 200vw !important;
  }
}


//body {
//  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ //ProN W3", "メイリオ", Verdana, sans-serif;
//}

.pageKnow{
        font-family: var(--base-font-family);
      }

html[lang="ja"] body {
  font-family: YakuHanJPs, "Neue Haas Grotesk Display", "Noto Sans JP", sans-serif;
}

html[lang="en"] body {
  font-family: "neue-haas-grotesk-display", sans-serif;
}


@media screen and (max-width: 46em) {
  .headline--lv2 {
    font-size: 1.8rem;
  }
}

.bor-w {
  border-color: #fff !important;
}

.sclPoint {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
  display: block;
  cursor: default;
}

.localLinks {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 46em) {
  .localLinks {
    flex-wrap: wrap;
    padding: 0 3.61446vw 30px;
  }
}
.localLinks.pt50 {
  padding-top: 50px;
}
@media screen and (max-width: 46em) {
  .localLinks.sp-pt30 {
    padding-top: 30px;
  }
}
.localLinks .btn {
  background-color: #fff;
  font-style: normal;
}
.localLinks .btn:hover {
  background-color: #333;
}
@media screen and (max-width: 46em) {
  .localLinks .btn {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    order: 3;
  }
  .localLinks .pre,
  .localLinks .nxt {
    width: 48%;
  }
  .localLinks .pre {
    order: 1;
  }
  .localLinks .nxt {
    order: 2;
  }
  .localLinks .spW100P {
    width: 100%;
  }
}

.next-ct {
  margin-top: 25px;
}

@media screen and (max-width: 46em) {
  .next-ct {
    margin-top: 10.84337vw;
  }
}

.next-ct .tit-ct {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.next-ct .tit-ct::before,
.next-ct .tit-ct::after {
  content: "";
  width: 470px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 46em) {
  .next-ct .tit-ct::before,
  .next-ct .tit-ct::after {
    width: 24.09639vw;
    height: 1px;
  }
}

.next-ct .tit-ct.sz2::before,
.next-ct .tit-ct.sz2::after {
  width: 389px;
}
@media screen and (max-width: 46em) {
  .next-ct .tit-ct.sz2::before,
  .next-ct .tit-ct.sz2::after {
    width: 4vw;
  }
}

.next-ct .tit-ct::before {
  left: 0;
}
@media screen and (max-width: 46em) {
  .next-ct .tit-ct::before {
  }
}

.next-ct .tit-ct::after {
  right: 0;
}

@media screen and (max-width: 46em) {
  .next-ct .tit-ct::after {
  }
}

.next-ct .bl {
  color: #333333;
}

.next-ct .bl::before {
  background-color: #333333;
}

.next-ct .bl::after {
  background-color: #333333;
}

.next-ct ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

@media screen and (max-width: 46em) {
  .next-ct ul {
    margin-left: 0;
    margin-top: 2.40964vw;
  }
}

.next-ct ul li {
  width: 360px;
  margin-left: 20px;
}

@media screen and (max-width: 46em) {
  .next-ct ul li {
    margin-left: 0;
    width: 100%;
  }
}

.next-ct ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 46em) {
  .next-ct ul li a {
    margin-top: 3.61446vw;
  }
}

.next-ct ul li a:hover {
  opacity: .6;
}

.next-ct ul li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #0164B2;
  border-left: 2px solid #0164B2;
  display: block;
  position: absolute;
  top: 47%;
  right: 15px;
  transform: rotate(0.37turn);
}

.next-ct ul li a p {
  width: 240px;
  height: 91px;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding-left: 20px;
  color: #333333;
  font-weight: bold;
}

@media screen and (max-width: 46em) {
  .next-ct ul li a p {
    width: 100%;
    height: 17.10843vw;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 46em) {
  .next-ct ul li a .img {
    width: 33%;
  }
}

.next-ct ul li:nth-child(n+4) {
  margin-top: 20px;
}

@media screen and (max-width: 46em) {
  .next-ct ul li:nth-child(n+4) {
    margin-top: 0vw;
  }
}

.next-ct ul.notmore {
  justify-content: start;
}

.next-ct ul.notmore li:nth-child(2) {
  margin-left: 25px;
}

@media screen and (max-width: 46em) {
  .next-ct ul.notmore li:nth-child(2) {
    margin-left: 0;
  }
}

.next-ct .showmore {
  margin-top: 20px;
}

@media screen and (max-width: 46em) {
  .next-ct .showmore {
    margin-top: 0;
  }
}

.ct-bl {
  background-color: #F1F2F7;
}

@media screen and (max-width: 46em) {
  .ct-bl {
    padding: 0 3.61446vw;
  }
}

.ct-bl .vision-page {
  width: 1120px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 46em) {
  .ct-bl .vision-page {
    width: auto;
  }
}

.ct-bl .vision-page .tit-ct {
  color: #0161B0;
}

.ct-bl .vision-page .tit-ct::after {
  background-color: #0161B0;
  width: 390px;
}

@media screen and (max-width: 46em) {
  .ct-bl .vision-page .tit-ct::after {
    display: none;
  }
}

.ct-bl .vision-page .tit-ct::before {
  background-color: #0161B0;
  width: 390px;
}

@media screen and (max-width: 46em) {
  .ct-bl .vision-page .tit-ct::before {
    display: none;
  }
}

.ct-bl .vision-page .show-all {
  text-decoration: none;
  text-align: center;
  margin-top: 35px;
  display: block;
  cursor: pointer;
}

.ct-bl .vision-page .show-all .zazi {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #0161B0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ct-bl .vision-page .show-all .zazi::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  transform: rotate(0.38turn);
  margin-bottom: 3px;
}

.ct-bl .vision-page .show-all .zazi.up::after {
  transform: rotate(-0.12turn);
  margin-bottom: -3px;
}

@media screen and (max-width: 46em) {
  img {
    width: 100%;
  }
}

@media screen and (max-width: 46em) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 46em) {
  .sp {
    display: block;
  }
}

.boxnotbor {
  background-color: #F1F4FB;
  padding: 33px;
}

@media screen and (max-width: 46em) {
  .boxnotbor {
    padding: 8vw 4vw;
    margin-top: 10vw;
  }
}

.boxnotbor .flin {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 46em) {
  .boxnotbor .flin {
    display: block;
  }
}

.boxnotbor .flin .txt {
  width: 47%;
}

@media screen and (max-width: 46em) {
  .boxnotbor .flin .txt {
    width: 100%;
  }
}

.boxnotbor .cap {
  font-size: 1.8rem;
  color: #4065A2;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 46em) {
  .boxnotbor .cap {
    font-size: 1.6rem;
    margin-bottom: 3vw;
  }
}

.boxnotbor p {
  font-size: 1.4rem;
}

@media screen and (max-width: 46em) {
  .boxnotbor p {
    line-height: 1.75;
    margin-bottom: 5vw;
  }
}

.boxnotbor .sm {
  font-size: 1.2rem;
  margin-top: 5px;
}

.bnBox1{
  margin-top: 100px;
}
@media screen and (max-width: 46em){
  .bnBox1{
    margin-top: 10vw;
  }
}
.bnBox1 a{
  display: block;
  transition: 0.3s;
}
.bnBox1 a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.bnBox1 picture{
}
.bnBox1 img{
  width: 100%;
}
.bnBox1 dl{
  margin-top: 15px;
  color: #4065a2;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 46em){
  .bnBox1 dl{
    margin-top: 10px;
  }
}
.bnBox1 dt{
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media screen and (max-width: 46em){
  .bnBox1 dt{
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.bnBox1 dd{
  font-size: 1.9rem;
  line-height: 2.45rem;
  font-weight: normal;
}
@media screen and (max-width: 46em){
  .bnBox1 dd{
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}

.pageKnow .flex-car ul li{
height:190px;
}
@media screen and (max-width: 46em){
.pageKnow .flex-car ul li{
height:auto;
}
}
.pageKnow-Top section.section .persistence .inner dl dt .numIn{
    display: inline-flex;
    width: 2.4em;
    justify-content: space-between;
    flex-shrink: 0;
}
@media screen and (max-width: 46em){
.pageKnow .flex-car ul li{
height:auto;
}

.pageKnow-Top section.section .persistence .inner dl dt .numIn{
    width: 2.2em;
}
}

.pageKnow-Top section.section .persistence .inner dl dt .numIn em{
    display: inline-block;
}
.pageKnow-Top section.section .persistence .inner dl dt.flexNotes{
    text-indent: 0;
    margin-left: 0;
    display: flex;
}

.pageKnow-Top section.section .persistence .inner dl .indent1{
    margin-left: -.6em;
}



.cen_this-d {
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 737px) {
  .cen_this-d {
    margin-bottom: 10vw;
    text-align: left;
  }
}

.pcFlex {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 737px) {
  .pcFlex {
    display: block;
  }
  .pcFlex li {
    margin-bottom: 20px;
  }
}

.fl-big-di {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 737px) {
  .fl-big-di {
    margin: 0 -4vw;
  }
}
.fl-big-di li {
  margin-top: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 737px) {
  .fl-big-di li {
    margin-top: 0;
    font-size: 1.2rem;
    width: 50%;
    height: 50vw;
  }
  .fl-big-di li.w100 {
    width: 100vw;
    height: 47vw;
  }
}
.fl-big-di li.t-box {
  width: 275px;
  height: 263px;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.di_en-page li.t-box{
  padding: 10px;
}
@media screen and (max-width: 737px) {
  .di_en-page li.t-box{
    padding: 2vw;
    font-size: 1rem;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li.t-box {
    width: 50%;
    height: 50vw;
    line-height: 1.6;
    border-radius: 0;
    padding: 4vw;
  }
}
.fl-big-di li.cl-gr01 {
  background-color: #B9E9E8;
}
.fl-big-di li.cl-gr02 {
  background-color: #00818D;
  color: #fff;
}
.fl-big-di li.cl-bl01 {
  background-color: #7DCEF4;
}
.fl-big-di li.cl-bl02 {
  background-color: #005BAC;
  color: #fff;
}
.fl-big-di li.l-1po {
  position: absolute;
  left: 0;
  bottom: 0;
}
.fl-big-di li.l-2po {
  position: absolute;
  right: 282px;
  bottom: 0;
}
.fl-big-di li.set-anime {
  top: auto !important;
}
.fl-big-di li.show-anime {
  top: auto !important;
}
.fl-big-di li.lateanm_1 {
  transition: 1s;
}
.fl-big-di li.lateanm_2 {
  transition: 1.5s;
}
.fl-big-di li.lateanm_3 {
  transition: 2s;
}
@media screen and (max-width: 737px) {
  .fl-big-di li.pc {
    display: none;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(3) {
    order: 3;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(4) {
    order: 5;
  }
  .fl-big-di li:nth-child(4) img {
    width: 50.1vw;
    height: 50.1vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(5) {
    order: 4;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(6) {
    order: 6;
  }
  .fl-big-di li:nth-child(6) img {
    width: 50.1vw;
    height: 50.1vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(7) {
    order: 7;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(10) {
    order: 8;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(8) {
    order: 9;
  }
}
@media screen and (max-width: 737px) {
  .fl-big-di li:nth-child(9) {
    order: 10;
  }
}

.bl_bot-nav-linkd {
  padding: 45px;
  background-color: #F1F2F7;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd {
    width: 100%;
    overflow: hidden;
    padding: 10vw 0;
  }
}
.bl_bot-nav-linkd .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd .inner {
    margin: 0 -3vw;
  }
}
.bl_bot-nav-linkd .cap_nd {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #0161B0 !important;
  margin-bottom: 45px;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd .cap_nd {
    font-size: 1.6rem;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd .nav_newlink-d {
    overflow-x: scroll;
  }
}
.bl_bot-nav-linkd ul {
  display: flex;
  position: relative;
  z-index: 2;
}
.bl_bot-nav-linkd ul li {
  position: relative;
}
.bl_bot-nav-linkd ul li a {
  width: 136px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  background-color: #0161B0;
  border: 1px solid #0161B0;
  box-sizing: border-box;
  position: relative;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd ul li a {
    font-size: 1.2rem;
    width: 33vw;
    height: 16vw;
    line-height: 1.3;
  }
}
.bl_bot-nav-linkd ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 42%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0161B0;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd ul li a::after {
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 2vw solid #0161B0;
    bottom: -2vw;
  }
}
.bl_bot-nav-linkd ul li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #0161B0;
  transition: 0.3s;
}
.bl_bot-nav-linkd ul li + li {
  margin-left: 58px;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd ul li + li {
    margin-left: 10vw;
  }
}
.bl_bot-nav-linkd ul li::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border: 2px solid #0161B0;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  bottom: -39px;
  left: 56px;
  background-color: #fff;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd ul li::after {
    width: 12px;
    height: 12px;
    bottom: -6vw;
    left: 14.3vw;
  }
}
.bl_bot-nav-linkd ul + ul {
  margin: 50px 0 0 95px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd ul + ul {
    margin: 9vw 0 0 21vw;
  }
}
.bl_bot-nav-linkd ul + ul::before {
  content: "";
  display: block;
  position: absolute;
  width: 880px;
  height: 3px;
  background-color: #0161B0;
  top: -23px;
  left: -33px;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd ul + ul::before {
    width: 192vw;
    height: 0.8vw;
    top: -4.6vw;
    left: -5vw;
  }
}
.bl_bot-nav-linkd ul + ul li a::after {
  bottom: auto;
  top: -10px;
  transform: rotate(180deg);
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd ul + ul li a::after {
    top: -2vw;
  }
}
.bl_bot-nav-linkd ul + ul li::after {
  bottom: auto;
  top: -34px;
}
@media screen and (max-width: 737px) {
  .bl_bot-nav-linkd ul + ul li::after {
    top: -5.9vw;
  }
}

.here_pageonnav1 .now_here-page1 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav1 .now_here-page1::after {
  background-color: #0161B0;
}

.here_pageonnav2 .now_here-page2 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav2 .now_here-page2::after {
  background-color: #0161B0;
}

.here_pageonnav3 .now_here-page3 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav3 .now_here-page3::after {
  background-color: #0161B0;
}

.here_pageonnav4 .now_here-page4 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav4 .now_here-page4::after {
  background-color: #0161B0;
}

.here_pageonnav5 .now_here-page5 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav5 .now_here-page5::after {
  background-color: #0161B0;
}

.here_pageonnav6 .now_here-page6 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav6 .now_here-page6::after {
  background-color: #0161B0;
}

.here_pageonnav7 .now_here-page7 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav7 .now_here-page7::after {
  background-color: #0161B0;
}

.here_pageonnav8 .now_here-page8 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav8 .now_here-page8::after {
  background-color: #0161B0;
}

.here_pageonnav9 .now_here-page9 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav9 .now_here-page9::after {
  background-color: #0161B0;
}

.here_pageonnav10 .now_here-page10 a {
  background-color: #fff;
  color: #0161B0;
}
.here_pageonnav10 .now_here-page10::after {
  background-color: #0161B0;
}

@media screen and (max-width: 737px) {
  .bottomLink li {
    margin-top: 1.6em;
  }
}

.pageKnow-Business .section .top.pb0 {
  padding-bottom: 0;
}

.im-fu p {
  text-align: center;
  margin-top: .5em;
}

.pageKnow-Business .section .top .inner .img.sw.isType2{
  margin: 0;
}
@media screen and (max-width: 737px) {
  .fl-twofu {
    margin-bottom: 1.1em !important;
  }
}
@media screen and (max-width: 737px) {
  .fl-twofu .txt {
    margin: 5vw 0 0 0 !important;
  }
  .speakBox{
    margin: 5vw 0;
  }
}
:lang(en) .bl_bot-nav-linkd ul li a{
padding:0 7px;
line-height:1.3
}
.nav_newlink-d .in{
padding:0 20px;
}

.mod-card-type2{
    display: inline-block;
}
.mod-card-type2 a .text .headline--lv3{
    font-size: 1.6rem;
}

@media screen and (max-width: 46em) {
.mod-card-type2 a .text .headline--lv3 {
    font-size: 1.4rem;
}
}
.sec_nopd{
    padding-top: 0 !important;
}

.inner__block.w-800 .column-2 {
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
  margin-bottom: 30px;
}


@media screen and (max-width: 46em) {
 .inner__block.w-800 .column-2 {
    display: block;
  }
 .inner__block.w-800 .column-2 div + div {
    margin-top: 40px;
  }
}

.multicolumnbox {
  column-count: 3;
}

@media screen and (max-width: 46em) {
  .multicolumnbox {
    column-count: 1;
  }
}


