@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.0/css/all.min.css";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*---------------------------
MEMO
min923px--PCのみ
max922px--タブレット・モバイル以下
min768px
max767px
min576px--モバイル以外
max575px--モバイルのみ
hs-content-id-188958092049--act id

var(--main-color)
var(--sub-color)
var(--icon-color)
var(--text-color)
var(--textgray-color)
var(--textfooterlink-color)
var(--title-subline)
var(--bg-color)
var(--bg-darkcolor)
var(--card-color)
var(--card-bg01-color)
var(--card-bg02-color)
var(--link-color)
-----------------------------*/

/*
/* =========================================== */
/* ブログ一覧　*/
/* =========================================== */
.dnd-blog-listing h1 {
    padding: 0 0 0 20px;
    font-size: 42px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: .04em;
    border-left: 4px solid var(--sub-color);
}
.dnd-blog-listing h2 {
  padding: 30px 0 0 0;
  font-size: 16px;
  font-weight: 400;
}
h3.blog-index__tag-heading {
    position: relative;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 26px;
    font-size: 32px;
    font-weight: 600;
    font-feature-settings: "liga" off, "clig" off;
    letter-spacing: .08em;
    margin-top: 0;
    margin-bottom: 22px;
}
h3.blog-index__tag-heading:before {
  font-size: 14px;
  content: "選択タグ:";
  margin-right: 12px;
  color: var(--text-color);
}
h3.blog-index__tag-heading::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: linear-gradient(to right, var(--sub-color) 0, var(--sub-color) 100px, var(--title-subline) 100px, var(--title-subline));
}
select.post__category-selector {
    background-color: #fff;
    border-color: var(--title-subline);
    color: var(--textgray-color);
}
.dnd-blog-listing .blog-index__tag-heading {
    border-bottom: 0;
    padding-bottom: 0;
}
.dnd-blog-listing .filter__header {
    margin-bottom: 50px;
    margin-top: 14px;
}
.blog-index__post--large h4.card_post_title a {
    font-size: 36px;
    color: var(--text-color);
    line-height: 1.3em;
}
.blog-index__post-content--small h4.card_post_title a {
    font-size: 20px;
    color: var(--text-color);
    line-height: 1.3m;
}
.blog-recent-posts__post p, .blog-index__post--large p, .blog-index__post--small p, .blog-index__tag-subtitle {
  color: var(--textgray-color);
  font-size: 16px;
  line-height: 1.5;
}
.hhs-blog-grid-cards .blog-index__post-tag {
    display: inline-block;
    color: var(--card-color);
    border: 1px solid var(--card-color);
    padding: 2px 6px;
    border-radius: 0;
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
  background-color: #fff;
}
.hhs-blog-grid-cards .blog-index__post-tag:hover {
  color: #fff;
  background-color: var(--card-color);  
}
a.blog-index__post-image--large {
    padding: 0 0 30px 0;
}
a.blog-index__post-image--small {
    padding: 0 30px 0 0;
}
.blog-index__post-image img {
    border-radius: 0 0 10px 0;
}
@media (max-width: 767px) {
  .dnd-blog-listing h1 {
    font-size: 32px;
  }
  h3.blog-index__tag-heading {
    font-size: 26px;
  }
}
/*
/* =========================================== */
/* ブログ基本css　*/
/* =========================================== */
.post-page-full .col,.post-page-full .col-1,.post-page-full .col-10,.post-page-full .col-11,.post-page-full .col-12,.post-page-full .col-2,
.post-page-full .col-3,.post-page-full .col-4,.post-page-full .col-5,.post-page-full .col-6,.post-page-full .col-7,.post-page-full .col-8,
.post-page-full .col-9,.post-page-full .col-auto,.post-page-full .col-lg,.post-page-full .col-lg-1,.post-page-full .col-lg-10,.post-page-full .col-lg-11,
.post-page-full .col-lg-12,.post-page-full .col-lg-2,.post-page-full .col-lg-3,.post-page-full .col-lg-4,.post-page-full .col-lg-5,.post-page-full .col-lg-6,
.post-page-full .col-lg-7,.post-page-full .col-lg-8,.post-page-full .col-lg-9,.post-page-full .col-lg-auto,.post-page-full .col-md,.post-page-full .col-md-1,
.post-page-full .col-md-10,.post-page-full .col-md-11,.post-page-full .col-md-12,.post-page-full .col-md-2,.post-page-full .col-md-3,.post-page-full .col-md-4,
.post-page-full .col-md-5,.post-page-full .col-md-6,.post-page-full .col-md-7,.post-page-full .col-md-8,.post-page-full .col-md-9,.post-page-full .col-md-auto,
.post-page-full .col-sm,.post-page-full .col-sm-1,.post-page-full .col-sm-10,.post-page-full .col-sm-11,.post-page-full .col-sm-12,.post-page-full .col-sm-2,
.post-page-full .col-sm-3,.post-page-full .col-sm-4,.post-page-full .col-sm-5,.post-page-full .col-sm-6,.post-page-full .col-sm-7,.post-page-full .col-sm-8,
.post-page-full .col-sm-9,.post-page-full .col-sm-auto,.post-page-full .col-xl,.post-page-full .col-xl-1,.post-page-full .col-xl-10,.post-page-full .col-xl-11,
.post-page-full .col-xl-12,.post-page-full .col-xl-2,.post-page-full .col-xl-3,.post-page-full .col-xl-4,.post-page-full .col-xl-5,.post-page-full .col-xl-6,
.post-page-full .col-xl-7,.post-page-full .col-xl-8,.post-page-full .col-xl-9,.post-page-full .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}

