@charset "UTF-8";
#TOP main {
  position: relative;
  padding-top: 0;
  overflow-x: hidden;
  background: #fff;
}
#TOP main section {
  position: relative;
  width: 100%;
  padding: 120px 0 120px;
  z-index: 10;
}
@media screen and (max-width: 824px) {
  #TOP main section {
    padding: 17vw 0;
  }
}
#TOP main section ._inr {
  width: 1340px;
  max-width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  #TOP main section ._inr {
    width: 100%;
  }
}
#TOP .kv {
  position: relative;
  padding-top: 120px;
  background: #F7F7F7;
  z-index: 10;
}
@media screen and (max-width: 824px) {
  #TOP .kv {
    padding-top: 19.4vw;
  }
}
#TOP .kv:before {
  content: "";
  width: 105.8vw;
  height: 66.9vw;
  position: absolute;
  top: -120px;
  left: -6.9vw;
  background: url(../../img/kv-bg1.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 824px) {
  #TOP .kv:before {
    width: 100%;
    height: 135.7vw;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../../img/kv-bg1_sp.png) no-repeat;
    background-size: cover;
  }
}
#TOP .kv ._wrap {
  width: 100%;
  height: 38.5vw;
  position: relative;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap {
    height: 114.6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#TOP .kv ._wrap:before {
  content: "";
  display: block;
  width: 87.5vw;
  height: 67.2vw;
  position: absolute;
  top: -13vw;
  right: 0;
  background: url(../../img/kv-bg.png) no-repeat;
  background-size: 100%;
  background-position: center right;
  z-index: 0;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap:before {
    width: 199vw;
    height: 68vw;
    position: relative;
    top: 0;
    left: 48.5%;
    right: inherit;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../../img/kv-bg_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
#TOP .kv ._wrap ._left {
  position: absolute;
  top: 10.4vw;
  left: 3.5vw;
  z-index: 2;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: inherit;
    left: inherit;
  }
}
#TOP .kv ._wrap ._left h1 {
  line-height: 1.3;
  letter-spacing: 0.1vw;
  font-size: 3.1vw;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._left h1 {
    margin: 2.9vw auto 0;
    letter-spacing: 0.2vw;
    font-size: 7.3vw;
  }
}
#TOP .kv ._wrap ._left h1 small {
  font-size: 2.4vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._left h1 small {
    font-size: 5.3vw;
  }
}
#TOP .kv ._wrap ._left h1 .-wht {
  color: #fff;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._left h1 .-wht {
    color: #E87422;
  }
}
#TOP .kv ._wrap ._left .btn-con {
  width: 22.6vw;
  height: 4.2vw;
  margin-top: 1.4vw;
  font-size: 1.7vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._left .btn-con {
    width: 50.7vw;
    height: 9.2vw;
    margin: 4.9vw auto 0;
    font-size: 3.6vw;
  }
}
#TOP .kv ._wrap ._right {
  width: 50.7vw;
  height: 38.3vw;
  position: absolute;
  top: -1vw;
  right: 5.2vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right {
    width: 100%;
    height: 68vw;
    position: absolute;
    top: -3.2vw;
    left: 0;
    right: inherit;
  }
}
#TOP .kv ._wrap ._right li {
  position: absolute;
  z-index: 1;
}
#TOP .kv ._wrap ._right li:hover {
  z-index: 10;
}
#TOP .kv ._wrap ._right li a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0.9;
  -webkit-animation: ease-in;
          animation: ease-in;
}
#TOP .kv ._wrap ._right .kv-img1 {
  width: 14.2vw;
  top: 14.9vw;
  left: -0.7vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right .kv-img1 {
    width: 24.3vw;
    top: 27.9vw;
    left: 3.2vw;
  }
}
#TOP .kv ._wrap ._right .kv-img2 {
  width: 11.7vw;
  top: 11.1vw;
  left: 13.2vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right .kv-img2 {
    width: 21.8vw;
    top: 19.9vw;
    left: 26.7vw;
  }
}
#TOP .kv ._wrap ._right .kv-img3 {
  width: 15.2vw;
  left: 12.3vw;
  bottom: -0.7vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right .kv-img3 {
    width: 27.9vw;
    top: 42.5vw;
    left: 24.3vw;
  }
}
#TOP .kv ._wrap ._right .kv-img4 {
  width: 15.8vw;
  top: 0vw;
  left: 22.2vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right .kv-img4 {
    width: 28.2vw;
    top: 1.7vw;
    left: 43.7vw;
  }
}
#TOP .kv ._wrap ._right .kv-img5 {
  width: 11.7vw;
  top: 16.7vw;
  left: 25vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right .kv-img5 {
    width: 20.6vw;
    top: 30.3vw;
    left: 46.1vw;
  }
}
#TOP .kv ._wrap ._right .kv-img6 {
  width: 13.5vw;
  top: 8.7vw;
  right: 0.7vw;
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right .kv-img6 {
    width: 24.3vw;
    top: 13.8vw;
    left: 70.4vw;
  }
}
#TOP .kv .txt-scroll {
  overflow: hidden;
  width: 100%;
  height: 7.6vw;
  margin-top: 2.8vw;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 824px) {
  #TOP .kv .txt-scroll {
    height: 12.1vw;
    margin-top: 4.9vw;
  }
}
#TOP .kv .txt-scroll ._track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  -webkit-animation: bgLoop 20s linear infinite;
          animation: bgLoop 20s linear infinite;
}
#TOP .kv .txt-scroll ._track img {
  height: 100%;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@-webkit-keyframes bgLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes bgLoop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#TOP .client {
  background: #fff;
}
#TOP .client ul {
  width: 1128px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
}
@media screen and (max-width: 824px) {
  #TOP .client ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin: 7.3vw 0 0 2.4vw;
  }
}
#TOP .client ul li {
  max-width: 100%;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: 14.8vw;
  }
}
#TOP .client ul li:not(:first-of-type) {
  margin-left: 3.5vw;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li:not(:first-of-type) {
    margin-left: 2.5vw;
  }
}
#TOP .client ul li.client-logo01 {
  width: 150px;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo01 {
    width: 25vw;
    height: auto;
  }
}
#TOP .client ul li.client-logo02 {
  width: 90px;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo02 {
    width: auto;
    height: 15vw;
  }
}
#TOP .client ul li.client-logo03 {
  width: 150px;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo03 {
    width: 25vw;
    height: auto;
  }
}
#TOP .client ul li.client-logo04 {
  width: 150px;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo04 {
    width: 25vw;
    height: auto;
  }
}
#TOP .client ul li.client-logo05 {
  width: 125px;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo05 {
    width: auto;
    height: 15vw;
  }
}
#TOP .client ul li.client-logo06 {
  width: 110px;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo06 {
    width: auto;
    height: 15vw;
  }
}
#TOP .client ul li.client-logo07 {
  width: 120px;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo07 {
    width: auto;
    height: 15vw;
  }
}
#TOP .client ul li.client-logo08 {
  width: 100px;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo08 {
    width: auto;
  }
}
#TOP .client ul li.client-logo08 img {
  width: 100%;
}
@media screen and (max-width: 824px) {
  #TOP .client ul li.client-logo08 img {
    width: auto;
  }
}
@media screen and (max-width: 824px) {
  #TOP .client ul li img {
    width: auto;
    height: 100%;
    display: block;
  }
}
#TOP .voice {
  width: 96.5vw;
  padding: 60px 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #E7EAEB;
  z-index: 20;
}
@media screen and (max-width: 824px) {
  #TOP .voice {
    width: 100%;
    padding: 8.7vw 0;
    border-top-right-radius: 7.3vw;
    border-bottom-right-radius: 7.3vw;
    overflow: hidden;
  }
}
#TOP .voice ._inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding-right: 50px;
  left: 1.7vw;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr {
    padding-right: 0;
    left: 0;
    display: block;
    padding-left: 0vw;
    padding-right: 0;
  }
}
#TOP .voice ._inr h2 {
  margin-right: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr h2 {
    margin-right: 0;
  }
}
#TOP .voice ._inr .voice-swiper {
  width: 970px;
  overflow: hidden;
  padding-bottom: 34px;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr .voice-swiper {
    width: 100%;
    margin-top: 6.8vw;
    overflow: visible;
    padding-bottom: 8.3vw;
  }
}
#TOP .voice ._inr .swiper-pagination .swiper-pagination-bullet-active {
  background: #E87422;
}
#TOP .voice ._inr ul {
  width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr ul {
    width: auto;
    margin-top: 0;
  }
}
#TOP .voice ._inr ul li {
  width: 310px;
  height: auto;
  padding: 25px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr ul li {
    width: 72.8vw;
    padding: 6.1vw;
    border-radius: 4.4vw;
  }
}
#TOP .voice ._inr ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr ul li a {
    gap: 3.6vw;
  }
}
#TOP .voice ._inr ul li a .vo-ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  font-size: 1.125rem;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr ul li a .vo-ttl {
    font-size: 4.4vw;
  }
}
#TOP .voice ._inr ul li a .vo-ttl:after {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../../img/icon01.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr ul li a .vo-ttl:after {
    width: 9.7vw;
    min-width: 9.7vw;
    height: 9.7vw;
  }
}
#TOP .voice ._inr ul li a span {
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
}
#TOP .voice ._inr ul li a .vo-txt {
  height: 150px;
  line-height: 1.75;
  text-align: justify;
  font-size: 1.125rem;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 824px) {
  #TOP .voice ._inr ul li a .vo-txt {
    height: 30vw;
    font-size: 3.4vw;
  }
}
#TOP .questions {
  padding-top: 120px;
}
@media screen and (max-width: 824px) {
  #TOP .questions {
    padding-top: 12.1vw;
  }
}
#TOP .questions:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  border-top-right-radius: 70% 210px;
  z-index: -1;
}
#TOP .questions .-lead {
  line-height: 1.75;
  margin-top: 40px;
  margin-left: 50px;
  font-size: 1.25rem;
}
@media screen and (max-width: 824px) {
  #TOP .questions .-lead {
    margin-top: 5.3vw;
    margin-left: 5.3vw;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 824px) {
  #TOP .questions .questions-swiper {
    width: 100%;
    overflow: visible;
    padding-bottom: 7.3vw;
    margin-top: 9.7vw;
  }
}
#TOP .questions ._wrap {
  width: 1270px;
  max-width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  margin: 60px auto 0;
}
@media screen and (max-width: 824px) {
  #TOP .questions ._wrap {
    width: auto;
    max-width: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#TOP .questions ._wrap ._box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 35px;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 824px) {
  #TOP .questions ._wrap ._box {
    width: 70.1vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 7.3vw;
    border-radius: 2.9vw;
  }
}
#TOP .questions ._wrap ._box ._box-lead {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 824px) {
  #TOP .questions ._wrap ._box ._box-lead {
    height: 21.8vw;
    font-size: 3.6vw;
  }
}
#TOP .questions ._wrap ._box ._box-lead:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin: 0 auto 0;
  background: url(../../img/wid-line.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 824px) {
  #TOP .questions ._wrap ._box ._box-lead:after {
    height: 10px;
  }
}
#TOP .questions ._wrap ._box img {
  width: auto;
  max-width: auto;
  height: 160px;
}
@media screen and (max-width: 824px) {
  #TOP .questions ._wrap ._box img {
    height: 16vw;
  }
}
#TOP .questions ._wrap ._box ._box-ttl {
  height: 3em;
  font-size: 1.625rem;
}
@media screen and (max-width: 824px) {
  #TOP .questions ._wrap ._box ._box-ttl {
    height: auto;
    font-size: 4.4vw;
  }
}
#TOP .questions ._wrap ._box ._box-txt {
  height: 250px;
  line-height: 1.75;
  text-align: justify;
  font-size: 1.25rem;
}
@media screen and (max-width: 824px) {
  #TOP .questions ._wrap ._box ._box-txt {
    height: 7em;
    font-size: 3.4vw;
  }
}
#TOP .questions ._wrap ._box .btn-con {
  width: 240px;
  max-width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0 15px 2em;
  margin-top: 25px;
  color: #fff;
}
@media screen and (max-width: 824px) {
  #TOP .questions ._wrap ._box .btn-con {
    width: 46.1vw;
    padding: 2.9vw 0 2.9vw 1.5em;
    margin-top: 2.9vw;
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 824px) {
  #TOP .questions .questions-pagination {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    width: 90%;
    height: 3px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #d9d9d9;
  }
}
@media screen and (max-width: 824px) {
  #TOP .questions .questions-pagination .swiper-pagination-progressbar-fill {
    background: #ea7a16;
  }
}
#TOP .consul {
  background: url(../../img/conpro-bg02.png) no-repeat;
  background-size: cover;
  background-position: center top;
}
#TOP .consul ._wrap {
  width: 71.8vw;
  height: 60.8vw;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap {
    width: 100%;
    height: 100%;
  }
}
#TOP .consul ._wrap ._box-img {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 4.2vw auto 0;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-img {
    margin: 12.1vw auto 0;
  }
}
#TOP .consul ._wrap ._box-img:before {
  content: "";
  width: 71.8vw;
  height: 45.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../../img/conpro-bg01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-img:before {
    width: 70.4vw;
    height: 176.5vw;
    left: -5%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    background: url(../../img/conpro-bg01_sp.png) no-repeat;
    background-size: 100%;
    background-position: inherit;
  }
}
#TOP .consul ._wrap ._box-img li {
  width: 27.5vw;
  height: 17.4vw;
  position: absolute;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-img li {
    width: 87.9vw;
    height: inherit;
    position: relative;
    margin: 0 auto;
    top: inherit !important;
    left: inherit !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
  #TOP .consul ._wrap ._box-img li:not(:first-of-type) {
    margin-top: 7.3vw;
  }
}
#TOP .consul ._wrap ._box-img li img {
  width: 100%;
}
#TOP .consul ._wrap ._box-img .conpro-step-img01 {
  top: 14%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#TOP .consul ._wrap ._box-img .conpro-step-img02 {
  top: 50%;
  left: 97%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#TOP .consul ._wrap ._box-img .conpro-step-img03 {
  top: 83%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#TOP .consul ._wrap ._box-img .conpro-step-img04 {
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#TOP .consul ._wrap ._box-txt {
  width: 28.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-txt {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin-top: 14.6vw;
  }
}
#TOP .consul ._wrap ._box-txt p {
  font-size: 1.8vw;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-txt p {
    font-size: 6.3vw;
  }
}
#TOP .consul ._wrap ._box-txt p > span {
  display: block;
  width: 100%;
  height: 3.5vw;
  position: relative;
  margin: 0.7vw 0;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-txt p > span {
    width: 90%;
    height: inherit;
    margin: 0 auto;
  }
}
#TOP .consul ._wrap ._box-txt p > span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(150%);
          transform: translate(-50%, -50%) scale(150%);
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-txt p > span img {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
#TOP .consul ._wrap ._box-txt p large {
  font-size: 1.9vw;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-txt p large {
    font-size: 6.8vw;
  }
}
#TOP .consul ._wrap ._box-txt .btn-con {
  width: 21.5vw;
  padding: 0.7vw 0;
  margin-top: 1.7vw;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-txt .btn-con {
    width: 63.1vw;
    padding: 3.6vw 0;
    margin-top: 4.9vw;
  }
}
#TOP .consul ._wrap ._box-txt .btn-con a {
  font-size: 1.6vw;
}
@media screen and (max-width: 824px) {
  #TOP .consul ._wrap ._box-txt .btn-con a {
    font-size: 4.4vw;
  }
}
#TOP .news {
  width: 96.5vw;
  padding: 60px 0;
  margin-left: auto;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: #E7EAEB;
  z-index: 20;
}
@media screen and (max-width: 824px) {
  #TOP .news {
    width: 96%;
    padding: 7.3vw 0;
    margin-left: 3.6vw;
    border-top-left-radius: 9.7vw;
    border-bottom-left-radius: 9.7vw;
  }
}
#TOP .news ._inr {
  max-width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 1.7vw;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: inherit;
  }
}
#TOP .news ._inr ._left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 215px;
          flex: 0 0 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 60px;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr ._left {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-right: 0px;
  }
}
#TOP .news ._inr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-width: 0;
  margin-top: 40px;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr ul {
    margin-top: 9.7vw;
    gap: 7.3vw;
  }
}
#TOP .news ._inr ul li:not(:first-of-type):before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr ul li:not(:first-of-type):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #333333;
    margin-bottom: 7.3vw;
  }
}
#TOP .news ._inr ul li a dl {
  font-size: 1.125rem;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr ul li a dl {
    font-size: 3.9vw;
  }
}
#TOP .news ._inr ul li a dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#TOP .news ._inr ul li a dl dt:after {
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #006E2B;
  color: #006E2B;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr ul li a dl dt:after {
    width: 19.4vw;
    height: 7.3vw;
    border-radius: 3.6vw;
    margin-left: 4.9vw;
  }
}
#TOP .news ._inr ul li a dl dd {
  margin-top: 20px;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr ul li a dl dd {
    margin-top: 3.6vw;
    font-size: 3.4vw;
  }
}
#TOP .news ._inr .btn-con {
  width: 173px;
  padding: 10px 0;
  margin-left: auto;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr .btn-con {
    width: 38.8vw;
    padding: 2.4vw 0;
    margin: 7.3vw auto 0;
  }
}
#TOP .news ._inr .btn-con a {
  font-size: 1.125rem;
}
@media screen and (max-width: 824px) {
  #TOP .news ._inr .btn-con a {
    font-size: 3.9vw;
  }
}
#TOP .support ._inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#TOP .support ._inr h2 {
  height: 147px;
  margin-right: 60px;
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr h2 {
    height: 14.6vw;
    margin-right: 0;
  }
}
#TOP .support ._inr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-top: 60px;
  margin-left: auto;
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 2.4vw;
    margin: 7.3vw auto 0;
  }
}
#TOP .support ._inr ul li {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr ul li {
    width: 52.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.9vw;
  }
}
#TOP .support ._inr ul li img {
  width: 110px;
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr ul li img {
    width: 26.7vw;
  }
}
#TOP .support ._inr ul li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr ul li dl dt {
    margin-bottom: 1.9vw;
    font-size: 3.9vw;
  }
}
#TOP .support ._inr ul li dl dt:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 4px;
  background: #E87422;
}
#TOP .support ._inr ul li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr ul li dl dd {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 4.9vw;
  }
  #TOP .support ._inr ul li dl dd span {
    display: inline-block;
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr ul li dl dd.-sns {
    margin-top: 2.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#TOP .support ._inr ul li dl dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  font-size: 0.875rem;
  text-decoration: underline;
  color: #E87422;
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr ul li dl dd a {
    font-size: 3.4vw;
  }
}
#TOP .support ._inr ul li dl dd a:not(:first-of-type):before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: relative;
  top: 2px;
  margin-left: 13px;
  margin-right: 13px;
  background: #E87422;
}
@media screen and (max-width: 824px) {
  #TOP .support ._inr ul li dl dd a:not(:first-of-type):before {
    display: none;
  }
}

