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

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

.cp-Heading1 h1 {
  display: none !important;
}

.edw-layout {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.edw-layout--wide {
  max-width: 1024px;
}

@media screen and (max-width:640px){
  .edw-layout {
    padding: 0 15px;
  }
}

.edw-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  width: 360px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cf142b;
  color: #fff!important;
  text-decoration: none!important;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  transition: opacity 0.3s;
  opacity: 1;
  position: relative;
  letter-spacing: 0.04em;
}

@media screen and (min-width:641px){
  .edw-btn:hover {
    opacity: 0.5;
  }
}

.edw-btn::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_arrow_white.png);
  background-size: cover;
  width: 14px;
  height: 17px;
}

.edw-btn.edw-btn--small {
  margin-top: 14px;
  width: 240px;
  height: 40px;
  font-size: 14px;
  color: #fff!important;
  text-decoration: none!important;
}

.edw-btn.edw-btn--small::after {
  top: 13px;
  right: 10px;
  width: 10px;
  height: 12px;
}

@media screen and (max-width:640px){
  .edw-btn {
    width: 100%;
    max-width: 275px;
    height: 50px;
    letter-spacing: 0.04em;
  }

  .edw-btn::after {
    top: 16px;
    right: 16px;
  }

  .edw-btn.edw-btn--small {
    margin: 8px auto 0;
    color: #fff!important;
    text-decoration: none!important;
  }
}

.edw-category {
  min-width: 118px;
  text-align: center!important;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  padding: 6px;
  color: #227BBF;
  border: 1px solid #227BBF;
}

.edw-category.edw-category--blank {
  color: #558000;
  border: 1px solid #558000;
}

.edw-category.edw-category--yellow {
  color: #BD5B00;
  border: 1px solid #BD5B00;
}

.edw-category.edw-category--red {
  color: #cf142b;
  border: 1px solid #cf142b;
}

.edw-category.edw-category--pink {
  color: #e40064;
  border: 1px solid #e40064;
}

.edw-category.edw-category--navy {
  color: #2c33ab;
  border: 1px solid #2c33ab;
}

.edw-category.edw-category--gold {
  color: #877512;
  border: 1px solid #877512;
}


.edw-category.edw-category--r-red {
  color: #CF122E ;
  border: 1px solid #CF122E ;
}


.edw-tag {
  display: flex;
  position: relative;
  margin: -12px 0 0 -16px;
}

.edw-tag__item {
  color: #666666!important;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-decoration: underline!important;
  position: relative;
  z-index: 2;
  display: block;
  transition: opacity 0.3s;
  opacity: 1;
  margin-left: 16px;
  margin-top: 12px;
}

@media screen and (min-width:641px){
  .edw-tag__item:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.edw-tag__item::before {
  content: "#";
}

@media screen and (max-width:640px){
  .edw-tag {
    display: flex;
    position: relative;
    margin: -12px 0 0 -16px;
  }
  
  .edw-tag__item {
    font-size: 12px;
  }
}

/* .edw-header */

.edw-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #fff;
}

.edw-header__inner {
  padding: 22px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
}

.edw-header__title {
  font-size: 24px;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s;
}

.edw-header__title.is-none {
  opacity: 0;
}

.edw-header__right {
  position: absolute;
  top: 22px;
  right: 20px;
}

.edw-header__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  font-size: 16px;
  letter-spacing: 0.04em;
  position: relative;
  padding-right: 26px;
  transition: opacity 0.3s;
  font-weight: bold;
  font-family: "Frutiger LT W01_55 Roma1475738"!important;
}

.edw-header__btn.is-open::after {
  transform: rotate(360deg);
}

.edw-header__btn::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_arrow_red.png);
  background-size: cover;
  width: 10px;
  height: 8px;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

@media screen and (min-width:641px){
  .edw-header__btn:hover {
    opacity: 0.5;
  }
}

.edw-header__menu {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 68px;
  right: 20px;
  pointer-events: none;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  border-top: 2px solid #cf142b;
  background-color: rgba(255,255,255,0.9);
  transition: 0.3s;
}

.edw-header__menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.edw-header__menu-item {
  display: block;
  padding: 16px 20px 16px 16px;
  position: relative;
  line-height: 1;
  font-weight: bold;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  box-sizing: border-box;
  color: #000!important;
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (min-width:641px){
  .edw-header__menu-item:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

.edw-header__menu-item::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 12px;
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_arrow_black.png);
  background-size: cover;
  width: 8px;
  height: 10px;
}

