@charset "utf-8";

h1,
h2,
h3,
h4,
h5,
h6,
label,
button,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: checkbox;
  position: absolute;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  margin: 0px;
  padding: 0px;
  border-style: none;
  font-size: calc(100vw / 32);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP",
    "游ゴシック体", "Original Yu Gothic", "Yu Gothic", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-feature-settings: "palt";
}


.header-box {
  background-color: #ffffff;
  border-radius: 0.3rem;
  height: 1.5rem;
}

.logo {
  width: 2.8rem;
  height: fit-content;
  padding-top: 0.22rem;
  margin-left: 1.5rem;
  float: left;
}
.navi-box {
  display: flex;
  padding: 0.5rem 1.05rem 0.5rem 0.5rem;
  float: right;
}
.navi-box p {
  font-size: 0.35rem;
  font-weight: bold;
  color:#002ABD;
  padding: 0 0.5rem;
}
.header {
  background-image: url("/assets/background.webp");
  background-size: 100%;
  height: 50.5vw;
  padding: 0.9rem 2.2rem 0 2.2rem;
}
.header-contents {
  clear: both;
}

.title {
  margin: 0rem;
  width: 14.2rem;
  float: left;
  margin: 2.5rem 0rem 0rem 2rem;
}
.title-main {
  font-size:1.24rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #ffffff;
}
.attract2 {
  display: none;
}

.button-1 {
  width: 11.5rem;
  height: 1.7rem;
  vertical-align: middle;
  border-radius: 0.3rem;
  color: #ffffff;
  border-style: none;
  font-size: 0.65rem;
  margin-top: 0.4rem;
  font-weight: 700;
  cursor: pointer;
  background: transparent linear-gradient(259deg, #00CEFF 0%, #05EBE3 100%) 0% 0% no-repeat padding-box;
box-shadow: 5px 5px 10px #0000004D;
}
.button-2 {
  display: none;
}

.title-sub {
  font-size: 0.5rem;
  color: #f3f3f3;
  margin-top: 0.7rem;
  line-height: 0.75rem;
  width: 13rem;
}
.patent {
  font-size: 0.3rem;
  color: #f3f3f3;
  text-align: right;
  display: none;
}

.attract-box {
  margin-top: 1rem;
  text-align: left;
  width: 13.5rem;
  margin-left: -0.2rem;
}

.attract {
  font-size: 0.55rem;
  color: #ffffff;
  font-weight: bold;
}


p.attract::before {
  content: "";
  display: inline-block;
  width: 0.83rem;
  height: 1.5px;
  background-color: #ffffff;
  transform: rotate(60deg);
  margin-right: 0.1rem;
}

p.attract::after {
  content: "";
  display: inline-block;
  width: 0.83rem;
  height: 1.5px;
  background-color: #ffffff;
  transform: rotate(-60deg);
  margin-left: 0.1rem;
}

.sample {
  padding: 0.6rem 0rem 0rem 0rem;
  margin-right: 0rem;
}
.sample-video {
  width: 6.5rem;
  margin: 0 0 0 1.2rem;
}


.quote {
  font-size: 0.3rem;
  color: white;
  width: fit-content;
  position: absolute;
  right: 2rem;
  margin-top: -1.3rem;
}

.client-area {
  width: 80vw;
  margin: -1.2rem auto;
  height: 2.3rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  overflow: hidden;
}
.logo_list {
  display: flex;
  align-items: center;
}
.logo-group {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loop 60s -30s linear infinite;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: -30s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: loop;
}

@keyframes loop {
0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
}
}

.logo-group2 {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: loop2 60s linear infinite;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: loop2;
}

@keyframes loop2 {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-200%);
}
}

