@charset "UTF-8";
/*============================================
# works/ 共通
============================================*/
.low .works_links {
  padding-bottom: 10.4166666667vw;
}
.low .works_links li {
  font-size: 1.25vw;
  font-weight: 900;
  border-top: 1px solid #aaaaaa;
  line-height: 1.703;
}
.low .works_links li:last-child {
  border-bottom: 1px solid #aaaaaa;
}
.low .works_links li a {
  position: relative;
  padding-left: 0.9375vw;
  padding-top: 0.4166666667vw;
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.low .works_links li a::before {
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 100%;
  position: absolute;
  right: 1.09375vw;
  top: 50%;
  transform: translateY(-50%);
  background-color: #125ABC;
  transform-origin: top;
}
.low .works_links li a::after {
  content: "";
  background: url(../images/common/ico_arrow01_white.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 0.5208333333vw;
  height: 0.46875vw;
  position: absolute;
  right: 2.34375vw;
  top: 50%;
  transform: translateY(-50%);
}
.low .works_links li span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: bold;
  letter-spacing: -0.04em;
  margin-right: 1.1458333333vw;
}
.low .works_links li.current {
  color: #d0d0d0;
  position: relative;
  padding-left: 0.9375vw;
  padding-top: 0.4166666667vw;
}
.low .works_links li.current::before {
  content: "";
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 100%;
  position: absolute;
  right: 1.09375vw;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d0d0d0;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.low .works_links li.current::after {
  content: "";
  background: url(../images/common/ico_arrow01_white.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 0.5208333333vw;
  height: 0.46875vw;
  position: absolute;
  right: 2.34375vw;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .low .works_links li a:hover {
    background-color: #f0f0f0;
  }
}
@media screen and (max-width: 1023px) {
  .low .works_links {
    padding-bottom: 17.9487179487vw;
  }
  .low .works_links li {
    font-size: 4.6153846154vw;
    line-height: 1.3;
  }
  .low .works_links li a {
    padding-left: 0.2564102564vw;
    padding-top: 2.0512820513vw;
    padding-bottom: 5.1282051282vw;
  }
  .low .works_links li a::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    right: 0.2564102564vw;
  }
  .low .works_links li a::after {
    width: 2.6923076923vw;
    height: 2.3076923077vw;
    right: 3.9743589744vw;
  }
  .low .works_links li.current {
    padding-left: 0.2564102564vw;
    padding-top: 2.0512820513vw;
    padding-bottom: 5.1282051282vw;
  }
  .low .works_links li.current::before {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
    right: 0.2564102564vw;
  }
  .low .works_links li.current::after {
    width: 2.5641025641vw;
    height: 2.3076923077vw;
    right: 3.9743589744vw;
  }
  .low .works_links li span {
    font-size: 8.2051282051vw;
    line-height: 1.703;
    display: block;
  }
}
/*============================================
# works/ 私たちの強み
============================================*/
.works .low_inner {
  position: relative;
  z-index: 2;
}
.works_bg {
  position: absolute;
  left: 0;
  top: 24.7916666667vw;
  right: 0;
  z-index: 0;
  width: 45.1041666667vw;
  pointer-events: none;
}
.works_bg img {
  width: 100%;
}
.works strong {
  font-weight: bold;
  color: #1385d8;
}
.works .low_section:first-child > div {
  width: 100%;
  padding-bottom: 8.0208333333vw;
}
.works .low_section:first-child > div.anim_fadeIn {
  opacity: 1;
}
.works .low_section:first-child > div.anim_fadeIn .right {
  opacity: 0;
  transform: translateX(1.5625vw);
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1), transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.works .low_section:first-child > div.anim_fadeIn.show .right {
  transform: translateX(0);
  opacity: 1;
}
.works .low_section:first-child > div h2 {
  font-size: 2.5vw;
  margin-bottom: 1.7708333333vw;
}
.works .low_section:first-child > div h3 {
  line-height: 1.76;
  margin-bottom: 1.875vw;
}
.works .low_section:first-child > div > div {
  margin-left: auto;
  width: 58%;
  padding-top: 8.28125vw;
}
.works .low_section:first-child > div > div p {
  width: 70%;
  font-size: 1.0416666667vw;
}
.works .low_section:nth-child(2) {
  position: relative;
  z-index: 1;
}
.works .low_section:nth-child(2) > div {
  padding-bottom: 5.7291666667vw;
  width: 100%;
}
.works .low_section:nth-child(2) > div > div {
  padding-top: 2.6041666667vw;
}
.works .low_section:nth-child(2) h2 {
  margin-bottom: 3.75vw;
  font-weight: 900;
  font-size: 1.25vw;
  line-height: 1.4;
}
.works .low_section:nth-child(2) h2 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 5.7291666667vw;
  font-weight: bold;
  letter-spacing: -0.04em;
}
.works .low_section:nth-child(2) ol {
  margin-left: -6.1%;
  margin-right: -6.1%;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
.works .low_section:nth-child(2) ol li {
  display: flex;
  justify-content: space-between;
  background-color: #f7f7f7;
  border-radius: 1.5625vw;
  padding-left: 5.2083333333vw;
}
.works .low_section:nth-child(2) ol li:last-child > div:first-child p {
  margin-top: 1.1979166667vw;
}
.works .low_section:nth-child(2) ol li:first-child > div:nth-child(2) {
  transform: translate(-0.1041666667vw, -0.1041666667vw);
}
.works .low_section:nth-child(2) ol li:first-child > div:nth-child(2) img {
  width: 35.15625vw;
}
.works .low_section:nth-child(2) ol li > div:first-child {
  display: flex;
  align-items: start;
  padding-block: 3.125vw 4.0625vw;
  gap: 3.125vw;
  width: 39%;
  margin-top: 0.5729166667vw;
}
.works .low_section:nth-child(2) ol li > div:first-child span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: block;
  font-size: 5.7291666667vw;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-top: -0.2083333333vw;
}
.works .low_section:nth-child(2) ol li > div:first-child h3 {
  font-size: 2.0833333333vw;
  line-height: 1.5;
}
.works .low_section:nth-child(2) ol li > div:first-child p {
  margin-top: 0.9895833333vw;
  font-weight: bold;
}
.works .low_section:nth-child(2) ol li > div:nth-child(2) {
  width: 44.5%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: clip;
}
.works .low_section:nth-child(2) ol li > div:nth-child(2) img {
  width: 35.4166666667vw;
  display: block;
  border-radius: 1.0416666667vw;
}
.works .low_section:nth-child(3) {
  border-top: none;
  position: relative;
  margin-inline: auto;
  width: 83%;
}
.works .low_section:nth-child(3) h2 {
  font-size: 2.5vw;
  margin-bottom: 3.59375vw;
}
.works .low_section:nth-child(3) > div {
  width: 100%;
  padding-bottom: 10.8333333333vw;
}
.works .low_section:nth-child(3) > div > div {
  margin-left: auto;
  width: 39.3%;
  position: relative;
  z-index: 1;
  padding-top: 0;
}
.works .low_section:nth-child(3) > div > div p {
  font-size: 1.0416666667vw;
}
.works .low_section:nth-child(3) > div > p {
  width: 49.4791666667vw;
  position: absolute;
  left: 0;
  top: 4.6875vw;
}
.works .low_section:nth-child(3) > div > p img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .works .low_section:first-child > div.anim_fadeIn {
    transition-delay: 0s;
  }
  .works .low_section:first-child > div.anim_fadeIn h2 {
    transition-delay: 0.2s !important;
  }
  .works .low_section:first-child > div.anim_fadeIn h3.right {
    transition-delay: 0.35s;
  }
  .works .low_section:first-child > div.anim_fadeIn p.right {
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 1023px) {
  .works h1 {
    position: relative;
    z-index: 2;
  }
  .works .low_inner {
    overflow: clip;
  }
  .works_bg {
    top: 58.9743589744vw;
    width: 100%;
  }
  .works .low_section:first-child > div {
    padding-bottom: 18.9743589744vw;
  }
  .works .low_section:first-child > div.anim_fadeIn {
    opacity: 1;
  }
  .works .low_section:first-child > div.anim_fadeIn.show .right {
    transform: translateX(-7.6923076923vw);
    opacity: 0;
  }
  .works .low_section:first-child > div.anim_fadeIn .right {
    transform: translateX(-7.6923076923vw);
    opacity: 0;
  }
  .works .low_section:first-child > div.anim_fadeIn .right.show {
    transform: translateX(0);
    opacity: 1;
  }
  .works .low_section:first-child > div h2 {
    font-size: 10.2564102564vw;
    margin-bottom: 3.8461538462vw;
  }
  .works .low_section:first-child > div h3 {
    line-height: 2;
    margin-bottom: 9.4871794872vw;
  }
  .works .low_section:first-child > div > div {
    margin-inline: auto;
    width: 87.5%;
    padding-top: 57.4358974359vw;
  }
  .works .low_section:first-child > div > div p {
    width: 100%;
    font-size: 4.6153846154vw;
  }
  .works .low_section:nth-child(2) > div {
    padding-bottom: 17.1794871795vw;
    width: 100%;
  }
  .works .low_section:nth-child(2) > div > div {
    padding-top: 12.0512820513vw;
  }
  .works .low_section:nth-child(2) h2 {
    margin-bottom: 15.3846153846vw;
    font-size: 5.1282051282vw;
    line-height: 1.4;
    font-weight: bold;
  }
  .works .low_section:nth-child(2) h2 span {
    font-size: 14.358974359vw;
    line-height: 1.07;
    padding-bottom: 6.4102564103vw;
  }
  .works .low_section:nth-child(2) ol {
    margin-inline: -4.2%;
    gap: 5.1282051282vw;
  }
  .works .low_section:nth-child(2) ol li {
    flex-direction: column;
    border-radius: 5.1282051282vw;
    padding: 5.641025641vw 0 0;
    gap: 7.6923076923vw;
  }
  .works .low_section:nth-child(2) ol li:last-child {
    gap: 8.9743589744vw;
  }
  .works .low_section:nth-child(2) ol li:last-child > div:first-child p {
    margin-top: 5.1282051282vw;
  }
  .works .low_section:nth-child(2) ol li:first-child {
    gap: 5.1282051282vw;
    padding: 5.641025641vw 0 13.3333333333vw;
  }
  .works .low_section:nth-child(2) ol li:first-child > div:nth-child(2) img {
    width: 71.2820512821vw;
  }
  .works .low_section:nth-child(2) ol li > div:first-child {
    flex-direction: column;
    gap: 5.8974358974vw;
    width: 85%;
    margin-inline: auto;
    margin-top: 7.6923076923vw;
    padding-block: 0;
    padding-inline: 3.8461538462vw;
  }
  .works .low_section:nth-child(2) ol li > div:first-child span {
    font-size: 14.358974359vw;
    margin-top: 0;
    margin-inline: auto;
  }
  .works .low_section:nth-child(2) ol li > div:first-child h3 {
    font-size: 8.2051282051vw;
    line-height: 1.55;
    text-align: center;
  }
  .works .low_section:nth-child(2) ol li > div:first-child p {
    margin-top: 5.8974358974vw;
  }
  .works .low_section:nth-child(2) ol li > div:nth-child(2) {
    width: 100%;
    flex-direction: column;
    gap: 5.1282051282vw;
  }
  .works .low_section:nth-child(2) ol li > div:nth-child(2) img {
    width: 91.7948717949vw;
    border-radius: 2.5641025641vw;
  }
  .works .low_section:nth-child(3) {
    width: 88%;
  }
  .works .low_section:nth-child(3) h2 {
    font-size: 10.2564102564vw;
    margin-bottom: 12.3076923077vw;
    line-height: 1.25;
  }
  .works .low_section:nth-child(3) > div {
    width: 100%;
    padding-bottom: 17.9487179487vw;
  }
  .works .low_section:nth-child(3) > div > div {
    width: 100%;
  }
  .works .low_section:nth-child(3) > div > div p {
    font-size: 4.6153846154vw;
  }
  .works .low_section:nth-child(3) > div > p {
    margin-top: 8.7179487179vw;
    width: 91.7948717949vw;
    margin-inline: -12%;
    position: static;
  }
  .works .low_section:nth-child(3) > div > p img {
    width: 100%;
    display: block;
  }
}
/*============================================
# works/usecases/ 製品活用イメージ
============================================*/
.usecases .low_section_1 {
  display: block;
  padding-top: 3.6458333333vw;
  padding-bottom: 6.25vw;
}
.usecases .low_section_1 > p {
  margin-top: -3.4375vw;
  margin-left: -6.1%;
  margin-right: -6.1%;
  width: 95.8333333333vw;
}
.usecases .low_section_1 > p img {
  width: 100%;
  display: block;
}
.usecases_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2.6041666667vw;
  row-gap: 2.0833333333vw;
}
.usecases_list li {
  width: 49.5%;
}
.usecases_list li:last-child h3 {
  color: #21439A;
}
.usecases_list li.anim_fadeIn.show > div.left {
  transform: translateX(0);
}
.usecases_list li.anim_fadeIn.show > p {
  transform: translateY(0);
}
.usecases_list li > div.left {
  transform: translateX(-1.5625vw);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.usecases_list li > p {
  transform: translateY(1.5625vw);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.usecases_list h3 {
  font-size: 2.0833333333vw;
  color: #1385d8;
}
.usecases_list p:not(:has(picture)) {
  margin-top: 0.5208333333vw;
}
.usecases_list p:has(picture) {
  margin-top: 1.5625vw;
  width: 100%;
}
.usecases_list p:has(picture) img {
  width: 100%;
}
.usecases .low_section_2 {
  display: block;
  padding-top: 0.15625vw;
  padding-bottom: 6.25vw;
}
.usecases .low_section_2 > *:first-child:nth-last-child(2) {
  width: auto;
}
.usecases .low_section_2 > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
.usecases .low_section_2 > div > div {
  width: 24.2682926829%;
  padding-top: 0;
  margin-top: -0.2083333333vw;
}
.usecases .low_section_2 > div > div p:nth-child(2) {
  padding-top: 3.6979166667vw;
  margin-top: 3.8020833333vw;
  border-top: 1px solid #aaaaaa;
}
.usecases_cards {
  width: 66.3414634146%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1.0416666667vw;
}
.usecases_cards li {
  width: 49.3%;
  position: relative;
}
.usecases_cards li::before {
  font-family: "Roboto", sans-serif;
  font-size: 0.8333333333vw;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  left: 0.5208333333vw;
  top: 2.0833333333vw;
  color: #fff;
  letter-spacing: -0.04em;
  z-index: 1;
}
.usecases_cards li::after {
  content: "";
  position: absolute;
  left: 2.7083333333vw;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}
.usecases_cards li:first-child::before {
  content: "Building";
}
.usecases_cards li:first-child a p img {
  width: 5.9375vw;
}
.usecases_cards li:nth-child(2)::before {
  content: "Hospital";
}
.usecases_cards li:nth-child(2) a p img {
  width: 10.9895833333vw;
}
.usecases_cards li:nth-child(3)::before {
  content: "Educational facilities";
}
.usecases_cards li:nth-child(3) a p img {
  width: 8.3645833333vw;
}
.usecases_cards li:nth-child(4)::before {
  content: "Factory";
}
.usecases_cards li:nth-child(4) a p img {
  width: 5.78125vw;
}
.usecases_cards li:nth-child(5)::before {
  content: "Apartment";
}
.usecases_cards li:nth-child(5) a p img {
  width: 4.6354166667vw;
}
.usecases_cards li:nth-child(6)::before {
  content: "Public facilities";
}
.usecases_cards li:nth-child(6) a p img {
  width: 3.7083333333vw;
}
.usecases_cards li:nth-child(7)::before {
  content: "Hotel";
}
.usecases_cards li:nth-child(7) a p img {
  width: 3.9583333333vw;
}
.usecases_cards li:nth-child(8)::before {
  content: "Shopping Center";
}
.usecases_cards li:nth-child(8) a p img {
  width: 4.84375vw;
}
.usecases_cards li:nth-child(odd) a p {
  width: 8.3854166667vw;
}
.usecases_cards li a {
  height: 10.4166666667vw;
  background-color: rgb(18, 90, 188);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  border-radius: 1.04167vw;
  padding-left: 4.7916666667vw;
  padding-right: 4.1666666667vw;
  position: relative;
}
.usecases_cards li a::before {
  content: "";
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-radius: 100%;
  position: absolute;
  right: 1.0416666667vw;
  bottom: 1.0416666667vw;
  background-color: #fff;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.usecases_cards li a::after {
  content: "";
  background: url(../images/common/ico_arrow01_blue.svg) 0 0 no-repeat;
  background-size: 100%;
  width: 0.5208333333vw;
  height: 0.46875vw;
  position: absolute;
  right: 1.8229166667vw;
  bottom: 1.875vw;
}
.usecases_cards li a h3 {
  line-height: 1.82;
}
.usecases_cards li a p {
  width: 10.9895833333vw;
  display: grid;
  place-content: center;
}
.usecases_cards li a p img {
  display: block;
}
.usecases .low_section_3 img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .usecases_list li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .usecases_list li:nth-child(2n) > div.left, .usecases_list li:nth-child(2n) > p {
    transition-delay: 0.2s;
  }
  .usecases .low_section_2 > *:first-child:nth-last-child(2) {
    transition-delay: 0s;
  }
  .usecases .low_section_2 p {
    opacity: 1;
    transform: translate(0, 0);
  }
  .usecases_cards {
    transition-delay: 0.2s;
  }
  .usecases_cards a:hover::before {
    transform: scale(1.3) translateZ(0);
  }
  .usecases_cards li:first-child p, .usecases_cards li:last-child p {
    margin-left: -0.8333333333vw;
  }
  .usecases_cards li:first-child h3, .usecases_cards li:last-child h3 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .usecases .low_section_1 {
    display: block;
    padding-top: 12.8205128205vw;
    padding-bottom: 19.7435897436vw;
  }
  .usecases .low_section_1 > p {
    margin-top: 6.6666666667vw;
    margin-inline: -4.2%;
    width: 91.7948717949vw;
  }
  .usecases .low_section_1 > p .c-modal::after {
    top: 1.2820512821vw;
    right: 3.5897435897vw;
  }
  .usecases_list {
    row-gap: 11.0256410256vw;
    margin-top: 13.3333333333vw;
  }
  .usecases_list li {
    width: 100%;
  }
  .usecases_list li > div.left {
    transform: translateX(-5.1282051282vw);
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .usecases_list li > p {
    transform: translateY(7.6923076923vw);
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .usecases_list h3 {
    font-size: 8.2051282051vw;
  }
  .usecases_list p:not(:has(picture)) {
    margin-top: 3.8461538462vw;
  }
  .usecases_list p:has(picture) {
    margin-top: 6.4102564103vw;
    width: 99.6%;
    margin-inline: auto;
  }
  .usecases .low_section_2 {
    padding-top: 5.641025641vw;
    padding-bottom: 18.9743589744vw;
  }
  .usecases .low_section_2 > div {
    width: 100%;
    flex-direction: column;
  }
  .usecases .low_section_2 > div > div {
    display: contents;
    width: 100%;
    margin-top: 0;
  }
  .usecases .low_section_2 > div > div p:first-child {
    order: 0;
    margin-top: 11.0256410256vw;
  }
  .usecases .low_section_2 > div > div p:nth-child(2) {
    padding-top: 0;
    margin-top: 14.6153846154vw;
    border-top: none;
    order: 2;
  }
  .usecases_cards {
    width: 99.3%;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.5641025641vw;
    order: 1;
    margin-top: 13.8461538462vw;
  }
  .usecases_cards li {
    width: 100%;
    position: relative;
  }
  .usecases_cards li::before {
    font-size: 3.5897435897vw;
    left: 1.0256410256vw;
    top: 5.1282051282vw;
  }
  .usecases_cards li::after {
    left: 10vw;
  }
  .usecases_cards li:nth-child(odd) a p {
    width: 36.1538461538vw;
  }
  .usecases_cards li:first-child a {
    padding-right: 11.0256410256vw;
    gap: 2.5641025641vw;
  }
  .usecases_cards li:first-child a p {
    width: auto;
  }
  .usecases_cards li:first-child a p img {
    width: 19.4871794872vw;
  }
  .usecases_cards li:first-child a h3 {
    margin-top: 1.0256410256vw;
  }
  .usecases_cards li:nth-child(2) a p img {
    width: 36.1538461538vw;
  }
  .usecases_cards li:nth-child(3) a p {
    margin-top: -1.5384615385vw;
  }
  .usecases_cards li:nth-child(3) a p img {
    width: 27.6153846154vw;
  }
  .usecases_cards li:nth-child(4) a p img {
    width: 19vw;
  }
  .usecases_cards li:nth-child(5) a {
    padding-right: 13.3333333333vw;
    gap: 2.5641025641vw;
  }
  .usecases_cards li:nth-child(5) a p {
    width: auto;
  }
  .usecases_cards li:nth-child(5) a p img {
    width: 15.3846153846vw;
  }
  .usecases_cards li:nth-child(6) a p img {
    width: 12.1794871795vw;
  }
  .usecases_cards li:nth-child(7) a p img {
    width: 13.0769230769vw;
  }
  .usecases_cards li:last-child a {
    padding-right: 12.8205128205vw;
    gap: 3.8461538462vw;
  }
  .usecases_cards li:last-child a p {
    width: auto;
  }
  .usecases_cards li:last-child a p img {
    width: 15.8974358974vw;
  }
  .usecases_cards li a {
    height: 41.0256410256vw;
    border-radius: 2.5641025641vw;
    padding-left: 15.1282051282vw;
    padding-right: 2.5641025641vw;
  }
  .usecases_cards li a::before {
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    right: 2.5641025641vw;
    bottom: 2.5641025641vw;
  }
  .usecases_cards li a::after {
    width: 2.0512820513vw;
    height: 1.7948717949vw;
    background-image: url(../images/works/ico_arrow01_blue.svg);
    right: 5.3846153846vw;
    bottom: 5.641025641vw;
  }
  .usecases_cards li a p {
    width: 36.1538461538vw;
    flex-shrink: 0;
  }
  .usecases_cards li a h3 {
    line-height: 1.68;
    margin-top: -0.7692307692vw;
  }
  .usecases .low_section_3 > *:first-child:nth-last-child(2) {
    padding-top: 17.6923076923vw;
  }
  .usecases .low_section_3 > div {
    padding-bottom: 17.9487179487vw;
  }
  .usecases .low_section_3 > div > div {
    padding-top: 12.8205128205vw;
  }
  .usecases .low_section_3 > div > div img {
    width: 84.1025641026vw;
    display: block;
  }
}
/*============================================
# works/trackrecord/ 納入実績
============================================*/
.trackrecord .low_section:has(h3) {
  display: block;
}
.trackrecord .low_section:has(h3) h2 {
  width: 100% !important;
}
.trackrecord .low_section:has(h3) > div {
  width: 100%;
  padding-bottom: 4.1666666667vw;
}
.trackrecord .low_section:has(h3) > div:not(:has(ul)).show h3.left {
  transform: translateX(0);
}
.trackrecord .low_section:has(h3) > div:not(:has(ul)) h3.left {
  transform: translateX(-1.5625vw);
}
.trackrecord .low_section:has(h3) > div > div {
  padding-top: 0;
}
.trackrecord .low_section:has(h3) > div > div:not(:has(ul)) {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 1.8229166667vw;
}
.trackrecord .low_section:has(h3) > div > div:not(:has(ul)) p {
  width: -moz-fit-content;
  width: fit-content;
}
.trackrecord .low_section:has(h3) > div > div .anim_fadeIn.show h3.left {
  transform: translateX(0);
}
.trackrecord .low_section:has(h3) > div > div h3 {
  padding-left: 1.0416666667vw;
}
.trackrecord .low_section:has(h3) > div > div h3.left {
  transform: translateX(-1.5625vw);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.trackrecord .low_section:not(:has(h3)) > div {
  padding-top: 0.625vw;
  padding-bottom: 5.9895833333vw;
}
.trackrecord_anchors {
  display: flex !important;
  justify-content: space-between;
  padding-top: 4.375vw;
  padding-bottom: 3.4375vw;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #aaaaaa;
}
.trackrecord_anchors li a {
  padding-inline: 0.5208333333vw;
  padding-bottom: 2.0833333333vw;
  gap: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 10.625vw;
  position: relative;
}
.trackrecord_anchors li a::after {
  content: "";
  -webkit-mask: url(../images/works/ico_arrow02_blue.svg) no-repeat 0 0/100% auto;
          mask: url(../images/works/ico_arrow02_blue.svg) no-repeat 0 0/100% auto;
  background-color: #21439a;
  transform: translateX(-50%);
  width: 0.8333333333vw;
  height: 0.5729166667vw;
  position: absolute;
  left: 50%;
  bottom: -0.2604166667vw;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.trackrecord_anchors li p {
  font-weight: bold;
  font-size: 1.25vw;
  text-align: center;
  display: flex;
  align-items: center;
  height: 3.6979166667vw;
  line-height: 1.5;
}
.trackrecord_anchors li img {
  display: block;
  height: 5.2083333333vw;
  width: auto;
}
.trackrecord_anchors li:not(:first-child) {
  border-left: 1px solid #d0d0d0;
}
.trackrecord .low_section > *:first-child:nth-last-child(2) {
  padding-bottom: 2.5vw;
}
.trackrecord_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.0833333333vw;
  -moz-column-gap: 0.8333333333vw;
       column-gap: 0.8333333333vw;
}
.trackrecord_list li {
  display: flex !important;
  flex-direction: column-reverse;
  row-gap: 1.1458333333vw;
}
.trackrecord_list li img {
  width: 100%;
}
.trackrecord_attention {
  margin-top: -0.5208333333vw;
  padding-bottom: 1.7708333333vw;
}
.trackrecord .works_links {
  margin-top: 4.0625vw;
}

@media screen and (min-width: 1024px) {
  .trackrecord .c-modal {
    display: block;
    position: absolute;
    inset: 0;
  }
  .trackrecord .c-modal::after {
    display: block;
    content: "";
    background: url(../images/works/ico_zoom.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 4.6875vw;
    height: 4.6875vw;
    position: absolute;
    right: -0.2604166667vw;
    bottom: -0.5208333333vw;
  }
  .trackrecord_anchors li a:hover::after {
    transform: translate(-50%, 0.2604166667vw);
  }
  .trackrecord_anchors li:nth-child(2) {
    transition-delay: 0.06s;
  }
  .trackrecord_anchors li:nth-child(3) {
    transition-delay: 0.12s;
  }
  .trackrecord_anchors li:nth-child(4) {
    transition-delay: 0.18s;
  }
  .trackrecord_anchors li:nth-child(5) {
    transition-delay: 0.24s;
  }
  .trackrecord_anchors li:nth-child(6) {
    transition-delay: 0.3s;
  }
  .trackrecord_anchors li:nth-child(7) {
    transition-delay: 0.36s;
  }
  .trackrecord_anchors li:nth-child(8) {
    transition-delay: 0.42s;
  }
  .trackrecord_anchors li:nth-child(9) {
    transition-delay: 0.48s;
  }
  .trackrecord_anchors li:nth-child(10) {
    transition-delay: 0.54s;
  }
  .trackrecord_anchors li:nth-child(11) {
    transition-delay: 0.6s;
  }
  .trackrecord_anchors li:nth-child(12) {
    transition-delay: 0.66s;
  }
  .trackrecord_anchors li:nth-child(13) {
    transition-delay: 0.72s;
  }
  .trackrecord_anchors li:nth-child(14) {
    transition-delay: 0.78s;
  }
  .trackrecord_anchors li:nth-child(15) {
    transition-delay: 0.84s;
  }
  .trackrecord_anchors li:nth-child(16) {
    transition-delay: 0.9s;
  }
  .trackrecord_anchors li:nth-child(17) {
    transition-delay: 0.96s;
  }
  .trackrecord_anchors li:nth-child(18) {
    transition-delay: 1.02s;
  }
  .trackrecord_anchors li:nth-child(19) {
    transition-delay: 1.08s;
  }
  .trackrecord_anchors li:nth-child(20) {
    transition-delay: 1.14s;
  }
  .trackrecord .low_section > div > div:not(:has(ul)) p img {
    width: 27.9166666667vw;
  }
  .trackrecord_list li:nth-child(1) {
    transition-delay: 0s;
  }
  .trackrecord_list li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .trackrecord_list li:nth-child(3) {
    transition-delay: 0.4s;
  }
  .trackrecord_list li:nth-child(4) {
    transition-delay: 0s;
  }
  .trackrecord_list li:nth-child(5) {
    transition-delay: 0.2s;
  }
  .trackrecord_list li:nth-child(6) {
    transition-delay: 0.4s;
  }
  .trackrecord_list li:nth-child(7) {
    transition-delay: 0s;
  }
  .trackrecord_list li:nth-child(8) {
    transition-delay: 0.2s;
  }
  .trackrecord_list li:nth-child(9) {
    transition-delay: 0.4s;
  }
  .trackrecord_list li:nth-child(10) {
    transition-delay: 0s;
  }
  .trackrecord_list li:nth-child(11) {
    transition-delay: 0.2s;
  }
  .trackrecord_list li:nth-child(12) {
    transition-delay: 0.4s;
  }
  .trackrecord_list li:nth-child(13) {
    transition-delay: 0s;
  }
  .trackrecord_list li:nth-child(14) {
    transition-delay: 0.2s;
  }
  .trackrecord_list li:nth-child(15) {
    transition-delay: 0.4s;
  }
  .trackrecord_list li:nth-child(16) {
    transition-delay: 0s;
  }
  .trackrecord_list li:nth-child(17) {
    transition-delay: 0.2s;
  }
  .trackrecord_list li:nth-child(18) {
    transition-delay: 0.4s;
  }
  .trackrecord_list li:nth-child(19) {
    transition-delay: 0s;
  }
  .trackrecord_list li:nth-child(20) {
    transition-delay: 0.2s;
  }
  .trackrecord_list li:nth-child(21) {
    transition-delay: 0.4s;
  }
  .trackrecord_list li:nth-child(22) {
    transition-delay: 0s;
  }
  .trackrecord_list li:nth-child(23) {
    transition-delay: 0.2s;
  }
  .trackrecord_list li:nth-child(24) {
    transition-delay: 0.4s;
  }
}
@media screen and (max-width: 1023px) {
  .trackrecord_anchors {
    padding-top: 7.6923076923vw;
    padding-bottom: 5.3846153846vw;
    padding-inline: 2.8205128205vw;
    flex-wrap: wrap;
    border-bottom: none;
  }
  .trackrecord_anchors li {
    border-bottom: 1px solid #d0d0d0;
  }
  .trackrecord_anchors li:not(:first-child) {
    border-left: none;
  }
  .trackrecord_anchors li:nth-child(2n) {
    transition-delay: 0.2s;
  }
  .trackrecord_anchors li a {
    padding-inline: 2.5641025641vw;
    padding-block: 7.6923076923vw 13.3333333333vw;
    gap: 5.1282051282vw;
    width: 36.9230769231vw;
  }
  .trackrecord_anchors li a::after {
    width: 4.1025641026vw;
    height: 2.8205128205vw;
    bottom: 6.1538461538vw;
    transform: translateX(-50%);
  }
  .trackrecord_anchors li p {
    font-size: 5.1282051282vw;
    height: 14.358974359vw;
    line-height: 1.75;
  }
  .trackrecord_anchors li img {
    height: 15.3846153846vw;
  }
  .trackrecord .low_section:has(h3) > div {
    padding-bottom: 16.7vw;
  }
  .trackrecord .low_section:has(h3) > div > div {
    width: 99.4%;
    margin-left: 0.5128205128vw;
  }
  .trackrecord .low_section:has(h3) > div > div:not(:has(ul)) {
    row-gap: 5.3vw;
  }
  .trackrecord .low_section:has(h3) > div > div h3 {
    padding-left: 2.8205128205vw;
    line-height: 1.5;
  }
  .trackrecord .low_section:has(h3) > div > div h3.left {
    transform: translateX(-7.6923076923vw);
  }
  .trackrecord .low_section:not(:has(h3)) > div {
    padding-top: 3.0769230769vw;
    padding-bottom: 17.9487179487vw;
  }
  .trackrecord .low_section:not(:has(h3)) > div > div {
    padding-top: 3.3333333333vw;
  }
  .trackrecord .low_section:not(:has(h3)) > *:first-child:nth-last-child(2) {
    padding-bottom: 0vw;
  }
  .trackrecord .low_section > *:first-child:nth-last-child(2) {
    padding-bottom: 11.7948717949vw;
  }
  .trackrecord_list {
    grid-template-columns: 1fr;
    row-gap: 10.5vw;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .trackrecord_list li {
    row-gap: 5.3vw;
  }
  .trackrecord_attention {
    margin-top: -8.7179487179vw;
    padding-bottom: 8.7179487179vw;
    font-size: 4.6153846154vw;
  }
  .trackrecord .works_links {
    margin-top: 10.2564102564vw;
  }
}
.pswp__img {
  background: transparent !important;
}