@charset "UTF-8";
/* ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
# .vscodeファイル内に、Live Sass Compilerの設定を記述しています。
# VScodeのプラグイン、Live Sass Compiler を有効にすることでこのファイルのscssが assets.add20251126/css/style.css にコンパイルされます。
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️ */
:root {
  --frame-mobile: 375;
  --frame-pc: 1440;
  --color-white: #FFF;
  --color-black: #121212;
  --color-brown: #4C3501;
  --color-brown2: #EAE4D7;
  --color-brown3: #F4F1EB;
  --color-gray1: #EBE8E8;
  --color-gray2: #EFEFEF;
  --color-green1: #154B2D;
  --color-green2: #F1F6F3;
  --color-green3: #022010;
  --color-yellow-green1: #6EC351;
  --color-yellow-green2: #F5F9E9;
  --color-red: #CE0015;
  --color-pink: #D54857;
  --color-gold: #A48D48;
  --color-beige1: #B98F2D;
  --color-yellow: #F4F368;
  --main-color: var(--color-yellow-green1);
  --main-color-transparent: rgba(110, 195, 81, 0.2);
}

/* ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
# .vscodeファイル内に、Live Sass Compilerの設定を記述しています。
# VScodeのプラグイン、Live Sass Compiler を有効にすることでこのファイルのscssが assets.add20251126/css/style.css にコンパイルされます。
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️ */
/* ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
# .vscodeファイル内に、Live Sass Compilerの設定を記述しています。
# VScodeのプラグイン、Live Sass Compiler を有効にすることでこのファイルのscssが assets.add20251126/css/style.css にコンパイルされます。
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️ */
/* variablesで（--frame-mobile）と（--frame-pc）にデザイン幅を指定する

PCベースの時は
padding: fluid($1, $1px);

mobileベースの時は
font-size: fluid($1, $1px, mobile);

このように使う↑
*/
:where(*) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
# .vscodeファイル内に、Live Sass Compilerの設定を記述しています。
# VScodeのプラグイン、Live Sass Compiler を有効にすることでこのファイルのscssが assets.add20251126/css/style.css にコンパイルされます。
◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️ */
.c-announce {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  line-height: 1.2;
  color: var(--color-black-second);
  position: relative;
}
.c-announce::before {
  content: "";
  background: url(/wp-content/themes/ageru-career-media/lpstep/assets/img/icon-check-box.svg) no-repeat center center/cover;
  display: block;
  --check-icon-size: 16px;
  width: var(--check-icon-size);
  height: var(--check-icon-size);
}

.p-mvPriceCard {
  margin: 0 auto;
  max-width: 400px;
  padding: 0 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-mvPriceCard {
    width: calc(389 / var(--frame-pc) * 100vw);
    max-width: 389px;
    position: absolute;
    right: calc(135 / var(--frame-pc) * 100vw);
    bottom: calc(165 / var(--frame-pc) * 100vw);
    z-index: 1;
  }
}
.p-mvPriceCard img {
  width: calc(320 / var(--frame-mobile) * 100vw);
}

