@charset "UTF-8";
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
/* お客様インタビュー動画 */
/* font family */
/* 見出し */
/* ボタン */
/* ------------------------------
 	case.css
 	modified: 2018/12/02
------------------------------ */
html[lang=ja] .hide_if_ja, html[lang=en] .hide_if_en {
  display: none !important;
}

/* case
------------------------------ */
#page.top .container {
  width: 100% !important;
  max-width: 1400px !important;
  margin: 0 auto;
}
#page br.brsp {
  display: none;
}
#page br.brpc {
  display: inline;
}
#page .case-list {
  display: flex;
  flex-wrap: wrap;
}
#page .case-list .col-md-4 {
  margin: 0 0 30px;
}
#page .case-list .item-box {
  height: 100%;
}
#page h2.case-heading {
  font-size: 30px;
  margin: 80px 0 40px;
  text-align: center;
  font-weight: normal;
}
#page h2 strong {
  font-size: 14px;
  color: #000;
}
#page h2.case-heading span {
  position: relative;
  padding-left: 1.5em;
}
#page h2.case-heading span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(/wp-content/themes/rpa/img/case/icn_case.png) no-repeat;
  width: 31px;
  height: 31px;
}
#page ul.case-menu {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 0 36px;
}
#page ul.case-menu li {
  list-style-type: none;
  margin: 0 3% 0 0;
  width: 100%;
}
#page ul.case-menu li a {
  display: block;
  padding: 13px 0;
  border-radius: 5px;
  background: #f0f0f0;
  text-align: center;
  color: #333;
}
#page ul.case-menu li.active a {
  background: #e83700;
  color: #fff;
  font-weight: bold;
}
#page ul.case-menu.tab02 {
  padding: 0 18%;
  justify-content: center;
}
#page ul.case-menu.tab02 li {
  margin: 0 5% 0 0;
}
#page ul.case-menu.tab03 li, #page ul.case-menu.tab04 li {
  margin: 0 3% 0 0;
}
#page ul.case-menu li:last-child {
  margin: 0;
}
#page .case-submenu {
  margin: 0 0 12px;
}
#page .case-submenu ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
  padding: 0 22% 36px;
}
#page .case-submenu ul li {
  list-style-type: none;
  margin: 0;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  line-height: 30px;
}
#page .case-submenu ul li.active {
  font-weight: bold;
}
#page .case-conditions {
  font-size: 22px;
  text-align: center;
  margin: 0 0 60px;
}
#page #case-interview header {
  margin: 0 0 40px;
}
#page #case-interview p.case-interview-kv {
  margin: 0 0 32px;
}
#page #case-interview .case-interview-link .row {
  display: flex;
}
#page #case-interview .case-interview-link .row .item-box {
  height: 100%;
}
#page #case-interview .case-interview-title p {
  margin: 0;
}
#page #case-interview .case-interview-title p span {
  color: #e83700;
  display: inline-block;
  margin-left: 20px;
}
#page #case-interview .case-interview-title h1 {
  font-size: 32px;
  line-height: 42px;
  color: #e83700;
  font-weight: bold;
  margin: 6px 0 50px;
}
#page #case-interview .case-interview-index {
  background: #f0f0f0;
  padding: 40px 78px 20px;
  margin: 0 0 110px;
}
#page #case-interview .case-interview-index dl dt {
  font-size: 18px;
  color: #e83700;
  margin: 0 0 8px;
}
#page #case-interview .case-interview-index dl dd {
  line-height: 24px;
}
#page #case-interview .case-interview-index dl dd ul {
  list-style-type: none;
  margin: 0;
}
#page #case-interview .case-interview-index dl dd ul li {
  list-style-type: none;
  margin: 0;
  text-indent: -1em;
  margin-left: 0.8em;
}
#page #case-interview .case-interview-index dl dd ul li:before {
  content: "・";
}
#page #case-interview .case-interview-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}
#page #case-interview section .case-interview-photo {
  margin: 0 0 14px;
}
#page #case-interview section h1 {
  color: #e83700;
  font-weight: bold;
  font-size: 32px;
  margin: 50px 0 12px;
}
#page #case-interview section h2 {
  color: #333;
  font-weight: bold;
  font-size: 22px;
  margin: 50px 0 12px;
  border-left: 4px solid #e83700;
  padding: 0 0 0 10px;
}
#page #case-interview section h3 {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin: 50px 0 12px;
}
#page #case-interview section .case-interview-qa dl {
  margin: 80px 0;
}
#page #case-interview section .case-interview-qa dl dt {
  color: #e83700;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 12px;
}
#page #case-interview section .case-interview-qa dl dd {
  line-height: 24px;
}
#page #case-interview section .case-interview-other {
  background: #f0f0f0;
  padding: 36px 40px 28px;
  margin: 90px 0 50px;
}
#page #case-interview section .case-interview-columnBox {
  margin: 100px 0;
}
#page #case-interview section .case-interview-columnBox p {
  line-height: 24px;
}
#page #case-interview section .case-interview-columnBox .left-photo, #page #case-interview section .case-interview-columnBox .right-photo {
  display: flex;
  justify-content: space-between;
  margin: 34px 0;
}
#page #case-interview section .case-interview-columnBox .left-photo .photo, #page #case-interview section .case-interview-columnBox .right-photo .photo {
  width: 499px;
}
#page #case-interview section .case-interview-columnBox .left-photo .photo {
  margin-right: 34px;
}
#page #case-interview section .case-interview-columnBox .right-photo .photo {
  margin-left: 34px;
}
#page #case-interview section .case-interview-columnBox .left-photo .text {
  width: 480px;
}
#page #case-interview section .case-interview-columnBox .right-photo .text {
  width: 480px;
}
#page #case-interview section .case-interview-columnBox .right-photo .photo {
  order: 2;
}
#page #case-interview section .case-interview-btn {
  width: 50%;
  margin: 0 auto 120px;
}
#page #case-interview section .case-interview-btn a {
  font-size: 20px;
  letter-spacing: 1px;
}
#page .pagination {
  text-align: center;
  display: block;
  font-size: 18px;
  margin-top: 58px;
}
#page .pagination a {
  color: #222;
}
#page .pagination a.current, #page .pagination a:hover {
  color: #e8340c;
}
#page .pagination li, #page .pagination span.current {
  min-width: 30px;
  color: #e8340c;
}
#page .item-box .item-box-product {
  position: absolute;
  left: 5%;
  bottom: 25px;
  font-size: 10px;
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #e8340c;
  letter-spacing: 1px;
}
#page .item-box .item-box-text {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #page h2.case-heading {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #page h2.case-heading span {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #page ul.case-menu.tab02 {
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  #page ul.case-menu.tab02 {
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  #page ul.case-menu.tab02 li {
    width: 48%;
    margin: 0;
  }
  #page ul.case-menu.tab03, #page ul.case-menu.tab04 {
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
  }
  #page ul.case-menu.tab03 li, #page ul.case-menu.tab04 li {
    width: 48%;
    margin: 0 0 3%;
  }
}
@media (max-width: 768px) {
  #page .case-submenu ul {
    padding: 0 0 36px;
  }
}
@media (max-width: 768px) {
  #page #case-interview .case-interview-title p span {
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 768px) {
  #page #case-interview section .case-interview-btn {
    width: 100%;
  }
  #page #case-interview section .case-interview-btn a {
    padding: 16px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #page #case-interview {
    padding: 0 15px;
    max-width: 100%;
  }
  #page #case-interview header {
    margin: 0 0 60px;
  }
  #page #case-interview .case-interview-title h1 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  #page #case-interview .case-interview-index {
    padding: 30px;
  }
  #page #case-interview .case-interview-ttl {
    margin: 0px 0 30px;
  }
  #page #case-interview section h3, #page #case-interview section h2, #page #case-interview section h1 {
    font-size: 20px;
    line-height: 32px;
    margin: 40px 0 12px;
  }
  #page #case-interview section .case-interview-qa dl {
    margin: 40px 0;
  }
  #page #case-interview section .case-interview-other {
    padding: 24px 30px 18px;
    margin: 40px 0;
  }
  #page #case-interview section .case-interview-columnBox {
    margin: 40px 0;
  }
  #page #case-interview section .case-interview-columnBox .left-photo, #page #case-interview section .case-interview-columnBox .right-photo {
    display: block;
    margin: 34px 0;
  }
  #page #case-interview section .case-interview-columnBox .left-photo .photo, #page #case-interview section .case-interview-columnBox .right-photo .photo {
    width: 100%;
    margin: 0 0 12px;
  }
  #page #case-interview section .case-interview-columnBox .left-photo .text {
    width: 100%;
  }
  #page #case-interview section .case-interview-columnBox .right-photo .text {
    width: 100%;
  }
  #page #case-interview section .case-interview-columnBox .right-photo .photo {
    order: 1;
  }
}
@media (max-width: 768px) {
  #page .item-box {
    min-height: 44vh;
  }
  #page .item-box .item-box-image {
    height: 49vw;
  }
}
/* machida make */
#case_sum {
  width: min(100%, 1060px);
  margin: 70px auto 0;
  padding-bottom: 83px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  /* 事例一覧新デザイン */
}
#case_sum.has-big-margin {
  margin: 85px auto 0;
}
#case_sum a p {
  color: #000000;
}
#case_sum .list_item {
  width: 32%;
  padding: 10px 10px 80px 10px;
  margin: 0 0.65% 60px;
  box-sizing: border-box;
  position: relative;
  border-radius: 14px;
  border: 1px solid #ccc;
}
#case_sum .list_item img {
  width: 100%;
  border-radius: 8px;
}
#case_sum .list_item .company {
  font-size: 13px;
  font-weight: bold;
  padding: 15px 0 30px 0;
}
#case_sum .list_item .text {
  font-size: 13px;
  font-weight: bold;
  color: #dd5418;
  /*margin-bottom: 70px;*/
}
#case_sum .list_item .tag {
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
  position: absolute;
  width: calc(100% - 20px);
  bottom: 10px;
  border-top: 1px dotted #ccc;
}
#case_sum .list_item .tag span {
  font-size: 12px;
  background: #ccc;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 10px;
}
#case_sum .list_item .tag span:nth-child(n+2) {
  margin-top: 5px;
}
#case_sum .case-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 0;
  gap: 74px 50px;
}
#case_sum .case-list p.image {
  overflow: hidden;
}
#case_sum .case-list p.image img {
  transition: all 0.3s;
}
#case_sum .case-list .detail {
  background: #fff;
  filter: drop-shadow(0px 0px 10.31px rgba(0, 0, 0, 0.3));
  border-radius: 5px;
  padding: 12px 15px;
  margin: -17px auto 0;
  width: min(100%, 290px);
  height: 235px;
  flex-direction: column;
}
#case_sum .case-list .sentence {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #4c4c4c;
}
#case_sum .case-list .company-name {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #969696;
  width: 100%;
  color: #4c4c4c;
  transition: all 0.3s;
}
#case_sum .case-list .detail-detail {
  font-size: 12px;
  line-height: 20px;
  transition: all 0.3s;
  color: #4c4c4c;
  position: relative;
}
#case_sum .case-list .detail-detail dl {
  display: flex;
  margin-bottom: 5px;
  font-size: 12px;
}
#case_sum .case-list .detail-detail span {
  width: 87px;
  height: 20px;
  background-color: #fa6e01;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -1px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#case_sum .case-list li {
  width: min(100%, 320px);
  list-style: none;
}
#case_sum .case-list li a:hover {
  opacity: 1 !important;
}
#case_sum .case-list li a:hover p.image img {
  transform: scale(1.1);
}
#case_sum .case-list li a:hover p.sentence, #case_sum .case-list li a:hover p.company-name {
  color: #fa6e01;
}
#case_sum .case-list li a:hover div.detail-detail {
  color: #fa6e01;
}
#case_sum .case-list li .pdf_dl {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  margin: 10px auto 0;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(180deg, #ed5d3c 0%, #ed5d3c 50%, #e8340b 50%, #e8340b 100%);
}
#case_sum .case-list li .pdf_dl:hover {
  opacity: 0.7 !important;
}
#case_sum .case-list .more-btn-wrap {
  width: 100%;
  margin-top: -11px;
  text-align: center;
}
#case_sum .case-list .more-btn-wrap.inactive {
  display: none;
}
#case_sum .case-list .more-btn-wrap button {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  width: min(100%, 293px);
  height: 50px;
  background-color: #FA6E01;
  color: #fff;
  border-radius: 100vh;
  font-size: 24px;
  font-weight: bold;
}
#case_sum .case-list .more-btn-wrap button:hover:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
@media (max-width: 768px) {
  #case_sum .case-list .more-btn-wrap button {
    width: min(100%, 240px);
    height: 40px;
  }
}
#case_sum .case-list .more-btn-wrap ~ * {
  display: none;
}
#case_sum .case-list .more-btn-wrap.inactive ~ * {
  display: list-item;
}

