@charset "utf-8";

@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300&family=Noto+Sans+JP:wght@400;500;600&display=swap');


/*全体*/
.hps-lp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.hps-lp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic UI", sans-serif;
  line-height: 1.4;
  color: #333;
}

.hps-lp img {
  vertical-align: middle;
  max-width: 100%;
}

.hps-lp a, .hps-lp label {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hps-lp a:hover {
  opacity: 0.85;
}

.hps-lp-h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
}

.hps-pc-br {
  display: none;
}

@media screen and (max-width: 1050px) {
  .hps-lp h2 {
    font-size: 24px;
  }
  
  .hps-sp-br {
    display: none;
  }
  
  .hps-pc-br {
    display: inline;
  }
}

/*fv*/
.hps-black-bg-text {
  text-align: center;
  padding: 13px 20px;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #F8F8F8;
  background-color: #454545;
}

.hps-black-bg-text span {
  margin-right: 20px;
}

.hps-fv-outer {
  padding: 42px 20px;
  height: 596px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/fv-bg.png") no-repeat 45%/cover;
}

.hps-fv {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

.hps-fv-top {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 27px;
}

.hps-lp h1 {
  font-size: 32px;
  font-weight: bold;
}


.hps-lp h1 span {
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-weight: bold;
}

.hps-fv-logo1 {
  width: 94px;
}

.hps-fv-top-left {
  display: flex;
  gap: 10px;
}

.hps-fv-top-left .hps-fv-top-left-p {
  font-family: "Noto Sans JP";
  font-size: 10.5px;
}

.hps-fv-top-left-p-red {
  font-size: 20px;
  color: #D0142C;
}

.hps-fv-top-left-p-election {
  font-size: 18px;
  margin-left: 4px;
}

.hps-fv-img {
  display: none;
}

.hps-circle-outer {
  display: flex;
  gap: 24px;
}

.hps-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 161px;
  height: 161px;
  font-size: 22px;
  background-color: #FFF612;
  border-radius: 50%;
}

.hps-circle .hps-circle-p {	
  font-weight: bold;	
  }

@media screen and (max-width: 1050px) {
  .hps-fv-outer {
    height: auto;
    background: none;
  }
  
  .hps-fv {
    max-width: 375px;
  }

  .hps-fv-top {
    flex-direction: column;
    align-items: center;
  }
  
  .hps-lp h1 {
    font-size: 22px;
  }
  
  .hps-lp h1 span {
    font-size: 28px;
  }
  
  .hps-fv-img {
    display: block;
  }
  
  .hps-fv-img img {
    width: 375px;
  }
  
  .hps-circle-outer {
    justify-content: center;
    gap: 8px;
  }
  
  .hps-circle {
    width: 90px;
    height: 90px;
  }
  
  .hps-circle .hps-circle-p {
    font-size: 12px;
  }
}

/*fv-cta*/
.hps-fv-cta {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  top: -80px;
  /* margin: auto; */
  padding: 16px;
  max-width: 540px;
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
}

.hps-fv-cta-img {
  width: 152px;
}

.hps-fv-cta-btn-outer{
  position: relative;
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

.hps-fv-cta-btn-outer::before {
  content: "";
  position: absolute;
  top: -47px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 300px;
  width: 100%;
  height: 26px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/fv-cta-btn-top.png") no-repeat center/contain;
  pointer-events: none;
}

.hps-fv-cta-btn-outer .hps-fv-cta-btn {
  display: block;
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  color: #fff;
  background-color: #D0142C;
  border-radius: 35px;
  box-shadow: 3px 3px #790716;
}

.hps-fv-cta-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 14px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/white-triangle.png") no-repeat center/contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 1050px) {
  .hps-fv-cta {
    flex-direction: column;
    gap: 50px;
    top: -20px;
    margin-bottom: 30px;
  }
  
  .hps-fv-cta-btn {
    font-size: 14px;
  }
}

/*problem*/
.hps-problem {
  position: relative;
  padding: 0px 20px 88px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/problem-bg.png") no-repeat center/cover;
}  
  
.hps-problem::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -53px;
  border-top: 54px solid #F2F2F2;
  border-right: 145px solid transparent;
  border-left: 145px solid transparent;
  transform: translateX(-50%);
}  