.client-logo {
  width: 2.3rem;
  height: 100%;
  margin: 0.45rem 1.8rem 0 0 ;
}
.client-logo2 {
  width: 3rem;
  margin: 0.5rem 1.8rem 0 0 ;
}
.client-logo3 {
  width: 4rem;
  margin: 0.4rem 1.8rem 0 0 ;
}
.client-logo4 {
  width: 4rem;
  margin: 0.6rem 1.5rem 0 0 ;
}
.client-logo5 {
  width: 3rem;
  margin: 0.4rem 1.6rem 0 0 ;
}
.client-logo6 {
  width: 4rem;
  margin: 0.4rem 1.8rem 0 0 ;
}
.client-logo7 {
  width: 3.3rem;
  margin: 0.4rem 1.8rem 0 0 ;
}

.about {
  padding: 9vw 3vw 3vw 3vw;
  display: none;
}
.about-title-sub {
  font-weight: 700;
  text-align: center;
  font-size: 0.55rem;
  margin: 2vw auto 1vw auto;
  width: 50vw;
  color: rgba(65, 65, 65, 1);
}

.about-title {
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
  margin: 0vw auto 2vw auto;
  width: 60vw;
  line-height: 1.35rem;
}
.about-text {
  font-size: 0.45rem;
  text-align: center;
  margin: 0.6rem 0 0 0 ;
}
.about-box {
  display: flex;
  justify-content: center;
  margin: 5vw 5vw 3vw 5vw;
}
.about-img {
  width: 2.5rem;
}
.about-example {
  text-align: center;
  vertical-align: middle;
  width: 30vw;
  background-color: white;
  margin: 0 1rem;
}

