@charset "UTF-8";
.p-wrapper {
  padding: 10rem 0 10rem;
}

.p-title {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 3rem;
  border-left: 0.5rem solid #005ED2;
  padding-left: 2rem;
}

.p-title-sub {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 0.2rem solid #005ED2;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  color: #005ED2;
}

.p-title-sub-sub {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-left: 1.5rem;
}

.p-product-text-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.p-product-text-link {
  display: inline-block;
  border: 1px solid #c9c9c9;
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-product-text-inner {
  background: url(../../../images/product_text//wnn-keyboard-lab/bg_ttl_wnnkeyboardlab.jpg) no-repeat right top/cover;
  padding: 3rem;
}

.p-product-text-content {
  display: flex;
  margin-bottom: 4rem;
  gap: 4rem;
}

.p-product-text-textbox {
  flex: 1;
}

.p-product-text-logo {
  max-width: 37.9rem;
  margin-bottom: 2rem;
}

.p-product-text-description {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-product-text-points {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

.p-product-text-point {
  flex: 1;
  border: 1px solid #ccc;
  text-align: center;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 3px 15px -7px rgba(0, 0, 0, 0.3);
  display: block;
  transition: all 0.3s ease;
}
.p-product-text-point:hover {
  border: 1px solid #005ED2;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px -10px rgba(0, 0, 0, 0.4);
}

.p-product-text-point-title {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #005ED2;
  border-bottom: 0.3rem solid #005ED2;
  margin-bottom: 1.5rem;
  display: inline-block;
  padding: 0 1.5rem 0.5rem;
}

.p-product-text-point-title span {
  font-size: 2.5rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-product-text-point-text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 1rem;
  color: #303030;
}

.p-product-text-point-icon {
  max-width: 5.5rem;
  height: auto;
}

.p-product-text-point-icon02 {
  max-width: 7rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-wrapper {
    padding: 21.3333333333vw 0 13.3333333333vw;
  }
  .p-title {
    font-size: 6.9333333333vw;
    line-height: 1.3846153846;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 4vw;
    border-left: 1.3333333333vw solid #005ED2;
    padding-left: 5.3333333333vw;
  }
  .p-title-sub {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-bottom: 0.2666666667vw solid #005ED2;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  .p-title-sub-sub {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
    padding-left: 4vw;
  }
  .p-product-text-head {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 6.6666666667vw;
  }
  .p-product-text-link {
    padding: 1.3333333333vw 4vw;
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-product-text-inner {
    background: url(../../../images/product_text//wnn-keyboard-lab/bg_ttl_compactwnn.jpg) no-repeat right top/contain;
    padding: 4vw;
  }
  .p-product-text-content {
    display: flex;
    margin-bottom: 10.6666666667vw;
    gap: 10.6666666667vw;
  }
  .p-product-text-textbox {
    flex: 1;
  }
  .p-product-text-logo {
    max-width: 66.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-product-text-description {
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
  .p-product-text-points {
    display: flex;
    justify-content: space-between;
    gap: 4vw;
  }
  .p-product-text-point {
    padding: 4vw 1.3333333333vw;
    background: #fff;
    box-shadow: 0 0.8vw 4vw -1.8666666667vw rgba(0, 0, 0, 0.3);
    display: block;
    transition: all 0.3s ease;
  }
  .p-product-text-point:hover {
    border: 1px solid #c9c9c9;
    transform: translateY(0);
    box-shadow: 0 0.8vw 4vw -1.8666666667vw rgba(0, 0, 0, 0.3);
  }
  .p-product-text-point-title {
    font-size: 3.2vw;
    line-height: 2.1666666667;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #005ED2;
    border-bottom: 0.5333333333vw solid #005ED2;
    margin-bottom: 4vw;
    display: inline-block;
    padding: 0 1.3333333333vw 1.3333333333vw;
  }
  .p-product-text-point-title span {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-product-text-point-text {
    font-size: 3.2vw;
    line-height: 1.8333333333;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 2.6666666667vw;
    color: #303030;
  }
  .p-product-text-point-icon {
    max-width: 8vw;
    height: auto;
  }
  .p-product-text-point-icon02 {
    max-width: 10.6666666667vw;
    height: auto;
  }
}
.p-product-text-list {
  background: #EEF5FF;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding: 2rem 4rem;
  margin-bottom: 6rem;
}
.p-product-text-list a {
  color: #303030;
  position: relative;
}
.p-product-text-list a::before {
  content: "▼";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #005ED2;
}

@media screen and (max-width: 767px) {
  .p-product-text-list {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
    font-weight: 400;
    gap: 8vw;
    padding: 5.3333333333vw 8vw;
    margin-bottom: 8vw;
  }
  .p-product-text-list a::before {
    left: -4vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.p-product-text-about-lead {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-product-text-about-text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 1rem;
}

.p-product-text-about-text02 {
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 4rem;
}

.p-product-text-feature-box {
  display: flex;
  margin-bottom: 4rem;
}

.p-product-text-feature-label {
  width: 8rem;
  text-align: center;
  background: #005ED2;
  color: #fff;
  padding: 1rem 1.5rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-product-text-feature-number {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 1rem;
}
.p-product-text-feature-number > span {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
}

.p-product-text-feature-description {
  flex: 1;
  background: #EEF5FF;
  padding: 2rem 3rem 0.5rem;
}

.p-product-text-feature-heading {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #005ED2;
}

.p-product-text-feature-text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-product-text-feature-text02 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}

.p-product-text-feature-text03 {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 2rem;
}

.p-product-text-feature-img {
  background: #eef1f2;
  padding: 3rem 0;
  margin-bottom: 8rem;
}
.p-product-text-feature-img img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .p-product-text-about-lead {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .p-product-text-about-text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 2.6666666667vw;
  }
  .p-product-text-about-text02 {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 10.6666666667vw;
  }
  .p-product-text-feature-box {
    display: flex;
    margin-bottom: 5.3333333333vw;
  }
  .p-product-text-feature-label {
    width: 21.3333333333vw;
    padding: 2.6666666667vw 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-product-text-feature-number {
    font-size: 4.2666666667vw;
    line-height: 1.125;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 0;
  }
  .p-product-text-feature-number > span {
    font-size: 6.9333333333vw;
    line-height: 1.2307692308;
    letter-spacing: 0.06em;
    font-weight: 700;
    display: block;
  }
  .p-product-text-feature-description {
    padding: 4vw 4vw 1.3333333333vw;
  }
  .p-product-text-feature-heading {
    font-size: 4.8vw;
    line-height: 1.2777777778;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .p-product-text-feature-text {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  .p-product-text-feature-text02 {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 5.3333333333vw;
  }
  .p-product-text-feature-text03 {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 5.3333333333vw;
  }
  .p-product-text-feature-img {
    padding: 8vw 4vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-product-text-feature-img img {
    width: 100%;
  }
}
.p-product-text-multilingual-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.p-product-text-multilingual-list li {
  text-align: center;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #eef1f2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
}
.p-product-text-multilingual-list li span {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
}
.p-product-text-multilingual-list li span small {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: block;
  margin-top: 0.5rem;
}

.p-product-text-multilingual-text {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-product-text-multilingual-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-product-text-multilingual-list li {
    padding: 2.6666666667vw 1.3333333333vw;
    border-radius: 1.3333333333vw;
    min-height: 8vw;
  }
  .p-product-text-multilingual-list li span {
    font-size: 3.2vw;
    line-height: 1.9166666667;
    letter-spacing: 0.02em;
    font-weight: 400;
    display: block;
  }
  .p-product-text-multilingual-list li span small {
    font-size: 2.9333333333vw;
    line-height: 1.8181818182;
    letter-spacing: 0.06em;
    font-weight: 400;
    display: block;
    margin-top: 0;
  }
  .p-product-text-multilingual-text {
    font-size: 3.7333333333vw;
    line-height: 1.6428571429;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
.p-product-text-devices {
  margin-top: 6rem;
}

.p-product-text-devices-lead {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 3rem;
}

.p-product-text-device-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
}

.p-product-text-device-item {
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
}

.p-product-text-device-item-star {
  position: absolute;
  content: "";
  top: 1rem;
  left: 1rem;
  color: #e4af3e;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-product-text-device-icon {
  width: 15rem;
  height: auto;
}

.p-product-text-device-label {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-top: -1rem;
}

.p-product-text-device-item.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-product-text-devices {
    margin-top: 16vw;
  }
  .p-product-text-devices-lead {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 8vw;
  }
  .p-product-text-device-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667vw;
  }
  .p-product-text-device-item {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    padding: 4vw 2.6666666667vw;
  }
  .p-product-text-device-item-star {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
  }
  .p-product-text-device-icon {
    width: 18.6666666667vw;
    height: auto;
  }
  .p-product-text-device-label {
    font-size: 3.2vw;
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-top: 0;
  }
  .p-product-text-device-item.is-disabled {
    opacity: 0.3;
    pointer-events: none;
  }
}
.p-products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 4rem 2rem 0;
}

.p-products-card {
  border: 0.1rem solid #ddd;
  padding: 2.4rem;
  background-color: #fff;
}

.p-products-card-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}

.p-products-card-desc {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-products-card-img {
  width: 15.5rem;
}

.p-products-card-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}

.p-products-card-list {
  background-color: #eee;
  padding: 2rem;
  margin-top: 2rem;
}
.p-products-card-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-products-card-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 1rem;
  background: url(../../../images/product_text//wnn-keyboard-lab/ico_check.png) no-repeat left top/contain;
  width: 1.5rem;
  height: 1rem;
}

@media screen and (max-width: 767px) {
  .p-products-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0 0;
  }
  .p-products-card {
    padding: 4vw;
  }
  .p-products-card-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4vw;
  }
  .p-products-card-desc {
    flex: 1;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-products-card-img {
    width: 26.6666666667vw;
  }
  .p-products-card-title {
    font-size: 4.8vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.2vw;
  }
  .p-products-card-list {
    padding: 8vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-products-card-list li {
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-products-card-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2.6666666667vw;
    background: url(../../../images/product_text//wnn-keyboard-lab/ico_check.png) no-repeat left top/contain;
    width: 4vw;
    height: 2.6666666667vw;
  }
}
.p-keyboard-lab {
  padding: 2rem;
  text-align: center;
  border: 0.1rem solid #ccc;
  margin-bottom: 6rem;
}

.p-keyboard-lab-banner {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #ccc;
}
.p-keyboard-lab-banner img {
  width: 40rem;
}

.p-keyboard-lab-download {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.p-keyboard-lab-text {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-keyboard-lab {
    padding: 5.3333333333vw;
    text-align: center;
    border: 0.2666666667vw solid #ccc;
    margin-bottom: 16vw;
  }
  .p-keyboard-lab-banner {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    border-bottom: 0.2666666667vw solid #ccc;
  }
  .p-keyboard-lab-banner img {
    width: 106.6666666667vw;
  }
  .p-keyboard-lab-download {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-keyboard-lab-text {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
.p-lang-support {
  padding: 4rem 2rem;
  background-color: #f5f5f5;
}

.p-lang-support-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  border-bottom: 0.1rem solid #005ED2;
  margin-bottom: 2rem;
}

.p-lang-support-desc {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-bottom: 2rem;
}

.p-lang-support-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.p-lang-support-list li {
  background: #fff;
  border: 0.1rem solid #303030;
  border-radius: 0.4rem;
  padding: 1rem;
  transition: all 0.3s ease;
}
.p-lang-support-list li:hover {
  background-color: #eef1f2;
}

.p-lang-support-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.p-lang-support-item-text {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #303030;
}

@media screen and (max-width: 767px) {
  .p-lang-support {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .p-lang-support-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-bottom: 0.2666666667vw solid #005ED2;
    margin-bottom: 5.3333333333vw;
  }
  .p-lang-support-desc {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 5.3333333333vw;
  }
  .p-lang-support-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
  .p-lang-support-list li {
    background: #fff;
    border: 0.2666666667vw solid #303030;
    border-radius: 1.0666666667vw;
    padding: 2.6666666667vw;
    transition: all 0.3s ease;
  }
  .p-lang-support-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.6666666667vw;
  }
  .p-lang-support-item img {
    width: 8vw;
    height: auto;
  }
  .p-lang-support-item-text {
    font-size: 3.2vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
    color: #303030;
  }
}
.p-translation-keyboard {
  margin-top: 6rem;
}

.p-translation-keyboard-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 3rem;
}

.p-translation-keyboard-desc {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.p-translation-keyboard-icon {
  width: 9.5rem;
  height: auto;
  flex-shrink: 0;
}

.p-translation-keyboard-logo {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2rem;
}

.p-translation-keyboard-desc-text {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-translation-keyboard-body {
  background-color: #f5f5f5;
  padding: 2rem;
}

.p-translation-keyboard-logo-img {
  width: 19rem;
  height: auto;
}

.p-translation-keyboard-logo-text {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.p-translation-keyboard-logo-text a {
  color: #005ED2;
  position: relative;
  padding-right: 3rem;
}
.p-translation-keyboard-logo-text a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../../images/product_text//wnn-keyboard-lab/icon-ex.png) no-repeat right top/contain;
  width: 2.5rem;
  height: 2.5rem;
}

.p-translation-keyboard-screens {
  text-align: center;
  margin-top: 4rem;
}

.p-translation-keyboard-download {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 700;
  gap: 1rem;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-translation-keyboard {
    margin-top: 8vw;
  }
  .p-translation-keyboard-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 8vw;
  }
  .p-translation-keyboard-desc {
    display: flex;
    align-items: center;
    gap: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-translation-keyboard-icon {
    width: 25.3333333333vw;
    height: auto;
    flex-shrink: 0;
  }
  .p-translation-keyboard-logo {
    display: flex;
    align-items: center;
    gap: 8vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-translation-keyboard-desc-text {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-translation-keyboard-body {
    padding: 5.3333333333vw;
  }
  .p-translation-keyboard-logo-img {
    width: 26.6666666667vw;
    height: auto;
  }
  .p-translation-keyboard-logo-text {
    flex: 1;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-translation-keyboard-logo-text a {
    color: #005ED2;
    position: relative;
    padding-right: 8vw;
  }
  .p-translation-keyboard-logo-text a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../../images/product_text//wnn-keyboard-lab/icon-ex.png) no-repeat right top/contain;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .p-translation-keyboard-screens {
    text-align: center;
    margin-top: 10.6666666667vw;
  }
  .p-translation-keyboard-download {
    flex-direction: column;
    font-size: 4.2666666667vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 700;
    gap: 2.6666666667vw;
    margin-top: 10.6666666667vw;
  }
}
