@charset "UTF-8";
/* FAQ */
#main {
  padding-bottom: 1px;
}
.faq__content:not(:last-child) {
  margin: 0 0 80px;
}
.local__navi {
  margin: 0 auto 8rem auto;
}
.local__navi ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  align-items: stretch;
}
.local__navi ul.faq__navi {
  gap: 1rem;
}
.local__navi ul.faq__navi li {
  flex-basis: calc((100% - 5rem) / 6);
}
.local__navi ul.faq__navi li a {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .faq__content:not(:last-child) {
    margin: 0 0 60px;
  }
  .local__navi {
    margin: 0 auto 6rem auto;
  }
  .local__navi ul.faq__navi li {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
.local__navi ul.leasehold__navi {
  gap: 1rem;
}
.local__navi ul.leasehold__navi li {
  flex-basis: calc((100% - 2rem) / 2);
}
.local__navi ul.leasehold__navi li a {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .local__navi ul.leasehold__navi li {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 480px) {
  .local__navi ul.leasehold__navi li {
    flex-basis: 100%;
  }
}
.local__navi ul li a {
  filter: drop-shadow(0 3px 20px rgba(37, 93, 64, 0.2));
  font-size: 2rem;
  font-family: "BIZ UDPMincho", serif;
  background: white;
  display: flex;
  flex-wrap: wrap;
  min-height: 9rem;
  align-items: center;
  text-decoration: none;
  padding: 0 1rem;
  color: #255d40;
  border-radius: 10px;
  word-break: break-all;
  font-weight: 600;
  height: 100%;
}
.local__navi ul li a .icon {
  min-width: 2.4rem;
  height: 2.4rem;
  margin: 0 0 0 auto;
  transform: rotate(90deg);
}
.local__navi ul li a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #255d40;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .local__navi ul li a {
    min-height: 5rem;
    line-height: 1.2;
    font-size: min(1.8rem, 4vw);
  }
  .local__navi ul li a .icon {
    width: 2.2rem;
    height: 2.2rem;
  }
}
.faq__list .intro__box {
  margin: 0 auto 4rem auto;
}
.faq__list .intro__box h3 {
  font-size: 3rem;
  font-family: "BIZ UDPMincho", serif;
  color: #4d4d4d;
  padding: 0 0 2rem 0;
  margin: 0 0 3rem 0;
  border-bottom: #4d4d4d solid 1px;
}
@media screen and (max-width: 767px) {
  .faq__list .intro__box h3 {
    font-size: 2.2rem;
  }
}
.faq__list .intro__box p {
  font-size: 1.8rem;
  line-height: 2;
}
.faq__list .intro__box p .note {
  display: block;
  font-size: 1.4rem;
}
.faq__list .faq__box {
  font-size: 1.6rem;
  display: block;
  background: white;
  padding: 3rem;
  border-radius: 10px;
  margin: 0 auto 2rem auto;
  max-width: 1000px;
}
.faq__list .faq__box summary {
  display: block;
  position: relative;
  padding: 0 5rem 0 5rem;
  font-family: "BIZ UDPMincho", serif;
  font-size: 2.2rem;
  color: #255d40;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__list .faq__box summary {
    font-size: 1.7rem;
    padding: 0 4.5rem 0 4.5rem;
  }
}
.faq__list .faq__box summary span {
  font-size: 2.8rem;
  position: absolute;
  left: 0.2rem;
  top: -0.4rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .faq__list .faq__box summary span {
    font-size: 2.4rem;
  }
}
.faq__list .faq__box summary::marker {
  display: none;
}
.faq__list .faq__box summary:after {
  content: "add";
  font-family: "Material icons";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 4px;
  background-color: #e9eac4;
  color: #255d40;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .faq__list .faq__box summary:after {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.faq__list .faq__box[open] summary:after {
  content: "remove";
  font-family: "Material icons";
}
.faq__list .faq__box .detail__box {
  border-top: #dfe5e2 solid 1px;
  padding: 2rem 0 0 5rem;
  margin: 2rem 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__list .faq__box .detail__box {
    padding: 2rem 0 0 4.5rem;
  }
}
.faq__list .faq__box .detail__box:before {
  content: "A";
  font-size: 2.2rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1.6rem;
  left: 0;
  width: 3.6rem;
  height: 3.6rem;
  background-color: #255d40;
  color: white;
  border-radius: 4px;
  font-family: "BIZ UDPMincho", serif;
}
@media screen and (max-width: 767px) {
  .faq__list .faq__box .detail__box:before {
    font-size: 1.9rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.faq__list .faq__box .detail__box a {
  color: #2665cf;
  text-decoration: underline;
}
/* .faq__list .faq__box .detail__box a:after {
  content: "link";
  font-family: "Material Icons";
  font-size: 140%;
  vertical-align: bottom;
  display: inline-block;
  line-height: 1;
} */
.faq__list .faq__box .detail__box a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .faq__list .faq__box {
    padding: 2rem;
    font-size: 1.5rem;
  }
}
.faq__list#leasehold__about {
  padding: 0 0 0 0;
}
.faq__list#leasehold__about .faq__box summary {
  padding: 0 5rem 0 5rem;
}
.faq__list#leasehold__about .faq__box[open] .detail__box {
  padding: 2rem 0 0 0;
}
.faq__list#leasehold__about .faq__box[open] .detail__box:before {
  display: none;
}
.faq__list#leasehold__about .faq__box[open] .detail__box .note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1rem 0 0 0;
}
.faq__list#leasehold__about .faq__box[open] .detail__box ul {
  padding: 0 0 0 1em;
  margin: 2rem 0 2rem 0;
  list-style: circle;
}
.faq__list#leasehold__about .faq__box[open] .detail__box ul li {
  font-size: 1.6rem;
}
.faq__list#leasehold__about .faq__box[open] .detail__box ul li .note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 0 0;
}
.faq__list#leasehold__merit {
  padding: 6rem 0 0 0;
}
.faq__list#leasehold__merit .faq__box summary {
  padding: 0 5rem 0 12rem;
}
.faq__list#leasehold__merit .faq__box summary span {
  display: inline-flex;
  justify-content: space-between;
  gap: 0 1rem;
  flex-wrap: nowrap;
}
.faq__list#leasehold__merit .faq__box summary span span {
  font-size: 56.25%;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  position: static;
  margin: 0;
  align-self: center;
}
.faq__list#leasehold__merit .faq__box[open] .detail__box {
  padding: 2rem 0 0 0;
}
.faq__list#leasehold__merit .faq__box[open] .detail__box:before {
  display: none;
}
.faq__list#leasehold__merit .faq__box[open] .detail__box .note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1rem 0 0 0;
}
.faq__list#leasehold__merit .faq__box[open] .detail__box ul {
  padding: 0 0 0 1em;
  margin: 2rem 0 2rem 0;
  list-style: circle;
}
.faq__list#leasehold__merit .faq__box[open] .detail__box ul li {
  font-size: 1.6rem;
}
.faq__list#leasehold__merit .faq__box[open] .detail__box ul li .note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 0 0;
}
.faq__list#leasehold__faq {
  padding: 6rem 0 6rem 0;
}
.faq__list#leasehold__faq .faq__box summary {
  padding: 0 5rem 0 5.5rem;
}
.faq__list#leasehold__faq .faq__box[open] .detail__box {
  padding: 2rem 0 0 0;
}
.faq__list#leasehold__faq .faq__box[open] .detail__box:before {
  display: none;
}
.faq__list#leasehold__faq .faq__box[open] .detail__box .note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1rem 0 0 0;
}
.faq__list#leasehold__faq .faq__box[open] .detail__box ul {
  padding: 0 0 0 1em;
  margin: 2rem 0 2rem 0;
  list-style: circle;
}
.faq__list#leasehold__faq .faq__box[open] .detail__box ul li {
  font-size: 1.6rem;
}
.faq__list#leasehold__faq .faq__box[open] .detail__box ul li .note {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 0 0;
}
.page__navigation {
  margin: 6rem 0 0 0;
  text-align: center;
}
.page__navigation .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
}
.page__navigation .wp-pagenavi a {
  width: 2.8rem;
  height: 2.8rem;
  background: white;
  color: #4d4d4d;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 1.4rem;
  border: white solid 2px;
  line-height: 1.5;
}
.page__navigation .wp-pagenavi a.previouspostslink {
  font-family: "Material Icons";
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background: #255d40;
  color: white;
  align-items: center;
  text-decoration: none;
  font-size: 3rem;
  border-radius: 50%;
  border: #053826 solid 2px;
  line-height: 1.3;
}
.page__navigation .wp-pagenavi a.nextpostslink {
  font-family: "Material Icons";
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  background: #255d40;
  color: white;
  align-items: center;
  text-decoration: none;
  font-size: 3rem;
  border-radius: 50%;
  border: #053826 solid 2px;
  line-height: 1.3;
}
.page__navigation .wp-pagenavi span {
  width: 2.8rem;
  height: 2.8rem;
  background: white;
  color: #4d4d4d;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 1.4rem;
  border: white solid 2px;
  line-height: 1.5;
}
.page__navigation .wp-pagenavi span.current {
  border: #255d40 solid 2px;
}
#faq__content {
  padding: 6rem 0 8rem 0;
}
@media screen and (max-width: 767px) {
  #faq__content {
    padding: 0rem 0 4rem 0;
  }
}
#faq__content.leasehold {
  padding: 0 0 8rem 0;
}
#faq__content article {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
#faq__content article .middle__title_05 {
  padding: 0 0 2rem 4rem;
  position: relative;
}
#faq__content article .middle__title_05 .icon {
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  width: 3.3rem;
  height: 3rem;
}
#faq__content article time {
  font-size: 1.6rem;
  margin: 0 0 4rem 0;
  font-weight: 700;
  color: #4d4d4d;
  display: block;
}
#faq__content article p {
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", serif;
  margin: 0 0 3rem 0;
  line-height: 2;
  font-weight: 400;
}
#faq__content article h1 {
  margin: 0 0 4rem 0;
  font-weight: 400;
  font-size: 3.6rem;
  font-family: "BIZ UDPMincho", serif;
  line-height: 2;
  color: #255d40;
}
#faq__content article h2 {
  margin: 0 0 4rem 0;
  font-weight: 400;
  font-size: 3.2rem;
  font-family: "BIZ UDPMincho", serif;
  line-height: 2;
  color: #255d40;
}
#faq__content article h3 {
  margin: 0 0 4rem 0;
  font-weight: 400;
  font-size: 2.8rem;
  font-family: "BIZ UDPMincho", serif;
  line-height: 2;
  color: #255d40;
}
#faq__content article h4 {
  margin: 0 0 4rem 0;
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "BIZ UDPMincho", serif;
  line-height: 2;
  color: #255d40;
}
#faq__content article h5 {
  margin: 0 0 4rem 0;
  font-weight: 400;
  font-size: 2rem;
  font-family: "BIZ UDPMincho", serif;
  line-height: 2;
  color: #255d40;
}
#faq__content article h6 {
  margin: 0 0 4rem 0;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "BIZ UDPMincho", serif;
  line-height: 2;
  color: #255d40;
}
#faq__content article ul {
  margin: 0 0 4rem 0;
}
#faq__content article ol {
  margin: 0 0 4rem 0;
}
#faq__content article blockquote {
  background: white;
  padding: 3rem;
  border-radius: 10px;
  margin: 0 0 4rem 0;
}
#faq__content article blockquote * {
  margin: 0;
}
#faq__content article blockquote * + * {
  margin: 2rem 0 0 0;
}
#faq__content article blockquote cite {
  color: #8f6800;
  font-size: 2rem;
  margin: 4rem 0 0 0;
  display: block;
  text-align: center;
}
#faq__content article .wp-block-buttons {
  margin: 0 0 4rem 0;
}
#faq__content article .wp-block-button__link {
  background: #255d40;
}
#faq__content article .wp-block-image {
  margin: 0 0 4rem 0;
}
#faq__content article .wp-block-table {
  margin: 0 0 4rem 0;
}
#faq__content article .wp-block-pullquote {
  padding: 0;
  margin: 0 0 4rem 0;
}
#faq__content article .wp-block-gallery {
  margin: 0 0 4rem 0;
}
#faq__content article .wp-block-cover {
  margin: 0 0 4rem 0;
}
#faq__content article .wp-block-cover p {
  margin: 0 0 0 0;
}
#faq__content article .wp-block-separator {
  margin: 0 0 4rem 0;
}
#faq__content .arrow__link__box {
  width: 100%;
  max-width: 320px;
  margin: 4rem auto 5rem auto;
}
#faq__content .arrow__link__box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#faq__content .arrow__link__box ul li {
  flex-basis: 15rem;
  margin: 0;
}
#faq__content .arrow__link__box ul li a {
  display: flex;
  color: white;
  background: #255d40;
  width: 100%;
  height: 4rem;
  border-radius: 2rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.6rem;
}
#faq__content .arrow__link__box ul li.prev__link {
  margin: 0 auto 0 0;
}
#faq__content .arrow__link__box ul li.prev__link a:before {
  content: "arrow_back";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 2rem;
}
#faq__content .arrow__link__box ul li.next__link {
  margin: 0 0 0 auto;
}
#faq__content .arrow__link__box ul li.next__link a:after {
  content: "arrow_forward";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 2rem;
}
#faq__content .back__list__btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 0 auto;
}
#faq__content .back__list__btn a .icon {
  transform: rotate(180deg);
}
.faq__contact {
  width: 100%;
  background: #f5f5e5;
  padding: 3rem 3rem;
  margin: 0 auto 8rem auto;
  /* &:last-of-type{
  	margin-bottom: 0;
  } */
}
@media screen and (max-width: 767px) {
  .faq__contact {
    padding: 2rem 2rem;
  }
}
.faq__contact h4 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "BIZ UDPMincho", serif;
  margin: 0 0 2rem 0;
  text-align: center;
  color: #4d4d4d;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .faq__contact h4 {
    font-size: 5.641025641vw;
  }
}
.faq__contact p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  gap: 2rem;
  color: #4d4d4d;
}
.faq__contact p.tel {
  font-size: 2rem;
  text-align: center;
  display: block;
  padding: 0 0 2rem 0;
  border-bottom: #a7a7a7 solid 1px;
  margin: 0 0 2rem 0;
  color: #4d4d4d;
  font-weight: 600;
}
.faq__contact p.tel .call {
  display: inline-block;
  margin: 0 0 0 4rem;
  vertical-align: middle;
  font-size: 3.7rem;
  font-family: "BIZ UDPMincho", serif;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .faq__contact p.tel .call {
    margin: 0;
    font-size: 7.1794871795vw;
    white-space: nowrap;
  }
}
.faq__contact p.tel .call::before {
  background: url(../img/common/icon_freecall.svg) left center/contain no-repeat;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  transform: translateY(-20%);
}
.faq__contact p.tel .call .material-icons {
  font-size: 3.7rem;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .faq__contact p.tel .call .material-icons {
    font-size: 7.1794871795vw;
    margin: 0 2.5641025641vw 0 0;
  }
}
.faq__contact p.time {
  gap: 0;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  margin: 0;
}