.hps-problem-h2-top {
  position: relative;
  text-align: center;
  margin: 0px auto 30px;  
  padding: 10px 0px;
  width: 470px;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  background-color: #FFF;
  border-radius: 23px;
}

.hps-problem-h2-top::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -70px;
  width: 52px;
  height: 54px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/problem-icon-left.png") no-repeat center/contain;
}

.hps-problem-h2-top::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -70px;
  width: 52px;
  height: 54px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/problem-icon-right.png") no-repeat center/contain;
}

.hps-problem-box {
  display: flex;
  align-items: center;
  gap: 45px;
  margin: 40px auto;
  max-width: 942px;
  width: 100%;
}

.hps-problem-box-img {
  flex-shrink: 0;
  width: 170px;
}

.hps-problem-box-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
  padding: 32px 24px;
  min-height: 128px;
  font-size: 23px;
  color: #555;
  background: #FFF;;
  border-radius: 23px;
}

.hps-problem-box-text-p {
  font-weight: bold;	
  }

.hps-problem-box-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -51px;
  border: 19px solid transparent;
  border-right: 33px solid #FFF;
  transform: translateY(-50%);
}

.hps-problem-box-reverse {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 40px auto;
  max-width: 930px;
  width: 100%;
}  

.hps-problem-box-reverse .hps-problem-box-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -51px;
  left: auto;
  border: 19px solid transparent;
  border-left: 33px solid #FFF;
  transform: translateY(-50%);
}

@media screen and (max-width: 1050px) {
  .hps-problem::after {
    bottom: -24px;
    border-top: 25px solid #F2F2F2;
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
  }

  .hps-problem-h2-top {
    width: 224px;
    font-size: 16px;
    line-height: 20px;
  }

  .hps-problem-h2-top::before {
    top: 3px;
    left: -40px;
    width: 31px;
    height: 32px;
  }

  .hps-problem-h2-top::after {
    top: 3px;
    right: -40px;
    width: 31px;
    height: 32px;
  }
  
  .hps-problem-box {
    flex-direction: column;
  }

  .hps-problem-box-img {
     width: 100px;
  }
  
  .hps-problem-box-text {
    width: 100%;
  }
  
  .hps-problem-box-text::before {
    top: -51px;
    left: 50%;
    border-right: 19px solid transparent;
    border-bottom: 33px solid #FFF;
    transform: translateX(-50%);
  }
  
  .hps-problem-box-reverse {
    flex-direction: column-reverse;
  }
  
  .hps-problem-box-reverse .hps-problem-box-text::before {
    top: -51px;
    right: auto;
    left: 50%;
    border-left: 19px solid transparent;
    border-bottom: 33px solid #FFF;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  .hps-problem-box-text {
    min-height: auto;
  }
}

/*solution*/
.hps-solution-h2 {
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/solution-bg.png") no-repeat center/cover;
  padding: 114px 20px 61px;
}

.hps-solution-h2.hps-lp-h2 h2 {
  line-height: 2.22 !important;
  color: #FFF;
}
  
.hps-solution-h2.hps-lp-h2 h2 {	
	color: #FFF;
}

.hps-solution-h2 h2 span {
  font-size: 48px;
  line-height: 1.66;
  color: #FFF612;
}

.hps-solution {
  margin: 100px auto;
  max-width: 1280px;
  width: 100%;
}

.hps-solution-box {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-right: 0;
  margin-left: auto;
  max-width: 1160px;
  width: 100%;
}

.hps-solution-box-reverse {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin: 36px 0px;
  max-width: 1140px;
  width: 100%;
}

.hps-solution-box-text {
  padding-left: 20px;
}

.hps-solution-box-reverse .hps-solution-box-text{
  padding-right: 20px;
}

.hps-solution-box-img {
  flex-shrink: 0;
}

.hps-solution-box-img img {
  width: 492px;
}

.hps-solution-h3-top {
  display: flex;
  gap: 8px;
  align-items: center;
}

.hps-solution-h3-top-number {
  font-family: Arial;
  font-size: 50px;
  font-weight: 400;
  color: #D0142C;
}

.hps-solution-h3-top-number::after {
  display: inline-block;
  content: "";
  position: relative;
  top: 10px;
  margin-left: 8px;
  width: 32px;
  height: 51px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/solution-icon.png") no-repeat center/contain;
}

