@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

#wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper img {
  vertical-align: middle;
  max-width: 100%;
}

#wrapper main {
  display: block;
}

#wrapper section {
  position: relative;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Media Quary
==================================================== */
.inner {
  display: block;
  max-width: 1054px;
  padding: 0 15px;
  margin: 0 auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-ipd {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-ipd {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (min-width: 374px) {
  .sp-xs {
    display: none !important;
  }
}

.txt-basic {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .txt-basic {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .txt-basic {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.txt-basic .sm {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.42;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.btn-comp {
  display: inline-block;
  position: relative;
  right: -4px;
}

.btn-comp .off {
  display: block;
}

.btn-comp .on {
  display: none;
}

.btn-comp:hover {
  opacity: 1;
}

.btn-comp:hover .on {
  display: block;
}

.btn-comp:hover .off {
  display: none;
}

body {
  color: #1E1E1E;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}

#gl_footer .ft_ut .ft_ut_inr .ft_pg_top a,
#gl_footer .ft_cnct .ft_cnct_ttl {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  #gl_footer .ft_ut .ft_ut_inr .ft_pg_top a {
    font-size: 14px;
  }
}

.header {
  padding: 16px 0 17px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: white;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 20px 0;
  }
}

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

@media screen and (max-width: 767px) {
  .header {
    padding: 2px 0 1px;
  }
}

@media screen and (max-width: 374px) {
  .header {
    padding: 5px 0 4px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  min-width: 140px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 75px;
    min-width: 75px;
  }
}

.header__txt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.55;
  margin: 4px 24px 0;
  letter-spacing: 1px;
  color: #282828;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .header__txt {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .header__txt {
    margin: 0 10px;
    letter-spacing: 0;
    font-size: 10px;
    font-size: 1rem;
  }
  .header__txt br {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .header__txt {
    margin: 0 5px;
    line-height: 1.2;
  }
  .header__txt br {
    display: block;
  }
}

.header__btn {
  margin: 1px 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .header__btn {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .header__btn {
    width: auto;
  }
}

@media screen and (max-width: 374px) {
  .header__btn {
    width: 105px;
  }
}

.header.active {
  -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);
}

.main-page {
  margin-top: 78px;
}

@media screen and (max-width: 767px) {
  .main-page {
    margin-top: 46px;
  }
}

/* #header-site */
#header-site {
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 11;
}

#header-site .logo-header {
  display: inline-block;
  width: 140px;
}

@media screen and (max-width: 767px) {
  #header-site * {
    -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  /* #header-site.thin */
  #header-site {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  #header-site .logo-header {
    width: 75px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #header-site .logo-header img {
    width: 100%;
    max-width: 100%;
  }
}

#header-site .inner {
  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;
  padding: 15px 15px;
}

@media screen and (max-width: 768px) {
  #header-site .inner {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1440px) {
  #header-site .inner .logo-header {
    margin-left: 0;
  }
}

#header-site .inner .mobile-icon {
  width: 26px;
  height: 25px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  position: absolute;
  right: 20px;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 12;
  display: none;
}

@media screen and (max-width: 1024px) {
  #header-site .inner .mobile-icon {
    display: block;
  }
}

#header-site .inner .mobile-icon span {
  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: #ff3c00;
  font-size: 0;
  -webkit-touch-callout: none;
  -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-site .inner .mobile-icon span:before, #header-site .inner .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff3c00;
  content: '';
  -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-site .inner .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  transform: translateY(-250%);
  top: -4px;
}

#header-site .inner .mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
  transform: translateY(250%);
  bottom: -4px;
}

#header-site .inner .mobile-icon.mobile-close span {
  background-color: transparent;
}

#header-site .inner .mobile-icon.mobile-close span:before, #header-site .inner .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #ff3c00;
}

#header-site .inner .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  top: 2px;
}

#header-site .inner .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

#header-site.active {
  -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);
}