.edw-header__menu-item:nth-child(2n){
  border-left: none;
}

.edw-header__menu-item:first-child{
  width: 100%;
  border-top: none;
  border-left: none;
}

@media screen and (max-width:640px){
  .edw-header__inner {
    padding: 10px 7px;
  }

  .edw-header__title {
    font-size: 15px;
    letter-spacing: 0;
  }
  
  .edw-header__btn {
    font-size: 13px;
    padding-right: 18px;
  }

  .edw-header__btn::after {
    top: 2px;
  }

  .edw-header__menu {
    opacity: 0;
    position: absolute;
    top: 45px;
    right: 0;
    pointer-events: none;
    width: 100%;
    visibility: hidden;
    transition: 0.3s;
  }
  
  .edw-header__menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .edw-header__menu-item {
    display: block;
    padding: 16px 20px 16px 16px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
  }
  
  .edw-header__menu-item::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 12px;
    background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_arrow_black.png);
    background-size: cover;
    width: 8px;
    height: 10px;
  }
  
  .edw-header__menu-item:first-child{
    border-top: none;
  }

  .edw-header__right {
    top: 10px;
    right: 7px;
  }
}

/* .edw-pickup */

.edw-pickup {
  max-width: 1227px;
  margin: 0 auto;
  position: relative;
}

.edw-pickup::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 16.5%;
  content: "";
  background-color: #cf142b;
  z-index: -1;
}

.edw-pickup__img {
  max-width: 1140px;
  position: relative;
  width: 83.5%;
}

.edw-pickup__img img {
  width: 100%;
}

.edw-pickup__box {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 560px;
  background-color: #fff;
}

.edw-pickup__inner {
  display: block;
  box-sizing: border-box;
  padding: 28px 30px 10px 50px;
  position: relative;
}

.edw-pickup__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.edw-pickup__link-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.edw-pickup__link-inner::after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 42px;
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_arrow_white.png);
  background-size: cover;
  width: 14px;
  height: 17px;
}

.edw-pickup__link[target="_blank"] .edw-pickup__link-inner::after {
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_blank.png);
  width: 24px;
  height: 24px;
  bottom: 20px;
  right: 37px;
}

.edw-pickup__link-inner::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-color: #cf142b;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (min-width:641px){
  .edw-pickup__link:hover ~.edw-pickup__title,
  .edw-pickup__link:hover ~.edw-pickup__head,
  .edw-pickup__link:hover ~.edw-pickup__red,
  .edw-pickup__link:hover .edw-pickup__link-inner::before  {
    opacity: 0.5;
    text-decoration: none;
  }
}

