/* case */
.case-lead {
  margin-bottom: 60px;
  text-align: justify;
}

.case-cat {
  padding: 20px 0;
  margin-bottom: 65px;
  background: #f2f2f2;
}
.case-cat__lb {
  margin-bottom: 20px;
  color: #876844;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
}
.case-cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.278em; /*23px*/
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.case-cat__list a,
.case-cat__list span {
  display: inline-block;
  position: relative;
  padding: 0.556em 1.111em 1.111em 1.111em; /*10px 20px 20px 20px*/
  background: #e1d9d0;
  color: #745c2e;
}
.case-cat__list a::after,
.case-cat__list span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em; /*9px*/
  margin: 0 0 0 -0.25em;
  border-right: solid 1px;
  border-bottom: solid 1px;
}
.case-cat__list a {
  text-decoration: none;
}
.case-cat__list a:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.case-cat__list .is-current a,
.case-cat__list a:hover,
.case-cat__list .is-current span {
  background: #876844;
  color: #fff;
}

.case-box {
  background: #f2efeb;
  color: inherit !important;
}
.case-box__lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 3.8em; /*76px*/
  padding: 10px 40px;
  margin: -15px -20px 7px;
  color: #745c2e;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.case-box__lb::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #e1d9d0;
}
.case-box__img {
  position: relative;
  height: 0;
  padding-top: 67.24%;
  margin-bottom: 20px;
}
.case-box__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-box__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 10px;
  font-size: 0.938em; /*15px*/
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.case-box__cat > span {
  display: inline-block;
  padding: 0.533em 1em; /*8px 15px*/
  border-radius: 3em;
  background: #876844;
  color: #fff;
}
.case-box__txt {
  position: relative;
  font-weight: 300;
}
.case-box__txt .space {
  opacity: 0;
}
.case-box__txt .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #999;
}
.case-box__txt .more::before {
  content: attr(data-text) "";
}

@media screen and (max-width: 767px) {
  .case-lead {
    margin-bottom: 40px;
  }
  .case-cat {
    margin-bottom: 40px;
  }
  .case-cat__lb {
    margin-bottom: 15px;
    font-size: 0.875em;
  }
  .case-cat__list {
    gap: 0.857em; /*12px*/
    font-size: 0.875em; /*14px*/
  }
  .case-cat__list a,
  .case-cat__list span {
    padding: 0.556em 0.833em 1.111em 0.833em; /*10px 15px 20px 15px*/
  }
  .case-box__lb {
    padding: 7px 28px;
    margin: -2.66vw -4vw 7px;
    font-size: 18px;
  }
  .case-box__lb::before {
    width: 8px;
  }
  .is-noslider .case-box__lb {
    padding: 10px 0.5em 10px 1.2em;
    margin: -8% -8% 7px;
    font-size: 1.2em;
  }
  .case-box__img {
    margin-bottom: 15px;
  }
  .case-box__cat {
    margin-bottom: 7px;
    font-size: 0.875em; /*14px*/
  }
  .case-box__txt {
    height: 6em;
    font-size: 0.875em;
    overflow: hidden;
  }
  .case-box__txt::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 239, 235, 0)), color-stop(50%, rgb(242, 239, 235)));
    background: linear-gradient(to bottom, rgba(242, 239, 235, 0) 0%, rgb(242, 239, 235) 50%);
  }
}
/* qa */
.qa-article-list {
  max-width: 1000px;
  margin: 0 auto;
}
.qa-article-list > * + * {
  margin-top: 35px;
}

.qa-article {
  background: #ede8e3;
}
.qa-article a {
  color: inherit;
  text-decoration: none;
}
.qa-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qa-article__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
}
.qa-article__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 35px;
}
.qa-article__img {
  padding-top: 100%;
}
.qa-article__date {
  margin-bottom: 12px;
  color: #999;
}
.qa-article__lb {
  margin: 0;
  color: #745c2e;
  font-size: 1.25em; /*20px*/
  font-weight: 500;
}
.qa-article__txt {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .qa-article-list > * + * {
    margin-top: 25px;
  }
  .qa-article {
    font-size: 1.4rem;
  }
  .qa-article__left {
    width: 108px;
  }
  .qa-article__right {
    padding: 8px 12px;
  }
  .qa-article__date {
    margin-bottom: 5px;
  }
  .qa-article__lb {
    font-size: 1.286em; /*18px*/
  }
  .qa-article__txt {
    display: none;
  }
}
/* entry content */
.entry-header {
  margin-bottom: 45px;
}
.case-detail .entry-header {
  margin-bottom: 25px;
}

.entry-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
.entry-cat > a,
.entry-cat > span {
  display: inline-block;
  padding: 0.5em 0.938em; /*8px 15px*/
  border-radius: 0 3em 3em 0;
  background: #876844;
  color: #fff;
}
.entry-cat > a {
  text-decoration: none;
}

.entry-date {
  margin-bottom: 8px;
  color: #999;
  line-height: 1;
}

.entry-title {
  margin: 0;
  color: #876844;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.583;
}
.case-detail .entry-title {
  position: relative;
  padding: 0.727em 0.5em 0.864em 1.591em; /*16px 0.5em 19px 35px*/
  background: #f2efeb;
  color: #745c2e;
  font-size: 2.2rem;
}
.case-detail .entry-title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #e1d9d0;
}

.entry-ec {
  margin-bottom: 60px;
  text-align: center;
}