@media (max-width: 960px) {
  #case_sum .case-list .detail {
    width: min(90%, 370px);
    height: 200px;
  }
}
@media (max-width: 768px) {
  #case_sum .case-list .detail {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1080px) {
  #case_sum .case-list li {
    width: min(100%, 300px);
  }
}
@media (max-width: 960px) {
  #case_sum .case-list li {
    width: min(43%, 400px);
  }
}
@media (max-width: 768px) {
  #case_sum .case-list li {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  #case_sum .case-list {
    justify-content: space-between;
    gap: 74px 10px;
  }
}
@media (max-width: 768px) {
  #case_sum .case-list {
    gap: 40px 10px;
  }
}
#case_contents {
  width: 960px;
  margin: 0 auto 60px auto;
}
#case_contents .text_left {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  color: #e72713;
  width: 49.5%;
  margin: 0 0 20px 0;
}
#case_contents .text_right {
  display: inline-block;
  text-align: right;
  width: 49.5%;
  margin: 0 0 20px 0;
}
#case_contents .bizrobo {
  font-weight: bold;
  font-size: 18px;
  color: #e72713;
}
#case_contents .main {
  padding: 0;
}
#case_contents .main img {
  width: 100%;
}
#case_contents .main .info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: initial;
  padding: 0;
}
#case_contents .main .info .logo {
  padding: 20px 10px 20px 20px;
  box-sizing: border-box;
  justify-content: center;
  width: 20%;
  vertical-align: middle;
}
#case_contents .main .info h2 {
  font-size: 24px;
  font-weight: bold;
  color: #e95513;
  padding: 20px 20px 20px 10px;
  box-sizing: border-box;
  margin: 0;
  width: 80%;
  line-height: 1.75em;
}
#case_contents .main .info .toc {
  display: none;
}
#case_contents .page_nav {
  border-top: 1px solid #cccccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0;
}
#case_contents .page_nav li {
  list-style: none;
  width: 16%;
  font-size: 16px;
  height: 80px;
  text-align: center;
  box-sizing: border-box;
}
#case_contents .page_nav li a {
  border-bottom: 3px solid #cccccc;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: normal;
  color: #000000;
  box-sizing: border-box;
}
#case_contents .page_nav li a:hover {
  color: #e8340b;
  border-bottom: 3px solid #e8340b;
  box-sizing: border-box;
}
#case_contents .page_nav .pdf_btn {
  width: 36%;
  font-size: 14px;
  background: #e8340b;
  color: #ffffff;
}
#case_contents .page_nav .pdf_btn a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  border: none;
  display: block !important;
  margin: 0;
  padding: 10px;
}
#case_contents .page_nav .pdf_btn a .top {
  width: 100%;
  display: block !important;
  box-sizing: border-box;
}
#case_contents .page_nav .pdf_btn a .top .fa {
  display: none;
}
#case_contents .page_nav .pdf_btn a .top img {
  max-width: 11px;
  max-height: 14px;
}
#case_contents .page_nav .pdf_btn a .top::after {
  width: 100%;
  height: 10px;
  overflow-y: hidden;
  display: block;
  content: "　";
  border-bottom: 1px dotted #ffffff;
}
#case_contents .page_nav .pdf_btn a .bottom {
  width: 100%;
  display: block !important;
  font-size: 16px;
  box-sizing: border-box;
  padding-top: 5px;
}
#case_contents .page_nav .pdf_btn a:hover {
  color: #ffffff;
  border: none;
}
#case_contents .heighlight {
  width: 100%;
  margin: 60px 0 0 0;
  padding: 0;
}
#case_contents .heighlight h2 {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  line-height: 1.75em;
}
#case_contents .heighlight h2:before {
  content: "";
  display: block;
  border-top: solid 1px black;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#case_contents .heighlight h2 span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
