@charset "UTF-8";
/*----------------------------------------
  Variables
----------------------------------------*/
/*----------------------------------------
  Function
----------------------------------------*/
/*----------------------------------------
  SCSS Contents
----------------------------------------*/
#sbg-ai-article {
  /*----------------------------------------
    Mixin
  ----------------------------------------*/
  /*----------------------------------------
    article
  ----------------------------------------*/
  /*----------------------------------------
    other-articles
  ----------------------------------------*/
  /*----------------------------------------
    LATEST ARTICLES / MOST POPULAR
  ----------------------------------------*/
  /*----------------------------------------
    SPECIAL FEATURE AND SERIES
  ----------------------------------------*/
  /*----------------------------------------
    TAGS
  ----------------------------------------*/
  /*----------------------------------------
    SNS FIXED
  ----------------------------------------*/
}
#sbg-ai-article .contents-inner {
  width: 100rem;
  margin: 0 auto;
  padding: 22rem 2rem 7rem;
  /* SP */
}
#sbg-ai-article .contents-inner .article-header .article-title {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
  line-height: 1.4;
  letter-spacing: 0.04em;
}
#sbg-ai-article .contents-inner .article-header .article-date {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #b3b3b3;
}
#sbg-ai-article .contents-inner .article-header .article-tags {
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  gap: 0 0.5rem;
}
#sbg-ai-article .contents-inner .article-header .article-tags .tag {
  padding: 0 1rem;
  border: 0.1rem solid #b3b3b3;
  font-size: 1.4rem;
  line-height: 1.429;
  color: #b3b3b3;
  border-radius: 1.1rem;
  /* SP */
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .contents-inner .article-header .article-tags .tag {
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 0.75rem;
  }
}
#sbg-ai-article .contents-inner .article-header .article-img {
  width: 100%;
}
#sbg-ai-article .contents-inner .article-header .article-img .img {
  width: 100%;
  object-fit: cover;
}
#sbg-ai-article .contents-inner .article-content {
  padding: 6rem;
}
#sbg-ai-article .contents-inner .article-content .point {
  margin-bottom: 4rem;
  padding: 0 2rem 2.5rem;
  border-width: 0 0.1rem 0.1rem 0;
  border-style: solid;
  border-image-source: linear-gradient(135deg, #05c3c0, #5775d6);
  border-image-slice: 1;
}
#sbg-ai-article .contents-inner .article-content .point .point-title {
  margin-bottom: 2rem;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
  font-size: 2rem;
  line-height: 1;
  display: table;
  background: linear-gradient(90deg, #05c3c0 0%, #5775d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
}
#sbg-ai-article .contents-inner .article-content .point .point-list .point-list_item {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
  letter-spacing: 0.04em;
  display: flex;
}
#sbg-ai-article .contents-inner .article-content .point .point-list .point-list_item::before {
  padding-right: 1rem;
  content: "・";
  display: inline-block;
}
#sbg-ai-article .contents-inner .article-content .point .point-list .point-list_item:last-child {
  margin: 0;
}
#sbg-ai-article .contents-inner .article-content .index {
  margin-bottom: 7rem;
  padding: 2.5rem 3rem;
  background: #f0f2f4;
}
#sbg-ai-article .contents-inner .article-content .index .index-title {
  font-size: 2rem;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #sbg-ai-article .contents-inner .article-content .index .index-title {
    transition: 0.3s all;
  }
  #sbg-ai-article .contents-inner .article-content .index .index-title:hover {
    opacity: 0.7;
  }
}
#sbg-ai-article .contents-inner .article-content .index .index-title::after {
  width: 1.6rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  margin-bottom: 0.3rem;
  background: url("/assets/img/common/shared/icon-triangle-bottom-bk.svg") no-repeat center center;
  background-size: cover;
  content: "";
  display: inline-block;
  transition: 0.3s all;
}
#sbg-ai-article .contents-inner .article-content .index .index-title.close::after {
  transform: rotate(90deg);
}
#sbg-ai-article .contents-inner .article-content .index .index-list .index-list_item {
  border-bottom: 0.1rem solid #b2b2b2;
}
#sbg-ai-article .contents-inner .article-content .index .index-list .index-list_item .index-list_link {
  padding: 0.8rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
}
@media screen and (min-width: 769px) {
  #sbg-ai-article .contents-inner .article-content .index .index-list .index-list_item .index-list_link {
    transition: 0.3s all;
  }
  #sbg-ai-article .contents-inner .article-content .index .index-list .index-list_item .index-list_link:hover {
    opacity: 0.7;
  }
}
#sbg-ai-article .contents-inner .article-content .index .index-accordion-content-lv1 > .index-list:first-child {
  padding-top: 0.5rem;
}
#sbg-ai-article .contents-inner .article-content .index .index-s-title-01 {
  font-size: 1.8rem;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
  position: relative;
  cursor: pointer;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #b2b2b2;
}
#sbg-ai-article .contents-inner .article-content .index .index-s-title-01::after {
  width: 0.8rem;
  height: 0.4rem;
  margin-left: 0.2rem;
  margin-bottom: 0.3rem;
  background: url(/assets/img/common/shared/icon-triangle-bottom-bk.svg) no-repeat center center;
  background-size: cover;
  content: "";
  display: inline-block;
  transition: 0.3s all;
}
#sbg-ai-article .contents-inner .article-content .index .index-s-title-01.close::after {
  transform: rotate(90deg);
}
#sbg-ai-article .contents-inner .article-content .body {
  margin-bottom: 5rem;
}
#sbg-ai-article .contents-inner .article-content .pagination-area {
  margin-bottom: 4.5rem;
}
#sbg-ai-article .contents-inner .article-content .pagination-area .next {
  background: #000;
}
#sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link {
    transition: 0.3s all;
  }
  #sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link:hover {
    opacity: 0.7;
  }
}
#sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link .next-page-title {
  width: calc(100% - 14rem);
  padding: 0 2rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
  border-right: 0.1rem solid #fff;
}
#sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link .next-page-btn {
  width: 14rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  cursor: pointer;
}
#sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link .next-page-btn::after {
  width: 0.7rem;
  height: 1.3rem;
  margin-left: 1rem;
  background: url("/assets/img/common/shared/icon-arrow-next-wh.svg") no-repeat center center;
  background-size: cover;
  content: "";
  display: inline-block;
}
#sbg-ai-article .contents-inner .article-content .pagination-area .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-btn,
#sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-abbr {
  padding: 1rem;
  font-size: 1.6rem;
  cursor: pointer;
  color: #000;
}
@media screen and (min-width: 769px) {
  #sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-btn,
  #sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-abbr {
    transition: 0.3s all;
  }
  #sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-btn:hover,
  #sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-abbr:hover {
    opacity: 0.7;
  }
}
#sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-btn.current,
#sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-abbr.current {
  color: #333;
  opacity: 0.33;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}
#sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-btn.current:hover,
#sbg-ai-article .contents-inner .article-content .pagination-area .pagination .pagination-abbr.current:hover {
  opacity: 0.33;
}
#sbg-ai-article .contents-inner .article-content .sns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5rem;
}
#sbg-ai-article .contents-inner .article-content .sns .sns-logo .icon {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #sbg-ai-article .contents-inner .article-content .sns .sns-logo .icon {
    transition: 0.3s all;
  }
  #sbg-ai-article .contents-inner .article-content .sns .sns-logo .icon:hover {
    opacity: 0.7;
  }
}
#sbg-ai-article .contents-inner .article-content .sns .sns-logo.facebook {
  width: 4.1rem;
}
#sbg-ai-article .contents-inner .article-content .sns .sns-logo.x {
  width: 4.1rem;
}
#sbg-ai-article .contents-inner .article-content .sns .sns-logo.line {
  width: 4rem;
}
#sbg-ai-article .contents-inner .article-content .sns .sns-logo.linkedin {
  width: 3.9rem;
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .contents-inner {
    width: 100%;
    padding: 9rem 0 7.5rem;
  }
  #sbg-ai-article .contents-inner .article-header .article-title {
    margin-bottom: 1rem;
    padding: 0 2rem;
    font-size: 2.4rem;
    line-height: 1.458;
  }
  #sbg-ai-article .contents-inner .article-header .article-date {
    margin-bottom: 0.5rem;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
  #sbg-ai-article .contents-inner .article-header .article-tags {
    margin-bottom: 2rem;
    padding: 0 2rem;
    display: flex;
    gap: 0 0.25rem;
  }
  #sbg-ai-article .contents-inner .article-content {
    padding: 4rem 2rem 0;
  }
  #sbg-ai-article .contents-inner .article-content .point {
    margin-bottom: 3rem;
    padding: 0 1.5rem 1.5rem 0;
  }
  #sbg-ai-article .contents-inner .article-content .point .point-title {
    margin-bottom: 1rem;
  }
  #sbg-ai-article .contents-inner .article-content .point .point-list {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  #sbg-ai-article .contents-inner .article-content .index {
    margin-bottom: 3rem;
    padding: 2rem 1.5rem;
  }
  #sbg-ai-article .contents-inner .article-content .index .index-title {
    margin-bottom: 0;
    font-size: 2rem;
  }
  #sbg-ai-article .contents-inner .article-content .index .index-title::after {
    width: 1.2rem;
    height: 0.6rem;
    margin-bottom: 0.4rem;
  }
  #sbg-ai-article .contents-inner .article-content .index .index-list .index-list_item:first-child {
    padding-top: 0;
  }
  #sbg-ai-article .contents-inner .article-content .index .index-list .index-list_item .link {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  #sbg-ai-article .contents-inner .article-content .body {
    margin-bottom: 3.5rem;
  }
  #sbg-ai-article .contents-inner .article-content .pagination-area {
    margin-bottom: 3rem;
  }
  #sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link {
    height: auto;
    margin-bottom: 2rem;
    padding: 0.5rem 0;
  }
  #sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link .next-page-title {
    width: auto;
    padding: 0 1rem;
    font-size: 1.6rem;
    line-height: 1.625;
    flex: 1;
  }
  #sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link .next-page-btn {
    width: 12.5rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  #sbg-ai-article .contents-inner .article-content .pagination-area .next .next-page-link .next-page-btn::after {
    width: 0.7rem;
    height: 1.3rem;
    margin-left: 0.5rem;
  }
  #sbg-ai-article .contents-inner .article-content .sns {
    gap: 0 1.5rem;
  }
  #sbg-ai-article .contents-inner .article-content .sns .sns-logo.facebook {
    width: 4rem;
  }
  #sbg-ai-article .contents-inner .article-content .sns .sns-logo.x {
    width: 4rem;
  }
  #sbg-ai-article .contents-inner .article-content .sns .sns-logo.line {
    width: 3.9rem;
  }
  #sbg-ai-article .contents-inner .article-content .sns .sns-logo.linkedin {
    width: 3.8rem;
  }
}
#sbg-ai-article .other-articles {
  width: 100%;
  background: #f0f2f4;
  /* SP */
}
#sbg-ai-article .other-articles .other-articles-list {
  display: flex;
  flex-wrap: wrap;
}
#sbg-ai-article .other-articles .other-articles-list .other-articles-list_item {
  display: flex;
}
#sbg-ai-article .other-articles .other-articles-list .other-articles-list_item:nth-child(-n+2) {
  flex-basis: 50%;
  min-height: 7.5rem;
}
#sbg-ai-article .other-articles .other-articles-list .other-articles-list_item:nth-child(1) {
  border-right: solid 1px #b2b2b2;
}
#sbg-ai-article .other-articles .other-articles-list .other-articles-list_item:nth-child(3) {
  flex-basis: 100%;
  justify-content: center;
}
#sbg-ai-article .other-articles .other-articles-list .other-articles-list_item .other-articles-list_link {
  width: 100%;
  display: flex;
  align-items: center;
}
#sbg-ai-article .other-articles .other-articles-list .other-articles-list_item .other-articles-list_link_back::before {
  width: 0.7rem;
  height: 1.3rem;
  margin-right: 1rem;
  background: url(/assets/img/common/shared/icon-arrow-prev-bk.svg) no-repeat center center;
  background-size: cover;
  content: "";
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #sbg-ai-article .other-articles .other-articles-list {
    width: 100rem;
    margin: 0 auto;
    padding: 4rem 2rem;
  }
  #sbg-ai-article .other-articles .other-articles-list .other-articles-list_item:nth-child(1) {
    padding-right: 4rem;
  }
  #sbg-ai-article .other-articles .other-articles-list .other-articles-list_item:nth-child(2) {
    padding-left: 4rem;
  }
  #sbg-ai-article .other-articles .other-articles-list .other-articles-list_item:nth-child(3) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #sbg-ai-article .other-articles .other-articles-list .other-articles-list_link,
  #sbg-ai-article .other-articles .other-articles-list .other-articles-list_link_back {
    transition: 0.3s all;
  }
  #sbg-ai-article .other-articles .other-articles-list .other-articles-list_link:hover,
  #sbg-ai-article .other-articles .other-articles-list .other-articles-list_link_back:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .other-articles .other-articles-list {
    padding: 2rem 0;
  }
  #sbg-ai-article .other-articles .other-articles-list_item:nth-child(3) {
    margin-top: 2rem;
  }
  #sbg-ai-article .other-articles .other-articles-list_link {
    padding: 0 2rem;
  }
}
#sbg-ai-article .latest-articles,
#sbg-ai-article .most-popular {
  padding-bottom: 9rem;
  background: #fff;
  position: relative;
}
#sbg-ai-article .latest-articles .inner,
#sbg-ai-article .most-popular .inner {
  max-width: 120rem;
  width: auto;
  min-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