.hps-solution-h3-top-text {
  display: inline-block;
  padding: 0px 20px;
  height: 41px;
  font-size: 26px;
  line-height: 41px;
  color: #FFF;
  background-color: #D0142C;
  border-radius: 21px;
}

.hps-solution-h3-bottom {
  display: inline-block;
  font-size: 30px;
  line-height: 39px;
  margin: 20px 0px 23px;
}

.hps-solution-box-text-p {
  font-size: 18px;
  font-weight: bold;
  color: #585858;
}

@media screen and (max-width: 1050px) {
  .hps-solution-h2 h2 {
    padding: 60px 20px 36px;
  }

  .hps-solution-h2 h2 span {
    font-size: 28px;
  }

  .hps-solution-box {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  
  .hps-solution-box-reverse {
    flex-direction: column-reverse;
    align-items: center;
  }
  
  .hps-solution-h3-top-number {
    font-size: 30px;
  }
  
  .hps-solution-h3-top-number::after {
    top: 4px;
    width: 19px;
    height: 30px;
  }
  
  .hps-solution-h3-top-text {
    padding: 0px 16px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
  }
  
  .hps-solution-h3-bottom {
    font-size: 20px;
    margin: 10px 0px 16px;
  }
  
  .hps-solution-box-text {
    padding: 0px 20px;
    width: 100%;
  }
}

/*form-btn*/
.hps-form-btn-outer {
  text-align: center;
  padding: 68px 0px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/btn-bg.png") no-repeat center/cover;
}

.hps-form-btn-outer .hps-form-btn {
  display: block;
  position: relative;
  padding-right: 10px;
  max-width: 425px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 70px;
  color: #fff;
  background-color: #D0142C;
  border-radius: 46px;
  box-shadow: 3px 3px #790716;
}

.hps-form-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 14px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/white-triangle.png") no-repeat center/contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 450px) {
  .hps-form-btn {
    padding-right: 20px;
    max-width: 300px;
    font-size: 14px;
  }
}

/*about*/
.hps-about {
  padding: 106px 20px 96px;
  background-color: #FAFFF2;
}

.hps-about h2 {
  font-size: 32px;
  font-weight: bold;
  color: #20992A!important;
}