#case_contents .heighlight ul {
  margin: 0;
  padding: 20px;
}
#case_contents .heighlight ul li {
  list-style: none;
  background: #fad380 url(/wp-content/themes/rpa/img/case/case_icon_check01.png) no-repeat 20px 12px;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 45px;
  font-weight: bold;
  box-sizing: border-box;
}
#case_contents .heighlight p {
  padding: 0 20px 0 20px;
  margin: 0;
  text-indent: 1em;
  font-size: 14px;
  line-height: 1.75em;
}
#case_contents .case_contents_caset {
  width: 100%;
  margin: 60px 0 0 0;
  padding: 0;
}
#case_contents .case_contents_caset h2 {
  font-size: 18px;
  color: #e8340c;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.75em;
  margin: 0 0 20px 0;
}
#case_contents .case_contents_caset h2 span {
  display: block;
  width: 15%;
  line-height: 1.2em;
  font-size: 16px;
  color: #ffffff;
  background: #e8340c;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 0;
  text-align: center;
  box-sizing: border-box;
}
#case_contents .case_contents_caset .text-area {
  padding: 0 20px 0 20px;
  box-sizing: border-box;
}
#case_contents .case_contents_caset .text-area h3 {
  font-size: 14px;
  font-weight: bold;
  color: #e8340c;
  border-bottom: 1px solid #e8340c;
  line-height: 1.75em;
  margin: 0 0 20px 0;
}
#case_contents .case_contents_caset .text-area p {
  margin: 0;
  text-indent: 1em;
  font-size: 14px;
  line-height: 1.75em;
}
#case_contents .case_contents_caset .text-area .rule {
  text-indent: 0;
}
#case_contents .case_contents_caset .text-area .img-right {
  float: right;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  z-index: 3;
  background: #ffffff;
}
#case_contents .case_contents_caset .text-area .img-left {
  float: left;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  z-index: 3;
  background: #ffffff;
}
#case_contents .case_contents_caset .text-area .img-center {
  padding: 20px 0 0 0;
  box-sizing: border-box;
  z-index: 3;
  background: #ffffff;
}
#case_contents .case_contents_caset .text-area .mb3em {
  margin-bottom: 3em;
}
#case_contents .pdf_arrow p {
  font-size: 24px;
  font-weight: bold;
  color: #e8340c;
  text-align: center;
  padding: 20px 0 20px 0;
  margin: 0;
}
#case_contents .case_last {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
}
#case_contents .case_last .corporate-profile {
  width: 30%;
  background: #e8340c;
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
}
#case_contents .case_last .corporate-profile h2 {
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}
#case_contents .case_last .corporate-profile dt {
  font-weight: bold;
  list-style: none;
  padding: 10px 0 0 0;
}
#case_contents .case_last .corporate-profile dd {
  font-weight: normal;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: 1px dotted #ffffff;
}
#case_contents .case_last .corporate-profile dd a {
  text-decoration: none;
  color: #ffffff;
}
#case_contents .case_last .pdf-dll {
  width: 68%;
  margin: 0 0 0 2%;
  border: 1px solid #e8340c;
  display: flex;
}
#case_contents .case_last .pdf-dll .img-pdf {
  width: 30%;
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px dotted #e8340c;
}
#case_contents .case_last .pdf-dll .img-pdf img {
  width: 100%;
}
#case_contents .case_last .pdf-dll .dll-area {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
#case_contents .case_last .pdf-dll .dll-area ul {
  padding: 0;
  margin: 0;
}
#case_contents .case_last .pdf-dll .dll-area ul li {
  list-style: none;
  background: url(/wp-content/themes/rpa/img/case/case_icon_check02.png) no-repeat 20px 12px;
  border-radius: 5px;
  margin: 0 0 10px 0;
  padding: 10px 10px 10px 45px;
}
#case_contents .case_last .pdf-dll .dll-area .line {
  border-bottom: 1px dotted #000000;
  border-left: none;
  border-right: none;
  border-top: none;
}
#case_contents .case_last .pdf-dll .dll-area .dll-btn {
  width: 90%;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(180deg, #ed5d3c 0%, #ed5d3c 50%, #e8340b 50%, #e8340b 100%);
  position: absolute;
  bottom: 20px;
}
#case_contents .case_last .pdf-dll .dll-area .case-pdf-en {
  display: none;
}

