@media (min-width: 841px) {
  .pc-only {
    display: inline-block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 840px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
}
.f-l__common-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  width: inherit;
  height: auto;
}
.f-l__common-section {
  padding: 70px 0;
}
@media screen and (max-width: 840px) {
  .f-l__common-inner {
    max-width: 100%;
    min-width: 100px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .f-l__common-inner {
    max-width: 100%;
    min-width: 100px;
    padding: 0 20px;
  }
  .f-l__common-section {
    padding: 50px 0;
  }
}

.cf {
  clear: both;
}

.f__common-text_left {
  text-align: left;
}
.f__common-text_center {
  text-align: center;
}
.f__common-text_right {
  text-align: right;
}
.f__common-text_bold {
  font-weight: 700;
}
.f__common-text_underline {
  text-decoration: underline;
}
.f__common-text_highlighter {
  background: linear-gradient(transparent 75%, var(--rseisan-accent) 75%);
  background-position: 0 1.3em;
}
.f__common-text_annotation {
  font-size: 10px;
}
.f__common-text_nowrap {
  display: inline-block;
}
.f__common-color_seisan {
  color: var(--rseisan-primary);
}
.f__common-color_meisai {
  color: var(--rmeisai-primar);
}
.f__common-color_seikyu {
  color: var(--rseikyu-primar);
}
.f__common-color_hanbai {
  color: var(--rhanbai-primar);
}
.f__common-color_kintai {
  color: var(--rmeisai-primar);
}
.f__common-bgcolor_blue {
  background-color: var(--rseisan-bg-sub-03);
}
.f__common-bgcolor_blue_brand {
  background-color: var(--rseisan-primary);
}
.f__common-bgcolor_gray {
  background-color: var(--gray-bg-02);
}
.f__common-bgcolor_white {
  background-color: #fff;
}

.p__case-section_head {
  font-size: 18px;
  line-height: 1.6;
  padding: 0 0 0 225px;
  background-image: url(/assets/image/icon/icon_058_pc_logo.svg);
  background-size: 220px 145px;
  background-position: 2% 50%;
  background-repeat: no-repeat;
}
.p__case-section_head p {
  padding-top: 15px;
}
@media screen and (max-width: 600px) {
  .p__case-section_head {
    padding: 0;
    font-size: 14px;
    background: none;
  }
}
.p__case-pickup {
  padding: 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .p__case-pickup {
    padding: 30px 80px 0;
  }
}
@media screen and (max-width: 840px) {
  .p__case-pickup {
    padding: 30px 0px 0;
  }
}
@media screen and (max-width: 600px) {
  .p__case-pickup {
    padding: 10px 20px 0;
  }
}
.p__case-pickup_container {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  padding: 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .p__case-pickup_container {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p__case-pickup_container {
    width: 100%;
  }
}
.p__case-pickup_container_inner {
  width: 100%;
  overflow: hidden;
}
.p__case-pickup_container_inner.swiper-container {
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .p__case-pickup_container_inner.swiper-container {
    padding: 0 20px;
  }
}
.p__case-pickup_container_inner .swiper-wrapper {
  align-items: stretch;
}
.p__case-pickup_container_inner .swiper-slide {
  width: 100%;
  display: flex;
  align-items: stretch;
  height: auto;
  padding: 10px 0;
}
.p__case-pickup_data {
  width: 100%;
  display: block;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px 20px 15px;
  text-decoration: none;
  border-top: 3px solid var(--rcloud-primary);
}
@media screen and (min-width: 841px) {
  .p__case-pickup_data:hover {
    box-shadow: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .p__case-pickup_data {
    padding: 15px 20px 10px;
  }
}
.p__case-pickup_data_head {
  font-size: 16px;
  color: var(--rcloud-primary);
  line-height: 1.5;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .p__case-pickup_data_head {
    font-size: 14px;
    padding: 0 0 10px;
    min-height: 70px;
  }
}
.p__case-pickup_data_img-box {
  width: 250px;
  height: 150px;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
@media screen and (max-width: 840px) {
  .p__case-pickup_data_img-box {
    width: 100%;
    padding: 0 0 10px;
  }
}
.p__case-pickup_data_img-box._bnr {
  width: 220px;
}
.p__case-pickup_data_text_name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding: 0 15px 0 0;
  color: var(--black);
}
.p__case-pickup_data_text_name span {
  font-size: 12px;
}
.p__case-pickup_data_text_name:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 45%;
  right: 0px;
  margin: auto;
  transition: all ease 0.3s;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--rcloud-primary);
  border-right: 2px solid var(--rcloud-primary);
}
@media screen and (max-width: 600px) {
  .p__case-pickup_data_text {
    display: grid;
    align-items: center;
    height: 40px;
  }
  .p__case-pickup_data_text_name {
    font-size: 14px;
  }
  .p__case-pickup_data_text_name span {
    font-size: 10px;
  }
}
.p__case-pickup .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
}
.p__case-pickup .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.p__case-pickup .swiper-pagination-bullet-active {
  background-color: var(--rcloud-primary);
}
.p__case-pickup .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.p__case-pickup .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: none;
  background-color: var(--rcloud-primary);
  border-radius: 50px;
  left: -60px;
  right: auto;
}
@media screen and (max-width: 840px) {
  .p__case-pickup .swiper-button-prev {
    left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p__case-pickup .swiper-button-prev {
    left: 0px;
    width: 35px;
    height: 35px;
  }
}
.p__case-pickup .swiper-button-prev:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-30%) rotate(-135deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 841px) {
  .p__case-pickup .swiper-button-prev:hover {
    border: 2px solid var(--rcloud-primary);
    background-color: #FFF;
  }
  .p__case-pickup .swiper-button-prev:hover:after {
    border-top: 2px solid var(--rcloud-primary);
    border-right: 2px solid var(--rcloud-primary);
  }
}
.p__case-pickup .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: none;
  background-color: var(--rcloud-primary);
  border-radius: 50px;
  right: -60px;
  left: auto;
}
@media screen and (max-width: 840px) {
  .p__case-pickup .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p__case-pickup .swiper-button-next {
    right: 0px;
    width: 35px;
    height: 35px;
  }
}
.p__case-pickup .swiper-button-next:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  bottom: auto;
  margin: auto;
  transform: translateY(-50%) translateX(-70%) rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 841px) {
  .p__case-pickup .swiper-button-next:hover {
    border: 2px solid var(--rcloud-primary);
    background-color: #FFF;
  }
  .p__case-pickup .swiper-button-next:hover:after {
    border-top: 2px solid var(--rcloud-primary);
    border-right: 2px solid var(--rcloud-primary);
  }
}
.p__case-pickup .swiper-button-next,
.p__case-pickup .swiper-button-prev {
  transform: translateY(-50%);
}
.p__case-cta {
  width: 900px;
  margin: -45px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .p__case-cta {
    width: 100%;
    display: block;
    margin: -45px auto 0;
  }
  .p__case-cta a {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 600px) {
  .p__case-cta {
    width: 100%;
    display: block;
    margin: -30px auto 0;
  }
}
.p__case-introduction {
  padding: 45px 0 35px;
}
@media screen and (max-width: 840px) {
  .p__case-introduction {
    display: block;
    padding: 0px 0 25px;
  }
}
.p__case-introduction_inner {
  width: 900px;
  margin: 0px auto;
  display: flex;
}
@media screen and (max-width: 840px) {
  .p__case-introduction_inner {
    display: block;
    width: 100%;
  }
}
.p__case-introduction_company_image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 140px;
  overflow: hidden;
  animation: loop 45s linear infinite;
  background: url(/assets/image/logo/logo_beside-set.webp) repeat-x left center/auto 140px;
}
@media screen and (max-width: 840px) {
  .p__case-introduction_company_image {
    height: 100px;
    background-size: cover;
  }
}
.p__case-sort_tabs {
  width: 100%;
  border-bottom: 1px solid var(--gray-bg-01);
}
.p__case-sort_tabs ul {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p__case-sort_tabs ul {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .p__case-sort_tabs ul {
    width: 90%;
  }
}
.p__case-sort_tabs ul li {
  width: 32%;
  border-top: 5px solid var(--gray-bg-01);
  border-left: 1px solid var(--gray-bg-01);
  border-right: 1px solid var(--gray-bg-01);
  background-color: var(--gray-bg-01);
  border-radius: 10px 10px 0 0;
  padding: 18px 0 15px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.p__case-sort_tabs ul li.active {
  border-top: 5px solid var(--rcloud-primary);
  background-color: #FFF;
  margin-bottom: -1px;
  color: var(--rcloud-primary);
  font-weight: 700;
}
.p__case-sort_tabs ul li.active:hover {
  border-top: 5px solid var(--rcloud-primary);
  background-color: #FFF;
}
@media screen and (min-width: 841px) {
  .p__case-sort_tabs ul li:hover {
    background-color: var(---gray-bg-01);
    border-top: 5px solid var(---gray-bg-01);
    border-left: 1px solid var(---gray-bg-01);
    border-right: 1px solid var(---gray-bg-01);
  }
}
@media screen and (max-width: 600px) {
  .p__case-sort_tabs ul li {
    border-top: 3px solid var(--gray-bg-01);
    padding: 10px 0 7px;
    font-size: 12px;
    display: grid;
    place-items: center;
  }
  .p__case-sort_tabs ul li.active {
    border-top: 3px solid var(--rcloud-primary);
  }
}
.p__case-sort_target {
  padding: 25px 0 15px;
}
.p__case-sort_target .o-c__btn-text {
  display: none;
}
.p__case-sort_target .o-c__btn-text .js_open_text {
  display: block;
}
.p__case-sort_target .o-c__btn-text .js_close_text {
  display: none;
}
.p__case-sort_target .o-c__btn-text .active .js_open_text {
  display: none;
}
.p__case-sort_target .o-c__btn-text .active .js_close_text {
  display: block;
}
@media screen and (max-width: 600px) {
  .p__case-sort_target {
    padding: 20px 0 15px;
  }
  .p__case-sort_target .o-c__btn-text {
    display: inline-block;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  .p__case-sort_hidebox {
    height: 145px;
    overflow: hidden;
    position: relative;
    transition: all ease 0.3s;
  }
  .p__case-sort_hidebox:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 56%);
  }
  .p__case-sort_hidebox.active_01 {
    height: 450px;
  }
  .p__case-sort_hidebox.active_01:after {
    display: none;
  }
  .p__case-sort_hidebox.active_02 {
    height: 310px;
  }
  .p__case-sort_hidebox.active_02:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .p__case-sort .f-l__common-inner {
    width: 100%;
  }
}
.p__case-sort_list {
  padding: 0 0 30px;
  text-align: center;
}
.p__case-sort_list_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.p__case-sort_list_item li {
  width: 19%;
  margin: 0 10px 10px 0;
  background-color: var(--gray-09);
  padding: 15px 0 12px;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  line-height: 1;
  cursor: pointer;
}
.p__case-sort_list_item li:hover {
  background-color: var(---gray-bg-01);
}
.p__case-sort_list_item li.active {
  background-color: var(---gray-bg-01);
  font-weight: 700;
  color: var(--rcloud-primary);
}
@media screen and (max-width: 840px) {
  .p__case-sort_list_item li {
    width: 23%;
    margin: 0 2% 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .p__case-sort_list_item li {
    width: 47%;
    margin: 0 3% 10px 0;
    font-size: 14px;
    padding: 13px 0 10px;
  }
}
.p__case-sort_list_all {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.p__case-sort_list_all li {
  cursor: pointer;
}
.p__case-sort_list .o-c__btn-link {
  width: 200px;
}
.p__case-sort_content {
  width: 100%;
  padding: 70px 0;
}
@media screen and (max-width: 600px) {
  .p__case-sort_content {
    padding: 50px 0;
  }
}
.p__case-sort_content_box {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_box {
    display: block;
  }
}
.p__case-sort_content_item {
  width: 33.333%;
  margin: 0;
  padding: 0 10px 20px;
}
@media screen and (max-width: 840px) {
  .p__case-sort_content_item {
    width: 49%;
    margin: 0 1% 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_item {
    width: 100%;
    padding: 0 0 20px;
  }
}
.p__case-sort_content_item a {
  text-decoration: none;
  min-height: 370px;
  display: block;
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_item a {
    min-height: 190px;
  }
}
.p__case-sort_content_item_bg {
  padding: 0 0 70px;
  background-color: #FFF;
  border-top: 3px solid var(--rcloud-primary);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media screen and (min-width: 841px) {
  .p__case-sort_content_item_bg:hover {
    box-shadow: 0, 0, 10px, 0;
  }
}
.p__case-sort_content_item_bg:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  right: -35px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--rcloud-primary);
  transform: rotate(45deg);
}
.p__case-sort_content_item_bg:after {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  right: 12px;
  bottom: 12px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.p__case-sort_content_item_filter01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 5px 0;
}
.p__case-sort_content_item_filter01 li {
  flex: 1;
}
.p__case-sort_content_item_filter01 li a {
  background-color: var(--gray-09);
  text-align: center;
  padding: 7px 5px 5px;
  margin: 0 5px 10px;
  line-height: 1;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  min-height: 0;
  color: var(--black);
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .p__case-sort_content_item_filter01 li a[data-group=p-1000], .p__case-sort_content_item_filter01 li a[data-group=p-3000] {
    font-size: 12px;
    line-height: 14px;
  }
}
.p__case-sort_content_item_filter01 li a:hover {
  background-color: var(---gray-bg-01);
}
.p__case-sort_content_item_filter01 li a.active {
  background-color: var(---gray-bg-01);
  font-weight: 700;
  color: var(--rcloud-primary);
}
.p__case-sort_content_item_filter02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding: 10px 45px 0 0;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.p__case-sort_content_item_filter02 li a {
  background-color: var(--gray-09);
  text-align: center;
  padding: 7px 7px 5px;
  margin: 0 5px 5px 0;
  line-height: 1;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  min-height: 0;
  color: var(--black);
  cursor: pointer;
}
.p__case-sort_content_item_filter02 li a:hover {
  background-color: var(---gray-bg-01);
}
.p__case-sort_content_item_filter02 li a.active {
  background-color: var(---gray-bg-01);
  font-weight: 700;
  color: var(--rcloud-primary);
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_item_head {
    display: flex;
    align-items: flex-start;
    padding: 0 10px;
  }
}
.p__case-sort_content_item_head_img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.p__case-sort_content_item_head_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_item_head_img {
    width: 53%;
    height: auto;
    padding-top: 33%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_item_head_name {
    width: 47%;
  }
}
.p__case-sort_content_item_head_logo {
  width: 200px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_item_head_logo {
    width: 100%;
    height: 60px;
  }
}
.p__case-sort_content_item_head_logo img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_item_head_logo img {
    max-height: 45px;
    object-fit: cover;
  }
}
.p__case-sort_content_item_head_index {
  font-size: 13px;
  text-align: center;
  color: var(--black);
  padding: 0 15px 5px;
}
.p__case-sort_content_item_head_index span {
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  .p__case-sort_content_item_head_index {
    font-size: 12px;
    padding: 0 5px 0;
  }
  .p__case-sort_content_item_head_index span {
    font-size: 10px;
  }
}
.p__case-sort_content_item_text {
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.6;
  line-height: 1.6;
  font-weight: 700;
  color: var(--rcloud-primary);
}
.p__case-clist_content_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p__case-clist_content_item li {
  width: 24%;
  border-right: 1px solid var(--gray-bg-01);
  border-bottom: 1px solid var(--gray-bg-01);
  padding: 25px 20px;
  text-align: center;
  margin: 0 1% 10px 0;
}
@media screen and (max-width: 600px) {
  .p__case-clist_content_item li {
    width: 48%;
    margin: 0 2% 5px 0;
    padding: 20px 10px;
  }
}
.p__case-clist_content_item li img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 50px;
  margin: 0 0 15px;
}
@media screen and (max-width: 600px) {
  .p__case-clist_content_item li img {
    max-width: 100px;
    max-height: 30px;
  }
}
.p__case-clist_content_item_head {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.p__case-clist_content_note {
  padding: 20px 0 0;
}
.p__case-clist_content_note_text {
  font-size: 10px;
}
.p__case-title {
  background-color: var(--rcloud-primary);
  color: #FFF;
  text-align: center;
  height: 210px;
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
.p__case-title span {
  position: relative;
  z-index: 20;
}
.p__case-title:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -30px;
  right: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/asset/image/figure/cta_back_component.webp);
  background-size: cover;
  transform: rotate(50deg);
  z-index: 10;
}
.p__case-title:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -140px;
  left: -150px;
  width: 406px;
  height: 386px;
  background-image: url(/asset/image/figure/cta_back_component.webp);
  background-size: cover;
  transform: rotate(230deg);
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .p__case-title {
    font-size: 20px;
    padding: 20px;
    height: auto;
    text-align: left;
  }
  .p__case-title:before {
    bottom: auto;
    top: -60px;
    right: -65px;
    width: 150px;
    height: 150px;
  }
  .p__case-title:after {
    display: none;
  }
}
.p__case-detail {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0px auto;
  padding: 50px 0;
}
@media screen and (max-width: 840px) {
  .p__case-detail {
    width: 100%;
    padding: 70px 50px;
  }
}
@media screen and (max-width: 600px) {
  .p__case-detail {
    width: 100%;
    padding: 30px 0 50px;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .p__case-detail_content {
    width: 100%;
    padding: 0 20px;
  }
}
.p__case-detail_title {
  font-size: 24px;
  font-weight: 700;
  color: var(--rcloud-primary);
  padding: 15px 5px 12px;
  border-bottom: 2px solid var(--gray-bg-01);
  margin: 0 0 40px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_title {
    font-size: 20px;
  }
}
.p__case-detail_head {
  padding: 0 0 40px;
  overflow: hidden;
}
.p__case-detail_head a {
  cursor: pointer;
}
.p__case-detail_head_img {
  width: 300px;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0 20px 10px 0;
}
@media screen and (max-width: 600px) {
  .p__case-detail_head_img {
    width: 100%;
    float: none;
  }
}
.p__case-detail_head_img figcaption {
  width: 100%;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  padding: 5px 0 0;
}
.p__case-detail_head_img figcaption._movie_cap {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: var(--rcloud-primary);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-top: 15px;
}
.p__case-detail_head_text {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .p__case-detail_head_text {
    font-size: 14px;
  }
}
.p__case-detail_company {
  border: 2px solid var(--gray-bg-01);
  padding: 15px 20px 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company {
    display: block;
    text-align: center;
  }
}
.p__case-detail_company._customer {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 30% 1fr;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company._customer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}
.p__case-detail_company._customer .p__case-detail_company_logo {
  width: 100%;
  grid-row: 1/2;
  grid-column: 1/2;
}
.p__case-detail_company._customer .p__case-detail_company_data {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company._customer .p__case-detail_company_data {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.p__case-detail_company._customer .p__case-detail_company_customer {
  margin-top: 20px;
  padding-top: 20px;
  grid-row: 2/3;
  grid-column: 1/3;
  line-height: 1.7;
  border-top: 1px solid var(--gray-bg-01);
}
.p__case-detail_company._customer .p__case-detail_company_customer span {
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company._customer .p__case-detail_company_customer {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.p__case-detail_company._customer .p__case-detail_company_customer .pc-only {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company._customer .p__case-detail_company_customer .pc-only {
    display: none;
  }
}
.p__case-detail_company._customer .p__case-detail_company_customer .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company._customer .p__case-detail_company_customer .sp-only {
    display: inline-block;
  }
}
.p__case-detail_company_logo {
  width: 30%;
  max-width: 180px;
  display: grid;
  place-items: center;
  padding: 0 5px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company_logo {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto;
  }
  .p__case-detail_company_logo img {
    max-width: 150px;
  }
}
.p__case-detail_company_data {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company_data {
    width: 100%;
  }
}
.p__case-detail_company_data th {
  width: 20%;
  white-space: nowrap;
  font-size: 12px;
  padding: 3px 15px 3px 0;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company_data th {
    width: 25%;
    padding: 5px 15px 5px 0;
  }
}
.p__case-detail_company_data td {
  font-size: 14px;
  padding: 3px 0px 3px 0px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p__case-detail_company_data td {
    padding: 5px 0px 5px 0px;
  }
}
.p__case-detail_company_data_tag a {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 0 0;
}
.p__case-detail_company_data_tag a form {
  margin: 0 5px 5px 0;
}
.p__case-detail_company_data_tag a input {
  padding: 8px 8px 6px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  color: var(--black);
  transition: 0.3s;
  background-color: var(--gray-09);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
}
.p__case-detail_company_data_tag a input:hover {
  background-color: var(--rcloud-primary);
  color: #FFF;
}
.p__case-detail_article {
  padding: 0 0 50px;
}
.p__case-detail_article_sdgs_title {
  font-size: 16px;
  text-align: center;
  padding: 0 0 20px;
}
.p__case-detail_article_sdgs_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article_sdgs_icon {
    width: 100%;
  }
}
.p__case-detail_article_sdgs_icon li {
  width: 23%;
  margin: 0 1% 10px;
  list-style: none;
}
.p__case-detail_article_sdgs_icon li:before {
  display: none;
}
.p__case-detail_article_annotation {
  font-size: 10px;
  line-height: 1.4;
  display: inline-block;
}
.p__case-detail_article_indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.p__case-detail_article section {
  padding: 40px 0 0;
}
.p__case-detail_article section .o-c__btn-text {
  margin: 0 0 20px;
}
.p__case-detail_article section p:last-child {
  margin: 0 0 0 0;
}
.p__case-detail_article h3 {
  background-color: var(--gray-09);
  font-size: 20px;
  font-weight: 700;
  border-left: 5px solid var(--rcloud-primary);
  line-height: 1.4;
  padding: 22px 15px 17px 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article h3 {
    padding: 17px 15px 13px 15px;
  }
}
.p__case-detail_article h4 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px dashed var(--gray-bg-01);
  padding: 22px 0px 17px;
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article h4 {
    padding: 15px 0;
  }
}
.p__case-detail_article h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 22px 0px 17px;
  margin: 0;
  position: relative;
}
.p__case-detail_article h5._number {
  padding: 10px 0 5px 25px;
}
.p__case-detail_article h5._number:before {
  position: absolute;
  top: 10px;
  left: 0;
  color: var(--rcloud-primary);
}
.p__case-detail_article h5._number._01:before {
  content: "1.";
}
.p__case-detail_article h5._number._02:before {
  content: "2.";
}
.p__case-detail_article h5._number._03:before {
  content: "3.";
}
.p__case-detail_article h5._number._04:before {
  content: "4.";
}
.p__case-detail_article h5._number._05:before {
  content: "5.";
}
.p__case-detail_article p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article p {
    font-size: 14px;
  }
}
.p__case-detail_article p strong {
  font-weight: 700;
  color: var(--rcloud-primary);
}
.p__case-detail_article p .o-c__btn-text {
  line-height: 1.5;
}
.p__case-detail_article ._center {
  margin: 0 auto 20px;
}
.p__case-detail_article ._center figure {
  margin: 0 auto;
}
.p__case-detail_article ._left {
  overflow: hidden;
  margin: 0 0 20px;
}
.p__case-detail_article ._left figure {
  float: left;
  margin: 0 20px 20px 0;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article ._left figure {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.p__case-detail_article ._right {
  overflow: hidden;
  margin: 0 0 20px;
}
.p__case-detail_article ._right figure {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article ._right figure {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.p__case-detail_article figure {
  text-align: center;
}
.p__case-detail_article figure figcaption {
  font-size: 10px;
  text-align: center;
  padding: 5px 0 0;
}
.p__case-detail_article figure._img_150 {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article figure._img_150 {
    margin: 0 auto 20px;
  }
}
.p__case-detail_article figure._img_200 {
  width: 200px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article figure._img_200 {
    margin: 0 auto 20px;
  }
}
.p__case-detail_article figure._img_300 {
  width: 300px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article figure._img_300 {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p__case-detail_article figure._img_500 {
  width: 500px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article figure._img_500 {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p__case-detail_article figure._img_600 {
  width: 600px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article figure._img_600 {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p__case-detail_article ._disc_list {
  margin: 10px 0 20px;
}
.p__case-detail_article ._disc_list li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 7px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article ._disc_list li {
    font-size: 14px;
    padding: 0 0 0 15px;
  }
}
.p__case-detail_article ._disc_list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: var(--rcloud-primary);
  overflow: hidden;
  font-size: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article ._disc_list li:before {
    font-size: 10px;
  }
}
.p__case-detail_article ._disc_list._gray_style li:before {
  background-color: var(--gray-07);
}
.p__case-detail_article ._decimal_list {
  margin: 10px 0 20px;
}
.p__case-detail_article ._decimal_list li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 7px;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article ._decimal_list li {
    font-size: 14px;
    padding: 0 0 0 15px;
  }
}
.p__case-detail_article ._decimal_list li:before {
  content: "";
  color: var(--rcloud-primary);
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article ._decimal_list li:before {
    font-size: 14px;
  }
}
.p__case-detail_article ._decimal_list li:nth-child(1):before {
  content: "1";
}
.p__case-detail_article ._decimal_list li:nth-child(2):before {
  content: "2";
}
.p__case-detail_article ._decimal_list li:nth-child(3):before {
  content: "3";
}
.p__case-detail_article ._decimal_list li:nth-child(4):before {
  content: "4";
}
.p__case-detail_article ._decimal_list li:nth-child(5):before {
  content: "5";
}
.p__case-detail_article ._decimal_list li:nth-child(6):before {
  content: "6";
}
.p__case-detail_article ._decimal_list li:nth-child(7):before {
  content: "7";
}
.p__case-detail_article ._decimal_list li:nth-child(8):before {
  content: "8";
}
.p__case-detail_article ._decimal_list li:nth-child(9):before {
  content: "9";
}
.p__case-detail_article ._decimal_list li:nth-child(10):before {
  content: "10";
}
.p__case-detail_article ._decimal_list._gray_style li:before {
  color: var(--gray-07);
}
.p__case-detail_link {
  width: 100%;
  padding: 30px 0 0;
  text-align: center;
}
.p__case-detail_cta {
  width: 100%;
  background-color: var(--gray-bg-01);
  border-radius: 10px;
  padding: 35px 35px 45px;
  text-align: center;
}
.p__case-detail_cta h3 {
  color: var(--rcloud-primary);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
}
.p__case-detail_cta .o-c__cta-link_orange,
.p__case-detail_cta .o-c__cta-link_border {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 30px;
  font-size: 22px;
  padding: 25px 25px 18px;
}
.p__case-detail_cta .o-c__cta-link_orange_capture._case_img,
.p__case-detail_cta .o-c__cta-link_border_capture._case_img {
  width: 35px;
  top: 56%;
}
@media screen and (max-width: 600px) {
  .p__case-detail_cta {
    padding: 30px 15px 5px;
  }
  .p__case-detail_cta .o-c__cta-link_orange,
  .p__case-detail_cta .o-c__cta-link_border {
    width: 100%;
    font-size: 18px;
    margin: 0 auto 25px;
    padding: 20px 25px 15px;
  }
}
.p__case-detail_customer {
  border: 2px solid var(--gray-bg-01);
  padding: 20px;
  border-radius: 10px;
  font-size: 14px !important;
  line-height: 1.8 !important;
}
.p__case-detail_customer span {
  font-weight: 700;
}
.p__case-aside {
  width: 250px;
}
@media screen and (max-width: 840px) {
  .p__case-aside {
    display: none;
  }
}
.p__case-aside_banner {
  margin: 0 0 30px;
  transition: all ease 0.3s;
}
.p__case-aside_banner:hover {
  opacity: 0.8;
}
.p__case-aside_recommend h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--rcloud-primary);
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}
.p__case-aside_recommend h2:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: var(--rcloud-primary);
  position: absolute;
  top: 5px;
  left: 5px;
  transform: rotate(-25deg);
}
.p__case-aside_recommend h2:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: var(--rcloud-primary);
  position: absolute;
  top: 5px;
  right: 5px;
  transform: rotate(25deg);
}
.p__case-aside_recommend_item {
  margin: 0 0 20px;
}
.p__case-aside_recommend_item_bg {
  background-color: var(--gray-09);
  border-radius: 10px;
  border-top: 3px solid var(--rcloud-primary);
  display: block;
  text-decoration: none;
  padding: 0 0 5px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}
@media screen and (min-width: 841px) {
  .p__case-aside_recommend_item_bg:hover {
    box-shadow: 0, 0, 10px, 0;
  }
}
@media screen and (max-width: 600px) {
  .p__case-aside_recommend_item_bg {
    min-height: 290px;
  }
}
.p__case-aside_recommend_item_bg:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  right: -35px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--rcloud-primary);
  transform: rotate(45deg);
}
.p__case-aside_recommend_item_bg:after {
  position: absolute;
  z-index: 10;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  right: 12px;
  bottom: 12px;
  transform: rotate(90deg);
  transition: all ease 0.3s;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.p__case-aside_recommend_item_filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 7px 0;
}
.p__case-aside_recommend_item_filter li {
  width: 47%;
  background-color: #FFF;
  text-align: center;
  padding: 7px 5px 5px;
  margin: 0 3px 8px;
  line-height: 1;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  color: var(--black);
}
.p__case-aside_recommend_item_text {
  padding: 15px 10px 10px;
  font-size: 14px;
  line-height: 1.6;
  line-height: 1.6;
  font-weight: 700;
  color: var(--black);
}
.p__case-aside_recommend_item_text p {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  padding: 10px 60px 0 0;
}

.p__case-detail_article-namebold {
  font-weight: bold;
}

.p__case-detail_article ul.p__case-benefits_list {
  margin: 0 0 20px;
}
.p__case-detail_article ul.p__case-benefits_content {
  margin: 0;
}
@media screen and (max-width: 840px) {
  .p__case-detail_article ul.p__case-benefits_content {
    margin-left: 20px;
  }
}
.p__case-detail_article ul.p__case-benefits_step_list {
  margin: 30px 0 10px 0;
}
@media screen and (max-width: 840px) {
  .p__case-detail_article ul.p__case-benefits_step_list {
    margin: 30px 0;
  }
}
.p__case-detail_article ul li.p__case-benefits_item {
  display: grid;
  grid-template-columns: 130px calc(100% - 130px);
  align-items: center;
  padding: 0;
  margin: 0;
}
.p__case-detail_article ul li.p__case-benefits_item:not(:last-of-type) {
  padding-bottom: 10px;
}
.p__case-detail_article ul li.p__case-benefits_item:last-of-type .benefits-box__title::after {
  content: none;
}
.p__case-detail_article ul li.p__case-benefits_item::before {
  content: none;
}
@media screen and (max-width: 840px) {
  .p__case-detail_article ul li.p__case-benefits_item {
    display: flex;
    flex-direction: column;
  }
}
.p__case-detail_article ul li.p__case-benefits_content_text {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.p__case-detail_article ul li.p__case-benefits_content_text:not(:last-of-type) {
  margin-bottom: 5px;
}
.p__case-detail_article ul li.p__case-benefits_content_text strong {
  font-weight: bold;
}
.p__case-detail_article ul li.p__case-benefits_content_text::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 6px;
  width: 9px;
  height: 6px;
  border-top: solid 2px var(--gray-08);
  border-right: solid 2px var(--gray-08);
  display: block;
  transform: rotate(135deg);
}
.p__case-detail_article ul li.p__case-benefits_content_text._yellow::before {
  border-top: solid 2px var(--rcloud-accent);
  border-right: solid 2px var(--rcloud-accent);
}
.p__case-detail_article ul li.p__case-benefits_content_text._primary::before {
  border-top: solid 2px var(--rcloud-primary);
  border-right: solid 2px var(--rcloud-primary);
}
.p__case-detail_article ul li p.p__case-benefits_title {
  position: relative;
  display: grid;
  place-items: center;
  margin-top: 20px;
  width: 80px;
  height: 80px;
  font-size: 18px;
  border-radius: 40px;
  font-weight: bold;
}
.p__case-detail_article ul li p.p__case-benefits_title._gray {
  background-color: var(--gray-08);
}
.p__case-detail_article ul li p.p__case-benefits_title._yellow {
  background-color: var(--rcloud-accent);
}
.p__case-detail_article ul li p.p__case-benefits_title._primary {
  color: var(--white);
  background-color: var(--rcloud-primary);
}
.p__case-detail_article ul li p.p__case-benefits_title._primary::after {
  content: none;
}
.p__case-detail_article ul li p.p__case-benefits_title::after {
  content: "";
  position: absolute;
  top: 80px;
  width: 1px;
  height: 80px;
  border-right: 2px dotted var(--black);
}
@media screen and (max-width: 840px) {
  .p__case-detail_article ul li p.p__case-benefits_title::after {
    content: none;
  }
}
@media screen and (max-width: 840px) {
  .p__case-detail_article ul li p.p__case-benefits_title {
    width: 100%;
    height: 48px;
    padding-top: 3px;
    border-radius: 10px;
  }
}
.p__case-detail_article ul li.p__case-benefits_step_item {
  display: grid;
  grid-template-columns: 180px calc(100% - 190px);
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 840px) {
  .p__case-detail_article ul li.p__case-benefits_step_item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .p__case-detail_article ul li.p__case-benefits_step_item::before {
    content: none;
  }
  .p__case-detail_article ul li.p__case-benefits_step_item._gray {
    border: 1px solid var(--gray-08);
  }
  .p__case-detail_article ul li.p__case-benefits_step_item._yellow {
    border: 1px solid var(--rcloud-accent);
  }
  .p__case-detail_article ul li.p__case-benefits_step_item._primary {
    border: 1px solid var(--rcloud-primary);
  }
}

.p__case-detail_article-interview {
  justify-content: space-between;
}
.p__case-detail_article-interview_data {
  width: 70%;
  border: 2px solid var(--gray-bg-01);
  padding: 15px 20px 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article-interview_data {
    width: 100%;
  }
}
.p__case-detail_article-interview_data th {
  width: 20%;
  white-space: nowrap;
  font-size: 12px;
  padding: 3px 15px 3px 0;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article-interview_data th {
    width: 25%;
    padding: 5px 15px 5px 0;
  }
}
.p__case-detail_article-interview_data td {
  font-size: 14px;
  padding: 3px 0px 3px 0px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .p__case-detail_article-interview_data td {
    padding: 5px 0px 5px 0px;
  }
}

.p__case-detail_article .p__case-detail_head_text {
  margin: 0;
}/*# sourceMappingURL=p-case.css.map */