@charset "UTF-8";

#content * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  line-height: 1.75;
}

#content ul {
  padding: 0;
}

#content li {
  margin: 0;
}

#content button {
  cursor: pointer;
  font-size: 100%;
  color: #000;
}

#content .section_inner {
  box-sizing: border-box;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 clamp(8px, 4.8vw, 60px);
}

#content h2 {
  font-size: 40px;
}

#content h2 .highlight {
  color: #d2063a;
}

#content .is_sp {
  display: none;
}

#content .note {
  font-size: 75%;
}

#content .btn {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 35px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  align-items: center;
  margin: 0 auto;
  transition: 0.3s;
  color: #000;
}

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

#content .btn::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
}

#content .btn.cta_btn {
  max-width: 400px;
  padding: 24px 16px;
  background: #fff;
  color: #000;
}

#content .btn.cta_btn::after {
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/cta_arrow.webp) no-repeat center/contain;
}

#content .btn.cta_btn.inquiry {
  grid-template-columns: 41px 1fr 35px;
  padding-left: 32px;
}

#content .btn.cta_btn.inquiry::before {
  content: "";
  display: block;
  width: 41px;
  height: 31px;
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/cta_mail.webp) no-repeat center/contain;
}

#content .btn.more_btn {
  margin-top: 56px;
  max-width: 382px;
  padding: 16px;
  background: #000;
  color: #fff;
}

#content .btn.more_btn::after {
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/morebtn_rightarrow.webp) no-repeat center/contain;
}

#content .btn.more_btn.ac_btn::after {
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/morebtn_downarrow.webp) no-repeat center/contain;
}

#content #mv {
  max-width: 1260px;
  margin: 0 auto;
}

#content #space_management .section_inner {
  padding-bottom: 120px;
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/space_management_bottom.webp) no-repeat center bottom/90%;
}

#content #space_management .c-linkCard--col2 {
  grid-template-columns: 60% auto;
  -moz-column-gap: 7%;
  column-gap: 7%;
  align-items: center;
}

#content #space_management h2 {
  font-size: 46px;
}

#content #space_management .c-text-a__text+.c-text-a__text {
  margin-top: 32px;
}

#content #space_management .c-linkCard__imageInner:not(.c-linkCard__imageInner--noRatio) {
  padding-bottom: 106%;
}

#content #office {
  padding: 0 0 176px;
  margin-top: 120px;
  background: linear-gradient(#fff, #e5f6ff);
  /* 左カラム */
  /* 右カラム */
}

#content #office .office_description {
  text-align: center;
  margin-top: 32px;
}

#content #office .office_nav {
  margin-top: 32px;
}

#content #office .office_nav>ul {
  margin: 0 auto;
  max-width: 897px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}

#content #office .office_nav button {
  width: 214px;
  border: 2px solid #d2063a;
  border-radius: 4px;
  padding: 9px;
  background: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}

#content #office .office_nav button:hover {
  opacity: 0.7;
}

#content #office .office_nav button.active {
  color: #fff;
  background: #d2063a;
}

#content #office .office_slider_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

#content #office .office_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
}

#content #office .office_slider_inner {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

#content #office .office_slider_map {
  width: 100%;
  display: flex;
}

#content #office .office_slider_item {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

#content #office .office_slider_item>img {
  width: 90%;
  margin: 0 auto;
}

#content #office .office_slider_item_inner {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  align-items: center;
}

#content #office .office_slider_comment {
  border: 1px solid #b9baba;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 26% 68%;
  -moz-column-gap: 6%;
  column-gap: 6%;
  row-gap: 8px;
  align-items: center;
}

#content #office .office_slider_comment+.office_slider_comment {
  margin-top: 8px;
}

#content #office .office_slider_title {
  border-radius: 17px;
  background: #e5e5e5;
  font-size: 16px;
  padding: 6px;
  text-align: center;
}

#content #office .office_slider_comment_text {
  grid-column: span 2;
}

#content #office .office_slider_comment_text p {
  padding-top: 13px;
  font-size: 14px;
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/office_slider_comment_bg.webp) no-repeat left top/20px 18px;
  padding-left: 16px;
}

