<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.p-LP__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

.p-LPhead {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 50;
}

.p-LPhead__inner {
  position: relative;
  padding: 20px;
}

.p-LPhead__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-LPhead__logo {
  width: clamp(150px, 15.211vw + 42.958px, 262px);
  aspect-ratio: 262/40;
}
.p-LPhead__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-LPhead__title {
  position: absolute;
  font-size: clamp(16px, 1.878vw + 8.958px, 36px);
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .p-LPhead__title {
    display: none;
  }
}

.p-LP__fv {
  padding-top: 100px;
  padding-bottom: 60px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f6f6f6;
}

.p-LP-CTA__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}

.p-LP__catalog-free-image {
  max-width: 500px;
  aspect-ratio: 500/800;
  border-radius: 10px;
  overflow: hidden;
}
.p-LP__catalog-free-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-LP-CTA__foot {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}

.p-LP__CTA {
  max-width: 500px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP", sans-serif;
}

.content_form {
  padding-bottom: 30px;
}

.form_input_submit input {
  padding: 12px 60px;
  background-color: #cccccc;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.form_input_submit input:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.form_input_submit input:active {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.p-LPBodyCopy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-LPBodyCopy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(16px, 0.188vw + 15.296px, 18px);
}

.p-LPBodyCopy__text--note {
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 500px) {
  .p-LPBodyCopy__text--note {
    margin-bottom: 48px;
    gap: 20px;
  }
}

.p-LPBodyCopy__text--name {
  text-align: end;
  line-height: 1.8;
}

@media (min-width: 500px) {
  .p-LPBodyCopy__text--hidden {
    display: none;
  }
}

.p-LPSlide {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-LPSlide__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.swiper {
  max-width: 1000px; /* 幅 */
  aspect-ratio: 1000/464;
}
@media (max-width: 768px) {
  .swiper {
    aspect-ratio: 1000/664;
  }
}

.swiper-slide {
  width: 100%; /* 幅 */
  height: auto; /* 高さ */
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; /* 画像の幅 */
  height: 100%; /* 画像の高さ */
}
.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}

.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  display: block;
  content: "";
  width: clamp(18px, 1.127vw + 31.775px, 48px);
  height: clamp(18px, 1.127vw + 31.775px, 48px);
}

.swiper-button-prev::before {
  margin-left: 3vw;
  background: url(../img/left-arrow.svg) center/cover no-repeat;
}

.swiper-button-next::before {
  margin-right: 3vw;
  background: url(../img/right-arrow.svg) center/cover no-repeat;
}

.slide--caption {
  position: relative;
}
.slide--caption::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(#0d0d0d), to(#1a1a1a));
  background: linear-gradient(to top, #000000, #0d0d0d, #1a1a1a);
  left: 0;
  bottom: 0;
  opacity: 0.5;
  width: 100%;
  height: 15%;
}
.slide--caption::after {
  position: absolute;
  content: "一級建築士　　石原真　　石原智葉";
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5.5%;
  font-size: clamp(12px, 0.939vw + 4.479px, 18px);
}

.p-LPfooter {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-LPfooter__contents {
  text-align: center;
}

.p-LPfooter__links {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.p-LPfooter__copy {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  color: #ccc;
  letter-spacing: 0.05rem;
}</pre></body></html>