.blog-post h3,.blog-post h4,.blog-post h5,.blog-post h6,
.blog-post span,.blog-post p,.blog-post ul,.blog-post li {
    color: var(--text-color);
    line-height: 180%;
}
.blog-post p,.blog-post ul,.blog-post ol,.blog-post li,.blog-post span{
  font-size:18px;
}
.blog-post__body h3 {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 26px;
    font-size: 32px;
    font-weight: 600;
    font-feature-settings: "liga" off, "clig" off;
    letter-spacing: .08em;
    margin-top: 100px;
    margin-bottom: 22px;
}
.blog-post__body h3:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: linear-gradient(to right, var(--sub-color) 0, var(--sub-color) 100px, var(--title-subline) 100px, var(--title-subline));
}
.blog-post__body h4 {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .04em;
  margin-top: 50px;
  margin-bottom: 20px;
}
.blog-post__body h4:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: calc(100% - 10px);
  content: "";
  background-color: var(--sub-color);
}
@media (max-width: 767px) {
  .blog-post__body h3 {
    font-size: 26px;
    margin-top: 50px;
  }
  .blog-post__body h4 {
    font-size: 22px;
  }
  .blog-post p,.blog-post ul,.blog-post ol,.blog-post li,.blog-post span {
    font-size: 16px;
  }
}
.blog-post ul {
  padding-left: 0;
}
.blog-post__body ul>li {
  position: relative;
  padding-left: 13px;
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 6px;
}
.blog-post__body ul > li::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  background-color: var(--icon-color);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
}
.blog-post__body ol {
    counter-reset: ol-counter;
}
.blog-post__body ol>li {
  position: relative;
  padding-left: 34px;
  letter-spacing: .04em;
  counter-increment: ol-counter;
}
.blog-post__body ol>li:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--icon-color);
  letter-spacing: .05em;
  content: counter(ol-counter, decimal-leading-zero);
}
.blog-post__body blockquote{
  position: relative;
  padding: 24px 24px 24px 62px;
  border: 1px solid var(--title-subline);
  border-radius: 4px;
  color: var(--textgray-color);
  margin-left: 35px;
  margin-right: 10px;
}
.blog-post__body blockquote:before{
  position: absolute;
  top: 24px;
  left: 24px;
  width: 23px;
  height: 20px;  
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* Solidスタイルは900 */
  display: inline-block;
  margin-right: 5px;
  font-size: 26px;
  color: var(--icon-color);
  transition: all .3s ease;
}
.blog-post__body blockquote p {
  border-left: 0px;
  padding-left: 0;
  margin: 0;
  color: var(--textgray-color);
  font-size:15px;
}
.blog-post__body li>a,.blog-post p>a,.blog-post__body li:has(a) svg {
  color: var(--link-color);
  text-decoration: underline;
}
.blog-post__body li:hover>a, .blog-post__body p:hover>a {
  color: var(--textgray-color);
}
.blog-post__body li:has(a) svg {
  fill: var(--link-color); /* リンクがある場合の色 */
}
.blog-post__body li:hover:has(a) svg, .blog-post__body p:hover:has(a) svg {
  fill: var(--textgray-color);
}
.blog-post img {
  border-radius: 0 8px 0 0;
  }
/* float使用したimgに対しての指示 */
.blog-post__body img.custom-float-left {
    margin-top: 12px !important;
    margin-right: 35px !important;
    margin-bottom: 12px !important;
  }
.blog-post__body img.custom-float-right {
    margin-top: 12px !important;
    margin-left: 35px !important;
    margin-bottom: 12px !important;
  }
