@charset "UTF-8";
/*----------------------------------------
front-page
----------------------------------------*/
.home .p-index-banner {
  width: 90%;
  max-width: 1600px;
  margin-inline: auto;
  margin-bottom: 80px;
}
.home .p-index-plan-wrap {
  margin-top: -85px !important;
}
.home .p-index-plan-wrap .p-index-plan-list .p-index-plan-list-link {
  padding: 15px 15px 95px !important;
}
.home .p-index-plan-wrap .p-index-plan-list .p-index-plan-list-link .p-staff-other-img img {
  width: 100%;
  height: auto;
  max-height: 100% !important;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .p-index-plan-wrap .p-index-plan-list .p-index-plan-list-link .p-index-plan-list-desc {
  width: 90%;
  max-width: auto !important;
  text-align: center;
  line-height: 1.5 !important;
  padding-top: 5px !important;
}
.home .p-index-plan-wrap .p-index-plan-list .p-index-plan-list-link .p-index-plan-list-desc a {
  margin-top: 5px;
  display: inline-block;
}
.home .p-index-reason .p-work-reason {
  width: 90%;
  max-width: 1600px;
  padding-bottom: 125px;
  margin-inline: auto;
  margin-top: 50px;
}
.home .p-index-case {
  padding-top: 125px;
}
.home .p-index-case .p-index-case-list-figure {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .home .p-index-case .p-index-case-list-txt {
    padding: 5px 0 15px 15px !important;
  }
}
.home .p-main-visual-news-item {
  border-bottom: #eee solid 1px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .home .p-main-visual-news-item .p-main-visual-news-cat {
    width: auto;
    min-width: inherit;
    display: inline-block;
  }
}

/*----------------------------------------
faq
----------------------------------------*/
.p-faq {
  counter-reset: section;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-faq-item {
  position: relative;
}

.p-faq-item::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border-left: 1px solid #212121;
  border-bottom: 1px solid #212121;
  content: "";
}

.p-faq-item::after {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
  content: "";
}

.p-faq-item:nth-child(even) {
  background: #ededed;
}

.p-faq-item-ttl {
  position: relative;
  padding: 40px 45px 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .p-faq-item-ttl {
    padding: 60px 64px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-item-ttl {
    padding: 36px 32px 18px;
  }
}
.p-faq-item-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
  content: "";
}

.p-faq-item-ttl::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid #212121;
  border-right: 1px solid #212121;
  content: "";
}

.p-faq-item-ttl-container {
  display: flex;
}

.p-faq-item-ttl-container::before {
  padding-right: 20px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
  word-break: normal;
  counter-increment: section;
  content: "Q" counter(section) ".";
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .p-faq-item-ttl-container::before {
    padding-right: 15px;
  }
}
.p-faq-item-desc {
  position: relative;
  margin: 0 45px;
  padding: 20px 0 40px;
  line-height: 1.8;
  border-top: 1px solid #aeaeae;
}

@media screen and (max-width: 1024px) {
  .p-faq-item-desc {
    margin: 0 64px;
    padding: 30px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-item-desc {
    margin: 0 32px;
    padding: 18px 0 36px;
  }
}
.p-faq-item-desc-container {
  display: flex;
}/*# sourceMappingURL=add_style.css.map */