@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/* 共通スタイル */
.bg-gray02,
.bg-keyword{
  background-color: #F5F5F5 !important;
}
#case section:after {
  content: " ";
}
#case .contents .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#case .contents .container:after, #case .contents .container:before {
  content: " ";
  display: table
}
#case .contents .container:after {
  clear: both
}
@media (min-width:1155px) {
  #case .contents .container {
    width: 1010px
  }
  section.section, h1.section, div#h1.section, #breadcrumb .section {
    width: 1010px
  }
}
@media screen and (max-width:767px) and (min-width:1px) {
  #case .contents .container {
    width: auto
  }
  section.section {
    width: 95%;
    overflow: hidden;
  }
}
/* ページタイトル */
#case .contents .section-page-header {
  padding-top: 37px;
  padding-bottom: 33px;
  background-image: url(../img/common/bg-page-header-blue.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}
#case .contents .section-page-header .title {
  padding-top: 5px;
  font-size: 40px;
  font-weight: 700;
  color: #fff
}
@media (max-width:479px) {
  #case .contents .section-page-header {
    padding-top: 25px;
    padding-bottom: 25px
  }
  #case .contents .section-page-header .title {
    font-size: 7vw
  }
}
/* タイトル */
#case section .h-ttl02 {
  text-align: center;
}
#case section h3.ttl {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 1em;
}
@media screen and (max-width:767px) and (min-width:1px) {
  #case section .h-ttl02 {
    font-size: 16px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  #case section .h-ttl02 br {
    display: none;
  }
  #case section h3.ttl {
    font-size: 20px;
    width: 95%;
    margin: auto;
  }
}
/* 業種・キーワードを選んで事例を表示する */
dl.btn_show dt {
  background-color: #008CAA;
  padding: 1em;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.06);
}
dl.btn_show dt::after {
  content: '\f107';
  margin-left: 7px;
  font-family: 'Fontawesome';
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
dl.btn_show dt.is_active {
  color: #008CAA;
  background-color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #EEEEEE;
  border-radius: 5px 5px 0px 0px;
}
dl.btn_show dt.is_active::after {
  content: '\f106';
}
dl.btn_show._last {
  padding-top: 4em;
  padding-bottom: 4em;
}
dl.btn_show._last dt::after {
  content: '\f106';
}
dl.btn_show dd {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.06);
}
dl.btn_show dd > p {
  text-align: center;
  margin-bottom: 1em;
}
dl.btn_show dd h3 {
  background-color: #EEEEEE;
  padding: .5em 1em;
}
dl.btn_show dd ul {
  margin: 0;
}
dl.btn_show dd ul.industry {
  margin-bottom: 2em;
  background-color: #EEEEEE;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 10px;
}
dl.btn_show dd ul.industry li {
  width: calc(100%/5 - 10px);
  margin-bottom: 10px;
}
dl.btn_show dd ul.industry li {
  color: #fff;
  font-weight: bold;
  background-color: #008CAA;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: .8em;
  line-height: 1;
  border: 1px solid #018CAA;
  cursor: pointer;
}
dl.btn_show dd ul.industry li:hover {
  color: #008CAA !important;
  background-color: #fff;
  text-decoration: none !important;
}
dl.btn_show dd ul.keyword {
  padding: 1em 0;
}
dl.btn_show dd ul.keyword li {
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  color: #008CAA;
  text-align: center;
  border-radius: 5px;
  padding: .5em;
  border: 1px solid #008CAA;
  display: inline-block;
}
dl.btn_show dd ul.keyword li:hover {
  color: #fff !important;
  background-color: #008CAA;
}
dl.btn_show dd ul.btn {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
dl.btn_show dd ul.btn li {
  color: #fff;
  font-weight: bold;
  background-color: #008CAA;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: .5em 2em;
  border: 1px solid #018CAA;
  cursor: pointer;
}
dl.btn_show dd ul.btn li:hover {
  color: #008CAA !important;
  background-color: #fff;
  text-decoration: none !important;
}
dl.btn_show dd ul.btn li:first-child {
  margin-right: .5em;
}
@media screen and (max-width:767px) and (min-width:1px) {
  dl.btn_show dt {
    font-size: 16px;
    line-height: 1.4;
    padding: .8em 1em;
  }
  dl.btn_show dd ul.industry {
    padding: 10px;
  }
  dl.btn_show dd ul.industry li {
    width: calc(100%/2 - 2px);
    margin-bottom: 5px;
  }
  dl.btn_show dd ul.btn {
    flex-wrap: wrap;
  }
  dl.btn_show dd ul.btn li {
    width: 100%;
  }
  dl.btn_show dd ul.btn li:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
  dl.btn_show dd ul.keyword li {
    padding: 1em 1.5em;
  }
}
/* 事例一覧 */
.case-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px !important;
}
.case-section .item {
  width: calc(100%/2 - 12px);
  margin-bottom: 20px;
  border: 1px solid #c9caca;/* D2D7E4 */
  background-color: #fff;
}
.case-section .item:hover {
  background-color: rgba(239,239,239,0.7);/* E4E9F4 */
  transition: .5s;
}
.case-section .item a {
  color: #000;
  padding: 15px;
  display: block;
  height: 100%;
}
.case-section .item a:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.case-section .item a h4.ttl {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.2;
  padding: 1em;
  position: relative;
  background-color: #efefef;/* D2D7E4 */
  margin-bottom: 10px;
}
#caseStudy .case-section .item a h4.ttl {
  padding: 1em 0.8em 0.9em 1em;
}


