@charset "UTF-8";
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px 60px;
    box-sizing: border-box;
  }
}
.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: bold !important;
  overflow-x: hidden;
  transition: 1s;
  transition-delay: 0.2s;
  position: relative;
}
body.reloaded {
  filter: blur(200px);
}

body h1 {
  margin: 0;
}
body .c-container {
  color: #000;
}
body .c-container * {
  line-height: 1.4;
  font-weight: bold;
}
body .c-container h1,
body .c-container h2,
body .c-container h3,
body .c-container h4,
body .c-container h5,
body .c-container h1 *,
body .c-container h2 *,
body .c-container h3 *,
body .c-container h4 *,
body .c-container h5 * {
  font-weight: bold;
}
body .c-container h1,
body .c-container h2,
body .c-container h3,
body .c-container h4,
body .c-container h5,
body .c-container p {
  color: #000;
  font-weight: bold;
}
body .c-container p:not([class]) {
  font-size: inherit;
}
body ul,
body li {
  list-style: none;
  padding: 0;
  margin: 0;
}
body a,
body a:link,
body a:visited,
body button,
body button:link,
body button:visited {
  text-decoration: none;
  color: #000;
  background: none;
}
body a:hover,
body a:link:hover,
body a:visited:hover,
body button:hover,
body button:link:hover,
body button:visited:hover {
  opacity: 0.7;
}
body .wrapper {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 16px;
}
body .wrapper_pc {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 16px;
}
body .inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
body section {
  margin-bottom: 60px;
}
body .cv_btn,
body .c-container .cv_btn {
  display: block;
  width: 312px;
  height: 3.5em;
  line-height: 3.5;
  background: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 28px;
  font-size: clamp(16px, 1.1vw, 16px);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
body .cv_btn::before,
body .c-container .cv_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
}
body .cv_btn::after,
body .c-container .cv_btn::after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #000;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}
body .cv_btn:hover,
body .c-container .cv_btn:hover {
  text-decoration: none;
  opacity: 1 !important;
  background: transparent;
  color: #fff;
}
body .cv_btn:hover::after,
body .c-container .cv_btn:hover::after {
  left: -10%;
  width: 120%;
}
body .cv_btn:hover:visited,
body .c-container .cv_btn:hover:visited {
  color: #fff;
}
body .cv_btn:visited,
body .c-container .cv_btn:visited {
  color: #000;
}
body .cv_btn.arrow,
body .c-container .cv_btn.arrow {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/arrow.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
}
body .cv_btn.arrow:hover,
body .c-container .cv_btn.arrow:hover {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/arrow_hover.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
}
body .cv_btn.download_icon,
body .c-container .cv_btn.download_icon {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/download.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
}
body .cv_btn.download_icon:hover,
body .c-container .cv_btn.download_icon:hover {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/download_hover.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
}
body .two_column,
body .c-container .two_column {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 60% 40%;
  text-align: left;
}
body .two_column > *,
body .c-container .two_column > * {
  border: 1px solid #000;
  border-width: 0 0 0 1px;
  padding: 0 4.76%;
  display: grid;
  grid-template-columns: subgrid;
  align-content: stretch;
  align-items: end;
}
body .two_column > * .cv_btn,
body .c-container .two_column > * .cv_btn {
  width: 69%;
}
body .two_column > *:nth-child(2),
body .c-container .two_column > *:nth-child(2) {
  padding: 0 7.14%;
}
body .two_column > *:nth-child(2) .cv_btn,
body .c-container .two_column > *:nth-child(2) .cv_btn {
  width: 100%;
}
body .two_column > * h3,
body .two_column > * p,
body .c-container .two_column > * h3,
body .c-container .two_column > * p {
  margin-bottom: 32px;
}
body .two_column > * h3,
body .c-container .two_column > * h3 {
  font-size: 20px;
}
body .two_column > * p,
body .c-container .two_column > * p {
  font-size: 14px;
  font-weight: normal;
}
body .two_column > * .cv_btn,
body .c-container .two_column > * .cv_btn {
  border: 1px solid #d6d6d6;
}
body .blur {
  opacity: 0;
  filter: blur(14px);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .blur.active {
  opacity: 1;
  transform: translateZ(0);
  filter: blur(0) !important;
}
body .slidein {
  opacity: 0;
  filter: blur(14px);
  transform: translateY(250px);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .slidein.active {
  opacity: 1;
  filter: blur(0) !important;
  transform: translateY(0);
}
body .h2_heading.first_areas {
  font-size: 40px;
  font-size: clamp(20px, 3.75vw, 40px);
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
  max-width: 615px;
}
body .h2_heading.first_areas::before {
  content: "";
  display: block;
  width: 396px;
  height: 3px;
  background: #c9c9c9;
  position: absolute;
  bottom: 0;
}
body .h2_heading.first_areas.second::before {
  width: 0;
  height: 0;
}
body .h2_heading.first_areas.second::after {
  left: 0;
  transition: 0.7s;
}
body .h2_heading.first_areas.second.active::after {
  left: 132px;
}
body .h2_heading.first_areas.thaad::after {
  left: 0;
  transition: 0.7s;
}
body .h2_heading.first_areas.thaad.active::after {
  left: 264px;
}
body .play_pause_btn {
  width: clamp(44px, 4.11vw, 60px);
  height: clamp(44px, 4.11vw, 60px);
  cursor: pointer;
  border: none;
  position: absolute;
  bottom: 14%;
  right: 7%;
  z-index: 100;
  transition: 0.3s;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/movie_pause.png);
  background-size: cover;
}
body .play_pause_btn.pause {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/movie_play.png);
  background-size: cover;
}

