@charset "UTF-8";
/* ====================================================
Media Quary
==================================================== */
*:focus {
    outline-offset: 4px; /* 要素とアウトラインの間隔 */
  }

  @media only screen and (max-width: 1000px) {
    .header {
        padding: 10px 0 !important;
    }

    .header .inner {
      display: block !important;
    }
}


.pcOnly {
  display: block !important;
}

@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
.spOnly {
  display: none !important;
}

@media (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}
.container {
  font-family: "Kiwi Maru", serif;
  letter-spacing: -0.06em;
  color: #323232 !important;
}

.inner {
  display: block;
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

a,
a:link,
a:visited {
  color: #323232 !important;
}

.header {
  width: 100%;
  background: #fff;
  z-index: 11;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.32);
  /* position: fixed; */
  padding: 25px 0 18px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: center;
  display: flex;
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
  align-items: center;
}

@media (max-width: 767px) {
  .header__logo {
    width: 72px;
    display: block;
  }
}
.header__burgerBtn {
  display: none;
  width: 26px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 24px;
  cursor: pointer;
  z-index: 12;
}

@media (max-width: 1000px) {
  .header__burgerBtn {
    display: block;
  }
}
@media (max-width: 767px) {
  .header__burgerBtn {
    top: 10px;
  }
}
.header__burgerBtnLine {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  background-color: #2f73d9;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 3px;
}

.header__burgerBtnLine::before,
.header__burgerBtnLine::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f73d9;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}

.header__burgerBtnLine::before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  transform: translateY(-250%);
  top: -4px;
}

.header__burgerBtnLine::after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
  transform: translateY(250%);
  bottom: -4px;
}

.header__burgerBtn.active .header__burgerBtnLine {
  background-color: transparent;
}

.header__burgerBtn.active .header__burgerBtnLine::before,
.header__burgerBtn.active .header__burgerBtnLine::after {
  width: 100%;
  background: #2f73d9;
}

.header__burgerBtn.active .header__burgerBtnLine::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 2px;
}

.header__burgerBtn.active .header__burgerBtnLine::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

.headBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .headBtnArea {
    display: none;
  }
}
.headBtnArea.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.headBtnArea__btn {
  width: 250px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  padding-top: 11px;
}

.headBtnArea__btn.btn01 {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_btn_header_01.png);
  background-size: 220px;
  background-repeat: no-repeat;
  /* background-position: 0; */
  margin-right: 5px;
  width: 220px;
  /* height: 56px; */
  font-size: 20px;
}

@media (max-width: 767px) {
  .headBtnArea__btn.btn01 {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.headBtnArea__btn.btn02 {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_btn_header_02.png);
  background-size: 220px;
  background-repeat: no-repeat;
  /* background-position: 0; */
  width: 220px;
  /* height: 56px; */
  color: #fff !important;
  font-size: 20px;
}

.mainVisual__img {
  width: 100%;
}

.beforeAfter {
  max-width: 980px;
  margin: 130px auto 0;
}

@media (max-width: 767px) {
  .beforeAfter {
    margin-top: 90px;
  }
}
.before {
  background-color: #e7e7e7;
  border: 3px solid #9f9f9f;
  padding: 0 0 40px 0;
  position: relative;
}

@media (max-width: 1000px) {
  .before {
    width: 98%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .before {
    width: 95%;
  }
}
.before::after {
  content: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/arrow_03.png);
  position: absolute;
  bottom: -230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .before::after {
    bottom: -150px;
  }
}
.before__ttl {
  text-align: center;
  position: relative;
  top: -40px;
}

@media (max-width: 767px) {
  .before__ttl {
    top: -25px;
    width: 90%;
    margin: 0 auto;
  }
}
.flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 30px;
  position: relative;
}

@media (max-width: 1000px) {
  .flow {
    display: block;
  }
}
@media (max-width: 767px) {
  .flow {
    margin-top: 0;
  }
}
.flow::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-image: -o-linear-gradient(top, #9f9f9f, #9f9f9f 12px, transparent 12px, transparent 8px);
  background-image: linear-gradient(to bottom, #9f9f9f, #9f9f9f 12px, transparent 12px, transparent 8px);
  background-size: 2px 24px;
  background-repeat: repeat-y;
  background-position: right top;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

@media (max-width: 1000px) {
  .flow::after {
    background-image: -o-linear-gradient(left, #9f9f9f, #9f9f9f 12px, transparent 12px, transparent 8px);
    background-image: linear-gradient(to right, #9f9f9f, #9f9f9f 12px, transparent 12px, transparent 8px);
    width: 88%;
    height: 2px;
    background-repeat: repeat-x;
    background-size: 24px 2px;
    top: 1460px;
  }
}
@media (max-width: 767px) {
  .flow::after {
    top: 50%;
  }
}
.flow__leftClm {
  width: 420px;
}

@media (max-width: 1000px) {
  .flow__leftClm {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .flow__leftClm {
    width: 90%;
    max-width: 300px;
  }
}
.flow__rightClm {
  width: 420px;
}

@media (max-width: 1000px) {
  .flow__rightClm {
    margin: 80px auto 0;
  }
}
@media (max-width: 767px) {
  .flow__rightClm {
    width: 90%;
    max-width: 300px;
  }
}
.flow__start {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .flow__start {
    margin-bottom: 65px;
  }
}
.flow__start::before,
.flow__start::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #323232 transparent transparent transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow__start::before {
  bottom: -40px;
}

.flow__start::after {
  bottom: -65px;
}

.flow__startTxt {
  font-size: 19px;
  text-align: center;
}

.flow__startTxt .lead {
  font-size: 23px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #323232;
}

.flow__startTxt .large {
  font-size: 47px;
}

.flow__item {
  font-size: 19px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 140px;
  margin: 0 auto;
  padding: 15px 0 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .flow__item {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 38.89% 0 0 35px;
    background-size: contain;
    font-size: 16px;
  }
}
.flow__item:nth-child(5) {
  margin-top: 26px;
}

.flow__leftClm .flow__item:nth-child(1) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_03.png);
}

.flow__leftClm .flow__item:nth-child(2) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_04.png);
}

