@charset "utf-8";

#ricoh_smart_huddle_office_relocation {
  background: #ece8e1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#ricoh_smart_huddle_office_relocation * {
  box-sizing: border-box;
}

#ricoh_smart_huddle_office_relocation h2 {
  font-size: 52px;
  font-weight: 600;
}

#ricoh_smart_huddle_office_relocation h3,
#ricoh_smart_huddle_office_relocation h4 {
  font-weight: 600;
}

#ricoh_smart_huddle_office_relocation .c-attention-a__marker {
  width: initial;
}

#ricoh_smart_huddle_office_relocation .btn {
  border: 2px solid #333;
  height: 56px;
  border-radius: 28px;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: 0.2s;
  position: relative;
}

#ricoh_smart_huddle_office_relocation .btn:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.41 18'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 9 9 .71 17.29'/%3E%3C/svg%3E") no-repeat center right/contain;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
}

#ricoh_smart_huddle_office_relocation .btn:hover {
  opacity: 0.7;
}

#ricoh_smart_huddle_office_relocation .btn.btn_primary {
  background: #cf152b;
  color: #fff;
  border: none;
}

#ricoh_smart_huddle_office_relocation .btn.btn_primary:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.41 18'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 9 9 .71 17.29'/%3E%3C/svg%3E");
}

#ricoh_smart_huddle_office_relocation .btn.btn_secondary {
  color: #fff;
  border-color: #fff;
}

#ricoh_smart_huddle_office_relocation .btn.btn_secondary:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.41 18'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 9 9 .71 17.29'/%3E%3C/svg%3E");
}

#ricoh_smart_huddle_office_relocation .btn.btn_tertiary {
  background: #fff;
}

#ricoh_smart_huddle_office_relocation .blur {
  opacity: 0;
  filter: blur(14px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(100px);
}

#ricoh_smart_huddle_office_relocation .blur.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

#ricoh_smart_huddle_office_relocation #concept .c-margin-a__inner,
#ricoh_smart_huddle_office_relocation #advantages .c-margin-a__inner,
#ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle .c-margin-a__inner {
  max-width: 1168px;
  margin: 0 auto;
}

#ricoh_smart_huddle_office_relocation #concept h2,
#ricoh_smart_huddle_office_relocation #advantages h2,
#ricoh_smart_huddle_office_relocation #case_study h2,
#ricoh_smart_huddle_office_relocation #work_flow h2 {
  display: inline-block;
  text-align: left;
  position: relative;
}

#ricoh_smart_huddle_office_relocation #concept h2>span,
#ricoh_smart_huddle_office_relocation #advantages h2>span,
#ricoh_smart_huddle_office_relocation #case_study h2>span,
#ricoh_smart_huddle_office_relocation #work_flow h2>span {
  font-size: 50%;
  display: block;
  margin-bottom: 32px;
}

#ricoh_smart_huddle_office_relocation #concept h2>span::after,
#ricoh_smart_huddle_office_relocation #advantages h2>span::after,
#ricoh_smart_huddle_office_relocation #case_study h2>span::after,
#ricoh_smart_huddle_office_relocation #work_flow h2>span::after {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background: #333;
  position: relative;
  bottom: -16px;
}

#ricoh_smart_huddle_office_relocation #case_study,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle {
  background: #3d3c3e;
  color: #fff;
}

#ricoh_smart_huddle_office_relocation #case_study h2,
#ricoh_smart_huddle_office_relocation #case_study h3,
#ricoh_smart_huddle_office_relocation #case_study h4,
#ricoh_smart_huddle_office_relocation #case_study h5,
#ricoh_smart_huddle_office_relocation #case_study h6,
#ricoh_smart_huddle_office_relocation #case_study .c-h3-a__text,
#ricoh_smart_huddle_office_relocation #case_study .c-h4-a__text,
#ricoh_smart_huddle_office_relocation #case_study .c-h5-a__text,
#ricoh_smart_huddle_office_relocation #case_study .c-text-a__text,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h2,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h3,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h4,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h5,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h6,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle .c-h3-a__text,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle .c-h4-a__text,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle .c-h5-a__text,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle .c-text-a__text {
  color: #fff;
}

