@charset "UTF-8";




/*================================================
 * catbtn_list /tagbtn_list
================================================*/

.catbtn_list {
  gap: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.catbtn_list a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 5rem;
  display: grid;
  place-content: center;
  border-radius: 10000px;
  background: #EDEDED;
  border: 1px solid #DDDDDD;
  color: #ACACAC;
  font-weight: 600;
  padding: 0.5rem 3rem;
  text-align: center;
  line-height: 1.2;
}

.catbtn_list a:hover,
.catbtn_list a.current {
  background: var(--color-primary-p);
  color: var(--color-white);
}


/* tagbtn_list */
.tagbtn_list {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem 5rem;
  background: var(--color-bg-p);
  border-radius: 1rem;
  margin-top: 4rem;

}


.tagbtn_list a {
  background: var(--color-white);
  border: 1px solid #DDDDDD;
  color: #ACACAC;
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 100000000px;
  line-height: 1;
}

.tagbtn_list a.current {
  background: var(--color-primary-p);
  color: var(--color-white);
}

@media screen and (max-width:767px) {
  .catbtn_list {
    gap: 1rem;
    width: 100%;
  }

  .catbtn_list a {
    width: calc(50% - 0.5rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tagbtn_list {
    padding: 2rem 1.5rem;
  }

  .tagbtn_list a {
    font-size: 1.2rem;
  }
}

/*================================================
 * detail
================================================*/
.detail_ttl {
  font-size: var(--fs24);
  position: relative;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-gray);
  font-weight: 500;
}

.detail_ttl::before {
  position: absolute;
  content: "";
  width: 10rem;
  height: 1px;
  background: var(--color-primary-b);
  bottom: -1px;
  left: 0;
}

.detail_ttl span {
  display: block;
  font-size: 1.4rem;
  color: var(--color-primary-p);
}

.detail_inner .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 4rem;
}

.detail_inner .meta .date {
  font-family: var(--inter);
  font-weight: 400;
}

.detail_inner .meta .cat {
  background: var(--color-primary-p);
  color: var(--color-white);
  font-size: 1.2rem;
  display: inline-block;
  padding: 0.4rem 2rem;
  border-radius: 100000000px;
  line-height: 1;
}

.detail_inner .meta .cat:not(:first-of-type) {
  margin-right: 0.5rem;
}

.detail_inner .thumbnail img,
.detail_inner .thumbnail {
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 1rem;

}

.detail_inner .thumbnail {
  border: 1px solid var(--color-primary-l-b);
  margin-bottom: 4rem;
}

.product .detail_inner .thumbnail {
  margin-bottom: 0;
}

.detail_cnt h2,
.detail_cnt h3,
.detail_cnt h4,
.detail_cnt h5 {
  margin-bottom: 1em;
  font-weight: 400;
}


.detail_cnt p,
.detail_cnt ul,
.detail_cnt ol {
  margin-bottom: 2em;
  font-weight: 400;
}

.business .detail_cnt h3,
.detail_cnt h2 {
  background: var(--color-bg-p);
  font-size: var(--fs24);
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid var(--color-gray);
  font-weight: 500;
  border-left: none;
}

.business .detail_cnt h3::before,
.detail_cnt h2::before {
  position: absolute;
  content: "";
  width: 10rem;
  height: 1px;
  background: var(--color-primary-b);
  bottom: -1px;
  left: 0;
}

.detail_cnt h3 {
  font-size: var(--fs18);
  padding: 0.5rem 1.5rem;
  border-left: 2px solid var(--color-primary-b);
}

.detail_cnt h4 {
  color: var(--color-primary-p);
  font-weight: 500;
}

.detail_cnt p {
  font-weight: 400;
}

.detail_cnt a:not(a.custom-btn, a.card_custom-link01) {
  color: var(--color-primary-p);
  position: relative;
  display: inline;
  text-decoration: underline;
}

.detail_cnt a:not(a.custom-btn, a.card_custom-link01):hover,
.detail_cnt a:hover {
  color: var(--color-primary-b);
}

.detail_cnt a[target="_blank"] {
  padding-right: 1.5em;
}

.detail_cnt a[target="_blank"]::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/icon_blank.png);
  width: 1em;
  height: 1em;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.detail_cnt a:hover {
  color: var(--color-primary-b);
}

.detail_cnt li {
  margin-bottom: 1rem;
}

.detail_cnt ul li {
  position: relative;
  padding-left: 1.2em;
}

.detail_cnt ul li::before {
  position: absolute;
  content: "・";
  color: var(--color-primary-b);
  top: 0;
  left: 0;
}