.about-example-text {
  font-size: 0.5rem;
  font-weight: 700;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.case {
  width: 85vw;
  margin: 3rem auto 0 auto;
  background: #485BFF;
  border-radius: 50px;
  padding: 1rem;
  height: 13rem;
}
.case-title {
  font-weight: 700;
  text-align: center;
  font-size: 0.55rem;
  margin: 0vw auto 0vw auto;
  width: 20vw;
  color: rgb(255, 255, 255);
}
.case-img-box {
  width: 6rem;
  margin: 0 0.5rem 0 1.5rem;
  float: left;
}
.case-text-box {
  width: fit-content;
  float: left;
  margin: 1rem  0 0 1.5rem;
}
.case-name {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

.case-text {
  font-size: 0.55rem;
  color: white;
  margin: 0.7rem 0;
}
.case-number-box {
  display: flex;
  justify-content: center;
  color: #485BFF;
  text-align: center;
}
.case-number-circle {
  background-color: white;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0.5rem 1rem 0 0;
  border-radius: 50%;
}
.case-number-title {
  font-size: 0.9rem;
  margin-top: 0.7rem;
  font-weight: bold;
}
.case-number-contents {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.case-number-title2 {
  font-weight: bold;
  font-size: 0.7rem;
  margin-top: 0.8rem;
}
.case-label {
  font-size: 0.5rem;
  font-weight: 400;
  font-weight: bold;
}

.product {
  padding: 1.5rem 0;
}
.product-title-sub {
  font-weight: 700;
  text-align: center;
  font-size: 0.55rem;
  margin: 2vw auto 1vw auto;
  width: 50vw;
  color: rgba(65, 65, 65, 1);
}

.product-title {
  font-weight: 700;
  text-align: center;
  font-size: 1.2rem;
  margin: 0vw auto 2vw auto;
  width: 63vw;
  line-height: 1.65rem;
}
.product-text {
  font-size: 0.55rem;
  text-align: center;
  margin: 0.6rem 0 0 0 ;
}

.product-image {
  margin: 4vw 0 0 8vw;
  width: 28.5vw;
  float: left;
}

.product-box {
  width: 57vw;
  float: left;
  margin: 0.7rem 0 2rem 1rem;
}
.product-box-1 {
  background-color: #f3f3f3;
  padding: 0.8rem;
  margin: 0.7rem;
}
.product-image-box {
  float: left;
  width: 5vw;
  margin-top: 0.3rem;
}
.product-title-box {
  float: left;
  font-size: 0.8rem;
  color: rgba(20, 20, 20, 1);
  font-weight: 700;
  line-height: 1.1rem;
  margin-left: 1.1rem;
}
.product-box-text {
  clear: both;
  padding-top: 0.6rem;
  font-size: 0.5rem;
  color: rgba(65, 65, 65, 1);
}

.product-appendix {
  font-size: 0.4rem;
  margin-left: 0.5rem;
}

.reason {
  padding: 4vw 3vw 9vw 3vw;
  clear: both;
  background: #f3f3f3;
}
.reason-title-sub {
  font-weight: 700;
  text-align: center;
  font-size: 0.55rem;
  margin: 1vw auto 1.5vw auto;
  width: 50vw;
  color: rgba(65, 65, 65, 1);
}

.reason-title {
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
  margin: 0vw auto 1vw auto;
  width: 50vw;
  line-height: 1.5rem;
}
.reason-text {
  font-size: 0.45rem;
  text-align: center;
  margin: 0.6rem;
}

.reason-box {
  display: flex;
  justify-content: center;
  margin: 5vw 0 3vw 0;
}
.reason-example {
  text-align: center;
  vertical-align: middle;
  width: 30vw;
  background-color: white;
  margin: 0 0.5rem;
}

.reason-example-text {
  font-size: 0.7rem;
  font-weight: 700;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.reason-example-text-sub {
  font-size: 0.35rem;
  color: #656565;
  padding: 0.5rem 1rem 1rem 1rem;
  text-align: left;
}

.demo-request {
  width: 100%;
  background: rgba(0, 0, 0, 0.83);
  padding-bottom: 0.8rem;
  clear: both;
}
.demo-request-title {
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
  padding-top: 5vw;
  margin: 0 auto 0 auto;
  color: white;
}
.demo-request-title-sub {
  text-align: center;
  font-size: 0.45rem;
  padding-top: 1vw;
  margin: 0 auto 0 auto;
  color: rgb(225, 225, 225);
}

.form-label {
  font-weight: 700;
  color: white;
  font-size: 0.6rem;
  display: block;
  margin-left: 2rem;
}
.form-span {
  background-color: #ffba35;
  padding: 0.2rem;
  border-radius: 0.2rem;
  font-size: 0.5rem;
  margin-left: 0.1rem;
}
.form-span-2 {
  background-color: #b8b8b8;
  padding: 0.15rem;
  border-radius: 0.2rem;
  font-size: 0.5rem;
  margin-left: 0.1rem;
}

.form-box {
  width: 40%;
  margin: 1rem auto 0.3rem auto;
  text-align: center;
}
input[type="text"] {
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 1.5rem;
  border-radius: 0.2rem;
  margin: 0.3rem auto 0.5rem;
  background-color: white;
  border-style: none;
  padding-left: 0.7rem;
  font-size: 0.6rem;
  transform: scale(0.8);
  font-family: Arial;
}
.form-textarea {
  border-radius: 0.2rem;
  width: 100%;
  height: 5rem;
  padding: 0.5rem 0.2rem 0.5rem 0.5rem;
  font-size: 0.6rem;
  transform: scale(0.8);
  border: none;
  outline: none;
  resize: none;
}

#form-input {
  font-family: Arial;
}
input::placeholder {
  color: rgba(99, 99, 99, 0.509);
  font-size: 0.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Noto Sans CJK JP", "游ゴシック体", "Original Yu Gothic", "Yu Gothic",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Sans Emoji";
}
textarea::placeholder {
  color: rgba(99, 99, 99, 0.509);
  font-size: 0.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    "Noto Sans CJK JP", "游ゴシック体", "Original Yu Gothic", "Yu Gothic",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Sans Emoji";
}

.form-submit {
  margin: 1rem auto 0rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.5rem;
  height: 2rem;
  vertical-align: middle;
  border-radius: 0.3rem;
  color: #ffffff;
  border-style: none;
  font-size: 0.7rem;
  margin-top: 1rem;
  background: linear-gradient(
    90deg,
    #143aff -4.13%,
    rgba(27, 152, 255, 0.771) 106.75%,
    rgba(218, 255, 240, 0) 106.77%
  );
  font-weight: 700;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}

.alert {
  margin: 0rem auto 0.6rem 0.6rem;
  font-size: 0.5rem;
  color: #ffa103;
  font-weight: 700;
  padding-left: 1.5rem;
}

label {
  vertical-align: middle;
  font-size: 0.5rem;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #595959;
  text-decoration: none;
}

.footer-1 {
  padding-top: 0rem;
}

.privacy-text {
  float: left;
  font-size: 0.35rem;
  padding: 0.75rem 1rem 0rem 0rem;
  line-height: 0.6rem;
  font-weight: 400;
  color: #212121;
}
.footer-logo {
  float: left;
  width: 15vw;
  margin: 0.2rem 1rem 0rem 0rem;
}

.footer-text {
  font-size: 0.3rem;
  float: right;
  padding: 1rem 1rem 0rem 0rem;
}

@media screen and (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  label,
  button,
  p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
  }
  br {
    display: none;
  }
br.sp-display {
  display: inline;
}

  input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: checkbox;
    position: absolute;
  }

  button,
  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
  }

  input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  * {
    margin: 0px;
    padding: 0px;
  }

  html {
    margin: 0px;
    padding: 0px;
    border-style: none;
    font-size: calc(100vw / 32);
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP",
      "游ゴシック体", "Original Yu Gothic", "Yu Gothic", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Sans Emoji";
    font-feature-settings: "palt";
  }

  .header {
    background-image: url("/assets/background-sp.webp");
    background-size: 100%;
    height: 100%;
    padding: 0;
  }
  .header-box {
    background-color: #ffffff;
    height: 11vw;
    border-radius: 0;
  }

  .logo {
    width: 25vw;
    margin-left: 37vw;
    padding-top: 1.8vw;
    }
  .navi-box {
    display: none;
  }

  .title {
    margin: 2.5rem 0rem 0rem 0rem;
    width: 100%;
    display: block;
  }
  .title-main {
    font-size:  2.7rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }

  .button-1 {
    display: none;
  }

  .title-sub {
    line-height: 2.5rem;
    font-size: 1.4rem;
    color: #eaeaea;
    margin: 1.2rem 1rem 0rem 1rem;
    text-align: left;
    width: fit-content;
  }
  .patent {
    font-size: 0.8rem;
    color: #eaeaea;
    margin-right: 2.5rem;
    margin-top: -0.8rem;
  }

  .quote {
    position: absolute;
    right: 1rem;
    margin-top: -2.2rem;
    font-size: 0.8rem;
    display: none;
  }
  .attract-box {
    display: none;
  }

  .sample {
    text-align: center;
  }
  .sample-video {
    width: 16rem;
    padding: 0rem 0 1.8rem 0;
  }
  .button-2 {
    display: block;
    width: 25rem;
    height: 4.5rem;
    color: #ffffff;
    border-style: none;
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: transparent linear-gradient(259deg, #00CEFF 0%, #05EBE3 100%) 0% 0% no-repeat padding-box;
  }
  
  .attract2 {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #0003b0;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 0 1rem;
    margin: 1rem auto 1rem auto;
    width: fit-content;
    font-weight: bold;
  }

  .sp-none-display {
    display: none;
  }

  .hide{
    opacity: 0;
    visibility:hidden;
  }
  .client-area {
    width: 100vw;
    margin: 0;
    border-radius: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.132);
    height: 7rem;
  }

  .client-logo {
    width: 8rem;
    height: 100%;
    margin: 1.5rem 2.8rem 0 0 ;
  }
  .client-logo2 {
    width: 10rem;
    margin: 1.5rem 2.8rem 0 0 ;
  }
  .client-logo3 {
    width: 10rem;
    margin: 1.4rem 2.8rem 0 0 ;
  }
  .client-logo4 {
    width: 10rem;
    margin: 1.6rem 2.8rem 0 0 ;
  }
  .client-logo5 {
    width: 9rem;
    margin: 1.4rem 2.8rem 0 0 ;
  }
  .client-logo6 {
    width: 10rem;
    margin: 1.4rem 2.8rem 0 0 ;
  }
  .client-logo7 {
    width: 10rem;
    margin: 1.4rem 2.8rem 0 0 ;
  }

  
  #scrollArea{
      position: fixed; /* 固定して表示されるようにする */
      transition: 0.3s; /* スクロール時に一瞬で消えると物足りないので.hideの処理を0.5秒で行う */
      top: 0; /* 表示場所を一番上に */
      z-index: 120;
  }

  .about {
    padding: 5vw 3vw;
    margin-top: 2rem;
  }
  .about-title-sub {
    font-weight: 700;
    text-align: center;
    font-size: 1.3rem;
    width: fit-content;
    margin: 2vw auto 1.5vw auto;
    color: rgba(65, 65, 65, 1);
  }

  .about-title {
    font-weight: 700;
    text-align: center;
    font-size: 1.8rem;
    margin: 0vw auto 2vw auto;
    width: fit-content;
    line-height: 2.5rem;
  }
  .about-text {
    font-size: 1.1rem;
    text-align: left;
    margin: 0.8rem 1rem;
  }

  .about-box {
    display: block;
    margin: 5vw auto 3vw auto;
  }
  .about-img {
    width: 8rem;
  }
  .about-example {
    text-align: center;
    vertical-align: middle;
    width: 90vw;
    background-color: white;
    margin: 2.7rem 1rem 0 1rem;
  }
  
  .about-example-text {
    font-size: 1.3rem;
    font-weight: 700;
    height: fit-content;
    display: block;
    margin-top: 1rem;
  }


