@charset "UTF-8";
/****************************************************** */
@media print, screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

a:hover {
  text-decoration: none;
}

/*  導入事例用　スタイルリセット
=========================================*/
#contents {
  float: none;
  width: 100%;
}

/*  見出し
=========================================*/
@media print, screen and (min-width: 768px) {
  .bg-ttl {
    background: url(/svcsol/case/dl/images/bg_recommend.jpg) no-repeat top left;
    background-size: cover;
    margin-bottom: 46px;
    padding: 33px 50px 17px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-ttl {
    background: url(/svcsol/case/dl/images/bg_recommend_sp.jpg) no-repeat top left;
    background-size: cover;
    margin-bottom: 35px;
    padding: 20px 0 20px 18px;
  }
}

h1.ttl {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  h1.ttl {
    max-width: 1200px;
    margin: 0 auto 30px;
  }
}
h1.ttl .sub {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  h1.ttl .sub {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  h1.ttl .sub {
    font-size: 14px;
  }
}
h1.ttl .main {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  h1.ttl .main {
    margin-bottom: 3px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h1.ttl .main {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .lead-download {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lead-download {
    padding: 0 18px;
  }
}
.lead-download_text {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .lead-download_text {
    padding-bottom: 24px;
  }
}

.case-back_btn {
  width: 220px;
}
@media print, screen and (min-width: 768px) {
  .case-back_btn {
    margin: -17px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .case-back_btn {
    margin: 0 auto 42px;
  }
}

.case-back__link {
  color: #333 !important;
  display: block;
  height: 100%;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  position: relative;
  text-decoration: none !important;
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .case-back__link {
    padding: 15px 10px 15px 51px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .case-back__link {
    padding: 11px 10px 9px 52px;
    font-size: 15px;
  }
}

.case-back__link::before {
  position: absolute;
  content: "";
  background: url(/common/images/com_icn01.png) no-repeat left top;
  background-size: 11px 12px;
  top: 50%;
  left: 19px;
  margin-top: -6px;
  width: 11px;
  height: 12px;
}

.case-scroll {
  position: relative;
  z-index: 0;
  max-width: 100%;
  display: flex;
  background-color: #020202;
}
@media print, screen and (min-width: 768px) {
  .case-scroll {
    width: 1200px;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .case-scroll {
    width: 89%;
    margin: 0 auto 50px;
  }
}
.case-scroll_list {
  width: calc(100% /2);
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .case-scroll_list {
    padding: 25px 0 23px 23.8%;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .case-scroll_list {
    padding: 15px 0 18px 65px;
    font-size: 16px;
    font-weight: 700;
  }
}
.case-scroll_list1 {
  position: relative;
}
.case-scroll_list1::before {
  content: "";
  width: 1px;
  background-color: #707070;
  position: absolute;
  left: 100%;
}
@media print, screen and (min-width: 768px) {
  .case-scroll_list1::before {
    height: 46px;
    top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .case-scroll_list1::before {
    height: 36px;
    top: 12px;
  }
}
.case-scroll a {
  color: #fff;
  width: 100%;
  height: 100%;
}
.case-scroll_text {
  position: relative;
}
.case-scroll_text::before {
  position: absolute;
  content: "";
  background: url(/svcsol/case/dl/images/ic_arrow_down.svg) no-repeat left top;
  background-size: 11px 12px;
  top: 50%;
  margin-top: -6px;
  width: 11px;
  height: 12px;
}
@media print, screen and (min-width: 768px) {
  .case-scroll_text::before {
    left: -29px;
  }
}
@media only screen and (max-width: 767px) {
  .case-scroll_text::before {
    left: -26px;
  }
}
.case-scroll_text::after {
  position: absolute;
  content: "";
  background-color: #5DA054;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .case-scroll_text::after {
    left: -34px;
  }
}
@media only screen and (max-width: 767px) {
  .case-scroll_text::after {
    left: -30px;
  }
}
.case-scroll_text2 {
  position: relative;
}
.case-scroll_text2::before {
  position: absolute;
  content: "";
  background: url(/svcsol/case/dl/images/ic_arrow_down.svg) no-repeat left top;
  background-size: 11px 12px;
  top: 50%;
  margin-top: -6px;
  width: 11px;
  height: 12px;
}
@media print, screen and (min-width: 768px) {
  .case-scroll_text2::before {
    left: -29px;
  }
}
@media only screen and (max-width: 767px) {
  .case-scroll_text2::before {
    left: -26px;
  }
}
.case-scroll_text2::after {
  position: absolute;
  content: "";
  background-color: #3366CC;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .case-scroll_text2::after {
    left: -34px;
  }
}
@media only screen and (max-width: 767px) {
  .case-scroll_text2::after {
    left: -30px;
  }
}

.bg-ttl02 {
  background-color: #eee;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .bg-ttl02 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 17px 0 17px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-ttl02 {
    width: 89%;
    margin: 0 auto 9px;
    padding: 12px 0 12px 21px;
  }
}

.case-ttl_hd {
  position: relative;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .case-ttl_hd {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .case-ttl_hd {
    font-size: 17px;
  }
}
.case-ttl_hd::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 18px;
  background: #D4123F;
  top: 4px;
  left: -20px;
}

@media print, screen and (min-width: 768px) {
  .case {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 78px;
  }
}
@media only screen and (max-width: 767px) {
  .case {
    width: 91%;
    margin: 0 auto 63px;
  }
}
.case-item {
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .case-item {
    grid-template-rows: auto auto;
    grid-template-columns: 249px auto auto;
    padding: 30px 20px 28px;
    border-top: 1px solid #BBBBBB;
  }
}
@media only screen and (max-width: 767px) {
  .case-item {
    padding: 21px 0 0 0;
    border-bottom: 1px solid #BBBBBB;
    grid-template-columns: 134px auto;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .case-item:last-of-type {
    border-bottom: 1px solid #BBBBBB;
  }
}
.case-img {
  position: relative;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .case-img {
    width: 224px;
    height: 168px;
    margin-right: 25px;
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 767px) {
  .case-img {
    width: 120px;
    height: 91px;
    margin: 0 0 11px 4px;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.case-img img {
  width: 100%;
  height: auto;
}
.case-img::before {
  content: "業種別";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  background: #5DA054;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .case-img::before {
    width: 74px;
    padding: 6px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .case-img::before {
    width: 54px;
    padding: 2px 0;
    font-size: 12px;
  }
}
.case-img2 {
  position: relative;
  border: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .case-img2 {
    width: 224px;
    height: 168px;
    margin-right: 25px;
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 767px) {
  .case-img2 {
    width: 120px;
    height: 91px;
    margin: 0 0 17px 4px;
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.case-img2 img {
  width: 100%;
  height: auto;
}
.case-img2::before {
  content: "課題別";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  background: #3366CC;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .case-img2::before {
    width: 74px;
    padding: 6px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .case-img2::before {
    width: 54px;
    padding: 2px 0;
    font-size: 12px;
  }
}
.case-ttl {
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .case-ttl {
    padding-right: 20px;
    font-size: 20px;
    grid-row: auto;
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 767px) {
  .case-ttl {
    font-size: 16px;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media print, screen and (min-width: 768px) {
  .case-body {
    grid-row: auto;
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 767px) {
  .case-body {
    grid-row: auto;
    grid-column: 1/3;
  }
}
@media print, screen and (min-width: 768px) {
  .case-details {
    padding-right: 20px;
    margin-top: -20px;
  }
}
.case-company {
  line-height: 1.42;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .case-company {
    padding: 0 0 4px 4px;
  }
}
@media only screen and (max-width: 767px) {
  .case-company {
    padding: 0 0 5px 4px;
  }
}
.case-company_name {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .case-company_name {
    font-size: 14px;
    line-height: 2.1;
    padding-left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .case-company_name {
    font-size: 13px;
    line-height: 1.9;
    padding-left: 3px;
  }
}
.case .attn {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .case .attn {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .case .attn {
    font-size: 12px;
  }
}
.case .attn::before {
  content: "";
  padding-left: 2px;
}
@media print, screen and (min-width: 768px) {
  .case-company_list {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .case-company_list {
    margin-right: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .case-btn {
    width: 236px;
    height: 48px;
    margin: 50px 0 0 auto;
    grid-row: 1/3;
    grid-column: 3/4;
  }
}
@media only screen and (max-width: 767px) {
  .case-btn {
    width: 81%;
    height: auto;
    margin: 22px auto 29px;
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.case-btn_link {
  font-weight: bold;
  color: #fff !important;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #D4123F;
  position: relative;
  text-decoration: none !important;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .case-btn_link {
    padding: 14px 10px 14px 20px;
    line-height: 1.4;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .case-btn_link {
    padding: 14px 10px 14px 20px;
    line-height: 1.4;
    font-size: 15px;
  }
}
.case-btn_link:hover {
  opacity: 0.7;
}
.case-btn_link::before {
  position: absolute;
  content: "";
  background: url(/common/images/com_icn40.png) no-repeat left top;
  background-size: 11px 12px;
  top: 50%;
  left: 19px;
  margin-top: -6px;
  width: 11px;
  height: 12px;
}
@media print, screen and (min-width: 768px) {
  .case-issue {
    padding-right: 20px;
    font-size: 16px;
    margin: 21px 0 46px;
  }
}
@media only screen and (max-width: 767px) {
  .case-issue {
    margin-bottom: 18px;
    font-size: 15px;
  }
}
.case-issue_list {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .case-issue_list {
    padding-left: 0.5em;
    line-height: 1.45;
  }
}
@media only screen and (max-width: 767px) {
  .case-issue_list {
    line-height: 1.7;
    padding-left: 21px;
  }
}
.case-issue_list::before {
  position: absolute;
  content: "・";
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .case-issue_list::before {
    top: -2px;
    left: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .case-issue_list::before {
    top: -3px;
    left: 4px;
  }
}
/* add 20230727 start */
@media print, screen and (min-width: 768px) {
  .case-img.img-wide,
  .case-img2.img-wide {
      height: 126px;
  }
}
@media only screen and (max-width: 767px) {
  .case-img.img-wide,
  .case-img2.img-wide {
    height: 68px;
  }
}
/* add 20230727 end */