.detail_cnt hr {
  border: none;
  margin-top: 8rem;
}

.detail_cnt.--other h2 {
  padding-left: 0;
  font-size: var(--fs20);
}

.detail_cnt.--other h2 {}

/* ブロック */
.detail_cnt .is-layout-flex {
  display: flex;
}


.detail_cnt .wp-block-column {
  padding: 20px 0;
}

.detail_cnt .wp-block-columns {
  gap: 10px !important;
  align-items: stretch !important;
}


.detail_cnt .wp-block-columns:has(> div.wp-block-column:nth-child(3):nth-last-child(1)) {
  gap: 20px !important;
}

.detail_cnt .wp-block-columns img {
  border-radius: 1rem;
}

.detail_cnt .has-background {
  padding-left: 2rem;
  padding-right: 2rem;
  background: var(--color-white);
}


.detail_cnt .card_custom-link01-wrap {
  position: relative;
  /* max-width: 386px; */
}

.detail_cnt .c-card_link::before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: var(--color-primary-b);
  border-radius: 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--al04s);
}

.detail_cnt .c-card_link.hover::before {
  transform: translate(-50%, -50%) rotate(2deg);
}

.detail_cnt a.card_custom-link01 {
  background-color: var(--color-white) !important;
  padding: 4rem 1.5rem 8rem;
  display: block;
  position: relative;
  border-radius: 1rem;
  z-index: 1;
}

.detail_cnt a.card_custom-link01::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/c-arrow_bg.png);
  width: 4rem;
  height: 4rem;
  bottom: 2rem;
  right: 1rem;
  transition: var(--al04s);
}

.detail_cnt a.card_custom-link01:hover::before {
  background-image: url(../../images/c-arrow_b.png);
}

/* 
.detail_cnt a.card_custom-link01:hover {
  background: var(--color-primary-b);
} */


.detail_cnt a.card_custom-link01 img {
  border-radius: 0.5rem;
  width: 90%;
  display: block;
  margin: 0 auto 1.5rem;
}

.detail_cnt a.card_custom-link01 span.c-label {
  margin: 0.5rem 0;
}

.detail_cnt a.card_custom-link01 p {
  color: var(--color-black);
  margin-bottom: 0;
  font-weight: 400;
}

.detail_cnt a.card_custom-link01 p.ttl {
  margin-bottom: 1.5em;
  color: var(--color-primary-p);
  font-weight: bold;
  font-size: var(--fs20);
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:has(a.card_custom-link01) {
  height: auto !important;
}

.wp-block-lazyblock-card-link01,
.c-card_link.card_custom-link01-wrap,
.detail_cnt a.card_custom-link01 {
  height: 100%;
}

/* custom-btn01 */
.detail_cnt a.custom-btn01:hover {
  background: var(--color-white);
  color: var(--color-primary-p);
}

.detail_cnt iframe {
  display: block;
  width: 80%;
  height: auto;
  margin: 2rem auto;
  aspect-ratio: 16/9;
}

.business .detail_cnt h2 {
  line-height: 1.2;
  position: relative;
  font-size: var(--fs24);
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
  padding-top: 0;
  text-align: center;
  border: none;
  color: var(--color-primary-p);
}

.business .detail_cnt h2 {}

.business .detail_cnt h2::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/hd_icon.png);
  width: 2.984rem;
  height: 1.343rem;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: unset;
}

.business .detail_cnt .detail_cnt h4 {
  font-size: var(--fs20);
  font-weight: 600;
}

.business .detail_cnt .detail_cnt h5 {
  color: var(--color-primary-p);
  font-weight: 600;
}

.detail_cnt .btnArea:has(a.custom-btn) {
  margin-top: 3rem;
}

.detail_cnt a.custom-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 8rem 1rem 3rem;
  height: auto;
}

.detail_cnt a.custom-btn::after {
  content: none;
}

@media screen and (max-width:767px) {
  .detail_inner .meta {
    gap: 0.5rem;
    margin: 2rem 0 2rem;
  }

  .detail_cnt .is-layout-flex {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .detail_cnt .has-background {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .detail_cnt .card_custom-link01-wrap {
    max-width: unset;
  }

  .detail_cnt a.card_custom-link01 {
    padding: 4rem 1.5rem 6rem;
  }

  .detail_cnt a.card_custom-link01::before {
    width: 2.5rem;
    height: 2.5rem;
  }

  .detail_cnt iframe {
    width: 100%;
  }

  .detail_cnt a.custom-btn {
    padding-right: 6rem;
  }

  .detail_cnt .wp-block-media-text>.wp-block-media-text__content {
    padding: 2rem 0 !important;
  }
}

/*================================================
 * works 記事詳細
================================================*/
.works_inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: row-reverse;
  margin-top: 4rem;
}

.download .works_inner {
  flex-direction: inherit;
}

.works_meta {
  width: 48%;
}

.works_meta dl {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 400;
}

.works_meta dl dt {
  width: 15rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-gray);
  margin-top: 2rem;
  font-weight: 600;
}