.hps-about-box {
  display: flex;
  gap: 64px;
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

.hps-about-box-text {
  color: #585858;
}

.hps-about h3 {
  border-bottom: 3px solid #20992A;
  display: inline-block;
  padding: 0px;
  font-size: 24px;
  font-weight: bold;
  color: #585858;
}

.hps-about h3::before {
  display: inline-block;
  content: "";
  position: relative;
  top: 12px;
  left: -3px;
  margin-right: 10px;
  width: 50px;
  height: 34px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/about-icon.png") no-repeat center/contain;
}

.hps-about-box-text .hps-about-box-text-p {
  margin-top: 35px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.hps-about-box-img {
  flex-shrink: 0;
}

.hps-about-box-img img {
  width: 486px;
}

@media screen and (max-width: 1050px) {
  .hps-about h2 {
    font-size: 24px;
  }
  
  .hps-about-box {
    flex-direction: column;
    align-items: center;
  }
  
  .hps-about h3 {
    padding-left: 60px;
    text-indent: -60px;
    font-size: 20px;
  }
}

/*movie*/
.hps-movie {
  padding: 72px 20px 100px;
}

.hps-movie h2 {
  text-align: center;
}

.hps-movie h2 img {
  width: 404px;
}

.hps-movie-wrap {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 683px;
  height: auto;
  overflow: hidden;
  box-shadow: 8px 8px 1px #585858;
}

.hps-movie-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.hps-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*function*/
.hps-function {
  padding: 108px 20px 55px;
  background-color: #F8F8F8;
}

.hps-function-box {
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0px auto 50px;
  max-width: 1000px;
  width: 100%;  
}

.hps-function-box-text {
  padding-left: 50px;
}

.hps-function .hps-lp-h3 {
  position: relative;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.hps-function .hps-lp-h3::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -50px;
  width: 40px;
  height: 40px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/function-icon.png") no-repeat center/contain;
}

.hps-function-box-text-p {
  font-size: 18px;
  font-weight: bold;
  color: #585858;
}

.hps-function-box-img {
  flex-shrink: 0;
}

.hps-function-box-img img {
  width: 352px;
}

@media screen and (max-width: 1050px) {
  .hps-function-box {
    flex-direction: column;
    gap: 28px;
  }
  
  .hps-function-box-text {
    width: 100%;
  }
  
  .hps-function h3 {
    font-size: 20px;
  }
  
  .hps-function h3::before {
    left: -40px;
    width: 25px;
    height: 25px;
  }
}

/*cta*/
.hps-cta-outer {
  padding: 50px 20px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/btn-bg.png") no-repeat center/cover;
}

.hps-cta {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: auto;
  padding: 14px;
  max-width: 720px;
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
}

.hps-cta-img {
  width: 332px;
}

.hps-cta-btn-outer {
  position: relative;
  margin-top: 20px;
  max-width: 300px;
  width: 100%;
}

.hps-cta-btn-outer::before {
  content: "";
  position: absolute;
  top: -47px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 300px;
  width: 100%;
  height: 26px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/cta-btn-top.png") no-repeat center/contain;
  pointer-events: none;
}

.hps-cta-btn-outer .hps-cta-btn {
  display: block;
  position: relative;
  text-align: center;
  max-width: 300px;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: bold;
  line-height: 52px;
  color: #fff;
  background-color: #D0142C;
  border-radius: 35px;
  box-shadow: 3px 3px #790716;
}

.hps-cta-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 14px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/white-triangle.png") no-repeat center/contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 1050px) {
  .hps-cta {
    flex-direction: column;
    gap: 60px;
    top: -20px;
  }
  
  .hps-cta-btn {
    font-size: 14px;
  }
}

/*product1*/
.hps-product1 {
  padding: 100px 20px;
}

.hps-product1 h2 {
  font-size: 32px;
}

.hps-product1 h2 img {
  margin: 0px 20px;
  width: 282px;
}

.hps-product1-box {
  display: flex;
  gap: 24px;
  margin: auto;
  max-width: 900px;
  width: 100%;
}

.hps-product1-box-img {
  flex-shrink: 0;
}

.hps-product1-box-img img {
  width: 428px;
}

.hps-product1-box-text-name-top {
  font-size: 24px;
  font-weight: bold;
}

.hps-product1-box-text-name-bottom {
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: bold;
}

.hps-product1-box-text-price-top {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
}

.hps-product1-box-text-price-bottom {
  font-size: 32px;
  font-weight: bold;
}

.hps-product1-box-text-price-bottom span {
  font-family: "Noto Sans JP";
  font-size: 48px;
}

.hps-product1-box-text-note {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500;
  color: #585858;
}

.hps-product1-box-text-guarantee {
  text-align: center;
  margin: 30px 0px;
  max-width: 310px;
  width: 100%;
  height: 55px;
  font-size: 33px;
  font-weight: bold;
  line-height: 55px;
  background-color: #FFF612;
  border-radius: 39px;
}

.hps-product1-box-text ul {
  padding-left: 16px;
  color: #585858;
  list-style: disc;
}

.hps-product1-box-text ul li {
  font-size: 10px;
  font-weight: 500;
}

@media screen and (max-width: 1050px) {
  .hps-product1 h2 {
    font-size: 24px;
  }
  
  .hps-product1 h2 img {
    margin: 0px 10px;
    width: 150px;
  }
  
  .hps-product1-box {
    flex-direction: column;
    align-items: center;
  }
  
  .hps-product1-box-text-name-top {
    font-size: 22px;
  }
  
  .hps-product1-box-text-name-bottom {
    font-size: 28px;
  }
  
  .hps-product1-box-text-price-top {
    font-size: 22px;
  }
  
  .hps-product1-box-text-price-bottom {
    font-size: 22px;
  }
  
  .hps-product1-box-text-price-bottom span {
    font-size: 32px;
  }
}

/*flow*/
.hps-flow {
  padding: 0px 20px 50px;
}

.hps-flow .hps-flow-h2-bottom {
  text-align: center;
  margin: -20px auto 63px;
  font-size: 16px;
  font-weight: 500;
}

.hps-flow-box {
  display: flex;
  gap: 54px;
  margin: auto;
  max-width: 930px;
  width: 100%;
}

.hps-flow-box-img {
  flex-shrink: 0;
  width: 147px;
}

.hps-flow-box-text {
  margin-bottom: 88px;
}

.hps-flow h3 {
  display: flex;
  gap: 30px;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 50px;
  color: #000;
  align-items: center;
}

.hps-flow-h3-number {
  font-family: Arial;
  font-size: 50px;
  font-weight: 400;
  color: #D0142C;
}

span.hps-flow-h3-text {	
  font-size: 32px;	
  }


.hps-flow-box-text-p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1050px) {
  .hps-flow-box-img {
    display: none;
  }
  
  .hps-flow-box-text {
    margin-bottom: 50px;
  }
  
  .hps-flow h3 {
    font-size: 20px;
  }
  
  .hps-flow-h3-number {
    font-size: 30px;
  }
}