#header-site.active .nav-menu {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1025px) {
  #header-site.header-site-02 {
    position: static;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    padding: 15px;
  }
  .nav-menu.active {
    display: block;
  }
}

.nav-menu .show-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .nav-menu .show-menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nav-menu .show-menu > .item {
  padding: 0 2px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .nav-menu .show-menu > .item {
    display: inline-block;
  }
}

.nav-menu .show-menu > .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-menu {
  width: calc(100% - 160px);
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
  .nav-menu .show-menu > .item.item01 img,
  .nav-menu .show-menu > .item.item02 img,
  .nav-menu .show-menu > .item.item03 img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu {
    width: 100%;
  }
}

.nav-menu .show-menu > .item {
  margin-right: 6px;
}

.nav-menu .show-menu > .item.item03 {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .nav-menu .show-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .nav-menu .show-menu > .item {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
  .nav-menu .show-menu > .item img {
    width: 100%;
  }
}

.header__custom {
  padding: 20px 0 20px;
}

@media screen and (max-width: 767px) {
  .header__custom {
    padding: 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .header__custom {
    padding: 5px 0;
  }
}

.header__custom .header__logo {
  width: 160px;
}

@media screen and (max-width: 640px) {
  .header__custom .header__logo {
    width: 100px;
    padding-right: 10px;
  }
}

.header__custom .header__listbtn {
  width: calc(100% - 160px);
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
  .header__custom .header__listbtn .item01 {
    width: 40.4%;
  }
  .header__custom .header__listbtn .item01 img {
    width: 100%;
  }
  .header__custom .header__listbtn .item02, .header__custom .header__listbtn .item03 {
    width: 28.62%;
  }
  .header__custom .header__listbtn .item02 img, .header__custom .header__listbtn .item03 img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .header__custom .header__listbtn {
    width: calc(100% - 100px);
  }
}

.header__custom .header__listbtn .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__custom .header__listbtn .list-btn .item {
  margin-right: 6px;
}

.header__custom .header__listbtn .list-btn .item:last-child {
  margin-right: 0;
}

.header__custom ~ .main-page {
  margin-top: 87px;
}

@media screen and (max-width: 640px) {
  .header__custom ~ .main-page {
    margin-top: 46px;
  }
}

@media screen and (max-width: 640px) and (-ms-high-contrast: active), screen and (max-width: 640px) and (-ms-high-contrast: none) {
  .header__custom ~ .main-page {
    margin-top: 46px;
  }
}

.sec-mv img {
  width: 100%;
}

@media screen and (max-width: 374px) {
  .sp-sm-noip5 {
    display: none !important;
  }
}

.sec-question {
  padding: 106px 0 57px;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/img_bg01.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.sec-question:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 124px solid transparent;
  border-right: 128px solid transparent;
  border-top: 103px solid #233c6e;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec-question:after {
    border-left-width: 50px;
    border-right-width: 50px;
    border-top-width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-question {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .sec-question {
    background-position: 35% 20%;
  }
}

.sec-question .ttl-question {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.576;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 42px;
  color: #233c6e;
}

@media screen and (max-width: 767px) {
  .sec-question .ttl-question {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 374px) {
  .sec-question .ttl-question {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-question .block-question {
  color: #233c6e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding: 0 28px 0 37px;
}

@media screen and (max-width: 767px) {
  .sec-question .block-question {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec-question .block-question {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-question .block-question:last-child {
  margin-bottom: 0;
}

.sec-question .block-question__box {
  width: 305px;
  margin-right: -95px;
  float: right;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .sec-question .block-question__box {
    margin-right: -60px;
  }
}

@media screen and (max-width: 767px) {
  .sec-question .block-question__box {
    width: 250px;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec-question .block-question__box {
    width: 50%;
    margin: 0 auto;
    float: left;
    min-width: 300px;
  }
}

.sec-question .block-question__txt {
  width: 34%;
  text-align: right;
  padding-bottom: 7px;
}

@media screen and (max-width: 640px) {
  .sec-question .block-question__txt {
    width: 100%;
  }
}

.sec-question .block-question__img {
  width: 66%;
  text-align: right;
  padding-left: 17px;
}

@media screen and (max-width: 640px) {
  .sec-question .block-question__img {
    width: 100%;
    padding-left: 0;
  }
}

.sec-question .block-question__main {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.74;
  font-weight: 600;
  padding-right: 6px;
  padding-bottom: 2px;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/img_18.png") no-repeat right bottom;
  background-size: 100%;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .sec-question .block-question__main {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.sec-question .block-question__suggest .small {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.89;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec-question .block-question__suggest .small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-question .block-question__suggest .big {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .sec-question .block-question__suggest .big {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.sec-question .block-question02 .block-question__img {
  padding-right: 10px;
  margin-left: -80px;
}

@media screen and (max-width: 767px) {
  .sec-question .block-question02 .block-question__img {
    margin-left: -49px;
  }
}

@media screen and (max-width: 640px) {
  .sec-question .block-question02 .block-question__img {
    margin: 0 auto;
    padding-right: 0;
  }
}

.sec-question .block-question02 .block-question__box {
  width: 283px;
  margin-right: -80px;
  margin-top: -53px;
}

@media screen and (max-width: 1200px) {
  .sec-question .block-question02 .block-question__box {
    margin-right: -40px;
  }
}

@media screen and (max-width: 767px) {
  .sec-question .block-question02 .block-question__box {
    width: 250px;
    margin-right: -64px;
  }
}

@media screen and (max-width: 640px) {
  .sec-question .block-question02 .block-question__box {
    width: 50%;
    margin-right: 0;
    margin-top: 0;
    float: left;
    min-width: 300px;
  }
}

.sec-problem {
  padding: 137px 0 91px;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/img_bg02.png") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .sec-problem {
    padding: 50px 0 50px;
  }
}

.sec-problem .ttl-problem {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin-bottom: 53px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec-problem .ttl-problem {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .sec-problem .ttl-problem {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 374px) {
  .sec-problem .ttl-problem {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-problem .block-problem__img {
  text-align: center;
  margin-bottom: 2px;
  margin-right: -30px;
}

@media screen and (max-width: 767px) {
  .sec-problem .block-problem__img {
    margin-right: 0;
  }
}

.sec-problem .btn-links {
  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;
}

@media screen and (max-width: 374px) {
  .sec-problem .btn-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.sec-problem .btn-links a {
  margin-right: 17px;
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
  .sec-problem .btn-links a {
    width: 40%;
  }
  .sec-problem .btn-links a img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec-problem .btn-links a {
    margin-right: 10px;
  }
}

.sec-problem .btn-links a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 374px) {
  .sec-problem .btn-links a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.sec-problem .txt-basic {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 2.15;
}

@media screen and (max-width: 374px) {
  .sec-problem .txt-basic {
    text-align: left;
  }
}

.sec-solve {
  padding: 4.1vw 0 3.4vw;
  text-align: center;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/top-cnr-work1.png") no-repeat center top, url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/btm-cnr-work1.png") no-repeat center bottom -1px;
  background-size: 100%;
  background-color: #ebfffe;
}

@media screen and (min-width: 1501px) {
  .sec-solve {
    padding: 4.1vw 0 4.4vw;
  }
}

.sec-solve .logo-solve {
  margin-bottom: 31px;
}

.sec-solve .ttl-solve {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  color: #3796dc;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
  .sec-solve .ttl-solve {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-solve .ttl-solve {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-solve .ttl-solve {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-solve .ttl-solve {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-solve .box-slogan {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3796dc;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.03em;
  border: 1px solid #3796dc;
  padding: 3px 21px 1px;
  display: inline-block;
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .sec-solve .box-slogan {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 640px) {
  .sec-solve .box-slogan {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 5px;
  }
}

.sec-solve .txt-basic {
  color: #3796dc;
  margin-bottom: 30px;
}

.sec-solve .block-solve {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .sec-solve .block-solve {
    margin-bottom: 50px;
  }
}

.sec-solve .block-solve__img {
  margin-right: -23px;
}

@media screen and (max-width: 767px) {
  .sec-solve .block-solve__img {
    margin-right: 0;
  }
}

.sec-solve .block-solve .txt-des {
  margin-top: -62px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 400;
  color: #3bb0e8;
  margin-bottom: 31px;
}

@media screen and (max-width: 767px) {
  .sec-solve .block-solve .txt-des {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec-solve .block-solve .txt-des {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-solve .block-solve .txt-des .txt-cycle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .sec-solve .block-solve .txt-des .txt-cycle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.sec-solve .block-solve .txt-des .txt-cycle:before {
  content: '';
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: #3bb0e8;
  border-radius: 25px;
  display: inline-block;
  margin-right: 3px;
}

@media screen and (max-width: 640px) {
  .sec-solve .block-solve .txt-des .txt-cycle:before {
    width: 14px;
    height: 14px;
    min-width: 14px;
    margin-top: 4px;
  }
}

.sec-solve .block-movie {
  position: relative;
  z-index: 1;
  margin-bottom: 43px;
}

.sec-solve .block-movie .ttl-movie {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .sec-solve .block-movie .ttl-movie {
    width: 80%;
    margin: 0 auto 10px;
  }
}

.sec-solve .block-movie .clm {
  padding-top: 0;
}

.sec-solve__green {
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/top-cnr-work2.png") no-repeat center top, url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/btm-cnr-work2.png") no-repeat center bottom;
  background-size: 100%;
  background-color: #eafef2;
  padding: 4.5vw 0 3.1vw;
}

.sec-solve__green .logo-solve {
  margin-bottom: 27px;
}

.sec-solve__green .box-slogan {
  letter-spacing: 0;
  padding: 0 0 0 9px;
  margin-bottom: 60px;
  color: #0CB2B6;
  border-color: #0CB2B6;
}

@media screen and (max-width: 767px) {
  .sec-solve__green .box-slogan {
    padding: 0 5px 0 9px;
  }
}

.sec-solve__green .block-solve {
  margin-bottom: 14px;
}

.sec-solve__green .block-solve .txt-des {
  margin-bottom: 98px;
  color: #0CB2B6;
}

@media screen and (max-width: 767px) {
  .sec-solve__green .block-solve .txt-des {
    margin-bottom: 50px;
  }
}

.sec-solve__green .block-solve .txt-des .txt-cycle:before {
  background: #0CB2B6;
}

.sec-solve__green .ttl-solve {
  color: #0CB2B6;
}

.sec-solve .jp_movie_box:after {
  content: "";
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/icon_play.png") no-repeat center center;
  background-size: 100%;
  width: 99px;
  height: 99px;
}

@media screen and (max-width: 767px) {
  .sec-solve .jp_movie_box:after {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .sec-solve .ico-play {
    position: relative;
  }
  .sec-solve .ico-play:after {
    position: absolute;
    top: 32%;
    left: 34%;
    right: auto;
    bottom: auto;
  }
  .sec-solve .ico-play01:after {
    top: 32%;
    left: 37%;
  }
}

.sec-work {
  text-align: center;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/top-cnr-work3.png") no-repeat center top, url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/img_bg05.png") repeat-y center top, url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/btm-cnr-work3.png") no-repeat center bottom;
  background-size: 100%;
  background-color: #ffffc1;
  padding: 5.3vw 0 5.4vw;
}

@media screen and (min-width: 1501px) {
  .sec-work {
    padding: 11.3vw 0 5.2vw;
  }
}

.sec-work .logo-work {
  margin-bottom: 62px;
}

@media screen and (max-width: 767px) {
  .sec-work .logo-work {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  .sec-work .logo-work {
    margin-bottom: 35px;
  }
}

.sec-work .ttl-work {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.5;
  font-weight: 300;
  color: #233c6e;
  margin-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .sec-work .ttl-work {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-work .ttl-work {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .sec-work .ttl-work {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-work .block-work {
  padding: 0px 0 44px;
  background: #fff;
  margin-bottom: 60px;
}

.sec-work .block-work:last-child {
  margin-bottom: 0;
}

.sec-work .block-work__ttl {
  margin-bottom: 13px;
}

.sec-work .block-work__ttl-main {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  background: #ffaf00;
  position: relative;
  margin-bottom: 27px;
  display: inline-block;
  padding: 7px 0 5px;
  min-width: 575px;
}

@media screen and (max-width: 767px) {
  .sec-work .block-work__ttl-main {
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 75%;
    width: 75%;
  }
}

@media screen and (max-width: 640px) {
  .sec-work .block-work__ttl-main {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: calc(95% - 120px);
    width: calc(96% - 120px);
  }
}

@media screen and (max-width: 374px) {
  .sec-work .block-work__ttl-main {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.sec-work .block-work__ttl-main:after {
  content: '';
  display: inline-block;
  width: 66px;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/img_bgttl_r.png") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .sec-work .block-work__ttl-main:after {
    width: 60px;
  }
}

.sec-work .block-work__ttl-main:before {
  content: '';
  display: inline-block;
  width: 66px;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  background: url("/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/img_bgttl_l.png") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .sec-work .block-work__ttl-main:before {
    width: 60px;
  }
}

.sec-work .block-work__des {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.55;
  font-weight: 500;
  color: #233C6E;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec-work .block-work__des {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-work .block-work__des {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-work .block-work__img {
  padding: 0 6px 0 27px;
}

.sec-work .block-work01 {
  padding: 0 0 9px;
}

.sec-work .block-work01 .block-work__ttl {
  margin-bottom: 3px;
}

.sec-work .block-work01 .block-work__img {
  padding: 0 5px 0 16px;
}

.sec-work .block-work02 {
  padding: 0 0 29px;
}

.sec-work .block-work02 .block-work__ttl {
  margin-bottom: 14px;
}

.sec-work .block-work02 .block-work__ttl-main {
  margin-bottom: 24px;
}

.sec-work .block-work02 .block-work__img {
  padding: 0 6px 0 15px;
}

.sec-work .list-work {
  max-width: 873px;
  margin: 0px auto 0;
}

.sec-work .link-work {
  text-align: right;
  max-width: 873px;
  margin: 10px auto 0;
}

.sec-work .link-work a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #3795db;
  line-height: 1.6;
  padding: 0 10px;
  border-bottom: 1px dotted;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec-work .link-work a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-work .link-work a:before {
  content: '';
  width: 15px;
  height: 16px;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/kantan-document-katsuyo-for-kintone/img/ico_link.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin-right: 0;
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-useful {
  padding: 56px 0 71px;
  background: #3796dc;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-useful {
    padding: 50px 0 50px;
  }
}

.sec-useful .block-useful__img {
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .sec-useful .block-useful__img {
    margin-bottom: 25px;
  }
}

.sec-useful .list-btn {
  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;
}

@media screen and (max-width: 1200px) and (-ms-high-contrast: active), screen and (max-width: 1200px) and (-ms-high-contrast: none) {
  .sec-useful .list-btn .item01 {
    width: 40.4%;
  }
  .sec-useful .list-btn .item01 img {
    width: 100%;
  }
  .sec-useful .list-btn .item02, .sec-useful .list-btn .item03 {
    width: 28.62%;
  }
  .sec-useful .list-btn .item02 img, .sec-useful .list-btn .item03 img {
    width: 100%;
  }
}

.sec-useful .list-btn .item {
  margin-right: 10px;
}

.sec-useful .list-btn .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .sec-useful .list-btn .item {
    margin-right: 5px;
  }
}

