@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
main {
  background-color: #231815;
}

.le_intro {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .le_intro {
    padding: 40px 0;
  }
}
.le_intro .le_i_title {
  color: #fff;
  font-size: clamp(2rem, -1.415rem + 4.615vw, 3.2rem);
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .le_intro .le_i_title {
    margin-bottom: 20px;
  }
}
.le_intro .le_i_text {
  color: #fff;
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  line-height: 2.2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 768px) {
  .le_intro .le_i_text {
    line-height: 1.75;
  }
}

.le_about {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px 0;
  background-color: #efe9e3;
}
@media (max-width: 768px) {
  .le_about {
    width: 90%;
    margin-bottom: 40px;
    padding: 25px 0;
  }
}
.le_about .le_a_title {
  font-size: clamp(1.8rem, 0.092rem + 2.308vw, 2.4rem);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .le_about .le_a_title {
    margin-bottom: 20px;
  }
}
.le_about .le_a_title .emphasize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ebe9b6));
  background: linear-gradient(transparent 60%, #ebe9b6 40%);
}
.le_about .le_a_images {
  width: 90%;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .le_about .le_a_images {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.le_about .le_a_text {
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  text-align: center;
}
.le_about .le_a_text .red {
  color: #8f3922;
}

.le_point .le_p_title {
  color: #fff;
  font-size: clamp(1.8rem, 0.092rem + 2.308vw, 2.4rem);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .le_point .le_p_title {
    margin-bottom: 20px;
  }
}
.le_point .le_p_cnt {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px 0;
  background-color: #f9f4ee;
}
@media (max-width: 768px) {
  .le_point .le_p_cnt {
    width: 90%;
    margin-bottom: 40px;
    padding: 25px 0;
  }
}

.le_p_cnt {
  margin-bottom: 40px;
}
.le_p_cnt .cnt_num {
  color: #973700;
  font-size: clamp(1.4rem, 0.831rem + 0.769vw, 1.6rem);
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .le_p_cnt .cnt_num {
    margin-bottom: 10px;
  }
}
.le_p_cnt .cnt_num .bg {
  font-size: clamp(2.4rem, 1.262rem + 1.538vw, 2.8rem);
  letter-spacing: 0.05em;
}
.le_p_cnt .cnt_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  border-bottom: 1px solid rgb(151, 55, 0);
  color: #973700;
  font-size: clamp(1.8rem, 0.662rem + 1.538vw, 2.2rem);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .le_p_cnt .cnt_title {
    margin-bottom: 20px;
  }
}
.le_p_cnt .cnt_main {
  width: 90%;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .le_p_cnt .cnt_main {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.le_p_cnt .cnt_main .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 768px) {
  .le_p_cnt .cnt_main .text_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.le_p_cnt .cnt_main .text_wrap .text {
  font-size: clamp(1.2rem, 0.062rem + 1.538vw, 1.6rem);
  line-height: 1.75;
  text-align: justify;
}
.le_p_cnt .cnt_main .text_wrap .text .asterisk {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
  vertical-align: top;
}
.le_p_cnt .cnt_main .text_wrap .cap {
  font-size: clamp(1rem, 0.431rem + 0.769vw, 1.2rem);
  text-align: justify;
}
.le_p_cnt .cnt_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.2rem, -0.508rem + 2.308vw, 1.8rem);
  text-align: center;
}
.le_p_cnt .cnt_text .emphasize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ebe9b6));
  background: linear-gradient(transparent 60%, #ebe9b6 40%);
}
.le_p_cnt.le_p_03 .cnt_main .cnt_wrap .title {
  color: #5f5e5e;
  font-size: clamp(1.4rem, 0.831rem + 0.769vw, 1.6rem);
  margin-bottom: 5px;
  font-weight: 600;
}
.le_p_cnt.le_p_03 .cnt_main .cnt_wrap .text {
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  margin-bottom: 10px;
}

