@charset "UTF-8";
/* 共通のスタイル */
.l-header__bar {
  display: none;
}

.l-header,
.l-header__inner,
.l-fixHeader__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#2d4b39), to(rgba(31, 52, 40, 0)));
  background: linear-gradient(to bottom, #2d4b39, rgba(31, 52, 40, 0));
  background-repeat: no-repeat;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
@media (max-width: 960px) {
  .l-header,
  .l-header__inner,
  .l-fixHeader__inner {
    left: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.l-content {
  margin-bottom: 0;
}

.l-footer {
  background: #2a4a3a;
  color: #fff;
  position: relative;
  padding: 8px 0;
}
.l-footer:before {
  content: "";
  background: #4c8769;
  height: 1px;
  width: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home .l-content.l-container {
  padding-top: 0 !important;
}

.br10 {
  border-radius: 15px;
}
.br10 img {
  border-radius: 15px;
}

.sp-view {
  display: none;
}
@media (max-width: 780px) {
  .sp-view {
    display: block;
  }
}

@media (max-width: 780px) {
  .pc-view {
    display: none;
  }
}

/* 共通/フッター */
.footer-flex1 {
  white-space: nowrap;
}
@media (max-width: 960px) {
  .footer-flex1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .footer-flex1 > .wp-block-column:first-child {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
  .footer-flex1 > .wp-block-column:first-child img {
    width: 300px;
    max-width: 95%;
  }
  .footer-flex1 > .wp-block-column:nth-child(n+2) {
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
  }
}
@media (max-width: 780px) {
  .footer-flex1 > .wp-block-column:nth-child(2), .footer-flex1 > .wp-block-column:nth-child(3) {
    -ms-flex-preferred-size: 45% !important;
        flex-basis: 45% !important;
  }
  .footer-flex1 > .wp-block-column:nth-child(4) {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-top: 3em !important;
  }
  .footer-flex1 > .wp-block-column:nth-child(4) > .wp-block-image {
    width: 300px;
    max-width: 95%;
    margin: 0 auto;
  }
  .footer-flex1 > .wp-block-column:nth-child(4) > .wp-block-image a img {
    width: 100% !important;
  }
  .footer-flex1 > .wp-block-column:nth-child(4) > .wp-block-image:nth-child(2), .footer-flex1 > .wp-block-column:nth-child(4) > .wp-block-image:nth-child(3) {
    display: none;
  }
}

.footer-flex2 {
  gap: 10px !important;
}
.footer-flex2 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* トップ/セクションタイトル周り */
.section-sub-head {
  margin-bottom: 10px !important;
  color: #dca93a;
}

.section-head {
  margin: 0 0 10px !important;
}

.section-head2 {
  margin: 0 0 30px !important;
}

/* トップ/投稿一覧 */
.post-list .p-postList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 960px) {
  .post-list .p-postList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-list .p-postList .p-postList__item {
  width: 32% !important;
}
@media (max-width: 1100px) {
  .post-list .p-postList .p-postList__item {
    width: 33.3% !important;
  }
}
@media (max-width: 960px) {
  .post-list .p-postList .p-postList__item {
    width: 100% !important;
  }
  .post-list .p-postList .p-postList__item:nth-child(n+2) {
    margin-top: 5vw;
  }
}
.post-list .p-postList .p-postList__item .p-postList__thumb {
  border-radius: 15px;
}
.post-list .p-postList .p-postList__item .p-postList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.post-list .p-postList .p-postList__item .p-postList__body .p-postList__title {
  color: #2a6748;
  font-size: 20px;
  margin-top: 20px !important;
}
@media (max-width: 960px) {
  .post-list .p-postList .p-postList__item .p-postList__body .p-postList__title {
    font-size: clamp(16px, 4vw, 28px);
  }
}
.post-list .p-postList .p-postList__item .p-postList__body .p-postList__meta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}
@media (max-width: 960px) {
  .post-list .p-postList .p-postList__item .p-postList__body .p-postList__meta {
    ffont-size: clamp(14px, 3vw, 24px);
  }
}
.post-list .p-postList .p-postList__item .p-postList__body .p-postList__meta .p-postList__times time::before {
  display: none;
}
.post-list .p-postList .p-postList__item .p-postList__body .p-postList__meta .p-postList__cat {
  background: #2a6748;
  color: #fff;
  opacity: 1;
  padding: 5px 15px;
  border-radius: 30px;
}
@media (max-width: 960px) {
  .post-list .p-postList .p-postList__item .p-postList__body .p-postList__meta .p-postList__cat {
    padding: 1vw 3vw;
  }
}
.post-list .p-postList .p-postList__item .p-postList__body .p-postList__meta .p-postList__cat::before {
  display: none;
}

/* トップ/FV */
.fv-bg {
  padding-top: 0 !important;
}

.fv-head {
  color: #2a6748 !important;
  font-size: 34px !important;
  background: #fff !important;
  display: inline;
  line-height: 1.6 !important;
  padding: 25px 10px 10px !important;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  letter-spacing: 0.1em !important;
}
@media (max-width: 960px) {
  .fv-head {
    font-size: 4.5vw !important;
    padding: 3vw 1.2vw 1.2vw !important;
  }
}

.fv-btn-flex div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 960px) {
  .fv-btn-flex div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1%;
  }
}
.fv-btn-flex div figure {
  width: 250px;
}
@media (max-width: 960px) {
  .fv-btn-flex div figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54%;
    margin-bottom: 0;
    gap: 0;
  }
  .fv-btn-flex div figure:nth-child(2) {
    width: 45%;
  }
}

.fv-parent {
  position: relative;
  padding: 250px 0 0 !important;
}
.fv-parent .fv-mark-flex {
  position: absolute;
  bottom: -70px;
  right: 6%;
}
.fv-parent .fv-mark-flex div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.fv-parent .fv-mark-flex div figure {
  width: 166px;
}
@media (max-width: 1050px) {
  .fv-parent .fv-mark-flex div figure {
    width: 140px;
  }
}

.fv-parent-sp {
  margin-top: -23vw;
}

.fv-select {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px !important;
}
@media (max-width: 960px) {
  .fv-select {
    gap: 4% !important;
  }
}
.fv-select .title {
  white-space: nowrap;
}
@media (max-width: 960px) {
  .fv-select .title {
    font-size: 1.8vw;
  }
}
@media (max-width: 780px) {
  .fv-select .title {
    font-size: 4vw;
  }
}
@media (max-width: 780px) {
  .fv-select .text {
    font-size: 3.6vw;
  }
}
@media (max-width: 960px) {
  .fv-select .wp-block-column {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
  }
}
@media (max-width: 780px) {
  .fv-select .wp-block-column:nth-child(2) {
    margin-top: 7vw !important;
  }
}
@media (max-width: 780px) {
  .fv-select .swell-block-button a {
    width: 100%;
  }
}
.fv-select .swell-block-button a:hover {
  color: #2a6748 !important;
  font-weight: 700;
}
.fv-select .swell-block-button a span {
  white-space: nowrap;
}
@media (max-width: 960px) {
  .fv-select .swell-block-button a span {
    font-size: 1.9vw;
  }
}
@media (max-width: 960px) and (max-width: 780px) {
  .fv-select .swell-block-button a span {
    font-size: 4vw;
  }
}

/* トップ/私たちが選ばれる理由 */
@media (max-width: 780px) {
  .reason {
    gap: 10vw !important;
  }
}
.reason .wp-block-column > * {
  margin-bottom: 0.3em;
}

.town-bg {
  margin-top: -2em;
}

/* トップ/case */
.case .swell-block-button .swell-block-button__link {
  white-space: nowrap !important;
  width: 350px;
  max-width: 95%;
}

/* トップ/media */
.media .media-inner {
  max-width: 90% !important;
  width: 1316px;
  margin: 0 auto;
  border-radius: 5px;
}
.media .media-inner .is-style-btn_line a {
  background: #fff;
  white-space: nowrap;
}
.media .media-inner .is-style-btn_line a:hover {
  color: #fff !important;
  border-color: #2a6748;
  background: #2a6748;
}
@media (max-width: 780px) {
  .media .media-inner .is-style-btn_line a {
    font-size: 4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 780px) {
  .media .media-inner figure {
    margin-top: 5vw !important;
  }
}
.media .media-inner figure img {
  border-radius: 15px;
}

/* トップ/news */
.news .c-tabList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.news .c-tabList .c-tabList__item .c-tabList__button {
  border-radius: 30px;
}
.news .c-tabList .c-tabList__item .c-tabList__button[aria-selected=true], .news .c-tabList .c-tabList__item .c-tabList__button:hover {
  background: #2a6748 !important;
}
@media (max-width: 780px) {
  .news .c-tabList .c-tabList__item .c-tabList__button {
    font-size: 3vw;
  }
}
.news .c-tabBody {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.news .swell-block-button .swell-block-button__link {
  white-space: nowrap !important;
  width: 350px;
  max-width: 95%;
}
.news .wp-block-column {
  border-radius: 10px;
}
.news .wp-block-column .head-flex {
  gap: 15px !important;
}
.news .wp-block-column .title {
  margin-bottom: 0;
}
.news .wp-block-column .list {
  margin-bottom: 0.5em;
  gap: 10px !important;
}
.news .wp-block-column .btn {
  margin-top: 30px;
}

/* トップ/company・staff */
.company .flex {
  margin-top: 5em;
}
@media (max-width: 960px) {
  .company .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company .flex .wp-block-column:nth-child(2) {
    margin-top: 2em !important;
  }
}
.company .flex figure img {
  border-radius: 10px;
}
.company .contact-banner {
  max-width: 90% !important;
  width: 1000px;
  border-radius: 5px;
  margin: 0 auto;
  padding: 0 5%;
}
.company .contact-banner .btn {
  width: 700px;
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .company .contact-banner .btn {
    width: 250px;
  }
}

/* 不動産相続LP/FV*/
.rei-lp-fv .wp-block-group {
  width: 600px;
  max-width: 70%;
}

.rei-lp-fv-sp .wp-block-group {
  padding-top: 20em !important;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .rei-lp-fv-sp .wp-block-group {
    padding-top: 9em !important;
  }
}

/* 不動産相続LP/不安や悩み*/
.rei-lp-worry {
  position: relative;
}
@media (max-width: 780px) {
  .rei-lp-worry .title {
    margin-bottom: 12em !important;
  }
}
@media (max-width: 600px) {
  .rei-lp-worry .title {
    margin-bottom: 9em !important;
  }
}
.rei-lp-worry .title .b-text {
  font-size: 1.8em !important;
  color: #333;
}
@media (max-width: 600px) {
  .rei-lp-worry .title .b-text {
    font-size: 1.6em !important;
  }
}
.rei-lp-worry .wp-block-group {
  width: 992px;
  max-width: 90%;
  margin: 0 auto;
}
.rei-lp-worry .wp-block-group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 36px;
}
@media (max-width: 1080px) {
  .rei-lp-worry .wp-block-group > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rei-lp-worry .wp-block-group > div .wp-block-columns {
  width: 47.5%;
  background: #f7f5f0;
  border-radius: 5px;
  padding: 10px 16px;
  margin-bottom: 0;
  gap: 10px !important;
  font-size: 18px;
}
@media (max-width: 1080px) {
  .rei-lp-worry .wp-block-group > div .wp-block-columns {
    width: 450px;
  }
}
@media (max-width: 780px) {
  .rei-lp-worry .wp-block-group > div .wp-block-columns {
    width: 95%;
  }
}
.rei-lp-worry .wp-block-group > div .wp-block-columns figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rei-lp-worry .pair {
  position: absolute;
  bottom: -9%;
  right: 18%;
  width: 23%;
}
@media (max-width: 1080px) {
  .rei-lp-worry .pair {
    right: 1%;
    bottom: -4%;
  }
}
@media (max-width: 780px) {
  .rei-lp-worry .pair {
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 18.5%;
    width: 260px;
  }
}
@media (max-width: 600px) {
  .rei-lp-worry .pair {
    top: 11em;
    width: 50%;
  }
}

/* 不動産相続LP/リスクと解決策*/
@media (max-width: 960px) {
  .rei-lp-rs .space {
    height: 3em !important;
  }
}
@media (max-width: 600px) {
  .rei-lp-rs .space {
    height: 1em !important;
  }
}
.rei-lp-rs .parts {
  position: relative;
  width: 1090px;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 4em 2em 3em !important;
}
@media (max-width: 960px) {
  .rei-lp-rs .parts {
    padding: 5em 0 !important;
  }
}
@media (max-width: 600px) {
  .rei-lp-rs .parts {
    padding: 2em 0 !important;
  }
}
.rei-lp-rs .parts .head {
  position: absolute;
  top: -16%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 960px) {
  .rei-lp-rs .parts .head {
    top: -5.5%;
    width: 60%;
  }
}
@media (max-width: 600px) {
  .rei-lp-rs .parts .head {
    top: -7%;
    width: 70%;
  }
}
@media (max-width: 960px) {
  .rei-lp-rs .parts .flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 !important;
  }
  .rei-lp-rs .parts .flex1 > .wp-block-column:nth-child(2) {
    padding: 0 3em;
  }
}
@media (max-width: 600px) {
  .rei-lp-rs .parts .flex1 > .wp-block-column:nth-child(2) {
    padding: 0 1.5em;
  }
}
.rei-lp-rs .parts .flex1 .wp-block-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px !important;
}
.rei-lp-rs .parts .flex1 .wp-block-columns > .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rei-lp-rs .parts .flex1 .wp-block-columns > .wp-block-column figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .rei-lp-rs .parts .flex1 .wp-block-columns > .wp-block-column:nth-child(2) {
    font-size: 2.8vw !important;
  }
}
@media (max-width: 600px) {
  .rei-lp-rs .parts .flex1 .wp-block-columns > .wp-block-column:nth-child(2) {
    font-size: 0.7em;
  }
}