#ricoh_smart_huddle_office_relocation #case_study h2>span,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h2>span {
  font-size: 38%;
}

#ricoh_smart_huddle_office_relocation #case_study .c-h3-a+.c-multiCol,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle .c-h3-a+.c-multiCol {
  margin-top: 50px;
}

#ricoh_smart_huddle_office_relocation #case_study .c-list-disc-a__item::before,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle .c-list-disc-a__item::before {
  background: #fff;
}

#ricoh_smart_huddle_office_relocation .nav_wrapper {
  width: 100%;
  padding: 10px 0;
  background: #ece8e1;
}

#ricoh_smart_huddle_office_relocation .nav_wrapper.is_fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.1) 4px 4px 4px;
}

#ricoh_smart_huddle_office_relocation .nav_wrapper.is_fixed+.c-mv {
  margin-top: 60px;
}

#ricoh_smart_huddle_office_relocation .nav_wrapper .sp_nav_open_btn {
  width: 100%;
  height: 44px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.28 8.55'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %239a9a9a; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='13.57 .71 7.14 7.14 .71 .71'/%3E%3C/svg%3E") no-repeat center right 10px/20px 10px;
  display: none;
}

#ricoh_smart_huddle_office_relocation .nav_wrapper .sp_nav_open_btn.is_open {
  transform: scale(1, -1);
}

#ricoh_smart_huddle_office_relocation .nav_container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

#ricoh_smart_huddle_office_relocation .nav_links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#ricoh_smart_huddle_office_relocation .nav_links li {
  margin-right: 20px;
}

#ricoh_smart_huddle_office_relocation .nav_links a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  transition: 0.3s;
}

#ricoh_smart_huddle_office_relocation .nav_links a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

#ricoh_smart_huddle_office_relocation .nav_buttons {
  display: grid;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 16px;
  grid-template-columns: repeat(2, auto);
}

#ricoh_smart_huddle_office_relocation .nav_buttons a {
  background-color: #cf152b;
  color: white;
  padding: 10px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

#ricoh_smart_huddle_office_relocation .nav_buttons a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1em;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.41 18'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 9 9 .71 17.29'/%3E%3C/svg%3E") no-repeat center right/contain;
}

#ricoh_smart_huddle_office_relocation .nav_buttons a:hover {
  opacity: 0.7;
}

#ricoh_smart_huddle_office_relocation .c-mv {
  height: 53vw;
  max-height: 850px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

#ricoh_smart_huddle_office_relocation .c-mv #p-homeSlide .p-homeSlide__box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

#ricoh_smart_huddle_office_relocation .c-mv #p-homeSlide .p-homeSlide__box.is-prev {
  z-index: 1;
}

#ricoh_smart_huddle_office_relocation .c-mv #p-homeSlide .p-homeSlide__box.is-current {
  z-index: 2;
}

#ricoh_smart_huddle_office_relocation .c-mv #p-homeSlide .p-homeSlide__box.is-current .img {
  animation: 1.2s cubic-bezier(0.87, 0, 0.13, 1) isHomeSlideIn forwards;
}

#ricoh_smart_huddle_office_relocation .c-mv #p-homeSlide .p-homeSlide__box .bg {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr 1fr;
}

#ricoh_smart_huddle_office_relocation .c-mv #p-homeSlide .p-homeSlide__box .bg .bg__col {
  overflow: hidden;
}

#ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner {
  background: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  padding: 56px 32px;
  position: relative;
  z-index: 2;
}

#ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner .c-h1-a {
  font-size: 48px;
}

#ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner .c-h1-a .c-mv__text {
  font-size: 32px;
  display: inline-block;
  margin-top: 20px;
}

#ricoh_smart_huddle_office_relocation .c-mv .btn_case_study {
  position: absolute;
  z-index: 4;
  bottom: 50px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 193px;
  height: 193px;
  background: #474747;
  border: 1px solid #fff;
  border-radius: 96.5px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}