#sbg-ai-article .latest-articles .inner .section-title,
#sbg-ai-article .most-popular .inner .section-title {
  margin: 0 auto;
  font-family: "Smooch Sans";
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  display: table;
  background: linear-gradient(90deg, #05c3c0 0%, #5775d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* SP */
  margin: 0 0 0.5rem;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .latest-articles .inner .section-title,
  #sbg-ai-article .most-popular .inner .section-title {
    font-size: 5rem;
  }
}
#sbg-ai-article .latest-articles .inner .read-text,
#sbg-ai-article .most-popular .inner .read-text {
  margin-bottom: 6rem;
  font-size: 1.8rem;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}
#sbg-ai-article .latest-articles .inner .article-list,
#sbg-ai-article .most-popular .inner .article-list {
  width: 100%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item,
#sbg-ai-article .most-popular .inner .article-list .article-item {
  width: 37rem;
  padding: 1rem 1rem 1.5rem;
  background-color: rgba(30, 30, 30, 0.6);
  border: 0.1rem solid #4c505e;
  position: relative;
  /* SP */
  max-width: 36rem;
  width: calc((100vw - 13rem) / 3);
  min-width: calc((960px - 8rem) / 3);
  padding: 0;
  background: none;
  border: none;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link {
  position: relative;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-img,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-img .img,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-img .img {
  width: 100%;
  transition: 0.3s all;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link:hover .article-img .img,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link:hover .article-img .img {
  transform: scale(1.1);
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail {
  width: 100%;
  margin-top: -2rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-title,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-title {
  margin-bottom: 1.5rem;
  display: inline-block;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-title .title-bg,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-title .title-bg {
  padding: 0.6rem 1.3rem;
  font-size: 2.4rem;
  line-height: 1.875;
  color: #fff;
  background: #000;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-summary,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-summary {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-other,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-other {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-other .article-tags,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-other .article-tags {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  gap: 0 0.5rem;
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-other .article-tags .tag,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-other .article-tags .tag {
  padding: 0 1rem;
  border: 0.1rem solid #b3b3b3;
  font-size: 1.4rem;
  line-height: 1.429;
  color: #b3b3b3;
  border-radius: 1.1rem;
  /* SP */
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-other .article-tags .tag,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-other .article-tags .tag {
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 0.75rem;
  }
}
#sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-other .article-date,
#sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-other .article-date {
  font-size: 1.4rem;
  line-height: 1;
  color: #b3b3b3;
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .latest-articles .inner .article-list .article-item,
  #sbg-ai-article .most-popular .inner .article-list .article-item {
    width: 100%;
    padding: 1rem;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link {
    position: relative;
    display: flex;
    gap: 0 1rem;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-img,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-img {
    width: 10.5rem;
    flex-shrink: 1;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail {
    width: auto;
    margin-top: 0;
    padding: 0;
    display: block;
    flex: 1;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-title,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-title {
    margin-bottom: 0.5rem;
    display: block;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-title .title-bg,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-title .title-bg {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.4375;
    background: none;
    color: #000;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-summary,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-summary {
    display: none;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-other,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-other {
    margin-top: 0;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-other .article-tags,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-other .article-tags {
    margin-bottom: 0.5rem;
    display: flex;
    gap: 0 0.25rem;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-other .article-date,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-other .article-date {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .latest-articles,
  #sbg-ai-article .most-popular {
    padding-bottom: 6rem;
  }
  #sbg-ai-article .latest-articles .inner,
  #sbg-ai-article .most-popular .inner {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding: 0 2rem;
  }
  #sbg-ai-article .latest-articles .inner .read-text,
  #sbg-ai-article .most-popular .inner .read-text {
    margin-bottom: 3.5rem;
    font-size: 1.6rem;
  }
  #sbg-ai-article .latest-articles .inner .article-list,
  #sbg-ai-article .most-popular .inner .article-list {
    display: block;
    gap: 0;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item,
  #sbg-ai-article .most-popular .inner .article-list .article-item {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    padding: 2rem 0;
    background: none;
    border: none;
    border-bottom: 0.1rem solid #b2b2b2;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item:first-child,
  #sbg-ai-article .most-popular .inner .article-list .article-item:first-child {
    border-top: 0.1rem solid #b2b2b2;
  }
  #sbg-ai-article .latest-articles .inner .article-list .article-item .article-link .article-detail .article-title,
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link .article-detail .article-title {
    line-height: 1.625;
    color: #000;
  }
}
#sbg-ai-article .latest-articles {
  padding-top: 14.5rem;
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .latest-articles {
    padding-top: 6.8rem;
  }
}
#sbg-ai-article .most-popular .inner .read-text {
  margin-bottom: 3rem;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}
#sbg-ai-article .most-popular .inner .article-list .article-item::before {
  width: 100%;
  text-align: center;
  content: "";
  font-size: 4.6rem;
  line-height: 1.521;
  font-weight: 600;
  display: block;
  font-family: "Smooch Sans";
}
#sbg-ai-article .most-popular .inner .article-list .article-item:nth-child(1)::before {
  content: "1";
  color: #ba9d34;
}
#sbg-ai-article .most-popular .inner .article-list .article-item:nth-child(2)::before {
  content: "2";
  color: #949494;
}
#sbg-ai-article .most-popular .inner .article-list .article-item:nth-child(3)::before {
  content: "3";
  color: #b26c5c;
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .most-popular .inner .read-text {
    margin-bottom: 3rem;
  }
  #sbg-ai-article .most-popular .inner .article-list .article-item {
    display: flex;
    align-items: center;
  }
  #sbg-ai-article .most-popular .inner .article-list .article-item::before {
    width: 2rem;
    padding-right: 1rem;
    font-size: 4rem;
    line-height: 1;
    display: block;
    flex-shrink: 1;
  }
  #sbg-ai-article .most-popular .inner .article-list .article-item .article-link {
    flex: 1;
    align-items: center;
  }
}
#sbg-ai-article .special {
  padding-bottom: 23rem;
  background: #fff;
  position: relative;
  z-index: 0;
}
#sbg-ai-article .special .inner {
  max-width: 120rem;
  width: auto;
  min-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