.edw-pickup__red {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: bold;
  color: #cf142b;
  transition: opacity 0.3s;
  opacity: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.edw-pickup__head {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
  opacity: 1;
}

.edw-pickup__date {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #000;
}

.edw-pickup__title {
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  transition: opacity 0.3s;
  opacity: 1;
  margin-top: 12px;
}

.edw-pickup__tag {
  margin-top: 6px;
}

@media screen and (max-width:640px){
  .edw-pickup::after {
    height: calc(100% - 90px);
  }
  
  .edw-pickup__img {
    width: calc(100% - 10px);
  }

  .edw-pickup__box {
    position: static;
    width: calc(100% + 10px);
    margin: 0 -15px -10px;
    transform: translateY(-10px);
  }
  
  .edw-pickup__inner {
    padding: 15px 15px 15px 15px;
  }
  
  .edw-pickup__link-inner::after {
    bottom: 8px;
    right: 8px;
    width: 16px;
    height: 19px;
  }
  
  .edw-pickup__link-inner::before {
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
  }
  
  .edw-pickup__link[target="_blank"] .edw-pickup__link-inner::after {
    bottom: 7px;
    right: 4px;
  }

  .edw-pickup__red {
    font-size: 19px;
    padding-bottom: 10px;
  }
  
  .edw-pickup__date {
    font-size: 14px;
  }
  
  .edw-pickup__title {
    font-size: 22px;
    letter-spacing: 0.04em;
  }
  
  .edw-pickup__tag {
    margin-top: -4px;
  }
}


/* .edw-about */

.edw-about {
  margin-top: 80px;
  padding: 120px 0;
  background-color: #eef2f6;
  overflow: hidden;
}

.edw-about__title {
  width: 605px;
  margin: 0 auto;
  display: block;
  padding-right: 14px;
}

.edw-about__title img {
  width: 100%;
  backface-visibility: hidden;
}

.edw-about__text {
  margin-top: 16px;
  font-size: 16px;
  color: #000;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.edw-about__text + .edw-about__text {
  margin-top: 18px;
}

.edw-about__btn {
  margin: 54px auto 0;
  letter-spacing: 0.08em;
}

.edw-about__img {
  position: absolute;
  box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}

.edw-about__img img {
  width: 100%;
  vertical-align: top;
}

.edw-about__img--01 {
  top: -40px;
  left: calc(50% - 660px);
}

.edw-about__img--02 {
  top: 310px;
  left: -248px;
  left: calc(50% - 780px);
  z-index: 2;
}

.edw-about__img--03 {
  top: 460px;
  left: calc(50% - 700px);
  z-index: 1;
}

.edw-about__img--04 {
  top: -80px;
  right: calc(50% - 660px);
}

.edw-about__img--05 {
  top: 60px;
  right: calc(50% - 780px);
}

.edw-about__img--06 {
  top: 420px;
  right: calc(50% - 700px);
}

@media screen and (max-width:640px){
  .edw-about {
    margin-top: 40px;
    padding: 40px 0;
  }
  
  .edw-about__title {
    width: 316px;
    padding-right: 0;
  }
  
  .edw-about__title img {
    width: 100%;
  }
  
  .edw-about__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.85;
  }
  
  .edw-about__text + .edw-about__text {
    margin-top: 14px;
  }
  
  .edw-about__btn {
    margin: 40px auto 0;
  }
  
  .edw-about__img {
    display: none;
  }

  .edw-about__img-clm {
    margin-top: 34px;
  }

  .edw-about__img-clm img {
    display: block;
    width: 100%;
  }
}

.edw-message {
  padding: 0 20px;
}

.edw-message__inner {
  padding: 70px 0 30px;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.edw-message__title {
  font-size: 36px;
  color: #000;
  line-height: calc(40 / 36);
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
}

.edw-message__en {
  font-size: 20px;
  color: #cf142b;
  line-height: calc(38 / 20);
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin-top: 8px;
}

.edw-message__text {
  font-size: 16px;
  color: #000;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 26px;
}

.edw-anc{
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.edw-anc__link:first-child{
  margin-right: 32px;
}

.edw-anc__link:hover{
  text-decoration: none;
}

.edw-anc__text{
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}

.edw-anc__text::after{
  content: "";
  display: inline-block;
  margin-left: 9px;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/empowering-digital-workplaces/img/icon_m_down_01_red.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  vertical-align: -7px;
}

@media screen and (max-width:640px){
  .edw-message {
    padding: 0 20px;
  }
  
  .edw-message__inner {
    padding: 54px 0 50px;
  }
  
  .edw-message__title {
    font-size: 26px;
    line-height: calc(66 / 52);
  }
  
  .edw-message__en {
    font-size: 15px;
    margin-top: 4px;
  }
  
  .edw-message__text {
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.9;
  }
}

.edw-search {
  padding: 40px 20px 20px;
}

.edw-search__title {
  font-size: 28px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
}

.edw-search__box {
  padding: 20px 22px;
  margin-top: 22px;
  background-color: #f2f2f2;
  border: 1px solid #e8e8e8;
}

.edw-search__box-inner {
  margin-top: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.edw-search__tag {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  padding: 18px 20px 18px 40px;
  line-height: 1;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.04em;
  border-radius: 25px;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: opacity 0.3s;
  opacity: 1;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media screen and (min-width:641px){
  .edw-search__tag:hover {
    opacity: 0.5;
  }
}

.edw-search__tag::before {
  position: absolute;
  content: "";
  left: 17px;
  top: 14px;
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_sharp.png);
  background-size: cover;
  width: 15px;
  height: 20px;
}

.edw-search__tag--all {
  width: 188px;
  justify-content: center;
  font-weight: bold;
  padding: 14px 20px;
  font-size: 16px;
}

.edw-search__tag--all::before {
  content: none;
}

.edw-search__tag.is-active {
  background-color: #cf142b;
  color: #fff;
}

.edw-search__tag.is-active::before {
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_sharp_white.png);
}

@media screen and (max-width:640px){
  .edw-search {
    padding: 30px 20px 10px;
  }
  
  .edw-search__title {
    font-size: 24px;
  }
  
  .edw-search__box {
    padding: 10px;
    margin-top: 16px;
  }
  
  .edw-search__tag {
    font-size: 12px;
    padding: 14px 20px 14px 27px;
  }
  
  .edw-search__tag::before {
    left: 13px;
    top: 14px;
    width: 9px;
    height: 12px;
  }
  
  .edw-search__tag--all {
    width: 98px;
    font-size: 13px;
    padding: 14px 20px 14px 20px;
  }
}

.edw-list {
  padding: 20px 20px 120px;
}

.edw-list__inner {
  margin-top: 40px;
  display: grid;
  column-gap: 40px;
  row-gap: 40px;
}

.edw-list--feature .edw-list__inner {
  grid-template-columns: repeat(2, 1fr);
}

.edw-list--useful .edw-list__inner {
  grid-template-columns: repeat(3, 1fr);
}

.edw-list__heading{
  font-size: 28px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  border-top: 1px solid #e8e8e8;
}

.edw-list__btn {
  margin: 20px auto 0;
}

.edw-list__btn.is-btn-none {
  display: none;
}

.edw-list__btn::after {
  transform: rotate(90deg);
}

.edw-list__item {
  position: relative;
}

.edw-list__item.is-none {
  display: none;
}


.edw-list__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}

.edw-list__link[target="_blank"] ~.edw-list__img::after {
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_blank.png);
  width: 24px;
  height: 24px;
  bottom: 9px;
  right: 6px;
}

