#row-case {
  margin-bottom: 6rem;
}
#row-case.w-1024 {
  max-width: 1024px;
  margin: 0 auto;
}
.thumbnail img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.thumbnail img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumbnail:hover img, .thumwrap i:hover+.thumbnail img  {
  opacity: .6;
}
.thumbnail i {
  display: block;
  z-index: 100;
  width: 16%;
  height: 16%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateY(-43%) translateX(-50%);
  -webkit- transform: translateY(-43%) translateX(-50%);
}
.thumbnail {
  overflow: hidden;
  position: relative;
  padding-bottom: calc(100% / 16 * 9);
  margin-bottom: 0;
}
p.case-title {
  font-size: 20px;
  margin-top: 10px;
  margin-left: 20px;
}
span.category {
  display: inline-block;
  margin-left: 20px;
  padding: 2px 8px;
}
.case-inner {
  margin-top: 10px;
  margin-bottom: 30px;
}
a {
  color: #3a7bd5;
}
a:hover .category {
  text-decoration: underline;
}
.svg {
  fill:#fff;
  filter: drop-shadow(0px 0px 18px rgba(0,0,0,0.6));
}

.form-text.text-muted {
  font-size:12px;padding-left: 10px
}


/* 導入事例一覧ページ */
.flex-center {
  display: flex;
  justify-content: center;
}
.case-search {
  position: relative;
  border-top: 2px solid #3A7BD5;
  border-bottom: 2px solid #3A7BD5;

  margin: 0 auto;
/*  padding: 2rem 3rem;*/
}
.case-search .accordion-icon {
  content: "";
  position: absolute;
  display: block;
  top: 17px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: var(--kanxashi);
}
.case-search .accordion-icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 18px);
  bottom: 15%;
  margin: auto;
}
.case-search .accordion-icon.active::before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
  top: calc(50% - 8px);
}
.search-title {
  font-size: 1.6em;
  font-weight: bold;
  padding: 2rem 3rem;
  cursor: pointer;
}
.search-inner {
  display: none;
  padding: 0 3rem 0rem;
}