#sbg-ai-article .special .inner .section-title {
  margin: 0 auto;
  font-family: "Smooch Sans";
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  display: table;
  background: linear-gradient(90deg, #05c3c0 0%, #5775d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* SP */
  margin: 0 0 0.5rem;
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .special .inner .section-title {
    font-size: 5rem;
  }
}
#sbg-ai-article .special .inner .read-text {
  margin-bottom: 6rem;
  font-size: 1.8rem;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}
#sbg-ai-article .special .inner .article-list .article-item {
  width: 100%;
  padding: 2rem 0;
  background: none;
  border-bottom: 0.1rem solid #b2b2b2;
}
#sbg-ai-article .special .inner .article-list .article-item:first-child {
  border-top: 0.1rem solid #b2b2b2;
}
#sbg-ai-article .special .inner .article-list .article-item .article-link {
  display: grid;
  grid-template-columns: 20rem auto;
  grid-template-rows: auto auto auto;
  gap: 0 2rem;
}
#sbg-ai-article .special .inner .article-list .article-item .article-link .article-img {
  width: 20rem;
  height: 13.3rem;
  overflow: hidden;
  grid-row: 1/3;
  grid-column: 1;
}
#sbg-ai-article .special .inner .article-list .article-item .article-link .article-img .img {
  width: 100%;
  height: auto;
  transition: 0.3s all;
}
#sbg-ai-article .special .inner .article-list .article-item .article-link:hover .article-img .img {
  transform: scale(1.1);
}
#sbg-ai-article .special .inner .article-list .article-item .article-link:hover .article-detail,
#sbg-ai-article .special .inner .article-list .article-item .article-link:hover .article-summary {
  opacity: 0.7;
}
#sbg-ai-article .special .inner .article-list .article-item .article-link .article-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-row: 1;
  grid-column: 2;
  transition: 0.3s all;
}
#sbg-ai-article .special .inner .article-list .article-item .article-link .article-detail .article-label {
  width: auto;
  min-width: 6rem;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  line-height: 1.875;
  white-space: nowrap;
  display: inline-block;
  z-index: 3;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}