/* === 2026追加調整：主要取引先スクロール / TOP NEWS / ご相談の流れ === */
#TOP .client ._inr {
  overflow: hidden;
}

#TOP .client .client-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  -webkit-animation: clientLogoAutoScroll 20s linear infinite;
          animation: clientLogoAutoScroll 20s linear infinite;
}

#TOP .client .client-list:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#TOP .client .client-list li {
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 0 !important;
}

@-webkit-keyframes clientLogoAutoScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes clientLogoAutoScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 824px) {
  #TOP .client ._inr {
    overflow: visible;
  }
}
#TOP .news ._inr ul li a dl dt::after {
  content: none;
}

#TOP .news ._inr ul li a dl dt .news-new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 78px;
  height: 26px;
  padding: 0 20px;
  margin-left: 16px;
  border: 1px solid #006E2B;
  border-radius: 999px;
  color: #006E2B;
  background: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 824px) {
  #TOP .news ._inr ul li a dl dt .news-new {
    min-width: 24vw;
    height: 7.2vw;
    padding: 0 4.2vw;
    margin-left: 4.8vw;
    font-size: 3.2vw;
  }
}
#TOP .consul ._wrap ._box-img,
#TOP .consul ._wrap ._box-img li {
  overflow: visible;
}

#TOP .consul ._wrap ._box-img li img {
  display: block;
}