#ricoh_smart_huddle_office_relocation .c-mv .btn_case_study::after {
  content: "";
  display: block;
  width: 16px;
  height: 8px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 10'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='17.29 .71 9 9 .71 .71'/%3E%3C/svg%3E") no-repeat center/contain;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: auto;
}

#ricoh_smart_huddle_office_relocation .c-mv .btn_case_study:hover {
  opacity: 0.9;
}

#ricoh_smart_huddle_office_relocation #concept p {
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
  line-height: 2.1;
}

#ricoh_smart_huddle_office_relocation #concept img {
  max-width: 900px;
  margin-left: auto;
  margin-right: 0;
}

#ricoh_smart_huddle_office_relocation #concept .c-attention-a {
  display: flex;
  justify-content: flex-end;
}

#ricoh_smart_huddle_office_relocation #concept .c-attention-a .c-attention-a__marker {
  width: initial;
}

#ricoh_smart_huddle_office_relocation #advantages .c-multiCol+.c-multiCol {
  margin-top: 80px;
}

#ricoh_smart_huddle_office_relocation #advantages .c-h3-a__text {
  display: grid;
  grid-template-columns: 4em 1fr;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

#ricoh_smart_huddle_office_relocation #advantages .point_title {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

#ricoh_smart_huddle_office_relocation #advantages .point_title>span {
  font-size: 40px;
  margin-bottom: 4px;
  padding-left: 4px;
}

#ricoh_smart_huddle_office_relocation #case_study h2 span::after {
  background: #fff;
}

#ricoh_smart_huddle_office_relocation #case_study .c-linkCard__item {
  background: #1e1e1e;
}

#ricoh_smart_huddle_office_relocation #case_study .c-linkCard__item>a {
  height: 75%;
}

#ricoh_smart_huddle_office_relocation #case_study .c-linkCard__item .c-linkCard__company {
  padding: 16px 16px 0;
}

#ricoh_smart_huddle_office_relocation #case_study .c-linkCard__item .c-text-a__text {
  padding: 0 16px 16px;
}

#ricoh_smart_huddle_office_relocation #case_study .c-linkCard__link .c-linkCard__image::before,
#ricoh_smart_huddle_office_relocation #case_study .c-linkCard__link .c-linkCard__image::after {
  content: none;
}

#ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner .c-multiCol .c-linkCard .c-linkCard__item:first-child {
  display: grid;
  grid-template-columns: 77px 1fr;
  -moz-column-gap: 8%;
  column-gap: 8%;
}

#ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner .c-multiCol .c-linkCard .c-linkCard__item:first-child::before {
  content: "";
  display: block;
  height: 100%;
}

#ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner .c-multiCol:nth-of-type(1) .c-linkCard .c-linkCard__item:first-child::before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.88 300.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; font-size: 67.09px; font-weight: 600; %7D .cls-2, .cls-3 %7B fill: %23333; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cline class='cls-1' x1='38.44' y1='71.48' x2='38.44' y2='298.21'/%3E%3Cpath class='cls-3' d='M28.84,284.54c.46-.3,1.08-.16,1.38.31l8.22,12.9,8.22-12.9c.3-.47.92-.61,1.38-.31s.6.92.31,1.38l-9.06,14.23c-.18.29-.5.46-.84.46s-.66-.18-.84-.46l-9.06-14.23c-.11-.17-.16-.35-.16-.54,0-.33.16-.65.46-.85Z'/%3E%3C/g%3E%3Ctext class='cls-2' transform='translate(0 59.04)'%3E%3Ctspan x='0' y='0'%3E01%3C/tspan%3E%3C/text%3E%3C/svg%3E") no-repeat top center/contain;
}

#ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner .c-multiCol:nth-of-type(2) .c-linkCard .c-linkCard__item:first-child::before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.88 297.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; font-size: 67.09px; font-weight: 600; %7D .cls-2, .cls-3 %7B fill: %23333; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cline class='cls-1' x1='38.44' y1='71.48' x2='38.44' y2='295.21'/%3E%3Cpath class='cls-3' d='M28.84,281.54c.46-.3,1.08-.16,1.38.31l8.22,12.9,8.22-12.9c.3-.47.92-.61,1.38-.31s.6.92.31,1.38l-9.06,14.23c-.18.29-.5.46-.84.46s-.66-.18-.84-.46l-9.06-14.23c-.11-.17-.16-.35-.16-.54,0-.33.16-.65.46-.85Z'/%3E%3C/g%3E%3Ctext class='cls-2' transform='translate(0 59.04)'%3E%3Ctspan x='0' y='0'%3E02%3C/tspan%3E%3C/text%3E%3C/svg%3E") no-repeat top center/contain;
}

#ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner .c-multiCol:nth-of-type(3) .c-linkCard .c-linkCard__item:first-child::before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.88 299.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; font-size: 67.09px; font-weight: 600; %7D .cls-2, .cls-3 %7B fill: %23333; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cline class='cls-1' x1='38.44' y1='71.48' x2='38.44' y2='297.21'/%3E%3Cpath class='cls-3' d='M28.84,283.54c.46-.3,1.08-.16,1.38.31l8.22,12.9,8.22-12.9c.3-.47.92-.61,1.38-.31s.6.92.31,1.38l-9.06,14.23c-.18.29-.5.46-.84.46s-.66-.18-.84-.46l-9.06-14.23c-.11-.17-.16-.35-.16-.54,0-.33.16-.65.46-.85Z'/%3E%3C/g%3E%3Ctext class='cls-2' transform='translate(0 59.04)'%3E%3Ctspan x='0' y='0'%3E03%3C/tspan%3E%3C/text%3E%3C/svg%3E") no-repeat top center/contain;
}

#ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner .c-multiCol:nth-of-type(4) .c-linkCard .c-linkCard__item:first-child::before {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.88 301.48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; font-size: 67.09px; font-weight: 600; %7D .cls-2, .cls-3 %7B fill: %23333; %7D %3C/style%3E%3C/defs%3E%3Ctext class='cls-2' transform='translate(0 59.04)'%3E%3Ctspan x='0' y='0'%3E04%3C/tspan%3E%3C/text%3E%3Cg%3E%3Cline class='cls-1' x1='38.44' y1='71.48' x2='38.44' y2='259.48'/%3E%3Cg%3E%3Cg%3E%3Cpath class='cls-1' d='M55.25,284.47c.51-7.19-3.68-14.18-10.77-16.88-8.67-3.3-18.37,1.04-21.67,9.71'/%3E%3Cpolygon class='cls-3' points='60.83 279.86 59.81 278.89 55.09 283.92 50.41 278.84 49.38 279.79 55.07 285.98 60.83 279.86'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-1' d='M21.23,282.49c-.51,7.19,3.68,14.18,10.77,16.88,8.67,3.3,18.37-1.04,21.67-9.71'/%3E%3Cpolygon class='cls-3' points='15.64 287.11 16.66 288.07 21.39 283.04 26.06 288.12 27.09 287.17 21.4 280.98 15.64 287.11'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat top center/contain;
}

#ricoh_smart_huddle_office_relocation #work_flow h2+.c-multiCol {
  margin-top: 96px;
}

#ricoh_smart_huddle_office_relocation #work_flow .c-h3-a__text {
  display: inline-block;
  border: 1px solid #000;
  padding: 0 8px;
}

#ricoh_smart_huddle_office_relocation #work_flow .step_title {
  font-weight: 600;
  font-size: 20px;
}

#ricoh_smart_huddle_office_relocation #work_flow .step_duration {
  font-weight: 600;
  margin-bottom: 32px;
}

#ricoh_smart_huddle_office_relocation #work_flow .live_office {
  background: #fff;
  max-width: 1282px;
  width: 96%;
  margin: 130px auto 0;
  padding: 64px 16px;
}

#ricoh_smart_huddle_office_relocation #work_flow .live_office h3 {
  font-size: 52px;
}

#ricoh_smart_huddle_office_relocation #work_flow .live_office img {
  max-width: 840px;
  margin: 0 auto;
}