@media (max-width: 768px) {
  #case_contents .case_contents_caset .text-area .mb3em {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #case_sum {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #case_sum {
    margin: 40px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #case_sum a p {
    color: #000000;
  }
  #case_sum .list_item {
    width: 49%;
    padding: 0 10px 54px 10px;
    margin: 0 0 40px 0;
    box-sizing: border-box;
  }
  #case_sum .list_item img {
    width: 100%;
  }
  #case_sum .list_item .company {
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0 30px 0;
  }
  #case_sum .list_item .text {
    font-size: 13px;
    font-weight: bold;
    color: #dd5418;
  }

  #case_contents {
    width: 100%;
    margin: 0 auto 60px auto;
  }
  #case_contents .text_left {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #e72713;
    width: 49%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  #case_contents .text_right {
    display: inline-block;
    text-align: right;
    width: 49%;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  #case_contents .bizrobo {
    font-weight: bold;
    font-size: 14px;
    color: #e72713;
  }
  #case_contents .main .info {
    display: block !important;
  }
  #case_contents .main .info .logo {
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
    display: block !important;
  }
  #case_contents .main .info h2 {
    font-size: 18px;
    font-weight: bold;
    color: #e95513;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.5em;
    width: 100%;
    display: block !important;
  }
  #case_contents .page_nav {
    display: block !important;
    width: 100%;
    margin: 0 0 0 0;
  }
  #case_contents .page_nav li {
    width: 25%;
    float: left;
    font-size: 13px;
  }
  #case_contents .page_nav .pdf_btn {
    clear: both;
    width: 100%;
    display: block !important;
  }
  #case_contents .heighlight {
    clear: both;
    width: 100%;
    padding: 40px 2% 0 2%;
    box-sizing: border-box;
  }
  #case_contents .heighlight h2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    line-height: 1.75em;
    display: block;
  }
  #case_contents .heighlight h2:before {
    content: "";
    display: block;
    border-top: solid 1px black;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  #case_contents .heighlight h2 span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  #case_contents p {
    padding: 0;
    font-size: 13px;
  }
  #case_contents .case_contents_caset {
    margin: 40px 0 0 0;
  }
  #case_contents .case_contents_caset h2 {
    font-size: 16px;
  }
  #case_contents .case_contents_caset h2 span {
    display: block;
    width: auto;
    font-size: 14px;
    padding: 20px;
    white-space: nowrap;
  }
  #case_contents .case_contents_caset .text-area {
    display: block !important;
  }
  #case_contents .case_contents_caset .text-area h3, #case_contents .case_contents_caset .text-area p {
    font-size: 13px;
  }
  #case_contents .case_contents_caset .text-area .img-right, #case_contents .case_contents_caset .text-area .img-left {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
  #case_contents .pdf_arrow p {
    font-size: 16px;
    padding: 20px 0 20px 0;
  }
  #case_contents .case_last {
    display: block !important;
  }
  #case_contents .case_last .corporate-profile {
    width: 100%;
  }
  #case_contents .case_last .pdf-dll {
    width: 100%;
    margin: 20px 0 60px 0;
  }
  #case_contents .case_last .pdf-dll .dll-area ul li {
    margin: 0 0 0 0;
    padding: 0 10px 0 45px;
  }
  #case_contents .case_last .pdf-dll .dll-area .line {
    border-bottom: none;
  }
  #case_contents .case_last .pdf-dll .dll-area .dll-btn {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 10px 0;
    margin: 50px 0 0 -30%;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg, #ed5d3c 0%, #ed5d3c 50%, #e8340b 50%, #e8340b 100%);
    position: absolute;
    bottom: -60px;
  }
}
#case_search_wrap {
  width: min(100%, 1060px);
  height: 322px;
  position: relative;
  margin: 64px auto 0;
}
#case_search_wrap #search_wrap {
  position: absolute;
  width: 100%;
  z-index: 9;
  background: #f7b52c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7b52c 0%, #f0880d 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7b52c 0%, #f0880d 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7b52c 0%, #f0880d 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7b52c", endColorstr="#f0880d",GradientType=0 );
  /* IE6-9 */
}
#case_search_wrap #search_wrap ul {
  margin: 0;
}
#case_search_wrap #search_wrap ul li {
  color: #fff;
  text-align: center;
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  cursor: pointer;
}
#case_search_wrap #search_wrap ul li a {
  color: #fff;
}
#case_search_wrap #search_wrap ul li a:hover {
  border-bottom: 2px solid #fff;
}
#case_search_wrap #search_wrap ul#oya_cate {
  padding: 26px 58px;
}
#case_search_wrap #search_wrap ul#oya_cate li {
  width: 33%;
  font-size: 24px;
  position: relative;
}
#case_search_wrap #search_wrap ul#oya_cate li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 23px;
  width: 1px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#case_search_wrap #search_wrap ul#oya_cate li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 23px;
  width: 1px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#case_search_wrap #search_wrap .child_cate {
  display: none;
}
#case_search_wrap #search_wrap .child_cate#case-submenu01 li {
  width: 33.333%;
}
#case_search_wrap #search_wrap .child_cate ul {
  justify-content: start;
  flex-wrap: wrap;
  padding: 0 58px;
}
#case_search_wrap #search_wrap .child_cate ul li {
  font-size: 18px;
  width: 20%;
  position: relative;
  padding: 7px 0 26px;
}
#case_search_wrap #search_wrap .child_cate ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  height: 17px;
  width: 1px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#case_search_wrap #search_wrap .child_cate ul li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  height: 17px;
  width: 1px;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}

