/* ----------------------------------
// prm / new 2024/4
// id = prm
// prm index
----------------------------------*/

/* font ----------------------------------*/
#prm {
  font-family: 'Noto Sans JP', Arial, "メイリオ", sans-serif;
}

#prm .wrap-base h1 {
  font-size: 3.3rem;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
}

#prm .wrap-base h2 {
  font-size: 1.8rem;
  margin-bottom: 50px;
  text-align: center;
  line-height: 180%;
  font-weight: 500;
}

#prm .wrap-base p {
  font-size: 1.05rem;
  line-height: 200%;
  width: 82%;
  margin: 0 auto;
}

#prm .wrap-base p.read {
  font-size: 1.15rem;
  line-height: 180%;
}

bold {
  font-weight: bold;
}

#prm p.center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #prm .wrap-base h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  #prm .wrap-base h2 {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 600;
  }

  #prm .wrap-base p {
    font-size: 1.1rem;
    width: 100%;
  }

  #prm .wrap-base p.read {
    font-size: 1.15rem;
    line-height: 180%;
  }

  bold {
    font-weight: bold;
  }

  #prm p.center {
    text-align: center;
  }
}

/* wrap ----------------------------------*/
#prm .wrap-base {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 100px 30px;
}

#prm .wrap-base-logo {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
}

#prm .wrap-base.w100 {
  width: 100%;
}

#prm .wrap-full {
  width: 100%;
  background: #E9EEFE;
}

#prm .wrap-full.bg-none {
  background: none;
}

#prm .wrap-full .wrap-base.pb0 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #prm .wrap-base {
    max-width: 100%;
    padding: 60px 20px;
  }

  #prm .wrap-base-logo {
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
}

/* module ----------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#prm .txt-pink {
  color: #ED2C50;
}

#prm .bg-skyBlue {
  background: #BDD0FC !important;
}

#prm .bg-light-pink {
  background: #FDD0D1 !important;
}

#prm .center {
  margin: auto;
  display: block;
}

#prm p.att {
  font-size: 0.85rem;
  text-align: left;
  margin-top: 30px;
  color: #666;
  width: 100%;
  line-height: 180%;
}

/* red bottom */
#prm .btnArea {
  margin: 45px 0 0 0;
}

#prm .btnArea a.btn-demo {
  border: 2px solid #fff;
  padding: 15px 50px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#ED2C50), to(#fa709a));
  background-image: -webkit-linear-gradient(left, #ED2C50 0%, #fa709a 100%);
  background-image: linear-gradient(to right, #ED2C50 0%, #fa709a 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

#prm a.btn-demo:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

#prm .btnArea.center {
  text-align: center;
  padding-top: 40px;
}

#prm .btnArea a.btn-demo.big-btn {
  padding: 25px 80px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  #prm p.att {
    margin-top: 20px;
  }

  #prm .btnArea.center {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  #prm .btnArea a.btn-demo.big-btn {
    padding: 20px 50px;
  }
}


/* KV ----------------------------------*/
#prm #kv {
  background: #FBDE00;
  padding: 40px;
  background: url(/assets/top/prm/bg-kv-1a9341f3cf58952943290f727750fc9fb28f3e8147f2a953c7f124fd93605d42.png) no-repeat;
  background-size: cover;
}

#prm #kv .column {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}

#prm #kv .column-img {
  width: 50%;
  display: flex;
  align-items: center;
  padding-right: 30px;
}

#prm #kv .column-img img {
  width: 100%;
  border-radius: 20px;
}

#prm #kv .column-texts {
  box-sizing: border-box;
  padding: 30px 60px 30px 20px;
  width: 50%;
}

#prm #kv h1.column-texts-title {
  margin: 0;
  font-size: 2.2rem;
  color: #ED2C50;
  font-weight: bold;
}

#prm #kv h1.column-texts-title span {
  display: block;
  font-size: 1rem;
  color: #ED2C50;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 2px;
  font-weight: 400;
  margin-bottom: 3px;
}

#prm #kv .column-texts h2 {
  font-size: 2.2rem;
  line-height: 160%;
  margin: 25px 0 35px 0;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