#sbg-ai-article .special .inner .article-list .article-item .article-link .article-detail .article-label.popular {
  background: #05c3c0;
}
#sbg-ai-article .special .inner .article-list .article-item .article-link .article-detail .article-label.new {
  background: #ed09bf;
}
#sbg-ai-article .special .inner .article-list .article-item .article-link .article-detail .article-title {
  font-size: 2rem;
  line-height: 1.8;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}
#sbg-ai-article .special .inner .article-list .article-item .article-link .article-summary {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  grid-row: 2;
  grid-column: 2;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .special {
    padding-bottom: 10rem;
  }
  #sbg-ai-article .special .inner {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  #sbg-ai-article .special .inner .section-title {
    margin: 0 0 0.5rem;
    font-size: 3.5rem;
  }
  #sbg-ai-article .special .inner .read-text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  #sbg-ai-article .special .inner .article-list .article-item .article-link {
    gap: 0.5rem 1rem;
    grid-template-columns: 10rem auto;
  }
  #sbg-ai-article .special .inner .article-list .article-item .article-link .article-img {
    width: 10rem;
    height: auto;
    overflow: hidden;
    grid-row: 1;
    grid-column: 1;
  }
  #sbg-ai-article .special .inner .article-list .article-item .article-link .article-detail {
    width: auto;
    grid-row: 1;
    grid-column: 2;
  }
  #sbg-ai-article .special .inner .article-list .article-item .article-link .article-detail .article-label {
    min-width: 4rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.6666;
  }
  #sbg-ai-article .special .inner .article-list .article-item .article-link .article-detail .article-title {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
  }
  #sbg-ai-article .special .inner .article-list .article-item .article-link .article-summary {
    width: 100%;
    grid-row: 2;
    grid-column: 1/3;
    font-size: 1.6rem;
    line-height: 1.625;
    display: block;
    overflow: hidden;
  }
}
#sbg-ai-article .tags {
  margin-top: -18rem;
  padding-top: 22rem;
  padding-bottom: 12rem;
  background: #f0f2f4;
  position: relative;
  z-index: 10;
  clip-path: polygon(0 9vw, 100% 0, 100% 100%, 0 100%);
}
#sbg-ai-article .tags .inner {
  max-width: 120rem;
  width: auto;
  min-width: 100rem;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