#ricoh_smart_huddle_office_relocation #faq {
  background: #fff;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion {
  border-bottom: 1px #858585 solid;
  max-width: 792px;
  margin: 48px auto 0;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion [data-accordion=trigger]::after {
  background: #333;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__item {
  border-top: 1px #858585 solid;
  margin-bottom: 0;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell {
  background: #f9f8f5;
  border-width: 0;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell button {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 48px;
  display: grid;
  grid-template-columns: 32px 1fr;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell button::before {
  content: "Q";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell+.c-accordion__cell {
  padding: 10px 24px 24px;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell+.c-accordion__cell .c-accordion__text {
  display: grid;
  grid-template-columns: 32px 1fr;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell+.c-accordion__cell .c-accordion__text::before {
  content: "A";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell table tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell table tr:nth-child(odd) {
  background: #fff;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell table tr:nth-child(even) {
  background: #eeebe3;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell table th,
#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell table td {
  padding: 8px;
}

#ricoh_smart_huddle_office_relocation #faq .c-accordion__cell table td {
  border-left: 1px solid #000;
}

#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h2 {
  text-align: left;
}

#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 0.4em;
  column-gap: 0.4em;
  align-items: center;
}

#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h3::before,
#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h3::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #fff;
}

#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h4 {
  font-size: 16px;
}

#ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h5 {
  font-size: 18px;
}

#ricoh_smart_huddle_office_relocation #support_section h2 {
  font-size: 26px;
}

#ricoh_smart_huddle_office_relocation #support_section .steps {
  display: grid;
  grid-template-columns: 1fr 4em 1fr 4em 1fr 4em 1fr;
  row-gap: 16px;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0;
}

#ricoh_smart_huddle_office_relocation #support_section .steps .step {
  margin: 0;
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1/3;
}

#ricoh_smart_huddle_office_relocation #support_section .steps .step h3 {
  border: 2px solid #000;
  text-align: center;
  padding: 16px;
  border-radius: 98px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: visible;
  font-size: clamp(9.7px, 1.5vw, 18px);
}

#ricoh_smart_huddle_office_relocation #support_section .steps .step h3 .number {
  font-size: 188.8%;
}

#ricoh_smart_huddle_office_relocation #support_section .steps .step p {
  display: flex;
  align-items: center;
}

#ricoh_smart_huddle_office_relocation #support_section .steps .period {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1/3;
  align-items: center;
  justify-items: center;
}

#ricoh_smart_huddle_office_relocation #support_section .steps .period picture {
  width: 80%;
}

#ricoh_smart_huddle_office_relocation #support_section .steps .period::after {
  content: "";
  display: block;
}

#ricoh_smart_huddle_office_relocation .slick-slide {
  height: initial;
}

#ricoh_smart_huddle_office_relocation .slider_wrapper {
  margin: 56px auto 0;
}

#ricoh_smart_huddle_office_relocation .slider_item+.slider_item {
  margin: 0 16px;
}

#ricoh_smart_huddle_office_relocation .slider_item>img,
#ricoh_smart_huddle_office_relocation .slider_text {
  width: 88%;
}

#ricoh_smart_huddle_office_relocation .slider_item {
  text-decoration: none;
}

#ricoh_smart_huddle_office_relocation .slider_item img {
  max-width: 700px;
}

#ricoh_smart_huddle_office_relocation .slider_item .slider_text {
  max-width: 588px;
  background: #1e1e1e;
  color: #fff;
  display: grid;
  row-gap: 8px;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
  top: -24px;
  left: -24px;
}

#ricoh_smart_huddle_office_relocation .slider_item .slider_text h3 {
  margin: 0;
  font-size: 18px;
}

#ricoh_smart_huddle_office_relocation .slider_item .slider_text p {
  margin: 0;
  font-size: 14px;
}

#ricoh_smart_huddle_office_relocation .slider_item .slider_text .click_here_for_details {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s opacity;
}

#ricoh_smart_huddle_office_relocation .slider_item .slider_text .click_here_for_details:hover {
  opacity: 0.8;
}

