#Main main {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
}

.f-kalam {
  font-family: "Kalam", cursive;
}

.wrapper {
  margin: 0 20px;
}

.outline {
  max-width: 1224px;
  margin: 0 auto;
}

.inner {
  margin: 0 20px;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

.h2-title {
  font-size: 30px;
  color: #cf142b;
  text-align: center;
  margin-bottom: 42px;
  letter-spacing: 4px;
}
@media screen and (max-width: 620px) {
  .h2-title {
    font-size: 23px;
    margin-bottom: 17px;
  }
}
.h2-lead {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 620px) {
  .h2-lead {
    font-size: 24px;
    line-height: 39px;
  }
}

.h3-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.h3-title:after {
  content: "";
  display: block;
  width: 78px;
  height: 2px;
  background-color: #cf142b;
  margin: 20px auto 0;
}
@media screen and (max-width: 620px) {
  .h3-title:after {
    margin-top: 7px;
  }
}
@media screen and (max-width: 620px) {
  .h3-title {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.h4-title {
  color: #965d57;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 16px;
  letter-spacing: 1.5px;
}

p {
  line-height: 32px;
}
@media screen and (max-width: 620px) {
  p {
    line-height: 30px;
  }
}

p.fig-title {
  line-height: 22px;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .flex {
    display: block;
  }
}
.flex-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 620px) {
  .flex-space {
    display: block;
  }
}

.acc {
  padding-top: 81px;
  position: relative;
  overflow: hidden;
}
.acc .h2-lead {
  margin-bottom: 50px;
}
.acc-item {
  margin-bottom: 80px;
}
.acc-item-image {
  text-align: center;
  margin-top: 20px;
}
.acc-item-image img {
  width: 100%;
}
.acc-dev {
  padding-top: 80px;
}
.acc-dev .acc-item-image img {
  width: 96%;
}
.acc:before {
  content: "";
  background-image: url("/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/bg1.png");
  background-size: cover;
  display: block;
  width: 1920px;
  height: 950px;
  position: absolute;
  top: -410px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 620px) {
  .acc:before {
    width: 1000px;
    height: 575px;
    top: -310px;
  }
}
.acc:after {
  content: "";
  background-image: url("/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/bg2.png");
  background-size: cover;
  display: block;
  width: 1920px;
  height: 1201px;
  position: absolute;
  bottom: 400px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 620px) {
  .acc:after {
    width: 1000px;
    height: 575px;
  }
}

.acc-lead {
  margin-bottom: 122px;
}
.acc-lead p {
  margin-bottom: 42px;
}
.acc-lead img {
  width: 100%;
}

.acc-fusion .fig-title {
  margin-top: 12px;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 620px) {
  .acc-fusion .fig-title {
    margin-top: 18px;
  }
}

.acc-philosophy img {
  width: 100%;
}

.acc-case {
  margin-top: 130px;
  padding: 62px 70px 68px;
  background-color: #fbf6f4;
}
.acc-case-item {
  margin-bottom: 60px;
}
.acc-case-item:last-child {
  margin-bottom: 0;
}
.acc-case-item#toner img {
  width: 100%;
  margin-top: 30px;
}
.acc-case .flex-left {
  width: 100%;
}
.acc-case .flex-right {
  width: 174px;
  margin-left: 60px;
}
@media screen and (max-width: 900px) {
  .acc-case .flex-right {
    margin: 19px auto 0;
  }
}

@media screen and (max-width: 620px) {
  .acc {
    padding: 40px 0 72px;
  }
  .acc .h2-lead {
    margin-bottom: 23px;
  }
  .acc-lead {
    margin-bottom: 57px;
  }
  .acc-lead p {
    margin-bottom: 25px;
  }
  .acc-case {
    margin-top: 61px;
    padding: 29px 20px 41px;
  }
  .acc-case-item {
    margin-bottom: 29px;
  }
}
.anc {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px #cccccc;
  box-shadow: 0px 3px 6px 0px #cccccc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(-68px);
  transform: translateY(-68px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 839px) {
  .anc{
    display: none;
  }
}
.anc.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.anc a, .anc a:visited {
  color: #333333 !important;
}
.anc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  flex-wrap: wrap;
}
@media screen and (max-width: 620px) {
  .anc ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.anc li {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 2px solid #B95753;
}
.anc li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 620px) {
  .anc li {
    margin-left: 0;
  }
}

.cp-Heading1.cnt_max {
  display: none;
}

@-webkit-keyframes start_line_anim {
  0% {
    stroke-dashoffset: 1074;
  }
  50% {
    stroke-dashoffset: 0;
  }
  99.9% {
    stroke-dashoffset: -1074;
  }
  100% {
    stroke-dashoffset: 1074;
  }
}

@keyframes start_line_anim {
  0% {
    stroke-dashoffset: 1074;
  }
  50% {
    stroke-dashoffset: 0;
  }
  99.9% {
    stroke-dashoffset: -1074;
  }
  100% {
    stroke-dashoffset: 1074;
  }
}
.dx-button {
  position: relative;
  z-index: 0;
  margin-top: 18px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid #eadfdd;
  border-radius: 40px;
}
.dx-button a {
  padding: 13px 28px;
  color: #965d57 !important;
  font-weight: bold;
  display: inline-block;
}
.dx-button a:after {
  content: "";
  margin: auto;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #965d57;
  border-right: 1px solid #965d57;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dx-button .arrow-none:after {
  content: none;
}
.dx-button .external-link {
  font-size: 12px;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.dx-button a:hover {
  text-decoration: none;
}
.dx-button svg {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
}
.dx-button svg rect {
  fill: transparent;
  stroke: #965d57;
  stroke-width: 3;
  stroke-dasharray: 1074;
  stroke-dashoffset: 1074;
  -webkit-transition: stroke-dashoffset 500ms;
  transition: stroke-dashoffset 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation: start_line_anim 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
  animation: start_line_anim 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}
.dx-button-conv svg rect {
  stroke-width: 2;
}
.dx-button:hover svg rect {
  stroke-dashoffset: 0;
}
.dx-button--01 svg rect {
  stroke-dasharray: 2460;
  stroke-dashoffset: 2460;
}
.dx-button--02 svg rect {
  stroke-dasharray: 2540;
  stroke-dashoffset: 2540;
}
.dx-button-blank a {
  padding: 12px 24px;
}
.dx-button-blank a:after {
  content: "";
  border: none;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/icon_s_external_01.png);
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.conv {
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 620px) {
  .conv .dx-button:after {
    vertical-align: 13px;
  }
}

.mv {
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}
.mv:before {
  content: "";
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/mv_bg.jpg);
  background-size: cover;
  display: inline-block;
  width: 1920px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 900px) {
  .mv:before {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .mv:before {
    background-image: url("/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/mv_bg-sp.png");
  }
}
.mv p {
  font-size: 22px;
  line-height: 48px;
  letter-spacing: 1.8px;
}
.mv-top {
  margin-bottom: 81px;
  padding-left: 36px;
}
.font-red{
  color: #cf142b;
}
.mv-top_balloon {
  width: 96px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  .mv-top_balloon {
    display: block;
    margin-bottom: 21px;
  }
}
.mv-top_balloon img {
  width: 100%;
}
.mv-top h1 {
  display: inline-block;
  margin-left: 54px;
  font-size: 70px;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .mv-top h1 {
    display: block;
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .mv-top h1 {
    font-size: 48px;
  }
}
.mv-top h1 img {
  width: 100%;
}
.mv-content {
  padding-bottom: 114px;
  padding-left: 24px;
  margin-left: 10px;
  border-left: 2px solid #ca9d91;
}
.mv-text {
  margin-bottom: 25px;
}
.mv-attention {
  font-size: 12px;
  margin-bottom: 40px;
  display: block;
}
.mv-CDIO p {
  display: inline-block;
}
@media screen and (max-width: 620px) {
  .mv-CDIO p {
    display: block;
  }
}
.mv-CDIO p.mv-post {
  font-size: 14px;
  line-height: 24px;
  margin-right: 25px;
}
.mv-CDIO p.mv-post .f-small {
  font-size: 12px;
}

@media screen and (max-width: 620px) {
  .mv {
    padding-top: 33px;
  }
  .mv p {
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 0.5px;
  }
  .mv-top {
    padding-left: 20px;
    margin-bottom: 55px;
  }
  .mv-top h1 {
    max-width: 95%;
  }
  .mv-top_balloon {
    width: 45px;
  }
  .mv-content {
    margin-left: 0;
    padding-left: 16px;
    padding-bottom: 37px;
  }
  .mv-text {
    margin-bottom: 20px;
  }
  .mv-attention {
    margin-bottom: 20px;
  }
  .mv-CDIO p.mv-post {
    font-size: 12px;
    line-height: 14px;
  }
}
.offer-case {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (max-width: 620px) {
  .offer-case {
    padding-bottom: 44px;
  }
}
.offer-case:before {
  content: "";
  background-image: url("/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/bg3.png");
  background-size: cover;
  display: block;
  width: 1920px;
  height: 1201px;
  position: absolute;
  top: 300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 620px) {
  .offer-case:before {
    width: 1000px;
    height: 575px;
  }
}
.offer-case:after {
  content: "";
  background-image: url("/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/bg4.png");
  background-size: cover;
  display: block;
  width: 1920px;
  height: 1201px;
  position: absolute;
  bottom: 300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}
@media screen and (max-width: 620px) {
  .offer-case:after {
    width: 1000px;
    height: 575px;
  }
}

.case-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px #efd6d2;
  box-shadow: 0px 0px 10px 0px #efd6d2;
  padding: 92px 0 100px;
  margin-bottom: 50px;
}
.case-item img {
  width: 100%;
}
.case-item:last-child {
  margin-bottom: 0;
}
.case-item:nth-child(1) .fig-title {
  margin-bottom: 16px;
}
.case-item:nth-child(3) .fig-title {
  margin-top: 30px;
}
@media screen and (max-width: 620px) {
  .case-item:nth-child(3) .fig-title {
    margin-top: 18px;
  }
}
.case-item-lead {
  margin-bottom: 47px;
}
.case-item-lead p {
  margin-top: 32px;
}
.case-item-lead p:first-child {
  margin-top: 0;
}
.acc-case .flex-space img {
  margin-bottom: 27px;
  width: 100%;
}
.acc-case .flex-space-item {
  width: 47.07%;
  max-width: 482px;
}
.case-car .case-item-lead p {
  margin-top: 0;
}
.case-item .flex-left {
  width: 55%;
}
.case-item .flex-right {
  width: calc(45% - 60px);
  margin-left: 60px;
}
.case-item .flex-right img {
  width: 100%;
}
@media screen and (max-width: 620px) {
  .acc-case .flex-space-item {
    width: 100%;
    max-width: 100%;
  }
  .case-item .flex-left {
    width: 100%;
  }
  .case-item .flex-right {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 620px) {
  .case-item {
    padding: 30px 0 40px;
    margin-bottom: 18px;
  }
  .case-item-lead {
    margin-bottom: 27px;
  }
  .acc-case .flex-space-item {
    margin-bottom: 39px;
  }
  .acc-case .flex-space-item:last-child {
    margin-bottom: 0;
  }
}
.offer-header {
  background-image: url("/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/offer_bg.png");
  background-size: cover;
  padding: 83px 0 146px;
  margin-bottom: -60px;
}
@media screen and (max-width: 620px) {
  .offer-header {
    background-image: url("/-/Media/Ricoh/Sites/jp_ricoh/about/dx/img/offer_bg-sp.png");
    padding: 50px 0 96px;
    margin-bottom: -74px;
  }
}

.u-pc-block {
  display: block;
}
@media screen and (max-width: 620px) {
  .u-pc-block {
    display: none;
  }
}

.u-tab-block {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-tab-block {
    display: block;
  }
}

.u-tab-sp-block {
  display: none;
}
@media screen and (max-width: 900px) {
  .u-tab-sp-block {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  .u-tab-sp-block {
    display: none;
  }
}

.u-sp-block {
  display: none;
}
@media screen and (max-width: 620px) {
  .u-sp-block {
    display: block;
  }
}

.u-sp-i-block {
  display: none;
}
@media screen and (max-width: 620px) {
  .u-sp-i-block {
    display: inline-block;
  }
}

@media screen and (max-width: 900px) {
  .u-tab-none {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  .u-sp-none {
    display: none;
  }
}

.news {
  padding: 80px 0;
  background-color: #fbf6f4;
}

@media screen and (max-width: 620px) {
  .news {
    padding: 40px 0;
  }
}

.news-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

@media screen and (max-width: 620px) {
  .news-inner {
   flex-direction: column-reverse;
  }
}

.news-inner__text {
  font-size: 16px;
  width: 65%;
}

@media screen and (max-width: 620px) {
  .news-inner__text {
    width: 100%;
  }
}

.news-inner__img {
  font-size: 16px;
  width: 30%;
}

@media screen and (max-width: 620px) {
  .news-inner__img {
    width: 100%;
  }
}

.news-inner__img img {
  width: 100%;
}

.news-inner__link {
  font-size: 16px;
}

.news-inner__link a {
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 620px) {
  .news-inner__link a {
    margin-left: 0;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 620px) {
  .sp {
    display: block;
  }
}

/*About------------------*/

.link_content_set ul{
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: space-between;
}
@media(max-width: 640px){
  .link_content_set ul{
    display: block;
    padding: 0;
  }
}
.link_content_set ul li{
  float: left;
  padding: 0 0 1px 1px;
  list-style: none;
}
.link_content_set ul.list02 li{
  width: 49.9%
}

@media(max-width: 640px){
  .link_content_set ul li{
    margin-top: 25px; 
    float: none;
    padding: 0;
    width: 100% !important;
  }
  .link_content_set ul li:first-child{
    margin-top: 0; 
  }
}

.link_cnt_btn{
  position: relative;
  width: 100%;
  background: url(/-/Media/Ricoh/Sites/jp_ricoh/img/icon_arrow_w.png) right center no-repeat rgba(0,0,0, 0.7);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link_cnt_btn .ttl{
  font-weight: bold;
  font-size: 18px;
}
.link_cnt_btn .desc{
  margin-top: 4px;
}

/*Link Cnt03------------------*/

a.link_cnt03{
  position: relative;
  display: block;
}
a.link_cnt03:hover{
  opacity: 1;
}
a.link_cnt03 .img img{
  width: 100%;
}
a.link_cnt03 .link_cnt_btn_wrap{
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
}
a.link_cnt03 .link_cnt_btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2px 30px 0 20px;
  width: 100%;
  max-height: 68px;
  min-height: 68px;
  transition: all 0.3s ease-out 0.2s;
}
a.link_cnt03 .link_cnt_btn .ttl{
  font-feature-settings: "palt";
  letter-spacing: 0.045em;
}

@media(max-width: 1008px){
  a.link_cnt03 .link_cnt_btn .ttl{
    font-size: 16px;
  }
}
@media(min-width: 641px){
  a.link_cnt03:hover .link_cnt_btn{
    padding: 22px 30px 20px 20px;
    max-height: 200px;
    transition: all 0.4s ease-out;
  }
  a.link_cnt03 .link_cnt_btn .ttl{
    line-height: 1.2; 
    vertical-align: bottom;
  }
  a.link_cnt03 .link_cnt_btn .desc{
    margin-top: 0;
    padding-top: 0;
    line-height: 0; 
    opacity: 0;
    visibility: hidden;
    transition:
    padding-top  0.2s linear 0.2s,
    line-height 0.2s linear 0.2s,
    opacity     0.2s ease-out,
    visibility  0.2s linear 0.2s;
  }
  a.link_cnt03:hover .link_cnt_btn .desc{
    padding-top: 6px;
    line-height: 1.4;
    opacity: 1;
    visibility: visible;
    transition:
    padding-top  0.2s linear,
    line-height 0.2s linear,
    opacity     0.2s ease-out 0.2s,
    visibility  0.2s linear;
  }
}
@media(max-width: 640px){
  a.link_cnt03 .link_cnt_btn .link_cnt_btn_wrap{
    display: block;
  }
  a.link_cnt03 .link_cnt_btn{
    display: block;
    padding: 15px 30px 13px 16px;
    max-height: auto;
    min-height: auto;
  }
  a.link_cnt03 .link_cnt_btn .ttl{
    font-size: 18px;
  }
  a.link_cnt03 .link_cnt_btn .desc{
    display: none;
  }
}

@media screen and (max-width: 620px) {
  .sp_pt30 {
    padding-top: 30px;
  }
}

#smaller-company {
  padding-top: 130px;
}
#smaller-company .offer-case {
  padding-top: 10px;
}
