.testimonials-wrap p {
  margin-bottom: unset;
}
.testimonials-wrap .about-uers {
  padding-top: 200px;
}
.testimonials-wrap .about-uers .au_inner {
  max-width: 1440px;
  margin: 0 auto;
}
.testimonials-wrap .about-uers .au_inner .au__title {
  font-size: 30px;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  line-height: 160%;
  margin-bottom: 100px;
}
.testimonials-wrap .about-uers .au_inner .au_items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item {
  padding-bottom: 40px;
  border-bottom: 1.5px solid #DDDDDD;
  display: flex;
  gap: 60px;
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item:hover .au___img img {
  transform: scale(1.05);
  transition: 0.5s all;
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item .au___img {
  max-width: 835px;
  min-width: 835px;
  height: 300px;
  transition: 0.3s all;
  overflow: hidden;
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item .au___img img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1);
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  max-width: 485px;
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .title {
  font-size: 20px;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  line-height: 150%;
  color: #000000;
  margin-block-start: 0;
  margin-block-end: 0;
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .desc {
  font-size: 16px;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  line-height: 250%;
  color: #000000;
  margin-block-start: 0;
  margin-block-end: 0;
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .btn_more.about_more {
  justify-content: flex-start;
}
.testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .btn_more.about_more .arrow {
  background-color: #F5F5F5;
}
.testimonials-wrap .one_more {
  margin-top: 300px;
}
.testimonials-wrap .one_more .om_inner {
  margin: 0 auto;
  max-width: 1100px;
}
.testimonials-wrap .one_more .om_inner .om_title {
  position: relative;
  text-align: center;
}
.testimonials-wrap .one_more .om_inner .om_title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  z-index: 0;
}
.testimonials-wrap .one_more .om_inner .om_title .om___title_sub {
  color: #6E6E6E;
  font-size: 20px;
  font-family: "CormorantSC-Regular";
  line-height: 100%;
  padding: 1rem 2.5rem;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.testimonials-wrap .one_more .om_inner .om_title .om___title_sub::after {
  content: url("../images/ic_flower_3.svg");
  position: absolute;
  z-index: 1;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-wrap .one_more .om_inner .om_note {
  padding-bottom: 70px;
  border-bottom: 1px solid #DDDDDD;
}
.testimonials-wrap .one_more .om_inner .om_note .om__title {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 35px;
  text-align: center;
  font-size: 24px;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  line-height: 150%;
}
.testimonials-wrap .one_more .om_inner .om_note .om__des {
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  white-space: pre-line;
}
.testimonials-wrap .purchase_share_link_line {
  margin-top: 14.5rem;
}

.btn_more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.btn_more .text {
  position: relative;
  font-size: 16px;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  line-height: 185%;
  color: #000000;
  display: inline-block;
}
.btn_more .text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #6E6E6E;
  bottom: 0px;
  left: 0;
}
.btn_more .arrow {
  width: 59px;
  height: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 1598px) {
  .testimonials-wrap p {
    margin-bottom: unset;
  }
  .testimonials-wrap .common_about-page {
    padding-top: 8.5rem;
  }
  .testimonials-wrap .about-uers {
    padding-top: 162.62px;
  }
  .testimonials-wrap .about-uers .au_inner {
    max-width: 1170px;
    margin: 0 auto;
  }
  .testimonials-wrap .about-uers .au_inner .au__title {
    font-size: 16.25px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 160%;
    margin-bottom: 100px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items {
    display: flex;
    flex-direction: column;
    gap: 32.5px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item {
    padding-bottom: 32.5px;
    border-bottom: 1.5px solid #DDDDDD;
    display: flex;
    gap: 48.75px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___img {
    max-width: 678.44px;
    min-width: 678.44px;
    height: 243.75px;
    transition: 0.3s all;
    overflow: hidden;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___img img {
    width: 100%;
    object-fit: cover;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24.37px;
    max-width: 394px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .title {
    font-size: 16.25px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 150%;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .desc {
    font-size: 13px;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 250%;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .btn_more.about_more {
    justify-content: flex-start;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .btn_more.about_more .arrow {
    background-color: #F5F5F5;
  }
  .testimonials-wrap .one_more {
    margin-top: 236px;
  }
  .testimonials-wrap .one_more .om_inner {
    margin: 0 auto;
    max-width: 893.75px;
  }
  .testimonials-wrap .one_more .om_inner .om_title {
    position: relative;
    text-align: center;
  }
  .testimonials-wrap .one_more .om_inner .om_title::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    z-index: 0;
  }
  .testimonials-wrap .one_more .om_inner .om_title .om___title_sub {
    color: #6E6E6E;
    font-size: 16.25px;
    font-family: "CormorantSC-Regular";
    line-height: 100%;
    padding: 1rem 2.5rem;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .testimonials-wrap .one_more .om_inner .om_title .om___title_sub::after {
    content: url("../images/ic_flower_3.svg");
    position: absolute;
    width: 13px;
    z-index: 1;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonials-wrap .one_more .om_inner .om_note {
    padding-bottom: 55px;
    border-bottom: 1px solid #DDDDDD;
  }
  .testimonials-wrap .one_more .om_inner .om_note .om__title {
    text-align: center;
    padding-top: 52px;
    padding-bottom: 29px;
    text-align: center;
    font-size: 19.5px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 150%;
  }
  .testimonials-wrap .one_more .om_inner .om_note .om__des {
    text-align: center;
    font-size: 13px;
    line-height: 200%;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    white-space: pre-line;
  }
  .testimonials-wrap .purchase_share_link_line {
    margin-top: 12.5rem;
  }
  .btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .btn_more .text {
    position: relative;
    font-size: 13px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 185%;
    color: #000000;
    display: inline-block;
  }
  .btn_more .text::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #6E6E6E;
    bottom: 0px;
    left: 0;
  }
  .btn_more .arrow {
    width: 47.94px;
    height: 47.94px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
  }
  .btn_more .arrow img {
    width: 14px;
    height: 11.98px;
  }
}
@media screen and (max-width: 1198px) {
  .testimonials-wrap .about-uers {
    padding-top: 50px;
    max-width: 95%;
    margin: 0 auto;
  }
  .testimonials-wrap .about-uers .au_inner {
    max-width: 1137.5px;
    margin: 0 auto;
  }
  .testimonials-wrap .about-uers .au_inner .au__title {
    font-size: 20px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 160%;
    margin-bottom: 40px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item {
    padding-bottom: 32px;
    border-bottom: 1.5px solid #DDDDDD;
    display: flex;
    gap: 20px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___img {
    max-width: 678px;
    height: auto;
    transition: 0.3s all;
    overflow: hidden;
    width: 50%;
    min-width: unset;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___img img {
    width: 100%;
    object-fit: cover;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    max-width: unset;
    width: 50%;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .title {
    font-size: 18px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 110%;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .desc {
    font-size: 16px;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 120%;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .btn_more.about_more {
    justify-content: flex-start;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .btn_more.about_more .arrow {
    background-color: #F5F5F5;
  }
  .testimonials-wrap .one_more {
    margin-top: 20rem;
  }
  .testimonials-wrap .one_more .om_inner {
    margin: 0 auto;
    max-width: 893px;
  }
  .testimonials-wrap .one_more .om_inner .om_title {
    position: relative;
    text-align: center;
  }
  .testimonials-wrap .one_more .om_inner .om_title::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    z-index: 0;
  }
  .testimonials-wrap .one_more .om_inner .om_title .om___title_sub {
    color: #6E6E6E;
    font-size: 20px;
    font-family: "CormorantSC-Regular";
    line-height: 100%;
    padding: 1rem 2.5rem;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .testimonials-wrap .one_more .om_inner .om_title .om___title_sub::after {
    content: url("../images/ic_flower_3.svg");
    position: absolute;
    z-index: 1;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonials-wrap .one_more .om_inner .om_note {
    padding-bottom: 70px;
    border-bottom: 1px solid #DDDDDD;
  }
  .testimonials-wrap .one_more .om_inner .om_note .om__title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 24px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 150%;
  }
  .testimonials-wrap .one_more .om_inner .om_note .om__des {
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    white-space: pre-line;
  }
  .btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .btn_more .text {
    position: relative;
    font-size: 12px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 185%;
    color: #000000;
    display: inline-block;
  }
  .btn_more .text::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #6E6E6E;
    bottom: 0px;
    left: 0;
  }
  .btn_more .arrow {
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
  }
}
@media screen and (max-width: 768px) {
  .testimonials-wrap .common_about-page {
    padding-top: 6rem;
  }
  .testimonials-wrap .common_about-page .ap-right {
    white-space: pre-line;
  }
  .testimonials-wrap .about-uers {
    padding-top: 100px;
    max-width: 100%;
  }
  .testimonials-wrap .about-uers .au_inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .testimonials-wrap .about-uers .au_inner .au__title {
    font-size: 20px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 160%;
    margin-bottom: 40px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item {
    padding-bottom: 40px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 120px;
    transition: 0.3s all;
    overflow: hidden;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___img img {
    width: 100%;
    object-fit: cover;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 100%;
    width: 100%;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .title {
    font-size: 18px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 100%;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .desc {
    font-size: 14px;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 200%;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .btn_more.about_more {
    justify-content: flex-start;
  }
  .testimonials-wrap .about-uers .au_inner .au_items .au__item .au___content .btn_more.about_more .arrow {
    background-color: #F5F5F5;
  }
  .testimonials-wrap .one_more {
    margin-top: 154px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .testimonials-wrap .one_more .om_inner {
    margin: 0 auto;
    max-width: 1100px;
  }
  .testimonials-wrap .one_more .om_inner .om_title {
    position: relative;
    text-align: center;
  }
  .testimonials-wrap .one_more .om_inner .om_title::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    z-index: 0;
  }
  .testimonials-wrap .one_more .om_inner .om_title .om___title_sub {
    font-size: 20px;
    font-family: "CormorantSC-Regular";
    line-height: 100%;
    padding: 1rem 2.5rem;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }
  .testimonials-wrap .one_more .om_inner .om_title .om___title_sub::after {
    content: url("../images/ic_flower_3.svg");
    position: absolute;
    z-index: 1;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonials-wrap .one_more .om_inner .om_note {
    padding-bottom: 40px;
    border-bottom: 1px solid #DDDDDD;
  }
  .testimonials-wrap .one_more .om_inner .om_note .om__title {
    white-space: pre-line;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 20px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 150%;
  }
  .testimonials-wrap .one_more .om_inner .om_note .om__des {
    white-space: pre-line;
    text-align: center;
    font-size: 14px;
    line-height: 200%;
    font-family: "Zen-Kaku-Gothic-New-Regular";
  }
  .btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .btn_more .text {
    position: relative;
    font-size: 14px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 185%;
    color: #000000;
    display: inline-block;
  }
  .btn_more .text::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #6E6E6E;
    bottom: 0px;
    left: 0;
  }
  .btn_more .arrow {
    width: 43px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
  }
}

/*# sourceMappingURL=testimonials.css.map */