body * {
  font-family: "Zen Maru Gothic", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

.header__center--tel .flex .tel-flex {
  font-weight: bold;
}

.cta__content .tel a .fukidashi {
  font-weight: bold;
}

.intro__content .flex .left p {
  font-weight: 400;
}

.marquee__inner {
  position: relative;
  bottom: -10px;
}

.cta {
  background: var(--main-color);
}

.warning__lead {
  color: var(--main-color-transparent);
}

.warning__item {
  background: var(--main-color);
}
.warning__item::before {
  content: none;
}

.strength__intro--content h2 {
  color: var(--color-brown);
}
.strength__intro--content h2 .num, .strength__intro--content h2 .big {
  color: var(--color-brown);
}

.strength__item--title {
  background: var(--main-color);
}

.news__tag {
  background: var(--main-color);
}

@media screen and (min-width: 768px) {
  .mv .mv-content .mv-text {
    margin-top: 0;
  }
}

.mv .mv-content {
  max-width: 1249px;
}
@media screen and (max-width: 767px) {
  .mv .mv-content {
    max-width: 400px;
    margin: 0 auto;
  }
}

.mv .mv-content .img {
  width: calc(583 / var(--frame-pc) * 100vw);
  max-width: 583px;
}
@media screen and (max-width: 767px) {
  .mv .mv-content .img {
    right: 1rem;
    max-width: clamp(0px, calc(155 / var(--frame-mobile) * 100vw), 155px);
  }
}

.mv .mv-content .mv-text img {
  width: clamp(340px, 50vw, 694px);
}

.mv .mv-content p {
  font-size: clamp(0px, calc(14 / var(--frame-mobile) * 100vw), 14px);
}
@media screen and (min-width: 768px) {
  .mv .mv-content p {
    font-size: clamp(0px, calc(36 / var(--frame-pc) * 100vw), 36px);
  }
}
.mv .mv-content p strong {
  font-size: clamp(0px, calc(28 / var(--frame-mobile) * 100vw), 28px);
}
@media screen and (min-width: 768px) {
  .mv .mv-content p strong {
    font-size: clamp(0px, calc(56 / var(--frame-pc) * 100vw), 56px);
  }
}

.mv {
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv {
    height: clamp(468px, 61vw, 876px);
    background: url(/funeral/assets.add20251126/img/top/mv_mask.svg) no-repeat center center/cover, var(--color-brown3);
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .mv .mv-content .textBox {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
    padding: 0;
    margin-top: 1rem;
    padding-left: clamp(0px, calc(32 / var(--frame-mobile) * 100vw), 32px);
  }
}

.mv .mv-content .textBox .title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mv .mv-content .textBox .title {
    font-size: 1.6rem;
  }
}

.mv .mv-content .textBox .text {
  width: clamp(180px, 48vw, 380px);
}
@media screen and (max-width: 767px) {
  .mv .mv-content .textBox .text {
    font-size: 1.2rem;
    width: 180px;
    margin-top: clamp(0px, calc(14 / var(--frame-mobile) * 100vw), 14px);
    padding-bottom: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .plan__item .body .plan__lists li .flex {
    padding-left: 14px;
    display: grid;
    grid-template-columns: 465fr 520fr;
  }
}

@media screen and (min-width: 768px) {
  .plan__item .body .plan__lists li .plan-fukidasi {
    left: 0;
  }
}

.cta__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    gap: 32px;
  }
}

.banner-wrap {
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 400px;
  position: relative;
}
.banner-wrap:not(.pc-only) {
  display: flex;
}
@media screen and (min-width: 768px) {
  .banner-wrap {
    max-width: 80%;
    width: 965px;
    gap: 24px;
  }
}

.banner-item a, .banner-item picture {
  display: block;
}

.topCta__content--spNavLists li.banner-item, .topCta__content--spNavLists li.topCta__banner-item {
  margin-inline: auto;
  max-width: 400px;
}

.plan--banner-wrap {
  margin-top: 3.2rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .plan--banner-wrap {
    margin-top: 12rem;
  }
}

.drawer__menu--nav li a, .drawer__menu--nav li .open {
  background: var(--color-yellow-green1);
}

.drawer__content--navLists .banner-item {
  max-width: 400px;
  margin: 0 auto;
}

.header-nav li.has-child {
  position: relative;
}
.header-nav li.has-child a {
  z-index: 2;
  position: relative;
}
.header-nav li.has-child a:hover ~ .header-nav__child {
  height: auto;
}

.header-nav__child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
  padding-top: 1rem;
}

.header-nav__child-item {
  background: var(--color-white);
  font-size: inherit;
  padding: 0 !important;
}
.header-nav__child-item a {
  padding: 6px 0.5rem !important;
}
.header-nav__child-item:hover a {
  background: var(--color-brown);
  color: var(--color-white);
  opacity: 1 !important;
}

