@charset "UTF-8";

.breadcrumbsWrap {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .breadcrumbsWrap {
    padding: 0 1em;
    width: 100%;
  }
}

.column {
  line-height: 1.6;
}

@media screen and (min-width: 981px) {
  .column {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 981px) {
  .container {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (min-width: 981px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .sp-none {
    display: none;
  }
}

.title {
  position: relative;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #002169;
  margin-bottom: 30px;
}

@media screen and (min-width: 981px) {
  .title {
    font-size: 5rem;
  }
}

.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20%;
  border-bottom: 1px solid #eb7730;
  transform: translateX(-50%);
}

@media screen and (min-width: 981px) {
  .title::after {
    width: 10%;
  }
}

.title small {
  font-size: 1.6rem;
}

@media screen and (min-width: 981px) {
  .title small {
    font-size: 2rem;
  }
}

.subTitle {
  position: relative;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #002169;
}

@media screen and (min-width: 981px) {
  .subTitle {
    padding-bottom: 30px;
    font-size: 2.6rem;
  }
}

.subTitle.--large {
  width: calc(100% / 3);
  font-size: 2.4rem;
  text-align: center;
}

@media screen and (min-width: 981px) {
  .subTitle.--large {
    display: inline-block;
    margin-left: 40px;
    padding-bottom: 10px;
    width: auto;
    font-size: 3rem;
    text-align: left;
  }
}

.subTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  border-bottom: 3px solid #eb7730;
}

@media screen and (min-width: 981px) {
  .subTitle::after {
    width: 60px;
  }
}

.subTitle.--large::after {
  left: 50%;
  width: 50px;
  transform: translateX(-50%);
}

@media screen and (min-width: 981px) {
  .subTitle.--large::after {
    left: 0;
    width: 100%;
    transform: none;
  }
}

/* h3 title */
h3.centerTtl {
  color: #012169;
  font-size: 23px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 981px) {
  h3.centerTtl {
    font-size: 34px;
    margin-bottom: 23px;
  }
}

p.topTxt {
  color: #000;
  font-size: 2rem;
  line-height: 1.6em;
  text-align: left;
  margin: 30px 10px;
}

@media screen and (min-width: 981px) {
  p.topTxt {
    font-size: 2.3rem;
    line-height: 1.8em;
    margin-bottom: 30px;
  }
}

/* case */
.case {
  margin-top: 40px;
}

/* シーンから解決事例を探す */
.seen__column {
  margin-bottom: 42px;
  font-weight: bold;
}

@media screen and (min-width: 981px) {
  .seen__column {
    margin: 110px 0px 73px 0;
  }
}

.sec-layer__linkarea__box.quarterlink {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 12px;
}

.sec-layer__linkarea__box.quarterlink li {
  width: calc(50% - 6px);
  background-color: #fafafa;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.sec-layer__linkarea__box.quarterlink li a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.sec-layer__linkarea__box.quarterlink li a p {
  margin-left: 10px;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  flex: 1;
}

.sec-layer__linkarea__box.quarterlink li a p span {
  display: inline-block;
}

/* 画像調整 */
.sec-layer__linkarea__box.quarterlink li a .imgarea {
  flex-shrink: 0;
  width: 63px;
  height: 63px;
}

.sec-layer__linkarea__box.quarterlink li a .imgarea img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 981px) {
  .sec-layer__linkarea__box.quarterlink {
    gap: 12px;
    margin: 0 12px;
  }

  .sec-layer__linkarea__box.quarterlink li {
    width: 230px;
    height: 230px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }

  .sec-layer__linkarea__box.quarterlink li a {
    display: block;
    padding: 10px;
  }

  .sec-layer__linkarea__box.quarterlink li a p {
    position: relative;
    width: 100%;
    height: 58px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    text-align: center;
    margin: 0;
  }

  .sec-layer__linkarea__box.quarterlink li a p span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }

  .sec-layer__linkarea__box.quarterlink li a .imgarea {
    width: 100%;
    height: 150px;
    display: block;
  }
}

/* ピックアップコラム */
.pic-column-slider a {
  text-decoration: none;
}


/* 親ボックスはflexのまま */
.pic-column-item {
  position: relative;
  width: 250px !important;
  box-sizing: border-box;
  margin: 10px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* 画像ブロック */
.selected__image {
  height: 150px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 8px;
}

.selected__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* タイトルブロック */
.columnLists_body_title {
  font-size: 2rem;
  margin-bottom: 6px;
  text-align: left;
  color: #333;
  padding: 0 12px;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  height: 2.8em;
}

@media screen and (min-width: 981px) {
  .columnLists_body_title {
    font-size: 18px;
  }
}

/* 事例番号*/
.case-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ea7600;
  color: #fff;
  padding: 0 10px;
  font-weight: normal;
  font-size: 14px;
  z-index: 10;
}