.case {
  width: 88vw;
  margin: 1.8rem auto;
  background: #485BFF;
  border-radius: 2rem;
  padding: 1rem;
  height: 110rem;
}
.case-title {
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  margin: 1rem auto 0vw auto;
  width: 80vw;
  color: rgb(255, 255, 255);
}
.case-img-box {
  display: block;
}
.case-img {
  width: 15rem;
  margin: 1.5rem 0 0 5rem;
}

.case-text-box {
  width: fit-content;
  margin: 1rem  0 0 1rem;
}
.case-name {
  color: white;
  font-size: 2.7rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.case-text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: white;
  margin: 0.7rem 0;
}
.case-number-box {
  display: flex;
  justify-content: center;
  flex-flow: column;
  color: #485BFF;
  text-align: center;
}
.case-number-circle {
  background-color: white;
  width: 15rem;
  height: 15rem;
  margin: 2rem auto 0 auto;
  border-radius: 50%;
}
.case-number-title {
  font-size: 3.2rem;
  margin-top: 2rem;
  font-weight: bold;
}
.case-number-contents {
  margin-top: 0.6rem;
  font-size: 4.5rem;
  font-weight: bold;
}
.case-number-title2 {
  font-size: 2rem;
  margin-top: 3rem;
  font-weight: bold;
}

