@charset "UTF-8";
/*********************************************
*
* 共通パーツ、初期設定
*
*********************************************/
/************************
**ブレイクポイント
************************/
/************************
**safari用
************************/
/************************
**全体
************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  /*↑googlefont使用時*/
  font-weight: 500;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-size: 3.75vw;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.822vw;
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 1.612vw;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 1.041vw;
  }
}

/*pタグline-height 余白消し*/
p {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  display: inline-block;
}
p::before, p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
p::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
p::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/*画像サイズを要素のwidthに合わせる*/
img {
  width: 100%;
  height: auto;
  display: block;
}
img.himg {
  width: auto;
  height: 100%;
}

/*PCとSPで表示切替、ブレイクポイントは適宜変更*/
.sp-on {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-on {
    display: none;
  }
}

.pc-on {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-on {
    display: block;
  }
}

/*ボタン化(aタグ、buttonタグを親要素に全体化)*/
.ab-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.ab-b {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*リストのデザインを削除*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*テキストを一塊にし、途中で改行させない*/
.txtb {
  display: inline-block;
}

/************************
**サイズ別br 使わないものはコメントアウト
************************/
.smartbr {
  display: block;
}
@media screen and (min-width: 576px) {
  .smartbr {
    display: none;
  }
}

.smbr {
  display: none;
}
@media screen and (min-width: 576px) {
  .smbr {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .smbr {
    display: none;
  }
}

.mdbr {
  display: none;
}
@media screen and (min-width: 768px) {
  .mdbr {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .mdbr {
    display: none;
  }
}

.lgbr {
  display: none;
}
@media screen and (min-width: 992px) {
  .lgbr {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .lgbr {
    display: none;
  }
}

.xlbr {
  display: none;
}
@media screen and (min-width: 1200px) {
  .xlbr {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .xlbr {
    display: none;
  }
}

.xxlbr {
  display: none;
}
@media screen and (min-width: 1400px) {
  .xxlbr {
    display: block;
  }
}

.xxxlbr {
  display: none;
}
@media screen and (min-width: 1920px) {
  .xxxlbr {
    display: block;
  }
}

.sm-flbr {
  display: none;
}
@media screen and (min-width: 576px) {
  .sm-flbr {
    display: block;
  }
}

.md-flbr {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-flbr {
    display: block;
  }
}

.lg-flbr {
  display: none;
}
@media screen and (min-width: 992px) {
  .lg-flbr {
    display: block;
  }
}

.xl-flbr {
  display: none;
}
@media screen and (min-width: 1200px) {
  .xl-flbr {
    display: block;
  }
}

.xxl-flbr {
  display: none;
}
@media screen and (min-width: 1400px) {
  .xxl-flbr {
    display: block;
  }
}

.xxxl-flbr {
  display: none;
}
@media screen and (min-width: 1920px) {
  .xxxl-flbr {
    display: block;
  }
}

/************************
**container 使わないものはコメントアウト
************************/
.container {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    width: 90%;
  }
}

/*********************************************
*
*header
*
*********************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 2;
}

/************************
**#usautech-hdr-line
************************/
/*　アニメーション */
@keyframes jitter-20-20-8 {
  100% {
    transform: translate(0px, 0px);
  }
  95% {
    transform: translate(0.25px, 0px);
  }
  90% {
    transform: translate(1px, 0.3px);
  }
  85% {
    transform: translate(0.3px, 0px);
  }
  80% {
    transform: translate(-0.8px, -0.2px);
  }
  75% {
    transform: translate(-2.25px, 0px);
  }
  70% {
    transform: translate(-2.1px, 0px);
  }
  65% {
    transform: translate(-2.8px, 0px);
  }
  60% {
    transform: translate(-2.8px, -0.4px);
  }
  55% {
    transform: translate(4.05px, 1.8px);
  }
  50% {
    transform: translate(0.5px, 2px);
  }
  45% {
    transform: translate(5.5px, 0px);
  }
  40% {
    transform: translate(-4.2px, 1.8px);
  }
  35% {
    transform: translate(-2.6px, 1.3px);
  }
  30% {
    transform: translate(1.4px, 0px);
  }
  25% {
    transform: translate(4.5px, 3px);
  }
  20% {
    transform: translate(-4.8px, 3.2px);
  }
  15% {
    transform: translate(-5.1px, -1.7px);
  }
  10% {
    transform: translate(-0.9px, 1.8px);
  }
  5% {
    transform: translate(-2.85px, -1.9px);
  }
}
@keyframes jitter-20-21-8 {
  100% {
    transform: translate(0px, 0px);
  }
  95% {
    transform: translate(-0.475px, 0.05px);
  }
  90% {
    transform: translate(-0.55px, -0.2px);
  }
  85% {
    transform: translate(1.425px, -0.45px);
  }
  80% {
    transform: translate(-0.5px, -0.4px);
  }
  75% {
    transform: translate(1.125px, 0.25px);
  }
  70% {
    transform: translate(-1.95px, 1.2px);
  }
  65% {
    transform: translate(2.625px, 0.35px);
  }
  60% {
    transform: translate(-0.2px, -0.4px);
  }
  55% {
    transform: translate(-2.925px, -1.35px);
  }
  50% {
    transform: translate(1.75px, 1px);
  }
  45% {
    transform: translate(4.675px, 0.55px);
  }
  40% {
    transform: translate(-2.7px, 1.8px);
  }
  35% {
    transform: translate(3.575px, 1.95px);
  }
  30% {
    transform: translate(0.35px, 2.1px);
  }
  25% {
    transform: translate(0.375px, 3px);
  }
  20% {
    transform: translate(-5.2px, 0px);
  }
  15% {
    transform: translate(-2.125px, -2.55px);
  }
  10% {
    transform: translate(-0.45px, 0.9px);
  }
  5% {
    transform: translate(-2.375px, 2.85px);
  }
}
@keyframes jitter-20-22-8 {
  100% {
    transform: translate(0px, 0px);
  }
  95% {
    transform: translate(0.5px, 0.15px);
  }
  90% {
    transform: translate(0.7px, 0px);
  }
  85% {
    transform: translate(1.2px, 0px);
  }
  80% {
    transform: translate(2.2px, 0.4px);
  }
  75% {
    transform: translate(-1.5px, 0.5px);
  }
  70% {
    transform: translate(2.1px, -0.6px);
  }
  65% {
    transform: translate(-3.15px, -0.7px);
  }
  60% {
    transform: translate(2.4px, -1.2px);
  }
  55% {
    transform: translate(-3.6px, 1.8px);
  }
  50% {
    transform: translate(1.5px, -1.5px);
  }
  45% {
    transform: translate(1.1px, -0.55px);
  }
  40% {
    transform: translate(6px, -1.8px);
  }
  35% {
    transform: translate(1.3px, -0.65px);
  }
  30% {
    transform: translate(5.6px, 0px);
  }
  25% {
    transform: translate(6px, 0px);
  }
  20% {
    transform: translate(0px, 0px);
  }
  15% {
    transform: translate(-5.95px, 3.4px);
  }
  10% {
    transform: translate(-5.4px, 0px);
  }
  5% {
    transform: translate(0.95px, 2.85px);
  }
}
@keyframes jitter-20-23-8 {
  100% {
    transform: translate(0px, 0px);
  }
  95% {
    transform: translate(0.425px, -0.05px);
  }
  90% {
    transform: translate(-0.25px, 0.1px);
  }
  85% {
    transform: translate(-1.425px, 0.45px);
  }
  80% {
    transform: translate(-0.5px, 0.4px);
  }
  75% {
    transform: translate(0.625px, -0.25px);
  }
  70% {
    transform: translate(3.45px, 0.6px);
  }
  65% {
    transform: translate(2.625px, 0px);
  }
  60% {
    transform: translate(3px, -0.8px);
  }
  55% {
    transform: translate(-1.575px, 0.9px);
  }
  50% {
    transform: translate(-1.25px, 0.5px);
  }
  45% {
    transform: translate(-0.275px, 0.55px);
  }
  40% {
    transform: translate(-2.7px, -0.6px);
  }
  35% {
    transform: translate(-6.825px, 0.65px);
  }
  30% {
    transform: translate(-0.35px, 0px);
  }
  25% {
    transform: translate(-0.375px, 0.75px);
  }
  20% {
    transform: translate(3.6px, -2.4px);
  }
  15% {
    transform: translate(0.425px, 0px);
  }
  10% {
    transform: translate(8.55px, 0.9px);
  }
  5% {
    transform: translate(-9.025px, -0.95px);
  }
}
@keyframes jitter-20-24-8 {
  100% {
    transform: translate(0px, 0px);
  }
  95% {
    transform: translate(-0.35px, -0.1px);
  }
  90% {
    transform: translate(-0.9px, 0.2px);
  }
  85% {
    transform: translate(-0.15px, 0.3px);
  }
  80% {
    transform: translate(-1.2px, 0px);
  }
  75% {
    transform: translate(1.75px, -0.5px);
  }
  70% {
    transform: translate(2.7px, 0px);
  }
  65% {
    transform: translate(2.1px, 1.4px);
  }
  60% {
    transform: translate(2.4px, 0.4px);
  }
  55% {
    transform: translate(3.15px, 0.9px);
  }
  50% {
    transform: translate(-5px, 0.5px);
  }
  45% {
    transform: translate(5.5px, 0.55px);
  }
  40% {
    transform: translate(-3.6px, -1.8px);
  }
  35% {
    transform: translate(0.65px, 1.95px);
  }
  30% {
    transform: translate(-2.1px, 0px);
  }
  25% {
    transform: translate(-4.5px, -0.75px);
  }
  20% {
    transform: translate(4px, 0px);
  }
  15% {
    transform: translate(0.85px, 0px);
  }
  10% {
    transform: translate(-0.9px, -0.9px);
  }
  5% {
    transform: translate(-8.55px, 2.85px);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

.glitch-btn {
  user-select: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.5em;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  white-space: nowrap;
}
.glitch-btn:hover {
  color: black;
}
.glitch-btn:hover::before {
  background: white;
  transform: translateY(-50%) scaleY(1.5);
}
.glitch-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 80%;
  padding: 0 15px;
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.glitch-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
.glitch-btn .mask {
  position: absolute;
  -webkit-backface-visibility: hidden;
  height: 20%;
  width: 100%;
  overflow: hidden;
  display: none;
}
.glitch-btn .mask span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.glitch-btn .mask:nth-child(6) {
  top: 100%;
}
.glitch-btn .mask:nth-child(6) span {
  top: -500%;
}
.glitch-btn .mask:nth-child(5) {
  top: 80%;
}
.glitch-btn .mask:nth-child(5) span {
  top: -400%;
}
.glitch-btn .mask:nth-child(4) {
  top: 60%;
}
.glitch-btn .mask:nth-child(4) span {
  top: -300%;
}
.glitch-btn .mask:nth-child(3) {
  top: 40%;
}
.glitch-btn .mask:nth-child(3) span {
  top: -200%;
}
.glitch-btn .mask:nth-child(2) {
  top: 20%;
}
.glitch-btn .mask:nth-child(2) span {
  top: -100%;
}
.glitch-btn:hover .label {
  animation: fade-in 0.8s both;
}
.glitch-btn:hover .mask {
  display: block;
}
.glitch-btn:hover .mask:nth-child(6) {
  animation: jitter-20-25-8 0.3s both;
}
.glitch-btn:hover .mask:nth-child(5) {
  animation: jitter-20-24-8 0.3s both;
}
.glitch-btn:hover .mask:nth-child(4) {
  animation: jitter-20-23-8 0.3s both;
}
.glitch-btn:hover .mask:nth-child(3) {
  animation: jitter-20-22-8 0.3s both;
}
.glitch-btn:hover .mask:nth-child(2) {
  animation: jitter-20-21-8 0.3s both;
}

#usautech-hdr-bar .bar-wrapper {
  background-image: url(../img/hdr_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 65px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #usautech-hdr-bar .bar-wrapper {
    height: 85px;
  }
}
#usautech-hdr-bar .bar-wrapper .bar-logo01 {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  height: 25%;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  #usautech-hdr-bar .bar-wrapper .bar-logo01 {
    height: 40%;
  }
}
#usautech-hdr-bar .bar-wrapper .bar-logo02 {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 26.5vw;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media screen and (min-width: 768px) {
  #usautech-hdr-bar .bar-wrapper .bar-logo02 {
    top: 20px;
    height: 19.5vw;
  }
}
#usautech-hdr-bar .bar-wrapper .bar-logo02.logo-off {
  opacity: 0;
}
#usautech-hdr-bar .bar-wrapper .bar-logo02 .logo-wrap {
  height: 100%;
  position: relative;
}
#usautech-hdr-bar .bar-wrapper .bar-logo02 .logo-wrap .logo-image {
  display: block;
  height: 100%;
}
#usautech-hdr-bar .bar-wrapper .bar-nav {
  position: fixed;
  top: 5px;
  right: 20px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 998;
  transition: all 0.5s;
}
#usautech-hdr-bar .bar-wrapper .bar-nav nav {
  width: 100%;
  height: 100%;
  background-color: #000;
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  padding: calc(75px + 5%) 0 5%;
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-list .list-item {
  position: relative;
  width: fit-content;
  padding: 0.5em 0;
  color: #fff;
  font-size: 1.8em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 1200px) {
  #usautech-hdr-bar .bar-wrapper .bar-nav .nav-list .list-item {
    font-size: 1.5em;
  }
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-list .list-item .item-text {
  color: #fff;
  white-space: nowrap;
  opacity: 0;
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-list .list-item .item-text.text-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-list .list-item .item-text.text-mask .mask-anime {
  opacity: 0;
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-list .list-item:hover::before {
  background: white;
  transform: translateY(-50%) scaleY(1.5);
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-list .list-item:hover .item-text {
  color: #000;
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-lang {
  width: fit-content;
  margin-top: 1em;
  margin-inline: auto;
  font-size: 1.8em;
  font-family: "Oswald", sans-serif;
  display: flex;
  gap: 0.5em;
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-lang .lang-button {
  position: relative;
}
#usautech-hdr-bar .bar-wrapper .bar-nav .nav-lang .lang-button .lang-text {
  opacity: 0;
}
#usautech-hdr-bar .bar-wrapper .bar-hum {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 25%;
  aspect-ratio: 1/0.75;
  z-index: 999;
}
#usautech-hdr-bar .bar-wrapper .bar-hum .hum-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#usautech-hdr-bar .bar-wrapper .bar-hum .hum-wrap .hum-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: transform 0.5s, opacity 0.5s;
}
#usautech-hdr-bar .bar-wrapper .bar-hum .hum-wrap .hum-line:nth-child(1) {
  top: 0;
}
#usautech-hdr-bar .bar-wrapper .bar-hum .hum-wrap .hum-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#usautech-hdr-bar .bar-wrapper .bar-hum .hum-wrap .hum-line:nth-child(3) {
  bottom: 0;
}
#usautech-hdr-bar .bar-wrapper.nav-active .bar-logo02 {
  opacity: 0;
}
#usautech-hdr-bar .bar-wrapper.nav-active .bar-nav {
  top: 0;
  right: 0;
  width: 100dvw;
  height: 100dvh;
}
#usautech-hdr-bar .bar-wrapper.nav-active .bar-hum .hum-wrap .hum-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#usautech-hdr-bar .bar-wrapper.nav-active .bar-hum .hum-wrap .hum-line:nth-child(2) {
  opacity: 0;
}
#usautech-hdr-bar .bar-wrapper.nav-active .bar-hum .hum-wrap .hum-line:nth-child(3) {
  top: 50%;
  bottom: initial;
  transform: translateY(-50%) rotate(-45deg);
}

