@charset "utf-8";
.page-column .inline-block {
  display: inline-block;
}
.page-column .block  {
  display: block;
}
.page-column .article,
.page-post .article {
  padding: 0 1em;
}
.page-column .article-inner {
  padding: 2em 0;
}
.page-column .fw-bold,
.page-post .fw-bold {
  font-weight: 600;
}
.page-column time,
.page-post time {
  color: #7a7a7a;
  font-size: .9em;
  font-weight: 600;
}
.link-text {
  border-radius: 5px;
  color: white;
  width: 3.5em;
  padding: .3em .5em;
  display: flex;
  justify-content: center;
  & span {
    font-size: 0.9em;
    letter-spacing: .2em;
    padding-left: .2em;
  }
  &.fudosan {
    background-color: #7636A3;
  }
  &.touki {
    background-color: #60a336;
  }
  &.souzoku {
    background-color: #ee7f29;
  }
}
.sp-only {
  display: block;
}
.pc-only {
  display: none;
}
.page-column .btn img,
.page-post .btn img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
.page-column #menubar,
.page-post #menubar {
  display: none;
}
@media screen and (min-width: 951px) {
  .page-column #menubar,
  .page-post #menubar {
    display: block;
  }
  .page-column .article,
  .page-post .article {
    padding: 0;
}
}

/* トップページバナー */
.home .banner {
  background-color: #743ba0;
  padding: .5em 0 0;
  margin-top: 2em;
}
.home .banner ul.item {
  background-color: #f8f8f7;
  padding: 1em 1em;
  & .list-inner:not(:last-of-type) {
    margin-bottom: 1.25em;
  }
}
.home .banner .area-box {
  background-color: #743ba0;
  padding: 0 .5em 0 .5em;
}
.area-inner.right {
  font-size: 1em;
  font-weight: 600;
  background-color: #f8f8f7;
  flex: 1;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  & .text-box .box-inner:first-of-type {
    display: flex;
    gap: .5em;
    align-items: center;
    margin-bottom: .2em;
  }
}
.area-inner.left {
  display: flex;
  padding-bottom: .5em;
  & .text-text {
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
  }
  & .left-top {
    background-color: #743ba0;;
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    flex: 1;
  }
  & .left-bottom {
    display: flex;
    align-items: flex-start;
    flex: 1;
  }
}
.home .banner .date span {
  text-align: right;
  display: inline-block;
  width: 1.3em;
}
.home .date {
  font-size: 0.9em;
  font-weight: 400;
}
.home .link-text {
  padding: .2em .5em;
  & span {
    font-size: 0.8em;
  }
}
.column-link {
  background-color: #8a55b4;
  padding: .5em 1em;
  text-align: right;
  & .text-link {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    & .text-text {
      padding-right: 2em;
      position: relative;
      &::after {
        background-image: url(./img/arrow_01.svg);
        background-repeat: no-repeat;
        background-size: cover;
        content: '';
        display: block;
        width: 30px;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
      }
    }
  }
}
.home .btn img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .banner {
    margin-top: 3em;
  }
  .home .banner ul.item {
    padding: 1.5em 2em;
    & .list-inner:not(:last-of-type) {
      margin-bottom: .5em;
    }
  }
    .home .banner ul.item .list-inner:hover {
      opacity: .7;
    }
  .home .date {
    font-size: 1em;
    font-weight: 600;
  }
  .home .banner .area-box {
    display: flex;
    padding: 0 .5em 0 0;
  }
  .home .banner .text-box {
    display: flex;
    align-items: flex-start;
    gap: 1em;
    & .box-inner:first-of-type {
      min-width: 14em;
    }
  }
  .home .banner .box-inner {
    display: flex;
    gap: 1em;
    align-items: center;
  }
  .area-inner.right {
    flex: 1;
    & .text-box .box-inner:first-of-type {
      margin-bottom: 0;
      gap: 1em;
    }
  }
  .area-inner.left {
    flex-direction: column;
    padding-bottom: 0;
    & .left-top {
      padding: 1em 1em 0;
    }
    & .left-bottom {
      padding: 0 1em 1em;
      background-color: #8a55b4;
    }
  }
  .column-link {
    & .text-link {
      font-size: 1.5em;
      & .text-text {
        padding-right: 2.5em;
        &::after {
          width: 31px;
          right: 0.5em;
        }
      }
    }
  }
}

/* .p-cta トップページ　無料相談受付中 */
/* @media screen and (min-width: 768px) {
  .home .p-cta .item {
    display: flex;
    gap: 3em;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }
  .home .p-cta__bt.tel {
    margin: 0;
    padding: 0;
  }
  .home .p-cta__bt {
    margin: 0;
    padding: 0;
  }
  .home .p-cta .l-inner {
    padding: 3em 0 4em;
  }
} */

