@charset "UTF-8";

/*
=======================================
= サービスページ 2024/08
=======================================
*/

/* Device View
-------------------------------*/
.viewPC {display: block;}
.viewTB {display: none;}
.viewPCTB {display: block;}
.viewSP {display: none;}
.viewTBSP {display: none;}
@media only screen and (max-width: 1024px) {
  .viewPC {display: none;}
  .viewTB {display: block;}
  .viewPCTB {display: block;}
  .viewSP {display: none;}
  .viewTBSP {display: block;}
}
@media only screen and (max-width: 768px) {
  .viewPC {display: none;}
  .viewTB {display: none;}
  .viewPCTB {display: none;}
  .viewSP {display: block;}
  .viewTBSP {display: block;}
}

.p-service .tx-bl{
  color:#333;
}
.p-service .paragraph-1 li {
  letter-spacing: 0;
  line-height: 1.4;
  padding: 3px 0 3px 1em;
  text-indent: -1em;
}
.p-service .paragraph-2 li {
  letter-spacing: 0;
  line-height: 1.4;
  padding: 3px 0 3px 2em;
  text-indent: -2em;
}

.detail-link-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #e0e0de;
  padding: 20px 20px 20px 20px;
  text-align: center;
  width: 260px;
  margin-top:40px;
  z-index:1;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-decoration: none;
}
.detail-link-btn__txt{
  position: relative;
  color: #111;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
}
.detail-link-btn__arrow{
  background-color: #111;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  margin-top: -0.75rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transition: background-color .3s cubic-bezier(.43,.05,.17,1);
  width: 20px;
}
.detail-link-btn__arrow svg {
  fill: #fff;
  width: 8px;
  height:8px;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .3s cubic-bezier(.43,.05,.17,1);
}
.detail-link-btn:hover {
  background-color: #111;
  color: #fff !important;
  text-decoration: none!important;
}
.detail-link-btn:hover .detail-link-btn__txt{
  color: #fff !important;
  text-decoration: none;
}
.detail-link-btn:hover .detail-link-btn__arrow{
  background-color: #fff;
}
.detail-link-btn:hover .detail-link-btn__arrow svg {
  fill: #111;
}
.p-survey .detail-link-btn,
.p-ranking-service02 .detail-link-btn{
  border: 2px solid #333;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.p-service#content::before {
  content: none;
}
.p-service#content #main {
  max-width: none;
  padding:0;
}
.p-service#content #main p{
  margin:0;
}
.p-service .inner{
  padding:0 20px;
  margin: 0 auto;
  max-width: 1280px;
}


/*
=======================================
= 企業認定制度
=======================================
*/