#prm #kv .column-texts-p {
  font-size: 1.03rem;
  color: #000;
  line-height: 180%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #prm #kv {
    padding: 0;
  }

  #prm #kv .column {
    flex-direction: column;
  }

  #prm #kv .column--reserve {
    flex-direction: column-reverse;
  }

  #prm #kv .column-img {
    width: 100%;
    padding-right: 0;
  }

  #prm #kv .column-img img {
    border-radius: 0;
  }

  #prm #kv .column-texts {
    width: 100%;
    padding: 20px;
  }

  #prm #kv h1.column-texts-title {
    font-size: 1.8rem;
    text-align: center;
  }

  #prm #kv .column-texts h2 {
    font-size: 1.8rem;
    margin: 20px 0 20px 0;
    text-align: center;
  }

  #prm #kv .column-texts-p {
    text-align: left;
    padding-bottom: 20px;
  }

  #prm #kv .btnArea {
    margin: 20px 0;
    text-align: center;
  }
}

/* logo list ----------------------------------*/
#prm .wrap-base-logo img {
  padding-bottom: 10px;
}

#prm .wrap-base-logo p {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #prm .wrap-base-logo img {
    padding-bottom: 0;
  }

  #prm .wrap-base-logo p {
    text-align: left;
  }
}

/* PRMメディアリストで出来ること ----------------------------------*/
#prm .wrap-base .col2 {
  padding-top: 100px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#prm .wrap-base .col2 .secondary:nth-of-type(odd) {
  display: grid;
  grid-template-columns: 486px 1fr;
}

#prm .wrap-base .col2 .secondary {
  display: grid;
  grid-template-columns: 1fr 486px;
  margin-bottom: 80px;
}

#prm .wrap-base .col2 .secondary:last-of-type {
  margin-bottom: 0;
}

#prm .wrap-base .col2 .secondary:nth-of-type(odd) .title {
  grid-column: 2 / 3;
}

#prm .wrap-base .col2 .secondary .title {
  grid-row: 1 / 2;
  margin-bottom: 0.2rem;
}

#prm .wrap-base .col2 .secondary:nth-of-type(odd) picture {
  display: block;
  grid-column: 1 / 3;
}

#prm .wrap-base .col2 .secondary picture {
  display: block;
  grid-row: 1 / 3;
}

#prm .wrap-base .col2 .secondary picture img.img-right {
  margin-left: 60px;
}

#prm .wrap-base .col2 .secondary:nth-of-type(odd) .text {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

#prm .wrap-base .col2 .secondary .text {
  grid-row: 2 / 3;
}

/* point common */
#prm .wrap-base .col2 span.point {
  background: #ED2C50;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50px;
  padding: 5px 20px;
  display: block;
  max-width: 110px;
}

#prm .wrap-base .col2 h3 .ttl {
  font-size: 1.65rem;
  font-weight: 600;
  margin: 15px 0 20px 0;
  line-height: 160%;
  color: #ED2C50;
  letter-spacing: 0;
  display: block;
}

#prm .wrap-base .col2 p {
  margin: 0;
  width: 100%;
  line-height: 200%;
  font-size: 1.05rem !important;
}

/* PRMメディアリストで出来ること / SP ---------------------------------- */
@media screen and (max-width: 768px) {
  #prm .wrap-base .col2 {
    padding-top: 50px;
    width: 100%;
  }

  #prm .wrap-base .col2 .secondary:nth-of-type(odd) {
    display: block;
    grid-template-columns: 1fr;
  }

  #prm .wrap-base .col2 .secondary {
    display: block;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  #prm .wrap-base .col2 .secondary:last-of-type {
    margin-bottom: 0;
  }

  #prm .wrap-base .col2 .secondary:nth-of-type(odd) .title {
    grid-column: 1 / 2;
  }

  #prm .wrap-base .col2 .secondary .title {
    grid-row: 1 / 2;
    margin-bottom: 0.2rem;
    text-align: center;
  }

  #prm .wrap-base .col2 .secondary:nth-of-type(odd) picture {
    display: block;
    grid-column: 2 / 3;
  }

  #prm .wrap-base .col2 .secondary picture {
    display: block;
    grid-row: 2 / 3;
    padding-bottom: 30px;
  }

  #prm .wrap-base .col2 .secondary picture img {
    width: 100%;
    margin: 0 auto;
  }

  #prm .wrap-base .col2 .secondary picture img.img-right {
    margin-left: 0;
  }

  #prm .wrap-base .col2 .secondary:nth-of-type(odd) .text {
    grid-column: 1;
    grid-row: 3 / 4;
  }

  #prm .wrap-base .col2 .secondary .text {
    grid-row: 3 / 4;
  }

  #prm .wrap-base .col2 span.point {
    text-align: center;
    margin: 0 auto;
  }

  #prm .wrap-base .col2 h3 .ttl {
    margin: 20px 0 30px 0;
  }

  #prm .wrap-base .col2 p {
    font-size: 1.1rem !important;
  }
}