@media (max-width: 768px) {
  #case_search_wrap #search_wrap ul li a {
    display: block;
  }
}
@media (max-width: 768px) {
  #case_search_wrap #search_wrap .child_cate ul {
    display: block;
  }
}
@media (max-width: 768px) {
  #case_search_wrap #search_wrap .child_cate ul li {
    width: 100% !important;
  }
  #case_search_wrap #search_wrap .child_cate ul li::before, #case_search_wrap #search_wrap .child_cate ul li:last-child::after {
    display: none;
  }
}
#case_h3 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#case_h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 5px;
  background: #ccc;
}
#case_h3 a {
  color: #fff;
  background: #c5c5c5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c5c5c5 0%, #9c9c9c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c5c5c5 0%, #9c9c9c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c5c5c5 0%, #9c9c9c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c5c5c5", endColorstr="#9c9c9c",GradientType=0 );
  /* IE6-9 */
  font-size: 16px;
  color: #fff !important;
  padding: 10px 22px 10px 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#case_h3 a::before {
  content: "";
  background: url(/wp-content/themes/rpa/img/case/icn_searchclear.png) no-repeat;
  width: 17px;
  height: 14px;
  display: block;
  position: absolute;
  left: 16px;
}

@media (max-width: 768px) {
  #case_h3 a {
    padding: 10px;
    top: -50px;
    bottom: auto;
  }
}
#breadcrumb {
  margin-top: 135px;
}