/*********************************************
*
*footer
*
*********************************************/
/************************
**#usautech-ftr-copy
************************/
#usautech-ftr-copy .copy-wrapper {
  padding: 0.5em 0;
  font-size: max(0.8em, 10px);
  text-align: center;
}

/*********************************************
*
*全体　共有
*
*********************************************/
.wrapper {
  color: #fff;
  background-color: #000;
  width: 100%;
  min-height: 100dvh;
  padding-top: 65px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-top: 85px;
  }
}
.wrapper .link-position {
  margin-top: -65px;
  padding-top: 65px;
}
@media screen and (min-width: 768px) {
  .wrapper .link-position {
    margin-top: -85px;
    padding-top: 85px;
  }
}
.wrapper .title-common {
  font-size: 1.8em;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .wrapper .title-common {
    width: 100%;
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .wrapper .title-common {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 1920px) {
  .wrapper .title-common {
    font-size: 3.5em;
  }
}
.wrapper .title-common .title-text {
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: #e62e8b;
  transform: rotateX(90deg);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
.wrapper .title-common .title-line {
  width: 0;
  height: 1px;
  background-color: #e62e8b;
  margin-block: 0.5em;
  transition: width 0.5s;
}
.wrapper .title-common.anime-active .title-text {
  transition-delay: 0.5s;
  transform: rotateX(0);
  opacity: 1;
}
.wrapper .title-common.anime-active .title-line {
  width: 100%;
}

/*********************************************
*
*#usautech-mv
*
*********************************************/
#usautech-mv .mv-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#usautech-mv .mv-wrapper .mv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#usautech-mv .mv-wrapper .mv-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10%;
  width: 55%;
  pointer-events: none;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-image .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-image .image-wrap .image-base {
  opacity: 1;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-image .image-wrap .image-glitch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/mv_illust.png);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-image .image-wrap .image-posi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/mv_illust.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-image.glitch-active .image-wrap .image-base {
  opacity: 0;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-image.glitch-active .image-wrap .image-glitch {
  opacity: 1;
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-date {
  position: absolute;
  bottom: 20%;
  left: 10px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-date {
    width: 45%;
  }
}
#usautech-mv .mv-wrapper .mv-layer .layer-wrap .layer-deco {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 35%;
}

/*********************************************
*
*#usautech-catch
*
*********************************************/
#usautech-catch .catch-wrapper {
  padding-bottom: 6.25vw;
}
@media screen and (min-width: 768px) {
  #usautech-catch .catch-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-catch .catch-wrapper {
    padding-bottom: 50px;
  }
}
#usautech-catch .catch-wrapper .catch-text {
  background-image: url(../img/catch_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 6.25vw;
}
@media screen and (min-width: 768px) {
  #usautech-catch .catch-wrapper .catch-text {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-catch .catch-wrapper .catch-text {
    padding-top: 50px;
  }
}
#usautech-catch .catch-wrapper .catch-text .catch-title {
  width: 90%;
  margin-inline: auto;
  font-family: "Oswald", sans-serif;
}
#usautech-catch .catch-wrapper .catch-text .catch-title .title-back {
  width: 100%;
  color: #e62e8b;
  font-size: 1.85em;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(-0.5em);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 768px) {
  #usautech-catch .catch-wrapper .catch-text .catch-title .title-back {
    font-size: 3em;
    letter-spacing: 0.15em;
  }
}
#usautech-catch .catch-wrapper .catch-text .catch-title .title-main {
  font-size: 2.5em;
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  transform: translateY(-0.5em);
  transition: opacity 0.5s, transform 0.5s;
}
@media screen and (min-width: 768px) {
  #usautech-catch .catch-wrapper .catch-text .catch-title .title-main {
    font-size: 4em;
    letter-spacing: 0.15em;
  }
}
#usautech-catch .catch-wrapper .catch-text .catch-sentence {
  width: 100%;
  font-size: 1.25em;
  text-align: center;
  padding: 1.25em 0;
}
@media screen and (min-width: 768px) {
  #usautech-catch .catch-wrapper .catch-text .catch-sentence {
    font-size: 2em;
  }
}
#usautech-catch .catch-wrapper .catch-text .catch-sentence span {
  font-family: "Oswald", sans-serif;
  font-size: 0.8em;
}
#usautech-catch .catch-wrapper .catch-text .catch-sentence .sentence-block01 {
  opacity: 0;
  transform: translateY(-0.5em);
  transition: opacity 0.5s, transform 0.5s;
}
#usautech-catch .catch-wrapper .catch-text .catch-sentence .sentence-block02 {
  margin-top: 1em;
  font-size: 0.8em;
  opacity: 0;
  transform: translateY(-0.5em);
  transition: opacity 0.5s, transform 0.5s;
}
#usautech-catch .catch-wrapper .catch-text.anime-active .catch-title .title-back {
  opacity: 1;
  transform: translateY(0em);
}
#usautech-catch .catch-wrapper .catch-text.anime-active .catch-title .title-main {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0em);
}
#usautech-catch .catch-wrapper .catch-text.anime-active .catch-sentence .sentence-block01 {
  transition-delay: 1s;
  opacity: 1;
  transform: translateY(0em);
}
#usautech-catch .catch-wrapper .catch-text.anime-active .catch-sentence .sentence-block02 {
  transition-delay: 1.5s;
  opacity: 1;
  transform: translateY(0em);
}
#usautech-catch .catch-wrapper .catch-wrap {
  position: relative;
}
#usautech-catch .catch-wrapper .catch-wrap .catch-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
}