/* PRMとは ----------------------*/
#prm .wrap-full .wrap-base h1 .sup {
  font-size: 1rem;
  font-weight: 300;
  color: #999;
  display: block;
  letter-spacing: 2px;
}

#prm .wrap-full .wrap-base img {
  margin-top: 60px;
}

#prm .wrap-full.bg-img {
  background-image: url(/assets/images/top/prm/img-illust-01.png);
  background-repeat: no-repeat;
  background-color: #E9EEFE;
  background-position: 83% 100%;
}

#prm .wrap-full .kanri {
  width: 100%;
  max-width: 580px;
  margin-top: 80px;
}

#prm .wrap-full .kanri h2 {
  text-align: left;
}

#prm .wrap-full .kanri p {
  margin-top: 40px;
  width: 100%;
  font-size: 1.05rem;
}

@media screen and (max-width: 768px) {
  #prm .wrap-full .wrap-base h1 .sup {
    margin-bottom: 10px;
    display: block;
  }

  #prm .wrap-full .wrap-base img {
    margin-top: 30px;
  }

  #prm .wrap-full.bg-img {
    background-position: 100% 100%;
    background-size: 80%;
    padding-bottom: 200px;

  }

  #prm .wrap-full .kanri {
    width: 100%;
    margin-top: 40px;
  }

  #prm .wrap-full .kanri h2 {
    text-align: center;
  }

  #prm .wrap-full .kanri p {
    margin-top: 30px;
    font-size: 1.05rem;
  }
}


@media screen and (min-width: 768px) and ( max-width: 1024px) {
  html body main {
    padding-top: 125px;
  }

  #prm #kv .column-texts {
    padding: 20px;
  }

  #prm #kv .column-img {
    padding-right: 0;
  }

  #prm #kv .column-texts h2 {
    font-size: 2rem;
  }

  #prm .wrap-base .col3 ul li img {
    width: 100%;
  }

  #prm .wrap-full.bg-img {
    background-size: 50%;
  }

  #prm .wrap-full .kanri {
    width: 100%;
    max-width: 100%;
  }

  #prm .shipood .txtArea h2 {
    text-align: center;
  }

  #prm .wrap-base .tableArea .fukidashi {
    width: 70%;
    margin: 0 auto;
  }
}

/* table  ----------------------*/
#prm .wrap-base .tableArea {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 50px;
  line-height: 180%;
}

#prm .wrap-base .tableArea .fukidashi {
  padding-left: 30px;
}

#prm .wrap-base .tableArea .fukidashi img {
  width: 340px;
}

#prm .wrap-base .tableArea table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-size: 1.1rem;
}

#prm .wrap-base .tableArea table tr th {
  background: #4042E2;
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#prm .wrap-base .tableArea table tr th.bg-skyBlue,
#prm .wrap-base .tableArea table tr th.bg-light-pink {
  color: #000;
  border: 1px solid #fff;
  border-left: 1px solid #ddd;
}

#prm .wrap-base .tableArea table tr th.bg-light-pink {
  border-bottom: 1px solid #ddd;
}

#prm .wrap-base .tableArea table tr td {
  padding: 15px;
  background: url(/assets/images/top/prm/icon-maru.png) no-repeat 50% 50%;
  border: 1px solid #ddd;
  font-weight: bold;
}

#prm .wrap-base .tableArea table tr td.bg-x {
  background: url(/assets/images/top/prm/icon-x.png) no-repeat 50% 50%;
}

