@charset "UTF-8";
/* ------------------------
/base
------------------------ */
/* ------------------------
/components
------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 
 * ヘッダー
 */
.l-header__logo p {
  width: 100%;
  color: #4A4A4A;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-header__logo p {
    font-size: 2.4vw;
  }
}
@media (max-width: 576px) {
  .l-header__logo p {
    display: none;
  }
}
.l-header .header-tel-btn a {
  position: relative;
  top: -3px;
  min-width: 210px;
  padding: 0;
  border-radius: 0;
  color: #4A4A4A;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.l-header .header-tel-btn a .mininote {
  font-size: 0.875rem;
  font-weight: 400;
}
.l-header .header-tel-btn a span {
  margin-right: 0.5rem;
  color: #4E7CD9;
}
.l-header .header-contact-btn a {
  padding: 0.875rem 2.5rem;
  background-color: #4E7CD9;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
}

/* 
 * フッター
 */
.l-footer__foot {
  padding-bottom: 0 !important;
}
.l-footer .l-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 5rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .l-footer .l-container {
    flex-wrap: wrap;
    gap: 1.25rem 5rem;
    padding-bottom: 2.5rem;
  }
}
.l-footer__company {
  width: 300px;
}
@media (max-width: 768px) {
  .l-footer__company {
    width: 100%;
  }
}
.l-footer__company-logo a {
  transition: all 0.3s ease-in-out;
}
.l-footer__company-logo a:hover {
  opacity: 0.8;
  filter: opacity(80%);
}
.l-footer__company dl {
  margin-top: 1.25rem;
}
.l-footer__company dl dd {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l-footer__company dl dd {
    font-size: 0.875rem;
  }
}
.l-footer__company dl dd a {
  color: #4A4A4A;
  text-decoration: underline;
}
.l-footer__company p {
  margin-top: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-footer__company p {
    font-size: 0.875rem;
  }
}
.l-footer__menu {
  width: calc(100% - 300px - 5rem);
}
@media (max-width: 768px) {
  .l-footer__menu {
    width: 100%;
  }
}
.l-footer__menu .l-footer__nav {
  justify-content: flex-end;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .l-footer__menu .l-footer__nav {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.l-footer__menu .l-footer__nav li {
  padding: 0 0 0 1.5rem;
  margin-bottom: 0.625rem;
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer__menu .l-footer__nav li {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .l-footer__menu .l-footer__nav li:first-of-type {
    margin-top: 0;
  }
}
.l-footer__menu .l-footer__nav li a {
  width: 100%;
  min-width: auto;
  border: none !important;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .l-footer__menu .l-footer__nav li a {
    font-size: 0.875rem;
  }
}
.l-footer__menu-banner {
  margin-top: 1.25rem;
  text-align: right;
}
@media (max-width: 768px) {
  .l-footer__menu-banner {
    text-align: left;
  }
}
.l-footer__menu-banner img {
  width: 100%;
  max-width: 280px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer .copyright {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #9DC316;
  color: #FFFFFF;
}

/* contact form 7
--------------------------------------------- */
.wpcf7 {
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .wpcf7 {
    margin-top: 1.5rem;
  }
}
.wpcf7 .cf-item {
  width: 100%;
  margin-top: 2.5rem;
}
.wpcf7 .cf-item dt {
  display: block;
  width: 100%;
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: 500;
}
.wpcf7 .cf-item dt span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.625rem;
  padding: 2px 0.5rem;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  vertical-align: 1px;
}
.wpcf7 .cf-item dt span.must {
  background-color: #FED5D8;
  color: #D90606;
}
.wpcf7 .cf-item dt span.option {
  background-color: #CBD6E2;
  color: #4A4A4A;
}
.wpcf7 .cf-item dd {
  width: 100%;
  margin-top: 0.5rem;
  color: #4A4A4A;
  font-size: 1rem;
}
.wpcf7 .cf-item dd .wpcf7-radio .wpcf7-list-item {
  margin: 0 1rem 0 0;
}
.wpcf7 .cf-item dd input[type=text],
.wpcf7 .cf-item dd input[type=tel],
.wpcf7 .cf-item dd input[type=email] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #CBD6E2;
  border-radius: 3px;
  background-color: #F7F8FA;
  color: #4A4A4A;
  font-size: 1rem;
}
.wpcf7 .cf-item dd textarea {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #CBD6E2;
  border-radius: 3px;
  background-color: #F7F8FA;
  color: #4A4A4A;
  font-size: 1rem;
}
.wpcf7 .cf-item dd select {
  padding: 0.75rem 1rem;
  border: 1px solid #CBD6E2;
  background-color: #F7F8FA;
  color: #4A4A4A;
  font-size: 1rem;
}
.wpcf7 .cf-item dd input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  border: 2px solid #CBD6E2;
  border-radius: 50%;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7 .cf-item dd input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4A4A4A;
  transform: translate(-50%, -50%);
}
.wpcf7 .cf-item dd .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #4E7CD9;
  font-size: 12px;
}
.wpcf7 .cf-link-btn {
  display: block;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .wpcf7 .cf-link-btn {
    margin-top: 1.5rem;
  }
}
.wpcf7 .cf-link-btn .submit-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.75rem 2.5rem;
  border-radius: 10px;
  background-color: #4E7CD9;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.wpcf7 .cf-link-btn .back-btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 0.75rem 2.5rem;
  border-radius: 10px;
  background-color: #D9D9D9;
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.l-mainContent .c-pageTitle {
  border-bottom: 1px solid #EEEEEE;
  font-size: 2.25rem;
}
@media (max-width: 992px) {
  .l-mainContent .c-pageTitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .l-mainContent .c-pageTitle {
    font-size: 1.5rem;
  }
}
.l-mainContent .c-pageTitle__inner {
  border-bottom: 3px solid #9DC316 !important;
}
.l-mainContent .c-pageTitle__subTitle {
  display: block;
  margin: 0;
  color: #9DC316;
}