@media screen and (min-width: 825px) {
  #TOP .consul ._wrap ._box-img li {
    width: 26.8vw;
  }
  #TOP .consul ._wrap ._box-img .conpro-step-img02 {
    left: 94%;
  }
  #TOP .consul ._wrap ._box-img .conpro-step-img04 {
    left: 6%;
  }
}
/* === 2026 add: TOP KV floating clickable icons === */
#TOP .kv ._wrap ._right li {
  --kv-float-y: 12px;
  --kv-float-x: 4px;
  --kv-float-rotate: 1.4deg;
  --kv-float-duration: 5.8s;
  --kv-float-delay: 0s;
  -webkit-filter: drop-shadow(0 14px 14px rgba(76, 54, 35, 0.18));
          filter: drop-shadow(0 14px 14px rgba(76, 54, 35, 0.18));
  -webkit-animation: kvIconFloat var(--kv-float-duration) ease-in-out var(--kv-float-delay) infinite;
          animation: kvIconFloat var(--kv-float-duration) ease-in-out var(--kv-float-delay) infinite;
  will-change: transform;
}

#TOP .kv ._wrap ._right li:nth-child(2n) {
  --kv-float-y: 9px;
  --kv-float-x: -5px;
  --kv-float-rotate: -1.2deg;
  --kv-float-duration: 6.4s;
}