/* タグ */
.post-tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 10px;
}

.post-tags::before {
  content: "";
  position: absolute;
  top: 0;
  width: 95%;
  border-top: 1px solid #f2f2f2;
}

.tag-item {
  background: #012169;
  color: #fff;
  font-size: 11px;
  padding: 0 6px;
}

@media screen and (min-width: 981px) {
  .tag-item {
    font-size: 13px;
  }
}

/* slick dot */
.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button::before {
  font-size: 22px !important;
  line-height: 22px !important;
  opacity: 1 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 70px;
}

.slick-dots li.slick-active button:before {
  color: #ea7600;
  opacity: 1 !important;
}

@media screen and (min-width: 981px) {
  .pic-column-item {
    width: auto !important;
  }

  .selected__image {
    height: 182px;
  }

  .columnLists_body_hr {
    width: 95%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* 介護用品から解決策を探す */
.item___column {
  margin-bottom: 34px;
  font-weight: bold;
}


@media screen and (min-width: 981px) {
  .item___column .sec-layer__linkarea__box.quarterlink li a p {
    position: absolute;
  }


  .item___column .sec-layer__linkarea__box.quarterlink li a .imgarea {
    width: 100%;
  }

  .item___column {
    margin-bottom: 74px;
  }

  .item___column ul.sec-layer__linkarea__box li a {
    padding: 0;
  }

  .item___column ul.sec-layer__linkarea__box li a p {
    position: absolute;
    text-align: left;

  }

  .item___column ul.sec-layer__linkarea__box li a p span {
    position: static;
    margin: 27px 17px;
    transform: none;
  }

  .item___column ul.sec-layer__linkarea__box li a .imgarea {
    width: 100%;
  }

  .item___column .sec-layer__linkarea__box.quarterlink li a .imgarea {
    height: 100%;
  }
}

.sideNavi__seen,
.sideNavi__point {
  padding: 1em 25px;
}


/* コラム一覧 */
.caseList {
  margin-bottom: 20px;
}

.caseList__item {
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  list-style: none;
  position: relative;
}

@media screen and (min-width: 981px) {
  .caseList {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 5px;
    justify-content: space-between;
  }


  .caseList__item {
    width: calc(50% - 15px);
    max-height: 160px;
    list-style: none;
  }
}

.caseList__item:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 981px) {
  .caseList__item:not(:first-child) {
    margin: 0;
  }
}

.caseList__item a {
  display: flex;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
  gap: 10px;
  ;
}

@media screen and (min-width: 981px) {
  .caseList__item a {
    padding: 15px;
    font-size: 18px;
  }
}

.caseList__item .selected__image {
  height: 95px;
  width: 95px;
  margin: 0;
  min-width: 95px;
}

@media screen and (min-width: 981px) {
  .caseList__item .selected__image {
    height: 125px;
    width: 125px;
    min-width: 125px;
  }
}

.caseList__item__text {
  display: flex;
  flex-direction: column;
}

.caseList__item__number {
  color: #ea7600;
  font-weight: normal;
  font-size: 14px;
}

.caseList__item__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: 3.3em;
}

.caseList__item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.caseList__item__tags .tag-item {
  /* margin-right: 5px; */
}

@media screen and (min-width: 981px) {
  .caseList__item__number {
    font-size: 16px;
  }

  .caseList__item__title {
    margin: 5px 0 10px;

  }

  .caseList__item__tags {
    bottom: 15px;

  }
}


.selected__imageList {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 0;
  margin-top: 10px;
}

.selected__imageList__item {
  list-style: none;
  width: 100px;
}

.pagination {
  margin: 24px 0;
}

.pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  font-size: 2rem;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #F2F2F2;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: background-color .15s ease, color .15s ease, box-shadow .15s ease;
}

/* 現在ページ（<span class="page-numbers current">） */
.pagination .page-numbers .current {
  background: #ea7600;
  /* 指定の背景色 */
  color: #fff;
  /* 指定の文字色 */
  cursor: default;
}

/* ホバー＆フォーカス（リンクのみ） */
.pagination .page-numbers a:hover,
.pagination .page-numbers a:focus {
  background: #e6e6e6;
  /* ほんの少し濃く */
  outline: none;
  box-shadow: 0 0 0 2px rgba(234, 118, 0, 0.15);
}

/* 省略記号（<span class="page-numbers dots">…</span>） */
.pagination .page-numbers .dots {
  background: transparent;
  color: #999;
  min-width: auto;
  height: auto;
  padding: 0 4px;
  font-weight: 400;
}
