@charset "UTF-8";
/*common*/
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 16px;
  position: relative;
}

a {
  color: #333333;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img {
  width: 100%;
}

.ttl {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}
h2{
  margin-bottom: 30px !important;
}
.ttl .ttl-color {
  color: #0D63DC;
}

.inner {
  padding: 90px 0;
}

.bg-fa {
  background-color: #FAFAFA;
}

.bg-blue {
  background-color: #EDF0F4;
}

@media (max-width: 520px) {
  .ttl {
    font-size: 23px;
    margin-bottom: 35px;
  }
  h2{
    margin-bottom: 30px !important;
  }
}
/*/common*/
/*header*/
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 20px 10px rgba(0, 0, 0, 0.02);
}
.header .pc_no {
  display: none;
}
.header__logo {
  width: 134px;
}
.header__logo img {
  vertical-align: middle;
}
.header__inner {
  max-width: 1424px;
  width: 93%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 0;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu__link {
  margin-right: 32px;
}
.header__menu__btn a {
  display: block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}
.header__menu__btn.btn-document {
  margin-right: 16px;
}
.header__menu__btn.btn-document a {
  color: #0D63DC;
  border: 1px solid #0D63DC;
}
.header__menu__btn.btn-contact a {
  background-color: #FF6112;
  color: #fff;
}

@media (max-width: 820px) {
  .header .pc_no {
    display: block;
  }
  .header__logo {
    width: 100px;
  }
  .header__inner {
    padding: 5px 0 4px;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 90px;
  }
  .header__menu__logo {
    width: 140px;
    margin-bottom: 50px;
  }
  .header__menu__link {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .header__menu__btn {
    max-width: 344px;
    width: 95%;
  }
  .header__menu__btn.btn-document {
    margin-right: 0;
    margin-top: 90px;
    margin-bottom: 16px;
  }
  /*ヘッダーメニュー(SP)*/
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    display: none;
    overflow-y: auto;
  }
  .header__menu-btn {
    display: block;
    width: 24px;
    height: 16px;
    z-index: 10;
    position: relative;
    margin-right: 8px;
  }
  /* ヘッダーメニュー(SP)の線 */
  .header__menu-btn span {
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    display: block;
  }
  .header__menu-btn span:nth-child(1) {
    top: 15px;
  }
  .header__menu-btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__menu-btn span:nth-child(3) {
    bottom: 15px;
  }
  /* ヘッダーメニュー(SP)クリック後のスタイル */
  .header__nav.active {
    display: block;
  }
  .header__menu-btn.active span:nth-child(1) {
    display: none;
  }
  .header__menu-btn.active span:nth-child(3) {
    display: none;
  }
}
/*/header*/
/*kv*/
.kv {
  /* background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricohdrive/images/kv_bg.png) !important; */
  background-size: cover;
  background-image: none !important;
  padding: 30px 0 30px;
  position: relative;
  background-color: rgb(20,57,101) !important;
  background: linear-gradient(90deg, rgba(20,57,101,1) 0%, rgba(40,115,203,1) 100%) !important;
}
.kv__inner {
  max-width: 1360px;
  width: 98%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 55px;
  gap: 0 15px;
}
.kv__ttl {
  margin-left: 22px;
  line-height: 1.2;
  margin-bottom: 17px;
}
.kv__ttl__txt {
  display: block;
  font-weight: 700;
  font-size: 46px;
  color: #fff !important;
  letter-spacing: -0.02em;
}
.kv__ttl__main {
  display: block;
  font-weight: 700;
  font-size: 105px;
  letter-spacing: -0.01em;
  color: #fff;
}
.kv__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 37px;
  margin-left: 22px;
  color: #fff;
}
.kv__lead span {
  color: #fff;
}
.kv__achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.kv__achievements__list {
  width: 210px;
}