#content #office .office_slider_comment_text p:has(+ p) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}

#content #office .office_slider_feature {
  border: 1px solid #b9baba;
  border-radius: 8px;
  background: #fff;
  padding: 11px;
  height: -moz-fit-content;
  height: fit-content;
}

#content #office .office_slider_feature_title {
  border-radius: 4px;
  background: #d2063a;
  color: #fff;
  padding: 1px 8px;
  font-size: 16px;
  text-align: center;
}

#content #office .office_slider_feature_text {
  margin-top: 8px;
  font-size: 16px;
}

#content #office .office_slider_arrow {
  position: absolute;
  width: clamp(8px, 4.8vw, 60px);
  height: 55px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#content #office .office_slider_arrow.prev {
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/left_arrow.webp) no-repeat center/28px 55px;
  left: calc(clamp(8px, 4.8vw, 60px) * -1);
}

#content #office .office_slider_arrow.next {
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/right_arrow.webp) no-repeat center/28px 55px;
  right: calc(clamp(8px, 4.8vw, 60px) * -1);
}

#content .cta_area {
  padding: 80px 0;
  background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/bg-circle-l.webp) no-repeat left -80px top -100px/480px, #d2063a url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/bg-circle-r.webp) no-repeat right -120px center/640px;
}

#content .cta_area h2 {
  font-size: 26px;
}

#content .cta_area h2 strong {
  font-size: 170%;
}

#content .cta_area .c-multiCol {
  max-width: 860px;
  margin: 72px auto 0;
}

#content #practice {
  background: #f8eded;
  padding: 160px 0 200px;
}

#content #practice .c-linkCard--col2+.accordion_area {
  margin-top: 56px;
}

#content #practice .accordion_area {
  display: none;
}

#content #practice .c-linkCard__item {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}

#content #practice .c-h3-a {
  background: #d2063a;
  padding: 26px 17px 17px;
  border-radius: 8px 8px 0 0;
  margin: 0;
  position: relative;
}

#content #practice .practice_badge {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #d2063a;
  border-radius: 13px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 24px;
  background: #fff;
  color: #d2063a;
  font-size: 12px;
  font-weight: bold;
}

#content #practice .f-richText {
  padding: 24px 24px 36px;
}

#content #practice .c-text-a {
  margin: 0;
}

#content #practice .practice_list {
  display: grid;
  gap: 24px;
  margin-top: 16px;
}

#content #practice .practice_item {
  background: #e5f6ff;
  border-radius: 16px;
  padding: 16px;
}

#content #practice .practice_pointTitle {
  font-size: 18px;
  color: #fff;
  background: #d2063a;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 18px;
  border-radius: 14px;
}

#content #practice .practice_text {
  background: #fff;
  padding: 14px;
  border-radius: 8px;
  margin-top: 10px;
}

#content #practice .practice_figure {
  margin-top: 24px;
}

#content #practice .practice_figcaption {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}

#content #practice .practice_img {
  margin-top: 8px;
}

#content #news_topics {
  background: #f6f6f6;
  padding: 160px 0 140px;
}

#content #news_topics a {
  transition: 0.3s;
}

#content #news_topics a:hover {
  opacity: 0.7;
}

#content #news_topics .c-linkCard__imageInner img {
  -o-object-fit: initial;
  object-fit: initial;
}

#content #stories {
  padding: 160px 0;
}

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

#content .slidein.active {
  opacity: 1;
  filter: blur(0) !important;
  transform: translateY(0);
}