@media screen and (max-width: 768px) {
  #prm .wrap-base .tableArea {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 180%;
  }

  #prm .wrap-base .tableArea .fukidashi {
  }

  #prm .wrap-base .tableArea .fukidashi img {
    width: 80%;
  }

  #prm .wrap-base .tableArea table {
    font-size: 1rem;
  }

  #prm .wrap-base .tableArea table tr th {
    padding: 5px 0;
  }

  #prm .wrap-base .tableArea table tr td {
    padding: 5px 0;
  }
}

/* PRMメディアリスト画面紹介 ----------------------*/
#prm .wrap-base .col3 {
  margin-top: 80px;
}

#prm .wrap-base .col3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#prm .wrap-base .col3 ul li {
  list-style: none;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 13px;
  position: relative;
  margin-bottom: 30px;
}

#prm .wrap-base .col3 ul li:nth-child(n + 4) {
  margin-bottom: 0;
}

#prm .wrap-base .col3 ul li span {
  margin-bottom: 20px;
  display: block;
}

#prm .wrap-base .col3 ul li span img {
  width: 58px;
  position: absolute;
  left: -20px;
  top: -15px;
}

#prm .wrap-base .col3 ul li span.ttl {
  position: relative;
  left: 50px;
  z-index: 500;
  white-space: nowrap;
}

#prm .wrap-base .col3 ul li img {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #prm .wrap-base .col3 {
    margin-top: 40px;
  }

  #prm .wrap-base .col3 ul {
    display: initial;
  }

  #prm .wrap-base .col3 ul li {
    font-size: 1.3rem;
    margin-bottom: 50px;
  }

  #prm .wrap-base .col3 ul li:nth-child(n + 4) {
    margin-bottom: 50px;
  }

  #prm .wrap-base .col3 ul li:last-of-type {
    margin-bottom: 0;
  }

  #prm .wrap-base .col3 ul li span {
    display: initial;
  }

  #prm .wrap-base .col3 ul li span img {
    width: 39px;
    position: absolute;
    left: 10px;
    top: -20px;
  }

  #prm .wrap-base .col3 ul li span.ttl {
    left: 60px;
  }

  #prm .wrap-base .col3 ul li img {
    margin-top: 15px;
  }
}

/* 導入企業の声 ----------------------*/
/* 202408 add */
#prm.prmTopWrap .wrap-base {
  padding: 2rem 0 4rem 0 !important;
}

#prm.prmTopWrap .wrap-base h2 {
  color: #111;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  text-align: center;
}

#prm.prmTopWrap .wrap-base a {
  text-decoration: none;
  color: #000;
}

#prm.prmTopWrap .wrap-base a:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.8;
  transition: 0.3s;
}

/* 202408 add/ */

#prm .shadow-effect {
  background: #fff;
  padding: 0 0 40px 0;
  border-radius: 20px;
  text-align: left;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 30px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#prm .testimonials {
  /*display: flex;
  justify-content: center;
  max-width: 1280px;
  width: 100%;*/
  margin-top: -20px;
}

#prm .testimonials .container {
  width: 100%;
}

#prm #customers-testimonials {
  margin-top: 80px;
}

#prm #customers-testimonials .shadow-effect p.postName {
  text-align: left;
  font-weight: 400;
}

#prm #customers-testimonials .shadow-effect p {
  font-size: 0.95rem;
  line-height: 160%;
  padding: 10px 0;
  font-weight: 500;
  text-align: left;
}

#prm #customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

#prm #customers-testimonials .item {
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#prm .testimonial-name {
  margin: -20px auto 0;
  background: #333;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  max-width: 260px;
  overflow-wrap: normal;
  border-radius: 5px;
}

#prm .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  width: 100%;
  margin: 0 auto 17px;
  border-radius: 20px 20px 0 0;
}

#prm #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#prm #customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#prm #customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#prm #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190E7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

@media screen and (max-width: 768px) {
  #prm #customers-testimonials {
    margin-top: 10px;
  }

  #prm #customers-testimonials .shadow-effect p.postName {
    padding: 0 20px;
  }

  #prm #customers-testimonials .shadow-effect p {
    padding: 10px 20px;
  }

  #prm #customers-testimonials .item {
    padding: 20px;
    margin-bottom: 15px;
  }
}


/* 導入企業の声カード 202408 add */
#prm #voice-area {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