/* page-txt */
.p-txt-33-30-b {
  font-size: 33px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .p-txt-33-30-b {
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  .p-txt-33-30-b {
    font-size: 1.5rem;
  }
}

.p-txt-20-18-b {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-txt-20-18-b {
    font-size: 18px;
  }
}

p.p-txt-20-16-b {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  p.p-txt-20-16-b {
    font-size: 1rem;
  }
}

.p-txt-18-16 {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .p-txt-18-16 {
    font-size: 1rem;
  }
}

.p-txt-16 {
  font-size: 1rem;
  font-weight: normal;
}
.p-txt-16 .swl-inline-icon::after {
  background: #9DC316;
}

.p-txt-16-b {
  font-size: 1rem;
  font-weight: bold;
}
.p-txt-16-b .swl-inline-icon::after {
  background: #9DC316;
}

.p-txt-14 {
  font-size: 0.875rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .p-txt-14 {
    font-size: 0.75rem;
  }
}

/* swellボタンのデザイン変更 */
[class*=is-style-btn_] a {
  display: inline-block;
  position: relative;
  width: var(--the-width);
  min-width: var(--the-min-width);
  margin: 0;
  padding: 1rem 5rem;
  border-radius: 5px;
  background: #9DC316;
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: var(--swl-letter_spacing, 1px);
}
[class*=is-style-btn_] a::before, [class*=is-style-btn_] a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 22px;
  width: 10px;
  height: 4px;
  border-radius: 9999px;
  background-color: #FFFFFF;
  transform-origin: calc(100% - 2px) 50%;
}
[class*=is-style-btn_] a::before {
  transform: rotate(45deg);
}
[class*=is-style-btn_] a::after {
  transform: rotate(-45deg);
}

.post_content .c-contact__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .post_content .c-contact__ttl {
    font-size: 1.375rem;
  }
}
.post_content .c-contact__ttl .mininote {
  color: #9DC316;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .post_content .c-contact__ttl .mininote {
    font-size: 1rem;
  }
}
.post_content .c-contact__wrap {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  .post_content .c-contact__wrap {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 768px) {
  .post_content .c-contact__wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.post_content .c-contact__wrap-txt {
  margin-bottom: 2.5rem;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .post_content .c-contact__wrap-txt {
    margin-bottom: 1.5rem;
  }
}
.post_content .c-contact__wrap .contact-btn a {
  display: block;
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  border-radius: 10px;
  background-color: #4E7CD9;
  color: #FFFFFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}
.post_content .c-contact__wrap .contact-btn small {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.post_content .c-contact__wrap .contact-btn-right {
  position: relative;
}
.post_content .c-contact__wrap .contact-btn-right::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 90%;
  background-color: #D9D9D9;
  transform: translateY(-50%);
}
.post_content .c-contact__wrap .wp-block-buttons {
  margin-bottom: 2px !important;
}
.post_content .c-contact__wrap .contact-tel a {
  margin-bottom: 0;
  padding: 0 !important;
  border: none !important;
  color: #4A4A4A;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
}
.post_content .c-contact__wrap .contact-tel p {
  font-size: 1rem;
}
.post_content .c-contact__wrap .contact-tel small {
  display: block;
  margin-bottom: 2px;
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.post_content .c-contact__wrap .contact-tel .swl-inline-icon {
  color: #4E7CD9;
}

/* トップページ */
/* 見出し */
.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  color: #4A4A4A;
  background: transparent;
}

.post_content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  display: none;
}

.post_content small {
  opacity: 1;
}

.post_content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  padding: 0;
}

.post_content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  display: none;
}

/* グローバルメニューの配置変更 */
.c-gnav > .menu-item > a {
  justify-content: end;
  padding: 12px 12px;
}

.c-gnav .current-menu-item > a {
  color: #9DC316;
}

/* ヘッダーのウィジェット設定 */
.w-header {
  position: absolute;
  top: 6px;
  right: 40px;
}