.entry-content > * + * {
  margin-top: 2em;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content figure:not([class]) {
  text-align: center;
}
.entry-content ul {
  padding-left: 0.5em;
  list-style: disc inside;
}
.entry-content ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.entry-content ol {
  padding-left: 0.3em;
  list-style: decimal inside;
}
.entry-content ol li {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.entry-content table {
  border-collapse: collapse;
  overflow-wrap: anywhere;
}
.entry-content table tr {
  border-bottom: solid 1px #fff;
}
.entry-content table th, .entry-content table td {
  height: 50px;
  padding: 10px 15px;
  border: none;
}
.entry-content table th {
  background: #745c2e;
  color: #fff;
}
.entry-content table td {
  background: #e1d9d0;
  color: #000;
}
.entry-content h2 + *, .entry-content h3 + *, .entry-content h4 + *, .entry-content h5 + *, .entry-content h6 + * {
  margin-top: 0;
}
.entry-content img {
  margin-top: 7px;
  margin-bottom: 7px;
}
.entry-content figcaption {
  margin-top: 0.25em;
  margin-bottom: 3em;
  font-size: 0.875em; /*14px*/
}

/* blog */
.blog-content {
  position: relative;
  padding: 10px 0 100px;
}

.blog-detail {
  position: relative;
  padding: 25px 0 30px;
}
.blog-detail::before, .blog-detail::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-image: radial-gradient(circle, #745c2e 30%, transparent 60%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: -3px 0;
}
.blog-detail::before {
  top: 0;
}
.blog-detail::after {
  bottom: 0;
}

/* case */
.case-content {
  position: relative;
  padding: 0 0 100px;
}

.case-gallery {
  margin-top: 25px;
}
.case-gallery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.case-gallery__item + .case-gallery__item {
  margin-top: 50px;
}
.case-gallery__lb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 50px;
  margin: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.is-before .case-gallery__lb {
  background: #876844;
  color: #fff;
}
.is-halfway .case-gallery__lb {
  background: #b7a48f;
  color: #fff;
}
.is-after .case-gallery__lb {
  background: #e1d9d0;
  color: #745c2e;
}
.case-gallery__lb::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-1px, -50%);
          transform: translate(-1px, -50%);
  display: block;
  border: solid transparent;
  border-width: 0.389em 0 0.389em 0.5em; /*7px 0 7px 9px*/
}
.is-before .case-gallery__lb::before {
  border-left-color: #876844;
}
.is-halfway .case-gallery__lb::before {
  border-left-color: #b7a48f;
}
.is-after .case-gallery__lb::before {
  border-left-color: #e1d9d0;
}
.case-gallery__slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.case-gallery__img {
  position: relative;
  height: 0;
  padding-top: 67.24%;
}
.case-gallery__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-data {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.case-data__item {
  display: table-row;
}
.case-data__lb, .case-data__txt {
  display: table-cell;
  vertical-align: middle;
  padding: 13px 25px;
  border-bottom: solid 1px #e1d9d0;
}
.case-data__item:first-child .case-data__lb, .case-data__item:first-child .case-data__txt {
  border-top: solid 1px #e1d9d0;
}
.case-data__lb {
  position: relative;
  width: 11.688em; /*187px*/
  padding-right: 0.313em; /*5px*/
  background: #b7a48f;
  color: #fff;
  font-weight: 500;
}
.case-data__lb::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  width: 0.313em;
  background: #fff;
}
.case-data__item:nth-child(odd) .case-data__txt {
  background: #f2efeb;
}
.case-data__item:nth-child(even) .case-data__txt {
  background: #fff;
}

/* link */
.blog-list-link,
.case-list-link {
  text-align: center;
}
.blog-list-link .m-link01,
.case-list-link .m-link01 {
  max-width: 100%;
  width: 170px;
}

.blog-list-link {
  margin-top: 75px;
}

.case-list-link {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  /* case */
  .case-gallery__imgList {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .entry-header {
    margin-bottom: 30px;
  }
  .case-detail .entry-header {
    margin-bottom: 15px;
  }
  .entry-cat {
    font-size: 1.4rem;
  }
  .entry-date {
    font-size: 1.3rem;
  }
  .case-detail .entry-title {
    padding: 0.545em 0.5em 0.682em 1.455em; /*12px 0.5em 15px 32px*/
  }
  .entry-ec {
    margin-bottom: 40px;
  }
  .entry-content table th, .entry-content table td {
    padding: 5px 8px;
  }
  /* blog */
  .blog-content {
    padding: 5px 0 55px;
  }
  /* case */
  .case-content {
    padding: 0 0 50px;
  }
  .case-gallery {
    margin-top: 20px;
  }
  .case-gallery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .case-gallery__item + .case-gallery__item {
    margin-top: 20px;
  }
  .case-gallery__lb {
    width: 45px;
    font-size: 16px;
  }
  .case-gallery__slider {
    margin-right: -2.7%;
  }
  .case-gallery__slider .swiper-button-prev {
    display: none !important;
  }
  .case-gallery__slider .swiper-button-next {
    right: -1.5% !important;
  }
  .case-gallery__img {
    margin-left: 0 !important;
    margin-right: 8vw !important;
  }
  .case-data {
    font-size: 1.4rem;
    margin-top: 35px;
  }
  .case-data__lb, .case-data__txt {
    padding: 8px 12px;
  }
  .case-data__lb {
    width: 7.014em;
    padding-right: 0.214em; /*3px*/
  }
  .case-data__lb::before {
    width: 0.214em;
  }
  /* link */
  .blog-list-link {
    margin-top: 40px;
  }
  .case-list-link {
    margin-top: 35px;
  }
}/*# sourceMappingURL=style_news.css.map */