#ricoh_smart_huddle_office_relocation .slider_item .slider_text .click_here_for_details::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.84 15.68'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-linejoin: round; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 7.84 7.84 .71 14.97'/%3E%3C/svg%3E") no-repeat center right/contain;
  margin-left: 1em;
}

#ricoh_smart_huddle_office_relocation .slide_arrow {
  width: 95px;
  height: 134px;
  background: rgba(0, 0, 0, 0.7) no-repeat center/40%;
  display: block;
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
  border: none;
  transition: 0.3s;
}

#ricoh_smart_huddle_office_relocation .slide_arrow:hover {
  opacity: 0.8;
}

#ricoh_smart_huddle_office_relocation .prev_arrow {
  left: 10%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.23 67.64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='34.53 .71 1.41 33.82 34.53 66.93' /%3E%3C/svg%3E");
}

#ricoh_smart_huddle_office_relocation .next_arrow {
  right: 10%;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.23 67.64'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='.71 .71 33.82 33.82 .71 66.93'/%3E%3C/svg%3E");
}

#ricoh_smart_huddle_office_relocation .slick-dots {
  bottom: -48px;
}

#ricoh_smart_huddle_office_relocation .slick-dots li {
  margin: 0 16px;
}

#ricoh_smart_huddle_office_relocation .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  transition: 0.3s;
}

#ricoh_smart_huddle_office_relocation .slick-dots li button .slick-dot-icon::before {
  content: "";
}

#ricoh_smart_huddle_office_relocation .slick-dots li button:hover {
  opacity: 0.5;
}

#ricoh_smart_huddle_office_relocation .slick-dots li button::before {
  content: none;
}

#ricoh_smart_huddle_office_relocation .slick-dots li.slick-active button {
  background: #fff;
}