#TOP .kv ._wrap ._right li:nth-child(3n) {
  --kv-float-y: 14px;
  --kv-float-x: 3px;
  --kv-float-rotate: .8deg;
  --kv-float-duration: 7s;
}

#TOP .kv ._wrap ._right li a {
  display: block;
  position: relative;
  border-radius: 999px;
  cursor: pointer;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease, -webkit-transform 0.35s ease, -webkit-filter 0.35s ease;
}

#TOP .kv ._wrap ._right li a::before {
  content: "";
  position: absolute;
  inset: -7%;
  border: 2px solid rgba(232, 116, 34, 0.38);
  border-radius: 999px;
  opacity: 0;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
  pointer-events: none;
  -webkit-animation: kvIconPulse 2.8s ease-out infinite;
          animation: kvIconPulse 2.8s ease-out infinite;
}

#TOP .kv ._wrap ._right li a:hover,
#TOP .kv ._wrap ._right li a:focus-visible {
  -webkit-transform: translateY(-6px) scale(1.12);
          transform: translateY(-6px) scale(1.12);
  -webkit-filter: brightness(1.04);
          filter: brightness(1.04);
  opacity: 1;
  outline: none;
}

#TOP .kv ._wrap ._right li a:hover::before,
#TOP .kv ._wrap ._right li a:focus-visible::before {
  opacity: 1;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