@media (max-width: 1280px) {
  .kv__inner {
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .kv__txtbox {
    margin-top: 80px;
  }
  .kv__ttl__txt {
    font-size: 34px;
  }
  .kv__ttl__main {
    font-size: 83px;
  }
}
@media (max-width: 1024px) {
  .kv__txtbox {
    margin-top: 0;
  }
  .kv__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 520px) {
  .kv {
    background-size: 100%;
    padding: 40px 0;
  }
  .kv__ttl {
    margin-left: 12px;
  }
  .kv__ttl__txt {
    font-size: 24px;
  }
  .kv__ttl__main {
    font-size: 52px;
  }
  .kv__lead {
    margin-left: 12px;
    margin-bottom: 20px;
  }
  .kv__lead span {
    display: block;
  }
  .kv__achievements__list {
    width: 115px;
  }
  .kv__achievements {
    gap: 3px;
  }
}
/*/kv*/
/*contact-form*/
.contact-form {
  width: 550px;
  background-color: #fff;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.contact-form__inner {
  padding: 0 30px;
}
.contact-form__ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.contact-form__ttl span {
  color: #143965;
}

@media (max-width: 1024px) {
  .contact-form {
    display: none;
  }
}
/*/contact-form*/
/*area-btn*/
.area-btn {
  background-color: #0D63DC;
  padding: 40px 0;
}
.area-btn__list a {
  display: block;
  width: 390px;
  padding: 14px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 8px;
  position: relative;
}
.area-btn__list a::before {
  content: "";
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricohdrive/images/icon_mail.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.area-btn__list a::after {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.area-btn__list.btn-contact a {
  background-color: #fff;
  color: #0D63DC;
}
.area-btn__list.btn-document a {
  background-color: #FF6112;
  color: #fff;
}
.area-btn__list.btn-document a::before {
  content: "";
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricohdrive/images/icon_document.png) !important;
}
.area-btn__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.sp_block{
  display: none !important;
}
.pc_block{
  display: block !important;
}
@media (max-width: 820px) {
  .area-btn__list a {
    width: 300px;
  }
  .sp_block{
    display: block !important;
  }
  .pc_block{
    display: none !important;
  }
}
/*product-introduction*/
.product-introduction {
  background-color: #EDF0F4;
  padding: 50px 0;
  text-align: center;
}

.product-introduction__inner {
  max-width: 1012px;
  width: 95%;
  margin: auto;
}

.product-introduction__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
}

.product-introduction__description {
  margin-top: 21px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #333333;
}

.product-introduction__image {
  
  width: 100%;
  aspect-ratio: 1012/259;
  height: auto;
}
.product-introduction__image img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-introduction__btns {
 
}
.product-introduction__title{
  color:#0D63DC !important;
  margin-bottom:30px !important;
}
.product-introduction .area-btn__list.btn-contact a{
  border: 1px solid #0D63DC;
}

@media (max-width: 820px) {
  .product-introduction__image {
    margin-top: 27px;
    width: 100%;
    aspect-ratio: auto;
    height: auto;
}
}

/*/product-introduction*/
/*/area-btn*/
/*problem*/
.problem .ttl .ttl-color {
  position: relative;
}
.problem .ttl .ttl-color::before {
  content: "・・・";
  position: absolute;
  top: -40px;
}
.problem__list {
  width: 313px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.problem__list__num {
  width: 96px;
  height: 96px;
  border-radius: 50px;
  border: 1px solid #0D63DC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 auto 20px;
}
.problem__list__num__inner {
  display: block;
  width: 84px;
  height: 84px;
  background-color: #0D63DC;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.problem__list__num__inner span {
  display: block;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.problem__list__bg {
  background-color: #fff;
  border: 1px solid #E5E5E5;
  padding-bottom: 30px;
  border-radius: 9px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.problem__list__img {
  margin-bottom: 22px;
}
.problem__list__img img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.problem__list__txt {
  letter-spacing: 0.02em;
  text-align: center;
  font-display: 18px;
}
.problem__list__txt span {
  font-weight: 700;
}
.problem__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 200px;
  position: relative;
}
.problem__box::after {
  content: "";
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricohdrive/images/arrow_blue.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 143px;
  height: 137px;
  position: absolute;
  bottom: -170px;
}
.problem__txt {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.problem__txt span {
  color: #0D63DC;
}

@media (max-width: 520px) {
  .problem .ttl .ttl-color::before {
    top: -28px;
  }
  .problem__list__num {
    width: 65px;
    height: 65px;
    font-size: 10px;
  }
  .problem__list__num__inner {
    width: 55px;
    height: 55px;
  }
  .problem__list__num__inner span {
    font-size: 20px;
  }
  .problem__txt {
    font-size: 24px;
  }
}
/*/problem*/
/*feature*/
.feature__list {
  background-color: #fff;
  max-width: 1200px;
  width: 91%;
  margin: auto;
  position: relative;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
}
.feature__list:not(:last-child) {
  margin-bottom: 24px;
}
.feature__list__img {
  width: 50%;
}
.feature__list__num {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #0D63DC;
  margin-bottom: 40px;
}
.feature__list__txtbox {
  width: 42%;
}
.feature__list__ttl {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0;
}
.feature__list__ttl span {
  color: #0D63DC;
}
.feature__list__txt {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}

@media (max-width: 520px) {
  .feature .sp_no {
    display: none;
  }
  .feature__list {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .feature__list__img {
    width: 100%;
    margin-bottom: 16px;
  }
  .feature__list__txtbox {
    width: 100%;
  }
  .feature__list__txt {
    font-size: 13px;
  }
  .feature__list__subtxt {
    font-size: 10px;
  }
  .feature__list__num {
    margin-bottom: 15px;
  }
  .feature__list__ttl {
    font-size: 22px;
  }
}
/*/feature*/
/*download*/
.download {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricohdrive/images/download_bg.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}
.download__img {
  max-width: 514px;
  margin-bottom: 10px;
}
.download__ttl {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px !important;
  line-height: 1.4;
  color: #fff !important;
}

.download__txt {
  font-size: 20px;
  margin-bottom: 10px !important;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.download__inner {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 0 10px;
  gap: 0 60px;
}
.download__btn a {
  display: block !important;
  max-width: 390px;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  background-color: #FF6112;
  color: #fff !important;
  position: relative;
}
.download__btn a::before {
  content: "";
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricohdrive/images/icon_document.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.download__btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.download__img {
  width: 47.2426470588%;
  max-width: 514px;
}
.download__img video {
  width: 100%;
}

.download__txtbox {
  width: 43.1985294118%;
  max-width: 525px;
}

.download__txtbox.download__txtbox--expand {
  width: 49%;
  max-width: 540px;
}

.download__btns {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.download__btns .area-btn__list {
  width: 48.9361702128%;
  max-width: 230px;
}
.download__btns .area-btn__list a {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 15px 0;
}
.download__btns .area-btn__list a::after {
  content: none;
}

.download__btns.area-btn__box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

@media (max-width: 1024px) {
  .download__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
  .download__img,
  .download__txtbox,
  .download__txtbox.download__txtbox--expand {
    width: 100%;
    max-width: 500px;
  }
  .download__ttl br,
  .download__txt br {
    display: none;
  }
  .download__btns.area-btn__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 520px) {
  .download__ttl {
    font-size: 24px;
  }
  .download__txt {
    font-size: 16px;
  }
  .download__btn a {
    font-size: 15px;
  }
  .download__btn a::after {
    right: 14px;
  }
  .download__btns.area-btn__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 16px;
  }
  .download__btns .area-btn__list {
    width: 100%;
    max-width: 100%;
}
.area-btn__list a{
  font-size:14px;
}
}
/*/download*/
/*function*/
.function__list {
  max-width: 380px;
  background-color: #fff;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
.function__list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}
.function__list__ttl__icon {
  display: inline-block;
  width: 50px;
}
.function__list__ttl__main {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.function__list__txt {
  line-height: 1.8;
  font-size: 14px;
  padding-top: 16px;
  border-top: 1px solid #E5E5E5;
  letter-spacing: 0;
}
.function__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10px;
}

/*/function*/
/*cases*/
.cases__list {
  width: clamp(250px, 37.29vw, 537px);
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background-color: #fff;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.cases__list::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.cases__list__img {
  margin-bottom: 24px;
}
.cases__list__category {
  color: #0D63DC;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
.cases__list__company {
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 12px;
}
.cases__list__txt {
  font-size: 15px;
  letter-spacing: 0.01em;
}
.cases .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.cases .swiper-button-prev, .cases .swiper-button-next {
  width: clamp(35px, 4.44vw, 64px);
  height: clamp(35px, 4.44vw, 64px);
  border: 1px solid #0D63DC;
  border-radius: 50%;
}
.cases .swiper-button-prev {
  left: min(28.13vw, 405px);
}
.cases .swiper-button-next {
  right: min(28.13vw, 405px);
}
.cases .swiper-button-prev::after,
.cases .swiper-button-next::after {
  content: "";
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.cases .swiper-button-prev::after {
  width: clamp(8px, 0.69vw, 10px);
  height: clamp(8px, 0.69vw, 10px);
  border: 1px solid currentColor;
  border-right: 0;
  border-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: min(1.74vw, 25px);
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cases .swiper-button-next::after {
  width: clamp(8px, 0.69vw, 10px);
  height: clamp(8px, 0.69vw, 10px);
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: min(1.74vw, 25px);
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cases .swiper {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .cases__list {
    padding: 15px 15px 30px;
  }
}
@media (max-width: 520px) {
  .cases__list__company {
    font-size: 18px;
  }
  .cases__list__txt {
    font-size: 13px;
  }
  .cases .swiper-button-prev {
    left: 10.5vw;
  }
  .cases .swiper-button-next {
    right: 10.5vw;
  }
  .cases .swiper-button-prev::after {
    right: 3vw;
  }
  .cases .swiper-button-next::after {
    left: 3vw;
  }
}
/*/cases*/
/*price*/
.price {
  padding: 0 10px;
}
.price .ttl {
  margin-bottom: 15px;
}
.price__bg {
  max-width: 1200px;
  background-color: #fff;
  padding: 60px 15px;
  margin: 0 auto;
}
.price__lead {
  text-align: center;
  font-size: 16px;
  margin-bottom: 45px !important;
  letter-spacing: 0.02em;
}
.price__list {
  width: 340px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.price__list.price1 {
  color: #fff;
  background-color: #0D63DC;
}
.price__list.price2 {
  color: #0D63DC;
  border: 1px solid #0D63DC;
}
.price__list span {
  font-size: 16px;
  display: inline-block;
  background-color: #0D63DC;
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
}
.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
  position: relative;
  margin-bottom: 30px;
}
.price__subtxt {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
}
.price__btn a {
  display: block !important;
  max-width: 390px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  background-color: #FF6112;
  color: #fff !important;
  margin: 0 auto;
  position: relative;
}
.price__btn a::before {
  content: "";
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricohdrive/images/icon_document.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.price__btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.price__annotation {
  text-align: center;
  font-size: 13px;
  margin-bottom: 50px;
}
.price__annotation li:not(:last-child) {
  margin-bottom: 5px;
}

.price__inner {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}

.price__bg__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.price__description {
  margin-top: 16px;
}

.price__table {
  margin: 20px auto 0;
  width: 100%;
  min-width: 720px;
}

.price__table thead {
  background-color: #0d63dc;
  color: #fff;
}

.price__table th,
.price__table td {
  padding: 8px 24px;
}

.price__table th + th {
  border-left: 1px solid #fff;
}

.price__table td {
  border: 1px solid #0d63dc;
}

.price__table th:first-child {
  border-left: 1px solid #0d63dc;
}

.price__table th:last-child {
  border-right: 1px solid #0d63dc;
}

.price__table tbody tr td:first-child {
  background-color: #cceeff;
}

.price__notes {
  margin-top: 24px;
}
.price__notes p {
  font-size: 14px;
  padding-left: 1.5em;
  position: relative;
}
.price__notes p.asta::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: -0.1em;
}
.price__notes p.bold {
  margin-top: 16px;
  font-weight: 700;
}

.price__table-wrap {
  overflow-x: scroll;
}

@media (max-width: 520px) {
  .price__lead {
    font-size: 12px;
    margin-bottom: 32px;
  }
  .price__subtxt {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .price__box {
    gap: 50px;
    margin-bottom: 30px;
  }
  .price__list {
    font-size: 27px;
    width: auto;
    height: 70px;
    padding: 0 30px;
  }
  .price__box::before {
    font-size: 30px;
  }
  .price__annotation {
    font-size: 11px;
  }
  .price__btn a {
    font-size: 15px;
  }
  .price__btn a::after {
    right: 15px;
  }
  .price__btn a::after {
    right: 15px;
  }
  .price__description {
    font-size: 12px;
  }
  .price__notes p {
    font-size: 12px;
  }
  .price__table th,
  .price__table td {
    font-size: 14px;
  }
}
/*/price*/
/*faq*/
.faq__list {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto 16px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq__question {
  padding: 0 0 15px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 18px;
  font-weight: 700;
}
.faq__question span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-right: 5px;
  color: #0D63DC;
}
.faq__answer {
  padding: 12px 0 0;
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 0;
}

@media (max-width: 520px) {
  .faq__list {
    padding: 30px;
  }
  .faq__question {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .faq__question span {
    font-size: 20px;
  }
  .faq__answer {
    font-size: 14px;
  }
}
/*/faq*/
/*footer*/
.footer {
  background-color: #333333;
  padding: 90px 0 70px;
}
.footer__logo {
  width: 122px;
  margin-right: 30px;
}
.footer__inner {
  max-width: 1000px;
  width: 95%;
  margin: auto;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  gap: 20px 35px;
}
.footer__menu__list a {
  display: block;
  font-size: 14px;
  color: #fff;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  text-align: right;
  margin-top: 28px;
}

@media (max-width: 820px) {
  .footer__menu__list:not(:last-child) {
    margin-right: 0;
  }
  .footer__inner {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer__row {
    display: block;
  }
  .footer__menu__list a {
    font-size: 12px;
  }
  .footer small {
    font-size: 10px;
    margin-top: 32px;
    text-align: left;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
}

.contact_caution{
  margin-bottom: 10px !important;
  font-size: 12px;
  margin-top: 10px !important;
}
.contact_caution span{
  color: #D61B3E;
  font-size: 20px;
}
/*/footer*/