/* コンタクトボタンのSP設定 */
.sp-contact-group {
  display: none;
}

@media (max-width: 599px) {
  .sp-contact-group {
    display: block;
  }
}
/* メインビジュアルのウィジェット設定 */
.mv-btn-group {
  max-width: 625px;
}

@media (max-width: 959px) {
  .mv-btn-group {
    display: none;
  }
}
.contact-btn a {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  padding: calc(0.367em + 2px) calc(1.033em + 2px);
  background-color: #4E7CD9;
  border-radius: 10px;
}

.contact-btn small {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.contact-btn-right {
  position: relative;
}

.contact-btn-right::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 0;
  width: 1px;
  height: 90%;
  background-color: #D9D9D9;
}

@media (max-width: 600px) {
  .contact-btn a {
    font-size: 20px;
    padding: calc(0.667em + 2px) calc(1.033em + 2px);
  }
  .contact-btn small {
    font-size: 14px;
  }
}
.contact-tel a {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
  color: #4A4A4A;
  background-color: transparent;
  padding: 0;
}

.contact-tel div.wp-block-buttons {
  margin-bottom: 0;
}

.contact-tel small {
  font-size: 22px;
  font-weight: bold;
  color: #4A4A4A;
}

.contact-tel span.swl-inline-icon {
  color: #4E7CD9;
}

.contact-tel p {
  font-size: 16px;
}

@media (max-width: 600px) {
  .contact-tel a {
    font-size: 30px;
  }
  .contact-tel small {
    font-size: 16px;
  }
  .contact-tel p {
    font-size: 14px;
  }
}
.contact-group {
  padding: 60px 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .contact-group {
    padding: 40px 0;
  }
}
/* flowセクション */
.flow-group {
  padding: 60px 80px 100px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 600px) {
  .flow-group {
    padding: 50px 10px 40px;
  }
}
.section-group {
  padding: 60px 0;
  margin-bottom: 0;
}

.experts-group {
  padding: 53px 52px 46px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 38%;
  right: 100px;
  min-width: 482px;
}

@media (max-width: 782px) {
  .experts-group {
    padding: 30px 13px 30px 30px;
    top: -15%;
    right: -2.5rem;
    min-width: auto;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 600px) {
  .experts-group {
    right: -1rem;
  }
}
h3.experts-group-ttl {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h3.experts-group-ttl {
    font-size: 20px;
  }
}
.experts-btn span {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .experts-btn span {
    font-size: 13px;
  }
}
.experts-txt {
  margin-bottom: 26px;
  font-size: 14px;
}

/* serviceセクション */
h2.service-ttl span {
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h2.service-ttl span {
    font-size: 24px;
  }
}
h2.service-ttl small span {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h2.service-ttl small span {
    font-size: 16px;
  }
}
h3.service-card__ttl {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h3.service-card__ttl {
    font-size: 18px;
  }
}
.service-card__ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: -1.5rem;
  width: 106px;
  height: 73px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon1.png");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
}

@media (max-width: 600px) {
  .service-card__ttl::after {
    width: 78px;
    height: 55px;
    right: -2rem;
  }
}
.service-card__ttl2::after {
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon2.png");
}

.service-card__ttl3::after {
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon3.png");
}

.service-card__ttl4::after {
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon4.png");
}