#TOP .kv ._wrap ._right li img {
  display: block;
  pointer-events: none;
}

@-webkit-keyframes kvIconFloat {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(var(--kv-float-x), calc(var(--kv-float-y) * -1), 0) rotate(var(--kv-float-rotate));
            transform: translate3d(var(--kv-float-x), calc(var(--kv-float-y) * -1), 0) rotate(var(--kv-float-rotate));
  }
}

@keyframes kvIconFloat {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(var(--kv-float-x), calc(var(--kv-float-y) * -1), 0) rotate(var(--kv-float-rotate));
            transform: translate3d(var(--kv-float-x), calc(var(--kv-float-y) * -1), 0) rotate(var(--kv-float-rotate));
  }
}
@-webkit-keyframes kvIconPulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  45% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
}
@keyframes kvIconPulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
  45% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.16);
            transform: scale(1.16);
  }
}
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right li {
    --kv-float-y: 7px;
    -webkit-filter: drop-shadow(0 8px 8px rgba(76, 54, 35, 0.16));
            filter: drop-shadow(0 8px 8px rgba(76, 54, 35, 0.16));
  }
  #TOP .kv ._wrap ._right li a::before {
    inset: -5%;
    border-width: 1px;
  }
  #TOP .kv ._wrap ._right li a:hover,
  #TOP .kv ._wrap ._right li a:focus-visible {
    -webkit-transform: translateY(-3px) scale(1.06);
            transform: translateY(-3px) scale(1.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  #TOP .kv ._wrap ._right li,
  #TOP .kv ._wrap ._right li a::before {
    -webkit-animation: none;
            animation: none;
  }
}
/* === 2026 add: TOP KV mobile float amplitude === */
@media screen and (max-width: 824px) {
  #TOP .kv ._wrap ._right li {
    --kv-float-y: 5px;
    --kv-float-x: 3px;
  }
  #TOP .kv ._wrap ._right li:nth-child(2n) {
    --kv-float-y: 6px;
    --kv-float-x: -3px;
  }
  #TOP .kv ._wrap ._right li:nth-child(3n) {
    --kv-float-y: 5px;
    --kv-float-x: 2px;
  }
  #TOP .kv ._wrap ._right li a:hover,
  #TOP .kv ._wrap ._right li a:focus-visible {
    -webkit-transform: translateY(-2px) scale(1.04);
            transform: translateY(-2px) scale(1.04);
  }
}