.flow__leftClm .flow__item:nth-child(3) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_05.png);
}

.flow__leftClm .flow__item:nth-child(4) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_06.png);
}

.flow__leftClm .flow__item:nth-child(5) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_07.png);
}

.flow__rightClm .flow__item:nth-child(1) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_10.png);
}

.flow__rightClm .flow__item:nth-child(2) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_11.png);
  background-position: top 8px left -8px;
}

.flow__rightClm .flow__item:nth-child(3) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_12.png);
  background-position: top -9px left -8px;
}

.flow__rightClm .flow__item:nth-child(4) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_13.png);
  background-position: top 2px left 0;
}

.flow__rightClm .flow__item:nth-child(5) {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_14.png);
}

.flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #323232 transparent transparent transparent;
  position: absolute;
  top: 142px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .flow__item::after {
    top: 100%;
  }
}
.flow__item:nth-child(5)::after {
  top: 0;
}

@media (max-width: 767px) {
  .flow__itemTxt {
    position: absolute;
    top: 55%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.flow__end {
  width: 420px;
  height: 380px;
  position: relative;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .flow__end {
    width: 110%;
    margin: 0 0 0 -5%;
    height: auto;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.flow__leftClm .flow__end {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_08.png);
}

.flow__rightClm .flow__end {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_15.png);
}

.flow__endTxtArea {
  color: #fff;
  position: absolute;
  line-height: 1.3;
}

.flow__leftClm .flow__endTxtArea:first-child {
  top: 62px;
  left: 48px;
}

@media (max-width: 767px) {
  .flow__leftClm .flow__endTxtArea:first-child {
    top: 50px;
    left: 43px;
  }
}
@media (max-width: 320px) {
  .flow__leftClm .flow__endTxtArea:first-child {
    top: 43px;
    left: 35px;
  }
}
.flow__leftClm .flow__endTxtArea:last-child {
  top: 123px;
  right: 36px;
}

@media (max-width: 767px) {
  .flow__leftClm .flow__endTxtArea:last-child {
    top: 97px;
    right: 26px;
  }
}
@media (max-width: 320px) {
  .flow__leftClm .flow__endTxtArea:last-child {
    top: 87px;
    right: 21px;
  }
}
.flow__rightClm .flow__endTxtArea:first-child {
  top: 55px;
  left: 48px;
}

@media (max-width: 767px) {
  .flow__rightClm .flow__endTxtArea:first-child {
    top: 45px;
    left: 43px;
  }
}
@media (max-width: 320px) {
  .flow__rightClm .flow__endTxtArea:first-child {
    top: 38px;
    left: 33px;
  }
}
.flow__rightClm .flow__endTxtArea:last-child {
  top: 150px;
  right: 53px;
}

@media (max-width: 767px) {
  .flow__rightClm .flow__endTxtArea:last-child {
    top: 115px;
    right: 37px;
  }
}
@media (max-width: 320px) {
  .flow__rightClm .flow__endTxtArea:last-child {
    top: 102px;
    right: 31px;
  }
}
.flow__endTtl {
  display: block;
  text-align: center;
  font-size: 17px;
  margin-bottom: 0.2em;
}

@media (max-width: 767px) {
  .flow__endTtl {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .flow__endTtl {
    font-size: 13px;
  }
}
.flow__endTxt {
  font-size: 14px;
  display: inline-block;
}

@media (max-width: 767px) {
  .flow__endTxt {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .flow__endTxt {
    font-size: 10px;
  }
}
.after {
  margin-top: 432px;
  border: 4px solid #2f73d9;
  padding: 0 0 100px 0;
}

@media (max-width: 1000px) {
  .after {
    width: 98%;
    margin: 432px auto 0;
  }
}
@media (max-width: 767px) {
  .after {
    width: 95%;
    margin-top: 250px;
    padding-bottom: 50px;
  }
}
.after__ttl {
  text-align: center;
  position: relative;
  top: -100px;
}

@media (max-width: 767px) {
  .after__ttl {
    top: -62px;
    width: 90%;
    margin: 0 auto;
  }
}
.after__img {
  display: block;
  margin: -35px auto 0;
}

@media (max-width: 767px) {
  .after__img {
    width: 90%;
    max-width: 280px !important;
  }
}
.meritArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .meritArea {
    display: block;
  }
}
.meritBox {
  width: 400px;
  margin-top: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .meritBox {
    width: 90%;
    max-width: 300px;
  }
}
.meritBox.box01 {
  margin-left: 85px;
}

@media (max-width: 1000px) {
  .meritBox.box01 {
    margin: 60px auto 0;
  }
}
@media (max-width: 1000px) {
  .meritBox.box02 {
    margin: 0 auto;
  }
}
.meritBox__beforeTxt {
  font-size: 32px;
  position: absolute;
  letter-spacing: -0.1em;
  top: 0;
}

@media (max-width: 767px) {
  .meritBox__beforeTxt {
    font-size: 22px;
  }
}
@media (max-width: 320px) {
  .meritBox__beforeTxt {
    font-size: 20px;
  }
}
.meritBox.box01 .meritBox__beforeTxt {
  left: 10px;
}

.meritBox.box02 .meritBox__beforeTxt {
  left: 20px;
}

@media (max-width: 767px) {
  .meritBox.box02 .meritBox__beforeTxt {
    left: 15px;
  }
}
.meritBox__checkTxtBox {
  position: absolute;
}

.meritBox.box01 .meritBox__checkTxtBox {
  top: 300px;
  left: 62px;
}

@media (max-width: 767px) {
  .meritBox.box01 .meritBox__checkTxtBox {
    top: 222px;
    left: 52px;
  }
}
@media (max-width: 320px) {
  .meritBox.box01 .meritBox__checkTxtBox {
    top: 198px;
    left: 47px;
  }
}
.meritBox.box02 .meritBox__checkTxtBox {
  top: 295px;
  left: 72px;
}

@media (max-width: 767px) {
  .meritBox.box02 .meritBox__checkTxtBox {
    top: 219px;
    left: 59px;
  }
}
@media (max-width: 320px) {
  .meritBox.box02 .meritBox__checkTxtBox {
    top: 195px;
    left: 53px;
  }
}
.meritBox__checkTxt {
  font-size: 23px;
}

@media (max-width: 767px) {
  .meritBox__checkTxt {
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .meritBox__checkTxt {
    font-size: 15px;
  }
}
.meritBox__checkTxt .small {
  font-size: 20px;
}

@media (max-width: 767px) {
  .meritBox__checkTxt .small {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .meritBox__checkTxt .small {
    font-size: 13px;
  }
}
.meritBox.box01 .meritBox__checkTxt:first-child {
  margin-bottom: 19px;
}

@media (max-width: 320px) {
  .meritBox.box01 .meritBox__checkTxt:first-child {
    margin-bottom: 16px;
  }
}
.meritBox.box02 .meritBox__checkTxt:first-child {
  margin-bottom: 21px;
}

@media (max-width: 320px) {
  .meritBox.box02 .meritBox__checkTxt:first-child {
    margin-bottom: 17px;
  }
}
.movieArea {
  text-align: center;
}

.movieArea__ttl {
  font-size: 21px;
  color: #fff;
  background-color: #2f73d9;
  width: 470px;
  padding: 5px 0;
  border-radius: 30px;
  letter-spacing: 0.025em;
  margin: 20px auto 0;
}

@media (max-width: 767px) {
  .movieArea__ttl {
    width: 98%;
    max-width: 280px;
    font-size: 13px;
  }
}
.movieArea__movie {
  margin-top: 15px;
}

@media (max-width: 890px) {
  .movieArea__movie {
    width: 90%;
    margin: 15px auto 0;
  }
}
.jp_movie_box {
  border-radius: 12px;
}

@media (max-width: 830px) {
  .jp_movie_box {
    border-radius: 1.45vw;
  }
}
.jp_movie_box:hover {
  opacity: 1 !important;
}

.trialArea01 {
  margin-top: 70px;
  padding: 120px 0;
  background-color: #2f73d9;
  text-align: center;
}

@media (max-width: 767px) {
  .trialArea01 {
    margin-top: 40px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .trialArea01__ttl {
    width: 98%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }
}
.fukidashi {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .fukidashi {
    margin-top: 30px;
  }
}
.fukidashi__txtArea {
  color: #2f73c1;
  width: 420px;
  height: 134px;
  margin: 0 auto;
  text-align: left;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_24.png);
  position: relative;
}

@media (max-width: 767px) {
  .fukidashi__txtArea {
    width: 250px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.fukidashi__txt {
  position: absolute;
  letter-spacing: -0.07em;
}

.fukidashi__txt:first-child {
  font-size: 25px;
  /* top: 15px; */
  top: 23px;
  left: 190px;
  line-height: 1.16;
}

@media (max-width: 767px) {
  .fukidashi__txt:first-child {
    font-size: 16px;
    left: 112px;
    top: 8px;
  }
}
.fukidashi__txt:last-child {
  font-size: 65px;
  top: 10px;
  left: 320px;
}

@media (max-width: 767px) {
  .fukidashi__txt:last-child {
    font-size: 45px;
    top: 2px;
    left: 193px;
  }
}
.fukidashi__txt:last-child .yen {
  font-size: 25px;
}

@media (max-width: 767px) {
  .fukidashi__txt:last-child .yen {
    font-size: 16px;
  }
}
.contactArea__btn {
  margin: 0 auto;
  font-size: 38px;
  letter-spacing: -0.09em;
  font-weight: bold;
  width: 653px;
  height: 102px;
  display: block !important;
  padding: 22px 30px 0 0;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/btn_03.png);
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .contactArea__btn {
    width: 300px;
    height: 47px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 18px;
    padding-top: 10px;
  }
}
.efficiency {
  background-color: #dae9ff;
  padding: 75px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .efficiency {
    padding: 40px 0;
  }
}
.efficiency__ttl {
  letter-spacing: -0.07em;
  font-size: 31px;
}

@media (max-width: 767px) {
  .efficiency__ttl {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .efficiency__ttl {
    font-size: 15px;
  }
}
.efficiency__ttlImg {
  display: block;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .efficiency__ttlImg {
    margin-bottom: 10px;
  }
}
.efficiency__img {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .efficiency__img {
    max-width: 300px !important;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    display: block;
  }
}
.efficiency__contactBtn {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  padding-top: 15px;
  width: 320px;
  height: 64px;
  font-weight: bold;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/btn_04.png);
}

@media (max-width: 767px) {
  .efficiency__contactBtn {
    width: 250px;
    height: 50px;
    font-size: 18px;
    background-size: cover;
    padding-top: 10px;
  }
}
.efficiencyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 820px;
  margin: 50px auto 0 !important;
}

@media (max-width: 1000px) {
  .efficiencyList {
    display: block;
  }
}
.efficiencyList__item {
  width: 380px;
  background-color: #fff;
  border: 3px solid #2f73d9;
  border-radius: 22px;
  margin-bottom: 50px;
  padding: 0 0 20px;
}

@media (max-width: 1000px) {
  .efficiencyList__item {
    margin: 0 auto 50px;
  }
}
@media (max-width: 767px) {
  .efficiencyList__item {
    max-width: 300px;
    width: 95%;
    margin: 0 auto 20px;
  }
}
.efficiencyList__ttl {
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 25px;
  background-color: #2f73d9;
  width: 270px;
  border-radius: 0 0 18px 18px;
  margin: 0 auto;
  padding: 7px 0 10px;
}

@media (max-width: 767px) {
  .efficiencyList__ttl {
    width: 80%;
    font-size: 22px;
  }
}
.efficiencyList__content {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .efficiencyList__content {
    margin-top: 15px;
  }
}
.efficiencyList__subTtl {
  font-size: 20px;
}

@media (max-width: 767px) {
  .efficiencyList__subTtl {
    font-size: 18px;
  }
}
.efficiencyList__txt {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  margin-top: 30px;
  text-align: left;
  line-height: 1.7;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .efficiencyList__txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.efficiencyList__txt .note {
  font-size: 12px;
}

.efficiencyList__img {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .efficiencyList__img {
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}
.costReduction {
  background-size: auto auto;
  background-color: white;
  background-image: -o-repeating-linear-gradient(315deg, transparent, transparent 7px, #f0f0f0 8px, #f0f0f0 10px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, #f0f0f0 8px, #f0f0f0 10px);
  text-align: center;
  padding: 70px 0 30px;
}

@media (max-width: 767px) {
  .costReduction {
    padding: 40px 0 30px;
    background-image: -o-repeating-linear-gradient(315deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, #f0f0f0 4px, #f0f0f0 5px);
    background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 3px, #f0f0f0 4px, #f0f0f0 5px);
  }
}
.costReduction__ttl {
  font-size: 32px;
  letter-spacing: -0.07em;
}

@media (max-width: 767px) {
  .costReduction__ttl {
    font-size: 18px;
  }
}
.costReduction__example {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .costReduction__example {
    margin-top: 40px;
  }
}
.costReduction__example:last-child::after {
  content: "";
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_34.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  display: block;
  max-width: 840px;
  height: 120px;
  margin: 30px auto 10px;
}

@media (max-width: 767px) {
  .costReduction__example:last-child::after {
    padding-top: 14.29%;
    height: auto;
    margin-top: 15px;
  }
}
.costReduction__exampleTtl {
  color: #fff;
  font-size: 24px;
  margin: 0 auto;
  width: 406px;
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 45px;
}

@media (max-width: 767px) {
  .costReduction__exampleTtl {
    width: 300px;
    height: 60px;
    font-size: 18px;
  }
}
.costReduction__example:nth-of-type(1) .costReduction__exampleTtl {
  background-color: #65b700;
}

.costReduction__example:nth-of-type(2) .costReduction__exampleTtl {
  background-color: #b48d2f;
}

.costReduction__exampleImg {
  padding-top: 10px;
}

.trialArea02 {
  background-color: #2f73d9;
  text-align: center;
  padding: 60px;
}

.trialArea02__ttl {
  position: relative;
  color: #fff !important;
  font-size: 49px;
  line-height: 1;
}

@media (max-width: 767px) {
  .trialArea02__ttl {
    font-size: 40px;
  }
}
.trialArea02__ttl .medium {
  font-size: 27px;
}

@media (max-width: 767px) {
  .trialArea02__ttl .medium {
    font-size: 22px;
  }
}
.trialArea02__ttl .small {
  font-size: 22px;
}

@media (max-width: 767px) {
  .trialArea02__ttl .small {
    font-size: 20px;
  }
}
.trialArea02__note {
  width: 650px;
  margin: 0 auto !important;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .trialArea02__note {
    width: 300px;
    font-size: 11px;
  }
}
.trialArea02 .fukidashi {
  margin-top: 20px;
}

.contactArea__btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 653px;
  height: 50px;
  color: #2f73d9 !important;
  font-weight: bold;
  background-color: #fff;
  border-radius: 8px;
  margin: 20px auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .contactArea__btn02 {
    width: 300px;
    border-radius: 4px;
  }
}
.contactArea__btn02::after {
  content: "";
  width: 8px;
  height: 13px;
  display: block;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/arrow_05.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 36%;
}

@media (max-width: 767px) {
  .contactArea__btn02::after {
    right: 25%;
    width: 6px;
    height: 10px;
  }
}
.box-fixed .headBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .box-fixed .headBtnArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-gothic {
  font-family: 'ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;' !important;
}
/* 
.mainVisual {
  padding-top: 93px;
} */



@media (max-width: 1000px) {
  .mainVisual {
    padding-top: 68px;
  }
}
@media (max-width: 767px) {
  .mainVisual {
    padding-top: 47px;
  }
}
.headBtnArea.active {
  background: #fff;
  width: 100%;
  height: 100%;
}
.headBtnArea .headLinkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
}
@media screen and (max-width: 834px) {
  .headBtnArea .headLinkArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 355px;
    margin: 0 auto;
  }
}
.headBtnArea .headLinkArea li {
  margin: 0 20px;
}
@media screen and (max-width: 834px) {
  .headBtnArea .headLinkArea li {
    max-width: 355px;
    width: 100%;
    border-bottom: 1px solid #000;
    margin: 10px auto 10px;
    padding-bottom: 20px;
  }
}
.headBtnArea .headCvArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .headBtnArea .headCvArea {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 355px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bodyBtnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bodyBtnarea .item01 {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_btn_body_01.png);
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: 0;
  width: 280px;
  padding: 20px;
  margin: 0 5px;
  text-align: center;
}
.bodyBtnarea .item01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}
.bodyBtnarea .item02 {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_btn_body_02.png);
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: 0;
  width: 280px;
  padding: 20px;
  margin: 0 5px;
}
.bodyBtnarea .item02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
  font-size: 20px;
}
.proposalarea {
  margin-top: 50px;
}
.proposalarea .sct_bg03 {
  background: #f8ebea;
}
.proposalarea .item-first {
  position: relative;
}
.proposalarea .item-first::before {
  content: "無料";
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: #e60012;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  font-size: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.proposalarea .item-first .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proposalarea .item-first .item-img {
  width: 55%;
}
.proposalarea .item-first .item-txt-box {
  width: 40%;
}
.proposalarea .item-first .item-txt {
  font-size: 24px;
}

.proposalarea .flex-item .item .custom {
  font-size: 17px;
}
.proposalarea .flex-item .item .hd03 {
  margin-bottom: 20px;
  font-size: 25px;
  height: 70px;
  display: flex;
  align-items: center;
}
.proposalarea .flex-item .item-first .hd03 {
  justify-content: center;
  height: auto;
}
@media screen and (max-width: 834px) {
  .proposalarea {
    margin-top: 30px;
  }
  .proposalarea .flex-item .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .proposalarea .flex-item .item .custom {
    font-size: 20px;
  }
  .proposalarea .item-first .item-img {
    width: 100%;
  }
  .proposalarea .item-first .item-txt-box {
    width: 100%;
  }
  .proposalarea .item-first .item-txt {
    font-size: 20px;
  }
  .proposalarea .item-first::before {
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    font-size: 29px;
  }
}
.main_vi {
  max-width: 100%;
  background: #fff;
  overflow: hidden;
}
.main_vi_img {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
}
.main_vi_img .page_ttl {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl {
    max-width: 450px;
    top: 28%;
  }
}
.main_vi_img .page_ttl .ttlL {
  margin: 5px 0 15px;
  font-size: 39px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl .ttlL {
    font-size: 31px;
    text-align: center;
    letter-spacing: -3px;
  }
}
.main_vi_img .page_ttl .ttlL .bdtxt {
  font-weight: bold;
}
.main_vi_img .page_ttl .ttlL .bdtxt:after {
  background-color: #fff;
  border-radius: 4px;
  content: "";
  display: block;
  height: 8px;
  max-width: 460px;
  width: 100%;
  margin-top: 15px;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl .ttlL .bdtxt:after {
    width: 100%;
    max-width: 300px;
    margin-left: 16%;
  }
}
.main_vi_img .page_ttl .ttlL .bdtxt .bdtxt_L {
  font-size: 100px;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl .ttlL .bdtxt .bdtxt_L {
    font-size: 64px;
  }
}
.main_vi_img .page_ttl .ttlL .bdtxt .bdtxt_M {
  font-size: 66px;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl .ttlL .bdtxt .bdtxt_M {
    font-size: 54px;
  }
}
.main_vi_img .page_ttl .ttlL .bdtxt .bdtxt_S {
  font-size: 46px;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl .ttlL .bdtxt .bdtxt_S {
    font-size: 38px;
  }
}
.main_vi_img .page_ttl .ttlL .bdtxt .bdtxt_sup {
  font-size: 50px;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl .ttlL .bdtxt .bdtxt_sup {
    font-size: 40px;
  }
}
.main_vi_img .page_ttl .ttlL .ttl__r {
  margin-left: 33%;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl .ttlL .ttl__r {
    margin-left: 50%;
  }
}
.main_vi_img .mv_cap {
  position: absolute;
  bottom: 8%;
  right: 1%;
  color: #fff;
  font-size: 14px;
}
.main_vi_img .page_ttl_small {
  max-width: 416px;
  border-radius: 25px;
  /* background: #65aed5; */
  padding: 4px 0;
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
  background: #f16334;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .main_vi_img .page_ttl_small {
    font-size: 18px;
    max-width: 345px;
    margin: 0 auto 5%;
  }
}

.sec-reason {
  position: relative;
  padding-bottom: 40px;
}
.sec-reason__cnt {
  max-width: 720px;
  margin: 0 auto;
}
.sec-reason .cnt_ttl {
  font-size: 26px;
  padding: 25px 0 100px;
  position: relative;
  margin-bottom: -100px;
  position: relative;
}
.sec-reason .cnt_ttl:before {
  content: "";
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_01_why.png) no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 420px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
}
.sec-reason .cnt_ttl span {
  font-size: 34px;
  font-weight: bold;
  color: #2f73c1;
}
.sec-reason .img_ttl {
  border: 1px solid #000;
  padding: 8px;
  width: 100%;
  max-width: 400px;
  margin: 28px auto 0;
}

.sec-point {
  position: relative;
  padding: 80px 0 90px;
  /* background: #d2dcff; */
  background: #E9EFFA;
}
@media screen and (max-width: 834px) {
  .sec-point {
    padding: 50px 0 40px;
  }
}
.sec-point .sec-point__cnt,
.sec-point .sec-point__movie {
  padding-bottom: 50px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .sec-point .sec-point__cnt,
  .sec-point .sec-point__movie {
    padding-bottom: 40px;
  }
}
.sec-point .sec-point__ttl {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.sec-point .sec-point__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-point .sec-point__flex .flex-item {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
.sec-point .sec-point__flex .flex-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .sec-point .sec-point__flex .flex-item {
    width: 100%;
    padding: 0px;
    flex-wrap: wrap;
  }
}
.sec-point .sec-point__flex .flex-item__ttl {
  font-size: 30px;
  color: #2f73c1;
  margin-bottom: 20px;
}

.sec-point .sec-point__flex .flex-item__ttl p{
  font-size: 30px !important;
}


@media screen and (max-width: 834px) {
  .sec-point .sec-point__flex .flex-item__ttl {
    text-align: center;
    font-size: 25px;
  }
}
.sec-point .sec-point__flex .flex-item__img {
  width: 25%;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 834px) {
  .sec-point .sec-point__flex .flex-item__img {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 20px;
  }
}
/* .sec-point .sec-point__flex .flex-item__img.pdlr {
  padding: 0 9.7%;
} */
.sec-point .sec-point__flex .flex-item__box {
  width: 75%;
}
@media screen and (max-width: 834px) {
  .sec-point .sec-point__flex .flex-item__box {
    width: 100%;
  }
}
.sec-point .sec-point__flex .flex-item__txt {
  margin-top: 20px;
  font-size: 20px;
}
@media screen and (max-width: 834px) {
  .sec-point .sec-point__flex .flex-item__txt {
    font-size: 18px;
    line-height: 1.5;
  }
}
.sec-point .sec-point__flex .flex-item__list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.8;
}
.sec-point .sec-point__flex .flex-item__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #333;
}
@media screen and (max-width: 834px) {
  .sec-point .sec-point__flex .flex-item__list li::before {
    top: 12px;
    bottom: auto;
  }
}
.sec-point .sec-movie__cnt {
  max-width: 610px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .sec-point .sec-movie__cnt--ttl {
    margin-bottom: 20px;
  }
}
.sec-point .sec-movie__cnt .movieArea.mw475 {
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
}

