/** Shopify CDN: Minification failed

Line 816:0 Expected "}" to go with "{"

**/
.blog-articles {
  display: grid;
  grid-gap: 1rem;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-desktop-vertical-spacing);
}

.jp-blog-hub {
  padding: 48px 0 28px;
  color: rgb(var(--color-foreground));
}

.jp-blog-hub__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 36px;
  align-items: stretch;
  padding: 44px;
  background: #f4f7fb;
  border: 1px solid #d8e2ee;
}

.jp-blog-hub__eyebrow,
.jp-blog-hub__section-head p,
.jp-blog-hub__intent-grid span {
  margin: 0 0 10px;
  color: #075da8;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
}

.jp-blog-hub h1,
.jp-blog-hub h2,
.jp-blog-hub h3 {
  letter-spacing: 0;
  color: #17212b;
}

.jp-blog-hub h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(3rem, 4vw, 5.2rem);
  line-height: 1.16;
  font-weight: 600;
}

.jp-blog-hub__copy > p:not(.jp-blog-hub__eyebrow) {
  max-width: 780px;
  margin: 18px 0 0;
  color: #334155;
  font-size: 1.7rem;
  line-height: 1.9;
}

.jp-blog-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.jp-blog-hub__actions .button {
  min-height: 46px;
}

.jp-blog-hub__visual {
  display: grid;
  gap: 14px;
}

.jp-blog-hub__visual-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 110px;
  padding: 22px;
  background: #fff;
  border: 1px solid #dbe5ef;
  border-left: 4px solid #075da8;
}

.jp-blog-hub__visual-card--main {
  min-height: 160px;
  color: #fff;
  background: linear-gradient(135deg, #17212b 0%, #0b5da9 100%);
  border-color: transparent;
}

.jp-blog-hub__visual-card span {
  font-size: 1.3rem;
  font-weight: 700;
  color: inherit;
  opacity: 0.76;
}

.jp-blog-hub__visual-card strong {
  margin-top: 8px;
  font-size: 2rem;
  line-height: 1.45;
}

.jp-blog-hub__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 42px;
}

.jp-blog-hub__chips a {
  padding: 9px 14px;
  color: #17212b;
  text-decoration: none;
  background: #fff;
  border: 1px solid #cad7e5;
  font-weight: 600;
  font-size: 1.4rem;
}

.jp-blog-hub__chips a:hover {
  color: #fff;
  background: #075da8;
  border-color: #075da8;
}

.jp-blog-hub__section {
  margin-top: 42px;
}

.jp-blog-hub__section-head {
  margin-bottom: 20px;
}

.jp-blog-hub__section-head h2 {
  margin: 0;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  line-height: 1.25;
  font-weight: 600;
}

.jp-blog-hub__intent-grid,
.jp-blog-hub__plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.jp-blog-hub__intent-grid article,
.jp-blog-hub__plan-grid article,
.jp-blog-hub__faq details {
  background: #fff;
  border: 1px solid #dbe5ef;
}

.jp-blog-hub__intent-grid article,
.jp-blog-hub__plan-grid article {
  padding: 22px;
}

.jp-blog-hub__intent-grid h3,
.jp-blog-hub__plan-grid h3 {
  margin: 0 0 10px;
  font-size: 1.9rem;
  line-height: 1.35;
  font-weight: 700;
}

.jp-blog-hub__intent-grid p,
.jp-blog-hub__plan-grid p,
.jp-blog-hub__faq p {
  margin: 0;
  color: #475569;
  font-size: 1.45rem;
  line-height: 1.75;
}

.jp-blog-hub__plan-grid strong {
  display: inline-flex;
  margin-bottom: 16px;
  color: #075da8;
  font-size: 1.4rem;
}

.jp-blog-hub__guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.jp-blog-hub__guide-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbe5ef;
}

.jp-blog-hub__guide-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f3f6f9;
}

.jp-blog-hub__guide-grid span {
  display: inline-flex;
  margin: 16px 16px 0;
  padding: 4px 8px;
  color: #075da8;
  background: #edf4fb;
  font-size: 1.2rem;
  font-weight: 700;
}

.jp-blog-hub__guide-grid h3 {
  margin: 10px 16px 8px;
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 700;
}

.jp-blog-hub__guide-grid p {
  margin: 0 16px 14px;
  color: #475569;
  font-size: 1.4rem;
  line-height: 1.75;
}