@media screen and (max-width: 1100px) {
  #ricoh_smart_huddle_office_relocation .nav_wrapper {
    background: #f2f2f2;
    padding: 0;
  }

  #ricoh_smart_huddle_office_relocation .nav_wrapper .sp_nav_open_btn {
    display: block;
  }

  #ricoh_smart_huddle_office_relocation .nav_wrapper .nav_container {
    flex-direction: column;
  }

  #ricoh_smart_huddle_office_relocation .nav_wrapper .nav_links {
    flex-direction: column;
    order: 2;
    width: 100%;
  }

  #ricoh_smart_huddle_office_relocation .nav_wrapper .nav_links li {
    margin: 0;
  }

  #ricoh_smart_huddle_office_relocation .nav_wrapper .nav_links li a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
  }

  #ricoh_smart_huddle_office_relocation .nav_wrapper .nav_links li a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 6px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.28 8.55'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %239a9a9a; stroke-miterlimit: 10; stroke-width: 2px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='13.57 .71 7.14 7.14 .71 .71'/%3E%3C/svg%3E") no-repeat center/contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #ricoh_smart_huddle_office_relocation .nav_wrapper .nav_buttons {
    order: 1;
    padding-bottom: 10px;
    width: 100%;
  }

  #ricoh_smart_huddle_office_relocation .c-mv {
    display: flex;
    align-items: center;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner {
    padding: 16px;
    max-width: 520px;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner .c-h1-a {
    font-size: 31px;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner .c-h1-a .c-mv__text {
    font-size: 24px;
  }

  #ricoh_smart_huddle_office_relocation #advantages .point_content {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  #ricoh_smart_huddle_office_relocation .c-mv {
    height: initial;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .c-margin-b__inner {
    margin: 0;
    width: 100%;
    max-width: initial;
  }

  #ricoh_smart_huddle_office_relocation .c-mv #p-homeSlide {
    aspect-ratio: 2/1.06;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner {
    position: static;
    max-width: initial;
    text-align: center;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .btn {
    margin: 0 auto;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .btn_case_study {
    top: -24%;
    bottom: 0;
    right: 16px;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  #ricoh_smart_huddle_office_relocation h2 {
    font-size: 32px;
  }

  #ricoh_smart_huddle_office_relocation .c-linkCard--col2.c-linkCard--col-reverse .c-linkCard__item:last-child {
    order: initial;
  }

  #ricoh_smart_huddle_office_relocation .nav_buttons {
    grid-template-columns: 1fr;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner .c-h1-a {
    font-size: 22px;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .c-mv__inner .c-h1-a .c-mv__text {
    font-size: 16px;
  }

  #ricoh_smart_huddle_office_relocation .c-mv .btn_case_study {
    font-size: 16px;
    width: 120px;
    height: 120px;
    top: -40%;
  }

  #ricoh_smart_huddle_office_relocation #concept p {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  #ricoh_smart_huddle_office_relocation #concept p br {
    display: none;
  }

  #ricoh_smart_huddle_office_relocation #advantages .c-multiCol {
    margin-top: 24px;
  }

  #ricoh_smart_huddle_office_relocation #advantages .c-multiCol .c-linkCard {
    row-gap: 20px;
  }

  #ricoh_smart_huddle_office_relocation #advantages .c-h3-a__text,
  #ricoh_smart_huddle_office_relocation #advantages .point_title {
    display: block;
  }

  #ricoh_smart_huddle_office_relocation #work_flow h2+.c-multiCol {
    margin-top: 48px;
  }

  #ricoh_smart_huddle_office_relocation #work_flow .c-multiCol {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 24px;
  }

  #ricoh_smart_huddle_office_relocation #work_flow .c-multiCol:before {
    content: "";
    display: block;
    height: 100%;
    background: no-repeat top center/contain;
  }

  #ricoh_smart_huddle_office_relocation #work_flow .c-multiCol:nth-of-type(1):before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.88 457.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; font-size: 67.09px; font-weight: 600; %7D .cls-2, .cls-3 %7B fill: %23333; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cline class='cls-1' x1='38.44' y1='71.48' x2='38.44' y2='455.21'/%3E%3Cpath class='cls-3' d='M28.84,441.54c.46-.3,1.08-.16,1.38.31l8.22,12.9,8.22-12.9c.3-.47.92-.61,1.38-.31s.6.92.31,1.38l-9.06,14.23c-.18.29-.5.46-.84.46s-.66-.18-.84-.46l-9.06-14.23c-.11-.17-.16-.35-.16-.54,0-.33.16-.65.46-.85Z'/%3E%3C/g%3E%3Ctext class='cls-2' transform='translate(0 59.04)'%3E%3Ctspan x='0' y='0'%3E01%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  }

  #ricoh_smart_huddle_office_relocation #work_flow .c-multiCol:nth-of-type(2):before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.88 454.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; font-size: 67.09px; font-weight: 600; %7D .cls-2, .cls-3 %7B fill: %23333; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cline class='cls-1' x1='38.44' y1='71.48' x2='38.44' y2='452.21'/%3E%3Cpath class='cls-3' d='M28.84,438.54c.46-.3,1.08-.16,1.38.31l8.22,12.9,8.22-12.9c.3-.47.92-.61,1.38-.31s.6.92.31,1.38l-9.06,14.23c-.18.29-.5.46-.84.46s-.66-.18-.84-.46l-9.06-14.23c-.11-.17-.16-.35-.16-.54,0-.33.16-.65.46-.85Z'/%3E%3C/g%3E%3Ctext class='cls-2' transform='translate(0 59.04)'%3E%3Ctspan x='0' y='0'%3E02%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  }

  #ricoh_smart_huddle_office_relocation #work_flow .c-multiCol:nth-of-type(3):before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.88 456.61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; font-size: 67.09px; font-weight: 600; %7D .cls-2, .cls-3 %7B fill: %23333; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cline class='cls-1' x1='38.44' y1='71.48' x2='38.44' y2='454.21'/%3E%3Cpath class='cls-3' d='M28.84,440.54c.46-.3,1.08-.16,1.38.31l8.22,12.9,8.22-12.9c.3-.47.92-.61,1.38-.31s.6.92.31,1.38l-9.06,14.23c-.18.29-.5.46-.84.46s-.66-.18-.84-.46l-9.06-14.23c-.11-.17-.16-.35-.16-.54,0-.33.16-.65.46-.85Z'/%3E%3C/g%3E%3Ctext class='cls-2' transform='translate(0 59.04)'%3E%3Ctspan x='0' y='0'%3E03%3C/tspan%3E%3C/text%3E%3C/svg%3E");
  }

  #ricoh_smart_huddle_office_relocation #work_flow .c-multiCol:nth-of-type(4):before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 76.88 458.48'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23333; stroke-miterlimit: 10; stroke-width: 2px; %7D .cls-2 %7B font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif; font-size: 67.09px; font-weight: 600; %7D .cls-2, .cls-3 %7B fill: %23333; %7D %3C/style%3E%3C/defs%3E%3Ctext class='cls-2' transform='translate(0 59.04)'%3E%3Ctspan x='0' y='0'%3E04%3C/tspan%3E%3C/text%3E%3Cg%3E%3Cline class='cls-1' x1='38.44' y1='71.48' x2='38.44' y2='416.48'/%3E%3Cg%3E%3Cg%3E%3Cpath class='cls-1' d='M55.25,441.47c.51-7.19-3.68-14.18-10.77-16.88-8.67-3.3-18.37,1.04-21.67,9.71'/%3E%3Cpolygon class='cls-3' points='60.83 436.85 59.81 435.89 55.09 440.92 50.41 435.84 49.38 436.79 55.07 442.98 60.83 436.85'/%3E%3C/g%3E%3Cg%3E%3Cpath class='cls-1' d='M21.23,439.49c-.51,7.19,3.68,14.18,10.77,16.88,8.67,3.3,18.37-1.04,21.67-9.71'/%3E%3Cpolygon class='cls-3' points='15.64 444.11 16.66 445.07 21.39 440.04 26.06 445.12 27.09 444.17 21.4 437.98 15.64 444.11'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  #ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner .c-multiCol .c-linkCard .c-linkCard__item:first-child {
    display: block;
  }

  #ricoh_smart_huddle_office_relocation #work_flow .c-margin-a__inner .c-multiCol .c-linkCard .c-linkCard__item:first-child::before {
    content: none !important;
  }

  #ricoh_smart_huddle_office_relocation #work_flow .live_office {
    margin-top: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #ricoh_smart_huddle_office_relocation #work_flow .live_office h3 {
    font-size: 32px;
  }

  #ricoh_smart_huddle_office_relocation #work_flow .live_office .btn {
    font-size: 14px;
  }

  #ricoh_smart_huddle_office_relocation #faq .c-accordion__text {
    padding-right: 0;
  }

  #ricoh_smart_huddle_office_relocation #faq .c-accordion__cell+.c-accordion__cell {
    padding-left: 14px;
  }

  #ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h2>span {
    font-size: 16px;
    font-weight: normal;
  }

  #ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h3 {
    font-size: 28px;
  }

  #ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h4 {
    font-size: 19px;
  }

  #ricoh_smart_huddle_office_relocation #ricoh_smart_huddle h5 {
    font-size: 16px;
  }

  #ricoh_smart_huddle_office_relocation #support_section h2 {
    font-size: 20px;
  }

  #ricoh_smart_huddle_office_relocation #support_section .steps {
    display: flex;
    flex-direction: column;
  }

  #ricoh_smart_huddle_office_relocation #support_section .steps .step {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }

  #ricoh_smart_huddle_office_relocation #support_section .steps .step h3 {
    font-size: 16px;
    border-radius: 148px;
  }

  #ricoh_smart_huddle_office_relocation #support_section .steps .step p {
    margin: 0;
  }

  #ricoh_smart_huddle_office_relocation #support_section .steps .period img {
    height: 16px;
  }

  #ricoh_smart_huddle_office_relocation .slider_item .slider_text {
    position: static;
  }
}

@keyframes isShowBgImg {
  0% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes isHomeSlideIn {
  0% {
    transform: translate(100%, 0);
  }

  100% {
    transform: translate(0%, 0);
  }
}