.case-label {
  font-size: 2rem;
  font-weight: 400;
  font-weight: bold;
}

  .product {
    padding: 5vw 3vw;
    margin-top: 2rem;
  }
  .product-title-sub {
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    width: fit-content;
    margin: 2vw auto 1.5vw auto;
    color: rgba(65, 65, 65, 1);
  }

  .product-title {
    font-weight: 700;
    text-align: center;
    font-size: 2.3rem;
    margin: 0vw auto 2vw auto;
    width: fit-content;
    line-height: 3rem;
  }
  .product-text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: left;
    margin: 0.8rem 1rem;
  }

  .product-wrap {
    display: flex;
    justify-content: center;
  }
  .product-image {
    width: 55vw;
    margin: 0 auto;
  }

  .product-box {
    width: 100%;
    margin: 0.7rem 0 2rem 0;
  }
  .product-box-1 {
    background-color: #f3f3f3;
    padding: 1.5rem;
    margin: 1.5rem 1rem;
  }
  .product-image-box {
    float: left;
    width: 10vw;
    margin-top: 0.3rem;
  }
  .product-title-box {
    float: left;
    font-size: 1.7rem;
    color: rgba(20, 20, 20, 1);
    font-weight: 700;
    line-height: 2.2rem;
    margin-left: 2rem;
  }
  .product-box-text {
    clear: both;
    padding-top: 0.7rem;
    font-size: 1.3rem;
    color: rgba(65, 65, 65, 1);
    line-height: 2.1rem;
  }
  .product-appendix {
    font-size: 1rem;
    margin-left: 0.5rem;
  }

  .demo-request {
    width: 100%;
    background: rgba(0, 0, 0, 0.83);
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .demo-request-title {
    font-weight: 700;
    text-align: center;
    font-size: 2.35rem;
    margin: 0rem auto 0.5rem auto;
    width: fit-content;
    line-height: 2.5rem;
  }
  .demo-request-title-sub {
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: left;
    margin: 2rem 2rem;
  }

  .form-label {
    font-weight: 700;
    color: white;
    font-size: 1.2rem;
    display: block;
    margin-left: 2rem;
  }
  .form-span {
    background-color: #ffba35;
    padding: 0.2rem;
    border-radius: 0.2rem;
    font-size: 0.5rem;
    margin-left: 0.1rem;
  }
  .form-span-2 {
    background-color: #b8b8b8;
    padding: 0.15rem;
    border-radius: 0.2rem;
    font-size: 0.5rem;
    margin-left: 0.1rem;
  }

  .form-box {
    width: 75%;
    margin: 2rem auto 0 auto;
    text-align: center;
  }
  input[type="text"] {
    padding: 0;
    border: none;
    outline: none;
    width: 100%;
    height: 3rem;
    border-radius: 0.2rem;
    margin: 0.3rem auto 0.5rem;
    background-color: white;
    border-style: none;
    padding-left: 0.7rem;
    font-size: 1.5rem;
    transform: scale(0.8);
    font-family: Arial;
  }
  .form-textarea {
    border-radius: 0.2rem;
    width: 100%;
    height: 10rem;
    padding: 0.5rem 0.2rem 0.5rem 0.5rem;
    font-size: 1.5rem;
    transform: scale(0.8);
    border: none;
    outline: none;
    resize: none;
  }

  #form-input {
    font-family: Arial;
  }
  input::placeholder {
    color: rgba(99, 99, 99, 0.509);
    font-size: 1.3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      "Noto Sans CJK JP", "游ゴシック体", "Original Yu Gothic", "Yu Gothic",
      sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Sans Emoji";
  }
  textarea::placeholder {
    color: rgba(99, 99, 99, 0.509);
    font-size: 1.3rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      "Noto Sans CJK JP", "游ゴシック体", "Original Yu Gothic", "Yu Gothic",
      sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Sans Emoji";
  }

  .form-submit {
    margin: 1rem auto 0rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 4rem;
    vertical-align: middle;
    border-radius: 0.3rem;
    color: #ffffff;
    border-style: none;
    font-size: 1.3rem;
    margin-top: 2rem;
    background: linear-gradient(
      90deg,
      #143aff -4.13%,
      rgba(27, 152, 255, 0.771) 106.75%,
      rgba(218, 255, 240, 0) 106.77%
    );
    font-weight: 700;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    cursor: pointer;
  }

  .alert {
    margin: 0rem auto 0.6rem 0.6rem;
    font-size: 1rem;
    color: #ffa103;
    font-weight: 700;
    padding-left: 2.5rem;
  }

  label {
    vertical-align: middle;
    font-size: 0.5rem;
  }

  a:link,
  a:visited,
  a:hover,
  a:active {
    color: #595959;
    text-decoration: none;
  }

  .footer-1 {
    padding-top: 1.8rem;
  }

  .privacy-text {
    font-size: 1rem;
    padding: 1rem 1rem 1rem 1.8rem;
    line-height: 0.6rem;
    font-weight: 400;
    color: #212121;
    width: 90%;
  }
  .footer-logo {
    width: 28%;
    margin: 0 1rem 0.8rem 1rem;
    display: none;
  }

  .footer-text {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    margin: 0;
    padding: 2.3rem 0 2rem 0;
  }
}
