@charset "UTF-8";

body {
  background: url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / 100%;
}

.main-sagamihara-realestate {
  --btn-large-any-color: var(--white-color);
  --btn-large-any-bgcolor: var(--mstyle-sub-color);
  margin: var(--main-mar-last);
  position: relative;
  z-index: -100;
  overflow-x: hidden;
}

.main-sagamihara-realestate .page-header-title {
  margin: 0;
}

.below-title {
  margin: 0 0 35px 0;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .below-title {
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width:768px) {
  .below-title {
    margin: 0 0 12px 0;
  }
}


/* ===============================================================
  FV
=============================================================== */
.fv {
  width: 100%;
  height: 100dvh;
  background-color: var(--white-color);
  background-image: linear-gradient(
      to bottom,
      #33333343 0,          /* そこから半透明グレー */
      #33333300 100%        /* 下に行くほど透明 */
    ),
  url(../../images/pictures/pic-house-roof.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0;
  margin: 20px 0 0 0;
  position: relative;
}

.fv::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: var(--white-color);
  top: -20px;
  left: 0;
}

.fv .inner {
  display: contents;
}

.fv figure {
  width: 100%;
  background-image: linear-gradient(
      to bottom,
      #33333343 0,          /* そこから半透明グレー */
      #33333300 100%        /* 下に行くほど透明 */
    );
  padding: 112px 18% 50px 18%;
  margin: 0 auto;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .fv {
    height: 40dvh;
    background-position: center bottom;
  }
  .fv figure {
    width: auto;
    padding: 90px 10% 50px 10%;
  }
}

@media screen and (max-width:768px) {
  .fv {
    height: 50dvh;
  }
  .fv .inner {
    display: block;
  }
  .fv figure {
    width: 85%;
    background-image: none;
    background-color: initial;
    padding: 44px 0 0 0;
    margin: 0;
  }
}


/* ===============================================================
  sec-valu
=============================================================== */
.sec-valu {
  background: url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / 100%;
  padding: var(--sec-pad-image);
}

.sec-valu .wrapper {
  display: contents;
}

.sec-valu p {
  line-height: 220%;
}

.sec-valu .para-1 {
  margin: 0 0 35px 0;
}

.sec-valu figure {
  width: 45%;
  font-size: var(--fz-14);
  letter-spacing: .02em;
  line-height: 180%;
  overflow: hidden;
  margin: 0 0 0 auto;
}

.sec-valu figure img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--base-radius);
}

@media (max-width: 1023px) and (min-width: 769px) {
}

@media screen and (max-width:768px) {
  .sec-valu .wrapper {
    display: flex;
    flex-direction: column;
    width: 86%;
    margin: 0 auto;
  }
  .sec-valu .sec-h2-title {
    order: 1;
  }
  .sec-valu p {
    line-height: 170%;
  }
  .sec-valu .para-1 {
    order: 2;
    margin: 0 0 30px 0;
  }
  .sec-valu .para-2 {
    order: 4;
  }
  .sec-valu figure {
    order: 3;
    width: 100%;
    margin: 0 0 30px 0;
  }
}


/* ===============================================================
  sec-chosen-reason
=============================================================== */
.sec-chosen-reason {
  background: var(--mstyle-light-grey-color);
  padding: var(--sec-pad-image);
}

.sec-chosen-reason .sec-h2-title {
  margin: 0 0 40px 0;
}

.sec-chosen-reason ul {
  margin: 0 0 75px 0;
}
.sec-chosen-reason ul li {
  position: relative;
  display: inline-block;
}

.sec-chosen-reason ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 1;
  background-image: var(--list-illust);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  right: -170px;
}

.sec-chosen-reason ul li h3 {
  width: 580px;
  font-size: var(--fz-20);
  font-weight: 700;
  border-bottom: 2px solid var(--mstyle-main-color);
  padding: 0 0 5px 55px;
  margin: 0 0 20px 0;
  position: relative;
}

.sec-chosen-reason ul li h3::before {
  position: absolute;
  content: var(--reason-numbering);
  display: grid;
  place-items: center;
  width: 48px;
  aspect-ratio: 1;
  color: var(--white-color);
  font-family: var(--font-family-lato);
  font-weight: 700;
  background: var(--mstyle-main-color);
  border-radius: 50%;
  bottom: -1.5px;
  left: -22px;
}

.sec-chosen-reason ul li:nth-child(1) {
  --list-illust: url(../../images/illust/illust-g-man-explain.webp);
  --reason-numbering: "1";
  margin: 0 0 55px 64px;
}
.sec-chosen-reason ul li:nth-child(2) {
  --list-illust: url(../../images/illust/illust-g-woman-inspiration.webp);
  --reason-numbering: "2";
  margin: 0 0 55px 140px;
}
.sec-chosen-reason ul li:nth-child(3) {
  --list-illust: url(../../images/illust/illust-g-men-handshake.webp);
  --reason-numbering: "3";
  margin: 0 0 0 216px;
}

.sec-chosen-reason ul li p {
  width: 536px;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sec-chosen-reason ul {
    margin: 0 0 75px 23px;
  }
  .sec-chosen-reason ul li:nth-child(1),
  .sec-chosen-reason ul li:nth-child(2),
  .sec-chosen-reason ul li:nth-child(3) {
    margin-left: 0;
  }
  .sec-chosen-reason ul li::after {
    width: 125px;
    right: -130px;
  }
  .sec-chosen-reason ul li h3 {
    width: 540px;
    font-size: var(--fz-18);
    padding: 0 0 5px 40px;
    margin: 0 0 12px 0;
  }
}

@media screen and (max-width:768px) {
  .sec-chosen-reason ul {
    margin: 0 0 90px 0;
  }
  .sec-chosen-reason ul li:nth-child(1),
  .sec-chosen-reason ul li:nth-child(2) {
    padding: 0 0 86px 0;
    margin: 0;
  }
  .sec-chosen-reason ul li:nth-child(3) {
    margin: 0;
  }
  .sec-chosen-reason ul li::after {
    width: 80px;
    top: auto;
    bottom: 18px;
    right: 2%;
  }
  .sec-chosen-reason ul li:nth-child(3)::after {
    bottom: -70px;
  }
  .sec-chosen-reason ul li h3 {
    width: auto;
    font-size: var(--fz-14);
    line-height: normal;
    padding: 0 0 3px 0;
    margin: 0 0 10px 36px;
  }
  .sec-chosen-reason ul li h3::before {
    width: 30px;
    height: 30px;
    top: 50%;
    left: -35px;
    transform: translate(0, -50%);
  }
  .sec-chosen-reason ul li p {
    width: auto;
    font-size: var(--fz-14);
  }
}


/* ===============================================================
  sec-stores-info
=============================================================== */
.sec-stores-info {
  background: url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / contain;
  padding: var(--sec-pad-image);
  padding-bottom: 0;
}

.sec-stores-info .store-info-list {
  margin: 0 0 100px 0;
}

.sec-stores-info .store-info {
  display: flex;
  justify-content: center;
}

.sec-stores-info .store-info:not(:last-child) {
  border-bottom: 2px solid var(--mstyle-sub-grey-color);
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}

.sec-stores-info .store-info .left {
  width: 50%;
  flex-shrink: 0;
  box-shadow: var(--box-shadow-card);
  position: relative;
}

.sec-stores-info .store-info .left img {
  border-radius: var(--base-radius);
}

.sec-stores-info .store-info .left figcaption {
  position: absolute;
  color: var(--white-color);
  font-size: var(--fz-20);
  font-weight: 700;
  line-height: 220%;
  background: var(--mstyle-sub-color);
  border-radius: 0 0 8px 8px;
  padding: 2px 16px;
  top: -4px;
  left: 18px;
}

.sec-stores-info .store-info .left figcaption span {
  font-size: 1.2em;
}

.sec-stores-info .store-info .right {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  position: relative;
}

.sec-stores-info .store-info .right .comment {
  position: absolute;
  width: 580px;
  top: 0;
  left: -65px;
}

.sec-stores-info .store-info .right .store-btn {
  text-align: center;
  padding: 0 0 75px 0;
  position: relative;
}

.sec-stores-info .store-info .right .store-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  aspect-ratio: 1;
  background: url(../../images/illust/illust-g-fingre-pointing.webp) no-repeat center / contain;
  top: -82px;
  right: -58px;
  rotate: -132deg;
  transform: scaleX(-1);
}

.sec-stores-info .store-info .right .store-btn .btn-large-any {
  font-weight: 400;
}

.sec-stores-info .store-info .right .store-btn .btn-large-any span {
  font-size: var(--fz-16);
  font-weight: 700;
  padding: 0 2px 0 0;
}

.sec-stores-info .lined-btn-area {
  background: url(../../images/pictures/pic-exterior-honten.webp) no-repeat center / cover;
  padding: 288px 0 65px 0;
  position: relative;
}

.sec-stores-info .lined-btn-area::before {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  background: #5A9C6E80;
}

.sec-stores-info .lined-btn-area .btn-large-white {
  border-color: var(--mstyle-main-color);
}

@media (max-width: 1023px) and (min-width: 769px) {
  .sec-stores-info .store-info .right .comment {
    width: 110%;
  }
  .sec-stores-info .store-info .right .store-btn {
    padding: 0 0 35px 0;
  }
  .sec-stores-info .store-info .right .store-btn::before {
    width: 80px;
    top: -68px;
    right: -17px;
  }
}