/* Mv
------------------------------ */
/* .p-service .mv{
  padding:20px 0;
} */
.p-service .mv .inner{
  max-width: 1480px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-service .mv .mv-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-service .mv .mv-txt,
.p-service .mv .mv-pic{
  width: 50%;
  text-align: center;
}
.p-service .mv .mv-target{
  background-color: #fff;
  border:2px solid #ff1628;
  color: #ff1628;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.22;
  padding: 10px 14px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 40px;
}
.p-service .mv .mv-catch{
  font-size: 44px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom:16px;
  font-feature-settings: 'palt' 1;
}
.p-service .mv .mv-catch strong{
  font-size:60px;
}
.p-ranking-service02 .mv .mv-catch{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom:16px;
}
.p-ranking-service .mv .mv-subcatch{
  display: inline;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.44;
  padding-bottom:8px;
  background: linear-gradient(#333, #333) 0 100% / 100% 5px no-repeat;
}
.p-survey .mv .mv-catch{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom:16px;
}
.p-survey .mv .mv-catch strong{
  font-size:60px;
}

.p-survey .mv .mv-subcatch{
  display: inline;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.44;
  padding-bottom:8px;
  background: linear-gradient(#333, #333) 0 100% / 100% 5px no-repeat;
  font-feature-settings: 'palt' 1;
}
.p-survey .mv .mv-subcatch span{
  font-size: 20px;
}
.p-service .mv .mv-crown{
  max-width: 400px;
  margin:30px auto 0;
}
.p-service .mv .mv-pic{
  position: relative;
}
.p-service .mv .mv-pic::before,
.p-service .mv .mv-pic::after{
  content: '';
  display: inline-block;
  width: 100px;
  height: 100px;
  background-image:  url(../../ranking_service/img-index/mv-pic-object.svg);
  background-size: contain;
  vertical-align: middle;
}
.p-service .mv .mv-pic::before{
  position: absolute;
  top:20px;
  left:-70px;
}
.p-service .mv .mv-pic::after{
  position: absolute;
  bottom:20px;
  right:-70px;
}
.p-ranking-service02 .mv .mv-pic::before,
.p-ranking-service02 .mv .mv-pic::after{
  content: none;
}
@media only screen and (max-width: 960px) {
  .p-service .mv .mv-pic,
  .p-service .mv .mv-txt{
    width: 100%;
  }
  .p-service .mv .mv-txt{
    padding:20px 0;
    text-align: center;
  }
  .p-service .mv .mv-target{
    font-size: 14px;
    margin-bottom:10px;
  }
  .p-service .mv .mv-catch{
    font-size: 24px;
    margin-bottom:10px;
  }
  .p-ranking-service02 .mv .mv-catch{
    font-size: 18px;
  }
  .p-service .mv .mv-catch strong{
    font-size:32px;
  }
  .p-service .mv .mv-subcatch{
    font-size: 26px;
    padding-bottom:8px;
    background: linear-gradient(#333, #333) 0 100% / 100% 4px no-repeat;
  }
  .p-survey .mv .mv-subcatch{
    font-size: 24px;
    padding-bottom:8px;
    background: linear-gradient(#333, #333) 0 100% / 100% 4px no-repeat;
  }
  .p-survey .mv .mv-subcatch span{
    font-size: 16px;
  }
  .p-service .mv .mv-crown{
    max-width: 280px;
    margin:20px auto 0;
  }
  .p-service .mv .mv-pic::before,
  .p-service .mv .mv-pic::after{
    width: 60px;
    height: 60px;
  }
  .p-service .mv .mv-pic::before{
    position: absolute;
    top:20px;
    left:-20px;
  }
  .p-service .mv .mv-pic::after{
    position: absolute;
    bottom:20px;
    right:-20px;
  }
}


/* Offer
------------------------------ */
.p-service .offer-block{
  background-color: #FF1628;
  padding: 40px 0;
}
.p-service .offer-block.offer-skew{
  background: linear-gradient(-65deg, #FF1628 0%, #FF1628 44%, #E51524 44%, #E51524 100%);
  padding: 60px 0;
}
.p-service .offer-block .inner{
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 16px;
  align-items: center;
}
.p-service .offer-block.offer-skew .inner{
  max-width: 1140px;
}
.p-service .offer-block .offer-heading {
  color:#fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
  position: relative;
}
.p-service .offer-block .offer-heading span{
  font-size: 20px;
  font-weight: bold;
  display: inline;
  padding-bottom:6px;
  background: linear-gradient(#fff, #fff) 0 100% / 100% 2px no-repeat;
}
.p-service .offer-block .cta-btn {
  align-items: center;
  color: #FF1628 ;
  display: flex;
  height: 80px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: .3s;
  text-decoration: none;
}
.p-service .offer-block.offer-skew .cta-btn{
  height: 110px;
}
.p-service .offer-block .cta-btn::before {
  background: url(../../ranking_service/img-index/btn-arrow-r.svg);
  background-size: 12px 12px;
  content: '';
  height: 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  vertical-align: middle;
  width: 12px;
}
.p-service .offer-block .cta-btn:hover  {
  transform: translateY(3px);
  box-shadow: none;
}
.p-service .offer-block .btn-contact  {
  background-color: #fff;
  border: 4px solid #111;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
}
.p-service .btn-contact__txt{
  position: relative;
  font-size: 22px;
  font-weight:bold;
  margin:0;
  padding-left:74px;
  padding-right:10px;
  text-decoration: none;
}
.p-service .btn-contact__txt:before {
  content: "簡単1分";
  background-color: #FF1628;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 7px 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}



@media only screen and (max-width: 960px) {
  .p-service .offer-block{
    padding: 24px 0;
  }
  .p-service .offer-block.offer-skew{
    padding: 30px 0;
  }
  .p-service .offer-block .inner{
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .p-service .offer-block .offer-heading {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-service  .offer-block .offer-heading span{
    font-size: 12px;
    background: linear-gradient(#fff, #fff) 0 100% / 100% 2px no-repeat;
  }
  .p-service .offer-block .cta-btn {
    height: 70px;
  }
  .p-service .offer-block.offer-skew .cta-btn{
    height: 70px;
  }
  .p-service .offer-block .btn-contact {
    border: 2px solid #111;
  }
  .p-service .btn-contact__txt{
    font-size: 15px;
    padding-left:54px;
    padding-right:10px;
  }
  .p-service .btn-contact__txt:before {
    font-size: 10px;
  }
}

/* Intro
------------------------------ */
.p-service .intro{
  background-color: #F7F7F7;
  padding:50px 0 80px;
  text-align: center;
  position: relative;
}
.p-survey .intro{
  background-color: #fff !important;
}
.p-service .intro::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #fff transparent transparent transparent;
}
.p-service .intro::before{
  border-color: #fff transparent transparent transparent;
}
.p-service .intro .intro-heading .baloon {
  padding: 10px 24px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  position: relative;
  background-color: #fff;
  border: 2px solid #FF1628;
  border-radius: 60px;
  color: #FF1628;
  display: inline-block;
  line-height: 1;
}
.p-service .intro .intro-heading .baloon::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 2px solid #FF1628;
  border-bottom: 2px solid #FF1628;
  transform: translate(-50%, 55%) rotate(45deg);
  transform-origin: center center;
}
.p-service .intro .intro-heading{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  font-feature-settings: 'palt' 1;
}
.p-service .intro .intro-heading .num {
  color: #FF1628;
  font-size: 50px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 6px no-repeat;
}
@media only screen and (max-width: 960px) {
  .p-service .intro{
    padding:30px 0 40px;
  }
  .p-service .intro .intro-heading .baloon {
    font-size: 14px;
    margin-bottom:6px;
  }
  .p-service .intro .intro-heading{
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .p-service .intro .intro-heading .num {
    font-size: 32px;
    background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 3px no-repeat;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.p-service .scroll-infinity{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.p-service .scroll-infinity__wrap {
  display: flex;
  /* overflow: hidden; */
}
.p-service .scroll-infinity__list {
  display: flex;
  padding: 0;
  margin:0;
}
.p-service .scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.p-service .scroll-infinity__list .item {
  width: 200px;
  padding:0 10px;
}
.p-service .scroll-infinity__item>img {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .p-service .scroll-infinity__list .item {
    width: 160px;
    padding:0 10px;
  }
}

.p-service .intro-assignment{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 50px;
  align-items: center;
  margin-top:70px;
}
.p-service .intro-assignment__catch{
  color:#FF1628;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 32px;
  text-align: center;
}
.p-service .intro-assignment__catch::before,
.p-service .intro-assignment__catch::after {
  content: '';
  width: 3px;
  height: 28px;
  background-color: #FF1628;
}
.p-service .intro-assignment__catch::before {
  margin-right: 18px;
  transform: rotate(-35deg);
}
.p-service .intro-assignment__catch::after {
  margin-left: 18px;
  transform: rotate(35deg);
}
.p-service.intro-assignment__list{
  margin:0;
}
.p-service .intro-assignment__list li {
  background: #fff;
  border:2px solid #E6E6E6;
  border-radius: 10px;
  font-size:18px;
  font-weight: bold;
  position: relative;
  padding: 24px 20px 24px 54px;
  margin-bottom: 10px;
  text-align: left;
}
.p-service .intro-assignment__list li:last-child{
  margin-bottom: 0;
}
.p-service .intro-assignment__list li:before {
  background-image: url(../../ranking_service/img-index/ico-checkmark.svg);
  background-size: cover;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 20px;
}
@media only screen and (max-width: 960px) {
  .p-service .intro-assignment{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    margin-top:40px;
  }
  .p-service .intro-assignment__catch{
    font-size: 20px;
    margin-bottom:24px;
  }
  .p-service .intro-assignment__img{
    width: 80%;
    margin:0 auto;
  }
  .p-service .intro-assignment__list li {
    font-size:14px;
    padding: 16px 16px 16px 40px;
  }
  .p-service .intro-assignment__list li:before {
    width: 18px;
    height:18px;
    top: calc(50% - 9px);
    left: 18px;
  }
  .p-service .intro-assignment__catch::before,
  .p-service .intro-assignment__catch::after {
    width: 2px;
    height: 18px;
  }
}


/* About
------------------------------ */
.p-ranking-service .about{
  padding:60px 0 0 ;
}
.p-ranking-service .about-heading{
  font-size:40px;
  font-weight: bold;
  text-align: center;
  margin-bottom:60px;
}
.p-ranking-service .about-heading strong {
  padding-bottom:8px;
  background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 6px no-repeat;
}
.p-ranking-service .about-box{
  background-color: #fff;
  border:4px solid #FFE3E5;
  border-radius: 10px;
  padding:50px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-ranking-service .about-box .txt-row {
  width: 50%;
}
.p-ranking-service .about-box .pic-row{
  width: 41.9%;
}
.p-ranking-service .about-box .txt-row .about-subbheading{
  font-size:32px;
  font-weight: bold;
  margin-bottom:30px;
}
.p-ranking-service .about-box .txt-row .about-subbheading strong {
  padding-bottom:4px;
  background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 3px no-repeat;
}
.p-ranking-service .about-box .txt-row .about-txt{
  display: flex;
}
.p-ranking-service .about-box .txt-row .about-txt .service-logo {
  overflow: hidden;
  flex-shrink: 0;
  width: 90px;
}
.p-ranking-service .about-box .txt-row .about-txt p{
  font-size:16px;
  padding: 0 0 0 30px;
  flex-grow: 1;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service .about-heading{
    font-size:22px;
    margin-bottom:20px;
  }
  .p-ranking-service .about-heading strong {
    padding-bottom:4px;
    background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 4px no-repeat;
  }
  .p-ranking-service .about-box{
    border:2px solid #FFE3E5;
    padding:20px;
  }
  .p-ranking-service .about-box .txt-row {
    width: 100%;
  }
  .p-ranking-service .about-box .pic-row{
    width: 80%;
    margin:20px auto 0;
  }
  .p-ranking-service .about-box .txt-row .about-subbheading{
    font-size:20px;
    margin-bottom:20px;
    text-align: center;
  }
  .p-ranking-service .about-box .txt-row .about-txt .service-logo {
    width: 60px;
  }
  .p-ranking-service .about-box .txt-row .about-txt p{
    font-size:14px;
    padding: 0 0 0 20px;
  }
}


/* Branding
------------------------------ */
.p-ranking-service .branding{
  background-color: #F7F7F7;
  padding:200px 0 100px;
  position: relative;
  top:-100px;
  font-size:16px;
  margin-bottom:-100px;
}
.p-ranking-service .branding-head{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 240px;
  position: relative;
  text-align: center;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.p-ranking-service .brandin-heading{
  font-size:40px;
  font-weight: bold;
  text-align:center ;
  z-index: 1;
  position: relative;
}
.p-ranking-service .brandin-heading .tx-small{
  font-size:28px;
}
.p-ranking-service .brandin-heading .tx-small strong {
  padding-bottom:4px;
  background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 4px no-repeat;
}
.p-ranking-service .brandin-heading .num{
  color: #ff1628;
  font-size:120px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
.p-ranking-service .branding__loop-wrap {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 0;
}
.p-ranking-service .branding__loop-text {
  -webkit-animation: textLoop 6s linear infinite;
  animation: textLoop6s linear infinite;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 180px;
  font-weight: 700;
  white-space: pre;
  line-height: 1;
  letter-spacing: 0;
  -webkit-animation: textLoop 30s linear infinite;
  animation: textLoop 30s linear infinite;
  padding-right: 60px;
}
@-webkit-keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media only screen and (max-width: 960px) {
  .p-ranking-service .branding{
    padding:100px 0 70px;
    top:-50px;
    font-size:14px;
    margin-bottom:-50px;
  }
  .p-ranking-service .branding-head{
    height: 190px;
  }
  .p-ranking-service .brandin-heading{
    font-size:20px;
  }
  .p-ranking-service .brandin-heading .tx-small{
    font-size:18px;
  }
  .p-ranking-service .brandin-heading .tx-small strong {
    padding-bottom:4px;
    background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 2px no-repeat;
  }
  .p-ranking-service .brandin-heading .num{
    font-size:80px;
  }
  .p-ranking-service .branding__loop-text {
    font-size: 120px;
    padding-right: 60px;
  }
}


.p-ranking-service .branding-list{
  margin:50px 0 0 0;
}
.p-ranking-service .branding-list .branding-list-item{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 20px 5px rgba(0, 0, 0, .04);
  position: relative;
  padding:60px;
}
.p-ranking-service .branding-list .branding-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.p-ranking-service .branding-list .item-num {
  width: 64px;
  height: 64px;
  background: #FF1628;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  top: -20px;
  border: 8px solid #FCF8F7;
  box-sizing: content-box;
}
.p-ranking-service .branding-list .item-header{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-ranking-service .branding-list .item-header.row-reverse{
  flex-direction: row-reverse;
}
.p-ranking-service .branding-list .item-header .txt-row{
  width: 50%;
}
.p-ranking-service .branding-list .item-header .pic-row{
  width: 44.6%;
}
.p-ranking-service .branding-list .item-header .pic-row-item {
  border-radius: 10px;
  border:1px solid #E8E8E8;
  overflow: hidden;
}
.p-ranking-service .branding-list .item-header .pic-row-item.pic-chart {
  padding:40px 20px 20px;
}
.p-ranking-service .branding-list .item-header .pic-row-item .tx-caption{
  padding-top:20px;
  font-size:12px;
  text-align: right;
}
.p-ranking-service .branding-heading{
  margin-bottom:30px;
}
.p-ranking-service .branding-heading .en{
  color:#FF1628;
  font-size:14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-left: 15px;
}
.p-ranking-service .branding-heading .en::before{
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: #FF1628;
  border-radius: 50%;
}
.p-ranking-service .branding-heading .jp{
  display: block;
  font-size:32px;
  font-weight: bold;
  padding-top:6px;
}
.p-ranking-service .txt-row .branding-txt.paragraph-1{
  font-size: 12px;
  text-align: left;
}
.p-ranking-service .branding-txt.paragraph-1 li {
  letter-spacing: 0;
  line-height: 1.4;
  padding: 3px 0 3px 1em;
  text-indent: -1em;
}
.p-ranking-service .branding-subheading{
  border-radius: 8px;
  background-color: #F5F5F5;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-top:60px;
  margin-bottom: 20px;
  padding: 14px 20px 14px 24px;
  position: relative;
}
.p-ranking-service .branding-subheading span{
  font-size: 12px;
  font-weight: normal;
}
.p-ranking-service .branding-subheading:before {
  content: "";
  display: block;
  position: absolute;
  inset: 18px auto 18px 10px;
  width: 4px;
  background: #FF1628;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service .branding-list{
    margin:30px 0 0 0;
  }
  .p-ranking-service .branding-list .branding-list-item{
    padding:30px 24px;
  }
  .p-ranking-service .branding-list .branding-list-item:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .p-ranking-service .branding-list .item-num {
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: -20px;
    top: -20px;
    border: 4px solid #FCF8F7;
    box-sizing: content-box;
  }
  .p-ranking-service .branding-list .item-header .txt-row{
    width: 100%;
  }
  .p-ranking-service .branding-list .item-header .pic-row{
    width: 100%;
    margin-top:20px;
  }
  .p-ranking-service .branding-list .branding-heading{
    margin-bottom:16px;
    text-align: center;
  }
  .p-ranking-service .branding-list .branding-heading .en{
    font-size:12px;
    padding-left: 12px;
  }
  .p-ranking-service .branding-list .branding-heading .en::before{
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }
  .p-ranking-service .branding-list .branding-heading .jp{
    font-size:20px;
    padding-top:4px;
  }
  .p-ranking-service .branding-list .item-header .pic-row-item.pic-chart {
    padding:20px 20px 20px;
  }
  .p-ranking-service .branding-list .item-header .pic-row-item .tx-caption{
    padding-top:10px;
    font-size:10px;
    text-align: right;
  }
  .p-ranking-service .branding-list .branding-subheading{
    font-size: 16px;
    margin-top:40px;
    margin-bottom:16px;
  }
}

.p-ranking-service .branding-result.grid-col-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  align-items: center;
  margin:0;
}
.p-ranking-service .branding-result.grid-col-4 .item{
  border:1px solid #E8E8E8;
  border-radius: 10px;
  display: grid;
  grid-row: span 2;
  gap: 5px;
  grid-template-rows: subgrid;
}
.p-ranking-service .branding-result.grid-col-4 .item .ttl{
  text-align: center;
  border-bottom:solid #E8E8E8 1px;
  padding:16px;
  font-size:20px;
  font-weight: bold;
}
.p-ranking-service .branding-result.grid-col-4 .item .item-body{
  padding:20px;
  text-align: center;
}
.p-ranking-service .branding-result.grid-col-4 .item .num{
  color:#FF1628;
  font-size:48px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.p-ranking-service .branding-result.grid-col-4 .item .num span{
  font-size: 24px;
}
.p-ranking-service .branding-result.grid-col-4 .item .txt{
  font-size: 16px;
  font-weight: bold;
  padding-top:10px;
}
.p-ranking-service .branding-result.grid-col-1{
  margin:0;
}
.p-ranking-service .branding-result.grid-col-1 .item {
  border:1px solid #E8E8E8;
  border-radius: 10px;
  padding:24px 16px;
  display: flex;
}
.p-ranking-service .branding-result.grid-col-1 .item .img{
  width: 310px;
  padding-right:40px;
}
.p-ranking-service .branding-result.grid-col-1 .item .item-body{
  width: calc(100% - 310px);
  position: relative;
  padding-left: 40px;
  padding-top:20px;
}
.p-ranking-service .branding-result.grid-col-1 .item .img-row{
  display: flex;
  align-items: center;
  width: 310px;
  padding-right:40px;
}
.p-ranking-service .branding-result.grid-col-1 .item .branding02-icon{
  overflow: hidden;
  flex-shrink: 0;
  width: 100px;
}
.p-ranking-service .branding-result.grid-col-1 .item .branding02-txt {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 20px;
  line-height: 1.22;
  flex-grow: 1;
}
.p-ranking-service .branding-result.grid-col-1 .item .branding02-txt .num {
  font-size: 42px;
  font-family: "Montserrat", sans-serif;
}



.p-ranking-service .branding-result.grid-col-1 .item .item-body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #ddd;
}
.p-ranking-service .branding-result.grid-col-1 .item .item-body .ttl{
  color:#FF1628;
  font-weight: bold;
  padding-bottom:10px;
}
.p-ranking-service .item-header .pic-row .paragraph-1,
.p-ranking-service .branding-list-item .paragraph-1{
  padding-top:10px;
  font-size:12px;
  text-align: right;
  margin:0;
}
.p-ranking-service .branding-result.grid-col-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 24px;
  row-gap: 20px;
  align-items: center;
  margin:0;
}
.p-ranking-service .branding-result.grid-col-2 .item {
  border:1px solid #E8E8E8;
  border-radius: 10px;
  padding:16px;
  display: flex;
  align-items: center;
  height: 100%;
}
.p-ranking-service .branding-result.grid-col-2 .item .img {
  overflow: hidden;
  flex-shrink: 0;
  width: 100px;
}
.p-ranking-service .branding-result.grid-col-2 .item .txt {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 20px;
  line-height: 1.44;
  flex-grow: 1;
}
.p-ranking-service .branding-result.grid-col-2 .item .txt .num{
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 960px) {
  .p-ranking-service .branding-result.grid-col-4{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }
  .p-ranking-service .branding-result.grid-col-4 .item .ttl{
    padding:12px;
    font-size:14px;
  }
  .p-ranking-service .branding-result.grid-col-4 .item .item-body{
    padding:16px 10px;
  }
  .p-ranking-service .branding-result.grid-col-4 .item .num{
    font-size:26px;
  }
  .p-ranking-service .branding-result.grid-col-4 .item .num span{
    font-size: 15px;
  }
  .p-ranking-service .branding-result.grid-col-4 .item .txt{
    font-size: 12px;
    padding-top:10px;
  }
  .p-ranking-service .branding-result.grid-col-1 .item {
    padding:24px 16px;
    flex-wrap: wrap;
  }
  .p-ranking-service .branding-result.grid-col-1 .item .img{
    width: 70%;
    margin:0 auto;
    padding:0 0 10px 0;
  }
  .p-ranking-service .branding-result.grid-col-1 .item .img-row{
    width: 100%;
    margin:0 auto;
    max-inline-size: max-content;
 margin-inline: auto;
    padding:0 0 10px 0;
    justify-content: center;
  }
  .p-ranking-service .branding-result.grid-col-1 .item .branding02-txt {
    font-size: 14px;
  }
  .p-ranking-service .branding-result.grid-col-1 .item .branding02-txt .num {
    font-size: 26px;
  }

  .p-ranking-service .branding-result.grid-col-1 .item .item-body{
    width: 100%;
    position: relative;
    padding: 20px 0 0;
  }
  .p-ranking-service .branding-result.grid-col-1 .item .item-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-left: none;
    border-bottom: 2px dotted #ddd;
  }
  .p-ranking-service .branding-result.grid-col-1 .item .item-body .ttl{
    font-weight: bold;
  }
  .p-ranking-service .branding-result.grid-col-2{
    grid-template-columns: repeat(1, 1fr);
  }
  .p-ranking-service .branding-result.grid-col-2 .item {
    border:1px solid #E8E8E8;
    border-radius: 10px;
    padding:16px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .p-ranking-service .branding-result.grid-col-2 .item .img {
    overflow: hidden;
    flex-shrink: 0;
    width: 80px;
  }
  .p-ranking-service .branding-result.grid-col-2 .item .txt {
    font-size: 14px;
  }
  .p-ranking-service .branding-result.grid-col-2 .item .txt .num{
    font-size: 24px;
  }
}


/* Grobal
------------------------------ */
.p-ranking-service .global{
  padding:80px 0;
}
.p-ranking-service .global-heading{
  font-size:32px;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom:30px;
  text-align: center;
}
.p-ranking-service .global-list.grid-col-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 20px;
  align-items: center;
  margin:0;
}
.p-ranking-service .global-list li .global-img{
  max-width: 90px;
  margin:0 auto 20px;
}
.p-ranking-service .global-list .global-ttl{
  font-size:18px;
  font-family: "Montserrat", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin-top:20px;
  text-align: center;
  line-height: 1.44;
}
.p-ranking-service .global-list .global-ttl span{
  color: #ff1628;
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service .global{
    padding:50px 0;
  }
  .p-ranking-service .global-heading{
    font-size:20px;
    margin-bottom:20px;
  }
  .p-ranking-service .global-list.grid-col-4{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
  .p-ranking-service .global-list .global-ttl{
    margin-top: 12px;
    font-size:15px;
  }
  .p-ranking-service .global-list .global-ttl span{
    font-size: 24px;
  }
  .p-ranking-service .global-list li .global-img{
    max-width: 60px;
    margin:0 auto 20px;
  }
}


/* Case
------------------------------ */
.p-service .case{
  padding:100px 0;
  text-align: center;
}
.p-service .section-heading{
  font-size:40px;
  font-weight: bold;
  margin-bottom:30px;
  text-align: center;
}
.p-service .case-lead-copy{
  font-size:24px;
  font-weight: bold;
}
.p-service .case-list.grid-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  margin:30px 0 0;
}
.p-service .case-pic{
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
}
.p-service .case-pic img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  transition: transform 0.3s cubic-bezier(0.170, 0.935, 0.305, 1.000);
  transition: transform 0.3s cubic-bezier(0.170, 0.935, 0.305, 1.000), -webkit-transform 0.3s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.p-service .case-list li:hover .case-pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.p-service .case-txt{
  margin-top:24px;
  text-align: left;
}
.p-service .item-company{
  color:#ff1628;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}
.p-service .item-company:before{
  content: '';
  width: 10px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  background-color: #ff1628;
}
.p-service .case-list .item-ttl{
  color:#333;
  font-size: 16px;
  font-weight: bold;
  padding-top:10px;
  line-height: 1.44;
}
.p-service .case-list .item-ttl span{
  background-image: linear-gradient(#111, #111);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.6s cubic-bezier(0.170, 0.935, 0.305, 1.000);
}
.p-service .case-list li:hover .item-ttl span{
  background-position: 0% 100%;
  background-size: 100% 1px;
}
.p-service .item-case-tag{
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  margin-top:16px;
  margin-bottom:0;
}
.p-service .item-case-tag li{
  color:#ff1628;
  border-radius: 26px;
  background-color: #fff;
  border:1px solid #ff1628;
  padding: 3px 6px;
  font-feature-settings: 'palt' 1;
  display: block;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  position: relative;
}
.p-service .item-case-tag li::before {
  content: '#';
  color: #ff1628;
  padding-right: 2px;
}
.p-service .case-list a:focus,
.p-service .case-list a:active,
.p-service .case-list a:hover {
  color: #444;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .p-service .case{
    padding:70px 0;
  }
  .p-service .section-heading{
    font-size:24px;
    line-height: 1.44;
    margin-bottom:20px;
  }
  .p-service .case-lead-copy{
    font-size:18px;
  }
  .p-service .case-list.grid-col-3{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
    margin:20px 0 0;
  }
  .p-service .item-company{
    font-size: 12px;
  }
}


/* Flow
------------------------------ */
.p-ranking-service .flow{
  background-color: #F7F7F7;
  padding:100px 0;
  text-align: center;
}
.p-ranking-service .flow-lead-copy{
  color:#FF1628;
  font-size:20px;
  font-weight: bold;
  margin-bottom:10px;
}
.p-ranking-service .flow-lead-subcopy{
  font-size:16px;
}
.p-ranking-service .flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 80px;
  margin:50px 0 0;
}
.p-ranking-service .flow-list .item {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 24px 30px;
  position: relative;
  margin: 0;
  text-align: center;
}
.p-ranking-service .flow-list .item .item-num {
  background: #FF1628;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  height: 60px;
  left: calc(50% - 30px);
  top: -20px;
  margin-bottom:-20px;
  text-align: center;
  position: relative;
  width: 60px;
  z-index: 1;
}
.p-ranking-service .flow-list .item .item-img{
  max-width: 80px;
  margin:0 auto 16px;
}
.p-ranking-service .flow-list .item-ttl{
  color:#FF1628;
  font-size:20px;
  font-weight: bold;
  margin-bottom:10px;
}
.p-ranking-service .flow-list .item-txt{
  text-align: left;
}
.p-ranking-service .flow .paragraph-1{
  font-size: 12px;
  margin:10px 0 0;
  text-align: right;
}
@media screen and (min-width:961px) {
  .flow-list .item:nth-of-type(n+2)::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(../../ranking_service/img-index/flow-arrow-right.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 960px) {
  .p-ranking-service .flow{
    padding:70px 0;
  }
  .p-ranking-service .flow .flow-lead-copy{
    font-size:18px;
  }
  .p-ranking-service .flow .flow-lead-subcopy{
    text-align: left;
    font-size:14px;
  }
  .p-ranking-service .flow .flow-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .flow-list .item:nth-of-type(n+2)::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background-image: url(../../ranking_service/img-index/flow-arrow-bottom.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .p-ranking-service .flow .paragraph-1{
    text-align: center;
  }
}


/* faq
------------------------------ */
.p-service .faq{
  padding:100px 0;
  text-align: center;
}
.p-service .faq .faq_contents{
  text-align: left;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 8px;
  border:2px solid #E8E8E8;
  transition: .3s;
}
.p-service .faq .faq_contents:not(:first-child){
  margin-top: 20px;
}
.p-service .faq .faq_contents.selected{
  border:2px solid #FFD0D4;
}
.p-service .faq .faq-head {
  position: relative;
  cursor: pointer;
}
.p-service .faq .faq-head .ttl{
  font-size:20px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-left:36px;
}
.p-service .faq .faq-head .ttl:before {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 28px;
  color: #FF1628;
}
.p-service .faq .toggle_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FF1628;
  padding: 10px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.p-service .faq .toggle_icon:before,
.p-service .faq .toggle_icon:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-service .faq .toggle_icon:before {
  width: 2px;
  height: 15px;
}
.p-service .faq .faq_contents.selected .toggle_icon:before {
  content: normal;
}
.p-service .faq .faq_contents dd {
  display: none;
}
.p-service .faq .faq-body {
  background-color: #F7F7F7;
  margin-top: 10px;
  border-radius: 8px;
  padding: 20px ;
}
.p-service .faq .faq-body {
  letter-spacing: 1px;
  line-height: 1.66;
}
.p-service .faq .faq-body p span{
  display: block;
  font-size:12px;
}
.p-service .faq .faq-body a {
  color: #333;
  text-decoration: underline;
}
.p-service .faq .faq-body a:focus,
.p-service .faq .faq-body a:active,
.p-service .faq .faq-body a:hover {
  color: #FF1628;
  text-decoration: none;
}
.p-service .faq .faq-body .paragraph-1{
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 12px;
  color:#666;
}
@media screen and ( max-width:767px) {
  .p-service .faq{
    padding:70px 0;
  }
  .p-service .faq .faq_contents{
    padding: 20px 20px;
  }
  .p-service .faq .faq-head {
    padding: 0 30px 0 0;
  }
  .p-service .faq .faq-head .ttl{
    font-size:16px;
    padding-left:26px;
  }
  .p-service .faq .faq-head .ttl:before {
    top: 0px;
    font-size: 20px;
    color: #e71b31;
  }
  .p-service .faq .faq-body{
    margin-top:10px;
    padding: 20px 20px;
  }
  .p-service .faq .toggle_icon {
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  .p-service .faq .toggle_icon:before,
  .p-service .faq .toggle_icon:after {
    width: 10px;
    height: 2px;
  }
  .p-service .faq .toggle_icon:before {
    width: 2px;
    height: 10px;
  }
}


.p-service .summary{
  position: relative;
  overflow: hidden;
  padding:40px 0;
}
.p-service .summary::before{
  content: "";
  width: calc(100% - 100px);
  height: 100%;
  background-color: #F7F7F7;
  position: absolute;
  border-radius: 20px;
  top: 0;
  left:50px;
  z-index: -1;
}
.summary-heading{
  font-size:24px;
  font-weight: bold;
  margin-bottom:30px;
  text-align: center;
}
.summary-heading strong{
  padding-bottom: 4px;
  background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 3px no-repeat;
}
.summary-heading span{
  font-size:16px;
}
@media only screen and (max-width: 960px) {
  .p-service .summary{
    padding:24px 0;
  }
  .p-service .summary::before{
    width: calc(100% - 40px);
    border-radius: 10px;
    left:20px;
  }
  .summary-heading{
    font-size:18px;
    margin-bottom:20px;
  }
  .summary-heading span{
    font-size:12px;
  }
}


.p-service .contact{
  background-color: #F7F7F7;
  padding:100px 0;
  margin-top:140px;
}
.p-ranking-service .contact .inner,
.p-survey .contact .inner,
.p-ranking-service02 .contact .inner{
  max-width: 1080px;
}


.p-ranking-service .contact .embedded-form-layout,
.p-survey .contact .embedded-form-layout,
.p-ranking-service02 .contact .embedded-form-layout{
  display: block;
}
.p-service .contact-box{
  background-color: #fff;
  border-radius: 10px;
  padding:30px;
}
.p-service .contact-box.contact-row{
  display: grid;
  grid-template-columns: 42.162% 54.054%;
  gap: 2.882%;
}

.p-service .contact-box .contact-ttl{
  font-size:14px;
  font-weight: bold;
  margin-bottom:10px;
  position: relative;
  padding-left:12px;
  padding-bottom:6px;
  border-bottom: solid 1px #d7d7d7;
}
.p-service .contact-box .contact-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #FF1628;
  border-radius: 50%;
}
.p-service .contact-box .txt span{
  color:#FF1628;
}
.p-service .contact-box .mb30{
  margin-bottom:30px !important;
}

.p-service .contact-box .quote {
  background-color: #f7f7f7;
  padding: 20px;
  margin-top:20px !important;
}
.p-service .contact-box .smpForm {
  padding: 0;
  width: 100%;
}
.p-service .embedded-form-layout .smpForm,
.p-service .embedded-form-layout .ss_container {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .p-service .contact{
    padding:70px 0;
    margin-top:90px;
  }
  .p-service .contact-box{
    padding:20px;
  }
  .p-service .contact-box.contact-row{
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.p-service .txt-link {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  margin-top: 6px;
  position: relative;
  display: block;
  padding-left: 16px;
  text-align: left;
}
.p-service .txt-link::before,
.p-service .txt-link::after {
  content: "";
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 6px;
  height: 2px;
  margin-top: -2px;
  background-color: #ff1628;
  transform: rotate(45deg);
}
.p-service .txt-link::after {
  margin-top: 1px;
  transform: rotate(-45deg);
}

.p-service .lyt-dialog-03 {
  max-width: 260px;
}
.p-service .lyt-dialog-03 img{
  border: 2px solid #FF1628;
  overflow: hidden;
  border-radius: 8px;
}
@media only screen and (max-width: 960px) {
  .p-service .lyt-dialog-03 {
    max-width: 220px;
    bottom: 20px;
  }
}


/*
=======================================
= エンゲージメントサーベイ
=======================================
*/

.p-survey .section-hading{
  text-align: center;
  margin-bottom:40px;
}
.p-survey .section-hading .en{
  display: inline-block;
  border-bottom: 1px solid #FF1628;
  color:#FF1628;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}
.p-survey .section-hading .jp {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.44;
  margin-top: 10px;
}
@media only screen and (max-width: 960px) {
  .p-survey .section-hading{
    margin-bottom:24px;
  }
  .p-survey .section-hading .en{
    font-size: 13px;
  }
  .p-survey .section-hading .jp {
    font-size: 24px;
    margin-top: 6px;
  }
}


/* Intro
------------------------------ */
.survy-intro-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 50px;
  align-items: center;
  margin: 100px 0 0;
}
.survy-intro-list .item{
  border:2px solid #E2E2E2;
  border-radius: 10px;
  padding:0 20px 20px;
  display: grid;
  grid-row: span 2;
  gap: 5px;
  grid-template-rows: subgrid;
}
.survy-intro-list .img{
  width: 80px;
  height:auto;
  margin:0 auto -30px;
  position: relative;
  top:-40px;
}
.survy-intro-list .txt{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .survy-intro-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    margin: 80px 0 0;
  }
  .survy-intro-list .item{
    padding:0 12px 20px;
    display: grid;
    grid-row: span 2;
    gap: 5px;
    grid-template-rows: subgrid;
  }
  .survy-intro-list .img{
    width: 60px;
    margin:0 auto -20px;
    top:-30px;
  }
  .survy-intro-list .txt{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
}

/* Feature
------------------------------ */
.p-survey .feature{
  background-color: #F7F7F7;
  padding: 100px 0;
  font-size: 16px;
  line-height: 1.66;
  text-align: center;
  overflow: hidden;
}
.p-survey .feature-heading{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.p-survey .feature-heading strong {
  padding-bottom: 4px;
  background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 4px no-repeat;
}
.p-survey .feature-heading span{
  font-size: 24px;
}
.p-survey .feature-list{
  margin:0;
}
.p-survey .feature-list .list-item:nth-of-type(n+2) {
  margin-top: 100px;
}
.p-survey .feature-list .list-item:nth-of-type(2) .item-header{
  flex-direction: row-reverse;
}
.p-survey .feature-list .item-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-survey .feature-list .item-header .txt-row {
  width: 50%;
  text-align: left;
}
.p-survey .feature-list .item-header .pic-row {
  width: 44.6%;
  padding-top:50px;
}
.p-survey .feature-list li:last-child .item-header .pic-row {
  width: 40%;
}
.p-survey .feature-list .item-header .pic-row img{
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, .16) 0px 1px 6px;
}
.p-survey .feature-list li:last-child .item-header .pic-row img{
  border-radius: 0;
  box-shadow: none;
}
.p-survey .feature-list-num{
  color: #ff1628;
  font-family: "Montserrat", sans-serif;
  font-size:60px;
  font-weight: 700;
  line-height: 1;
  padding-bottom:6px;
}
.p-survey .feature-list-heading{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom:24px;
}
@media only screen and (max-width: 960px) {
  .p-survey .feature{
    padding: 70px 0;
    font-size: 14px;
  }
  .p-survey .feature-heading{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .p-survey .feature-heading strong {
    background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 2px no-repeat;
  }
  .p-survey .feature-heading span{
    font-size: 16px;
  }
  .p-survey .feature-list .list-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .p-survey .feature-list .item-header .txt-row {
    width: 100%;
    text-align: left;
  }
  .p-survey .feature-list .item-header .pic-row {
    width: 100%;
    padding-top:24px;
  }
  .p-survey .feature-list li:last-child .item-header .pic-row {
    width: 100%;
  }
  .p-survey .feature-list-num{
    font-size:40px;
    padding-bottom:6px;
  }
  .p-survey .feature-list-heading{
    font-size: 20px;
    margin-bottom:16px;
  }
}
.p-survey .item-content01{
  background-color: #fff;
  padding:40px 60px;
  border-radius: 10px;
  margin-top:40px;
}
.p-survey .item-content01 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0;
}
.p-survey .item-content01 ul li {
  width: 30%;
  margin: 0 3.3% 0 0;
  position: relative;
  border:1px solid #E8E8E8;
  border-radius: 6px;
  padding:20px;
  text-align: center;
}
.p-survey .item-content01 ul li:nth-child(3n) {
  margin: 0 0 0 0;
}
.p-survey .item-content01 ul .ttl{
  color: #ff1628;
  font-size:20px;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom:16px;
}
.p-survey .item-content01 ul .ttl span{
  background-color: #fff;
  border: 1px solid #ff1628;
  color: #ff1628;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.22;
  padding: 10px 14px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 40px;
}
@media screen and (min-width: 961px) {
  .p-survey .item-content01 ul li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: -40px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-image: url(../../survey/img-index/feature01-icon-plus.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .p-survey .item-content01 ul li:nth-of-type(3)::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: -40px;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-image: url(../../survey/img-index/feature01-icon-equal.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 960px) {
  .p-survey .item-content01{
    padding:30px 20px;
    margin-top:30px;
  }
  .p-survey .item-content01 ul li {
    width: 100%;
    margin: 0 0 40px 0 ;
    padding:20px;
  }
  .p-survey .item-content01 ul .ttl{
    font-size:18px;
    margin-bottom:12px;
  }
  .p-survey .item-content01 ul .ttl span{
    font-size: 12px;
    padding: 6px 8px;
    margin-bottom: 6px;
    border-radius: 40px;
  }
  .p-survey .item-content01 ul li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: calc(50% - 10px);
    top: -30px;
    width: 20px;
    height: 20px;
    background-image: url(../../survey/img-index/feature01-icon-plus.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .p-survey .item-content01 ul li:nth-of-type(3)::before {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    left: calc(50% - 10px);
    top: -30px;
    width: 20px;
    height: 20px;
    background-image: url(../../survey/img-index/feature01-icon-equal_sp.svg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}


.p-survey .item-content02-top{
  background-color: #fff;
  padding:40px 60px;
  border-radius: 10px 10px 0 0;
  margin-top:40px;
}
.p-survey .item-content02-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 40px;
  align-items: center;
  margin:0;
}
.p-survey .item-content02-list img{
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E8E8E8;
}

.p-survey .item-content02-list .ttl{
  color: #ff1628;
  font-size:20px;
  font-weight: bold;
  line-height: 1.44;
  margin-top:16px;
  text-align: center;
}
.p-survey .item-content02-bottom{
  background-color: #FFE6E8;
  padding:40px 60px;
  border-radius:0 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  text-align: left;
  position: relative;
}
.p-survey .item-content02-bottom::before{
  content: '';
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../../survey/img-index/feature02-more-icon.svg);
  background-size: contain;
  vertical-align: middle;
  left:-20px;
  top:-20px;
  position: absolute;
}
.p-survey .item-content02-bottom .pic-row{
  width: 34%;
}
.p-survey .item-content02-bottom .pic-row img{
  border-radius: 10px;
  overflow: hidden;
}
.p-survey .item-content02-bottom .txt-row{
  width: 55%;
}
.p-survey .item-content02-bottom .txt-row .ttl{
  color: #ff1628;
  font-size:20px;
  font-weight: bold;
  margin-bottom:20px;
}
.p-survey .item-content02-bottom .txt-row .disc-list{
  margin-top:10px;
  margin-bottom:0;
}
.p-survey .item-content02-bottom .txt-row .disc-list li {
  font-size:14px;
  padding-left: 1em;
  line-height: 1.6;
  position: relative;
}
.p-survey .item-content02-bottom .txt-row .disc-list li:nth-child(n+2){
  margin-top:.6rem;
}
.p-survey .item-content02-bottom .txt-row  .disc-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff1628;
  position: absolute;
  left: 0;
  top: 9px;
}
.p-survey .item-content02-bottom .txt-row .disc-list li span{
  font-size:12px;
}
.p-survey .feature-list  .scroll-infinity{
  margin-top:50px;
}
@media only screen and (max-width: 960px) {
  .p-survey .item-content02-top{
    padding:30px 20px;
    margin-top:30px;
  }
  .p-survey .item-content02-list{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .p-survey .item-content02-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-survey .item-content02-list img{
    border-radius: 5px;
    width: 30%;
    flex-shrink: 0;
  }
  .p-survey .item-content02-list .ttl{
    padding-left:16px;
    flex-grow: 1;
    font-size:14px;
    margin-top:0;
    text-align: left;
  }
  .p-survey .item-content02-bottom{
    padding:30px 20px;
  }
  .p-survey .item-content02-bottom::before{
    width: 50px;
    height: 50px;
    left:-20px;
    top:-20px;
  }
  .p-survey .item-content02-bottom .pic-row{
    width: 100%;
    margin-bottom:24px;
  }
  .p-survey .item-content02-bottom .txt-row{
    width: 100%;
  }
  .p-survey .item-content02-bottom .txt-row .ttl{
    font-size:18px;
    margin-bottom:12px;
  }
  .p-survey .item-content02-bottom .txt-row .disc-list{
    margin-top:10px;
  }
  .p-survey .item-content02-bottom .txt-row .disc-list li {
    font-size:12px;
    padding-left: 1em;
    line-height: 1.6;
    position: relative;
  }
  .p-survey .item-content02-bottom .txt-row .disc-list li:nth-child(n+2){
    margin-top:.6rem;
  }
  .p-survey .item-content02-bottom .txt-row  .disc-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff1628;
    position: absolute;
    left: 0;
    top: 9px;
  }
  .p-survey .item-content02-bottom .txt-row .disc-list li span{
    font-size:11px;
  }
  .p-survey .feature-list .scroll-infinity{
    margin-top:30px;
  }
}


/* Strength
------------------------------ */
.p-survey .strength{
  background-image: url(../../survey/img-index/bg-strangth.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding:100px 20px;
}
.p-survey .strength-box{
  background-color: #fff;
  border-radius: 10px;
  max-width: 960px;
  margin:0 auto;
  padding:60px 90px;
}
.p-survey .strength .lead-copy{
  font-size:18px;
  text-align: center;
}
.p-survey .strength .strength-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  align-items: center;
  margin:40px 0;
}
.p-survey .strength .strength-list img{
  width: 100%;
}
.p-survey .strength .catch{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-survey .strength .catch strong{
  font-size: 24px;
  padding-bottom: 4px;
  background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 3px no-repeat;
}
@media only screen and (max-width: 960px) {
  .p-survey .strength{
    background-image: url(../../survey/img-index/bg-strangth.jpg);
    padding:50px 20px;
  }
  .p-survey .strength-box{
    padding:30px 20px;
  }
  .p-survey .strength .lead-copy{
    font-size:14px;
    text-align: center;
  }
  .p-survey .strength .strength-list{
    grid-template-columns: repeat(1, 1fr);
    margin:20px 0;
  }
  .p-survey .strength .catch{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .p-survey .strength .catch strong{
    font-size: 20px;
    padding-bottom: 4px;
    background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 3px no-repeat;
  }
}

/* Movie
------------------------------ */
.p-survey .movie{
  position: relative;
  font-size: 16px;
}
.p-survey .movie::after {
  border-radius: 0 30px 30px 0;
  content: "";
  display: block;
  width: calc(100% - (50% - (900px / 2)));
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #F7F7F7;
  z-index: -1;
}
.p-survey .movie .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding:80px 20px
}
.p-survey .movie .inner .txt-row,
.p-survey .movie .inner .pic-row{
  width: 44%;
}
.p-survey .movie .inner .pic-row img{
  border: 3px solid #FF1628;
  overflow: hidden;
  border-radius: 10px;
}
.p-survey .movie .section-hading {
  text-align: left;
  margin-bottom:30px;
}
.p-survey .movie .section-hading .jp{
  line-height: 1.2;
  margin-top: 0;
}
.p-survey .movie .section-hading .jp span{
  font-size: 24px;
}
.p-survey .movie .cta-btn {
  background-color: #fff;
  border:2px solid #FF1627;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  color: #FF1628 ;
  display: flex;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: .3s;
  margin-top:30px;
  text-decoration: none;
  width: 360px;
}
.p-survey .movie .cta-btn::before {
  background: url(../../survey/img-index/btn-arrow-w.svg);
  background-size: 12px 12px;
  content: '';
  height: 12px;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  vertical-align: middle;
  width: 12px;
}
.p-survey .movie .cta-btn:hover  {
  transform: translateY(3px);
  box-shadow: none;
}
.p-survey .movie .cta-btn .btn-contact__txt{
  position: relative;
  font-size: 15px;
  font-weight:bold;
  margin:0;
  padding-left:60px;
  padding-right:10px;
  text-decoration: none;
}
.p-survey .movie .cta-btn .btn-contact__txt:before {
  content: "簡単1分";
  background-color: #FF1628;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 3px 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-survey .movie .cta-btn .detail-link-btn__arrow{
  background-color: #FF1628;
}
@media only screen and (max-width: 960px) {
  .p-survey .movie{
    font-size: 14px;
  }
  .p-survey .movie::after {
    border-radius: 0;
    width: 100%;
  }
  .p-survey .movie .inner{
    padding:40px 20px
  }
  .p-survey .movie .inner .txt-row,
  .p-survey .movie .inner .pic-row{
    width: 100%;
  }
  .p-survey .movie .inner .pic-row{
    width: 80%;
    margin:0 auto;
  }
  .p-survey .movie .inner .txt-row{
    margin-bottom:40px;
  }
  .p-survey .movie .section-hading {
    text-align: left;
    margin-bottom:20px;
  }
  .p-survey .movie .section-hading .jp{
    line-height: 1.2;
    margin-top: 0;
  }
  .p-survey .movie .section-hading .jp span{
    font-size:18px;
  }
  .p-survey .movie .cta-btn{
    height: 66px;
    width: 100%;
  }
  .p-survey .movie .cta-btn .btn-contact__txt {
    padding-left: 54px;
    }
  .p-survey .movie .cta-btn .btn-contact__txt:before {
    font-size: 10px;
  }
}



/* Comparison
------------------------------ */
.p-survey .comparison{
  padding:100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .p-survey .comparison{
    padding:70px 0;
  }
}
.p-survey .comparison .survey-scrollable-text {
  margin: 12px 0 0;
  font-size: 14px;
  text-align: center;
}
.p-survey .comparison .survey-scrollable-text > span {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.p-survey .comparison .survey-scrollable-text > span::before {
  content: "";
  position: absolute;
  left: -4px;
  width: 22px;
  height: 23px;
  background-image: url(../../survey/img-index/scroll-icon.svg);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 961px) {
  .p-survey .comparison .survey-scrollable-text {
    display: none;
  }
}
.p-survey .comparison .survey-table {
  width: 100%;
  padding: 0 0 10px;
}
.p-survey .comparison .survey-table img{
  width: 36px;
  height: auto;
}
.p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(1) {
  min-width: 257px;
}
.p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(2) {
  min-width: 357px;
}
.p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(3) {
  min-width: 307px;
}
.p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(4) {
  min-width: 307px;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] {
  display: flex;
  justify-content: start;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > div[role=rowheader] {
  padding: 28px 20px;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > div[role=rowheader]._unique-rowheader {
  padding-top: 25px;
  padding-bottom: 20px;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > div[role=rowheader]._unique-rowheader-02 {
  padding-bottom: 44px;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > div[role=rowheader]._unique-rowheader-03 {
  padding-bottom: 24px;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell {
  margin: 0 4px 4px 0;
  padding: 16px;
  width: 25%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background-color: #F8F8F8;
  line-height: 1.5;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell:last-child {
  margin-right: 0;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell > span {
  display: block;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.p-survey .comparison .survey-table .tx-caption{
  font-size: 12px;
}
@media only screen and (max-width: 736px) {
  .p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell > span {
    margin-top: 6px;
  }
  .p-survey .comparison .survey-table .tx-caption{
    font-size: 10px;
  }
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell {
  display: flex;
  position: relative;
  padding: 0 4px 0;
  background-color: #FF1628;
}
@media only screen and (max-width: 736px) {
  .p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell {
    padding: 0 4px 0;
  }
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px 20px;
  border-radius: 4px;
  background-color: #fff;
}
@media only screen and (max-width: 736px) {
  .p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
  }
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner > p {
  margin-bottom: 8px;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner > span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner._unique-cell-inner {
    padding-bottom: 20px;
  }
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #FF1628;
  width: 100%;
  height: 8px;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell._unique-cell-last::after {
  bottom: -4px;
  height: 4px;
  border-radius: 0 0 10px 10px;
}
@media only screen and (max-width: 960px) {
  .p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell._unique-cell-last::after {
    bottom: -4px;
  }
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell-03 {
  padding-bottom: 10px;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell > p {
  margin: 0 0 8px;
}
.p-survey .comparison .survey-table > .rowgroup._unique div[role=row] > div[role=rowheader] {
  padding-top: 20px;
}
.p-survey .comparison .survey-table > .rowgroup._unique div[role=row] > .cell {
  justify-content: center;
}
.p-survey .comparison .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell {
  margin-bottom: 0;
  background-color: #fff;
  padding: 0;
}
.p-survey .comparison .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell:first-child {
  padding: 12px 24px;
}
.p-survey .comparison .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell._unique-cell {
  background-color: #FF1628;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.p-survey .comparison .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell._unique-cell::after {
  content: none;
}
.p-survey .comparison .survey-table > .rowgroup._rowgroup-th > div[role=row] .cell._unique-cell .cell-inner {
  padding: 12px;
  background-color: #FF1628;
  border-radius: 10px;
}
.p-survey .comparison .survey-table > .rowgroup._rowgroup-th > div[role=row] [role=columnheader]:not(._unique-cell) {
  padding: 12px;
}
@media only screen and (max-width: 736px) {
  .p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(1) {
    min-width: 162px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(2) {
    min-width: 231px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(3) {
    min-width: 182px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell:nth-child(4) {
    min-width: 182px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > div[role=columnheader] {
    font-size: 18px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > .cell {
    font-size: 16px;
  }
  .p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell > span {
    font-size: 12px;
    text-align: left;
}
.p-survey .comparison .survey-table > .rowgroup div[role=row] > .cell._unique-cell > .cell-inner > span {
  font-size: 12px;
  text-align: left;
}
  .p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > div[role=rowheader] {
    padding: 20px 16px 16px;
  }
  /* .p-survey .comparison .survey-table > div[role=rowgroup] div[role=row] > div[role=rowheader] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup]:nth-child(2) div[role=row] > div[role=rowheader] {
    padding-top: 16px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup]:nth-child(3) div[role=row] > div[role=rowheader] {
    padding-top: 16px;
    padding-bottom: 18px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup]:nth-child(4) div[role=row] > div[role=rowheader] {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup]:nth-child(5) div[role=row] > div[role=rowheader] {
    padding-top: 16px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup]:nth-child(6) div[role=row] > div[role=rowheader] {
    padding-top: 16px;
  }
  .p-survey .comparison .survey-table > div[role=rowgroup]:nth-child(7) div[role=row] > div[role=rowheader] {
    padding-top: 16px;
  } */
  .p-survey .comparison .survey-table img{
    width: 28px;
    height: auto;
  }
}
@media only screen and (max-width: 960px) {
  .p-survey .comparison .survey-table {
    margin-top: 20px;
  }
}



/* Flow
------------------------------ */
.p-survey .flow{
  background-color: #F7F7F7;
  padding: 100px 0;
  font-size: 16px;
  line-height: 1.66;
  text-align: center;
}
.p-survey .flow .flow-img{
  margin:40px auto 50px;
  max-width: 360px;
}
.p-survey .flow-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 80px;
  margin:0
}
.p-survey .flow-list .item{
  background-color: #fff;
  border-radius: 10px;
  padding:24px;
  text-align: center;
}
.p-survey .flow-list .item .item-num{
  background: #FDAE48;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 42px;
  height: 42px;
  text-align: center;
  width: 42px;
}
.p-survey .flow-list .item .item-ttl{
  color:#FDAE48;
  font-size: 22px;
  font-weight: bold;
  margin:10px 0 16px
}
.p-survey .flow-list .item .item-txt{
  font-size: 14px;
  text-align: left;
}
.p-survey .flow-list .item:nth-child(2) .item-num{
  background: #49A5D9;
}
.p-survey .flow-list .item:nth-child(3) .item-num{
  background: #F07D5E;
}
.p-survey .flow-list .item:nth-child(4) .item-num{
  background: #9EC150;
}
.p-survey .flow-list .item:nth-child(2) .item-ttl{
  color:#49A5D9;
}
.p-survey .flow-list .item:nth-child(3) .item-ttl{
  color:#F07D5E;
}
.p-survey .flow-list .item:nth-child(4) .item-ttl{
  color:#9EC150;
}
@media only screen and (max-width: 960px) {
  .p-survey .flow{
    padding: 70px 0;
    font-size: 14px;
  }
  .p-survey .flow .flow-img{
    margin:30px auto 40px;
    max-width: 260px;
  }
  .p-survey .flow-list{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .p-survey .flow-list .item{
    padding:16px;
  }
  .p-survey .flow-list .item .item-ttl{
    font-size: 18px;
    margin:10px 0 10px
  }
}



/*
=======================================
= ランキング
=======================================
*/
.p-ranking-service02 .section-hading{
  text-align: center;
  margin-bottom:40px;
  position: relative;
}
.p-ranking-service02 .section-hading .en{
  display: inline-block;
  border-bottom: 1px solid #FF1628;
  color:#FF1628;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}
.p-ranking-service02 .section-hading .jp {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.44;
  margin-top: 10px;
}
.p-ranking-service02 .section-hading::before {
  content: attr(data-en);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 22, 40, .06);
  font-size: 140px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  line-height: 1.44;
  letter-spacing: -.04em;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .section-hading{
    margin-bottom:24px;
  }
  .p-ranking-service02 .section-hading .en{
    font-size: 13px;
  }
  .p-ranking-service02 .section-hading .jp {
    font-size: 20px;
    margin-top: 6px;
  }
  .p-ranking-service02 .section-hading::before {
    font-size: 90px;
    top: -30px;
  }
}



.p-ranking-service02 .offer-block.offer-skew {
  background: linear-gradient(-65deg, #FF1628 0%, #FF1628 44%, #E51524 44%, #E51524 100%);
  padding: 30px 0;
}
.p-ranking-service02 .offer-block.offer-skew .cta-btn {
  height: 80px;
}
.p-ranking-service02 .offerblocks .inner{
  display: block;
  max-width: 1140px;
}
.p-ranking-service02 .offerblocks .offer-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 30px;
  align-items: center;
  margin:0;
}
.p-ranking-service02 .offerblocks .cta-btn {
  height: 110px;
}
.p-ranking-service02 .btn-mailmagazine{
  background-color: #fff;
  border: 4px solid #111;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
}
.p-ranking-service02 .btn-mailmagazine .btn-contact__txt {
  padding:0
}
.p-ranking-service02 .btn-mailmagazine .btn-contact__txt:before {
  content: none;
}
.p-ranking-service02 .offerblocks .offer-list .offer-ttl{
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.p-ranking-service02 .offerblocks .offer-list .offer-ttl::before,
.p-ranking-service02 .offerblocks .offer-list .offer-ttl::after {
  content: '';
  width: 2px;
  height: 22px;
  background-color: #fff;
}
.p-ranking-service02 .offerblocks .offer-list .offer-ttl::before {
  margin-right: 18px;
  transform: rotate(-35deg);
}
.p-ranking-service02 .offerblocks .offer-list .offer-ttl::after {
  margin-left: 18px;
  transform: rotate(35deg);
}
.p-ranking-service02 .offerblocks .offer-list a{
  margin-top:12px;
}


@media only screen and (max-width: 960px) {
  .p-ranking-service02 .offerblocks .offer-list{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
  }
  .p-ranking-service02 .offerblocks .cta-btn {
    height: 70px;
  }
  .p-ranking-service02 .btn-mailmagazine{
    border: 2px solid #111;
  }
  .p-ranking-service02 .offerblocks .offer-list .offer-ttl{
    font-size: 13px;
  }
  .p-ranking-service02 .offerblocks .offer-list .offer-ttl::before,
  .p-ranking-service02 .offerblocks .offer-list .offer-ttl::after {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #fff;
  }
  .p-ranking-service02 .offerblocks .offer-list .offer-ttl::before {
    margin-right: 12px;
  }
  .p-ranking-service02 .offerblocks .offer-list .offer-ttl::after {
    margin-left: 11px;
  }
}



.p-ranking-service02 .intro {
  background-color: #fff !important;
}




/* About
------------------------------ */
.p-ranking-service02 .about{
  padding:0;
}
.p-ranking-service02 .about-heading{
  font-size:40px;
  font-weight: bold;
  text-align: center;
  margin-bottom:60px;
}
.p-ranking-service02 .about-heading strong {
  padding-bottom:8px;
  background: linear-gradient(#FF1628, #FF1628) 0 100% / 100% 6px no-repeat;
}
.p-ranking-service02 .about-box{
  background-color: #fff;
  border:4px solid #FFE3E5;
  border-radius: 10px;
  padding:50px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-ranking-service02 .about-box .txt-row {
  width: 50%;
}
.p-ranking-service02 .about-box .pic-row{
  width: 41.9%;
}
.p-ranking-service02 .about-box .txt-row .about-subbheading{
  font-size:32px;
  font-weight: bold;
  margin-bottom:30px;
}
.p-ranking-service02 .about-box .txt-row p{
  font-size:16px;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .about-heading{
    font-size:22px;
    margin-bottom:20px;
  }
  .p-ranking-service02 .about-box{
    border:2px solid #FFE3E5;
    padding:20px;
  }
  .p-ranking-service02 .about-box .txt-row {
    width: 100%;
  }
  .p-ranking-service02 .about-box .pic-row{
    width: 80%;
    margin:20px auto 0;
  }
  .p-ranking-service02 .about-box .txt-row .about-subbheading{
    font-size:20px;
    margin-bottom:20px;
    text-align: center;
  }
  .p-ranking-service02 .about-box .txt-row p{
    font-size:14px;
  }
}


.p-ranking-service02 .intro .intro-heading {
  margin-bottom: 30px;
}
.p-ranking-service02 .scroll-infinity__list.ranking-corp {
  padding-top: 10px;
}
.p-ranking-service02 .scroll-infinity__list.ranking-corp .item {
  width: 400px;
  padding:0 25px;
  position: relative;
}
.p-ranking-service02 .scroll-infinity__list .item .slide-img{
  border-radius: 10px;
  overflow: hidden;
}
.p-ranking-service02 .scroll-infinity__list .item .slide-logo{
  width: 80px;
  margin:0 auto -15px;
  position: relative;
  top:-25px;
}
.p-ranking-service02 .scroll-infinity__list .item .slide-name{
  font-size:18px;
  font-weight: bold;
}
.p-ranking-service02 .scroll-infinity__list .item .slide-num{
  position: absolute;
  top:-10px;
  left:0px;
  width: 60px;
  height:60px;
  line-height: 60px;
  font-size:12px;
  font-weight: bold;
  text-align: center;
  background-color: #FFACAC;
  border:2px solid #fff;
  border-radius: 50%;
  color:#fff;
}
.p-ranking-service02 .scroll-infinity__list .slide-num.num1{
  background: #B4A25A;
}
.p-ranking-service02 .scroll-infinity__list .slide-num.num2{
  background: #A3A3A3;
}
.p-ranking-service03 .scroll-infinity__list .slide-num.num3{
  background: #AA6C46;
}
.slide-num span{
  font-size:16px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .scroll-infinity__list.ranking-corp .item {
    width: 280px;
    padding:0 20px;
  }
  .p-ranking-service02 .scroll-infinity__list .item .slide-name{
    font-size:14px;
    font-weight: bold;
  }
}


/* Merit
------------------------------ */
.p-ranking-service02 .merit{
  background-color: #F7F7F7;
  padding: 200px 0 100px;
  position: relative;
  top: -100px;
  font-size: 16px;
  margin-bottom: -100px;
}
.p-ranking-service02 .merit-list{
  margin:0;
}
.p-ranking-service02 .merit-list .merit-list-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 30px 5px rgba(0, 0, 0, .04);
  position: relative;
  padding: 60px;
}
.p-ranking-service02 .merit-list .merit-list-item:nth-of-type(n+2) {
  margin-top: 60px;
}
.p-ranking-service02 .merit-list .item-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-ranking-service02 .merit-list .item-header .txt-row {
  width: 50%;
}
.p-ranking-service02 .merit-list .item-header .pic-row {
  width: 44.6%;
}
.p-ranking-service02 .merit-list .merit-list-num {
  color: #ff1628;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 6px;
}
.p-ranking-service02 .merit-list .merit-list-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
.p-ranking-service02 .merit-list .item-header .pic-row img {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .merit{
    background-color: #F7F7F7;
    padding: 140px 0 80px;
    position: relative;
    top: -60px;
    font-size: 14px;
    margin-bottom: -60px;
  }
  .p-ranking-service02 .merit-list .merit-list-item {
    padding: 30px 24px;
  }
  .p-ranking-service02 .merit-list .item-header .txt-row {
    width: 100%;
  }
  .p-ranking-service02 .merit-list .item-header .pic-row {
    width: 100%;
    margin-top: 20px;
  }
  .p-ranking-service02 .merit-list .merit-list-num {
    font-size: 40px;
    padding-bottom: 6px;
  }
  .p-ranking-service02 .merit-list .merit-list-heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.p-ranking-service02 .merit-list-subheading{
  border-radius: 8px;
  background-color: #F5F5F5;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-top:60px;
  margin-bottom: 20px;
  padding: 14px 20px 14px 24px;
  position: relative;
}
.p-ranking-service02 .merit-list-subheading:before {
  content: "";
  display: block;
  position: absolute;
  inset: 18px auto 18px 10px;
  width: 4px;
  background: #FF1628;
}
.p-ranking-service02 .merit-result-list.grid-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 20px;
  align-items: center;
  margin: 0;
}
.p-ranking-service02 .merit-result-list.grid-col-3 .item {
  border: 2px solid #E8E8E8;
  border-radius: 10px;
  display: grid;
  grid-row: span 2;
  gap: 5px;
  grid-template-rows: subgrid;
  padding: 16px;
  text-align: center;
}
.p-ranking-service02 .merit-result-list.grid-col-3 .item .icon{
  width: 60px;
  height:auto;
  margin:0 auto 16px;
}
.p-ranking-service02 .merit-result-list.grid-col-3 .item .txt{
  font-weight: bold;
  line-height: 1.2;
}
.p-ranking-service02 .merit-result-list.grid-col-3 .item .txt span{
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 700;
}
.p-ranking-service02 .merit-point{
  background-color: #FFF5F6;
  border-radius: 10px;
  padding:20px 80px;
  margin-top:40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
  row-gap: 20px;
  align-items: center;
}
.p-ranking-service02 .merit-point .heading{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.66;
}
.p-ranking-service02 .merit-point .heading .sub-heading{
  background-color: #ff1628;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  padding: 8px 20px 6px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 40px;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .merit-list-subheading{
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .p-ranking-service02 .merit-result-list.grid-col-3{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
  .p-ranking-service02 .merit-result-list.grid-col-3 .item .txt span{
    font-size: 30px;
  }
  .p-ranking-service02 .merit-point{
    padding:20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-ranking-service02 .merit-point .heading{
    font-size: 18px;
  }
  .p-ranking-service02 .merit-point .heading .sub-heading{
    font-size: 12px;
    padding: 8px 14px 6px;
  }
}


.p-ranking-service02 .merit-media-list.grid-col-8{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 10px;
  row-gap: 10px;
  align-items: center;
  margin:0;
}
.p-ranking-service02 .merit-media-list.grid-col-8 li{
  border:1px solid #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
}
.p-ranking-service02 .merit-public-list.grid-col-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 20px;
  align-items: center;
  margin:0;
}
.p-ranking-service02 .merit-public-list.grid-col-3 img{
  border-radius: 10px;
  overflow: hidden;
}
.p-ranking-service02 .merit-public-list.grid-col-3 .ttl{
  color: #ff1628;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  margin:16px 0 10px;
}
.p-ranking-service02 .merit-public-list.grid-col-3 .ttl:before {
  content: '';
  width: 10px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  background-color: #ff1628;
}
.p-ranking-service02 .merit-public-list.grid-col-3 .txt{
  font-size:14px;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .merit-media-list.grid-col-8{
    grid-template-columns: repeat(4, 1fr);
  }
  .p-ranking-service02 .merit-public-list.grid-col-3{
    grid-template-columns: repeat(1, 1fr);
  }
  .p-ranking-service02 .merit-public-list.grid-col-3 .item{
    display: flex;
    align-items: start;
  }
  .p-ranking-service02 .merit-public-list.grid-col-3 img{
    width: 30%;
    flex-shrink: 0;
  }
  .p-ranking-service02 .merit-public-list.grid-col-3 .txt-row {
    padding-left: 16px;
    flex-grow: 1;
    text-align: left;
  }
  .p-ranking-service02 .merit-public-list.grid-col-3 .ttl{
    font-size: 14px;
    margin:0 0 4px;
  }
  .p-ranking-service02 .merit-public-list.grid-col-3 .txt{
    font-size:12px;
  }
}

.p-ranking-service02 .merit-ranking-arrow{
  position: relative;
  padding-top:80px;
  text-align: center;
  margin-top:40px;
}
.p-ranking-service02 .merit-ranking-arrow::before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 282px;
  height: 63px;
  background-image: url(../../ranking_service2/img-index/merit-ranking-arrow.svg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.p-ranking-service02 .merit-ranking-arrow .heading{
  color: #ff1628;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.66;
  margin-bottom:20px;
}
.p-ranking-service02 .merit-ranking-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 20px;
  align-items: center;
  margin:0;
}
.p-ranking-service02 .merit-ranking-list .item{
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.p-ranking-service02 .merit-ranking-list .item .pic-row {
  overflow: hidden;
  flex-shrink: 0;
  width: 160px;
  aspect-ratio: 3 / 2;
}
.p-ranking-service02 .merit-ranking-list .item .pic-row img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-ranking-service02 .merit-ranking-list .item .txt-row {
  font-size: 14px;
  padding: 0 0 0 24px;
  line-height: 1.44;
  flex-grow: 1;
  text-align: left;
}
.p-ranking-service02 .merit-ranking-list .item .txt-row strong{
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .merit-ranking-arrow{
    position: relative;
    padding-top:40px;
    text-align: center;
    margin-top:40px;
  }
  .p-ranking-service02 .merit-ranking-arrow::before {
    width: 180px;
    height: 40px;
  }
  .p-ranking-service02 .merit-ranking-arrow .heading{
    font-size: 18px;
    margin-bottom:10px;
  }
  .p-ranking-service02 .merit-ranking-list{
    grid-template-columns: repeat(1, 1fr);
  }
  .p-ranking-service02 .merit-ranking-list .item .pic-row {
    overflow: hidden;
    flex-shrink: 0;
    width: 140px;
  }
  .p-ranking-service02 .merit-ranking-list .item .txt-row {
    font-size: 12px;
    padding: 0 0 0 24px;
    line-height: 1.44;
    flex-grow: 1;
    text-align: left;
  }
  .p-ranking-service02 .merit-ranking-list .item .txt-row strong{
    font-size: 14px;
    font-weight: bold;
  }
}


/* Case
------------------------------ */
.p-ranking-service02 .case .case-heading{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .case .case-heading{
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.p-ranking-service02 .ranking-company-slide{
  overflow: hidden;
  margin-bottom:80px;
}
.p-ranking-service02 .ranking-company-slide .item {
  width: 400px;
  padding:0 10px;
  position: relative;
}
.p-ranking-service02 .ranking-company-slide .item {
  border-radius: 10px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.p-ranking-service02 .ranking-company-slide .item img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .ranking-company-slide .item {
    width: 320px;
    padding:0 10px;
  }
}


/* Summary
------------------------------ */
.p-ranking-service02 .ranking-summary{
  overflow: hidden;
}
.p-ranking-service02 .ranking-summary .heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  font-feature-settings: 'palt' 1;
}
.p-ranking-service02 .ranking-summary .heading .num {
  color: #FF1628;
  font-size: 30px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
.p-ranking-service02 .summary-slide .item {
  width: 200px;
  padding:0 10px;
  position: relative;
}
.p-ranking-service02 .summary-slide .item img{
  border-radius: 4px;
  overflow: hidden;
  border:1px solid #E8E8E8;
}

.p-ranking-service02 .summary-slide.slide-bottom{
  margin-top:16px;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
    to {
    transform: translateX(0%);
  }
  }
  .scroll-infinity__list--right{
    animation :infinity-scroll-right 60s infinite linear 0.5s both;
  }
@media only screen and (max-width: 960px) {
  .p-ranking-service02 .ranking-summary .heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-ranking-service02 .ranking-summary .heading .num {
    font-size: 22px;
  }
  .p-ranking-service02 .summary-slide .item {
    width: 140px;
    padding:0 5px;
    position: relative;
  }
}



.page-bottom-attension{
  padding:80px 0 40px;
}
.page-bottom-attension .inner {
  max-width: 1080px;
}
.page-bottom-attension .paragraph-1 {
  font-size: 12px;
  text-align: left;
}
.page-bottom-attension .paragraph-1 li{
  color:#666;
}
@media only screen and (max-width: 960px) {
  .page-bottom-attension{
    padding:40px 0 20px;
  }
}
