.faq {
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.faq__contents {
  width: 1100px;
  margin-inline: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1099px) {
  .faq__contents {
    width: calc(100% - 200px);
    padding-bottom: 120px;
    padding-top: 120px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 834px) {
  .faq__contents {
    width: calc(100% - 120px);
    padding-top: 120px;
    padding-bottom: 80px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .faq__contents {
    width: calc(100% - 30px);
    padding-bottom: 64px;
    padding-top: 64px;
    margin: 0 auto;
  }
}
.faq__contents__heads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
  gap: 15px;
  font-weight: 700;
  font-size: var(--fontsize-60px);
}
@media (min-width: 768px) {
  .faq__contents__heads {
    gap: clamp(0.5rem, -0.818rem + 2.745vw, 0.938rem);
    font-size: clamp(2.438rem, -1.515rem + 8.235vw, 3.75rem);
  }
}
@media (max-width: 767px) {
  .faq__contents__heads {
    margin-bottom: 2.625rem;
    gap: 8px;
    font-size: var(--fontsize-39px);
  }
}
.faq__contents__heads:before {
  content: "< FAQ >";
  width: 100%;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
  color: var(--col_link);
}
.faq__contents__heads span {
  color: var(--col_link);
  line-height: 1;
}
.faq__contents button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.faq__contents__listsWr {
  position: relative;
  z-index: 5000;
}
.faq__contents__lists .lists__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px rgba(15, 23, 46, 0.15) solid;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq__contents__lists .lists__list:first-child {
  border-top: 1px rgba(15, 23, 46, 0.15) solid;
}
.faq__contents__lists .lists__list:hover {
  opacity: 0.25;
}
.faq__contents__lists .lists__list:has(.active) .qa__q {
  opacity: 0.5;
}
.faq__contents__lists .lists__list:has(.active) .qa__q__shape:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faq__contents__lists .lists__list:has(.active):hover {
  opacity: 1;
}
.faq__contents__lists .lists__list__qa {
  width: 100%;
}
.faq__contents__lists .lists__list__qa .qa__q,
.faq__contents__lists .lists__list__qa .qa__a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .faq__contents__lists .lists__list__qa .qa__q,
  .faq__contents__lists .lists__list__qa .qa__a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__cap,
.faq__contents__lists .lists__list__qa .qa__a__cap {
  font-family: "Josefin Sans", sans-serif;
  color: var(--col_btn_txt);
  margin-right: 64px;
}
@media (max-width: 768px) {
  .faq__contents__lists .lists__list__qa .qa__q__cap,
  .faq__contents__lists .lists__list__qa .qa__a__cap {
    margin-right: 16px;
    font-size: 0.875rem;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__para,
.faq__contents__lists .lists__list__qa .qa__a__para {
  width: 100%;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #0f172e;
  font-weight: 300;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .faq__contents__lists .lists__list__qa .qa__q__para,
  .faq__contents__lists .lists__list__qa .qa__a__para {
    line-height: 1.5;
    font-size: 0.875rem;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__shape,
.faq__contents__lists .lists__list__qa .qa__a__shape {
  width: 20px;
  height: 2px;
  background-color: var(--col_link);
  position: relative;
}
@media (max-width: 768px) {
  .faq__contents__lists .lists__list__qa .qa__q__shape,
  .faq__contents__lists .lists__list__qa .qa__a__shape {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
  }
}
.faq__contents__lists .lists__list__qa .qa__q__shape:after,
.faq__contents__lists .lists__list__qa .qa__a__shape:after {
  width: 2px;
  height: 20px;
  background-color: inherit;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 768px) {
  .faq__contents__lists .lists__list__qa .qa__q__shape:after,
  .faq__contents__lists .lists__list__qa .qa__a__shape:after {
    height: 16px;
    width: 2px;
  }
}
.faq__contents__lists .lists__list__qa .qa__q a,
.faq__contents__lists .lists__list__qa .qa__a a {
  display: inline-block;
  border-bottom: 1px rgba(15, 23, 46, 0.15) solid;
}
.faq__contents__lists .lists__list__qa .qa__q {
  padding: 8px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .faq__contents__lists .lists__list__qa .qa__q {
    padding: 14px 38px 14px 16px;
  }
}
.faq__contents__lists .lists__list__qa .qa__a {
  background-color: var(--col_bcg);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 48px;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .faq__contents__lists .lists__list__qa .qa__a {
    padding-right: 38px;
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .faq__contents__lists .lists__list__qa .qa__a__para {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.faq__contents__lists .lists__list__qa .qa__a.active {
  height: auto;
  opacity: 1;
  padding: 8px 48px;
  background-color: var(--col_bcg);
}
@media (max-width: 768px) {
  .faq__contents__lists .lists__list__qa .qa__a.active {
    padding: 14px 38px 14px 16px;
  }
}
.faq__contents__lists .lists__list__qa .qa__a__cap {
  color: #d95109;
}

#sora_post .cps-post-date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bl_card-tagsTxtWr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (max-width: 752px) {
  .bl_card-tagsTxtWr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#sora_post .cps-post-date-box .cps-post-tags,
.bl_card .bl_card-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px 8px;
}
#sora_post .cps-post-date-box .cps-post-tags .tags__plans,
#sora_post .cps-post-date-box .cps-post-tags .tags__shootarea,
.bl_card .bl_card-tags .tags__plans,
.bl_card .bl_card-tags .tags__shootarea {
  row-gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
#sora_post .cps-post-date-box .cps-post-tags .tags__plans li,
#sora_post .cps-post-date-box .cps-post-tags .tags__shootarea li,
.bl_card .bl_card-tags .tags__plans li,
.bl_card .bl_card-tags .tags__shootarea li {
  border: 1px var(--col_btn_txt) solid;
  border-radius: 2px;
  font-size: var(--fontsize-12px) !important;
  color: #666666;
}
#sora_post .cps-post-date-box .cps-post-tags .tags__plans li:not(a),
#sora_post .cps-post-date-box .cps-post-tags .tags__shootarea li:not(a),
.bl_card .bl_card-tags .tags__plans li:not(a),
.bl_card .bl_card-tags .tags__shootarea li:not(a) {
  padding: 2px 4px 2px 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#sora_post .cps-post-date-box .cps-post-tags .tags__plans li a,
#sora_post .cps-post-date-box .cps-post-tags .tags__shootarea li a,
.bl_card .bl_card-tags .tags__plans li a,
.bl_card .bl_card-tags .tags__shootarea li a {
  padding: 2px 4px 2px 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#sora_post .cps-post-date-box .cps-post-tags .tags__plans li img,
#sora_post .cps-post-date-box .cps-post-tags .tags__shootarea li img,
.bl_card .bl_card-tags .tags__plans li img,
.bl_card .bl_card-tags .tags__shootarea li img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  -webkit-transform: translateY(0.5px);
          transform: translateY(0.5px);
  margin-bottom: 0 !important;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 752px) {
  .archive.category.category-portfolio .el_cardTtl.el_cardTtl__catList {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6px;
  }
}
.archive.category.category-portfolio .bl_card-tags.portfolio {
  margin-bottom: 12px;
}
@media (max-width: 752px) {
  .archive.category.category-portfolio .bl_card-tags.portfolio {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: auto;
  }
}
@media (max-width: 752px) {
  .archive.category.category-portfolio .el_cardDate {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.cps-post-box.hentry .archive-post-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cps-post-box.hentry .archive-post-header .archive-title-sub {
  text-align: center;
}
.cps-post-box.hentry .archive-post-header .archive-title.entry-title {
  font-size: var(--fontsize-24px);
}

.entry-content.archive-box .toppost-list-box-simple .post-list-mag {
  row-gap: 48px;
}
.entry-content.archive-box .toppost-list-box-simple .post-list-mag .bl_card {
  width: 100%;
}/*# sourceMappingURL=additional.css.map */