@media screen and (min-width:641px){
  .edw-list__link:hover ~.edw-list__title,
  .edw-list__link:hover ~.edw-list__head,
  .edw-list__link:hover ~.edw-list__img  {
    opacity: 0.5;
    text-decoration: none;
  }
}

.edw-list__img {
  position: relative;
  transition: opacity 0.3s;
  opacity: 1;
}

.edw-list__img img {
  width: 100%;
}

.edw-list__img::after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_arrow_white.png);
  background-size: cover;
  width: 14px;
  height: 17px;
}

.edw-list__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #cf142b;
  width: 40px;
  height: 40px;
}

.edw-list__head {
  display: flex;
  align-items: center;
  margin-top: 20px;
  transition: opacity 0.3s;
  opacity: 1;
}

.edw-list__date {
  font-size: 16px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 16px;
}

.edw-list__title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #000;
  transition: opacity 0.3s;
  opacity: 1;
}

.edw-list__tag {
  margin-top: 0;
}

.edw-list__category {
  min-width: 118px;
  padding: 6px;
  text-align: center;
}

@media screen and (max-width:640px){
  .edw-list {
    padding: 10px 20px 60px;
  }
  
  .edw-list__inner{
    row-gap: 30px;
  }
  
  .edw-list--feature .edw-list__inner,
  .edw-list--useful .edw-list__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .edw-list__heading {
    font-size: 24px;
  }
  
  .edw-list__btn {
    margin: 26px auto 0;
  }
  
  .edw-list__item {
    width: 100%
  }
  
  .edw-list__head {
    margin-top: 14px;
  }
  
  .edw-list__date {
    font-size: 14px;
  }
  
  .edw-list__tag {
    margin-top: -5px;
  }
}

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

.edw-mv > img {
  margin-top: 30px;
}

.edw-mv__youtube{
  position: relative;
  display: block;
  margin-top: 30px;
  transition: opacity 0.3s;
  opacity: 1;
}

.edw-mv__youtube:hover{
  opacity: 0.5;
}

.edw-mv__youtube::after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 10%;
  padding-bottom: 10%;
  background-image: url(/-/Media/Ricoh/Sites/jp_ricoh/about/empowering-digital-workplaces/img/icon_youtube.png);
  background-size: cover;
}

@media screen and (max-width:640px){
  .edw-mv img {
    margin: 14px -15px 0;
    width: calc(100% + 30px);
  }
  .edw-mv__youtube::after{
    width: 15%;
    padding-bottom: 15%;
  }
}

.edw-article,
.edw-form__box {
  max-width: 824px;
  margin: 80px auto 120px;
  padding: 0 20px;
}