body .nav {
  background: #dfdfdf;
  font-size: clamp(14px, 0.958vw, 14px);
  top: 98px;
  z-index: 200;
  width: 100%;
  position: fixed;
  transition: 0.3s;
}
body .nav.is-fixed {
  top: 0;
}
body .nav > .wrapper_pc,
body .nav > .wrapper_sp {
  padding: 17.5px clamp(0px, 3.42466vw, 50px);
}
body .nav > .wrapper_pc {
  display: grid;
  grid-template-columns: 1fr 2.7fr 1.5fr;
  align-items: center;
  justify-content: flex-end;
}
body .nav h1 {
  font-size: clamp(10px, 1.6vw, 19px);
  overflow: visible;
}
body .nav h1 a {
  color: #000;
}
body .nav h1 a:visited {
  color: #000;
}
body .nav li {
  margin: 0;
}
body .nav ul.menu {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body .nav ul.menu a {
  display: block;
  font-weight: bold;
  position: relative;
  padding: 0 clamp(8px, 0.4vw, 20px);
}
body .nav ul.menu a:hover {
  text-decoration: none;
}
body .nav ul.menu a:visited {
  color: #000;
}
body .nav ul.nav_cv {
  padding: 0;
  display: grid;
  margin: 0 0 0 auto;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 3.2%;
}
body .nav ul.nav_cv .cv_btn {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-radius: 18px;
  font-size: clamp(14px, 0.958vw, 14px);
  font-weight: bold;
}
body .mv {
  text-align: center;
  padding-top: 70px;
  max-width: 1460px;
  margin: 0 auto;
}
body .mv .video_wrapper {
  width: 100%;
  width: 146.3vh;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  max-height: 100vh;
  max-height: calc(100vh - 168px);
}
body .mv .video_wrapper video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100vh;
  max-height: calc(100vh - 168px);
}
body .mv .video_wrapper .play_pause_btn {
  right: 1%;
  bottom: 1%;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/movie_pause_b.png);
  background-size: cover;
}
body .mv .video_wrapper .play_pause_btn.pause {
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/movie_play_b.png);
  background-size: cover;
}
body .mv h1 {
  color: #fff !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: clamp(270px, 80vw, 848px);
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 0;
}
body .mv h1.blur {
  filter: blur(40px);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body .mv h1 img {
  width: 60.5% !important;
  max-width: 814px;
  margin: 0 auto;
}
body .c-container .mv_under {
  max-width: 1460px;
  margin: 92px auto;
  position: relative;
}
body .c-container .mv_under .down_arrow_mv_under {
  width: 44px;
  height: 20px;
  display: block !important;
  margin: 0 auto;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/down_arrow_mv_under.svg) center no-repeat;
  background-size: contain;
}
body .c-container .mv_under .rightside_arrow_mv_under {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 208px;
  display: block !important;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/down_arrow_mv_rightside.svg) center no-repeat;
  background-size: contain;
}
body .first_area {
  position: relative;
  margin-bottom: 250px;
  margin-bottom: clamp(109px, 17.1vw, 250px);
}
body .first_area .wrapper {
  max-width: 1460px;
  margin: 0 auto;
  transition: 2s;
}
body .first_area .wrapper .text_area {
  padding-top: clamp(46.7px, 13.7vw, 200px);
}
body .first_area .wrapper .text_area h2,
body .first_area .wrapper .text_area p {
  position: relative;
  z-index: 1;
  display: inline-block;
}
body .first_area .wrapper .text_area p {
  font-size: 20px;
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 2.5;
  letter-spacing: 0.2rem;
}
body .first_area .wrapper .text_area p span {
  display: inline-block;
  line-height: 1.2;
  padding: 0 0 0 0.2rem;
  position: relative;
}
body .first_area .wrapper .text_area p span::after {
  content: "";
  width: 100%;
  height: 32%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.7s;
  transition-delay: 0.5s;
  transform: scaleX(0);
  transform-origin: top left;
  transition-timing-function: cubic-bezier(0, 0.83, 0.35, 0.97);
  z-index: -1;
}
body .first_area .wrapper .text_area p span.bg_primary:after {
  background-color: #f9d7df;
}
body .first_area .wrapper .text_area p span.bg_secondary:after {
  background-color: #bcdde1;
}
body .first_area .wrapper .text_area p span.bg_tertiary:after {
  background-color: #d0d5bd;
}
body .first_area .wrapper .text_area p span.bg_quaternary:after {
  background-color: #fde9c7;
}
body .first_area .wrapper .text_area p span.bg_quinary:after {
  background-color: #d8d0eb;
}
body .first_area .wrapper .text_area p.active span::after {
  transform: scaleX(100%);
}
body .first_area .wrapper.is_visible {
  opacity: 1;
  filter: blur(0);
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes updown {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(100px);
  }
}
body .third_area {
  padding-bottom: clamp(249.6px, 39vw, 570px);
  position: relative;
}
body .third_area .h2_heading {
  margin-bottom: 10px;
}
body .third_area .wrapper {
  position: relative;
}
body .third_area .inner {
  position: relative;
  z-index: 1;
}
body .third_area .inner .big_text {
  font-size: 99px;
  font-size: clamp(43.4px, 6.78vw, 99px);
}
body .third_area .inner .catch_copy {
  font-size: clamp(17.5px, 2.74vw, 40px);
  z-index: 1;
}
body .third_area .inner .catch_copy .text_1,
body .third_area .inner .catch_copy .text_2 {
  background: #cdcdcd;
  color: #000;
  display: inline-block;
}
body .third_area .inner .catch_copy .text_1::after,
body .third_area .inner .catch_copy .text_2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #cdcdcd;
  transition: 0.4s;
  transition-delay: 0.5s;
  transform-origin: top right;
}
body .third_area .inner .catch_copy .text_1.active::after,
body .third_area .inner .catch_copy .text_2.active::after {
  transform: scaleX(0);
}
body .third_area .inner .catch_copy .text_1 {
  background: #f9d7df;
}
body .third_area .inner .catch_copy .text_1::after {
  background: #f9d7df;
}
body .third_area .inner .catch_copy .text_2 {
  background: #b7c3eb;
}
body .third_area .inner .catch_copy .text_2::after {
  background: #b7c3eb;
}
body .third_area .inner .catch_copy .cross_mark {
  margin: clamp(15.3px, 2.4vw, 35px);
}
body .third_area .inner .catch_copy .cross_mark > img {
  width: clamp(55px, 8.63vw, 126px) !important;
}
body .third_area .movie_wrapper {
  margin-top: -10.959%;
  max-width: 1115px;
  position: absolute;
  right: 0;
}
body .third_area .movie_wrapper video {
  width: 100%;
  position: relative;
  z-index: -1;
}
body .third_area .movie_wrapper .play_pause_btn {
  bottom: 4%;
  right: 6%;
}
body .third_area .movie_wrapper .cv_btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 280px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
body .third_area svg {
  top: -400px;
  left: -14%;
}
body .strengths_area,
body .seven_workplaces_area,
body .c-container .strengths_area,
body .c-container .seven_workplaces_area {
  text-align: center;
}
body .strengths_area .h2_heading,
body .seven_workplaces_area .h2_heading,
body .c-container .strengths_area .h2_heading,
body .c-container .seven_workplaces_area .h2_heading {
  font-size: clamp(24px, 2.055vw, 30px);
  margin-bottom: 24px;
}
body .strengths_area h3,
body .seven_workplaces_area h3,
body .c-container .strengths_area h3,
body .c-container .seven_workplaces_area h3 {
  font-size: 20px;
  margin: 40px 0;
}
body .strengths_area {
  padding-bottom: clamp(70.13px, 10.96vw, 160px);
  margin-bottom: 0;
  position: relative;
}
body .strengths_area p {
  margin: 40px 0;
}
body .strengths_area img {
  display: none !important;
}
body .strengths_area svg {
  top: initial;
  bottom: -440px;
}
body .strengths_area svg rect {
  fill: #cdcdcd;
}
body .three_hundred_sixty_area {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  word-break: initial;
}
body .three_hundred_sixty_area .two_column > * {
  align-content: space-between;
}
body .three_hundred_sixty_area svg {
  left: -14%;
}
body .three_hundred_sixty_area .inner {
  max-width: 1460px;
}
body .three_hundred_sixty_area .inner h3 a {
  text-decoration: underline;
}
body .three_hundred_sixty_area .inner h4 {
  font-size: 20px;
  margin-bottom: 32px;
}
body .three_hundred_sixty_area .inner p {
  word-break: initial;
}
body .three_hundred_sixty_area .inner img {
  width: initial !important;
  margin: 0 auto;
}
body .three_hundred_sixty_area small {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
}
body .ricoh-theta-tour {
  margin-top: 100px;
}
body .ricoh-theta-tour-image {
  display: inline-block;
  width: 100% !important;
}
body .ricoh-theta-tour-image iframe {
  width: 100% !important;
}
body .cv_area,
body .c-container .cv_area {
  text-align: center;
  font-size: 22px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
body .cv_area .cv_area_bg,
body .c-container .cv_area .cv_area_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  height: 400px;
  width: 538px;
  background: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/cv_area_bg.png) center no-repeat;
  background-size: contain;
  animation-name: rotate;
  animation-duration: 20s;
  animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
  animation-iteration-count: infinite;
}
body .cv_area h2,
body .c-container .cv_area h2 {
  font-size: 64px;
  margin-bottom: 24px;
}
body .cv_area .cv_btn,
body .c-container .cv_area .cv_btn {
  margin: 0 auto;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotate_reverse {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
body .section {
  padding-top: 70px;
}
body .side_scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .side_scroll > svg {
  top: 0;
  bottom: 0;
  margin: auto;
}
body .side_scroll_heading {
  color: #eeebdd;
}
body .side_scroll_list_wrapper {
  position: relative;
  width: 100%;
  height: 700px;
}
body .side_scroll_list {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  gap: 0 clamp(26.3px, 4.11vw, 60px);
}
body .side_scroll_item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeebdd;
  color: #1b1717;
  font-size: clamp(16px, 3.75vw, 32px);
  font-weight: 700;
}
body .side_scroll_item p span {
  font-size: clamp(16px, 3.75vw, 32px);
}
body .side_scroll_item > img {
  width: 100%;
}
body .side_scroll.section.sp {
  display: none;
}
body #future_office .pin-spacer {
  margin-bottom: clamp(0px, 4.11vw, 60px) !important;
}
body #future_office .side_scroll {
  background-color: initial;
  padding-bottom: clamp(0px, 6.85vw, 100px) !important;
}
body #future_office .side_scroll_container {
  width: 1024px;
}
body #future_office .side_scroll_heading {
  color: initial;
  margin-bottom: 0 !important;
}
body #future_office .side_scroll_item {
  background-color: initial;
  position: relative;
  width: 736px;
  height: 385px;
}
body #future_office .side_scroll_item > img {
  max-height: 100%;
}
body #future_office .side_scroll_item p {
  position: absolute;
  top: 0;
  left: 0;
}
body #future_office .side_scroll_item p span {
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 0.2rem;
}
body #future_office .side_scroll_item p span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  transform-origin: top right;
}
body #future_office .side_scroll_item p span.active::after {
  transform: scaleX(0);
}
body #future_office .side_scroll_item p span.bg_secondary {
  background-color: #bcdde1;
}
body #future_office .side_scroll_item p span.bg_secondary::after {
  background-color: #bcdde1;
}
body #future_office .side_scroll_item p span.bg_tertiary {
  background-color: #d0d5bd;
}
body #future_office .side_scroll_item p span.bg_tertiary::after {
  background-color: #d0d5bd;
}
body #future_office .side_scroll_item p span.bg_quaternary {
  background-color: #fde9c7;
}
body #future_office .side_scroll_item p span.bg_quaternary::after {
  background-color: #fde9c7;
}
body .seven_workplaces_area {
  margin-bottom: 20px;
}
body .seven_workplaces_area .pin-spacer {
  margin-bottom: 160px !important;
}
body .seven_workplaces_area .h2_heading {
  margin-bottom: 0;
}
body .seven_workplaces_area .side_scroll_list_wrapper {
  height: 700px;
}
body .seven_workplaces_area ul.side_scroll_list {
  display: flex;
}
body .seven_workplaces_area ul.side_scroll_list li {
  background: #fff;
}
body .seven_workplaces_area ul.side_scroll_list li > button {
  margin-top: 0;
  border: 1px solid #afafaf;
  padding: clamp(17.5342px, 1.9vw, 40px) clamp(10.5152px, 1.643vw, 24px);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: clamp(16px, 1.6vw, 25px);
  width: clamp(166.6px, 26vw, 380px);
  height: 100%;
}
body .seven_workplaces_area ul.side_scroll_list li > button p {
  margin-bottom: 0;
}
body .seven_workplaces_area ul.side_scroll_list li > button img {
  width: 100%;
  display: block;
  transition: 0.3s;
}
body .seven_workplaces_area ul.side_scroll_list li > button > img {
  max-height: 186px;
}
body .seven_workplaces_area ul.side_scroll_list li > button .cv_btn {
  border: 1px solid #d6d6d6;
  cursor: pointer;
  text-align: center;
  width: 98%;
  max-width: 312px;
}
body .seven_workplaces_area ul.side_scroll_list li > button .cv_btn:hover {
  color: #fff;
}
body .seven_workplaces_area ul.side_scroll_list li > button small {
  font-size: 14px;
}
body .seven_workplaces_area small {
  font-weight: normal;
  font-size: 14px;
}
body .seven_workplaces_area .modal_open > button {
  cursor: pointer;
  transition: 0.3s;
}
body .seven_workplaces_area .modal_open > button:hover p,
body .seven_workplaces_area .modal_open > button:hover img,
body .seven_workplaces_area .modal_open > button:hover small {
  opacity: 0.5;
  transition: 0.3s;
}
body .seven_workplaces_area .modal_open > button:hover .cv_btn {
  color: #fff;
  background-color: transparent;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/arrow_hover.png);
  background-repeat: no-repeat;
  background-position: right 24px center;
}
body .seven_workplaces_area .modal_open > button:hover .cv_btn::after {
  left: -10%;
  width: 120%;
}
body .seven_workplaces_area_modal {
  position: fixed;
  width: 1020px;
  width: 69.8vw;
  max-width: 1020px;
  height: calc(72vh + 2px);
  background: #fff;
  border: 1px solid #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  filter: blur(14px);
  z-index: 200;
}
body .seven_workplaces_area_modal.is_active {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
}
body .seven_workplaces_area_modal_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  filter: blur(14px);
  z-index: 200;
}
body .seven_workplaces_area_modal_bg.is_active {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
}
body .seven_workplaces_area_modal_inner {
  width: 69.8vw;
  max-width: 1020px;
  height: 72vh;
  overflow-x: initial;
  overflow-y: scroll;
  padding-top: 54px;
  padding-bottom: 54px;
  padding-right: clamp(0px, 2.74vw, 40px);
}
body .seven_workplaces_area_modal_inner .modal_contents li h4 img {
  max-height: clamp(110px, 17.12vw, 250px);
}
body .seven_workplaces_area_modal_inner .modal_contents li > img {
  width: 100%;
  max-width: 950px;
}
body .seven_workplaces_area_modal_inner h3 {
  margin-bottom: 0;
}
body .seven_workplaces_area_modal_inner h3 a {
  text-decoration: underline;
}
body .seven_workplaces_area_modal_inner h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 16px;
}
body .seven_workplaces_area_modal_inner .cv_btn {
  font-weight: bold;
}
body .seven_workplaces_area_modal .seven_workplaces_area_modal_inner > .two_column,
body .seven_workplaces_area_modal .modal_contents li {
  padding-left: clamp(21px, 3.3vw, 54px);
}
body .seven_workplaces_area_modal .seven_workplaces_area_modal_inner > .two_column > * {
  align-content: space-between;
}
body .seven_workplaces_area_modal .seven_workplaces_area_modal_inner > .two_column > *:last-child {
  padding-right: 0;
}
body .seven_workplaces_area_modal .modal_contents {
  padding: 0;
  list-style: none;
}
body .seven_workplaces_area_modal .modal_contents li {
  display: none;
}
body .seven_workplaces_area_modal .modal_contents li h4 {
  position: relative;
  left: -6%;
}
body .seven_workplaces_area_modal .modal_contents li .two_column {
  margin-top: 32px;
}
body .seven_workplaces_area_modal .modal_contents li .two_column > * {
  border: none;
  display: block;
  padding: 0;
}
body .seven_workplaces_area_modal .modal_contents li .two_column > *:last-child {
  margin-top: -120px;
}
body .seven_workplaces_area_modal .modal_contents li .two_column > *:last-child img {
  max-width: 100%;
}
body .seven_workplaces_area_modal .modal_contents li .two_column > * .modal_heading {
  font-size: clamp(16px, 1.644vw, 24px);
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 14% 85%;
  gap: 1%;
  font-weight: bold;
}
body .seven_workplaces_area_modal .modal_contents li .two_column > * .modal_heading > * {
  font-weight: bold;
}
body .seven_workplaces_area_modal .modal_contents li .two_column > * .modal_heading > :last-child {
  color: #9c9c9c;
}
body .seven_workplaces_area_modal .modal_contents li .two_column > * > p {
  margin-bottom: 56px;
}
body .seven_workplaces_area_modal .modal_contents li.is_active {
  display: block;
}
body .seven_workplaces_area_modal .modal_close_btn {
  cursor: pointer;
  width: clamp(44px, 3.765vw, 55px);
  height: clamp(44px, 3.765vw, 55px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: 0.3s;
  z-index: 1;
  padding: 4px;
}
body .seven_workplaces_area_modal .modal_close_btn > img {
  width: 100%;
  background: #000;
}
body .seven_workplaces_area_modal .modal_close_btn:hover {
  opacity: 0.6;
}
body .seven_workplaces_area h3 {
  margin-bottom: 0;
}
body .seven_workplaces_area .side_scroll {
  background-color: initial;
}
body .seven_workplaces_area .side_scroll_container {
  width: 1024px;
}
body .seven_workplaces_area .side_scroll_heading {
  color: initial;
  font-size: 30px;
}
body .seven_workplaces_area .side_scroll_item {
  background-color: initial;
  height: 565px;
}
body .one_stop {
  position: relative;
  margin: 200px 0 50px;
  margin-bottom: clamp(0px, 3.4246vw, 50px);
}
body .one_stop h2 {
  text-align: center;
  margin-bottom: 48px;
}
body .one_stop .inner figure figcaption {
  font-weight: normal;
  text-align: center;
  margin-bottom: 24px;
}
body .one_stop .inner small {
  font-weight: normal;
  display: block;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 72px;
  font-size: 14px;
}
body .one_stop .big_list {
  padding-left: 128px;
}
body .one_stop .big_list > dt {
  display: flex;
  align-items: center;
  position: relative;
}
body .one_stop .big_list > dt .phase {
  width: 115px;
  height: 115px;
  line-height: 115px;
  background-size: cover;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: -128px;
  font-size: 18px;
}
body .one_stop .big_list > dt:nth-of-type(1) .phase {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_listicon_01.png);
}
body .one_stop .big_list > dt:nth-of-type(2) .phase {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_listicon_02.png);
}
body .one_stop .big_list > dt:nth-of-type(3) .phase {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_listicon_03.png);
}
body .one_stop .big_list > dt:nth-of-type(4) .phase {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_listicon_04.png);
}
body .one_stop .big_list > dt .headline {
  border-bottom: 1px solid #000;
  font-size: 24px;
  line-height: 1.6;
  width: 100%;
  padding-bottom: 16px;
}
body .one_stop .big_list > dt .subheading {
  font-size: 16px;
}
body .one_stop .big_list > dd {
  display: flex;
  margin: 0;
  margin-top: 40px;
  gap: 4%;
}
body .one_stop .big_list > dd + dt {
  margin-top: 40px;
}
body .one_stop .big_list > dd > * {
  width: 48%;
}
body .one_stop .big_list > dd dt {
  font-size: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
body .one_stop .big_list > dd dt::before {
  content: "";
  margin-right: 0.4em;
  display: inline-block;
  width: 63px;
  height: 63px;
  background: center no-repeat;
  background-size: contain;
}
body .one_stop .big_list > dd dt.step01::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_icon_01.svg);
}
body .one_stop .big_list > dd dt.step02::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_icon_02.svg);
}
body .one_stop .big_list > dd dt.step03::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_icon_03.svg);
}
body .one_stop .big_list > dd dt.step04::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_icon_04.svg);
}
body .one_stop .big_list > dd dt.step05::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_icon_05.svg);
}
body .one_stop .big_list > dd dt.step06::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_icon_06.svg);
}
body .one_stop .big_list > dd dt.step07::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_icon_07.svg);
}
body .one_stop .big_list > dd dt.step08::before {
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/ricoh-smart-huddle/img/one_stop_icon_08.svg);
}
body .one_stop .big_list > dd dt > span {
  font-size: 32px;
  margin-right: 0.2em;
  font-weight: normal;
}
body .one_stop .big_list > dd dd {
  margin-left: 0;
  font-weight: normal;
  margin-bottom: 20px;
}
body .one_stop .big_list > dd dd::before {
  content: "●";
  margin-right: 0.4em;
  display: inline-block;
}
body .one_stop .big_list > dd:nth-of-type(1) dd::before {
  color: #ffbe8d;
}
body .one_stop .big_list > dd:nth-of-type(2) dd::before {
  color: #b3d9ae;
}
body .one_stop .big_list > dd:nth-of-type(3) dd::before {
  color: #efc8d4;
}
body .one_stop .big_list > dd:nth-of-type(4) dd::before {
  color: #c4d2df;
}
body .one_stop .light_mist {
  top: -320px;
}
body .light_mist {
  width: 48.3%;
  max-width: 800px;
  position: absolute;
  right: -14%;
  top: 0;
  z-index: -1;
  filter: blur(15px);
}
body .light_mist path {
  mix-blend-mode: multiply;
  opacity: 0.3 !important;
}
body .light_mist path[fill=blue] {
  opacity: 0.1 !important;
}
body .light_mist path[fill=green] {
  opacity: 0.1 !important;
}
body .strengths_area_contents .heading {
  font-weight: bold;
}
body .strengths_area_contents .strengths_area_contents_left,
body .strengths_area_contents .strengths_area_contents_right,
body .strengths_area_contents .strengths_area_contents_center {
  transform: translateY(250px);
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  filter: blur(14px);
}
body .strengths_area_contents .strengths_area_contents_left {
  font-weight: normal;
  transition-delay: 250ms;
}
body .strengths_area_contents .strengths_area_contents_left > g > rect.cls-60 {
  fill: #f9d7df;
}
body .strengths_area_contents .strengths_area_contents_right {
  font-weight: normal;
  transition-delay: 500ms;
}
body .strengths_area_contents .strengths_area_contents_right rect {
  fill: #b7c3eb;
}
body .strengths_area_contents .strengths_area_contents_right circle {
  fill: #fff;
}
body .strengths_area_contents.active .strengths_area_contents_left,
body .strengths_area_contents.active .strengths_area_contents_right,
body .strengths_area_contents.active .strengths_area_contents_center {
  transform: translateY(0);
  opacity: 1;
  filter: blur(0);
}
body .strengths_area_contents .cls-1,
body .strengths_area_contents .cls-2,
body .strengths_area_contents .cls-3,
body .strengths_area_contents .cls-4,
body .strengths_area_contents .cls-5,
body .strengths_area_contents .cls-6,
body .strengths_area_contents .cls-7,
body .strengths_area_contents .cls-8,
body .strengths_area_contents .cls-10,
body .strengths_area_contents .cls-11,
body .strengths_area_contents .cls-12,
body .strengths_area_contents .cls-13,
body .strengths_area_contents .cls-14,
body .strengths_area_contents .cls-15,
body .strengths_area_contents .cls-16,
body .strengths_area_contents .cls-17 {
  fill: #fff;
}
body .strengths_area_contents .cls-1,
body .strengths_area_contents .cls-2,
body .strengths_area_contents .cls-3,
body .strengths_area_contents .cls-5,
body .strengths_area_contents .cls-6,
body .strengths_area_contents .cls-7,
body .strengths_area_contents .cls-8,
body .strengths_area_contents .cls-10,
body .strengths_area_contents .cls-11,
body .strengths_area_contents .cls-18,
body .strengths_area_contents .cls-12,
body .strengths_area_contents .cls-13,
body .strengths_area_contents .cls-14,
body .strengths_area_contents .cls-15 {
  stroke: #5b5b5b;
}
body .strengths_area_contents .cls-1,
body .strengths_area_contents .cls-2,
body .strengths_area_contents .cls-5,
body .strengths_area_contents .cls-7,
body .strengths_area_contents .cls-8,
body .strengths_area_contents .cls-10,
body .strengths_area_contents .cls-11,
body .strengths_area_contents .cls-18,
body .strengths_area_contents .cls-12,
body .strengths_area_contents .cls-13,
body .strengths_area_contents .cls-14,
body .strengths_area_contents .cls-15 {
  stroke-width: 0.52px;
}
body .strengths_area_contents .cls-1,
body .strengths_area_contents .cls-19,
body .strengths_area_contents .cls-3,
body .strengths_area_contents .cls-20,
body .strengths_area_contents .cls-7,
body .strengths_area_contents .cls-18,
body .strengths_area_contents .cls-21,
body .strengths_area_contents .cls-22,
body .strengths_area_contents .cls-23,
body .strengths_area_contents .cls-17 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
body .strengths_area_contents .cls-1,
body .strengths_area_contents .cls-8,
body .strengths_area_contents .cls-24,
body .strengths_area_contents .cls-10,
body .strengths_area_contents .cls-11,
body .strengths_area_contents .cls-14,
body .strengths_area_contents .cls-15 {
  mix-blend-mode: multiply;
}
body .strengths_area_contents .cls-2 {
  opacity: 0.05;
}
body .strengths_area_contents .cls-2,
body .strengths_area_contents .cls-5,
body .strengths_area_contents .cls-6,
body .strengths_area_contents .cls-8,
body .strengths_area_contents .cls-10,
body .strengths_area_contents .cls-11,
body .strengths_area_contents .cls-25,
body .strengths_area_contents .cls-26,
body .strengths_area_contents .cls-27,
body .strengths_area_contents .cls-12,
body .strengths_area_contents .cls-13,
body .strengths_area_contents .cls-14,
body .strengths_area_contents .cls-15 {
  stroke-miterlimit: 10;
}
body .strengths_area_contents .cls-28 {
  -webkit-clip-path: url(#clippath);
          clip-path: url(#clippath);
}
body .strengths_area_contents .cls-29 {
  letter-spacing: 0.05em;
}
body .strengths_area_contents .cls-30 {
  letter-spacing: 0.03em;
}
body .strengths_area_contents .cls-31 {
  letter-spacing: 0em;
}
body .strengths_area_contents .cls-19,
body .strengths_area_contents .cls-20,
body .strengths_area_contents .cls-25,
body .strengths_area_contents .cls-26,
body .strengths_area_contents .cls-18,
body .strengths_area_contents .cls-27,
body .strengths_area_contents .cls-21 {
  fill: none;
}
body .strengths_area_contents .cls-19,
body .strengths_area_contents .cls-20,
body .strengths_area_contents .cls-22,
body .strengths_area_contents .cls-23,
body .strengths_area_contents .cls-17 {
  stroke: #4b4b4b;
}
body .strengths_area_contents .cls-19,
body .strengths_area_contents .cls-22,
body .strengths_area_contents .cls-23,
body .strengths_area_contents .cls-17 {
  stroke-width: 0.75px;
}
body .strengths_area_contents .cls-3 {
  stroke-width: 0.5px;
}
body .strengths_area_contents .cls-3,
body .strengths_area_contents .cls-6,
body .strengths_area_contents .cls-32 {
  fill-rule: evenodd;
}
body .strengths_area_contents .cls-20 {
  stroke-width: 0.71px;
}
body .strengths_area_contents .cls-33 {
  letter-spacing: 0em;
}
body .strengths_area_contents .cls-6 {
  stroke-width: 0.41px;
}
body .strengths_area_contents .cls-8 {
  opacity: 0.2;
}
body .strengths_area_contents .cls-9 {
  font-size: 29.02px;
}
body .strengths_area_contents .cls-9,
body .strengths_area_contents .cls-34,
body .strengths_area_contents .cls-35,
body .strengths_area_contents .cls-36,
body .strengths_area_contents .cls-37 {
  font-family: ZenKakuGothicNew-Bold, "Zen Kaku Gothic New";
  font-weight: 700;
}
body .strengths_area_contents .cls-38 {
  letter-spacing: 0.04em;
}
body .strengths_area_contents .cls-10 {
  opacity: 0.3;
}
body .strengths_area_contents .cls-11,
body .strengths_area_contents .cls-12 {
  opacity: 0.5;
}
body .strengths_area_contents .cls-39 {
  -webkit-clip-path: url(#clippath-1);
          clip-path: url(#clippath-1);
}
body .strengths_area_contents .cls-40 {
  -webkit-clip-path: url(#clippath-4);
          clip-path: url(#clippath-4);
}
body .strengths_area_contents .cls-41 {
  -webkit-clip-path: url(#clippath-3);
          clip-path: url(#clippath-3);
}
body .strengths_area_contents .cls-42 {
  -webkit-clip-path: url(#clippath-2);
          clip-path: url(#clippath-2);
}
body .strengths_area_contents .cls-43 {
  -webkit-clip-path: url(#clippath-7);
          clip-path: url(#clippath-7);
}
body .strengths_area_contents .cls-44 {
  -webkit-clip-path: url(#clippath-8);
          clip-path: url(#clippath-8);
}
body .strengths_area_contents .cls-45 {
  -webkit-clip-path: url(#clippath-6);
          clip-path: url(#clippath-6);
}
body .strengths_area_contents .cls-46 {
  -webkit-clip-path: url(#clippath-5);
          clip-path: url(#clippath-5);
}
body .strengths_area_contents .cls-47 {
  -webkit-clip-path: url(#clippath-9);
          clip-path: url(#clippath-9);
}
body .strengths_area_contents .cls-25 {
  stroke: #999;
  stroke-width: 0.7px;
}
body .strengths_area_contents .cls-26 {
  stroke: #938381;
  stroke-width: 1.5px;
}
body .strengths_area_contents .cls-48 {
  -webkit-clip-path: url(#clippath-14);
          clip-path: url(#clippath-14);
}
body .strengths_area_contents .cls-49 {
  -webkit-clip-path: url(#clippath-13);
          clip-path: url(#clippath-13);
}
body .strengths_area_contents .cls-50 {
  -webkit-clip-path: url(#clippath-12);
          clip-path: url(#clippath-12);
}
body .strengths_area_contents .cls-51 {
  -webkit-clip-path: url(#clippath-10);
          clip-path: url(#clippath-10);
}
body .strengths_area_contents .cls-52 {
  -webkit-clip-path: url(#clippath-15);
          clip-path: url(#clippath-15);
}
body .strengths_area_contents .cls-53 {
  -webkit-clip-path: url(#clippath-11);
          clip-path: url(#clippath-11);
}
body .strengths_area_contents .cls-34 {
  fill: #d7063a;
}
body .strengths_area_contents .cls-34,
body .strengths_area_contents .cls-35,
body .strengths_area_contents .cls-36,
body .strengths_area_contents .cls-37 {
  font-size: 15.48px;
}
body .strengths_area_contents .cls-35 {
  fill: #dd6a08;
}
body .strengths_area_contents .cls-54 {
  letter-spacing: -0.47em;
}
body .strengths_area_contents .cls-27 {
  stroke: #ccc;
  stroke-width: 0.52px;
}
body .strengths_area_contents .cls-13,
body .strengths_area_contents .cls-15 {
  opacity: 0.1;
}
body .strengths_area_contents .cls-55 {
  letter-spacing: -0.21em;
}
body .strengths_area_contents .cls-56 {
  letter-spacing: -0.2em;
}
body .strengths_area_contents .cls-57 {
  opacity: 0.52;
}
body .strengths_area_contents .cls-58 {
  opacity: 0.79;
}
body .strengths_area_contents .cls-59 {
  font-family: ZenKakuGothicNew-Medium, "Zen Kaku Gothic New";
  font-size: 13.54px;
  font-weight: 500;
}
body .strengths_area_contents .cls-32,
body .strengths_area_contents .cls-60,
body .strengths_area_contents .cls-61,
body .strengths_area_contents .cls-62,
body .strengths_area_contents .cls-63,
body .strengths_area_contents .cls-64,
body .strengths_area_contents .cls-65,
body .strengths_area_contents .cls-66,
body .strengths_area_contents .cls-67,
body .strengths_area_contents .cls-68,
body .strengths_area_contents .cls-69,
body .strengths_area_contents .cls-70,
body .strengths_area_contents .cls-71,
body .strengths_area_contents .cls-72,
body .strengths_area_contents .cls-16 {
  stroke-width: 0px;
}
body .strengths_area_contents .cls-32,
body .strengths_area_contents .cls-68 {
  fill: #d7d7d7;
}
body .strengths_area_contents .cls-73 {
  letter-spacing: 0em;
}
body .strengths_area_contents .cls-74 {
  letter-spacing: 0.01em;
}
body .strengths_area_contents .cls-75 {
  letter-spacing: 0.03em;
}
body .strengths_area_contents .cls-76 {
  letter-spacing: 0em;
}
body .strengths_area_contents .cls-77 {
  isolation: isolate;
}
body .strengths_area_contents .cls-78 {
  letter-spacing: -0.5em;
}
body .strengths_area_contents .cls-79 {
  letter-spacing: -0.5em;
}
body .strengths_area_contents .cls-80 {
  letter-spacing: -0.49em;
}
body .strengths_area_contents .cls-81 {
  letter-spacing: -0.5em;
}
body .strengths_area_contents .cls-21 {
  stroke: #fff;
  stroke-width: 4.49px;
}
body .strengths_area_contents .cls-82 {
  letter-spacing: -0.5em;
}
body .strengths_area_contents .cls-83 {
  letter-spacing: -0.25em;
}
body .strengths_area_contents .cls-22,
body .strengths_area_contents .cls-70 {
  fill: #aba7a7;
}
body .strengths_area_contents .cls-61 {
  fill: #4b4b4b;
}
body .strengths_area_contents .cls-62 {
  fill: #595757;
}
body .strengths_area_contents .cls-63 {
  fill: #959898;
}
body .strengths_area_contents .cls-64 {
  fill: #373737;
}
body .strengths_area_contents .cls-65 {
  fill: #231815;
}
body .strengths_area_contents .cls-66 {
  fill: #c3c3c3;
}
body .strengths_area_contents .cls-67 {
  fill: #ccc;
}
body .strengths_area_contents .cls-69 {
  fill: #d4d3d3;
}
body .strengths_area_contents .cls-71 {
  fill: #bfbdbf;
}
body .strengths_area_contents .cls-72 {
  fill: #aaa9aa;
}
body .strengths_area_contents .cls-23 {
  fill: #eee;
}
body .strengths_area_contents .cls-84 {
  letter-spacing: -0.45em;
}
body .strengths_area_contents .cls-36 {
  fill: #07275e;
}
body .strengths_area_contents .cls-37 {
  fill: #75863f;
}

.m-header-sp__btn.is-open .m-header-sp__border {
  width: 0;
}
.m-header-sp__btn.is-open .m-header-sp__border:before {
  width: 24px;
  transform-origin: top left;
  transform: rotate(45deg);
}
.m-header-sp__btn.is-open .m-header-sp__border:after {
  width: 24px;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}

.m-header .js-list-btn.is-open:after {
  top: calc(50% - 4px);
  transform: rotate(225deg);
}

.wrapper_sp {
  display: none;
  min-height: 70px;
  align-items: center;
}
.wrapper_sp h1 {
  margin: 0;
}
.wrapper_sp .sp_nav_cv li {
  margin-top: 20px;
}

.nav.is-fixed .m-header-sp__menu {
  top: 60px;
}

.m-header-sp__btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  z-index: 110;
  height: 44px;
  width: 44px;
  cursor: pointer;
}
.m-header-sp__btn.is-open .m-header-sp__border {
  width: 0;
}
.m-header-sp__btn.is-open .m-header-sp__border:before {
  width: 24px;
  transform-origin: top left;
  transform: rotate(45deg);
}
.m-header-sp__btn.is-open .m-header-sp__border:after {
  width: 24px;
  transform-origin: bottom left;
  transform: rotate(-45deg);
}

.m-header-sp__border {
  position: relative;
  border-top: 2px solid #2d2f33;
  width: 16px;
  transition: all 0.1s ease-in-out;
}
.m-header-sp__border:before {
  width: 20px;
  top: -10px;
}
.m-header-sp__border:after, .m-header-sp__border:before {
  position: absolute;
  content: "";
  left: 0;
  border-top: 2px solid #2d2f33;
  transition: all 0.2s ease-in-out;
}
.m-header-sp__border:after {
  width: 12px;
  top: 6px;
}

.m-header-sp__menu {
  visibility: hidden;
  opacity: 0;
  padding: 0 20px 20px;
  position: fixed;
  top: 128px;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
  background: #dfdfdf;
  transition: all 0.3s;
}
.m-header-sp__menu.is-open {
  visibility: visible;
  opacity: 1;
}

.m-header-sp__menulist {
  width: 100%;
}

.m-header-sp__menulist__item {
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid #999;
}
.m-header-sp__menulist__item a,
.m-header-sp__menulist__item p {
  display: block;
  padding: 16px;
  line-height: 1;
  font-size: 16px;
}

.m-header-sp__menulist__sub {
  z-index: 10;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.m-header-sp__menulist__sub__inner {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.m-header-sp__menulist__sub__inner li {
  margin-top: 24px;
  width: 100%;
  padding: 0 16px;
}
.m-header-sp__menulist__sub__inner li:first-child {
  margin-top: 28px;
}
.m-header-sp__menulist__sub__inner li:last-child {
  margin-bottom: 32px;
}
.m-header-sp__menulist__sub__inner li a {
  display: inline-block;
  line-height: 1;
  padding: 0;
  font-weight: 300;
}
.m-header-sp__menulist__sub__inner li:first-child {
  margin-top: 0;
}

.m-header-sp__menu .m-btn {
  margin-top: 32px;
}

@media only screen and (max-width: 1500px) {
  body .strengths_area svg {
    margin: 0 16px;
  }
  body #future_office .h2_heading.first_areas {
    margin-left: 16px;
  }
  body .seven_workplaces_area_modal_inner > .two_column {
    grid-template-columns: 57% 43%;
  }
  body .seven_workplaces_area_modal_inner > .two_column > * .cv_btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  body .two_column,
  body .c-container .two_column {
    display: block;
  }
  body .two_column > *,
  body .c-container .two_column > * {
    border-width: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .two_column > *:nth-child(1),
  body .c-container .two_column > *:nth-child(1) {
    border-width: 0 0 1px 0;
    padding-bottom: 16px;
  }
  body .two_column > *:nth-child(2),
  body .c-container .two_column > *:nth-child(2) {
    padding-top: 16px;
  }
  body .cv_btn,
  body .two_column > * .cv_btn,
  body .c-container .two_column > * .cv_btn {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
  }
  body .nav {
    top: 65px;
    width: 100vw;
  }
  body .nav .wrapper_pc {
    display: none;
  }
  body .nav .wrapper_sp {
    display: flex;
  }
  body .nav h1 {
    font-size: 16px;
  }
  body #future_office li + li {
    margin-top: 32px;
  }
  body #future_office .h2_heading.first_areas {
    margin: 0;
  }
  body .strengths_area img {
    display: block !important;
    width: calc(100% + 32px) !important;
    position: relative;
    left: -16px;
  }
  body .strengths_area svg {
    display: none;
  }
  body .strengths_area p {
    font-size: 14px;
  }
  body .seven_workplaces_area .side_scroll_container {
    width: 100%;
  }
  body .seven_workplaces_area .side_scroll_heading {
    font-size: 19px;
    margin-bottom: 24px;
  }
  body .seven_workplaces_area ul.side_scroll_list {
    gap: 2%;
  }
  body .seven_workplaces_area ul.side_scroll_list li {
    width: 49%;
    margin-bottom: 2%;
  }
  body .seven_workplaces_area ul.side_scroll_list li > button {
    width: 100%;
  }
  body .seven_workplaces_area ul.side_scroll_list li > button > img {
    max-height: initial;
  }
  body .seven_workplaces_area_modal {
    width: 96vw;
    height: 80vh;
  }
  body .seven_workplaces_area_modal_inner {
    width: 96vw;
    height: 80vh;
  }
  body .seven_workplaces_area_modal_inner .modal_contents li h4 img {
    max-height: 40vw;
    max-width: 100%;
  }
  body .seven_workplaces_area_modal_inner .modal_contents li .two_column > *:last-child {
    display: none;
  }
  body .seven_workplaces_area_modal_inner .modal_contents li .two_column > * .modal_heading {
    grid-template-columns: 15% 80%;
    gap: 5%;
  }
  body .seven_workplaces_area_modal_inner .two_column {
    display: block;
  }
  body .one_stop .big_list > dd {
    display: block;
  }
  body .one_stop .big_list > dd > * {
    width: 100%;
  }
  body .one_stop .big_list > dd dl + dl {
    margin-top: 40px;
  }
  body .pin-spacer,
  body #side_scroll,
  body #side_scroll2 {
    display: none;
  }
  body .side_scroll.section.sp {
    display: flex;
  }
  body .side_scroll_list {
    position: static;
    flex-wrap: wrap;
  }
  body .side_scroll_list .modal_open button {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  body .c-container .side_scroll_list_wrapper {
    height: initial;
  }
}
@media only screen and (max-width: 920px) {
  body .nav ul.nav_cv {
    min-width: initial;
    margin: initial;
  }
}
@media (max-width: 640px) {
  body .c-container .h2_heading.first_areas {
    width: 100%;
  }
  body .c-container .h2_heading.first_areas::before {
    width: 100%;
  }
  body .c-container .h2_heading.first_areas.second.active::after {
    left: calc(50% - 66px);
  }
  body .c-container .h2_heading.first_areas.thaad.active::after {
    left: 56vw;
    left: calc(100% - 132px);
  }
  body .c-container h3 {
    margin-top: 16px !important;
  }
  body .c-container #future_office .side_scroll_item {
    width: 100%;
    height: initial;
    width: 88%;
    margin: 0 auto 32px;
  }
  body .c-container .mv h1 {
    width: 72%;
  }
  body .c-container .mv_under {
    max-width: 1460px;
  }
  body .c-container .mv_under .down_arrow_mv_under {
    width: 22px;
    height: 10px;
  }
  body .c-container .mv_under .rightside_arrow_mv_under {
    width: 13px;
    height: 104px;
  }
  body .c-container .third_area .movie_wrapper .cv_btn {
    width: 80%;
  }
  body .c-container #future_office .inner {
    padding: 0 16px;
  }
  body .c-container #future_office .h2_heading.first_areas {
    margin: 0;
  }
  body .c-container .seven_workplaces_area .side_scroll_heading {
    font-size: 19px;
  }
  body .c-container .seven_workplaces_area ul.side_scroll_list li {
    width: 100%;
  }
  body .c-container .one_stop .big_list {
    padding-left: 0;
  }
  body .c-container .one_stop .big_list > dt {
    padding-left: 84px;
    border-bottom: 1px solid #000;
  }
  body .c-container .one_stop .big_list > dt .headline {
    border: none;
  }
  body .c-container .one_stop .big_list > dt .phase {
    width: 70px;
    height: 70px;
    line-height: 70px;
    left: 0;
    font-size: 13px;
  }
  body .c-container .three_hundred_sixty_area {
    margin: 160px 0;
  }
  body .c-container .cv_area {
    padding: 24px 0;
    font-size: 16px;
  }
  body .c-container .cv_area .cv_area_bg {
    width: initial;
    height: 100%;
  }
  body .c-container .cv_area p {
    font-size: 16px !important;
  }
  body .c-container .cv_area h2 {
    font-size: 32px;
  }
  body .c-container .cv_area .cv_btn {
    border: 1px solid #d6d6d6;
  }
  body .c-container #features {
    overflow: hidden;
  }
  body .c-container .light_mist path {
    display: none;
  }
}
.ScrollSmoother-wrapper.menu_opend {
  z-index: 201;
}/*# sourceMappingURL=style.css.map */