@charset "UTF-8";
/*//////////////////////////////////////////////////

私達について style

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
/*
@mixin pc_size{
  @media screen and (min-width: $tablet) {
    @content;
  }
}
*/
#sec_head .head_title .ttl .txt-s {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}

@media screen and (min-width: 769px) {
  #sec_head .head_title .copy {
    font-size: 1.6rem;
  }
  #sec_head .head_title .ttl {
    font-size: 3rem;
  }
  #sec_head .head_title .ttl .txt-s {
    margin-right: 0.8rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  #sec_head .head_title .ttl {
    font-size: 3.6rem;
  }
  #sec_head .head_title .ttl .txt-s {
    margin-right: 0.8rem;
    font-size: 1.6rem;
  }
}
#about .inner,
.merit .inner {
  max-width: 98.3rem;
}

.other .inner {
  max-width: 120rem;
}

.page-btn {
  width: 100%;
  margin: 0 auto;
}
.page-btn .btn-cont {
  display: block;
  width: 100%;
  position: relative;
  padding: 2rem 6.6rem 2rem 2.3rem;
  box-sizing: border-box;
  border-radius: 10rem;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.page-btn .btn-cont::before, .page-btn .btn-cont::after {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translate(50%, -50%);
  width: 3.2rem;
  aspect-ratio: 1;
  transition: 0.3s;
  content: "";
}
.page-btn .btn-cont::before {
  z-index: 2;
}
.page-btn .btn-cont::after {
  z-index: 1;
  opacity: 0;
  width: 3.8rem;
}

@media screen and (min-width: 769px) {
  .page-btn {
    max-width: 34rem;
  }
  .page-btn .btn-cont {
    opacity: 1;
  }
  .page-btn .btn-cont:hover::before {
    opacity: 0;
  }
  .page-btn .btn-cont:hover::after {
    opacity: 1;
  }
}
#about {
  margin: 5rem 0;
}
#about .about-ttl {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 2.2rem;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
  color: #6D0070;
}
#about .about-ttl .ttl-icon {
  display: block;
  width: 5rem;
  margin: 0 auto 2.5rem;
}
#about .about-ttl::after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2.6rem;
  aspect-ratio: 26/7;
  background: url("../../../img/property/land-ttl-deco.svg") center/cover no-repeat;
  content: "";
}
#about .about-point {
  margin-top: 3rem;
}
#about .about-point .point-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
}
#about .about-point .point-list {
  display: grid;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0;
}
#about .about-point .point-list .list-item {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
}
#about .about-point .point-list .list-item::before {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: url("../../../img/property/detail/point-list-icon.svg") center/cover no-repeat;
  content: "";
}
#about .about-flow {
  display: grid;
  gap: 4rem;
  margin-top: 3rem;
}
#about .about-flow .flow-item {
  display: grid;
  gap: 2rem;
  position: relative;
  padding: 2.5rem;
  border: 0.4rem solid #EDEEF0;
  box-sizing: border-box;
}
#about .about-flow .flow-item:nth-of-type(n+2) {
  position: relative;
}
#about .about-flow .flow-item:nth-of-type(n+2)::before {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  aspect-ratio: 66/24;
  background: #8B8B8B;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
}
#about .about-flow .flow-item .cont-ttl {
  color: #6D0070;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}
#about .about-flow .flow-item .cont-ttl .num {
  margin-right: 0.66em;
  font-family: "Reddit Sans", serif;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: 0.1em;
}
#about .about-flow .flow-item .cont-txt {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.6;
}
#about .about-flow .flow-item .figure-img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
#about .about-flow .flow-item .figure-img.img-l {
  width: 104%;
  margin-left: -2%;
}
#about .about-flow .flow-item .figure-txt {
  width: fit-content;
  margin: 0.75em auto auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}
#about .about-flow .flow-item .l-grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 2em;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  #about {
    margin: 15rem 0 10rem;
  }
  #about .about-ttl {
    padding-bottom: 2rem;
    font-size: 3.8rem;
  }
  #about .about-ttl .ttl-icon {
    margin-bottom: 1.2rem;
  }
  #about .about-point {
    margin-top: 4rem;
  }
  #about .about-point .point-ttl {
    font-size: 2.8rem;
  }
  #about .about-point .point-list {
    gap: 2rem;
    margin-top: 3.5rem;
  }
  #about .about-point .point-list .list-item {
    grid-template-columns: 2.8rem 1fr;
    gap: 1.5rem;
    font-size: 1.6rem;
  }
  #about .about-flow {
    gap: 4.5rem;
    margin-top: 5rem;
  }
  #about .about-flow .flow-item {
    grid-template-columns: 645fr 215fr;
    gap: 4rem;
    padding: 2.5rem 5rem 1.5rem;
    border-width: 0.8rem;
  }
  #about .about-flow .flow-item:nth-of-type(n+2) {
    position: relative;
  }
  #about .about-flow .flow-item:nth-of-type(n+2)::before {
    top: -3rem;
    width: 6.6rem;
  }
  #about .about-flow .flow-item .item-cont {
    padding: 1rem 0;
  }
  #about .about-flow .flow-item .cont-ttl {
    font-size: 2rem;
  }
  #about .about-flow .flow-item .cont-txt {
    margin-top: 1em;
    font-size: 1.5rem;
  }
  #about .about-flow .flow-item .figure-img {
    width: 80%;
  }
  #about .about-flow .flow-item .figure-txt {
    font-size: 1.1rem;
  }
  #about .about-flow .flow-item .l-grid {
    width: calc(100% + 7em);
    margin-left: -3em;
  }
}
.merit {
  padding: 4rem 0 4rem;
  background: #FCF9FC;
}
.merit .merit-ttl {
  color: #6D0070;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
}
.merit .merit-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
.merit .merit-list .list-item {
  padding: 2.5rem 2rem 2.5rem 4rem;
  background: #FFF;
  box-shadow: 0 0 0.6rem rgba(110, 0, 112, 0.1);
  box-sizing: border-box;
}
.merit .merit-list .list-item .item-ttl {
  position: relative;
  color: #6D0070;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.merit .merit-list .list-item .item-ttl::before {
  position: absolute;
  top: 0.75em;
  left: -2.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  aspect-ratio: 18/32;
  background: url("../../../img/property/detail/merit-icon.svg") center/cover no-repeat;
  content: "";
}
.merit .merit-list .list-item .item-txt {
  margin-top: 0.5em;
  font-size: 1.3rem;
  line-height: 1.5;
}
.merit .merit-btn {
  margin-top: 3rem;
}
.merit .merit-btn .btn-cont {
  background: #FFF;
  border: 0.15rem solid #6D0070;
}
.merit .merit-btn .btn-cont::before {
  background: url("../../../img/property/detail/arrow-gray.svg") center/cover no-repeat;
}
.merit .merit-btn .btn-cont::after {
  background: url("../../../img/property/detail/arrow-gray-on.svg") center/cover no-repeat;
}