.search-subtitle {
  margin-bottom: 1rem;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.search-subtitle label {
  margin-left: 1.4rem;
  font-size: 0.8em;
  cursor: pointer;
}
.search-subtitle input {
  position: relative;
  top: 1px;
  margin-right: 0.4rem;
}
.search-content .form-check {
  display: inline-block;
}
.search-content label {
  margin-right: 1.6rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.search-content input {
  position: relative;
  top: 1px;
  margin-right: 0.4rem;
}
.search-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.search-btn-item {
  position: relative;
  background-color: var(--kanxashi);
  color: #fff;
  border: solid 1px var(--kanxashi);
  border: none;
  width: 210px;
  height: 40px;
  color: #ffffff;
  font-size: 1.1em;
}
.search-btn-item:hover:not(.disabled) {
  background-color: #fff;
  color: var(--kanxashi);
  border: solid 1px var(--kanxashi);
}

.search-btn-item.disabled,.search-btn-item:disabled {
  opacity: .7;
}

.search-btn-item:after {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.search-btn i {
  position: absolute;
  right: 14px;
  top: calc(50% - 7px);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .search-subtitle {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .case-search .accordion-icon {
    right: 20px;
  }
  .search-title {
    padding: 2rem;
  }
  .search-inner {
    padding: 0 1rem;
  }
  .search-subtitle span {
    display: block;
  }
  .search-subtitle label {
    margin-left: 0;
  }
  .search-content {
    display: flex;
    flex-wrap: wrap;
  }
  .search-content .form-check {
    min-width: 50%;
  } 
}

.case-archive {
  margin: 6rem auto 0;
  padding: 0 15px;
}
.case-archive .flex-center {
  clear: both;
}
.case-archive .no-post {
  display: block;
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
.content-inner {
  display: flex;
  flex-wrap: wrap;
}
.content-box {
  display: flex;
  margin-bottom: 3rem;
}
.content-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-item {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 2rem;
  border: 1px solid #cccccc;
  color: #333333;
  transition: 0.3s;
}
.content-item:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #333333;
}
.content-item-img {
  max-width: 100%;
}
.subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  height: 16px;
  width: 100%;
}

.content-item-title {
  height: 50px;
  margin: 1rem 0;
  font-size: 1.2em;
  font-weight: bold;
  /*line-height: 1.4em;*/
  /*line-height: 50px;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-item-lists {
  padding-left: 0;
}
.content-item-lists li {
  display: inline-block;
  list-style: none;
  padding: 0.2rem 1.4rem;
  margin: 0 0.3rem 0.3rem 0;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid transparent;
}
.content-item-description {
  height: 60px;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.content-item-lists .bg-area {
  background-color: #fff;
  border-color: #333;
  color: #333;
}
.content-item-lists .bg-kanxashi {
  background-color: #ED028C;
}
.content-item-lists .bg-cuticomi {
  background-color: #159B82;
}
.content-item-lists .bg-xenigata {
  background-color: #213077;
}
.content-item-lists .bg-shaseen {
  background-color: #BABABA;
  color: #333333;
}
.content-item-lists .bg-wakixashi {
  background-color: #753383;
}
.content-item-lists .bg-vansow {
  background-color: #EC9F35;
}
.content-item-lists .bg-wedding {
  background-color: #1BB3B0;
}
.content-item-lists .bg-showby {
  background-color: #2590BA;
}
.content-item-lists .bg-kinpla {
  background-color: #40cbdd;
}

.content-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 44px;
  width: 44px;
  background-color: #3A7BD5;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(0 100%,100% 100%,100% 0);
}
.content-icon-arrow {
  position: absolute;
  right: 7px;
  bottom: 7px;
  color: #ffffff;
}

/* 導入事例詳細ページ */
.container-fluid {
  overflow-x: hidden;
}
#case-detail {
  max-width: 864px;
  margin: 0 auto;
}
.case-tag ul {
  padding: 0;
}
.case-tag li {
  display: inline-block;
  padding: 0.4rem 1.8rem;
  margin: 0 1rem 1rem 0;
  color: #fff;
  font-weight: bold;
  border: 1px solid transparent;
}
#case-detail .bg-area {
  background-color: #fff;
  border-color: #333;
  color: #333;
}
#case-detail .bg-kanxashi {
  background-color: #ED028C;
}
#case-detail .bg-cuticomi {
  background-color: #159B82;
}
#case-detail .bg-xenigata {
  background-color: #213077;
}
#case-detail .bg-shaseen {
  background-color: #BABABA;
  color: #333333;
}
#case-detail .bg-wakixashi {
  background-color: #753383;
}
#case-detail .bg-vansow {
  background-color: #EC9F35;
}
#case-detail .bg-wedding {
  background-color: #1BB3B0;
}
#case-detail .bg-showby {
  background-color: #2590BA;
}
#case-detail .bg-kinpla {
  background-color: #40cbdd;
}

.case-mv {
  margin-bottom: 4rem;
  aspect-ratio: 4 / 3;
}
.case-mv img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.case-ovrview-name {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 20px;
  font-weight: bold;
}
.case-overview-text {
  font-size: 14px;
  margin-bottom: 1rem;
}
.case-overview-link {
  font-size: 14px;
}
.case-overview-link i {
  margin-left: 0.4rem;
}
.case-logo {
  padding: 0;
  margin-bottom: 4rem;
}
.case-descpriton {
  margin-bottom: 4rem;
}
.case-logo img {
  border: solid 1px #E1E1E1;
  max-width: 150px;
  max-height: 150px;
}
.case-catchcopy {
  margin: 4rem calc(50% - 50vw) 0;
  width: 100vw;
  padding: 4rem 2.4rem;
  background-color: #3FA6F2;
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 6px, transparent 0, transparent 14px);
}
.case-catchcopy-inner {
  max-width: 864px;
  margin: 0 auto;
  padding: 2rem 4rem;
  background-color: #ffffff;
  line-height: 2em;
  font-size: 18px;
  font-weight: bold;
}
.case-catchcopy-inner p {
  margin-bottom: 0 !important;
}

.case-catchcopy-inner ul {
  margin-bottom: 0;
}

.case-content {
  margin: 6rem auto 0;
  padding: 0 15px;
  max-width: 784px;
  box-sizing: content-box;
}
.case-content h3 {
  border-top: 1px solid #3FA6F2;
  border-bottom: 1px solid #3FA6F2;
  margin-bottom: 4rem;
  padding: 2rem 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
  color: #3FA6F2;
}
.case-content p {
  margin-bottom: 4rem;
  line-height: 1.8em;
  font-size: 16px;
}
.case-content iframe {
  display: block;
  margin: 4rem auto;
  max-width: 100%;
}
.case-content figure {
  width: 100%!important;
  margin-bottom: 6rem;
  text-align: center;
}
.case-content p img {
  display: block;
  margin: 0 auto;
}
.case-content img {
  max-width: 100%;
  height: auto;
}
.case-content figcaption {
  margin-top: 2rem;
  text-align: center;
}