.blog-post__body p:has(img) {
    margin: 30px 0 !important;
}
@media (max-width: 767px) {
  .blog-post__body img.custom-float-left {
    float: none !important;
    width: 767px !important;
    margin-top: 12px !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .blog-post__body img.custom-float-right {
    float: none !important;
    width: 767px !important;
    margin-top: 12px !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
  }
  .blog-post__body p:has(img) {
    margin: 0 !important;
  }
}
/*
/* =========================================== */
/* ボタン　*/
/* =========================================== */
.c-blog_footerButton {
    position: relative;
    display: block;
    min-width: 210px;
    padding: 16px 60px 17px 30px;
    color: var(--sub-color);
    background-color: transparent;
    border: 1px solid var(--sub-color);
    border-radius: 100vmax;
    transition: all .3s ease;
    margin-top: 5px;
}
.s-blog_btmBtnWrap {
    display: flex;
    gap: 20px;
    align-items: center;
}
.c-blog_button__text {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em;
    color: var(--sub-color);
}
.c-blog_button__icon {
    position: absolute;
    top: 45%;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 44%;
    transition: all .3s ease;
    translate: 0 -50%;
}
.c-blog_footerbutton__icon>svg circle, .c-blog_button__icon>svg rect, .c-blog_button__icon>svg path {
    transition: all .3s ease;
}
.c-blog_footerButton:hover {
  color: #fff;
  background-color: var(--sub-color);
}
.c-blog_footerButton:hover .c-blog_button__icon>svg circle {
  fill: #fff;
}
.c-blog_footerButton:hover .c-blog_button__text {
  color: #fff;
}
.c-blog_footerButton:hover .c-blog_button__icon {
  translate: 4px -50%;
}
.c-blog_footerButton:hover .c-blog_button__icon>svg path, .c-blog_footerButton:hover .c-blog_button__icon>svg rect {
  fill: var(--sub-color);
}
@media (max-width: 767px) {
  .s-blog_btmBtnWrap{
    justify-content: center;
  }
}
/*
/* =========================================== */
/* 利用事例-ヘッダー　*/
/* =========================================== */
.post-page-full .blog-header-full {
  margin-bottom: 0;
}
.blog-post__meta {
  display: flex;
  box-sizing: border-box;
  font-size: 12px;
}
.meta-author,.meta-author a {
  color: var(--text-color);
}
.blog-post__timestamp {
  color: var(--text-color);
  margin-left: 21px;
}
@media (max-width: 575px) {
  .meta-author {
    width: 48%;
  }
}
.s-caseDetail__infoArea--imgArea {
  display: block;
  padding-left: 0;
}
.s-caseDetail__infoArea--imgWrap {
    overflow: hidden;
}
img.s-caseDetail__infoArea--img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 16px 0 0;
}
/*****タグ*****/
.blog-post__tags{
  margin-bottom: 35px;
}
.blog-post__tag-link{
  background-color: #fff;
  border: 1px solid var(--card-color);
  color: var(--card-color);
  border-radius: 0px;
  font-size:14px;
}
.blog-post__tag-link:hover{
  background-color: var(--card-color);
  color: #fff;
}
@media (max-width: 767px) {
  .blog-post__tag-link {
    font-size: 11px;
  }
}
/*****ヘッダー画像横概要*****/
.col-4.s-caseDetail__infoArea--contentArea {
    padding-right: 0;
}
.s-caseDetail__infoArea--dataList {
    display: block;
    width: 100%;
    padding-left: 30px;
}
@media (max-width: 767px) {
  .s-caseDetail__infoArea--dataList {
    padding-left: 0;
    padding-top: 40px;
  }
}
.s-caseDetail__infoArea--dataItem:first-child {
    border-top: 1px solid var(--title-subline);
}
h2.s-caseDetail__infoArea--dataItem {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 24px;
  padding: 10px 0;
  border-bottom: 1px solid var(--title-subline);
  line-height: 100%;
  margin: 0;
}
.s-caseDetail__infoArea--dataItemHead {
    position: relative;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
}
.s-caseDetail__infoArea--dataItemContent {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .04em;
}
.s-caseDetail__infoArea--infoBox {
  width: 100%;
  height: fit-content;
  padding: 24px;
  background-color: var(--bg-color);
  border: 1px solid var(--title-subline);
  border-radius: 0 8px 0 0;
  margin-top: 40px;
}
.s-caseDetail__infoArea--infoBoxCompany {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: .04em;
}
.s-caseDetail__infoArea--infoBoxDesc {
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: "liga" off, "clig" off;
  line-height: 160%;
  margin-top: 12px;
}
/*
/* =========================================== */
/* 利用事例-フッター　*/
/* =========================================== */
.blog-post__body .row {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0px;
}
.s-caseDetail_footerArea{
  margin: 100px 0;
  border-radius: 0 8px 0 0;
}
.s-caseDetail_footerArea .c-col {
  padding-right: 15px;
  padding-left: 15px;
}
}
.s-caseDetail_footerArea p {
  font-size: 16px;
}
.s-caseDetail_footerArea img{
    aspect-ratio: 42 / 19;
    overflow: hidden;
    object-fit: cover;
}
.s-caseDetail_footerArea img.c-img-2{
    border-radius: 0 0 0 0;
}
.s-caseDetail_footerArea h5 {
    position: relative;
    padding-bottom: 24px;
    margin-top: 18px;
    margin-bottom: 26px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: .04em;
}
.s-caseDetail_footerArea h5:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    content: "";
    background-color: var(--sub-color);
}

@media (max-width: 922px) {
  .s-caseDetail_footerArea img{
    aspect-ratio: 42 / 30;
  }
}
@media (max-width: 767px) {
  .s-caseDetail_footerArea img{
    aspect-ratio: 42 / 12;
  }
  .clean-base .c-2 .c-col-inner {
    padding-left: 0px !important;
  }
  .s-caseDetail_footerArea h5 {
    text-align: center;
  }
  .s-caseDetail_footerArea h5:before {
    left: 50%;
    transform: translateX(-50%);
  }
}