.case-section .item a h4.ttl:after {
  font-family: 'Fontawesome';
  content: '\f105';
  font-weight: bold;
  position: absolute;
  right: 0.4em;/* 0.8 */
  top: 50%;
  transform: translateY(-50%);
  color: #1F6C7E;
}
#caseStudy .case-section .item a h4.ttl:after {
  transform: translateY(-53%); /* -50% */
  font-size: 150%;
}

.case-section .item a:hover h4.ttl {
  background-color: #bbcce9;/* 9EAECE */
  transition: .5s;
}
.case-section .item a:hover p {
  text-decoration: underline !important;
}
.case-section .item a dl.ttl dd {
  color: #666666;
  font-size: 11px;
  z-index: 2;
  position: relative;
}
.case-section .item a > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.case-section .item a > div figure {}
.case-section .item a > div figure img {
  width: 279px !important;
  border: 1px solid #c9caca;/* D2D7E4 */
}
.case-section .item a > div p {
  margin-top: 1em;
  width: 100%;
}
.case-section.external-link .item a > div p {
  width: auto;
  height: auto;
}
.case-section .item a dl.tag {
  width: 170px;
  margin-bottom: -1em;
}
.case-section .item a dl.tag dd:first-of-type {
  margin-bottom: 1em;
}
.case-section .item a dl.tag dt {
  font-size: 11px;
  font-weight: bold;
}
.case-section .item a dl.tag dd span, .case-section .item a dl.tag dd li {
  font-size: 11px;
  line-height: 1;
  border-radius: 3px;
  padding: 5px 8px;
  display: inline-block;
}
.case-section .item a dl.tag dt:first-of-type + dd span {
  color: rgba(0,166,203,0.7);/* 94CFDD */
  background-color: #FFFFFF;/* 94CFDD */
  border: 1px solid rgba(0,166,203,0.5);/* 1F6C7E */
  width: 100%;
  text-align: center;
}
.case-section .item a dl.tag dt:last-of-type + dd li {
  color: #8D99B9;
  border: 1px solid #c9caca;/* D2D7E4 */
  margin-right: 2px;
  margin-bottom: 5px;
  background-color: #fff;
}
@media screen and (max-width:767px) and (min-width:1px) {
  .case-section {
    flex-wrap: wrap;
  }
  .case-section .item {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .case-section .item a {
    padding: 15px;
  }
  .case-section .item a > div p {
    width: 100%;
    height: auto;
    display: block;
    order: 2;
    margin-top: .5em;
    margin-bottom: 1em;
  }
  .case-section .item a > div figure {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    order: 1;
  }
  .case-section .item a dl.tag {
    width: 100%;
    order: 3;
  }
  .case-section .item a dl.tag dt:first-of-type + dd span {
    width: auto;
  }
}
.case-section.external-link .item {
  border-top: 4px solid #c9caca;/* D2D7E4 */
}
.case-section.external-link .item a > div p {
  margin-top: 0;
}
.case-section.external-link .item a h4.ttl {
  padding: 0.5em 0 1em;
  background-color: inherit;
  margin-bottom: 0;
}
.case-section.external-link .item a h4.ttl:after {
  position: static;
  margin-left: .5em;
}
.case-section.external-link .item a dl.tag {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-section.external-link .item a dl.tag > div {
  width: 100%;
  display: flex;
}
.case-section.external-link .item a dl.tag > div dt {
  padding: 5px 8px 5px 0px;
  width: 7em;
}
.case-section.external-link .item a dl.tag dd {
  margin-bottom: 0;
}
@media screen and (max-width:767px) and (min-width:1px) {
  .case-section.external-link .item a {
  padding: 15px 15px 8px;
  }
  .case-section.external-link .item a > div p {
    margin-bottom: 0;
  }
  .case-section.external-link .item a dl.tag {
    margin-bottom: 0px;
  }
}

/* ソート時 */
body.sort h3.ttl-new, body.all h3.ttl-all, .sortbtn {
  display: none;
}
body.sort .sort-ttl,
body.sort .tag-allBtn{
  display: block !important;
}
body.sort .bg-keyword{
  background-color: #FFF !important;
}
body.sort .bg-keyword > .section{
  padding-top: 0;
}
.sort-ttl .section {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 0;
}
.sort-ttl .section h2 {
  font-weight: normal;
  font-size: 20px;
}
.sort-ttl .section h2 span {
  font-weight: bold;
  color: #008CAA;
}
ul.tag-allBtn li {
  color: #FFF;
  background-color: #008CAA;
  font-size: 12px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  padding: 0 1em;
  right: 0px;
  border-radius: 5px;
  position: absolute;
  z-index: 100; /* 20210208 */
}
ul.tag-allBtn li:hover {
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width:767px) {
  body.sort .sort-ttl section{
    display: block !important;
    padding: 0px;
    text-align: left;
    margin-bottom: 1em;
  }
  body.sort .sort-ttl section h2{
    margin-bottom: .5em;
  }
  body.sort .sort-ttl section ul.tag-allBtn li {
    position: static;
    float: right;
  }
}

/* 全て表示 */
body.all h3.ttl-new{
  display: none;
}
body.all h3.ttl-all{
  display: block !important;
}

/* お客様事例動画 */
ul.tag-jireimovie{
  margin-top: 1em;
}
ul.tag-jireimovie li {
  color: #f08300!important;
  border: 1px solid #f08300!important;
}