/* 不動産相続LP/youtube */
.youtube .bubble {
  margin-bottom: 1em;
}
.youtube .flex {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .youtube .flex > .wp-block-column {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
  }
}
@media (max-width: 715px) {
  .youtube .flex > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.youtube .flex > .wp-block-column > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (max-width: 715px) {
  .youtube .flex > .wp-block-column > a p:nth-child(2) {
    font-size: 4vw;
  }
}
.youtube .flex > .wp-block-column > a p:nth-child(3) {
  margin-bottom: 10px;
}
@media (max-width: 715px) {
  .youtube .flex > .wp-block-column > a p:nth-child(3) {
    font-size: 3.8vw;
  }
}
.youtube .link-btn {
  gap: 10px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}
.youtube .link-btn figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 715px) {
  .youtube .link-btn figure img {
    width: 4vw !important;
  }
}
.youtube .link-btn p {
  text-decoration: underline;
}
@media (max-width: 715px) {
  .youtube .link-btn p {
    font-size: 3vw;
  }
}
.youtube .btn a {
  background: #fff;
}
.youtube .btn a:hover {
  border: 1px solid #fff;
  background: #2a6748;
}

/* 不動産相続LP/解決事例 */
.lp-case .btn a {
  background: #fff;
}
.lp-case .btn a:hover {
  border: 1px solid #fff;
  background: #2a6748;
}

/* 不動産相続LP/よくあるご質問 */
.question .swell-block-accordion__item {
  margin-bottom: 30px;
}
.question .swell-block-accordion__item .swell-block-accordion__title {
  background: #fff;
  border-radius: 5px;
}

/* 不動産相続LP/お気軽にご相談ください */
@media (max-width: 600px) {
  .gb-element-64c8127b {
    right: -55% !important;
  }
  .gb-element-64c8127b img {
    width: 38% !important;
  }
}

@media (max-width: 600px) {
  .gb-element-ee4f624d {
    padding-left: 10% !important;
    padding-right: 10% !important;
    width: 90%;
  }
}

@media (max-width: 600px) {
  .gb-element-ff71579b {
    margin: 0 auto;
  }
}