.jp-blog-hub__guide-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 16px 18px;
  padding: 0 16px;
  color: #fff;
  background: #075da8;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
}

.jp-blog-hub__guide-grid a:hover {
  color: #fff;
  background: #17212b;
}

.jp-blog-hub__guide-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.jp-blog-hub__guide-details article {
  padding: 20px;
  background: #f8fafc;
  border-left: 3px solid #075da8;
}

.jp-blog-hub__guide-details h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 700;
}

.jp-blog-hub__guide-details p {
  margin: 0;
  color: #475569;
  font-size: 1.45rem;
  line-height: 1.85;
}

.jp-blog-hub__table-wrap {
  overflow-x: auto;
  border: 1px solid #dbe5ef;
  background: #fff;
}

.jp-blog-hub table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.jp-blog-hub th,
.jp-blog-hub td {
  padding: 17px 18px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  font-size: 1.45rem;
  line-height: 1.65;
}

.jp-blog-hub th {
  color: #17212b;
  background: #edf4fb;
  font-weight: 700;
}

.jp-blog-hub__faq details {
  padding: 18px 20px;
}

.jp-blog-hub__faq details + details {
  margin-top: 10px;
}

.jp-blog-hub__faq summary {
  cursor: pointer;
  color: #17212b;
  font-size: 1.7rem;
  font-weight: 700;
}

.jp-blog-hub__faq p {
  margin-top: 12px;
}

@media screen and (max-width: 989px) {
  .jp-blog-hub {
    padding-top: 28px;
  }

  .jp-blog-hub__hero,
  .jp-blog-hub__intent-grid,
  .jp-blog-hub__plan-grid,
  .jp-blog-hub__guide-grid,
  .jp-blog-hub__guide-details {
    grid-template-columns: 1fr;
  }

  .jp-blog-hub__hero {
    padding: 26px 18px;
  }
}

.blog-articles .card-wrapper {
  width: 100%;
}

.blog-articles .article-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-articles .blog__button {
  margin-top: 1.6rem;
}