/*faq*/
.hps-faq {
  padding: 73px 20px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/faq-bg.png") no-repeat center/cover;
}

.hps-faq-box {
  margin: 0px auto 11px;
  max-width: 930px;
  width: 100%;
  font-weight: 500;
}

.hps-faq-input {
  display: none;
}

.hps-faq-question-outer {
  display: block;
  position: relative;
  cursor: pointer;
}

.hps-faq-question-outer p {
  position: relative;
  background-color: #FFF;
  padding: 15px 50px 15px 20px;
  font-size: 20px;
  line-height: 27px;
  border-radius: 28px;
}

.hps-faq-question-outer p::after,
.hps-faq-question-outer p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 3px;
  height: 25px;
  background-color: #D0142C;
  transition: all 0.3s;
  transform: translateY(-50%);
}

.hps-faq-question-outer p::after {
  transform: translateY(-50%) rotate(90deg);
}

.hps-faq-input:checked + .hps-faq-question-outer p::before {
  transform: translateY(-50%) rotate(90deg) !important;
}

.hps-faq-question {
  display: block;
  position: relative;
  padding-left: 50px;
}

.hps-faq-question::before {
  content: 'Q';
  position: absolute;
  top: 6px;
  left: 0px;
  text-align: center;
  width: 44px;
  height: 44px;
  font-size: 27px;
  line-height: 44px;
  color: #D0142C;
  background-color: #FFF;
  border: 1px solid;
  border-radius: 50%;
}

.hps-faq-answer-outer {
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: padding 0.3s;
}

.hps-faq-input:checked ~ .hps-faq-answer-outer {
  opacity: 1;
  padding: 11px 0px;
  height: auto;
}

.hps-faq-answer {
  position: relative;
  padding-left: 50px;
}

.hps-faq-answer-text {
  position: relative;
  padding: 20px;
  font-size: 16px;
  background-color: #FFF;
  border-radius: 20px;
}

.hps-faq-answer-text-p-space {
  padding-bottom: 16px;
}

.hps-faq-answer::before {
  content: 'A';
  position: absolute;
  top: 6px;
  left: 0px;
  text-align: center;
  width: 44px;
  height: 44px;
  font-size: 27px;
  line-height: 44px;
  color: #FFF;
  background-color: #D0142C;
  border: 1px solid #D0142C;
  border-radius: 50%;
}

.hps-product-spec-note-square {
  padding: 28px;
  font-size: 16px;
  background-color: #F8F8F8;
  border: 1px solid #707070;
}