@media (max-width: 768px) {
  #breadcrumb {
    margin-top: 65px;
  }
}
/* 検索窓新デザイン */
.case-search-wrap {
  width: min(100%, 1060px);
  margin: 84px auto 0;
}
@media (max-width: 768px) {
  .case-search-wrap {
    margin: 42px auto 0;
  }
}

.case-search-tabs {
  justify-content: space-between;
  align-items: flex-end;
}
.case-search-tabs div {
  background-color: #FF8F39;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  width: 31.5%;
  height: 67px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  line-height: 1.2;
}
.case-search-tabs div:hover {
  background-color: #fa6e01;
}
.case-search-tabs div.current {
  height: 82px;
  background-color: #fa6e01;
}
.case-search-tabs div.current::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  border: 7px solid transparent;
  border-top: 10px solid #fa6e01;
  margin: 0 auto;
  display: inline-table;
}
@media (max-width: 768px) {
  .case-search-tabs div.current {
    height: 55px;
  }
}
.case-search-tabs div .w-520-block {
  display: none;
}
@media (max-width: 768px) {
  .case-search-tabs div {
    font-size: 14px;
    height: 44px;
  }
}

@media (max-width: 520px) {
  .case-search-tabs div .w-520-block {
    display: block;
  }
}
.case-search-body {
  background-color: #FFDABE;
  padding: 30px 40px;
}

@media (max-width: 520px) {
  .case-search-body {
    padding: 42px 15px 20px;
  }
}
.case-search-cat {
  justify-content: flex-start !important;
  gap: 2px;
  flex-wrap: wrap;
  display: none !important;
}
.case-search-cat.current {
  display: flex !important;
}
.case-search-cat div {
  width: calc(20% - 2px);
  color: #454545 !important;
  font-size: 16px;
  background-color: #fff;
  padding: 15.11px 11px;
  font-weight: bold;
  cursor: pointer;
}
.case-search-cat div.selected {
  background-color: #FF8F39;
  color: #fff !important;
}
.case-search-cat div:hover {
  opacity: 1 !important;
}
.case-search-cat div span {
  background-color: #FFDABE;
  border-radius: 100vh;
  font-size: 12px;
  padding: 2px 7px;
  margin-left: 0.5em;
  vertical-align: bottom;
  color: #454545;
}
@media (max-width: 768px) {
  .case-search-cat div {
    font-size: 13px !important;
    width: 49.5%;
    padding: 10px 11px;
  }
}
.case-search-cat.industry div:first-child, .case-search-cat.size div:first-child, .case-search-cat.theme div:first-child {
  border-radius: 5px 0 0 0;
}
.case-search-cat.industry div:nth-child(5), .case-search-cat.size div:nth-child(5), .case-search-cat.theme div:nth-child(5) {
  border-radius: 0 5px 0 0;
}

@media (max-width: 768px) {
  .case-search-cat.industry div:nth-child(2) {
    border-radius: 0 5px 0 0;
  }
}
@media (max-width: 768px) {
  .case-search-cat.industry div:nth-child(5) {
    border-radius: initial;
  }
}
@media (max-width: 768px) {
  .case-search-cat.industry div:last-child {
    border-radius: 0 0 0 5px;
  }
}
@media (max-width: 768px) {
  .case-search-cat.size div:nth-child(2) {
    border-radius: 0 5px 0 0;
  }
}
@media (max-width: 768px) {
  .case-search-cat.size div:nth-child(5) {
    border-radius: 0 0 0 5px;
  }
}
@media (max-width: 768px) {
  .case-search-cat.size div:last-child {
    border-radius: 0 0 5px 0;
  }
}
@media (max-width: 768px) {
  .case-search-cat.theme div:nth-child(2) {
    border-radius: 0 5px 0 0;
  }
}
@media (max-width: 768px) {
  .case-search-cat.theme div:nth-child(5) {
    border-radius: initial;
  }
}
@media (max-width: 768px) {
  .case-search-cat.theme div:nth-child(17) {
    border-radius: 0 0 0 5px;
  }
}
@media (max-width: 768px) {
  .case-search-cat.theme div:last-child {
    border-radius: 0 0 5px 0;
  }
}
@media (max-width: 768px) {
  .case-search-cat {
    gap: 1px 2px;
  }
}
.case-search-bottom {
  padding: 25px 0 63px;
  position: relative;
}
.case-search-bottom button {
  display: flex;
  width: min(100%, 230px);
  height: 50px;
  background-color: #FF8F39;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border-radius: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border: none;
}
.case-search-bottom button::after {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/case/ico_case.webp") no-repeat;
  background-size: contain;
  width: 22px;
  height: 17px;
  position: absolute;
  right: 1em;
  top: calc(50% - 8.5px);
}
.case-search-bottom button:hover {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .case-search-bottom button {
    font-size: 14px;
    height: 42px;
  }
}
.case-search-bottom div:first-of-type {
  background-color: #FFAE6F;
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  border-radius: 0 0 10px 10px;
}
.case-search-bottom div:last-child {
  background-color: #FFAE6F;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 34px;
  clip-path: polygon(100% 0, 0 0, 50% 97%);
}
@media (max-width: 768px) {
  .case-search-bottom div:last-child {
    bottom: 26px;
  }
}