@media screen and (max-width: 640px) {
  #content .is_sp {
    display: block;
  }

  #content h2 {
    font-size: 30px;
  }

  #content .btn,
  #content .btn.cta_btn.inquiry {
    font-size: 17px;
    grid-template-columns: 35px 1fr 35px;
  }

  #content .btn:hover,
  #content .btn.cta_btn.inquiry:hover {
    opacity: 1;
  }

  #content .btn::before,
  #content .btn.cta_btn.inquiry::before {
    content: "";
    width: 35px;
  }

  #content .btn.cta_btn,
  #content .btn.cta_btn.inquiry.cta_btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  #content #space_management .section_inner {
    padding-bottom: 80px;
    background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/sp_space_management_bottom.webp) no-repeat center bottom/90%;
  }

  #content #space_management h2,
  #content #space_management h2 .highlight {
    font-size: 32px;
    line-height: 1.2;
  }

  #content #space_management .c-linkCard--col2 {
    grid-template-columns: auto;
  }

  #content #space_management .c-text-a {
    margin-top: 30px;
  }

  #content #space_management .c-text-a__text+.c-text-a__text {
    margin-top: 1.2em;
  }

  #content #office {
    margin-top: 48px;
    padding-bottom: 48px;
  }

  #content #office h2,
  #content #office h2 .highlight {
    font-size: 28px;
    line-height: 1.2;
  }

  #content #office .office_nav>ul {
    display: grid;
    justify-content: initial;
    grid-template-columns: repeat(3, auto);
    gap: 4px 1%;
  }

  #content #office .office_nav>ul>li:nth-child(1) {
    grid-column: span 3;
  }

  #content #office .office_nav button {
    font-size: 80%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #content #office .office_nav button:hover {
    opacity: 1;
  }

  #content #office .office_slider_wrapper {
    margin-top: 35px;
  }

  #content #office .office_slider_inner {
    align-items: flex-start;
  }

  #content #office .office_slider_item {
    align-items: flex-start;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  #content #office .office_slider_item.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  #content #office .office_slider_item_inner {
    grid-template-columns: auto;
    row-gap: 8px;
  }

  #content #office .office_slider_item_inner .office_slider_image {
    order: 1;
    width: 64%;
    margin: auto;
    aspect-ratio: 321 / 234;
    display: flex;
    align-items: center;
  }

  #content #office .office_slider_item_inner .office_slider_feature {
    order: 2;
  }

  #content #office .office_slider_item_inner>ul {
    order: 3;
  }

  #content #office .office_slider_comment {
    padding: 8px;
  }

  #content #office .office_slider_icon {
    grid-row: span 2;
  }

  #content #office .office_slider_title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    padding: 0 16px;
  }

  #content #office .office_slider_comment_text {
    grid-column: 2/3;
  }

  #content #office .office_slider_comment_text p {
    font-size: 10px;
    padding: 0 0 0 8px;
    background-size: 15px 14px;
  }

  #content #office .office_slider_feature {
    display: grid;
    grid-template-columns: 26% 68%;
    -moz-column-gap: 6%;
    column-gap: 6%;
    row-gap: 4px;
    align-items: center;
  }

  #content #office .office_slider_feature_title {
    grid-column: 2/3;
    font-size: 10px;
  }

  #content #office .office_slider_feature_text {
    grid-column: 2/3;
    margin-top: 0;
    font-size: 10px;
  }

  #content #office .office_slider_feature>img {
    grid-row: 1/3;
  }

  #content #office .office_slider_arrow {
    display: none;
  }

  #content .cta_area {
    padding: 60px 0;
    background: url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/bg-circle-l.webp) no-repeat left -80px top -100px/350px, #d2063a url(/-/media/Ricoh/Sites/co_jp/special/ricoh-spaces/img/bg-circle-r.webp) no-repeat right -60px bottom -100px/300px;
  }

  #content .cta_area h2 {
    font-size: 19px;
  }

  #content .cta_area .c-multiCol {
    margin-top: 32px;
  }

  #content .cta_area .c-h3-a {
    margin-bottom: 8px;
    font-size: 10px;
  }

  #content .cta_area h3 {
    font-size: 15px;
  }

  #content .cta_area .c-linkCard--col2 {
    row-gap: 24px;
  }

  #content #practice {
    padding: 60px 0;
  }

  #content #practice h3 {
    font-size: 18px;
  }

  #content #news_topics,
  #content #stories {
    padding: 60px 0;
  }

  #content #news_topics p,
  #content #stories p {
    font-size: 14px;
  }
}