.sec-point .c-linkCard__textwrap{
  max-width: 912px;
  margin: 30px auto 0;
}
/*ここからutilize*/
.sec-utilize {
  position: relative;
  padding: 80px 0 30px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .sec-utilize {
    padding: 50px 0 0;
  }
}

.sec-movie__cnt--txt {
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px !important;
}

.sec-utilize .sec-movie__cnt--ttl {
  font-size: 29px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .sec-movie__cnt--txt {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec-utilize .sec-movie__cnt--ttl {
    font-size: 22px;
  }
}
.sec-utilize .sec-utilize__ttl {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.sec-utilize .movieArea {
  margin-bottom: 50px;
}
/*ここまでutilize*/
.sec-case {
  position: relative;
  padding: 80px 0 80px;
}
@media screen and (max-width: 834px) {
  .sec-case {
    padding: 50px 0 40px;
  }
}
.sec-case__cnt {
  max-width: 785px;
  margin: 0 auto;
}
.sec-case__logo {
  display: block;
  /* max-width: 150px; */
  max-width: 180px !important;
  margin: 0 auto !important;
  padding-bottom: 40px !important;
}
.sec-case__ttl {
  max-width: 610px;
  margin: 0 auto;
}
.sec-case__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec-case__flex .flex-item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .sec-case__flex .flex-item {
    width: 100%;
    padding-bottom: 40px;
  }
}
.sec-case__flex .flex-item .flex-item__img {
  max-width: 270px;
  width: 100%;
}
.sec-case__flex .flex-item .flex-item__ttl {
  font-size: 20px;
  text-align: center;
  color: #2f73d9;
}

.sec-case__flex .flex-item .flex-item__ttl p {
  font-size: 20px !important;
}

.sec-case__flex .flex-item .flex-item__ttl span {
  font-size: 38px;
}
.sec-case__flex .flex-item .flex-item__ttl span strong {
  position: relative;
}
.sec-case__flex .flex-item .flex-item__ttl span strong:after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 10px solid #ffd200;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: -1;
}
.sec-case__flex .flex-item .flex-item__ttl span small {
  font-size: 24px;
}
/*20230606ケース2追加*/
#case_2 {
  margin-top: 80px;
  max-width: 835px;
}
.sec-case .customer_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-case .customer_flex .ico {
  background-color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 30px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-case .customer_flex .customer_box {
  width: 48%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .sec-case .customer_flex {
    flex-wrap: wrap;
  }
  .sec-case .customer_flex .ico {
    height: auto;
    margin-bottom: 0px;
  }
  .sec-case .customer_flex .customer_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec-case .customer_flex .text_box {
  padding: 20px;
  background-color: #fff;
}
.sec-case .customer_flex .name {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.sec-case .customer_flex .photo img {
  max-width: 100%;
  height: auto;
}
.sec-case .customer_flex .text_box dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.sec-case .customer_flex .text_box dt {
  background-color: #f4f4f4;
  text-align: center;
  padding: 5px;
  width: 90px;
  margin-right: 10px;
}
.sec-case .customer_flex .text_box dd {
  width: calc(100% - 100px);
}
.sec-case .button_box {
  text-align: center;
  margin-top: 30px;
}
.sec-case .ico_end_l {
  background-position: 100% 50%;
  padding: 4px 50px 4px 40px;
}
/*20230606ケース2追加*/

.sec-what {
  position: relative;
  padding: 80px 0;
  /* background: #d2dcff; */
  background: #E9EFFA;
}
@media screen and (max-width: 834px) {
  .sec-what {
    padding: 50px 0 0;
  }
}
.sec-what__cnt {
  max-width: 785px;
  margin: 0 auto;
}
.sec-what__ttl {
  display: block !important;
  max-width: 150px !important;
  margin: 0 auto !important;
  padding-bottom: 40px !important;
}
.sec-what__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.sec-what__flex .item-l {
  width: 65%;
}
@media screen and (max-width: 834px) {
  .sec-what__flex .item-l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
  }
}
.sec-what__flex .item-l .flex-ttl {
  font-size: 29px;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .sec-what__flex .item-l .flex-ttl {
    font-size: 27px;
  }
}
.sec-what__flex .item-l .flex-txt {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .sec-what__flex .item-l .flex-txt {
    font-size: 16px;
  }
}
.sec-what__flex .item-r {
  width: 35%;
  padding-right: 17%;
}
@media screen and (max-width: 834px) {
  .sec-what__flex .item-r {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-right: 0;
    text-align: center;
    max-width: 120px;
    margin: 0 auto 20px;
  }
}

.listCover .listItem {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  zoom: 1;
  cursor: pointer;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
.listCover .listItem:hover {
  opacity: 0.7 !important
}

.listCover .listItem:focus,
.listCover .close:focus {
  outline:2px solid red;
  transition: background-color 0.3s, box-shadow 0.3s; /* スムーズなトランジション */
}


.listCover .expandField {
  margin-top: 5px;
  width: 723px;
  text-align: left;
  display: block;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_03.png) no-repeat;
  background-size: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}
.listCover .expandField__ttl {
  font-size: 28px;
  color: #2f73c1;
}
@media screen and (max-width: 834px) {
  .listCover .expandField__ttl {
    font-size: 25px;
  }
}
.listCover .expandField__txt {
  width: 90%;
  margin-top: 15px;
}
@media screen and (max-width: 834px) {
  .listCover .expandField__txt {
    width: 100%;
    margin-top: 10px;
  }
}
.listCover .expandField .selfRepInner {
  padding: 30px 15px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 834px) {
  .listCover .expandField .selfRepInner {
    padding: 20px 15px 0;
  }
}
.listCover .expandField .btnClose {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: block;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_btn_close.png) no-repeat top left;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

.listCover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.listCover .flex-item__img img {
  width: 100%;
}
.listCover--tab2 .expandField,
.listCover--tab4 .expandField {
  width: 100% !important;
  display: none !important;
  position: relative;
}
.listCover--tab2 .expandField img,
.listCover--tab4 .expandField img {
  width: 100%;
}
.listCover--tab2 .expandField.active,
.listCover--tab4 .expandField.active {
  display: block !important;
  cursor: pointer;
}
.listCover--tab2 .expandField .close,
.listCover--tab4 .expandField .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField .close,
  .listCover--tab4 .expandField .close {
    width: 42px;
    height: 42px;
    top: 35px;
    right: 10px;
  }
}
.listCover--tab2 .expandField .close img,
.listCover--tab4 .expandField .close img {
  width: 100%;
}
.listCover--tab2 .expandField.item01,
.listCover--tab4 .expandField.item01 {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField.item01,
  .listCover--tab4 .expandField.item01 {
    background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_03_sp.png) no-repeat;
    background-size: 100%;
  }
}
.listCover--tab2 .expandField.item02,
.listCover--tab4 .expandField.item02 {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_04.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField.item02,
  .listCover--tab4 .expandField.item02 {
    background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_04_sp.png) no-repeat;
    background-size: 100%;
  }
}
.listCover--tab2 .expandField.item03,
.listCover--tab4 .expandField.item03 {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_05.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField.item03,
  .listCover--tab4 .expandField.item03 {
    background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_05_sp.png) no-repeat;
    background-size: 100%;
  }
}
.listCover--tab2 .expandField.item04,
.listCover--tab4 .expandField.item04 {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_06.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField.item04,
  .listCover--tab4 .expandField.item04 {
    background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_06_sp.png) no-repeat;
    background-size: 100%;
  }
}
.listCover--tab2 .expandField.item05,
.listCover--tab4 .expandField.item05 {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField.item05,
  .listCover--tab4 .expandField.item05 {
    background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_01_sp.png) no-repeat;
    background-size: 100%;
  }
}
.listCover--tab2 .expandField.item06,
.listCover--tab4 .expandField.item06 {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField.item06,
  .listCover--tab4 .expandField.item06 {
    background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_balloon_02_sp.png) no-repeat;
    background-size: 100%;
  }
}
.listCover--tab2 .listItem {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .listItem {
    width: 100%;
  }
}
.listCover--tab2 .expandField {
  padding: 45px 15px;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField {
    padding: 100px 30px 180px;
  }
}
.listCover--tab2 .expandField:nth-child(2) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField:nth-child(2) {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
.listCover--tab2 .expandField:nth-child(4) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
@media screen and (max-width: 834px) {
  .listCover--tab2 .expandField:nth-child(4) {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
.listCover--tab4 .listItem {
  width: 24%;
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .listItem {
    width: 49%;
  }
}
.listCover--tab4 .listItem img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .listItem:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .listItem:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .listItem:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .listItem:nth-child(7) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.listCover--tab4 .expandField {
  padding: 20px 15px 40px;
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .expandField {
    padding-bottom: 210px;
  }
}
.listCover--tab4 .expandField:nth-child(2) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .expandField:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.listCover--tab4 .expandField:nth-child(8) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .expandField:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
}
.listCover--tab4 .expandField:nth-child(6) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .expandField:nth-child(6) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
}
.listCover--tab4 .expandField:nth-child(4) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
@media screen and (max-width: 834px) {
  .listCover--tab4 .expandField:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.listCover--tab4 .case-img {
  margin-top: 35px;
  padding-right: 20px;
}
.listCover--tab4 .case-img:last-child {
  margin-top: 10px;
}
.listCover .c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.listCover .c-flex .clm-l {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .listCover .c-flex .clm-l {
    width: 100%;
  }
}
.listCover .c-flex .clm-r {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .listCover .c-flex .clm-r {
    width: 100%;
    padding-top: 40px;
  }
}
.listCover .c-flex .clm-r .case-img {
  margin-top: -14%;
}
@media screen and (max-width: 834px) {
  .listCover .c-flex .clm-r .case-img {
    margin-top: 0;
  }
}

.sec-faq {
  position: relative;
  padding: 80px 0 90px;
}
@media screen and (max-width: 834px) {
  .sec-faq {
    padding: 50px 0 40px;
  }
}
.sec-faq__ttl {
  padding-bottom: 40px;
}
.sec-faq__ttl .icon {
  max-width: 30px;
  margin: 0 auto;
}
.sec-faq__ttl .ttl {
  max-width: 290px;
  margin: 0 auto;
}

.box-faqsmain__content {
  max-width: 810px;
  margin: 0 auto;
}
.box-faqsmain__content-ttlq,
.box-faqsmain__content-ttla {
  width: 6%;
}
@media screen and (max-width: 834px) {
  .box-faqsmain__content-ttlq,
  .box-faqsmain__content-ttla {
    width: 15%;
  }
}
.box-faqsmain__content-ctq,
.box-faqsmain__content-cta {
  width: 94%;
  padding-left: 5%;
}
@media screen and (max-width: 834px) {
  .box-faqsmain__content-ctq,
  .box-faqsmain__content-cta {
    width: 70%;
  }
}
.box-faqsmain__content dl {
  border: solid 2px #acacac;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px;
}
.box-faqsmain__content dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}

.box-faqsmain__content dt:focus {
  outline: 3px solid #007bff; /* フォーカス時のアウトラインの色と太さ */
    outline-offset: 4px; /* 要素とアウトラインの間隔 */
}

.box-faqsmain__content dl dt:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_icon_arrow_down.png) no-repeat 50%;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.box-faqsmain__content dl dt.open {
  margin-bottom: 40px;
}
.box-faqsmain__content dl dt.open:after {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_icon_arrow_up.png) no-repeat 50%;
  background-size: 100%;
}
.box-faqsmain__content dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-top: 40px;
  margin-left: 0 !important;
}
.box-faqsmain__content dl dd:after {
  background: -o-radial-gradient(circle farthest-side, #acacac, #acacac 30%, transparent 60%, transparent);
  background: radial-gradient(circle farthest-side, #acacac, #acacac 30%, transparent 60%, transparent);
  background-size: 10px 10px;
  content: "";
  height: 10px;
  width: 95%;
  top: -5%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.trialArea02 {
  padding: 60px 0;
}
.trialArea02 .trialArea02__ttl .main {
  font-size: 29px;
  position: relative;
  padding-bottom: 20px;
}
.trialArea02 .trialArea02__ttl .main:after {
  content: "";
  position: absolute;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_bg_07_wavyline.png) no-repeat;
  background-size: 100%;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
}
.trialArea02 .trialArea02__ttl .main .small {
  font-size: 23px;
}
.trialArea02 .cnt_ttl {
  border: 1px solid #fff;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 25px;
  padding: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 834px) {
  .trialArea02 .cnt_ttl {
    font-size: 20px;
    max-width: 340px;
  }
}

.box-fixed .footer {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.linstItem:hover {
  opacity: 0.7 !important;
}

.jp_movie_box:after {
  content: url(/-/Media/Ricoh/Sites/co_jp/special/marking-scan-for-bunsho-hokan/img/img_PlayMark.png) !important;
}
/*# sourceMappingURL=maps/styles.css.map */
/*資料DL*/
.sec_dl .sct_bg01 {
  background: #f8ebea;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  padding: 50px 0;
}
.sec_dl .flex-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_dl .flex-item .item {
  /* width: 48%; */
  width: 43%;
}

.sec_dl .item-first::before {
  content: "無料";
  position: absolute;
  right: -20px;
  top: -20px;
  background-color: #e60012;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  font-size: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
.sec_dl .flex-item .item-first {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.sec_dl .item-first .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec_dl .item-first .item-img {
  width: 55%;
}
.sec_dl .item-first .item-txt-box {
  width: 40%;
}
.sec_dl .item-first .item-txt {
  font-size: 24px;
}

.sec_dl .flex-item .item .custom {
  font-size: 17px;
}
.sec_dl .flex-item .item .hd03 {
  margin-bottom: 20px;
  font-size: 25px;
  height: 70px;
  display: flex;
  align-items: center;
  overflow: visible;
}
.sec_dl .flex-item .item-first .hd03 {
  justify-content: center;
  height: auto;
}
@media screen and (max-width: 834px) {
  .sec_dl .flex-item .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_dl .flex-item .item .custom {
    font-size: 20px;
  }
  .sec_dl .item-first .item-img {
    width: 100%;
  }
  .sec_dl .item-first .item-txt-box {
    width: 100%;
  }
  .sec_dl .item-first .item-txt {
    font-size: 20px;
  }
  .sec_dl .item-first::before {
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    font-size: 29px;
  }
}
.bnr {
  width: 85%;
  margin: auto;
  text-align: center;
  float: none;
}
.bnr_img_blue {
  border: 2px solid #c1def5 !important;
}
.bnr_img_yellow {
  border: 2px solid #fdf055 !important;
}
@media only screen and (max-width: 640px) {
  .bnr {
    width: 100%;
  }
}

box-faqsmain__content dt:focus {
  outline: 3px solid #007bff; /* フォーカス時のアウトラインの色と太さ */
}

a.gl-footer-default_link,
a.gl-footer-pageTop_link,
a.gl-footer-utility_link {
  color: #fff !important;
}

.gl-footer-sns_item {
  margin-top: 0 !important;
}