p.service-card__txt {
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 600px) {
  p.service-card__txt {
    font-size: 13px;
  }
}
.service-card {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.service-card__body {
  padding: 40px 40px;
}

.service-card__img {
  margin-bottom: 0;
}

/* introセクション */
.intro-group {
  padding: 0 0 6.25rem;
}

@media (max-width: 782px) {
  .intro-group {
    padding: 0 0 2.5rem;
  }
}
.intro-group1 div {
  display: flex;
  flex-direction: column;
}

@media (max-width: 782px) {
  .intro-group1 div {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .intro-group3 div {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .intro-group2 div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
}
p.intro-group__ttl {
  padding: 26px 0;
  font-size: 20px;
  font-weight: bold;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/02/intro-speech-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  p.intro-group__ttl {
    font-size: 16px;
    padding: 18px 0;
  }
}
@media (max-width: 782px) {
  p.intro-group__ttl {
    font-size: 14px;
    min-width: 240px;
  }
}
.intro-group__img img {
  position: relative;
  width: 124px;
  height: 190px;
  bottom: 45px;
}

@media (max-width: 1024px) {
  .intro-group__img img {
    bottom: 25px;
  }
}
@media (max-width: 782px) {
  .intro-group__img img {
    bottom: 15px;
    width: 80px;
    height: 120px;
  }
}
.intro-group1 {
  position: relative;
  top: 40px;
  left: 40px;
  z-index: 0;
}

.intro-group2 {
  position: relative;
  z-index: 1;
}

.intro-group3 {
  position: relative;
  top: 30px;
  right: 40px;
  z-index: 2;
}

@media (max-width: 782px) {
  .intro-group1 {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 0;
  }
  .intro-group2 {
    position: relative;
    z-index: 1;
  }
  .intro-group3 {
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 2;
  }
}
@media (max-width: 782px) {
  .intro-group2 img {
    top: -10px;
    left: 15px;
  }
  .intro-group1 img,
  .intro-group3 img {
    top: -10px;
    right: 15px;
  }
}
/* newsセクション */
.news-list li {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 1.5rem;
}

.news-ttl {
  position: relative;
  padding-left: 2.5rem;
}

.news-ttl h2 {
  font-size: 32px;
}

@media (max-width: 768px) {
  .news-ttl h2 {
    font-size: 22px;
  }
}
.news-ttl::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 33px;
  height: 29px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/02/about-title-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .news-ttl::before {
    width: 23px;
    height: 20px;
    top: 0.5rem;
    left: 0.5rem;
  }
}
.news-list li a {
  font-size: 18px;
}

.news-list li time {
  font-size: 18px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .news-list li a {
    font-size: 14px;
  }
  .news-list li time {
    font-size: 12px;
  }
}
h2.reason-ttl {
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h2.reason-ttl {
    font-size: 24px;
  }
}
/* reasonセクション */
h2.reason-ttl span {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h2.reason-ttl span {
    font-size: 16px;
  }
}
h3.reason-card__ttl {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h3.reason-card__ttl {
    font-size: 20px;
  }
}
p.reason-card__txt {
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 600px) {
  p.reason-card__txt {
    font-size: 16px;
    padding: 0 40px;
  }
}
.reason-group {
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.reason-img {
  position: relative;
  display: block;
}

.reason-img::after {
  content: "01";
  padding: 10px 0;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -1rem;
  width: 57px;
  height: 57px;
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50%;
  background-color: #C2D94E;
  visibility: visible;
}

.reason-img2::after {
  content: "02";
}

.reason-img3::after {
  content: "03";
}

.is-style-section_ttl.reason-ttl {
  position: relative;
  display: block;
}

.is-style-section_ttl.reason-ttl::after {
  content: "";
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 340px;
  height: 304px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/reason-logo-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
  z-index: 0;
}

@media (max-width: 600px) {
  .is-style-section_ttl.reason-ttl::after {
    width: 100px;
    height: 89px;
    top: 3rem;
    right: -1rem;
  }
}
@media (max-width: 400px) {
  .is-style-section_ttl.reason-ttl::after {
    top: 6rem;
    right: -1rem;
  }
}
/* contactセクション */
h2.contact-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  display: block;
}

@media (max-width: 600px) {
  h2.contact-ttl {
    font-size: 24px;
  }
}
h2.contact-ttl small span {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  display: block;
}

@media (max-width: 600px) {
  h2.contact-ttl small span {
    font-size: 16px;
  }
}
p.contact-txt {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 600px) {
  p.contact-txt {
    font-size: 16px;
  }
}
/* accessセクション */
h2.access-ttl span {
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h2.access-ttl span {
    font-size: 24px;
  }
}
h2.access-ttl small span {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 600px) {
  h2.access-ttl small span {
    font-size: 16px;
  }
}
/* フッター2 */
.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  content: none;
}

.c-widget.c-listMenu.widget_nav_menu a {
  border: none;
  font-size: 15px;
  font-weight: bold;
  padding: 0.75em 1em 0.75em 1em;
}

.c-widget.c-listMenu.widget_nav_menu a:nthchild(4),
.c-widget.c-listMenu.widget_nav_menu a:nthchild(5),
.c-widget.c-listMenu.widget_nav_menu a:nthchild(6) {
  min-width: 150px;
}

.c-widget__title.-footer {
  font-size: 14px;
  font-weight: normal;
  color: #FEFFF9;
  background-color: #9DC316;
  padding: 20px 55px 21px;
  display: inline-block;
}

.c-widget__title.-footer::before,
.c-widget__title.-footer::after {
  content: none;
}

.w-footer__box:first-child {
  margin-right: 20px;
}

/* メインビジュアルタイトル */
/* 追従バナー */
.follow-banner {
  position: fixed;
  top: 40%;
  right: -2px;
  z-index: 99;
  transform: translateY(-50%);
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 50px;
  height: 50px;
  padding: 0.875rem;
  background-color: #4E7CD9;
  letter-spacing: 0.1em;
  padding: 1.15em 1em;
  transition: opacity 0.25s;
  writing-mode: vertical-rl;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon {
  color: #ffffff;
  font-size: 18px;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .follow-banner {
    display: none;
  }
}
.follow-banner-tel {
  position: fixed;
  top: 50%;
  right: -2px;
  z-index: 99;
  transform: translateY(-50%);
}

.follow-banner-tel a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 50px;
  height: 50px;
  padding: 0.875rem;
  background-color: #ffffff;
  border-top: 3px solid #4E7CD9;
  border-bottom: 3px solid #4E7CD9;
  border-left: 3px solid #4E7CD9;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
  writing-mode: vertical-rl;
}

.follow-banner-tel a:hover {
  opacity: 0.7;
}

.follow-banner-tel .swl-inline-icon {
  color: #4E7CD9;
  font-size: 18px;
}

.follow-banner-tel .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
  .follow-banner-tel {
    display: none;
  }
}
.c-widget__title {
  display: none;
}