#prm #voice-area a {
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-decoration: none;
  color: #000;
}

#prm #voice-area .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#prm #voice-area img.img-circle {
  margin: 0;
  border-radius: 20px 20px 0 0;
  width: 100%;
}

#prm #voice-area p.postName {
  padding: 30px 20px 20px;
  text-align: left;
  font-size: 0.95rem;
}

#prm #voice-area p.txt {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 20px 20px 20px;
}

#prm #voice-area .shadow-effect {
  background: #fff;
  padding: 0 0 40px 0;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 30px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
  flex: 1;
  min-height: 640px;
}

#prm #voice-area .testimonials {
  margin-top: -20px;
}

#prm #voice-area .testimonials .container {
  width: 100%;
}

#prm #voice-area #customers-testimonials {
  margin-top: 80px;
}

#prm #voice-area #customers-testimonials .shadow-effect p.postName {
  text-align: left;
  font-weight: 400;
}

#prm #voice-area #customers-testimonials .shadow-effect p {
  font-size: 0.95rem;
  line-height: 160%;
  padding: 10px 0;
  font-weight: 300;
  text-align: left;
}

#prm #voice-area #customers-testimonials .item {
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
  transition: all 0.3s ease-in-out;
}

#prm #voice-area .testimonial-name {
  margin: -20px auto 0;
  background: #333;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  max-width: 400px;
  overflow-wrap: normal;
  border-radius: 5px;
}

#prm #voice-area .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  width: 100%;
  margin: 0 auto 17px;
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 1100px) {
  #prm #voice-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  #prm.prmTopWrap .wrap-base h2 {
    font-size: 1.65rem;
    letter-spacing: 0.16em;
    margin-bottom: 0;
  }

  #prm #voice-area {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    padding: 4rem 1rem;
  }

  #prm #voice-area .mt-20 {
    margin-top: 3rem !important;
    display: block;
  }

  #prm #voice-area a:nth-of-type(1) {
    display: block;
  }

  #prm #voice-area img.img-circle {
    margin: 0;
    border-radius: 20px 20px 0 0;
  }

  #prm #voice-area p.postName {
    padding: 15px 20px;
    font-size: 1rem;
  }

  #prm #voice-area p.txt {
    padding: 0 20px;
  }

  #prm #voice-area #customers-testimonials {
    margin-top: 10px;
  }

  #prm #voice-area #customers-testimonials .shadow-effect p.postName {
    padding: 0 20px;
  }

  #prm #voice-area #customers-testimonials .shadow-effect p {
    padding: 10px 20px;
  }

  #prm #voice-area #customers-testimonials .item {
    padding: 20px;
    margin-bottom: 15px;
  }

  #prm #voice-area .testimonial-name {
    padding: 10px 15px;
    max-width: 260px;
  }
}

/* 1企業の場合　add 202408 ここまで */

/* 運営会社（株式会社シプード）について  ----------------------*/
#prm .shipood {
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #E4F4FC;
  border-radius: 50px;
  padding: 70px 60px;
  margin-top: -20px;
}

#prm .shipood .logo {
  width: 90%;
  margin: 0 auto;
  max-width: 240px;
  position: relative;
}

#prm .shipood .logo .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#prm .shipood .logo .inner h1 img.logo-shipood {
  max-width: 240px !important;
}

#prm .shipood .logo p {
  font-size: 0.80rem;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  width: 100%;
}

#prm .shipood .txtArea {
  padding-left: 40px;
}

#prm .shipood .txtArea h2 {
  line-height: 180%;
  text-align: left;
  margin-bottom: 40px;
  font-weight: 500;
}

#prm .shipood .txtArea p {
  font-size: 0.95rem;
  width: 100%;
}

#prm .shipood .txtArea .btnArea {
  margin: 50px 0 0 0;
}

