@charset "UTF-8";

/* 20251029 area よくある質問 */
.area__faq {
  margin-top: 30px;
  background-color: #474342;
}
.area__faq .ja{
    color: #FFFFFF;
}
.area__faq .ja::before{
    background-color: #FFFFFF;
}
.area__faq-list{
    display: grid;
    gap: 20px;
    margin-top: 50px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.area__faq-item {
    background-color: #FFFFFF;
}
.area__faq-q {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 48px 20px 20px;
  line-height: 1.5;
}
.area__faq-q::-webkit-details-marker {
  display: none;
}
.area__faq-q::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
}
.area__faq-item[open] .area__faq-q::after {
  content: "-";
}
.area__faq-q-label {
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}
.area__faq-a {
  padding: 20px;
  line-height: 1.5;
}
.area__faq-a p {
  margin: 0;
}
.area__faq-a-wrap {
  overflow: hidden;
  transition: max-height .3s ease;
}
.area__faq-item:not([open]) .area__faq-a-wrap {
  max-height: 0;
}
.area__faq-item[open] .area__faq-a-wrap {
  max-height: 500px;
}

/* 20251127 footer 会社情報追記 */
#footer .scn-footer-body {
  gap: 6rem;
}
#footer .scn-company {
  flex-shrink: 1;
  width: calc(42% - 5rem);
}
.scn-u-flex {
  justify-content: left !important;
  align-items: flex-start;
}
.scn-tel-flex {
  justify-content: flex-start;
}
.scn-address {
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #footer .scn-company {
    flex-shrink: 0;
    width: 100%;
  }
}

/* 20251127 エリアページ 支店情報追加 */
.scn-section-title {
  text-align: center;
}
.scn-section-title .ja{
  position: relative;
  display: inline-block;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
  padding-inline: 2.1875rem;
}
.scn-section-title .ja::before ,
.scn-section-title .ja::after {
  content: "";
  width: 1.8125rem;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #231815;
  font-family: "Zen Old Mincho", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
}
.scn-section-title .ja::before {
  left: 0;
}
.scn-section-title .ja::after {
  right: 0;
}
.scn-branch {
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem 0;
  margin-top: 30px;
}
.c-branch .scn-item {
  padding: 2rem 8rem 4rem;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
.scn-title {
  width: 100%;
}
.scn-contents {
  width: 58.5%;
  height: auto;
}
.scn-contents_box {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .scn-section-title .ja{
    font-size: 5.33vw;
    padding-inline: 5.87vw;
  }
  .scn-section-title .ja::before ,
  .scn-section-title .ja::after {
    width: 4.27vw;
  }
  .scn-branch {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem 0;
  }
  .c-branch .scn-item {
    padding: 0 0 5.33vw;
  }
}