[data-spmenu=opened] .p-spMenu__inner {
  width: 100vw;
  transform: translateX(0);
}

.p-spMenu__nav {
  margin-top: 0 !important;
}
.p-spMenu__nav ul li {
  border-bottom: 1px solid #EEEEEE;
}

/* 以下、下層ページ */
/* フォント */
h2.p-h2-font {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (max-width: 782px) {
  h2.p-h2-font {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
h2.p-h3-font {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 782px) {
  h2.p-h3-font {
    font-size: 20px;
  }
}
h3.p-h3-font {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 782px) {
  h3.p-h3-font {
    font-size: 20px;
  }
}
.p-h3-font__second-line {
  display: inline-block;
  width: 2.6rem;
}

h3.p-h3-before {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 20px;
}

h3.p-h3-before::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/p-service-ttl-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

h3.p-txt-16-b {
  font-size: 16px;
  font-weight: bold;
}

h3.p-txt-20-18-b {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  h3.p-txt-20-18-b {
    font-size: 13px;
  }
}
@media screen and (max-width: 782px) {
  h3.p-txt-20-18-b {
    font-size: 18px;
  }
}
/* PageServiceセクション */
.p-h3-font.p-service-ttl-before {
  position: relative;
  padding-left: 3rem;
}

.p-h3-font.p-service-ttl-before::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  height: 30px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon1.png");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
  display: block;
}

@media screen and (max-width: 600px) {
  .p-h3-font.p-service-ttl-before::before {
    width: 33px;
    height: 23px;
  }
}
.p-h3-font.p-service-ttl-before2 {
  position: relative;
  padding-left: 3rem;
}

.p-h3-font.p-service-ttl-before2::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  height: 36px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon2.png");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
  display: block;
}

@media screen and (max-width: 600px) {
  .p-h3-font.p-service-ttl-before2::before {
    width: 33px;
    height: 28px;
  }
}
.p-h3-font.p-service-ttl-before3 {
  position: relative;
  padding-left: 3rem;
}

.p-h3-font.p-service-ttl-before3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 42px;
  height: 36px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon4.png");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
  display: block;
}

@media screen and (max-width: 600px) {
  .p-h3-font.p-service-ttl-before3::before {
    width: 33px;
    height: 38px;
  }
}
.p-price-after {
  position: relative;
}

.p-price-after::after {
  content: "";
  position: absolute;
  top: 90%;
  transform: translatey(-50%);
  right: -4.5rem;
  width: 250px;
  height: 222px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/p-price-txt-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .p-price-after::after {
    top: 90%;
    transform: translatey(-50%);
    right: -1.5rem;
    width: 151px;
    height: 134px;
  }
}
/* ブログ一覧 */
/* サイドバー */
.c-widget.c-listMenu.widget_categories {
  margin-top: 142px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
  .c-widget.c-listMenu.widget_categories {
    margin-top: 40px;
  }
}
.widget_categories.c-widget__title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #4A4A4A;
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .widget_categories.c-widget__title {
    font-size: 20px;
  }
}
.widget_categories.c-widget__title::before,
.widget_categories.c-widget__title::after {
  display: none;
}

.widget_categories.c-listMenu a {
  display: inline-block;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #C2D94E;
  color: #ffffff;
  padding: 3px 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .widget_categories.c-listMenu a {
    font-size: 14px;
  }
}
.widget_categories.c-listMenu.c-listMenu li:first-child a {
  background-color: #9DBD00;
}

.widget_categories.c-listMenu.c-listMenu li:last-child a {
  margin-bottom: 0;
}

.widget_categories.c-listMenu.c-listMenu li a {
  padding-left: 10px;
}

.widget_categories.c-listMenu.c-listMenu li a::before {
  display: none;
}

.p-postList .p-postList__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #4A4A4A;
}

/* ページャー */
[class*=page-numbers] {
  font-size: 22px;
  font-weight: bold;
  color: #4A4A4A;
  background-color: transparent;
  box-shadow: none;
  position: relative;
}

[class*=page-numbers].current:not(.prev-page):not(.next-page),
[class*=page-numbers]:hover:not(.prev-page):not(.next-page) {
  color: #4A4A4A;
  background-color: transparent;
  position: relative;
}

