@charset "UTF-8";
/* category-content
----------------------------------------------- */
/* 第一階層のメインビジュアル */
.categoryTopImage {
  width: var(--content-large-width);
  padding-inline: 20px;
  margin-inline: auto;
}

.categoryTopImage::before {
  content: '';
  display: block;
  width: 100%;
  height: fit-content;
  aspect-ratio: 10 / 3;
  border-radius: 20px;
}

#page-category-bunya-gaiyo-index .categoryTopImage {
  display: none;
}

#page-category-bunya-honami-index .categoryTopImage::before {
  background: url("/_themes/site/images/image-category-back-honami.jpg") no-repeat center/cover;
}

#page-category-bunya-kasou-index .categoryTopImage::before {
  background: url("/_themes/site/images/image-category-back-kasou.jpg") no-repeat center/cover;
}

/* otherPickup（カテゴリピックアップスライダー） */
.otherPickup {
  margin-block-end: 3.75rem;
}

.otherPickup {
  width: 100%;
  padding-inline: 0;
  margin-block-start: 0;
}

.otherPickup a {
  display: block;
}

.otherPickup .pickupImage {
  margin-block-end: 1rem;
  border-radius: 20px;
  border: 1px solid var(--color-m-gray);
  overflow: hidden;
}

.otherPickup .pickupImage img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.otherPickup .pickupImage::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 1;
  background: url("/_themes/site/images/image-no-common.svg") no-repeat center/cover;
  object-fit: cover;
}

.otherPickup .pickupImage:has(.image)::before {
  display: none;
}

.otherPickup .pickupText {
  display: block;
  font-family: var(--font-family-w4);
  font-size: clamp(0.875rem, 0.815rem + 0.25vw, 1rem);
  /* 14-16px */
}

.otherPickup .pickupText::before {
  display: none;
}

.otherPickup .pickupText .title {
  display: block;
}

.otherPickup .pickupText .title::after {
  content: '';
  display: inline-block;
  width: 8px;
  aspect-ratio: 3 / 5;
  margin-inline-start: 0.5rem;
  vertical-align: middle;
  -webkit-mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-main);
}

.otherPickup .splide__other {
  justify-content: center;
  margin-block-start: 1rem;
}

.otherPickup .external {
  display: none;
}

@media only screen and (max-width: 959px) {

  /* 第一階層のメインビジュアル */
  .categoryTopImage {
    margin-block-start: 2rem;
  }

  /* otherPickup（カテゴリピックアップスライダー） */
  .otherPickup .pickupImage {
    border-radius: 15px;
  }

  .otherPickup .splide__toggle {
    width: 35px;
    height: 35px;
  }
}

@media (any-hover: hover) {

  .otherPickup a:hover .pickupImage img,
  .otherPickup a:hover .pickupImage::before {
    transform: scale(1.1);
  }

}

@media only screen and (max-width: 959px) {

  /* 第一階層のメインビジュアル */
  .categoryTopImage {
    margin-block-start: 1.5rem;
  }

  .categoryTopImage::before {
    border-radius: 15px;
  }

}


/* contentGpCategoryCategoryTypes(index)
----------------------------------------------- */
.contentGpCategory > section {
  margin-block-end: 3.75rem;
}

.contentGpCategory .articleHeader h2 {
  margin-block-end: 0;
}

.contentGpCategory .docs_1~section[class^="docs_"],
.contentGpCategory .docs_1_no-date~section[class^="docs_"],
.categoryBox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.contentGpCategory .docs_1~section[class^="docs_"] .kankyou-pickup,
.contentGpCategory .docs_1_no-date~section[class^="docs_"] .kankyou-pickup {
  display: none;
}