.works_meta dl dd {
  width: calc(100% - 15rem);
  padding-left: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--color-gray);
  margin-top: 2rem;
}


.works_meta dl dd.tag span {
  background: var(--color-primary-p);
  color: var(--color-white);
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.4rem 2rem;
  border-radius: 100000000px;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.works_meta dl dd.tag span:not(:first-of-type) {
  margin-left: 0.5rem;
}

.works_meta dl a {
  color: var(--color-primary-p);
  text-decoration: underline;
}

.works_meta dl a:hover {
  color: var(--color-primary-b);
}

.works_right {
  width: 48%;
  /* background: var(--color-bg-p); */
  border-radius: 1rem;
  /* padding: 3rem 2rem; */
}

.works_right h3 {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-left: 1px solid var(--color-primary-b);
  margin-bottom: 1rem;
  font-weight: 400;
}

.works_sliderArea {
  margin-bottom: 1rem;
  position: relative;
}

.works_sliderArea .swiper-wrapper {
  align-items: stretch;
  height: 100%;
}

.works_right .swiper-slide {
  border: 1px solid var(--color-gray);
  overflow: hidden;
}

.works_sliderArea .swiper-slide {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.works_sliderArea .swiper-slide a {
  background: var(--color-white);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works_sliderArea .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.works_right .slider-thumbnail {
  overflow: inherit;
}

.works_right .slider-thumbnail .swiper-wrapper {
  flex-wrap: wrap;
  gap: 1rem;
}

.works_right .slider-thumbnail .swiper-slide {
  border-radius: 0.3rem;
  cursor: pointer;
  width: calc((100% - 3rem) / 4);
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
}

.works_right .slider-thumbnail .swiper-slide img {
  aspect-ratio: 1/1;
  overflow: hidden;
  object-fit: cover;
}

.works_right .slider-thumbnail .swiper-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.4;
  border-radius: 0.3rem;
  pointer-events: none;
  transition: var(--al04s);
}

.works_right .slider-thumbnail .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}

.works_sliderArea .swiper-button-prev {
  left: -1.5rem;
}

.works_sliderArea .swiper-button-next {
  right: -1.5rem;
}

.works_sliderArea .swiper-button-prev::before,
.works_sliderArea .swiper-button-next::before {
  content: none;
}

.works_sliderArea .swiper-button-prev::after,
.works_sliderArea .swiper-button-next::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../../images/c-arrow_bg.png);
  width: 3rem;
  height: 3rem;
  transition: var(--al04s);
}

.works_sliderArea .swiper-button-prev::after {
  transform: rotate(180deg);
}

.works_sliderArea .swiper-button-prev:hover::after,
.works_sliderArea .swiper-button-next:hover::after {
  background-image: url(../../images/c-arrow_b.png);
}

@media screen and (max-width:1024px) {
  .works_inner {
    flex-wrap: wrap;
    margin-top: 4rem;
  }

  .download .works_inner {
    margin: 0 0 4rem;
  }

  .works_meta {
    width: 100%;
    margin-top: 2rem;
  }

  .download .works_meta {
    margin-top: 0rem;
    margin-bottom: 4rem;
  }

  .works_right {
    width: 100%;
    padding: 2rem 1rem;
  }

  .works_sliderArea {
    margin-bottom: 2rem;
  }

  .works_right .slider-thumbnail .swiper-slide {
    border-radius: 0.3rem;
    cursor: pointer;

  }

  .works_meta dl dt {
    width: 100%;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .works_meta dl dt:first-of-type {
    margin-top: 0;
  }

  .works_meta dl dd {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .works_meta dl dd.tag {
    margin-top: 1rem;
  }
}

@media screen and (max-width:767px) {}

/*================================================
 * works_cnt ブロック
================================================*/
#works_cnt {
  background: var(--color-bg-p);
}

#works_cnt .wrap {
  max-width: 1030px;
}

@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}

/*================================================
 * 
================================================*/


@media screen and (max-width:767px) {}