#prm .shipood .txtArea .btnArea a.btn-corp {
  background: #fff;
  border: 2px solid #158EC9;
  padding: 15px 40px;
  color: #158EC9;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #prm .shipood {
    grid-template-columns: 1fr;
    background: #E4F4FC;
    padding: 40px 30px 30px 30px;
    width: 90%;
    margin: 0 auto;
  }

  #prm .shipood .logo {
    width: 100%;
    position: initial;
    margin: 0 auto;
  }

  #prm .shipood .logo .inner {
    position: initial;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
    -webkit- transform: translateY(0) translateX(0);
  }

  #prm .shipood .logo .inner p {
    font-size: 0.9rem;
  }

  #prm .shipood .logo .inner h1 img.logo-shipood {
    width: 70%;
    margin: 0 auto;
  }

  #prm .shipood .txtArea {
    padding-left: 0;
  }

  #prm .shipood .txtArea h2 {
    margin: 20px 0;
  }

  #prm .shipood .txtArea .btnArea {
    margin: 40px 0 20px 0;
    text-align: center;
  }

  #prm .shipood .txtArea .btnArea a.btn-corp {
    padding: 20px 30px;
    font-size: 1.1rem;
    text-align: center;
  }
}

#prm .logo-all {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 100px;
}

#prm .logo-all p {
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #prm .logo-all {
    width: 100%;
    margin-bottom: 100px;
    overflow: hidden;
    display: block;
    padding: 0 20px;
  }

  #prm .logo-all .scroll-x {
    overflow-x: scroll;
  }

  #prm .logo-all .scroll-x .scroll-inner {
    width: 270%;
  }

  #prm .logo-all p {
    text-align: left;
    margin-top: 10px;
    overflow: initial;
  }
}


/* breadcrumb ----------------------*/
#prm .breadcrumb {
  display: block;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  color: #999;
  padding: 15px 0;
  border-radius: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none; /*IE, Edge 対応　スクロールバー消すなら */
  scrollbar-width: none; /* Firefox 対応　スクロールバー消すなら*/
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

/*　スクロールバー消すなら */
#prm .breadcrumb::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}

#prm .breadcrumb ul li {
  display: inline;
}

#prm .breadcrumb ul li a {
  display: inline;
  color: #999;
}

#prm .breadcrumb ul li a:hover {
  color: #111;
  transition: 0.3s;
  text-decoration: underline;
}

#prm .breadcrumb ul li.arrow {
  color: #EE2D4F;
  margin: 0 3px;
  font-size: 18px;
  font-weight: 100;
}

/* 導入企業の声　詳細画面 202408 add ----------------------*/
#prm .deta a {
  color: #1F6CEB;
}

#prm .deta a:hover {
  color: #1053C5;
  text-decoration: underline;
  transition: 0.3s;
}

#prm .deta {
  width: 82%;
  margin: 0 auto;
  word-break: break-all;
}

#prm .deta h1 {
  font-size: 2.6rem;
}

#prm .deta h2 {
  font-size: 1.3rem;
  font-weight: bold;
}

#prm .deta h3 {
  font-size: 1.7rem;
  border-bottom: 2px solid #ED2C50;
  padding-bottom: 20px;
  font-weight: bold;
  margin: 60px 0 40px 0;
}

#prm .corp-area {
  padding: 5px 10px;
  text-align: right;
}

#prm .deta p {
  padding: 0;
}

#prm .wrap-base .deta p {
  width: 100%;
}

#prm .corp-area p {
  color: #666;
  font-size: 0.9rem;
  display: inline-block;
  margin-top: -20px;
}

#prm .deta picture img {
  margin-bottom: 10px;
}

#prm .person-name {
  font-size: 0.8rem;
  display: block;
  margin-bottom: 30px;
}

#prm .corporation {
  border: 1px solid #ddd;
  padding: 30px 50px;
  margin-top: 50px;
}

#prm .corporation p {
  padding: 0;
  margin: 0;
}

#prm p.busi-ttl {
  margin: 30px 0 10px 0;
}

#prm ul.busi-list {
  margin: 0;
  padding: 0;
}

#prm ul.busi-list li {
  margin: 0 0 10px 20px;
  padding: 0;
  list-style: disc;
}

@media screen and (max-width: 768px) {
  #prm .deta {
    width: 100%;
  }

  #prm .deta h1 {
    font-size: 2rem;
  }

  #prm .deta h2 {
    font-size: 1.2rem;
    text-align: left;
  }

  #prm .deta h3 {
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin: 50px 0 20px 0;
  }

  #prm .corp-area {
    padding: 5px 0 0 0;
    text-align: left;
  }

  #prm #voice-area .shadow-effect {
    min-height: auto;
  }
}
