@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Overpass:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic&display=swap");
.en-ff {
  font-family: "Overpass", sans-serif !important;
}

@media screen and (max-width: 639px) {
  body {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 16px !important;
  }
  h4 {
    font-size: 14px !important;
  }
  h1.c-entry__title {
    font-size: 20px !important;
  }
  h2.c-entry-summary__title {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 639px) {
  .sp-f14 {
    font-size: 14px !important;
  }
  .sp-f16 {
    font-size: 16px !important;
  }
  .sp-f18 {
    font-size: 18px !important;
  }
  .sp-f22 {
    font-size: 22px !important;
  }
  .sp-f26 {
    font-size: 26px !important;
  }
  .sp-pt4 {
    padding-top: 4em !important;
  }
  .sp-box-padding {
    padding: 2em 1em !important;
  }
}
li.c-meta__item.c-meta__item--author {
  display: none !important;
}

.min-ff {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 639px) {
  .sp-tal {
    text-align: left !important;
  }
  .sp-tac {
    text-align: center !important;
  }
}
.tel a {
  text-decoration: none !important;
  color: inherit !important;
}

/*=============================================
# header
=============================================== */
.c-site-branding.c-site-branding--has-logo {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .l-2row-header__row {
    padding: 0 !important;
  }
  .l-2row-header .p-global-nav .c-navbar__item > a {
    padding-bottom: 1em !important;
    padding-top: 0 !important;
  }
  .l-2row-header .p-global-nav .c-navbar__item > a span {
    letter-spacing: 0.1em;
    font-family: "Zen Maru Gothic", sans-serif !important;
  }
}
@media screen and (max-width: 639px) {
  .c-drawer__menu li a {
    letter-spacing: 0.1em;
    font-family: "Zen Maru Gothic", sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.1em !important;
  }
}
.c-site-branding__description {
  font-size: 13px;
}
@media screen and (max-width: 639px) {
  .c-site-branding__description {
    font-size: 10px;
  }
}

.header-label {
  font-size: 1em;
  background: #c4a97b;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif !important;
  display: flex;
  align-items: center;
  padding: 0 3em;
  margin: 1em 0 0.3em;
}
.header-label svg.svg-inline--fa.fa-envelope {
  margin-right: 8px;
  font-size: 1.2em;
}

.header-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1.5em;
}

.header-tel a {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2em;
  color: #333;
  text-decoration: none;
}
.header-tel svg.svg-inline--fa.fa-phone {
  color: #c4a97b;
  margin-right: 8px;
  font-size: 0.9em;
}
.header-tel p.header-tel-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: -1em;
  padding-top: 6px;
  margin-left: 6px;
}

/*=============================================
# top
=============================================== */
.center-border-title {
  position: relative;
  margin-bottom: 2em !important;
}
.center-border-title::after {
  content: "";
  width: 77px;
  height: 1px;
  display: inline-block;
  background: #ba9f73;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1rem;
}

.border-title {
  position: relative;
  margin-bottom: 2em !important;
}
.border-title::after {
  content: "";
  width: 77px;
  height: 1px;
  display: inline-block;
  background: #ba9f73;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
.border-title.-green::after {
  background: #4A8281;
}

.fv {
  position: relative;
}

.fv-reserve-box {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: center !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 2em;
  right: 1em;
}
@media screen and (max-width: 639px) {
  .fv-reserve-box {
    padding: 1em !important;
    bottom: -1.5em;
    right: 0em;
    left: 0;
  }
}

.fv-title {
  position: relative;
  margin-bottom: 1.5em !important;
}
@media screen and (max-width: 639px) {
  .fv-title {
    margin-top: -8em !important;
    font-size: 26px !important;
  }
}
.fv-title::after {
  content: "";
  width: 3em;
  height: 2px;
  display: inline-block;
  background: #ba9f73;
  position: absolute;
  left: 0;
  bottom: -2rem;
}
@media screen and (max-width: 639px) {
  .fv-title::after {
    bottom: -1.5rem;
  }
}

@media screen and (max-width: 639px) {
  .fv-text {
    font-size: 1.1em !important;
    margin-top: 3em !important;
  }
}
.list-box {
  padding: 2.5em 3em !important;
}

.fp-top-box li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a" !important;
  font-weight: 500;
}