/* 導入事例新デザイン */
.case-heading {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-top: 100px;
  position: relative;
}
.case-heading::after {
  content: "";
  width: 48px;
  height: 4px;
  position: absolute;
  background-color: #fa6e01;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100vh;
}
@media (max-width: 768px) {
  .case-heading {
    margin-top: 40px;
    font-size: 24px;
  }
}

.case-txt {
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.case-companies {
  background-color: #f5f5f5;
  padding: 47px 0 58px;
  /* バナー＆ロゴ */
}
.case-companies-catch {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #454545;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .case-companies-catch {
    padding: 0 10px;
    font-size: 20px;
  }
}
.case-companies-annot {
  display: block;
  max-width: 934px;
  margin: 15px auto 0;
  font-size: 10px;
  color: #828282;
  padding: 0 15px;
  line-height: 1.5;
}
.case-companies-logos {
  width: min(100%, 1200px);
  margin: 31px auto 0;
  padding: 44px 0 47px;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
.case-companies-logos figcaption {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .case-companies-logos figcaption {
    font-size: 20px;
  }
}
.case-companies-logos img {
  width: 100%;
  max-width: 1160px !important;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .case-companies-logos img:first-of-type {
    display: none;
  }
}
.case-companies-logos img:last-of-type {
  display: none;
}
@media (max-width: 768px) {
  .case-companies-logos img:last-of-type {
    display: block;
  }
}
@media (max-width: 1194px) {
  .case-companies-logos {
    width: calc(100% - 30px);
  }
}
@media (max-width: 768px) {
  .case-companies-logos {
    padding: 18px 0 25px;
  }
}
@media (max-width: 768px) {
  .case-companies {
    padding: 32px 0 49px;
  }
}
.case-companies .bnr_logo {
  margin-top: 25px;
  justify-content: center !important;
  align-items: center;
  column-gap: 30px;
  row-gap: 20px;
  padding: 0 15px;
}
.case-companies .bnr_logo figure {
  width: 220px;
}
.case-companies .bnr_logo figure.flex {
  align-items: center;
  background-color: #f0f1f5;
  padding: 6px 23.5px;
  width: initial;
  border-radius: 10px;
}
.case-companies .bnr_logo figure.flex img:first-child {
  width: 110px;
}
@media (max-width: 520px) {
  .case-companies .bnr_logo figure.flex img:first-child {
    width: 62px;
  }
}
.case-companies .bnr_logo figure.flex img:nth-of-type(2) {
  width: 110px;
}
@media (max-width: 520px) {
  .case-companies .bnr_logo figure.flex img:nth-of-type(2) {
    width: 57px;
  }
}
@media (max-width: 520px) {
  .case-companies .bnr_logo figure.flex {
    width: min(100%, 140px);
    padding: 6px 14.5px;
    justify-content: center;
    column-gap: 7px;
  }
}
@media (max-width: 768px) {
  .case-companies .bnr_logo figure {
    width: 35%;
  }
}
@media (max-width: 520px) {
  .case-companies .bnr_logo figure {
    width: min(46%, 140px);
  }
}
@media (max-width: 960px) {
  .case-companies .bnr_logo {
    flex-wrap: wrap;
  }
}
@media (max-width: 844px) {
  .case-companies .bnr_logo {
    column-gap: 20px;
  }
}
@media (max-width: 520px) {
  .case-companies .bnr_logo {
    column-gap: 35px;
  }
}

.case-documents {
  padding: 83px 0 80px;
}
@media (max-width: 768px) {
  .case-documents {
    padding-top: 60px;
  }
}
.case-documents-heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #454545;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .case-documents-heading {
    font-size: 24px;
  }
}
.case-documents-items {
  width: min(100%, 1060px);
  margin: 53px auto 0;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .case-documents-items {
    row-gap: 50px;
  }
}
.case-documents-items div.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: min(31%, 320px);
  row-gap: 26px;
}
@media (max-width: 960px) {
  .case-documents-items div.flex {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .case-documents-items div.flex {
    width: 100%;
  }
}
.case-documents-items div.flex figure {
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 270px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  overflow: hidden;
}
.case-documents-items div.flex figure img {
  transition: all 0.3s;
}
.case-documents-items div.flex figure:hover img {
  transform: scale(1.1);
}
.case-documents-items div.flex h3 {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
}
.case-documents-items div.flex h3.small {
  font-size: 18px;
}
.case-documents-items div.flex a {
  width: 240px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 100vh;
  font-size: 20px;
  font-weight: bold;
  background-color: #fa6e01;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .case-documents-items div.flex a {
    font-size: 20px !important;
  }
}
.case-documents-items div.flex a.img-link {
  display: contents;
}
.case-documents-items div.flex:first-child figure img {
  width: min(100%, 300px);
}
.case-documents-items div.flex:first-child figure.simulator img {
  width: min(100%, 180px);
}
.case-documents-items div.flex:nth-child(2) figure img, .case-documents-items div.flex:last-child figure img {
  width: min(100%, 180px);
}
@media (max-width: 768px) {
  .case-documents-items {
    margin: 26px auto 0;
  }
}
.case-documents .arrow-btn {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  box-shadow: 0 4px 0 0 #ACACAC !important;
  position: relative;
  color: #fff;
  transition: initial !important;
  transition-duration: 0ms, 0ms !important;
  opacity: 1 !important;
}
.case-documents .arrow-btn::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .case-documents .arrow-btn::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
.case-documents .arrow-btn:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
.case-documents .onmouse-cta {
  overflow: unset !important;
}