/*********************************************
*
*#usautech-devices
*
*********************************************/
#usautech-devices .devices-wrapper {
  padding: 6.25vw 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #usautech-devices .devices-wrapper {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-devices .devices-wrapper {
    padding: 50px 0;
  }
}
#usautech-devices .devices-wrapper .device-contents {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#usautech-devices .devices-wrapper .device-contents .contents-image {
  position: relative;
}
#usautech-devices .devices-wrapper .device-contents .contents-image .contents-text {
  position: absolute;
  bottom: 3%;
  font-size: 0.6em;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text {
    bottom: 2.2%;
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text {
    bottom: 2.5%;
  }
}
@media screen and (min-width: 1920px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text {
    bottom: 3%;
    font-size: 1.5em;
  }
}
#usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text01 {
  left: 8.5%;
}
@media screen and (min-width: 768px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text01 {
    left: 2%;
  }
}
@media screen and (min-width: 992px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text01 {
    left: 2.8%;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text01 {
    left: 3.2%;
  }
}
#usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text02 {
  left: 50%;
}
@media screen and (min-width: 768px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text02 {
    left: 26%;
  }
}
@media screen and (min-width: 992px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text02 {
    left: 26.8%;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text02 {
    left: 27%;
  }
}
#usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text03 {
  left: 14%;
}
@media screen and (min-width: 768px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text03 {
    left: 50%;
  }
}
@media screen and (min-width: 992px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text03 {
    left: 50.5%;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text03 {
    left: 51%;
  }
}
#usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text04 {
  left: 53%;
}
@media screen and (min-width: 768px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text04 {
    left: 72%;
  }
}
@media screen and (min-width: 992px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text04 {
    left: 72.5%;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-devices .devices-wrapper .device-contents .contents-image .contents-text.text04 {
    left: 73%;
  }
}

/*********************************************
*
*#usautech-flow
*
*********************************************/
#usautech-flow .flow-wrapper {
  padding: 6.25vw 0;
}
#usautech-flow .flow-wrapper .flow-deco {
  width: 100%;
  margin-bottom: 0.5em;
}
#usautech-flow .flow-wrapper .flow-title {
  position: relative;
  z-index: 1;
}
#usautech-flow .flow-wrapper .flow-title .title-sub {
  position: absolute;
  top: calc(100% + 0.5em);
  left: 50%;
  transform: translate(-50%);
  font-size: 0.7em;
  white-space: nowrap;
  text-align: center;
}
#usautech-flow .flow-wrapper .flow-schedule {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule {
    flex-direction: row;
  }
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box {
    flex-direction: row;
    margin-top: 3em;
  }
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone {
    display: flex;
    flex-direction: column;
  }
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-title {
  width: 85%;
  margin-left: auto;
  margin-bottom: 0.5em;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents {
    gap: 2em;
  }
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one {
  position: relative;
  font-family: "Oswald", sans-serif;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one.show {
  opacity: 1;
  transform: translateY(0);
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog {
  flex: 1 0 0;
  font-size: 1.4em;
  position: relative;
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 992px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1920px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog {
    font-size: 1.8em;
  }
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog p {
  line-height: 1.2;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog p::before, #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog p::before {
  margin-top: calc((1 - 1.2) * 0.5em);
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog p::after {
  margin-bottom: calc((1 - 1.2) * 0.5em);
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog p:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  color: #67f3da;
  opacity: 0;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog p:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  color: #f16f6f;
  opacity: 0;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-prog p .location {
  font-size: 0.6em;
  margin-top: -0.5em;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-time {
  width: 28%;
  flex-shrink: 0;
  text-align: end;
  padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-time {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1920px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-text .text-time {
    font-size: 1.5em;
  }
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-number {
  position: absolute;
  top: 46%;
  left: 20%;
  transform: translateY(-50%);
  font-size: 3em;
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-number {
    left: 17%;
  }
}
@media screen and (min-width: 1920px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-number {
    top: 48%;
    left: 20%;
    font-size: 3.5em;
  }
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-number p:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  color: #67f3da;
  opacity: 0;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-number p:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  color: #f16f6f;
  opacity: 0;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one .one-brake {
  position: absolute;
  top: calc(100% + 0.5em);
  left: 50%;
  transform: translateX(-50%);
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:nth-child(1) .one-text {
  color: #e62e8b;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:nth-child(2) .one-text {
  color: #322ecb;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:nth-child(3) .one-text {
  color: #542bd2;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:nth-child(4) .one-text {
  color: #9c46ff;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:nth-child(5) .one-text {
  color: #06b7ce;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:nth-child(6) .one-text {
  color: #009e98;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:nth-child(7) .one-text {
  color: #97c619;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:nth-child(8) .one-text {
  color: #f4ab00;
}
@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }
  7% {
    transform: skew(-0.5deg, -0.9deg);
    opacity: 0.75;
  }
  10% {
    transform: none;
    opacity: 1;
  }
  27% {
    transform: none;
    opacity: 1;
  }
  30% {
    transform: skew(0.8deg, -0.1deg);
    opacity: 0.75;
  }
  35% {
    transform: none;
    opacity: 1;
  }
  52% {
    transform: none;
    opacity: 1;
  }
  55% {
    transform: skew(-1deg, 0.2deg);
    opacity: 0.75;
  }
  50% {
    transform: none;
    opacity: 1;
  }
  72% {
    transform: none;
    opacity: 1;
  }
  75% {
    transform: skew(0.4deg, 1deg);
    opacity: 0.75;
  }
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(-2px, -3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(-5px, -2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(-5px, -1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(-2px, -6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0;
  }
}
@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }
  7% {
    transform: translate(2px, 3px);
    opacity: 0.5;
  }
  10% {
    transform: none;
    opacity: 0.25;
  }
  27% {
    transform: none;
    opacity: 0.25;
  }
  30% {
    transform: translate(5px, 2px);
    opacity: 0.5;
  }
  35% {
    transform: none;
    opacity: 0.25;
  }
  52% {
    transform: none;
    opacity: 0.25;
  }
  55% {
    transform: translate(5px, 1px);
    opacity: 0.5;
  }
  50% {
    transform: none;
    opacity: 0.25;
  }
  72% {
    transform: none;
    opacity: 0.25;
  }
  75% {
    transform: translate(2px, 6px);
    opacity: 0.5;
  }
  80% {
    transform: none;
    opacity: 0.25;
  }
  100% {
    transform: none;
    opacity: 0;
  }
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:hover .one-text .text-prog p {
  animation: glitch1 1s linear 1 forwards;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:hover .one-text .text-prog p:nth-child(2) {
  opacity: 1;
  animation: glitch2 1s linear 1 forwards;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:hover .one-text .text-prog p:nth-child(3) {
  opacity: 1;
  animation: glitch3 1s linear 1 forwards;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:hover .one-number p {
  animation: glitch1 1s linear 1 forwards;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:hover .one-number p:nth-child(2) {
  opacity: 1;
  animation: glitch2 1s linear 1 forwards;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-box .schedule-dateone .schedule-contents .contents-one:hover .one-number p:nth-child(3) {
  opacity: 1;
  animation: glitch3 1s linear 1 forwards;
}
#usautech-flow .flow-wrapper .flow-schedule .schedule-banner {
  width: 100%;
  margin-top: 1.5em;
  flex-shrink: 0;
  order: -1;
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-banner {
    width: 18%;
    margin-top: 0;
    order: 0;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-banner .banner-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  #usautech-flow .flow-wrapper .flow-schedule .schedule-banner .banner-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-fit: center;
  }
}
html[lang=en] #usautech-flow .flow-wrapper .flow-schedule .schedule-banner {
  margin-top: 4.5em;
}
@media screen and (min-width: 768px) {
  html[lang=en] #usautech-flow .flow-wrapper .flow-schedule .schedule-banner {
    margin-top: 0;
  }
}

/*********************************************
*
*#usautech-floormap
*
*********************************************/
#usautech-floormap .floormap-wrapper {
  padding: 6.25vw 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #usautech-floormap .floormap-wrapper {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-floormap .floormap-wrapper {
    padding: 50px 0;
  }
}
#usautech-floormap .floormap-wrapper .floormap-tab {
  display: flex;
  width: 90%;
  margin-inline: auto;
}
#usautech-floormap .floormap-wrapper .floormap-tab .tab-image {
  flex: 1 0 0;
  border: 1px solid #000;
  position: relative;
}
#usautech-floormap .floormap-wrapper .floormap-tab .tab-image:not(:nth-last-child(1)) {
  border-right: none;
}
#usautech-floormap .floormap-wrapper .floormap-tab .tab-image .tab-text {
  padding: 1em 0;
  font-size: 1em;
  text-align: center;
  background-color: #542bd2;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) {
  #usautech-floormap .floormap-wrapper .floormap-tab .tab-image .tab-text {
    padding: 0.25em 0;
    font-size: 1.7em;
  }
}
#usautech-floormap .floormap-wrapper .floormap-tab .tab-image.tab-active .tab-text {
  color: #542bd2;
  background-color: #fff;
}
#usautech-floormap .floormap-wrapper .floormap-panel {
  width: 90%;
  margin-top: 1em;
  margin-inline: auto;
  overflow: hidden;
  position: relative;
}
#usautech-floormap .floormap-wrapper .floormap-panel .panel-box {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
}
#usautech-floormap .floormap-wrapper .floormap-panel .panel-box .panel-image {
  width: 100%;
  flex: 0 0 100%;
}

/*********************************************
*
*#usautech-news
*
*********************************************/
#usautech-news .news-wrapper {
  padding: 6.25vw 0;
  background-image: url(../img/news_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #usautech-news .news-wrapper {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-news .news-wrapper {
    padding: 50px 0;
  }
}
#usautech-news .news-wrapper .news-title {
  color: #fff;
}
#usautech-news .news-wrapper .news-frame {
  background-color: rgba(0, 0, 0, 0.5);
  width: 90%;
  max-width: 920px;
  aspect-ratio: 5/2;
  margin-inline: auto;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff transparent;
  scrollbar-gutter: stable;
}
#usautech-news .news-wrapper .news-frame::-webkit-scrollbar {
  width: 8px;
}
#usautech-news .news-wrapper .news-frame::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
}
#usautech-news .news-wrapper .news-frame::-webkit-scrollbar-track {
  background-color: transparent;
}
#usautech-news .news-wrapper .news-frame::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  #usautech-news .news-wrapper .news-frame {
    padding: 1em;
  }
}
#usautech-news .news-wrapper .news-frame .news-list {
  display: flex;
  flex-direction: column;
}
#usautech-news .news-wrapper .news-frame .news-list .list-item {
  border-bottom: 1px solid #fff;
  padding: 1em 0;
  display: flex;
  align-items: center;
  font-size: min(1em, 16px);
  position: relative;
}
#usautech-news .news-wrapper .news-frame .news-list .list-item:nth-child(1) {
  border-top: 1px solid #fff;
}
#usautech-news .news-wrapper .news-frame .news-list .list-item .item-date {
  width: 25%;
  flex-shrink: 0;
  font-size: max(10px, 0.75em);
}
#usautech-news .news-wrapper .news-frame .news-list .list-item .item-text {
  flex: 1 0 0;
}

/*********************************************
*
*#usautech-access
*
*********************************************/
#usautech-access .access-wrapper {
  padding: 6.25vw 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #usautech-access .access-wrapper {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  #usautech-access .access-wrapper {
    padding: 50px 0;
  }
}
#usautech-access .access-wrapper .access-map {
  width: 90%;
  margin-inline: auto;
  aspect-ratio: 2/1;
  background-color: #fff;
}
#usautech-access .access-wrapper .access-box {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-inline: auto;
}
#usautech-access .access-wrapper .access-box .access-info {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding-top: 1em;
}
#usautech-access .access-wrapper .access-box .access-info .info-uailogo {
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #usautech-access .access-wrapper .access-box .access-info .info-uailogo {
    width: 50%;
  }
}
#usautech-access .access-wrapper .access-box .access-info .info-address {
  font-size: 1.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #usautech-access .access-wrapper .access-box .access-info .info-address {
    font-size: 1em;
  }
}
#usautech-access .access-wrapper .access-box .access-info .info-sentence {
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #usautech-access .access-wrapper .access-box .access-info .info-sentence {
    font-size: 0.8em;
  }
}/*# sourceMappingURL=style.css.map */