.btn a {
  position: relative;
  font-weight: 600 !important;
  transition: all 0.3s;
}
.btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 600;
  position: absolute;
  right: 3em;
  font-size: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 639px) {
  .btn a::after {
    right: 2em;
  }
}
.btn a:hover {
  background: #ccae79;
}
.btn a:hover::after {
  right: 2em;
}

.btn.btn2 a:hover {
  background: #87aaa9;
}

.scroll-arrow-btn a {
  position: relative;
  width: 400px !important;
  max-width: 100% !important;
  transition: all 0.3s;
}
@media screen and (max-width: 639px) {
  .scroll-arrow-btn a {
    width: 300px !important;
  }
}
.scroll-arrow-btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  position: absolute;
  right: 3em;
  font-size: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 639px) {
  .scroll-arrow-btn a::after {
    right: 2em;
  }
}
.scroll-arrow-btn a:hover {
  opacity: 0.8;
}
.scroll-arrow-btn a:hover::after {
  top: 60%;
}

.fp-top-box {
  padding: 3em 1em !important;
}
@media screen and (max-width: 639px) {
  .fp-top-box h2 {
    font-size: 22px !important;
  }
}
.fp-top-box .fp-list {
  margin-top: 3em !important;
}
@media screen and (min-width: 1024px) {
  .fp-top-box .fp-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .fp-top-box .fp-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2em !important;
  }
}
@media screen and (min-width: 1024px) {
  .fp-top-box .fp-list li {
    flex: 0 0 50%;
    margin-top: 0.5em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .fp-top-box .fp-list li {
    flex: 0 0 50%;
    margin-top: 0.5em !important;
  }
}
.fp-top-box .fp-list li:before {
  color: #C4A97B;
}
.fp-top-box .fv-box-icon {
  position: absolute;
  bottom: -7em;
  right: -3em;
  width: 164px;
  opacity: 0.9;
}
@media screen and (max-width: 639px) {
  .fp-top-box .fv-box-icon {
    width: 110px !important;
    right: -2em;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .fp-top-box .fv-box-icon {
    width: 200px !important;
  }
}

.fp-brown-box {
  height: 100%;
}

.feature-box {
  padding-left: 3.5em !important;
  padding-right: 3.5em !important;
}
@media screen and (max-width: 639px) {
  .feature-box {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
}

.bb {
  padding-bottom: 4px !important;
  border-bottom: 1px solid;
}

.flow-item {
  gap: 3em !important;
}
@media screen and (max-width: 639px) {
  .flow-item {
    gap: 1.5em !important;
  }
}
.flow-item img {
  aspect-ratio: 4/2.5;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 639px) {
  .fp-title-flex {
    gap: 1em !important;
  }
}
@media screen and (max-width: 639px) {
  .message-section .message-flex {
    gap: 1em !important;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .message-section .message-flex {
    gap: 1em !important;
  }
}
@media screen and (max-width: 639px) {
  .message-section .message-img {
    width: 80% !important;
  }
  .message-section .heart-text {
    padding: 0 4% !important;
  }
}

/*=============================================
# サービス内容・料金
=============================================== */
@media screen and (max-width: 639px) {
  .service-item-box {
    padding: 2em !important;
  }
}
.price-table.wp-block-table thead {
  background-color: #6c9594 !important;
  border-bottom: 1px solid !important;
}

/*=============================================
# faq
=============================================== */
.faq .smb-accordion__item__title {
  background: #fff !important;
  position: relative;
  padding-left: 2em !important;
  font-weight: 500 !important;
}
.faq .smb-accordion__item__title::before {
  content: "Q.";
  font-size: 1.25em;
  color: #b9a47e;
  position: absolute;
  left: 0;
}
.faq .smb-accordion__item__body {
  background: #FAF7F3;
  margin-top: 1em !important;
}

/*=============================================
# 概要・アクセス
=============================================== */
.company .smb-information__item__label {
  border-bottom: 2px solid #3C6E57 !important;
  font-weight: 500 !important;
}
.company .smb-information__item__body {
  border-bottom: 1px solid #8E9194 !important;
}
@media screen and (max-width: 639px) {
  .company .smb-information__item__body {
    border-bottom: none !important;
    margin-bottom: 1em !important;
  }
}

@media screen and (max-width: 639px) {
  .map-section {
    margin-top: 1em !important;
  }
}
.map iframe {
  width: 100%;
}
@media screen and (max-width: 639px) {
  .map iframe {
    aspect-ratio: 16/9;
    max-width: 1000px;
    height: auto;
  }
}

/*=============================================
# 下部バナー
=============================================== */
.footer-banner {
  font-size: 1rem !important;
}
.footer-banner .smb-items__banner__title {
  font-size: 1em;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
@media screen and (max-width: 639px) {
  .footer-banner .smb-items__banner__title {
    font-size: 18px;
  }
}
.footer-banner .smb-items__banner__lede {
  font-size: 1.5em;
  margin-top: 0 !important;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif !important;
}
@media screen and (max-width: 639px) {
  .footer-banner .smb-items__banner__lede {
    font-size: 18px;
  }
}
.footer-banner img {
  transition: all 2s;
}
.footer-banner .smb-items__banner:hover img {
  transform: scale(1.2);
}

.tel a {
  text-decoration: none !important;
  color: inherit !important;
}

@media screen and (max-width: 639px) {
  .contact .footer-contact-box {
    padding: 3em 1em !important;
  }
}
@media screen and (max-width: 639px) {
  .contact .footer-contact-text {
    font-size: 14px !important;
  }
}
.contact .tel {
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}
@media screen and (max-width: 639px) {
  .contact .tel {
    font-size: 2em !important;
  }
}
.contact .smb-section-with-bgimage__bgimage.smb-section-with-bgimage__bgimage--lg {
  height: 60% !important;
}
.contact .footer-tel-box {
  gap: 4px !important;
  justify-content: center !important;
  align-items: baseline !important;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.footer-nav {
  max-width: calc(1140px + 2%);
  width: 100%;
  margin-top: 2.5em !important;
  padding: 0 2% 3em !important;
}
@media screen and (max-width: 639px) {
  .footer-nav {
    justify-content: center !important;
    gap: 2em !important;
    padding-bottom: 3em !important;
  }
}
@media screen and (min-width: 639px) and (max-width: 1023px) {
  .footer-nav {
    flex-direction: column !important;
    gap: 2em !important;
  }
}

@media screen and (max-width: 639px) {
  .footer-menu {
    gap: 1em 1.5em !important;
    justify-content: center !important;
  }
}
.footer-logo img {
  width: 360px !important;
}
@media screen and (max-width: 639px) {
  .footer-logo {
    flex: 0 0 100%;
  }
  .footer-logo img {
    width: 300px !important;
    margin: auto;
  }
}

.c-copyright--inverse {
  background-color: #7b7264;
  font-size: 12px;
  text-align: center;
}

.c-page-header {
  position: relative;
}
.c-page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #DEDEDE;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}
.c-page-header h1.c-page-header__title {
  font-size: 1.8em !important;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em !important;
  color: #333;
  font-weight: 500 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 639px) {
  .c-page-header h1.c-page-header__title {
    font-size: 1.6em !important;
  }
}
.c-page-header h1.c-page-header__title::before {
  content: "";
  font-size: 1.75em !important;
  font-family: "Overpass", sans-serif !important;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 639px) {
  .c-page-header h1.c-page-header__title::before {
    font-size: 1.5em !important;
  }
}

.c-page-header[data-has-image=true] {
  height: clamp(240px, 62.5vw, 280px) !important;
}
@media screen and (max-width: 639px) {
  .c-page-header[data-has-image=true] {
    height: clamp(200px, 50.5vw, 200px) !important;
  }
}

.c-page-header__content {
  z-index: 2;
}

.contact-form button.smf-button-control__control {
  border-radius: 50px !important;
  font-weight: 500 !important;
  padding: 0.6em 3em !important;
}

/*=============================================
# 相続の流れ
=============================================== */
@media screen and (max-width: 639px) {
  .flow-box {
    padding: 2em 1.5em !important;
  }
  .flow-flex {
    gap: 1.5em !important;
    flex-direction: column !important;
  }
  .flow-flex .flow-no-flex {
    flex-wrap: nowrap !important;
    align-items: baseline !important;
  }
  .flow-flex .flow-no-flex .flow-no {
    font-size: 18px !important;
    width: 12% !important;
  }
}
/*=============================================
# 相談員
=============================================== */
@media screen and (max-width: 639px) {
  .member-img-small .smb-media-text__figure {
    width: 60% !important;
    margin: auto !important;
  }
}