@media screen and (min-width: 769px) {
  .merit {
    padding: 9.4rem 0 8rem;
  }
  .merit .merit-ttl {
    font-size: 2.8rem;
  }
  .merit .merit-list {
    gap: 2.9rem;
    margin-top: 5.5rem;
  }
  .merit .merit-list .list-item {
    padding: 2.5rem 6rem 3rem;
  }
  .merit .merit-list .list-item .item-ttl {
    font-size: 1.6rem;
  }
  .merit .merit-list .list-item .item-ttl::before {
    top: 0.75em;
    left: -2.8rem;
    width: 1.8rem;
  }
  .merit .merit-list .list-item .item-txt {
    font-size: 1.5rem;
  }
  .merit .merit-btn {
    margin-top: 4rem;
  }
  .merit .merit-btn .btn-cont {
    background: #FFF;
    border: 0.15rem solid #6D0070;
  }
  .merit .merit-btn .btn-cont:hover {
    background: #6D0070;
    color: #FFF;
  }
}
.other {
  margin: 5rem 0 8rem;
}
.other .other-ttl {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.other .other-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.other .other-list .list-item {
  padding: 2.5rem 2rem;
  background: #EDEEF0;
  box-sizing: border-box;
}
.other .other-list .list-item:hover {
  opacity: 1;
}
.other .other-list .list-item:hover .item-btn {
  background: #6D0070;
  color: #FFF;
}
.other .other-list .list-item:hover .item-btn::before {
  opacity: 0;
}
.other .other-list .list-item:hover .item-btn::after {
  opacity: 1;
}
.other .other-list .item-ttl {
  padding: 0.5rem 0 0.5rem 1rem;
  border-left: 0.1rem solid #6D0070;
  color: #6D0070;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}
.other .other-list .item-txt {
  margin: 1.3rem auto 2rem;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.846;
}
.other .other-list .item-btn {
  all: unset;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  background: #FFF;
  border: 0.1rem solid #6D0070;
  padding: 1rem;
  box-sizing: border-box;
  color: #6D0070;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  transition: 0.3s;
}
.other .other-list .item-btn::before, .other .other-list .item-btn::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  width: 1.3rem;
  aspect-ratio: 13/10;
  transition: 0.3s;
  content: "";
}
.other .other-list .item-btn::before {
  z-index: 2;
  background: url("../../../img/property/arrow.svg") center/cover no-repeat;
}
.other .other-list .item-btn::after {
  opacity: 0;
  z-index: 1;
  background: url("../../../img/property/arrow-wht.svg") center/cover no-repeat;
}
.other .other-btn {
  margin-top: 3rem;
}
.other .other-btn .btn-cont {
  background: #EDEEF0;
  padding: 2rem;
  border: 0.2rem solid #EDEEF0;
}
.other .other-btn .btn-cont::before, .other .other-btn .btn-cont::after {
  right: auto;
  left: 3.2rem;
  transform: translate(-50%, -50%);
}
.other .other-btn .btn-cont::before {
  background: url("../../../img/property/detail/arrow-wht.svg") center/cover no-repeat;
}
.other .other-btn .btn-cont::after {
  transform: translate(-50%, -50%) scale(-1, 1);
  background: url("../../../img/property/detail/arrow-gray.svg") center/cover no-repeat;
}

@media screen and (min-width: 769px) {
  .other {
    margin: 8rem 0 8.6rem;
  }
  .other .other-ttl {
    font-size: 2.8rem;
  }
  .other .other-list {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-top: 3.5rem;
  }
  .other .other-list .list-item {
    display: flex;
    flex-direction: column;
    padding: 3.5rem 3rem;
  }
  .other .other-list .item-ttl {
    padding: 1rem 0 1rem 1.5rem;
    font-size: 2.4rem;
  }
  .other .other-list .item-txt {
    margin: 2.3rem auto 2.3rem;
    font-size: 1.4rem;
  }
  .other .other-list .item-btn {
    margin-top: auto;
    padding: 1.5rem 1.9rem;
    font-size: 1.2rem;
    text-align: left;
  }
  .other .other-list .item-btn::before, .other .other-list .item-btn::after {
    right: 2.5rem;
  }
  .other .other-btn {
    margin-top: 8rem;
  }
  .other .other-btn .btn-cont:hover {
    background: #FFF;
  }
}
@media screen and (min-width: 1024px) {
  .other {
    margin: 8rem 0 8.6rem;
  }
  .other .other-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*# sourceMappingURL=style.css.map */