[class*=page-numbers].current::after,
[class*=page-numbers]:hover::after {
  content: "";
  display: block;
  width: 13px;
  height: 3px;
  background-color: #9DC316;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

[class*="page-numbers prev-page"],
[class*="page-numbers next-page"] {
  width: 22px;
  height: 22px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 22px;
  border-radius: 50%;
  background-color: #9DC316;
  min-width: 22px;
}

[class*="page-numbers prev-page"]:hover,
[class*="page-numbers next-page"]:hover {
  background-color: #9DBD00;
}

[class*="page-numbers prev-page"]:hover::after,
[class*="page-numbers next-page"]:hover::after {
  display: none;
}

/* ブログ詳細 */
.c-categoryList__link,
.c-tagList__link,
.c-taxList__link {
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 4px 0.5em;
  text-decoration: none;
  background-color: #9DC316;
}

.c-categoryList:before,
.c-tagList:before,
.c-taxList:before,
code.dir_name:before,
code.file_name:before {
  display: none;
}

.p-articleMetas {
  justify-content: space-between;
}

.p-pnLinks .-prev .p-pnLinks__link {
  border-left: 1.25em solid #9DC316;
  border-radius: 5px;
}

.p-pnLinks .-next .p-pnLinks__link {
  border-right: 1.25em solid #9DC316;
  border-radius: 5px;
}

/* 関連記事のborder色 */
h2.l-articleBottom__title.c-secTitle {
  border-left: 2px solid #9DC316;
}

/* ------------------------
/pages
------------------------ */
/* 
 * 共通
 */
.post_content .f-headline__ttl {
  margin-bottom: 3.75rem;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .post_content .f-headline__ttl {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
  }
}
.post_content .f-headline__ttl .mininote {
  color: #9DC316;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .post_content .f-headline__ttl .mininote {
    font-size: 1rem;
  }
}
.post_content .f-headline__ttl.c-white {
  color: #FFFFFF !important;
}
.post_content .f-headline__ttl.c-white .mininote {
  color: #FFFFFF !important;
}
.post_content .intro-ttl {
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .post_content .intro-ttl {
    font-size: 1.5rem;
  }
}

#main_visual .p-mainVisual__textLayer {
  flex-direction: unset !important;
  justify-content: flex-start !important;
  align-items: flex-end;
  top: auto !important;
  bottom: 10%;
}

.mv-contact-btn a {
  width: 300px;
  padding: 0.5rem 0 0.875rem;
  border: 4px solid #4E7CD9;
  background-color: #4E7CD9;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: none !important;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .mv-contact-btn a {
    font-size: 1rem;
  }
}
.mv-contact-btn .mininote {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mv-contact-btn .mininote {
    font-size: 0.625rem;
  }
}

.mv-tel-btn a {
  width: 300px;
  padding: 0.5rem 0 0.875rem;
  border: 4px solid #4E7CD9;
  background-color: #FFFFFF;
  border-radius: 10px;
  color: #4A4A4A;
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: none !important;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .mv-tel-btn a {
    font-size: 1rem;
  }
}
.mv-tel-btn .mininote {
  color: #4A4A4A;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mv-tel-btn .mininote {
    font-size: 0.625rem;
  }
}
.mv-tel-btn .swl-inline-icon:after {
  background: #4E7CD9;
}

/* 
 * このような悩み
 */
/* 
 * シルバーライフについて
 */