.contentGpCategory .docs_1~section[class^="docs_"]:not(.docs_faq) h2,
.contentGpCategory .docs_1_no-date~section[class^="docs_"]:not(.docs_faq) h2,
.categoryBox h2 {
  position: relative;
  margin-inline: 0;
  margin-block-end: 0.5rem;
  padding-inline: 1.8rem 0.625rem;
  padding-block: 0.5rem;
  font-size: clamp(1.375rem, 1.315rem + 0.25vw, 1.5rem);
  /* 22-24px */
  border-radius: 10px;
  background: url("/_themes/site/images/ic-heading-2circles.svg") no-repeat left 0.75rem center / 8px 20px, var(--color-lt-gray-1);
}

.categoryBox h2 a {
  color: var(--color-black);
}

.contentGpCategory .docs_1~section[class^="docs_"] li,
.contentGpCategory .docs_1_no-date~section[class^="docs_"] li {
  padding-inline-start: 0.5rem;
  padding-block: 0.5rem;
  border-bottom: none;
  transition: var(--transition-default);
}

.contentGpCategory > section > h2 + ul li {
  padding-block: 0;
  border-bottom: none;
}

.categoryBox .kankyou-pickup {
  display: none;
  visibility: hidden;
}

.categoryBox ul li {
  padding-block: 0;
  border-bottom: none;
}

.categoryBox ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-inline: 1.75rem 0.625rem;
  padding-block: 0.5rem;
  color: var(--color-black);
  font-family: var(--font-family-w6);
  text-decoration: none;
  line-height: 1.6;
  border-radius: 10px;
  border-bottom: none;
  background: url("/_themes/site/images/ic-simple-arrow-right-blue.svg") no-repeat left 0.7em top 0.8em / 8px 13px;
  transition: var(--transition-default);
}

.contentGpCategory .docs_1~section[class^="docs_"] li .title_link,
.contentGpCategory .docs_1_no-date~section[class^="docs_"] li .title_link {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
}

.contentGpCategory .docs_1~section[class^="docs_"] li .title_link::before,
.contentGpCategory .docs_1_no-date~section[class^="docs_"] li .title_link::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  aspect-ratio: 3 / 5;
  margin-block: 0.5em;
  -webkit-mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-main);
}

.contentGpCategory .docs_1~section[class^="docs_"] li a,
.contentGpCategory .docs_1_no-date~section[class^="docs_"] li a {
  color: var(--color-black);
  font-family: var(--font-family-w6);
  text-decoration: none;
}

.contentGpCategory .docs_1 li .articleMeta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contentGpCategory .docs_1 li .articleMeta .publish_date,
.contentGpCategory .docs_1 li .articleMeta .update_date {
  width: 10em;
}

.contentGpCategory .docs_1 li .articleMeta .category {
  display: flex;
  justify-content: center;
  min-width: 6em;
  padding-inline: 1em;
  padding-block: 0.15em;
  font-family: var(--font-family-w6);
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  /* 12-16rem */
  background-color: var(--color-white);
  border: 2px solid var(--color-m-gray);
  border-radius: 5px;
}

@media only screen and (max-width: 959px) {

  .contentGpCategory .docs_1~section[class^="docs_"],
  .contentGpCategory .docs_1_no-date~section[class^="docs_"],
  .categoryBox {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  } 

  .contentGpCategory .docs_1~section[class^="docs_"] li,
  .contentGpCategory .docs_1_no-date~section[class^="docs_"] li {
    padding-block: 1rem;
  }

  .categoryBox ul li a {
    padding-block: 1rem;
    background: url("/_themes/site/images/ic-simple-arrow-right-blue.svg") no-repeat left 0.7em top 1.5em / 8px 13px;
  }

}

@media (any-hover: hover) {

  .categoryBox h2 a:hover {
    color: var(--color-main);
  }

  .contentGpCategory .docs_1~section[class^="docs_"] li:hover,
  .contentGpCategory .docs_1_no-date~section[class^="docs_"] li:hover {
    background-color: var(--color-lt-gray-1);
    border-radius: 5px;
  }

  .categoryBox ul li a:hover {
    border-radius: 5px;
    background: url("/_themes/site/images/ic-simple-arrow-right-blue.svg") no-repeat left calc(0.7em + 3px) top 0.8em / 8px 13px, var(--color-lt-gray-1);
  }

  .contentGpCategory .docs_1~section[class^="docs_"] li:hover .title_link::before,
  .contentGpCategory .docs_1_no-date~section[class^="docs_"] li:hover .title_link::before,
  .categoryBox ul li:hover .title_link::before {
    transform: translateX(3px);
  }

}