#sbg-ai-article .tags .inner .section-title {
  margin: 0 auto;
  font-family: "Smooch Sans";
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  display: table;
  background: linear-gradient(90deg, #05c3c0 0%, #5775d6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* SP */
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .tags .inner .section-title {
    font-size: 5rem;
  }
}
#sbg-ai-article .tags .inner .read-text {
  margin-bottom: 5rem;
  font-size: 1.8rem;
  text-align: center;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
}
#sbg-ai-article .tags .inner .tags-wrap .popular-tags {
  margin-bottom: 4rem;
}
#sbg-ai-article .tags .inner .tags-wrap .popular-tags,
#sbg-ai-article .tags .inner .tags-wrap .all-tags {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sbg-ai-article .tags .inner .tags-wrap .popular-tags .title,
#sbg-ai-article .tags .inner .tags-wrap .all-tags .title {
  height: 4rem;
  padding: 0 1.5rem;
  display: inline-block;
  font-size: 2.4rem;
  font-family: "FrutigerLTPro-Bold", "FP-ヒラギノUD角ゴ StdN W5";
  line-height: 1.666;
  color: #fff;
  background: #000;
}
#sbg-ai-article .tags .inner .tags-wrap .popular-tags .tag-list,
#sbg-ai-article .tags .inner .tags-wrap .all-tags .tag-list {
  width: calc(100% - 20rem);
  padding-top: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#sbg-ai-article .tags .inner .tags-wrap .popular-tags .tag-list .tag,