.edw-article > :first-child {
  margin-top: 0;
}

.edw-article > :last-child {
  margin-bottom: 0;
}

.edw-article__head {
  display: flex;
  align-items: center;
  margin-top: 1px;
}

.edw-article__date {
  font-size: 16px;
  color: #000;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 16px;
}

.edw-article__title,
.edw-form__title {
  margin-top: 10px;
  font-size: 44px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #000;
}
.edw-article__title-sub {
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #000;
}

.edw-article__tag {
  margin-top: -4px;
}

.edw-article__outside {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  background-color: #f0f0f0;
  margin-top: 20px;
  padding: 10px 14px 10px 30px;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}

.edw-article__outside::before {
  content: "*";
  position: absolute;
  top: 10px;
  left: 15px;
}

@media screen and (max-width:640px){
  .edw-article,
  .edw-form__box {
    max-width: 824px;
    margin: 40px auto 60px;
    padding: 0 30px;
  }
  
  .edw-article > :first-child {
    margin-top: 0;
  }
  
  .edw-article > :last-child {
    margin-bottom: 0;
  }
  
  .edw-article__head {
    display: flex;
    align-items: center;
  }
  
  .edw-article__date {
    font-size: 14px;
    margin-left: 16px;
  }
  
  .edw-article__title,
  .edw-form__title {
    margin-top: 12px;
    font-size: 31px;
    line-height: 1.25;
  }

  .edw-article__title-sub {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.25;
  }

  .edw-article__tag {
    margin-top: 0;
  }
  
  .edw-article__outside {
    font-size: 11px;
    padding: 10px 14px 10px 22px;
    line-height: 1.4;
  }
  .edw-article__outside::before {
    left: 10px;
    top: 11px;
  }
}

.edw-article h2:not(.edw-profile__h2) {
  margin-top: 80px;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-top: 30px;
  width: 100%;
  display: block;
  color: #000;
}

.edw-form h2 {
  margin-top: 80px;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-top: 30px;
  width: 100%;
  display: block;
  color: #000;
}

.edw-article h2:not(.edw-profile__h2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 4px;
  background-color: #cf142b;
}

.edw-article h2:not(.edw-profile__h2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e8e8e8;
}

.edw-article h3 {
  margin-top: 30px;
  position: relative;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-top: 20px;
  width: 100%;
  display: block;
  color: #000;
}

.edw-article h3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 2px;
  background-color: #cf142b;
}

.edw-article h4 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
  width: 100%;
  display: block;
  color: #000;
}

.edw-article p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}

.edw-article p.is-center {
  text-align: center;
}

.edw-article .edw-article__bold {
  font-weight: bold;
}

.edw-article .edw-article__red {
  font-weight: bold;
  color: #cf142b;
}

.edw-article a {
  color: #1478ff!important;
  text-decoration: underline!important;
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (min-width:641px){
  .edw-article a:hover {
    opacity: 0.5;
  }
}

.edw-article ul {
  padding: 0;
  margin: 30px 0 0;
}

.edw-article ul + p {
  margin-top: 30px;
}

.edw-article .italic {
  font-style: italic;
}

.edw-article li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  color: #000;
  text-align: justify;
  text-justify: inter-ideograph;
}

.edw-article li:nth-child(n+2) {
  margin-top: 2px;
}

.edw-article li::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.edw-article .edw-article__img {
  display: block;
  margin: 40px auto;
  width: 85%;
}

.edw-article .edw-article__img img {
  width: 100%;
}

.edw-article .edw-article__img p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.edw-article .ricoh-theta-tour-image {
  margin: 40px 0;
}

p.edw-article__interview {
  margin-top: 30px;
  font-weight: bold;
}

p.edw-article__interview + p {
  margin-top: 30px;
}

.edw-article__interview::before {
  content: "ーー";
}