.case-customer {
  padding: 50px 0 65px;
  background-color: #f5f5f5;
}
@media (max-width: 520px) {
  .case-customer {
    padding: 0 0 20px;
    background-color: initial;
  }
}
@media (max-width: 520px) {
  .case-customer .container {
    padding: 0 3px;
  }
}
.case-customer-heading {
  font-size: 28px;
  color: #454545;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 520px) {
  .case-customer-heading {
    font-size: 20px;
  }
}
.case-customer-heading .w-520-block {
  display: none;
}
@media (max-width: 520px) {
  .case-customer-heading .w-520-block {
    display: block;
  }
}
.case-customer-content {
  margin-top: 36px;
  justify-content: center !important;
  column-gap: 60px;
}
@media (max-width: 768px) {
  .case-customer-content {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
@media (max-width: 520px) {
  .case-customer-content {
    background-color: #f5f5f5;
    padding: 10px 10px 20px;
    row-gap: 15px;
    margin-top: 16px;
  }
}
.case-customer-content-item {
  width: min(45%, 400px);
  background-color: #fff;
  border: 0.5px solid #dcdcdc;
  flex-direction: column;
  align-items: center;
  padding: 40px 38px;
  row-gap: 20px;
}
@media screen and (max-width: 960px) {
  .case-customer-content-item {
    padding: 55px 20px;
  }
}
@media screen and (max-width: 768px) {
  .case-customer-content-item {
    width: min(100%, 415px);
  }
}
@media (max-width: 520px) {
  .case-customer-content-item {
    width: min(100%, 344px);
    padding: 20px 22px;
    row-gap: 7px;
  }
}
.case-customer-content-item figure {
  background-color: #fff3eb;
  width: 140px;
  height: 140px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 520px) {
  .case-customer-content-item figure {
    width: 120px;
    height: 120px;
  }
}
.case-customer-content-item figure img {
  width: 100px;
}
@media (max-width: 520px) {
  .case-customer-content-item figure img {
    width: 90px;
  }
}
.case-customer-content-item h3 {
  font-size: 24px;
  color: #4c4c4c;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .case-customer-content-item h3 {
    font-size: 18px;
  }
}
.case-customer-content-item p {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .case-customer-content-item p {
    font-size: 14px;
  }
}
.case-customer-content-item a {
  font-size: 24px;
  color: #fff !important;
  font-weight: bold;
  background-color: #fa6e01;
  border-radius: 100vh;
  width: min(100%, 320px);
  text-align: center;
  height: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-top: 0.3em;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .case-customer-content-item a {
    width: min(100%, 280px);
    height: 45.5px;
    font-size: 20px;
    padding-top: 0.4em;
  }
}
.case-customer-content-item a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.case-customer .arrow-btn {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  position: relative;
  transition: 0ms all ease !important;
  color: #fff;
}
.case-customer .arrow-btn::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .case-customer .arrow-btn::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
.case-customer .arrow-btn:hover {
  transition-duration: 0ms, 0ms !important;
  opacity: 1 !important;
  box-shadow: 0 4px 0 0 #ACACAC !important;
}
.case-customer .arrow-btn:hover:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
.case-customer .onmouse-cta {
  overflow: unset !important;
}
@media (max-width: 768px) {
  .case-customer-content-item a {
    font-size: 24px !important;
  }
}
@media (max-width: 520px) {
  .case-customer-content-item a {
    font-size: 20px !important;
  }
}

/* バナー＆ロゴ */
.bnr_logo {
  margin-top: 25px;
  justify-content: center !important;
  align-items: center;
  column-gap: 30px;
  row-gap: 20px;
  padding: 0 15px;
}
.bnr_logo figure {
  width: 220px;
}
.bnr_logo figure.flex {
  align-items: center;
  background-color: #f0f1f5;
  padding: 6px 23.5px;
  width: initial;
  border-radius: 10px;
}
.bnr_logo figure.flex img:first-child {
  width: 110px;
}
@media (max-width: 520px) {
  .bnr_logo figure.flex img:first-child {
    width: 62px;
  }
}
.bnr_logo figure.flex img:nth-of-type(2) {
  width: 110px;
}
@media (max-width: 520px) {
  .bnr_logo figure.flex img:nth-of-type(2) {
    width: 57px;
  }
}
@media (max-width: 520px) {
  .bnr_logo figure.flex {
    width: min(100%, 140px);
    padding: 6px 14.5px;
    justify-content: center;
    column-gap: 7px;
  }
}
@media (max-width: 768px) {
  .bnr_logo figure {
    width: 35%;
  }
}
@media (max-width: 520px) {
  .bnr_logo figure {
    width: min(46%, 140px);
  }
}
@media (max-width: 960px) {
  .bnr_logo {
    flex-wrap: wrap;
  }
}
@media (max-width: 844px) {
  .bnr_logo {
    column-gap: 20px;
  }
}
@media (max-width: 520px) {
  .bnr_logo {
    column-gap: 35px;
  }
}

/* topへ戻るボタン */
.back-to-top {
  width: 50px;
  aspect-ratio: 1/1;
  position: fixed;
  right: 10px;
  bottom: 15px;
  background-color: #FF994A;
  border-radius: 100vh;
  transform: rotate(270deg);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.back-to-top img {
  width: min(100%, 17px);
}