.blog-articles .blog__button.button {
  min-height: 42px;
  padding-inline: 1.8rem;
  font-weight: 700;
}
.blog-template-content {
  width: 100%;
}
.main-blog .article-card__image img.article__image {
  height: 100%;
}
@media screen and (min-width: 750px) {
  .blog-articles--collage > *:nth-child(3n + 1),
  .blog-articles--collage > *:nth-child(3n + 2):last-child {
    grid-column: span 2;
    text-align: center;
  }

  .blog-articles--collage > *:nth-child(3n + 1) .card,
  .blog-articles--collage > *:nth-child(3n + 2):last-child .card {
    text-align: center;
  }

  .blog-articles--collage
    > *:nth-child(3n + 1)
    .article-card__image--small
    .ratio::before,
  .blog-articles--collage
    > *:nth-child(3n + 2):last-child
    .article-card__image--small
    .ratio::before {
    padding-bottom: 22rem;
  }

  .blog-articles--collage
    > *:nth-child(3n + 1)
    .article-card__image--medium
    .ratio::before,
  .blog-articles--collage
    > *:nth-child(3n + 2):last-child
    .article-card__image--medium
    .ratio::before {
    padding-bottom: 44rem;
  }

  .blog-articles--collage
    > *:nth-child(3n + 1)
    .article-card__image--large
    .ratio::before,
  .blog-articles--collage
    > *:nth-child(3n + 2):last-child
    .article-card__image--large
    .ratio::before {
    padding-bottom: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .blog-articles--collage
    > *:nth-child(3n + 1)
    .article-card__image--small
    .ratio
    .ratio::before,
  .blog-articles--collage
    > *:nth-child(3n + 2):last-child
    .article-card__image--small
    .ratio
    .ratio::before {
    padding-bottom: 27.5rem;
  }

  .blog-articles--collage
    > *:nth-child(3n + 1)
    .article-card__image--medium
    .ratio::before,
  .blog-articles--collage
    > *:nth-child(3n + 2):last-child
    .article-card__image--medium
    .ratio::before {
    padding-bottom: 55rem;
  }

  .blog-articles--collage
    > *:nth-child(3n + 1)
    .article-card__image--large
    .ratio::before,
  .blog-articles--collage
    > *:nth-child(3n + 2):last-child
    .article-card__image--large
    .ratio::before {
    padding-bottom: 82.5rem;
  }
}
@media screen and (min-width: 1441px) {
  .blog-articles {
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: calc(var(--grid-mobile-vertical-spacing) + 3.5rem);
  }
}
@media screen and (max-width: 1440px) and (min-width: 1200px) {
  .blog-articles {
    grid-template-columns: repeat(1, 1fr);
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
/*sidebar*/
.blog-articles .article-card .card__information h3.card__heading {
  font-size: 2.2rem;
}
/* .underline-links-hover:hover .article-card__excerpt{color: var(--gradient-base-accent-2);} */
.widget-tags ul.categories {
  list-style: none;
  padding: 0;
}
.widget-tags ul.categories li a {
  color: var(--gradient-base-accent-1);
}
ul.swiper-wrapper {
  padding: 0;
  list-style: none;
}
.blog-sidebar h4.sidebar_title,
.blog-sidebar h5.sidebar_title {
  font-size: 2.4rem;
}
ul.product-list-style {
  list-style: none;
  padding: 0;
}
.blog-sidebar aside {
  width: var(--sidebar-width);
}
.main-blog {
  display: flex;
}
ul.recent_article {
  list-style: none;
  padding: 0;
}
ul.recent_article li.article-item {
  display: grid;
  grid-template-columns: auto 2fr;
  align-items: center;
  gap: 15px;
  border-bottom: 1px dashed var(--DTColor_Border);
}
ul.recent_article .article-image {
  width: 80px;
  height: 90px;
}
ul.recent_article .article-image img {
  width: 100%;
  height: 100%;
}
h6.article-title {
  font-size: 1.8rem;
  margin: 0;
  font-family: var(--font-heading-family);
}
h6.article-title a {
  color: var(--gradient-base-accent-1);
  transition: all 0.3s linear;
  font-weight: 500;
}
.article-description p {
  font-size: 1.8rem;
  padding: 0;
  margin: 5px 0;
  line-height: 25px;
}
h6.article-title:hover a {
  color: var(--gradient-base-accent-2);
  text-underline-offset: 0.3rem;
}
/*  a.blog__button.button {  min-width: 0;  min-height: 0;  padding: 0;  background: none;  margin: 2.5rem 0 0;} */
.blog-sidebar span.close-sidebar {
  position: absolute;
  top: 2rem;
  right: 0rem;
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
}
.blog-sidebar span.close-sidebar svg {
  width: 2.2rem;
}
.blog-sidebar.facets-vertical {
  padding-right: 3rem;
}
button.toggleFilter svg.icon.icon-filter {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--gradient-base-accent-1);
}
.blog-sidebar span.close-sidebar {
  display: none;
}
.widget-articles .sidebar_title {
  margin-top: 0;
}
.main-blog .blog-sidebar aside > *:not(:last-child) {
  margin-bottom: 5rem;
}
.widget-collection .card__information .card__heading a {
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 749px) {
  .blog-sidebar.facets-vertical aside {
    position: fixed;
    overflow-y: scroll;
    padding: 15px;
    max-width: 80%;
    top: 0;
    left: calc(var(--sidebar-width) * -1);
    height: 100%;
    background: var(--gradient-background);
    margin: 0;
    z-index: 17;
    transition: all 0.3s linear;
  }
  .blog-sidebar.facets-vertical.open aside {
    left: 0;
  }
  button.toggleFilter {
    height: 40px;
    width: 110px;
    background: transparent;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: var(--gradient-base-accent-1);
    font-size: 1.8rem;
  }
  .main-blog {
    display: block;
  }
  .blog-sidebar span.close-sidebar {
    display: block;
  }

}
@media screen and (min-width: 750px) {
  .main-blog.sidebar-right .blog-sidebar.facets-vertical{ padding-left:6rem; padding-right:0; }
}
@media screen and (max-width: 576px) {
  .blog-articles .article-card .card__information h3.card__heading {
    font-size: 2.2rem;
  }
}
ul.recent_article li.article-item .article-description span {
  color: var(--gradient-base-accent-2);
}
ul.recent_article .article-description h6.article-title {
  font-weight: 500;
  line-height: 29px;
  font-size: 2rem;margin-top:1rem;
}
.blog-sidebar.facets-vertical.open:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  background-color: rgba(0, 0, 0, 0.7);
}

.widget-tags ul.categories {
  display: flex;padding-top:1rem;
}
.widget-tags ul.categories li {
  padding: 0 1rem 0 0;
}
.filter-panel-menu ul li a:hover {
  color: var(--gradient-base-accent-2);
}
.blog-sidebar h5.sidebar_title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.filter-panel-menu .filter-panel ul li {
  list-style-type: none;
  font-weight: 500;
}
.filter-panel-menu .filter-panel ul {
  padding-left: 0rem;
}
.widget-tags ul.categories li a {
  color: var(--gradient-base-accent-1);
  padding: 1rem 1.5rem;
  font-weight: 500;
  background-color: var(--gradient-base-background-2);
}
.share-icon {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.article-template__comment-fields .field__input {
  min-height: 6rem;
}
.widget-tags ul.categories li a:hover {
  background-color: var(--gradient-base-accent-1);
  color: var(--gradient-base-background-1);
}
@media screen and (min-width: 1400px) {
  .blog-articles .card-wrapper .card__inner {
}
.blog-articles .card__information .card__heading a {
  font-size: 3.5rem;
  letter-spacing: 0;
  line-height: 45px;
  font-weight: 400;
}
  .blog-articles .blog__button{margin-top:0;}
.blog-sidebar h5.sidebar_title {
  font-weight: 600;
  font-size: 2.4rem;
}
.blog-sidebar h4.sidebar_title {
  font-size: 2.4rem;font-weight: 600;
    /* background: var(--gradient-base-background-3); */
    padding: 5px 15px;
}
.main-blog.sidebar-right .blog-sidebar.facets-vertical {
  padding-right: 0;
}
.main-blog.sidebar-right {
  flex-direction: row-reverse;
}
.social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-articles .article-card .card__information {
  padding: 0rem;
}
.blog-articles .card--card.card--media > .card__content {
  margin-top: calc(3rem - var(--card-image-padding));padding:0 1.5rem;
}
.blog-articles .article-card__excerpt {
  padding-bottom: 2rem;
  max-width: 100%;
}
ul.pagination__list.list-unstyled li {
  background: transparent !important;
}
.pagination__item--current:after,
.pagination__item:hover:after {
  display: none !important;
}
.pagination__item--current {
  background-color: var(--gradient-base-background-2);
}
ul.pagination__list.list-unstyled li .pagination__item {

  border-radius: 3rem;
}
ul.pagination__list.list-unstyled li .pagination__item {
  transition: all 0.3s linear;
  font-weight: 600;
  font-size: 1.6rem;
}
ul.pagination__list.list-unstyled li .pagination__item:hover {
  background-color: var(--gradient-base-background-2);
}
a.pagination__item.pagination__item--prev.pagination__item-arrow.link.motion-reduce {
  transform: rotate(0deg);
}
a.pagination__item.pagination__item--next.pagination__item-arrow.link.motion-reduce {
  transform: rotate(0deg);
}

.date-shown {
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: 4rem !important;
  left: 4rem !important;
  padding: 1rem !important;
  height: fit-content !important;
  margin: auto;
  max-width: 8rem !important;
  justify-content: center;
  letter-spacing: 2.6px;
  display: flex !important;
  border-radius: 0.5rem;
  background-color: var(--gradient-base-accent-1);
  color: var(--gradient-background);
  font-size: 1.3rem;
}

.main-blog a.link.text-social__link {
  padding: 1rem !important;
}
.main-blog .team__list-social li.list-social__item:hover:hover {
  background: transparent !important;
}
.main-blog a.link.text-social__link span {
  padding: 0.5rem;
}
.main-blog a.link.text-social__link span:hover {
  background: var(--gradient-base-background-2);
}
.main-blog li.list-social__item:not(:last-child):after {
  content: "-";
}
.main-blog a.link.text-social__link span {
  font-weight: 600;
}

.social-link .slider-social ul.team__list-social a.link.text-social__link {
  font-weight: 700;
}
.blog-sidebar-panel .article-description p{display:none}
  ul.recent_article li.article-item:not(:last-child){    margin: 0 0 20px;
    padding: 0 0 20px;}
  .widget.product-sidebar-type-carousel .sidebar_title{    margin-bottom: 3.2rem;
    background: var(--gradient-base-background-3);
    padding: 5px 15px;}

#shopify-section-top-bar {
  display: none;
}

.blog-articles .article-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-articles .blog__button.button {
  min-height: 42px;
  padding-inline: 1.8rem;
  font-size: 0;
  font-weight: 700;
}

.blog-articles .blog__button.button::before {
  content: "続きを読む";
  font-size: 1.4rem;
}

.blog-articles .blog__button.button span {
  margin-left: 0.8rem;
}