@media screen and (max-width:640px){
  .edw-article h2,
  .edw-form h2 {
    margin-top: 50px;
    position: relative;
    font-size: 24px;
    padding-top: 20px;
  }
  
  .edw-article h2::after {
    width: 100px;
  }
  
  .edw-article h3 {
    font-size: 18px;
    padding-top: 15px;
  }
  
  .edw-article h3::after {
    width: 100px;
  }
  
  .edw-article h4 {
    margin-top: 20px;
    font-size: 16px;
  }
  
  .edw-article p {
    margin-top: 8px;
    font-size: 14px;
  }

  .edw-article ul {
    padding: 0;
    margin: 20px 0 0;
  }
  
  .edw-article ul + p {
    margin-top: 20px;
  }
  
  .edw-article li {
    font-size: 14px;
    padding-left: 20px;
  }
  
  .edw-article li:nth-child(n+2) {
    margin-top: 2px;
  }
  
  .edw-article li::before {
    left: 7px;
    top: 12px;
    width: 3px;
    height: 3px;
  }
  
  .edw-article .edw-article__img {
    margin: 30px auto;
    width: 95%;
  }
  
  .edw-article .edw-article__img p {
    font-size: 12px;
  }

  .edw-article .ricoh-theta-tour-image {
    margin: 30px 0;
  }

  p.edw-article__interview {
    margin-top: 20px;
  }
  
  p.edw-article__interview + p {
    margin-top: 20px;
  }
}

.edw-writer {
  margin: 40px 0;
  padding: 28px;
  background-color: #f0f0f0;
}

p.edw-writer__head {
  margin-top: 0;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}

p.edw-writer__name {
  margin-top: 4px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}

p.edw-writer__position {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

p.edw-writer__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width:640px){
  .edw-writer {
    margin: 40px -15px;
    padding: 16px 20px;
    background-color: #f0f0f0;
  }
  
  p.edw-writer__head {
    font-size: 13px;
  }
  
  p.edw-writer__name {
    margin-top: 4px;
    font-size: 18px;
  }
  
  p.edw-writer__position {
    margin-top: 2px;
    font-size: 12px;
  }
  
  p.edw-writer__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
  }
  
}

.edw-article__index {
  padding: 38px 38px 30px;
  border: 4px solid #e8e8e8;
}

.edw-article__index + h2 {
  margin-top: 56px;
}

ul.edw-article__index-list {
  margin: 24px 0 0;
  padding: 0;
}

.edw-article__index-list li {
  padding-left: 0;
}

.edw-article__index-list li::before {
  content: none;
}

p.edw-article__index-title {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  padding-left: 22px;
}

a.edw-article__index-item {
  transition: opacity 0.3s;
  opacity: 1;
  font-size: 16px;
  line-height: 2;
  color: #000!important;
  text-decoration: none!important;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.04em;
}

a.edw-article__index-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_arrow_red.png);
  background-size: cover;
  width: 12px;
  height: 9px;
  transform: rotate(90deg);
}

@media screen and (min-width:641px){
  a.edw-article__index-item:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width:640px){
  .edw-article__index {
    padding: 25px 20px 27px;
    border: 4px solid #e8e8e8;
  }
  
  .edw-article__index + h2 {
    margin-top: 40px;
  }
  
  ul.edw-article__index-list {
    margin: 20px 0 0;
    padding: 0;
  }
  
  .edw-article__index-list li {
    padding-left: 0;
  }
  
  .edw-article__index-list li::before {
    content: none;
  }
  
  p.edw-article__index-title {
    font-size: 21px;
    margin: 0;
    padding-left: 13px;
  }
  
  a.edw-article__index-item {
    font-size: 14px;
    line-height: 1.5;
  }
  
  a.edw-article__index-item::before {
    top: 7px;
    left: 0;
    width: 9px;
    height: 7px;
  }
}


.edw-product {
  margin: 40px 0;
  display: flex;
  padding: 17px;
  border: 3px solid #e8e8e8
}

.edw-product__img {
  width: 32%;
}

.edw-product__img img {
  width: 100%;
}

