@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/iwnn-ime-for-web/bg_ttl_iwnnimeweb.png) 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: 30rem;
  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;
}

@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/iwnn/bg_ttl_iwnn.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: 26.6666666667vw;
    margin-bottom: 2rem;
  }
  .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-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: 2.6666666667vw;
    padding: 5.3333333333vw 8vw;
    margin-bottom: 8vw;
    flex-direction: column;
  }
  .p-product-text-list li {
    flex: 1;
  }
  .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: 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: 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 {
  margin-top: -4rem;
  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;
  margin-top: -2rem;
}

@media screen and (max-width: 767px) {
  .p-product-text-multilingual-list {
    margin-top: -2.6666666667vw;
    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;
    margin-top: -8vw;
  }
}
.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;
}

.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-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-movie-top {
  max-width: 80rem;
  margin: 0 auto 5rem;
}

.p-movie-top img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-movie-top {
    max-width: 100%;
    margin: 0 auto 13.3333333333vw;
  }
}
.p-ttl-sub {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #f90;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-ttl-sub {
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0.06em;
    font-weight: 700;
    margin-bottom: 5.3333333333vw;
  }
}
.p-product-text-box {
  margin-top: -2rem;
}

.p-product-text-feature-list {
  margin-left: 2rem;
}

.p-product-text-feature-list-ttl {
  color: #005ED2;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  position: relative;
}
.p-product-text-feature-list-ttl::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background: #303030;
  border-radius: 50%;
}

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

@media screen and (max-width: 767px) {
  .p-product-text-box {
    margin-top: -2.6666666667vw;
  }
  .p-product-text-feature-list {
    margin-left: 5.3333333333vw;
  }
  .p-product-text-feature-list-ttl {
    color: #005ED2;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 700;
    position: relative;
  }
  .p-product-text-feature-list-ttl::before {
    content: "";
    position: absolute;
    left: -3.4666666667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    background: #303030;
    border-radius: 50%;
  }
  .p-product-text-feature-list-text {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
    letter-spacing: 0.06em;
    font-weight: 400;
    margin-bottom: 8vw;
  }
}
.p-product-text-feature-table {
  width: 100%;
  margin-bottom: 4rem;
}
.p-product-text-feature-table th {
  background: #e6ebee;
  border: 1px solid #ccc;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 1rem 2rem;
  text-align: left;
}
.p-product-text-feature-table td {
  border: 1px solid #ccc;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding: 1rem 2rem;
}

@media screen and (max-width: 767px) {
  .p-product-text-feature-table {
    margin-bottom: 10.6666666667vw;
  }
  .p-product-text-feature-table th {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.06em;
    font-weight: 700;
    padding: 2.6666666667vw;
    text-align: left;
    vertical-align: middle;
    width: 30%;
  }
  .p-product-text-feature-table td {
    font-size: 3.2vw;
    line-height: 1.6666666667;
    letter-spacing: 0.06em;
    font-weight: 400;
    padding: 2.6666666667vw;
  }
}
.p-product-text-accordion {
  margin-bottom: 5rem;
}

.p-product-text-accordion-content {
  display: none;
}

.p-product-text-accordion-trigger {
  border: 0.2rem solid #005ED2;
  width: 100%;
  text-align: left;
  padding: 1rem 2rem 1rem 6rem;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #005ED2;
  position: relative;
}
.p-product-text-accordion-trigger:hover {
  background: #EEF5FF;
}
.p-product-text-accordion-trigger::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 0.4rem;
  background-color: #005ED2;
  transition: transform 0.3s ease;
}
.p-product-text-accordion-trigger::after {
  content: "";
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 2rem;
  background-color: #005ED2;
  transition: transform 0.3s ease;
}
.p-product-text-accordion-trigger.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-product-text-accordion-body {
  padding-top: 4rem;
}

.p-product-text-list02 {
  margin-bottom: 2rem;
}
.p-product-text-list02 li {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
  position: relative;
  margin-left: 4rem;
}
.p-product-text-list02 li::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: #303030;
  border-radius: 50%;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-product-text-accordion {
    margin-bottom: 13.3333333333vw;
  }
  .p-product-text-accordion-trigger {
    border: 0.5333333333vw solid #005ED2;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 13.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    letter-spacing: 0.06em;
    font-weight: 400;
    position: relative;
  }
  .p-product-text-accordion-trigger:hover {
    background: #fff;
  }
  .p-product-text-accordion-trigger::before {
    content: "";
    position: absolute;
    left: 3.2vw;
    top: 50%;
    transform: translateY(-50%);
    width: 5.3333333333vw;
    height: 1.0666666667vw;
    background-color: #005ED2;
    transition: transform 0.3s ease;
  }
  .p-product-text-accordion-trigger::after {
    content: "";
    position: absolute;
    left: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1.0666666667vw;
    height: 5.3333333333vw;
    background-color: #005ED2;
    transition: transform 0.3s ease;
  }
  .p-product-text-accordion-trigger.is-open::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .p-product-text-accordion-body {
    padding-top: 10.6666666667vw;
  }
  .p-product-text-list02 {
    margin-bottom: 5.3333333333vw;
  }
  .p-product-text-list02 li {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 400;
    position: relative;
    margin-left: 5.3333333333vw;
  }
  .p-product-text-list02 li::before {
    content: "";
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    background: #303030;
    border-radius: 50%;
    position: absolute;
    left: -4vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-product-text-feature-img02 {
  width: 60rem;
  margin: 5rem auto;
}

.p-product-text-feature-table-ttl {
  width: 20%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-product-text-feature-img02 {
    width: 100%;
    margin: 8vw auto;
  }
  .p-product-text-feature-table-ttl {
    width: 40% !important;
  }
}
.p-product-text-case {
  padding-top: 6rem;
}

.p-product-text-case-title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #005bac;
  border-bottom: 2px solid #005bac;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.p-product-text-case-item {
  border: 1px solid #ccc;
  padding: 2rem;
  margin-bottom: 2rem;
}

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

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

.p-product-text-case-link {
  display: inline-flex;
  align-items: center;
  color: #005ED2;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-product-text-case-icon {
  width: 2rem;
  height: auto;
  margin-left: 0.5rem;
}

@media screen and (max-width: 767px) {
  .p-product-text-case {
    padding-top: 8vw;
  }
  .p-product-text-case-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 8vw;
  }
  .p-product-text-case-item {
    border: 1px solid #ccc;
    padding: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-product-text-case-client {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
  .p-product-text-case-product {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-product-text-case-link {
    display: inline-flex;
    align-items: center;
    color: #005ED2;
    text-decoration: none;
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
  .p-product-text-case-icon {
    width: 5.3333333333vw;
    height: auto;
    margin-left: 1.3333333333vw;
  }
}
