@charset "utf-8";
/* common
-------------------------------------------------------------- */
#sv {
  justify-content: center;
  align-items: center;
  background: url(../img/works/sv_bg2.jpg) no-repeat center / cover;
  aspect-ratio: 4 / 1;
}
#sv .txtLead {
  padding: 10px 20px;
  font-size: 3.6rem;
  background: rgba(255,255,255,.6);
  box-shadow: 0px 0px 28.5px 1.5px rgba(255, 255, 255, 1);
  letter-spacing: 15px;
  text-indent: 30px;
}
.style03 {
  margin-bottom: 30px;
  font-size: 2rem;
}
.acc {
  padding: 30px;
  width: 100%;
  background: var(--lightgray2);
}
.acc dt {
  cursor: pointer;
  position: relative;
  padding: 0 50px;
  color: var(--brown);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.acc dt::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='%23ab8b67' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  transition: background-image 0.3s ease;
}
.acc dt.open::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14' stroke='%23ab8b67' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.acc dd {
  display: none;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  #sv .txtLead {
    font-size: 2.6rem;
    letter-spacing: 10px;
    text-indent: 20px;
  }
}
@media (max-width: 767px) {
  #sv {
    aspect-ratio: 3 / 1;
  }
  #sv .txtLead {
    padding: 5px 10px 5px 20px;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 5px;
    line-height: 1.4;
    text-indent: 0;
  }
  .style03 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .acc {
    padding: 20px;
  }
  .acc dt {
    padding: 0 30px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .acc dt::after {
    width: 25px;
    height: 25px;
    background-size: 15px;
    background-position: center;
  }
  .acc dd {
    padding-top: 10px;
  }
}
/* pagelink
-------------------------------------------------------------- */
.pagelink {
  margin-bottom: 80px;
  gap: 10px;
}
.pagelink li {
  width: calc((100% - 30px) / 4);
}
.pagelink li a {
  justify-content: center;
  align-items: center;
  border: 1px solid var(--brown);
  border-radius: 30px;
  text-align: center;
  height: 60px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.pagelink li a:hover {
  background-color: var(--brown);
  color: var(--white);
  opacity: 1;
}
@media (max-width: 767px) {
  .pagelink {
    margin-bottom: 40px;
  }
  .pagelink li {
    width: calc((100% - 10px) / 2);
  }
  .pagelink li a {
    height: 40px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
/* about
-------------------------------------------------------------- */
#aboutPage #about {
  margin-bottom: 150px;
}
#aboutPage #about .aboutWrap {
  margin-bottom: 100px;
}
#aboutPage #about .aboutBox {
  margin-bottom: 50px;
  gap: 30px 50px;
}
#aboutPage #about .aboutBox figure {
  width: 38%;
}
#aboutPage #about .aboutBox .txtArea {
  width: calc(62% - 50px);
}
#aboutPage #about .aboutBox h4 {
  padding-bottom: 10px;
  font-size: 2rem;
}
#aboutPage #about .aboutBox p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2;
}
#aboutPage #about ul {
  gap: 20px;
}
#aboutPage #about li {
  padding: 25px;
  width: calc(50% - 10px);
  background: var(--white);
  border-radius: 30px;
  color: var(--brown);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #aboutPage #about {
    margin-bottom: 70px;
  }
  #aboutPage #about .aboutWrap {
    margin-bottom: 50px;
  }
  #aboutPage #about .aboutBox {
    margin-bottom: 30px;
    gap: 20px;
  }
  #aboutPage #about .aboutBox figure {
    width: 100%;
  }
  #aboutPage #about .aboutBox .txtArea {
    width: 100%;
  }
  #aboutPage #about .aboutBox h4 {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  #aboutPage #about .aboutBox p {
    font-size: 1.3rem;
  }
  #aboutPage #about ul {
    gap: 10px;
  }
  #aboutPage #about li {
    padding: 20px;
    width: 100%;
    border-radius: 20px;
  }
}
/* renovation
-------------------------------------------------------------- */
#aboutPage #renovation {
  margin-bottom: 100px;
}
#aboutPage #renovation .renoWrap {
  margin-bottom: 30px;
  gap: 30px 50px;
}
#aboutPage #renovation .renoWrap figure {
  width: 38%;
}
#aboutPage #renovation .renoWrap .txtArea {
  width: calc(62% - 50px);
}
#aboutPage #renovation .renoWrap h4 {
  position: relative;
  padding: 0 0 10px 20px;
  font-size: 1.8rem;
}
#aboutPage #renovation .renoWrap h4::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
}
#aboutPage #renovation .renoWrap p {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #aboutPage #renovation {
    margin-bottom: 50px;
  }
  #aboutPage #renovation .renoWrap {
    margin-bottom: 20px;
    gap: 20px;
  }
  #aboutPage #renovation .renoWrap figure {
    width: 100%;
  }
  #aboutPage #renovation .renoWrap .txtArea {
    width: 100%;
  }
  #aboutPage #renovation .renoWrap h4 {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  #aboutPage #renovation .renoWrap p {
    font-size: 1.3rem;
  }
}
/* flow
-------------------------------------------------------------- */
#aboutPage #flow {
  margin-bottom: 150px;
}
#aboutPage #flow .txt {
  margin-bottom: 60px;
  font-size: 1.5rem;
  line-height: 2;
}
#aboutPage .flowWrap {
  gap: 40px;
  margin-bottom: 60px;
}
#aboutPage .flowBox {
  position: relative;
  padding: 55px;
  width: calc(50% - 20px);
  border: 1px solid var(--brown);
  border-radius: 30px;
  overflow: hidden;
}
#aboutPage .flowBox .step {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  text-shadow:
    0 0 0 #fff,
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 2px 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff;
}
#aboutPage .flowBox img {
  width: 100%;
}
#aboutPage .flowBox h4 {
  padding-top: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
#aboutPage .flowBox p {
  padding-top: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  #aboutPage #flow {
    margin-bottom: 70px;
  }
  #aboutPage #flow .txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  #aboutPage .flowWrap {
    gap: 20px;
    margin-bottom: 30px;
  }
  #aboutPage .flowBox {
    padding: 30px;
    width: 100%;
    border-radius: 15px;
  }
  #aboutPage .flowBox .step {
    top: 20px;
    left: 20px;
    font-size: 3rem;
  }
  #aboutPage .flowBox img {
    width: 100%;
  }
  #aboutPage .flowBox h4 {
    padding-top: 5px;
    font-size: 1.6rem;
  }
  #aboutPage .flowBox p {
    padding-top: 10px;
  }
}

/* faq
-------------------------------------------------------------- */
#aboutPage #faq {
  margin-bottom: 150px;
}
#aboutPage #faq dl {
  margin-bottom: 40px;
}
#aboutPage #faq dt {
  padding: 0 50px 0 0;
  text-align: left;
}
#aboutPage #faq dd {
  margin-top: 20px;
  padding: 30px;
  background: var(--white);
  border-radius: 30px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #aboutPage #faq {
    margin-bottom: 70px;
  }
  #aboutPage #faq dl {
    margin-bottom: 20px;
  }
  #aboutPage #faq dt {
    padding: 0 30px 0 0;
  }
  #aboutPage #faq dd {
    padding: 20px;
    border-radius: 20px;
    font-size: 1.3rem;
  }
}