.btn-movie {
  border: solid var(--kanxashi) 1px;
  border-radius: 2px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
  line-height: 0;
}
.btn-movie:before {
    display: block;
    content: "";
    background-image: url("../../img/case/jirei_movie.svg");
    background-size: contain;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    margin-right: 1rem;
}
.btn-movie:hover {
  background-color: #f0f0f0;
  color: var(--kanxashi);
}

.movie-sign {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  color: var(--kanxashi);
  text-align: left;
  font-size: 18px;
  margin-top: 15px;
}
.movie-sign:before {
    display: block;
    content: "";
    background-image: url("../../img/case/jirei_kati.svg");
    background-size: contain;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    margin-right: 1rem;
}
@media (max-width: 768px) {
  .movie-sign {
    font-size: 14px;
  }
  .movie-sign:before {
      width: 20px;
      height: 20px;
  }
}

.case-youtube {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  padding-bottom: 20px;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .case-youtube {
    padding: 15px;
  }
}
.case-youtube a {
  text-decoration: none;
  transition: 0.3s;
}
.case-youtube a:hover h5 {
  opacity: 0.7;
}

.case-youtube p {
  display: none;
}
.case-youtube img {
  mergin: 0;
}
.case-youtube i {
  display: block;
  z-index: 100;
  width: 16%;
  height: 16%;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateY(-43%) translateX(-50%);
}
.case-img {
  margin-bottom: 6rem;
}
.case-img span {
  display: block;
  text-align: center;
  line-height: 1.6em;
}
.case-banner {
  margin: 8rem 0;
  padding-top: 8rem;
  text-align: center;
  border-top: 1px solid #333333;
}
.case-banner-item {
  margin: 0 auto 3rem;
}
.case-banner-item:last-child {
  margin: 0 auto 0rem;
}
.case-banner-item a {
  transition: 0.3s;
}
.case-banner-item a:hover {
  opacity: 0.7;
}
.case-banner-item img {
  max-width: 550px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.case-recommend {
/*  padding-top: 8rem;*/
  margin-bottom: 8rem;
}
.case-recommend-item:not(:last-of-type) {
  margin-bottom: 2rem;
}
.case-recommend-item a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.case-recommend-item a:hover {
  opacity: 0.7;
}
.case-reccomend-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: bold;
}
.case-recommend-container {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.case-reccomend-box {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 2rem;
  border: 1px solid #cccccc;
}
.case-reccomend-box:not(:last-of-type) {
  margin-bottom: 3rem;
}
.case-reccomend-img {
  flex-basis: 38%;
}
.case-reccomend-img img {
  max-width: 100%;
}
.case-reccomend-text {
  flex-basis: 58%;
}
.case-reccomend-name {
  margin-bottom: 2rem;
  font-size: 16px;
  font-weight: bold;
}
.case-reccomend-overview {
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 1.6em;
}
.case-reccomend-product ul {
  padding: 0;
}
.case-reccomend-product li {
  display: inline-block;
  list-style: none;
  padding: 0.4rem 1.4rem;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  margin:0 0.4rem 0.4rem 0;
  border: solid 1px transparent;
}
.case-recommend-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 44px;
  width: 44px;
  background-color: #3A7BD5;
  aspect-ratio: 1 / cos(30deg);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

@media screen and (max-width: 767px) {
  .case-catchcopy-inner {
    font-size: 16px;
  }
  .case-catchcopy-inner {
    padding: 2rem 2rem;
    line-height: 1.6em;
  }
  .case-catchcopy-inner ul {
    padding-left: 3rem;
  }
  .case-catchcopy-inner li:not(:last-of-type) {
    margin-bottom: 1rem;
  }

  .case-youtube i {
    font-size: 50px;
    top: calc(50% - 25px);
  }

  .case-reccomend-box {
    display: block;
  }
  .case-reccomend-img {
    margin-bottom: 1rem;
  }
}


.pagination>li>input:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li:first-child>input {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination {
  display: flex;
}
input.page-numbers {
    display: inline;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}