#sbg-ai-article .tags .inner .tags-wrap .all-tags .tag-list .tag {
  padding: 0 3rem;
  border: 0.1rem solid #4c505e;
  font-size: 2rem;
  line-height: 1.7;
  color: #333333;
  border-radius: 1.8rem;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #sbg-ai-article .tags .inner .tags-wrap .popular-tags .tag-list .tag,
  #sbg-ai-article .tags .inner .tags-wrap .all-tags .tag-list .tag {
    transition: 0.3s all;
  }
  #sbg-ai-article .tags .inner .tags-wrap .popular-tags .tag-list .tag:hover,
  #sbg-ai-article .tags .inner .tags-wrap .all-tags .tag-list .tag:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .tags {
    margin-top: -3.5rem;
    padding-top: 9rem;
    padding-bottom: 6.5rem;
    clip-path: polygon(0 3.5rem, 100% 0, 100% 100%, 0 100%);
  }
  #sbg-ai-article .tags .inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 10;
  }
  #sbg-ai-article .tags .inner .read-text {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  #sbg-ai-article .tags .inner .tags-wrap .popular-tags {
    margin-bottom: 4rem;
  }
  #sbg-ai-article .tags .inner .tags-wrap .popular-tags,
  #sbg-ai-article .tags .inner .tags-wrap .all-tags {
    flex-wrap: wrap;
  }
  #sbg-ai-article .tags .inner .tags-wrap .popular-tags .title,
  #sbg-ai-article .tags .inner .tags-wrap .all-tags .title {
    height: 2.4rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #sbg-ai-article .tags .inner .tags-wrap .popular-tags .tag-list,
  #sbg-ai-article .tags .inner .tags-wrap .all-tags .tag-list {
    width: 100%;
    padding-top: 0;
    gap: 1rem 0.5rem;
  }
  #sbg-ai-article .tags .inner .tags-wrap .popular-tags .tag-list .tag,
  #sbg-ai-article .tags .inner .tags-wrap .all-tags .tag-list .tag {
    padding: 0 1rem;
    font-size: 1.4rem;
    line-height: 1.715;
    border-radius: 1.3rem;
  }
}
#sbg-ai-article .sns-fixed {
  width: 6.1rem;
  padding: 1rem 0 1rem 1rem;
  position: fixed;
  bottom: 40%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 0;
  z-index: 90;
}
@media screen and (min-width: 769px) {
  #sbg-ai-article .sns-fixed .sns-logo {
    transition: 0.3s all;
  }
  #sbg-ai-article .sns-fixed .sns-logo:hover {
    opacity: 0.7;
  }
}
#sbg-ai-article .sns-fixed .sns-logo.facebook {
  width: 4.1rem;
}
#sbg-ai-article .sns-fixed .sns-logo.x {
  width: 4.1rem;
}
#sbg-ai-article .sns-fixed .sns-logo.line {
  width: 4rem;
}
#sbg-ai-article .sns-fixed .sns-logo.linkedin {
  width: 4.2rem;
  padding-left: 0.3rem;
}
@media screen and (max-width: 768px) {
  #sbg-ai-article .sns-fixed {
    width: 100%;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0 1.5rem;
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    will-change: transform;
  }
  #sbg-ai-article .sns-fixed .sns-logo.facebook {
    width: 3.5rem;
  }
  #sbg-ai-article .sns-fixed .sns-logo.x {
    width: 3.5rem;
  }
  #sbg-ai-article .sns-fixed .sns-logo.line {
    width: 3.5rem;
  }
  #sbg-ai-article .sns-fixed .sns-logo.linkedin {
    width: 4rem;
  }
}