main.main-customer {
  background: var(--color-brown3);
  padding: 0;
}

.layout__main-customer, .layout--main-plan-home {
  padding: calc(var(--vw, 1vw) * 40 / 768 * 100) calc(var(--vw, 1vw) * 32 / 768 * 100) calc(var(--vw, 1vw) * 170 / 768 * 100);
}
@media screen and (min-width: 768px) {
  .layout__main-customer, .layout--main-plan-home {
    padding: min(var(--vw, 1vw) * 50 / 1300 * 100, 50px) min(var(--vw, 1vw) * 10 / 1300 * 100, 10px);
  }
}

.banner-wrap--cta-area {
  margin-block-start: calc(25 / var(--frame-mobile) * 100vw);
}
@media screen and (min-width: 768px) {
  .banner-wrap--cta-area {
    margin-block-start: calc(25 / var(--frame-pc) * 100vw);
  }
}

.plan-Section .plan-img {
  min-height: unset;
}
.plan-Section .plan-img img {
  height: 100%;
}

main.main-plan-home {
  padding: 0;
  background: var(--color-brown3);
}
main.main-plan-home .voice-Sec3 .box {
  background: var(--color-yellow-green1);
}
main.main-plan-home .voice-Sec4 .ttl {
  background: var(--color-yellow-green1);
}
main.main-plan-home .voice-Sec4 .bg-white:not(.cost) {
  border: var(--color-yellow-green1) calc(var(--vw, 1vw) * 4.096 / 768 * 100) solid;
}
@media screen and (min-width: 768px) {
  main.main-plan-home .voice-Sec4 .bg-white:not(.cost) {
    border: var(--color-yellow-green1) 2px solid;
  }
}
main.main-plan-home .voice-Sec4 .bg-white.option {
  border: #154B2D calc(var(--vw, 1vw) * 4.096 / 768 * 100) solid;
}
@media screen and (min-width: 768px) {
  main.main-plan-home .voice-Sec4 .bg-white.option {
    border: #154B2D 2px solid;
  }
}
main.main-plan-home .voice-Sec6 .map {
  background: url(../img/top/seach-img.webp) no-repeat center;
  background-size: calc(var(--vw, 1vw) * 560 / 768 * 100);
}
@media screen and (min-width: 768px) {
  main.main-plan-home .voice-Sec6 .map {
    background-size: 100%;
  }
}

.cta__content .tel a .flex {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta__content .tel a .flex {
    font-size: clamp(0px, calc(70 / var(--frame-pc) * 100vw), 70px);
    gap: clamp(0px, calc(8 / var(--frame-pc) * 100vw), 8px);
    letter-spacing: 0.04em !important;
  }
}

.cta__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__content {
    max-width: clamp(0px, calc(976 / var(--frame-pc) * 100vw), 976px);
  }
}

@media screen and (min-width: 768px) {
  .cta__content .tel a .flex .img {
    width: clamp(0px, calc(70 / var(--frame-pc) * 100vw), 70px);
  }
}
@media screen and (min-width: 768px) {
  .cta__content .tel a .flex .img img {
    width: 100%;
  }
}

.footer__bottom {
  min-height: 75px;
  height: auto;
  padding-bottom: calc(clamp(0px, calc(60 / var(--frame-mobile) * 100vw), 60px) + 7rem);
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: 20px 20px clamp(0px, calc(120 / var(--frame-pc) * 100vw), 120px);
  }
}

@media screen and (max-width: 767px) {
  .warning__items {
    gap: clamp(0px, calc(24 / var(--frame-mobile) * 100vw), 24px);
  }
}

@media screen and (max-width: 767px) {
  .mv-sriderWrap {
    position: absolute;
    bottom: -10rem;
    left: 0;
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */