@charset "UTF-8";
:root {
  --font-family-base: "zen-kaku-gothic-antique", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-iskra: "iskra", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-noto-sans-cjk-jp: "noto-sans-cjk-jp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-mizolet: "mizolet", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-sichandich: "sichandich", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-sichandic: "sichandic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #000;
  --color-placeholder: #fff;
  --color-yellow: #f8b800;
  --color-brown: #d25315;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1440;
  --width-pc-design-content: 1300;
  --width-pc-design-content-percent: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100%);
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 800;
  --width-sp-design-content: 720;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-architect-fv-intro-outer {
  --_is-scroll-action-pos-bottom: 0;
  overflow: clip;
}
.p-architect-fv-intro-outer__inner {
  will-change: transform;
  transform: translate3d(0, calc(var(--_is-scroll-action-pos-bottom) * 1px), 0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-architect-fv-intro-outer__inner {
    transition: transform 0.5s linear;
  }
}
.p-architect-fv {
  padding-top: 3.6rem;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .p-architect-fv {
    padding-top: 4rem;
  }
}
.p-architect-fv.is-bottom-action .ttl-box_img {
  scale: 1;
}
@media screen and (min-width: 768px) {
  .p-architect-fv .c-wrap {
    display: grid;
    align-items: flex-start;
    max-width: 108rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-fv .c-roof-ttl {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-fv .ttl-box {
    grid-row: 1;
    grid-column: 1;
    margin: 4.6rem 0 0 auto;
    width: 35.8rem;
  }
}
.p-architect-fv .ttl-box_img {
  margin: 6.8rem auto 0;
  width: 32.2rem;
  scale: 0;
  transform-origin: center bottom;
  transition: scale var(--transition-base);
}
@media screen and (max-width: 767px) {
  .p-architect-fv .ttl-box_img {
    position: relative;
    z-index: 1;
    margin: 0 calc(50% - 50cqi + 3.4rem) -13.4rem auto;
    width: 38rem;
  }
}
.p-architect-fv .box {
  position: relative;
  margin-left: calc(50% - 50cqi);
  width: 56.9444444444cqi;
}
@media screen and (min-width: 768px) {
  .p-architect-fv .box {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-fv .box {
    width: 90cqi;
  }
}
.p-architect-fv .box_img {
  border-radius: 0 2rem 2rem 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-architect-fv .box_img {
    border-radius: 0 8rem 8rem 0;
  }
}
.p-architect-fv .box_logo {
  position: absolute;
  top: 38.75vw;
  left: 4.8611111111vw;
  width: 26.25vw;
}
@media screen and (max-width: 767px) {
  .p-architect-fv .box_logo {
    top: auto;
    left: 3.1rem;
    bottom: -13rem;
    width: 32rem;
  }
}
.p-architect-intro {
  padding-block: 8.8rem 11rem;
}
@media screen and (max-width: 767px) {
  .p-architect-intro {
    padding-block: 17.5rem 7.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-intro .c-wrap {
    display: grid;
    grid-template-columns: 70.8rem 1fr;
    column-gap: 16.8rem;
    max-width: 120rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-intro .box {
    padding: 11.7rem 0 7rem 8.8rem;
  }
}
.p-architect-intro .box_ttl {
  font-family: var(--font-family-mizolet);
  font-size: 2.8rem;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-architect-intro .box_ttl {
    font-size: 4.2rem;
    line-height: 1.7142857143;
    padding-inline: 4rem 7rem;
  }
}
.p-architect-intro .box_txt {
  font-size: 2rem;
  line-height: 2.1;
  margin-top: 5.3rem;
}
@media screen and (max-width: 767px) {
  .p-architect-intro .box_txt {
    font-size: 2.8rem;
    line-height: 2.0714285714;
    margin: 5.7rem auto 0;
    padding-inline: 4rem 10rem;
  }
}
.p-architect-intro .sub {
  display: grid;
  width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-architect-intro .sub {
    position: relative;
    margin-inline: auto 3.1rem;
  }
}
.p-architect-intro .sub_en {
  width: 3rem;
}
@media screen and (min-width: 768px) {
  .p-architect-intro .sub_en {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-intro .sub_en {
    position: absolute;
    right: -3.9rem;
    bottom: 12.1rem;
    width: 3.2rem;
  }
}
.p-architect-intro .sub_img {
  margin-top: auto;
  padding-top: 5rem;
  scale: 0;
  transform-origin: center bottom;
  transition: scale var(--transition-base);
}
.p-architect-intro .sub_img.is-bottom-action {
  scale: 1;
}
@media screen and (min-width: 768px) {
  .p-architect-intro .btn {
    grid-column: span 2;
  }
}
.p-architect-intro .btn_link {
  --_color: #fff;
  height: 16rem;
  border-radius: 6.3rem;
  border: 0.4rem solid #000;
  background: #000;
  transition: background-color var(--transition-base);
}
@media screen and (min-width: 768px) {
  .p-architect-intro .btn_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 18.2rem 14.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-intro .btn_link {
    text-align: center;
    display: grid;
    place-content: center;
    height: 22rem;
    border-radius: 4rem;
  }
}
.p-architect-intro .btn_link:focus-visible {
  --_color: #000;
  --_icon-translate: 50% 0;
  background-color: #fff;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-architect-intro .btn_link:hover {
    --_color: #000;
    --_icon-translate: 50% 0;
    background-color: #fff;
    opacity: 1;
  }
}
.p-architect-intro .btn_en {
  font-family: var(--font-family-iskra);
  font-weight: 900;
  font-size: 4.5rem;
  line-height: 1.5111111111;
  letter-spacing: 0.1em;
  color: var(--_color);
  text-transform: uppercase;
  transition: color var(--transition-base);
}
.p-architect-intro .btn_jp {
  font-family: var(--font-family-mizolet);
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: var(--_color);
  position: relative;
  padding-right: 8.7rem;
  transition: color var(--transition-base);
}
@media screen and (max-width: 767px) {
  .p-architect-intro .btn_jp {
    font-size: 3.2rem;
    line-height: 1.4375;
    margin-top: 1.4rem;
    padding-right: 6.3rem;
  }
}
.p-architect-intro .btn_jp::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  translate: var(--_icon-translate);
  width: 3.2rem;
  height: 100%;
  mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 25.36"><polygon points="1.33 25.36 0 23.88 12.43 12.68 0 1.48 1.33 0 15.4 12.68 1.33 25.36"/><polygon points="17.93 25.36 16.6 23.88 29.03 12.68 16.6 1.48 17.93 0 32 12.68 17.93 25.36"/></svg>') center/contain no-repeat;
  background-color: var(--_color);
  transition: background-color var(--transition-base), translate var(--transition-base);
}
@media screen and (max-width: 767px) {
  .p-architect-intro .btn_jp::after {
    width: 4.3rem;
    mask: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 43 34.07"><polygon points="1.79 34.07 0 32.09 16.7 17.04 0 1.99 1.79 0 20.69 17.04 1.79 34.07"/><polygon points="24.1 34.07 22.31 32.09 39.01 17.04 22.31 1.99 24.1 0 43 17.04 24.1 34.07"/></svg>') center/contain no-repeat;
  }
}
.p-architect-outline-license-outer {
  position: relative;
  z-index: 1;
  border-top-right-radius: 26rem;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-architect-outline-license-outer {
    border-top-right-radius: 14rem;
  }
}
.p-architect-outline-license-outer__inner {
  will-change: transform;
  transform: translate3d(0, calc(var(--_is-scroll-action-pos-bottom) * 1px), 0);
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-architect-outline-license-outer__inner {
    transition: transform 0.5s linear;
  }
}
.p-architect-outline {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-architect-outline {
    padding-top: 7.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-outline .c-wrap {
    display: grid;
    max-width: 120rem;
  }
}
.p-architect-outline .c-roof-ttl {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-architect-outline .c-roof-ttl {
    grid-row: 1;
    grid-column: 1;
    margin-right: 8.5rem;
  }
}
.p-architect-outline .list {
  display: grid;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-architect-outline .list {
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16rem;
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list {
    margin: 6.2rem auto 0;
    width: 88.8888888889%;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_item:nth-child(n+2) {
    margin-top: 9.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-outline .list_item:nth-child(2) {
    margin-top: 28.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-outline .list_item:nth-child(3) {
    margin-top: -5.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-outline .list_item:nth-child(4) {
    margin-top: 19rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-outline .list_item:nth-child(5) {
    margin-top: -3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-outline .list_item:nth-child(6) {
    margin-top: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_item:nth-child(6) {
    margin-top: 8.2rem;
  }
}
.p-architect-outline .list_box {
  position: relative;
}
.p-architect-outline .list_box_img {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_box_img {
    border-radius: 2.4rem;
  }
}
.p-architect-outline .list_box_num {
  font-family: var(--font-family-iskra);
  font-weight: 900;
  font-size: 13rem;
  line-height: 0.8307692308;
  letter-spacing: 0.025em;
  color: var(--color-yellow);
  position: absolute;
  right: 0;
  bottom: -4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_box_num {
    font-size: 16rem;
    bottom: -5.3rem;
  }
}
.p-architect-outline .list_ttl {
  font-family: var(--font-family-mizolet);
  font-size: 4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_ttl {
    font-size: 5.4rem;
    line-height: 1.6296296296;
    margin-top: 5rem;
  }
}
.p-architect-outline .list_ttl_sml {
  font-size: 2.4rem;
  letter-spacing: 0em;
  text-indent: -0.5em;
  display: inline-block;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_ttl_sml {
    font-size: 3.2rem;
  }
}
.p-architect-outline .list_txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_txt {
    font-size: 2.8rem;
    line-height: 2.0714285714;
    letter-spacing: -0.007em;
    margin-top: 1.5rem;
  }
}
.p-architect-outline .list_btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_btn {
    text-align: center;
    margin-top: 4.5rem;
  }
}
.p-architect-outline .list_btn_link {
  padding: 1.3rem 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_btn_link {
    padding: 3.4rem 0;
    max-width: 64rem;
  }
}
.p-architect-outline .list_btn_link:focus-visible {
  --_c-lower-btn-icon: 0 25%;
}
@media (any-hover: hover) {
  .p-architect-outline .list_btn_link:hover {
    --_c-lower-btn-icon: 0 25%;
  }
}
.p-architect-outline .list_btn_txt {
  padding-right: 4.2rem;
}
@media screen and (min-width: 768px) {
  .p-architect-outline .list_btn_txt {
    font-size: 2.4rem;
    line-height: 1.4166666667;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_btn_txt {
    padding-right: 6.5rem;
  }
}
.p-architect-outline .list_btn_txt::after {
  width: 2.6rem;
  rotate: 90deg;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_btn_txt::after {
    width: 3.6rem;
  }
}
.p-architect-outline .list_illustration {
  margin-inline: auto;
  width: 43.6rem;
  scale: 0;
  transition: scale var(--transition-base);
  transform-origin: center bottom;
}
@media screen and (max-width: 767px) {
  .p-architect-outline .list_illustration {
    margin-right: 0;
  }
}
.p-architect-outline .list_illustration.is-bottom-action {
  scale: 1;
}
.p-architect-license {
  --_is-scroll-action-pos-bottom: 0;
  padding-block: 13.6rem 23rem;
}
@media screen and (max-width: 767px) {
  .p-architect-license {
    padding-block: 8.4rem 17.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-architect-license .c-wrap {
    display: grid;
    max-width: 120rem;
  }
}
.p-architect-license .c-wrap.is-bottom-action .dlist {
  opacity: 1;
  translate: 0 0;
}
.p-architect-license .dlist {
  margin-top: 11.4rem;
  opacity: 0;
  translate: 0 5rem;
  transition: opacity ease-out var(--transition-animation-base), translate ease-out var(--transition-animation-base);
}
@media screen and (min-width: 768px) {
  .p-architect-license .dlist {
    margin-left: auto;
    width: 102.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist {
    margin-top: 8rem;
  }
}
.p-architect-license .dlist_item {
  padding: 3.7rem 1.5rem;
  border-top: 0.1rem solid #231815;
}
@media screen and (min-width: 768px) {
  .p-architect-license .dlist_item {
    display: grid;
    grid-template-columns: 22.6rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_item {
    padding: 6rem 0;
    border-top-width: 0.2rem;
  }
}
.p-architect-license .dlist_item:last-child {
  border-bottom: 0.1rem solid #231815;
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_item:last-child {
    border-bottom-width: 0.2rem;
  }
}
.p-architect-license .dlist_theme {
  font-family: var(--font-family-mizolet);
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_theme {
    font-size: 3.1rem;
    line-height: 1.6774193548;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_des {
    margin-top: 2.8rem;
  }
  .p-architect-license .dlist_des:not(._col-1) {
    padding-inline: 4rem;
  }
}
.p-architect-license .dlist_des._col-1 {
  grid-column: span 2;
}
.p-architect-license .dlist_des + .dlist_des {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_des + .dlist_des {
    margin-top: 4.2rem;
  }
}
.p-architect-license .dlist_des_txt {
  font-family: var(--font-family-mizolet);
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_des_txt {
    font-size: 3rem;
    line-height: 1.7333333333;
  }
  .p-architect-license .dlist_des_txt._sp-adjustment {
    letter-spacing: -0.02em;
  }
}
.p-architect-license .dlist_des_txt + .dlist_des_txt {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_des_txt + .dlist_des_txt {
    margin-top: 2.2rem;
  }
}
.p-architect-license .dlist_des_map {
  display: inline-block;
  position: relative;
  margin-top: 0.4rem;
  padding-left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_des_map {
    margin-top: 0;
    padding-left: 3.4rem;
  }
}
.p-architect-license .dlist_des_map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.6rem;
  height: 2.2rem;
  background: url(../img/common/icon_spot.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_des_map::before {
    width: 2.2rem;
    height: 3rem;
  }
}
.p-architect-license .dlist_des_img {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-architect-license .dlist_des_img {
    border-radius: 2.4rem;
  }
}
.p-architect-home-inspection {
  position: relative;
  padding-top: 16.6rem;
  background: #f2f2f2;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection {
    padding-top: 18.8rem;
  }
}
.p-architect-home-inspection::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-top-left-radius: 26rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection::before {
    border-top-left-radius: 14rem;
  }
}
.p-architect-home-inspection .c-wrap {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-architect-home-inspection .c-wrap {
    max-width: 120rem;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .c-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .c-roof-ttl {
    padding-inline: calc(40 / var(--width-sp-design) * 100vw);
  }
}
.p-architect-home-inspection .fig {
  display: grid inline;
  align-items: center;
  grid-template-columns: 16.6rem 1fr;
  column-gap: 2.6rem;
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .fig {
    grid-template-columns: 19rem 1fr;
    column-gap: 3rem;
    margin-top: 6.5rem;
    padding-inline: calc(40 / var(--width-sp-design) * 100vw);
  }
}
.p-architect-home-inspection .fig_cap {
  font-family: var(--font-family-mizolet);
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .fig_cap {
    font-size: 2.5rem;
    line-height: 1.48;
  }
}
.p-architect-home-inspection .block {
  margin-top: 7.7rem;
}
@media screen and (min-width: 768px) {
  .p-architect-home-inspection .block {
    display: grid;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .block {
    margin-top: 44.8rem;
  }
}
.p-architect-home-inspection .splide {
  margin-inline: auto calc(50% - 50cqi);
  width: 43.0555555556cqi;
}
@media screen and (min-width: 768px) {
  .p-architect-home-inspection .splide {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .splide {
    margin-inline: auto 0;
    width: 90cqi;
  }
}
.p-architect-home-inspection .splide_vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  position: absolute;
  top: -35.8rem;
  right: 9.2rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .splide_vertical {
    top: -39.9rem;
    right: 55.5555555556%;
    translate: 50% 0;
  }
}
.p-architect-home-inspection .splide_vertical_txt {
  font-family: var(--font-family-mizolet);
  font-size: 3.6rem;
  line-height: 2.2222222222;
  letter-spacing: 0.075em;
  text-align: left;
  filter: drop-shadow(0.4rem 0.4rem 0.07rem #fff);
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .splide_vertical_txt {
    font-size: 4.2rem;
    line-height: 1.8095238095;
    letter-spacing: 0.1em;
  }
}
.p-architect-home-inspection .splide__track {
  border-radius: 2rem 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .splide__track {
    border-radius: 2.4rem 0 0 2.4rem;
  }
}
.p-architect-home-inspection .splide__pagination {
  justify-content: flex-end;
  gap: 3.2rem;
  margin-top: 2.4rem;
  padding-inline: 11.2903225806%;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .splide__pagination {
    gap: 3.7rem;
    margin-top: 3rem;
    padding-inline: 11.3888888889%;
  }
}
.p-architect-home-inspection .splide__pagination li {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .splide__pagination li {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.p-architect-home-inspection .splide__pagination__page {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #c9c9c9;
}
.p-architect-home-inspection .splide__pagination__page.is-active {
  background: #000;
}
@media screen and (min-width: 768px) {
  .p-architect-home-inspection .box {
    grid-row: 1;
    grid-column: 1;
    width: 48.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .box {
    margin-top: 9rem;
    padding-inline: calc(40 / var(--width-sp-design) * 100vw);
  }
}
.p-architect-home-inspection .box_ttl {
  font-family: var(--font-family-mizolet);
  font-size: 3.4rem;
  line-height: 1.4117647059;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-architect-home-inspection .box_ttl {
    margin-top: var(--leading-trim);
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .box_ttl {
    font-size: 3.8rem;
  }
}
.p-architect-home-inspection .box_txt {
  font-family: var(--font-family-mizolet);
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.075em;
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .box_txt {
    font-size: 2.8rem;
    line-height: 2.0714285714;
    letter-spacing: -0.007em;
    margin-top: 4rem;
  }
}
.p-architect-home-inspection .dlist-box {
  margin-top: 10.7rem;
}
@media screen and (min-width: 768px) {
  .p-architect-home-inspection .dlist-box {
    margin-left: auto;
    width: 102.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist-box {
    margin-top: 17.8rem;
    padding-inline: calc(40 / var(--width-sp-design) * 100vw);
  }
}
.p-architect-home-inspection .dlist_item {
  padding: 3.7rem 1.5rem;
  border-top: 0.1rem solid #231815;
}
@media screen and (min-width: 768px) {
  .p-architect-home-inspection .dlist_item {
    display: grid;
    grid-template-columns: 22.6rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_item {
    padding: 6rem 0;
    border-top-width: 0.2rem;
  }
}
.p-architect-home-inspection .dlist_item:last-child {
  border-bottom: 0.1rem solid #231815;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_item:last-child {
    border-bottom-width: 0.2rem;
  }
}
.p-architect-home-inspection .dlist_theme {
  font-family: var(--font-family-mizolet);
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_theme {
    font-size: 3.1rem;
    line-height: 1.6774193548;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_des {
    margin-top: 2.8rem;
  }
  .p-architect-home-inspection .dlist_des:not(._col-1) {
    padding-inline: 4rem;
  }
}
.p-architect-home-inspection .dlist_des._col-1 {
  grid-column: span 2;
}
.p-architect-home-inspection .dlist_des + .dlist_des {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_des + .dlist_des {
    margin-top: 4.2rem;
  }
}
.p-architect-home-inspection .dlist_des_txt {
  font-family: var(--font-family-mizolet);
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_des_txt {
    font-size: 3rem;
    line-height: 1.7333333333;
  }
  .p-architect-home-inspection .dlist_des_txt._sp-adjustment {
    letter-spacing: -0.02em;
  }
}
.p-architect-home-inspection .dlist_des_txt + .dlist_des_txt {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_des_txt + .dlist_des_txt {
    margin-top: 2.2rem;
  }
}
.p-architect-home-inspection .dlist_des_map {
  display: inline-block;
  position: relative;
  margin-top: 0.4rem;
  padding-left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_des_map {
    margin-top: 0;
    padding-left: 3.4rem;
  }
}
.p-architect-home-inspection .dlist_des_map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.6rem;
  height: 2.2rem;
  background: url(../img/common/icon_spot.svg) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_des_map::before {
    width: 2.2rem;
    height: 3rem;
  }
}
.p-architect-home-inspection .dlist_des_img {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .dlist_des_img {
    border-radius: 2.4rem;
  }
}
.p-architect-home-inspection .note {
  font-family: var(--font-family-mizolet);
  font-size: 2.2rem;
  line-height: 1.4090909091;
  letter-spacing: 0.075em;
  margin: 4.5rem 0 0 auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-architect-home-inspection .note {
    font-size: 3rem;
    line-height: 1.7333333333;
    letter-spacing: 0.055em;
    margin-top: 7rem;
  }
}

/*# sourceMappingURL=architect.css.map */