.edw-product__main {
  width: calc(68% - 30px);
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.edw-product .edw-category {
  margin-top: 0;
  font-size: 12px;
  line-height: 1;
}

p.edw-product__title {
  margin-top: 12px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: bold;
}

p.edw-product__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width:640px){
  .edw-product {
    margin: 40px -15px;
    display: block;
    padding: 7px 7px 11px;
  }

  .edw-product__img {
    width: 100%;
  }
  
  .edw-product__img img {
    width: 100%;
  }
  
  .edw-product__main {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  
  .edw-product .edw-category {
    margin-top: 0;
    font-size: 12px;
    line-height: 1;
  }
  
  p.edw-product__title {
    margin-top: 12px;
    font-size: 18px;
  }
  
  p.edw-product__text {
    margin-top: 0;
    font-size: 13px;
  }
}

.edw-movie {
  background-color: #eef2f6;
}

.edw-movie__inner {
  max-width: 824px;
  margin: 0 auto;
  padding: 110px 20px;
}

.edw-movie__title {
  font-size: 48px;
  line-height: calc(52 / 48);
  letter-spacing: 0.04em;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.edw-movie__en {
  font-size: 20px;
  color: #cf142b;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.edw-movie__text {
  margin-top: 28px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
}

.edw-movie__img {
  position: relative;
  display: block;
  max-width: 490px;
  margin: 20px auto 0;
  box-shadow: 4px 0 12px rgba(0,0,0,0.2);
  transition: opacity 0.3s;
  opacity: 1;
}

@media screen and (min-width:641px){
  .edw-movie__img:hover {
    opacity: 0.5;
  }
}

.edw-movie__img::after {
  position: absolute;
  top: 31%;
  left: 39%;
  content: "";
  width: 22%;
  padding-bottom: 22%;
  background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_youtube.png);
  background-size: cover;
}

.edw-movie__img img {
  width: 100%;
}

.edw-relate {
  padding: 110px 0 0;
}

.edw-relate__title {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:640px){
  .edw-movie__inner {
    padding: 55px 15px 60px;
  }
  
  .edw-movie__title {
    font-size: 26px;
    line-height: calc(62 / 52);
  }
  
  .edw-movie__en {
    font-size: 14px;
    margin-top: 10px;
  }
  
  .edw-movie__text {
    margin-top: 22px;
    font-size: 14px;
  }
  
  .edw-movie__img {
    margin: 15px auto 0;
  }
  
  .edw-relate {
    padding: 55px 0 0;
  }
  
  .edw-relate__title {
    font-size: 26px;
  }
}

@media screen and (max-width:640px){
  .edw-dots {
    display: none;
  }

  .edw-slick-btn {
    display: none;
  }
}

@media screen and (min-width:641px){
  .edw-slick {
    margin-left: -40px;
  }
  
  .edw-slick .edw-list__item {
    margin-left: 40px;
  }

  .edw-dots {
    margin: 40px auto 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .edw-dots li {
    margin: 0 10px;
    line-height: 1;
  }

  .edw-dots button {
    position: relative;
    text-indent: -9999px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
  }

  .edw-dots li.slick-active button {
    background-color: #cf142b;
    border: 1px solid #cf142b;
  }

  .edw-slick-btn {
    cursor: pointer;
    position: absolute;
    content: "";
    bottom: -8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #cf142b;
    transition: opacity 0.3s;
  }

  .edw-slick-btn:hover {
    opacity: 0.5;
  }

  .edw-slick-btn__inner{
    position: relative;
  }

  .edw-slick-btn__inner::after {
    position: absolute;
    top: -9px;
    left: 14px;
    content: "";
    background-size: cover;
    width: 14px;
    height: 17px;
    background-image: url(/-/Media/Ricoh/Sites/com/about/empowering-digital-workplaces/img/icon_arrow_white.png);
  }

  .edw-slick-btn.edw-slick-btn--prev .edw-slick-btn__inner::after {
    transform: rotate(180deg);
    left: 12px;
  }
}

@media screen and (min-width:641px){
  #Main .cp-BreadcrumbsHeader {
    display: block !important;
  }
}

.edw-link-icon{
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  vertical-align: middle;
}

.edw-article__box,
.edw-form{
  margin-top: 40px;
}

.edw-article__box--gray,
.edw-form--gray {
  padding: 28px;
  background-color: #f0f0f0;
}
.edw-article__box >
.edw-article__2col{
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
}
@media screen and (max-width:640px){
  .edw-article__box >
  .edw-article__2col{
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.edw-article__col > .edw-article__img{
  margin: 0;
  width: 100%;
}

.edw-article__figcaption{
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.edw-article__figcaption--center{
  text-align: center;
}
.edw-article__box >
.edw-article__2col:first-child{
  margin-top: 0;
}
.edw-article__sub-heading{
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.edw-article__sub-heading + h4{
  margin-top: 4px;
}
.edw-article__box > .edw-article__2col:first-child,
.edw-article__box > h2:first-child,
.edw-article__box > h3:first-child,
.edw-article__box > h4:first-child,
.edw-article__box > p:first-child,
.edw-article__box > .edw-article__img:first-child{
  margin-top: 0;
}

.edw-article h1,
.edw-article h2,
.edw-article h3,
.edw-article h4,
.edw-article h5,
.edw-article h6,
.edw-article li,
.edw-article p,
.edw-article span,
.edw-article a{
  text-align: inherit;
}

@media screen and (min-width:641px){
  .edw-profile{
    margin-top: 80px;
    width: 100%;
    position: relative;
  }
  h2.edw-profile__h2{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
    display: block;
    color: #000;
  }
  .edw-profile--side{
    display: grid;
    grid-template-columns: 65%;
  }
  .edw-profile--side--left{
    justify-content: end;
  }
  .edw-profile--side--right{
    justify-content: start;
  }
  .edw-profile--side--left .edw-profile__h2{
    padding-left: calc(31% + 24px);
  }
  .edw-profile--side--left .edw-profile__detail{
    padding-left: calc(31% + 24px);
  }
  .edw-profile--side--right .edw-profile__h2{
    padding-right: calc(20% + 24px);
  }
  .edw-profile--side .edw-profile__image{
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
  }
  .edw-profile--side--left .edw-profile__image{
    left: 0;
  }
  .edw-profile--side--right .edw-profile__image{
    right: 0;
  }
  .edw-profile--vertical{
    display: grid;
    grid-template-columns: 65%;
  }
  .edw-profile--vertical--left {
    justify-content: end;
  }
  .edw-profile--vertical--right {
    justify-content: start;
  }
  .edw-profile--vertical--right .edw-profile__h2,
  .edw-profile--vertical--right .edw-profile__detail{
    padding-right: calc(10% + 24px);
  }
  .edw-profile--vertical--left .edw-profile__h2,
  .edw-profile--vertical--left .edw-profile__detail{
    padding-left: calc(10% + 24px);
  }
  .edw-profile--vertical .edw-profile__image{
    width: 40%;
    position: absolute;
    top: 0;
  }
  .edw-profile--vertical--right .edw-profile__image{
    right: 0;
  }
  .edw-profile--vertical--left .edw-profile__image{
    left: 0;
  }
  .edw-profile__image img{
    width: 100%;
  }
  .edw-profile__detail{
    background-color: #cf142b;
    padding: 24px;
    margin-top: 40px;
  }
  .edw-profile--vertical .edw-profile__detail{
    margin-top: 120px;
  }
  p.edw-profile__name{
    margin-top: 0;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #ffffff;
  }
  p.edw-profile__position{
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
}
@media screen and (max-width:640px){
  .edw-profile{
    margin-top: 80px;
  }
  h2.edw-profile__h2{
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
    display: block;
    color: #000;
  }
  .edw-profile__image{
    margin-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .edw-profile__image img{
    width: 100%;
  }
  .edw-profile__detail{
    background-color: #cf142b;
    padding: 24px;
    margin-right: 40px;
    margin-left: 40px;
  }
  p.edw-profile__name{
    margin-top: 0;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #ffffff;
  }
  p.edw-profile__position{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #ffffff;
  }
  .edw-link-icon{
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
  }
  .edw-article__box{
    margin-top: 40px;
  }
  .edw-article__box--gray{
    padding: 28px;
    background-color: #f0f0f0;
  }
  .edw-article__box >
  .edw-article__2col{
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
  @media screen and (max-width:640px){
    .edw-article__box >
    .edw-article__2col{
      grid-template-columns: 1fr;
      row-gap: 24px;
    }
  }
  .edw-article__col > .edw-article__img{
    margin: 0;
    width: 100%;
  }
  
  .edw-article__figcaption{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .edw-article__figcaption--center{
    text-align: center;
  }
  .edw-article__box >
  .edw-article__2col:first-child{
    margin-top: 0;
  }
  .edw-article__sub-heading{
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: bold;
  }
  .edw-article__sub-heading + h4{
    margin-top: 4px;
  }
  .edw-article__box > .edw-article__2col:first-child,
  .edw-article__box > h2:first-child,
  .edw-article__box > h3:first-child,
  .edw-article__box > h4:first-child,
  .edw-article__box > p:first-child,
  .edw-article__box > .edw-article__img:first-child{
    margin-top: 0;
  }
}