.le_qa .le_qa_title {
  color: #fff;
  font-size: clamp(1.8rem, 0.092rem + 2.308vw, 2.4rem);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .le_qa .le_qa_title {
    margin-bottom: 20px;
  }
}
.le_qa .le_qa_main {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px 0;
  background-color: #efe9e3;
}
@media (max-width: 768px) {
  .le_qa .le_qa_main {
    width: 90%;
    margin-bottom: 40px;
    padding: 25px 0;
  }
}
.le_qa .le_qa_main .qa_title {
  font-size: clamp(1.4rem, -0.308rem + 2.308vw, 2rem);
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .le_qa .le_qa_main .qa_title {
    margin-bottom: 20px;
  }
}
.le_qa .le_qa_main .qa_list {
  width: 90%;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .le_qa .le_qa_main .qa_list {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.le_qa .le_qa_main .qa_list li {
  display: grid;
  grid-template-columns: 1fr;
}
.le_qa .le_qa_main .qa_list li .question {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 20px;
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .le_qa .le_qa_main .qa_list li .question {
    grid-template-columns: 15px 1fr;
    gap: 10px;
  }
}
.le_qa .le_qa_main .qa_list li .question .label {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
}
.le_qa .le_qa_main .qa_list li .question .text {
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
}
.le_qa .le_qa_main .qa_list li .question .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.le_qa .le_qa_main .qa_list li .question .icon::before, .le_qa .le_qa_main .qa_list li .question .icon::after {
  content: "";
  position: absolute;
  background-color: #52a029;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.le_qa .le_qa_main .qa_list li .question .icon::before {
  width: 100%;
  height: 2px;
}
.le_qa .le_qa_main .qa_list li .question .icon::after {
  width: 2px;
  height: 100%;
}
.le_qa .le_qa_main .qa_list li .question.is-open .icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.le_qa .le_qa_main .qa_list li .answer_wrapper {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
  overflow: hidden;
}
.le_qa .le_qa_main .qa_list li .answer_wrapper.is-open {
  grid-template-rows: 1fr;
}
.le_qa .le_qa_main .qa_list li .answer {
  min-height: 0;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, margin-top 0.3s ease;
  transition: opacity 0.3s ease, margin-top 0.3s ease;
}
@media (max-width: 768px) {
  .le_qa .le_qa_main .qa_list li .answer {
    grid-template-columns: 15px 1fr;
    gap: 10px;
  }
}
.le_qa .le_qa_main .qa_list li .answer .label {
  color: #52a029;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
}
.le_qa .le_qa_main .qa_list li .answer .text {
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
}
.le_qa .le_qa_main .qa_list li .answer .text .green {
  color: #52a029;
  font-size: clamp(1.3rem, 0.446rem + 1.154vw, 1.6rem);
}
.le_qa .le_qa_main .qa_list li .answer .text .cap {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
}
.le_qa .le_qa_main .qa_list li .answer_wrapper.is-open .answer {
  opacity: 1;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .le_qa .le_qa_main .qa_list li .answer_wrapper.is-open .answer {
    margin-top: 10px;
  }
}
.le_qa .le_qa_main .qa_text {
  width: 90%;
  margin: 0 auto;
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  text-align: justify;
}
.le_qa .le_qa_main .qa_text .cap {
  font-size: clamp(0.8rem, 0.231rem + 0.769vw, 1rem);
}

.le_sv {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 40px 0;
  background-color: #dcdddd;
}
@media (max-width: 768px) {
  .le_sv {
    width: 90%;
    margin-bottom: 40px;
    padding: 25px 0;
  }
}
.le_sv .sv_profile {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 20px;
}
@media (max-width: 768px) {
  .le_sv .sv_profile {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.le_sv .sv_profile .text_wrap .sv {
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  margin-bottom: 10px;
}
.le_sv .sv_profile .text_wrap .name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .le_sv .sv_profile .text_wrap .name {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.le_sv .sv_profile .text_wrap .name {
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
}
.le_sv .sv_profile .text_wrap .name .bg {
  font-size: clamp(1.6rem, -0.677rem + 3.077vw, 2.4rem);
}
.le_sv .sv_profile .text_wrap .biography {
  font-size: clamp(1.2rem, 0.631rem + 0.769vw, 1.4rem);
  line-height: 1.75;
}
@media (max-width: 768px) {
  .le_sv .sv_profile .img_wrap .img {
    width: 65%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=leasehold.css.map */