@media screen and (max-width:768px) {
  .sec-stores-info .below-title {
    margin: 0 0 35px 0;
  }
  .sec-stores-info .store-info {
    align-items: center;
    flex-direction: column;
  }
  .sec-stores-info .store-info .left {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .sec-stores-info .store-info .left figcaption {
    font-size: var(--fz-14);
    line-height: normal;
    padding: 7px 22px;
  }
  .sec-stores-info .store-info .left figcaption span {
    font-size: calc(20 / 14 * 1em);
  }
  .sec-stores-info .store-info .right {
    align-items: center;
    flex-direction: column;
    gap: 35px 0;
  }
  .sec-stores-info .store-info .right .comment {
    position: static;
    width: 80%;
  }
  .sec-stores-info .store-info .right .store-btn {
    padding: 0;
  }
  .sec-stores-info .store-info .right .store-btn::before {
    content: none;
  }
}


/* ===============================================================
  sec-start-from
=============================================================== */
.sec-start-from {
  background: url(../../images/pages/pic-sec-start-from-bg.webp) no-repeat right 0 top 228px / 30%,
  url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / 100%;
  padding: var(--sec-pad-image);
  margin: var(--sec-mar-image);
  margin-bottom: 0;
}

.sec-start-from ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
}

.sec-start-from ul li a {
  display: flex;
  align-items: center;
  gap: 0 20px;    
  font-size: var(--fz-24);
  font-weight: 700;
  letter-spacing: .02em;
  background: var(--white-color);
  border: 2px solid var(--mstyle-sub-color);
  border-radius: 100px 165px 15px 100px;
  box-shadow: var(--box-shadow-btn);
  padding: 0 49px;
  transition: var(--transition-main);
}

.sec-start-from ul li a img {
  width: 67px;
  aspect-ratio: 1;
}

.sec-start-from ul li a .layout {
  --svg-width: 20px;
  display: flex;
  align-items: center;
  gap: 0 30px;
}

@media (hover: hover) {
  .sec-start-from ul li a:hover {
    opacity: .75;
    box-shadow: var(--box-shadow-btn-hov);
    transform: translate(1px, 1px);
  }
}


@media (max-width: 1023px) and (min-width: 769px) {
  .sec-start-from {
    background: url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / 100%;
  }
}

@media screen and (max-width:768px) {
  .sec-start-from {
    background: url(../../images/pictures/pic-white-wallpaper.webp) repeat-y center / 100%;
    padding: 35px 0 200px 0;
    position: relative;
  }
  .sec-start-from::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    background: url(../../images/pictures/pic-house-interior-3.webp) no-repeat center bottom / cover;
    bottom: 0;
  }
  .sec-start-from .below-title {
    margin: 0 0 35px 0;
  }
  .sec-start-from ul {
    justify-content: center;
    gap: 22px 0;
  }
  .sec-start-from ul li a {
    font-size: var(--fz-16);
    border-radius: 100px 115px 10px 100px;
    padding: 0 42px;
  }
  .sec-start-from ul li a img {
    width: 58px;
  }
}


/* ===============================================================
  secContact
=============================================================== */
.sec-contact {
  background: var(--mstyle-light-grey-color);
  padding: var(--sec-pad-image);
}

.sec-contact .below-title {
  margin: 0 0 50px 0;
}

.sec-contact .worry-1 {
  width: 489px;
  margin: 0 0 35px 0;
}

.sec-contact .worry-2 {
  width: 560px;
  margin: 0 0 63px 0;
}


@media screen and (max-width:768px) {
  .sec-contact .below-title {
    margin: 0 0 30px 0;
  }
  .sec-contact .worry-1 {
    width: 85%;
    margin: 0 auto 12px auto;
  }
  .sec-contact .worry-2 {
    width: 85%;
    margin: 0 auto 48px auto;
  }
}


/* ===============================================================
  sec-contactのモジュール（ベースはcommon.cssに記述済み）
=============================================================== */
.sec-contact .contact-module {
  background: var(--white-color);
  border-radius: var(--base-radius);
  padding: 100px 0 75px 0;
  margin: 0 0 75px 0;
  position: relative;
}

.sec-contact .contact-module::after {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  aspect-ratio: 1;
  background: url(../../images/illust/illust-g-woman-computer.webp) no-repeat center / contain;
  top: -116px;
  right: -19px;
}

@media (max-width: 1023px) and (min-width: 769px) {
  .contact-module .contact-info-area :is(.mail-area, .tel-area) {
    width: 48%;
    max-width: 400px;
  }
}

@media screen and (max-width:768px) {
  .sec-contact .contact-module {
    padding: 100px 0 50px 0;
    margin: 0 0 0 0;
  }
  .sec-contact .contact-module::after {
    width: 150px;
    top: -80px;
    right: -13px;
  }
  .contact-module .contact-info-area {
    width: 90%;
    margin: 0 auto;
  }
}