/* .page-column コラム記事一覧ページ */
.page-column .article-inner {
  padding: 2em 0;
  text-align: center;
}
.page-column .article-heading {
  margin-bottom: 3em;
}
.page-column .article-heading .heading-inner {
  position: relative;
  font-size: 1.2em;
  &::before {
    background-color: #7636a3;
    content: "";
    width: 2em;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: -1em;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.page-column .article-body {
  & .item .list-inner {
    /* box-shadow: 0px 0.4em 1em 0em rgb(10 10 10 / 8%); */
    margin-bottom: 4em;
    &:last-of-type {
      margin-bottom: 0;
    }
  }
  & .img-img {
    overflow: hidden;
  }
  & .img {
    aspect-ratio: 5 / 3;
    border-radius: 10px;
    border: .5px solid rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .33s ease;
    &:hover {
      transform: scale(1.1);
    }
  }
  & .text-box {
    text-align: left;
    padding: 1em 0;
    & .text-text {
      padding-bottom: .5em;
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      gap: 1em;
      align-items: center;
    }
  }
}
@media screen and (min-width: 768px) {
  .page-column .article-body .item {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    & .list-inner {
      width: calc((100% - (2em * 1)) / 2);
      margin-bottom: 0;
    }
  }
}

/*.page-post 記事ページ*/
.page-post .img-outer {
  margin-bottom: 2em;
}
.page-post .img {
  width: 100%;
}
.page-post .category {
  align-items: center;
  display: flex;
  gap: 1em;
  margin-top: 1em;
}
.page-post .article-header {
  & .article-heading {
    padding: 2em 0 1em;;
    & .heading-inner {
    font-size: 1.6em;
    }
  }
}
.page-post .wrapper-header {
  & .header-inner {
    position: relative;
    &::before {
      content: '';
      display: block;
      background-color: #7636A3;
      width: .3em;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto 0;
    }
  }
  & .wrapper-heading {
    background-color: #ececec;
    padding: .8em .5em;
    & .heading-inner {
      font-size: 1.2em;
      display: inline-block;
      padding-left: .5em;
    }
  }
}
.page-post .wrapper .text-box {
  padding: 1em 0;
  margin-bottom: 1em;
  & p.text-text {
    padding-bottom: 1em;
    line-height: 1.8;
    &:last-of-type {
      padding-bottom: 0;
    }
  }
}
.page-post .article .wrapper:last-of-type .text-box {
  margin-bottom: 0;
}
.page-post ul.list {
  padding: 0 0 1em 1em;
  & .list-inner {
    line-height: 1.9;
    position: relative;
    padding-left: 1em;
    &::before {
      background-color: #7636A3;
      border-radius: 50%;
      content: '';
      width: .4em;
      height: .4em;
      display: block;
      position: absolute;
      top: .75em;
      left: 0;
      bottom: 0;
    }
  }
}
.page-post ul.style-none {
  list-style-type: none;
  margin-bottom: 1em;
  & .list-inner {
    line-height: 1.9;
  }
}
.page-post .box-heading {
  font-size: 1.1em;
}
.page-post .text-box .box-heading_styleA {
  position: relative;
  padding-left: 1.1em;
  margin-bottom: .5em;
  &::before {
    background-color: #7636A3;
    content: '';
    width: .6em;
    height: .6em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(45deg);
  }
}
.page-post .wrapper .text-box .box-heading_styleB {
  position: relative;
  padding-left: 1em;
  &::before {
  content: '';
  background-color: #7636A3;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 7px;
  height: 13px;
  margin: auto 0;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  }
}
.next-column {
  .btn-inner {
    display: flex;
    justify-content: center;
    margin: 5em 0 5em 0;
  }
  & .text-link {
    padding: 1em 3em;
    color: #7636a4;
    border: 1px solid #7636a4;
    transition: all ease .3s;
    position: relative;
    &::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1em;
      width: 9px;
      height: 9px;
      margin: auto;
      border-top: 1px solid #7636a4;
      border-right: 1px solid #7636a4;
      transform: rotate(45deg);
      box-sizing: border-box;
    }
    & .link-inner {
      padding-right: 1em;
    }
  }
}
& .btn-btn a:hover {
  color: white;
  background-color: #7636a4;
  transition: all ease .3s;
}
& .btn-btn a:hover.text-link::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (min-width: 951px) {
  .page-post .article-inner {
    border: 1px solid #e4e4e4;
    padding: 2em 1.5em;
  }
  .page-post .category {
    margin-top: 0em;
  }
}

/* 2026-03-31 added */
.headerCall img,
.fotSoudanCall img {
  width: 100%;
}
.headerCall-inner {
  position: absolute;
  top: .2em;
  right: 0;
  bottom: 0;
  width: 290px;
  height: 0;
  margin: auto 0;
}