.f-about .about-media__body {
  position: relative;
  top: 100px;
  right: 140px;
}
@media (max-width: 1100px) {
  .f-about .about-media .about-media__body {
    top: 65px;
    right: 92px;
  }
}
@media (max-width: 1024px) {
  .f-about .about-media .about-media__body {
    top: 65px;
    right: 125px;
  }
}
@media (max-width: 870px) {
  .f-about .about-media .about-media__body {
    top: -4rem;
    right: -18rem;
  }
}
@media (max-width: 800px) {
  .f-about .about-media .about-media__body {
    top: -4rem;
    right: -15rem;
  }
}
@media (max-width: 760px) {
  .f-about .about-media .about-media__body {
    top: -4rem;
    right: -12rem;
  }
}
@media (max-width: 710px) {
  .f-about .about-media .about-media__body {
    top: -4rem;
    right: -10rem;
  }
}
@media (max-width: 680px) {
  .f-about .about-media .about-media__body {
    top: -4rem;
    right: -8rem;
  }
}
@media (max-width: 640px) {
  .f-about .about-media .about-media__body {
    top: -4rem;
    right: -6rem;
  }
}
@media (max-width: 600px) {
  .f-about .about-media .about-media__body {
    top: -40px;
    right: -18px;
  }
}
.f-about .about-media__body {
  padding: 60px 48px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 662px;
  max-width: 662px;
}
@media (max-width: 1100px) {
  .f-about .about-media__body {
    padding: 50px 38px;
    min-width: 562px;
    max-width: 562px;
  }
}
@media (max-width: 960px) {
  .f-about .about-media__body {
    padding: 40px 28px;
    min-width: 512px;
    max-width: 512px;
  }
}
@media (max-width: 870px) {
  .f-about .about-media__body {
    min-width: auto;
    max-width: auto;
  }
}
@media (max-width: 600px) {
  .f-about .about-media__body {
    padding: 30px 15px 30px 30px;
  }
}
.f-about .about-media {
  position: relative;
}
@media (max-width: 992px) {
  .f-about .about-media {
    grid-template-columns: 100%;
  }
}
@media (max-width: 992px) {
  .f-about .about-media .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.f-about .about-media__body h3 {
  margin-bottom: 1.875rem !important;
  font-size: 1.875rem;
  font-weight: bold;
}
@media (max-width: 992px) {
  .f-about .about-media__body h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .f-about .about-media__body h3 {
    font-size: 1.375rem;
  }
}
.f-about .about-media__body p {
  font-size: 1rem;
  font-weight: normal;
}
.f-about .about-wide {
  padding-bottom: 180px;
}
.f-about .about-wide img {
  width: 100%;
}
@media (max-width: 992px) {
  .f-about .about-wide img {
    width: 90%;
  }
}

/* 
 * 選ばれる理由
 */
.f-reason .reason-card .reason-img {
  display: block;
  position: relative;
  margin-bottom: 1.5rem !important;
}
.f-reason .reason-card .reason-img::after {
  content: "01";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  width: 57px;
  height: 57px;
  padding: 10px 0;
  border-radius: 50%;
  background-color: #9DC316;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  transform: translateX(-50%);
  visibility: visible;
}
.f-reason .reason-card .reason-img.reason-img2::after {
  content: "02";
}
.f-reason .reason-card .reason-img.reason-img3::after {
  content: "03";
}
.f-reason .reason-card__ttl {
  margin-bottom: 1.25rem !important;
}
.f-reason .reason-card__txt {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .f-reason .reason-card__txt {
    font-size: 1rem;
  }
}
.f-reason .reason-group {
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.f-reason .is-style-section_ttl.reason-ttl {
  display: block;
  position: relative;
}
.f-reason .is-style-section_ttl.reason-ttl::after {
  content: "";
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 340px;
  height: 304px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/reason-logo-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
  z-index: 0;
}
@media (max-width: 768px) {
  .f-reason .is-style-section_ttl.reason-ttl::after {
    width: 100px;
    height: 89px;
    top: 3rem;
    right: -1rem;
  }
}
@media (max-width: 576px) {
  .f-reason .is-style-section_ttl.reason-ttl::after {
    top: 4rem;
    right: -1rem;
  }
}

/* 
 * サービス紹介
 */
.f-service__card {
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
.f-service__card .wp-block-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.f-service__card .wp-block-group {
  padding: 2.5rem;
}
@media (max-width: 768px) {
  .f-service__card .wp-block-group {
    padding: 1.5rem 1rem;
  }
}
.f-service__card h3 {
  display: block;
  position: relative;
  margin-bottom: 1.25rem !important;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .f-service__card h3 {
    font-size: 1.25rem;
  }
}
.f-service__card h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.5rem;
  width: 106px;
  height: 73px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon1.png");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .f-service__card h3::after {
    width: 78px;
    height: 55px;
    right: -2rem;
  }
}
.f-service__card h3.service-card__ttl2::after {
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon2.png");
}
.f-service__card h3.service-card__ttl3::after {
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon3.png");
}
.f-service__card h3.service-card__ttl4::after {
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/service-icon4.png");
}
.f-service__card p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .f-service__card p {
    font-size: 1rem;
  }
}

/* 
 * 専門家紹介
 */