@media screen and (max-width: 1050px) {
  .hps-faq-question-outer p {
    font-size: 17px;
  }
  
  .hps-faq-question-outer p::after, .hps-faq-question-outer p::before {
    height: 18px;
  }
  
  .hps-faq-question {
    padding-left: 40px;
  }
  
  .hps-faq-question::before {
    top: 14px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  
  .hps-faq-answer {
    padding-left: 40px;
  }
  
  .hps-faq-answer::before {
    top: 14px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
}

/* FAQフォーカス用 */
.hps-faq-question:focus-visible
{
  outline:-webkit-focus-ring-color auto 1px;
  outline-offset: 2px;
}

.hps-faq-question-outer[aria-expanded="true"] .hps-faq-question::before {
  transform: translateY(-50%) rotate(90deg);
}

.hps-faq-question-outer[aria-expanded="false"] .hps-faq-question::before {
  transform: translateY(-50%) rotate(0deg);
}

/*product-spec*/
.hps-product-spec {
  padding: 93px 20px 100px;
  font-size: 16px;
  font-weight: 500;
}

.hps-product-spec table {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  border-spacing: 0;
}

.hps-product-spec thead {
  background-color: #EAEAEA;
}

.hps-product-spec thead th {
  text-align: left;
  padding: 12px 22px;
  font-weight: 500;
}

.hps-product-spec-item {
  width: 26.2%;
  border-right: 1px solid #FFF;
}

.hps-product-spec tbody th {
  text-align: left;
  vertical-align: top;
  padding: 15px 22px;
  font-weight: 500;
  background-color: #F8F8F8;
  border-bottom: 1px solid #EAEAEA;
}

.hps-product-spec tbody td {
  padding: 15px 22px;
  font-weight: 500;
  border-bottom: 1px solid #EAEAEA;
}

.hps-product-spec .hps-environment {
  border-left: 1px solid #EAEAEA;
}

.hps-product-spec .hps-type {
  display: flex;
  gap: 24px;
}

.hps-type-left {
  flex-shrink: 0;
}

.hps-product-spec-note {
  margin: 37px auto 55px;
  max-width: 1000px;
  width: 100%;
}

.hps-product-spec-note ul {
  margin-bottom: 55px;
  padding: 0px;
}

.hps-product-spec-note li::before {
  content: '※';
  position: relative;
}

@media screen and (max-width: 1050px) {
  .hps-product-spec th, .hps-product-spec td {
    display: block;
  }

  .hps-product-spec thead {
    display: none;
  }
  
  .hps-product-spec .hps-environment-use {
	display: none;
  }

  .hps-product-spec .hps-environment {
    border-left: none;
  }
}

/*application-spec*/
.hps-application-spec {
  padding: 0px 20px 94px;
  font-size: 16px;
  font-weight: 500;
}

.hps-application-spec table {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  border-top: 1px solid #EAEAEA;
  border-spacing: 0;
}

.hps-application-spec th {
  text-align: left;
  padding: 20px 15px;
  width: 26.2%;
  font-weight: 500;
  background-color: #F8F8F8;
  border-bottom: 1px solid #EAEAEA;
}

.hps-application-spec td {
  text-align: left;
  padding: 20px 15px;
  border-bottom: 1px solid #EAEAEA;
}

.hps-application-spec .hps-application-spec-note {
  margin: 20px auto 0px;
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 1050px) {
  .hps-application-spec th, .hps-application-spec td {
    display: block;
    width: 100%;
  }
}

/*product2*/
.hps-black-red-text {
  text-align: center;
  padding: 13px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #F8F8F8;
  background-color: #D0142C;
}

.hps-black-red-text span {
  margin-right: 20px;
}

.hps-product2 {
  padding: 65px 20px 75px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/product2-bg.png") no-repeat center/cover;
}

.hps-product2-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

.hps-product2-box-text-name-top {
  font-size: 24px;
  font-weight: bold;
}

.hps-product2-box-text-name-bottom {
  margin-bottom: 43px;
  font-family: "Noto Sans JP";
  font-size: 42px;
  font-weight: bold;
}

.hps-product2-box-img img {
  width: 380px;
}

.hps-product2-btn-outer {
  position: relative;
  text-align: center;
  margin-top: 100px;
}

.hps-product2-btn-outer::before {
  content: "";
  position: absolute;
  top: -52px;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 341px;
  width: 100%; 
  height: 26px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/product2-btn-top.png") no-repeat center/contain;
}

.hps-product2-btn-outer .hps-product2-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: auto;
  max-width: 326px;
  width: 100%;
  height: 60px;
  font-size: 21px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  background-color: #D0142C;
  border-radius: 35px;
  box-shadow: 3px 3px #790716;
}

.hps-product2-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 16px;
  width: 13px;
  height: 14px;
  background: url("/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/white-triangle.png") no-repeat center/contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 1050px) {
  .hps-product2-box {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  
  .hps-product2-box-text-name-top {
    font-size: 22px;
  }
  
  .hps-product2-box-text-name-bottom {
    font-size: 28px;
  }
  
  .hps-product2-btn {
    font-size: 19px;
  }
}


/* case */
.hps-case {
  padding: 107px 0 155px;
}

.hps-case-wrap {
  display: flex;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto; 
  flex-wrap:wrap;
  justify-content: center;
}

@media screen and (max-width: 1050px) {
  .hps-case-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.hps-case .hps-lp-h2 {
  margin-bottom: 38px;
}

.hps-case-card {
  display: flex;
  padding: 50px 30px;
  box-shadow: rgba(0, 0, 0, 16%) 0px 3px 6px, rgba(0, 0, 0, 16%) 0px -1px 6px;
  gap: 18px;
  flex-direction: column;
  width: calc(50% - 18px);
}

.card-head {
  flex: 0 0 357px;
}

.case-name {
  font-size: 20px;
  font-weight: bold;
  color: #585858;
  white-space: nowrap;
}

@media screen and (max-width: 1050px) {
 .case-name {
  white-space: initial;
} 
}

.case-thumb {
  margin-top: 34px;
}

.case-thumb img {
  object-fit: cover;
  object-position: top;
}

.case-thumb img[src="/-/media/Ricoh/Sites/co_jp/special/ricoh-handy-plastic-sensor-separation/img/case2.jpg"] {
  object-position: right center;
}

.case-tags {
  display: flex;
  margin-top: 15px;
  padding: 0;
  gap: 15px;
  flex-wrap: wrap;
}

.case-tags .case-tag {
  padding: 11px 11px;
  min-width: 161px;
  background-color: #D0142C;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.case-tags .case-tag__employees {
  background-color: #fff;
  color: #D0142C;
  border: 1px solid #D0142C;
}

.case-body {
  padding-top: 64px;
}

.case-title {
  font-size: 24px;
  color: #D0142C;
  line-height: 1.7;
  font-weight: bold;
}

.case-text ul {
  padding: 30px 0;
  line-height: 1.7;
}
.case-text ul div, .case-text ul li {
  font-weight: bold;
  color: #585858;
  font-size: 18px;
  list-style-type: disc;
}

.case-text ul li {
  margin-left: 25px;
}

.case-lead {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #585858;
}

@media screen and (max-width: 1050px) {
  .hps-case {
    padding: 50px 20px;
  }

  .hps-case-card {
    flex-direction: column;
    max-width: 720px;
    width: 100%;
  }

  .webiner--wrapper {
    padding-top: 20px !important;
  }
}

/* 240807 */
.hps-fv-cta-wrapper {
  display: flex;
  gap: 32px;
  justify-content: center;
}

@media (max-width: 1050px) {
  .hps-fv-cta-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .hps-fv-cta__webiner {
    gap: 10px;
  }
}

.hps-fv-cta__webiner {
  display: block;
}
.webiner--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* ウェビナー2つの場合 */
  /* padding-top: 35px; */
  /* ウェビナー1つの場合 */
  padding-top: 20px;
}

.hps-fv-cta__webiner--title {
  font-size: 24px;
  position: relative;
  z-index: 20;
  text-align: center;
  width: 100%;
  color: #FFF;
  line-height: 85px;
  margin-top: -16px;
  font-weight: bold;
}

.hps-fv-cta__webiner--title::after {
  position: absolute;
  width: calc(100% + 32px);
  height: 84px;
  background: #215F9A;
  content: "";
  border-radius: 8px 8px 0 0;
  z-index: -1;
  left: -16px;
}

.webiner--title {
  border-radius: 29px;
  border: 6px solid #FCC031;
  background: #CDEEFA;
  padding: 10px 20px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.hps-fv-cta__webiner--lists {
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.hps-fv-cta__webiner--list {
  border: none !important;
}

.hps-fv-cta__webiner--list a{
  color: #333 !important;
  font-size: 16px;
}

.hps-fv-cta__webiner--list a dl dt,
.hps-fv-cta__webiner--list a dl dd {
  font-weight: bold;
} 

.hps-fv-cta__webiner--list a:hover {
  text-decoration: underline !important;
}

@media screen and (min-width: 640.02px), print {
  .c-linkTile__item:not(.c-linkTile__item--blank):not(.c-linkTile__item--pdf):not(.c-linkTile__item--download)::after {
      right: -32px !important;
  }
}

@media (max-width: 640px) {
  .webiner--wrapper {
    flex-direction: column;
    gap: 20px;
  } 

  .webiner--title {
    width: 100%;
    text-align: center;
  }

  .hps-fv-cta__webiner--lists {
    width: 100%;
  }
}