/* contentGpCategoryCategoryTypes(bunya kubun)
----------------------------------------------- */
.contentGpCategoryCategoryType {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.contentGpCategoryCategoryTypes {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
}

.contentGpCategoryCategoryType h2,
.contentGpCategoryCategoryTypes h2 {
  position: relative;
  margin-inline: 0;
  margin-block-end: 0.5rem;
  padding-inline: 1.8rem 0.625rem;
  padding-block: 0.5rem;
  font-size: clamp(1.375rem, 1.315rem + 0.25vw, 1.5rem);
  /* 22-24px */
  border-radius: 10px;
  background: url("/_themes/site/images/ic-heading-2circles.svg") no-repeat left 0.75rem center / 8px 20px, var(--color-lt-gray-1);
}

.contentGpCategoryCategoryTypes > section > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.contentGpCategoryCategoryTypes > section > ul li > ul {
  margin-inline-start: 1rem;
}

.contentGpCategoryCategoryType ul li,
.contentGpCategoryCategoryTypes ul li {
  border-bottom: none;
  transition: var(--transition-default);
}

.contentGpCategoryCategoryType ul li a,
.contentGpCategoryCategoryTypes ul li a {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  padding-inline-start: 0.5rem;
  padding-block: 0.5rem;
  font-family: var(--font-family-w6);
  text-decoration: none;
}

.contentGpCategoryCategoryType ul li a::before,
.contentGpCategoryCategoryTypes ul li a::before {
  content: '';
  display: block;
  width: 8px;
  height: 100%;
  aspect-ratio: 3 / 5;
  margin-block: 0.5em;
  -webkit-mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  mask-image: url("/_themes/site/images/ic-simple-arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: var(--color-main);
}

@media only screen and (max-width: 959px) {

  .contentGpCategoryCategoryType {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}

@media (any-hover: hover) {

  .contentGpCategoryCategoryType ul li a:hover,
  .contentGpCategoryCategoryTypes ul li a:hover {
    background-color: var(--color-lt-gray-1);
    border-radius: 5px;
  }

  .contentGpCategoryCategoryType ul li a:hover::before,
  .contentGpCategoryCategoryTypes ul li a:hover::before {
    transform: translateX(3px);
  }

}


/* inquiry
----------------------------------------------- */
.categoryInquiry {
  margin-block-start: 6.25rem;
}

.inquiry:not(:last-of-type) {
  margin-block-end: 2.5rem;
}

.inquiry h2 {
  position: relative;
  margin-inline: 0;
  margin-block-end: 0;
  padding-inline: 1.8rem 0.625rem;
  padding-block: 0.75rem;
  font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
  /* 16-20px */
  border-radius: 10px 10px 0 0;
  background: url("/_themes/site/images/ic-heading-2circles.svg") no-repeat left 0.75rem center / 8px 20px, var(--color-lt-gray-1);
}

.inquiry address {
  padding-inline: 1.5rem;
  padding-block: 1.5rem;
  border-inline: 3px solid var(--color-lt-gray-2);
  border-block-end: 3px solid var(--color-lt-gray-2);
  border-radius: 0 0 10px 10px;
}

.inquiry address .section {
  font-family: var(--font-family-w6);
}

@media only screen and (max-width: 959px) {

  .categoryInquiry {
    margin-block-start: 3.75rem;
  }

  .inquiry:not(:last-of-type) {
    margin-block-end: 1.5rem;
  }

  .inquiry address {
    padding-inline: 1rem;
    padding-block: 1rem;
  }

}