.f-expert__wrap .wp-block-media-text__media {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.f-expert__wrap .wp-block-media-text__content {
  position: relative;
  overflow: hidden;
  bottom: -2.5rem;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .f-expert__wrap .wp-block-media-text__content {
    right: -1rem;
    padding: 0;
  }
}
.f-expert__wrap .wp-block-media-text__content h3 {
  margin-bottom: 1.25rem !important;
}

/* 
 * ご利用の流れ
 */
.f-flow__wrap {
  padding: 3.75rem 5rem 6.25rem;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .f-flow__wrap {
    padding: 2.5rem 1rem;
  }
}
.f-flow-list .swell-block-step__item p {
  font-size: 1rem;
  font-weight: 400;
}
.f-flow-list .swell-block-step__number {
  background-color: transparent !important;
}
.f-flow-list .swell-block-step__number::before {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 24px;
  width: 0;
  height: 60px;
  border-left: 1px solid #9DC316;
}
@media (max-width: 768px) {
  .f-flow-list .swell-block-step__number::before {
    font-size: 1.25rem;
  }
}
.f-flow-list .swell-block-step__number::after {
  font-size: 2.25rem;
  font-weight: 700;
  color: #9DC316 !important;
}
@media (max-width: 768px) {
  .f-flow-list .swell-block-step__number::after {
    font-size: 1.5rem;
  }
}
.f-flow-list .swell-block-step__title {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .f-flow-list .swell-block-step__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .f-flow-list .swell-block-step__body {
    margin-left: 0 !important;
  }
}
.f-flow-list .step-number::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 0;
  width: 67px;
  height: 47px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/step-icon-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  visibility: visible;
}
@media (max-width: 600px) {
  .f-flow-list .step-number::after {
    width: 54px;
    height: 38px;
    left: -0.2rem;
    top: 0.3rem;
  }
}
.f-flow-list .step-number.step-02::after {
  left: -0.5rem;
  top: 0;
  width: 64px;
  height: 59px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/step-icon-02.png");
}
@media (max-width: 600px) {
  .f-flow-list .step-number.step-02::after {
    width: 52px;
    height: 51px;
    left: -0.2rem;
    top: 0.3rem;
  }
}
.f-flow-list .step-number.step-03::after {
  left: -0.9rem;
  top: 0;
  width: 64px;
  height: 75px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/step-icon-03.png");
}
@media (max-width: 600px) {
  .f-flow-list .step-number.step-03::after {
    width: 52px;
    height: 55px;
    left: -0.2rem;
    top: 0.1rem;
  }
}
.f-flow-list .step-number.step-04::after {
  left: 0rem;
  top: -0.2rem;
  width: 60px;
  height: 61px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/step-icon-04.png");
}
@media (max-width: 600px) {
  .f-flow-list .step-number.step-04::after {
    width: 49px;
    height: 49px;
    left: 0.1rem;
    top: 0.1rem;
  }
}
.f-flow-list .step-number.step-05::after {
  left: -0.4rem;
  top: -0.2rem;
  width: 60px;
  height: 60px;
  background-image: url("https://demo.elmt.jp/silver-life.com/wp-content/uploads/2025/03/step-icon-05.png");
}
@media (max-width: 600px) {
  .f-flow-list .step-number.step-05::after {
    width: 49px;
    height: 49px;
    left: 0rem;
    top: 0.1rem;
  }
}

.l-about__ttl {
  color: #9DC316;
  font-size: 2.25rem;
  font-weight: 700;
}
.l-about__wrap {
  position: relative;
}
.l-about__wrap .wp-block-media-text {
  gap: 0 5rem;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
.l-about__wrap .wp-block-media-text__content {
  width: 100%;
}
@media (max-width: 768px) {
  .l-about__wrap .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1 !important;
  }
}
.l-about__wrap .wp-block-media-text__media {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 44.325%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .l-about__wrap .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 2 !important;
    position: relative;
    width: 76%;
    margin: 0 0 0 auto;
  }
}
.l-about__wrap .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-about-promise .wp-block-media-text__content .wp-block-heading {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.625rem;
  margin-bottom: 1.5rem !important;
}
.l-about-promise .wp-block-media-text__media {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.l-about-promise .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-service__item {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .l-service__item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-service__item-last {
  border-bottom: none !important;
}
.l-service__item .wp-block-media-text {
  gap: 1rem 5rem;
}
.l-service__item .wp-block-media-text__content {
  width: 100%;
}
.l-service__item .wp-block-media-text__content h4 {
  margin-bottom: 1.25rem !important;
}
.l-service__item .wp-block-media-text__media {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.l-service__item .wp-block-media-text__media img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-service__item-detail {
  margin-top: 2.5rem;
  padding: 1.5rem 1.875rem;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .l-service__item-detail {
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
  }
}
.l-service-price__item {
  padding: 3.75rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .l-service-price__item {
    max-width: 360px;
    margin-inline: auto;
    padding: 2.5rem 1.5rem;
  }
}

.l-expert__card {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
  box-shadow: none !important;
  background-color: transparent !important;
}
.l-expert__card-name {
  width: 100%;
  padding: 2.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .l-expert__card-name {
    padding: 1.25rem;
  }
}
.l-expert__card-name h3 {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .l-expert__card-name h3 {
    font-size: 1.375rem;
  }
}
.l-expert__card-name h3 small {
  color: #676767;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .l-expert__card-name h3 small {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .l-expert__card .wp-block-media-text__content {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.l-expert__card .wp-block-table table th {
  display: inline-block;
  border: none;
  border-radius: 5px;
  background-color: rgba(194, 217, 78, 0.2);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .l-expert__card .wp-block-table table th {
    font-size: 1rem;
  }
}
.l-expert__card .wp-block-table table td {
  border: none;
}

.l-company {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.l-company table th {
  border: 1px solid #EEEEEE;
  background-color: rgba(194, 217, 78, 0.2);
}
.l-company table td {
  border: 1px solid #EEEEEE;
}

.l-contact {
  width: 100%;
}
.l-contact__wrap-list li {
  margin-top: 0.625rem;
  opacity: 0.4;
}
.l-contact__wrap-list li:first-of-type {
  margin-top: 0;
}
.l-contact__wrap-list li::before {
  box-shadow: none;
  background-color: #9DC316;
}
.l-contact__wrap-list li.current {
  opacity: 1 !important;
}/*# sourceMappingURL=style.css.map */