@charset "UTF-8";
:root {
  --rem: calc((768 / 100vw * 100) / 414);
  --text-black: #3d3d3d;
  --blue01: #3e6374;
  --blue02: #4caac7;
  --text-black02: #383838;
  --light-blue01: #dbf5fd;
  --light-blue-bg: #e1f4fa;
  --light-green-bg: #e5f6f2;
  --light-purple-bg: #f9f1fd;
  --light-brown-bg: rgba(162, 152, 117, 0.15);
  --cremation: #4d94bd;
  --1day: #00b286;
  --family: #9e64c1;
  --general: #a29875;
  --gray01: #7a7a7a;
  --aswald: "Oswald", sans-serif;
  --blue03: #3f98b3;
}

@media screen and (min-width: 768px) {
  :root {
    --rem: 1px; /* 固定値に切り替え */
  }
}
* {
  margin: 0;
  padding: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: calc(var(--rem) * 15);
  font-size: 15px; /* フォールバック */
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--rem) * 15);
  line-height: 1.8;
  background: white;
  font-feature-settings: "pkna" 1;
  letter-spacing: 0.075em;
  overflow: auto;
  color: var(--text-black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--text-black);
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
a:hover {
  opacity: 0.9;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}
table thead th,
table thead td {
  background-color: #f5f5f5;
}
table th,
table td {
  border-collapse: collapse;
}
table th {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flex {
  display: flex;
}

.wrapper {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.header {
  height: auto;
  padding: 44px 0 4px;
  background: transparent;
  position: relative;
  z-index: 999;
}
@media screen and (min-width:640px) {
  .header {
    padding: 46px 0 16px;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92.7536231884%;
  margin: 0 auto;
}
.header .header-inner h1 {
  width: 40.5797101449%;
}
.header .header-inner h1 a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header-inner h1 img {
  width: 100%;
}
.header .header-inner .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.header .header-inner .openbtn {
  width: 54px;
  height: 54px;
  transition: all 0.3s ease;
  background: url(../images/ham-btn.svg) no-repeat center/contain;
}
.header .header-inner .openbtn.active {
  background: url(../images/open-btn-close.svg) no-repeat center/contain;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 768px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--light-blue-bg);
}

.inner {
  width: 92.7536231884%;
  margin: 0 auto;
}

.gnav {
  position: fixed;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 100px 0 16px;
  background: var(--light-blue-bg);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 0;
  opacity: 0;
  overflow-y: hidden;
  max-height: 100%;
}
.gnav.panelactive {
  top: 0px;
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
  overflow-y: auto;
}
.gnav .gnav-list {
  margin-top: 40px;
  padding: 0 60px;
}
.gnav .gnav-list .gnav-item {
  font-weight: 700;
  color: var(--blue01);
  font-size: clamp(18px, 4.347826087vw, 32px);
  margin-bottom: 40px;
}
.gnav .gnav-list .gnav-item a {
  color: var(--blue01);
}
.gnav .gnav-list .gnav-item::before {
  content: "■";
}
.gnav .gnav-list .gnav-item .c-menu {
  margin-left: 20px;
}
.gnav .gnav-list .gnav-item .c-menu .c-menu-item {
  font-size: calc(var(--rem) * 13);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin-top: 8px;
}
.gnav .gnav-list .gnav-item .c-menu .c-menu-item a {
  font-size: clamp(13px, 3.1400966184vw, 23px);
}

.mv {
  background: url(../images/mv-bg.png);
  padding: 100px 0px 48px;
  margin-top: -116px;
  background-position: bottom;
  background-size: cover;
}
.mv .img-wrapper {
  width: 65.8854166667%;
  margin: 18px auto 35px;
}
.mv .cta01 {
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.semi {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.regular {
  font-weight: 400;
}

.mb16 {
  margin-bottom: 16px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.aswald {
  font-family: var(--aswald);
}

.cta-box {
  background-color: var(--blue02);
  border-radius: 8px;
  padding: 32px 0;
  width: 92.7536231884%;
  margin: 0 auto;
}
.cta-box .ttl {
  color: white;
  font-size: clamp(24px, 5.7971014493vw, 43px);
  font-weight: 700;
  margin-bottom: 30px;
}
.cta-box .cta-btn {
  width: 81.5104166667%;
  padding: 20px;
  display: grid;
  place-content: center;
  margin: 0 auto;
  border-radius: 60px;
  font-weight: 700;
  font-size: clamp(22px, 5.3140096618vw, 39px);
}
.cta-box .cta-btn.tel {
  background: var(--light-blue01);
  color: var(--text-black02);
  margin-bottom: 16px;
}
.cta-box .cta-btn.tel span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-box .cta-btn.tel span::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background: url(../images/icon-tel.svg) no-repeat center/contain;
  display: block;
  margin-right: 4px;
}
.cta-box .cta-btn.mail {
  background: var(--blue01);
  color: white;
  font-size: clamp(18px, 4.347826087vw, 32px);
}
.cta-box .cta-btn.mail span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-box .cta-btn.mail span::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background: url(../images/icon-mail.svg) no-repeat center/contain;
  display: block;
  margin-right: 4px;
}
.cta-box.cta02 {
  width: 100%;
  margin-bottom: 50px;
}
.cta-box.cta02 .note {
  color: white;
  font-weight: 700;
  font-size: clamp(12px, 2.8985507246vw, 21px);
  position: relative;
}
.cta-box.cta02 .note::before {
  content: "＼";
  margin-right: 0.5em;
  font-size: 120%;
}
.cta-box.cta02 .note::after {
  content: "／";
  margin-left: 0.5em;
  font-size: 120%;
}
.cta-box.cta02 .note .num {
  font-size: clamp(22px, 5.3140096618vw, 39px);
}
.cta-box.cta02 .note .big {
  font-size: clamp(16px, 3.8647342995vw, 28px);
}

.worries {
  margin-bottom: 25px;
}
.worries img {
  margin-bottom: 36px;
}

.off-bnr {
  position: relative;
}

.blue-grad {
  background: url(../images/blue-grad.png);
  background-size: 100% 761px;
  background-position: top;
  background-repeat: no-repeat;
}

.light-blue {
  background: var(--light-blue-bg);
}

.top-plan {
  padding-top: 67px;
  padding-bottom: 30px;
}
@media screen and (min-width:640px) {
  .top-plan {
    padding: 80px 30px;
  }
}
.top-plan h2 {
  margin-bottom: 32px;
}
.top-plan h2 img {
  display: block;
  width: 68.75%;
}

.plan-list {
  margin-bottom: 35px;
}
@media screen and (min-width:640px) {
  .plan-list {
    margin-bottom: 70px;
  }
}
.plan-list .plan-item {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.plan-list .plan-item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.plan-list .plan-item dt {
  text-align: center;
  color: white;
  font-size: clamp(16px, 4.347826087vw, 32px);
  padding: 20px 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.plan-list .plan-item dd {
  background: white;
  padding: 24px 10px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd {
    padding: 40px 32px 60px;
    row-gap: 32px;
  }
}
.plan-list .plan-item dd h3 {
  font-size: clamp(28px, 6.7632850242vw, 50px);
  font-weight: 700;
  line-height: 1;
}
.plan-list .plan-item dd .cate-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
.plan-list .plan-item dd .cate-list li {
  width: 72px;
  height: 25px;
  display: grid;
  place-content: center;
  border: 1px solid;
  border-radius: 20px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .cate-list li {
    width: 130px;
    height: 45px;
    border-radius: 40px;
    font-size: 27px;
  }
}
.plan-list .plan-item dd .flex {
  -moz-column-gap: 2.1978021978%;
  column-gap: 2.1978021978%;
}
.plan-list .plan-item dd .flex .img-wrapper {
  width: 39.010989011%;
}
.plan-list .plan-item dd .flex .text-wrapper {
  flex: 1;
}
.plan-list .plan-item dd .flex .text-wrapper .lead {
  border-radius: 5px;
  border: 1px solid;
  padding: 6px 16px;
  font-size: clamp(13px, 3.1400966184vw, 27px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .flex .text-wrapper .lead {
    padding: 12px 32px;
  }
}
.plan-list .plan-item dd .flex .text-wrapper .price-upper {
  color: var(--gray01);
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 4px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .flex .text-wrapper .price-upper {
    font-size: 19px;
  }
}
.plan-list .plan-item dd .flex .text-wrapper .price-upper .cancel {
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 400;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .flex .text-wrapper .price-upper .cancel {
    font-size: 28px;
  }
}
.plan-list .plan-item dd .flex .text-wrapper .price {
  font-size: 40px;
  font-family: var(--aswald);
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .flex .text-wrapper .price {
    font-size: 72px;
  }
}
.plan-list .plan-item dd .flex .text-wrapper .price .yen {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .flex .text-wrapper .price .yen {
    font-size: 32px;
  }
}
.plan-list .plan-item dd .flex .text-wrapper .price .small {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .flex .text-wrapper .price .small {
    font-size: 21px;
  }
}
.plan-list .plan-item dd .flex .text-wrapper .price-under {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .flex .text-wrapper .price-under {
    font-size: 21px;
  }
}
.plan-list .plan-item dd .tag-list {
  justify-content: center;
  align-items: center;
  -moz-column-gap: 4.6703296703%;
  column-gap: 4.6703296703%;
}
.plan-list .plan-item dd .tag-list .tag-item {
  border-radius: 4px;
  border: 1px solid;
  font-weight: bold;
  display: grid;
  place-content: center;
  padding: 3px 6px;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .tag-list .tag-item {
    font-size: 27px;
    padding: 6px 12px;
  }
}
.plan-list .plan-item dd .tag-list .tag-item.gray {
  color: #ababab;
  border-color: #ababab;
  background: #e6e6e6;
}
.plan-list .plan-item dd .link-btn {
  width: 232px;
  height: 41px;
  margin: 0 auto;
  place-content: center;
  color: white;
  font-weight: 700;
  font-size: 17px;
  border-radius: 30px;
  display: grid;
  place-content: center;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .link-btn {
    width: 417px;
    height: 73px;
    font-size: 30px;
    border-radius: 50px;
  }
}
.plan-list .plan-item dd .link-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-list .plan-item dd .link-btn span::after {
  content: "";
  background: url(../images/link-btn-arrow-cremation.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 4px;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item dd .link-btn span::after {
    width: 27px;
    height: 27px;
    margin-left: 8px;
  }
}
.plan-list .plan-item.cremation dt {
  background-color: var(--cremation);
}
.plan-list .plan-item.cremation dd {
  color: var(--cremation);
}
.plan-list .plan-item.cremation dd .cate-list li {
  border-color: var(--cremation);
  background-color: rgba(63, 152, 179, 0.12);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item.cremation dd .cate-list li {
    font-size: 27px;
  }
}
.plan-list .plan-item.cremation dd .lead {
  border-color: var(--cremation);
}
.plan-list .plan-item.cremation dd .link-btn {
  background: var(--cremation);
}
.plan-list .plan-item.cremation dd .link-btn span::after {
  background: url(../images/link-btn-arrow-cremation.svg) no-repeat center/contain;
}
.plan-list .plan-item.oneday dt {
  background: var(--1day);
}
.plan-list .plan-item.oneday dd {
  color: var(--1day);
}
.plan-list .plan-item.oneday dd .cate-list li {
  border-color: var(--1day);
  background-color: rgba(0, 178, 134, 0.12);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item.oneday dd .cate-list li {
    font-size: 27px;
  }
}
.plan-list .plan-item.oneday dd .lead {
  border-color: var(--1day);
}
.plan-list .plan-item.oneday dd .link-btn {
  background: var(--1day);
}
.plan-list .plan-item.oneday dd .link-btn span::after {
  background: url(../images/link-btn-arrow-1day.svg) no-repeat center/contain;
}
.plan-list .plan-item.family dt {
  background: var(--family);
}
.plan-list .plan-item.family dd {
  color: var(--family);
}
.plan-list .plan-item.family dd .cate-list li {
  border-color: var(--family);
  background-color: rgba(158, 100, 193, 0.12);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item.family dd .cate-list li {
    font-size: 27px;
  }
}
.plan-list .plan-item.family dd .lead {
  border-color: var(--family);
}
.plan-list .plan-item.family dd .link-btn {
  background: var(--family);
}
.plan-list .plan-item.family dd .link-btn span::after {
  background: url(../images/link-btn-arrow-family.svg) no-repeat center/contain;
}
.plan-list .plan-item.general dt {
  background: var(--general);
}
.plan-list .plan-item.general dd {
  color: var(--general);
}
.plan-list .plan-item.general dd .cate-list li {
  border-color: var(--general);
  background-color: rgba(162, 152, 117, 0.12);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .plan-list .plan-item.general dd .cate-list li {
    font-size: 27px;
  }
}
.plan-list .plan-item.general dd .lead {
  border-color: var(--general);
}
.plan-list .plan-item.general dd .link-btn {
  background: var(--general);
}
.plan-list .plan-item.general dd .link-btn span::after {
  background: url(../images/link-btn-arrow-general.svg) no-repeat center/contain;
}

.off-bnr.with-woman {
  position: relative;
  width: 100%;
}
.off-bnr.with-woman .off-bnr-btn-wrapper {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
}
@media screen and (min-width:740px) {
  .off-bnr.with-woman .off-bnr-btn-wrapper {
    bottom: 8%;
  }
}
.cta-btn {
  width: 81.5104166667%;
  padding: 20px;
  display: grid;
  place-content: center;
  margin: 0 auto;
  border-radius: 60px;
  font-size: 22px;
  font-weight: 700;
  height: 15.7004830918vw;
}
@media screen and (min-width:640px) {
  .cta-btn {
    font-size: 39px;
  }
}
@media screen and (min-width:640px) {
  .cta-btn {
    max-height: 117px;
  }
}
.cta-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta-btn span::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  display: block;
  margin-right: 4px;
}
.cta-btn.tel {
  background: var(--light-blue01);
  color: var(--text-black02);
  margin-bottom: 3.611738149%;
}
@media screen and (min-width:640px) {
  .cta-btn.tel {
    margin-bottom: 28px;
  }
}
.cta-btn.tel span::before {
  background: url(../images/icon-tel.svg) no-repeat center/contain;
}
.cta-btn.mail {
  background: var(--blue01);
  font-size: 18px;
  color: white;
}
@media screen and (min-width:640px) {
  .cta-btn.mail {
    font-size: 32px;
  }
}
.cta-btn.mail span::before {
  background: url(../images/icon-mail.svg) no-repeat center/contain;
}

h2,
h3,
h4 {
  font-weight: 700;
}

.top-search {
  padding: 40px 0;
}
@media screen and (min-width:640px) {
  .top-search {
    padding: 80px 0;
  }
}
.top-search .section-head {
  text-align: center;
  margin-bottom: 45px;
}
.top-search .section-head img {
  width: 16.9270833333%;
  margin: 0 auto 24px;
  display: block;
}
.top-search .section-head h2 {
  font-size: clamp(24px, 5.7971014493vw, 43px);
  line-height: 1;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 24px;
  color: var(--blue03);
}
.top-search .section-head h2::after {
  content: "";
  height: 2px;
  width: 60%;
  background: var(--blue03);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.top-search .section-head .desc {
  font-size: clamp(14px, 3.8647342995vw, 28px);
  font-weight: 400;
  line-height: 1.9375;
  letter-spacing: 0;
}
.top-search .huneral-list .huneral-item {
  margin-bottom: 16px;
  border: 2px solid var(--blue03);
  border-radius: 10px;
  padding: 30px 15px;
  color: var(--blue03);
}
@media screen and (min-width:640px) {
  .top-search .huneral-list .huneral-item {
    padding: 40px 30px;
    margin-bottom: 32px;
  }
}
.top-search .huneral-list .huneral-item h3 {
  font-weight: 700;
  font-size: clamp(24px, 5.7971014493vw, 43px);
  line-height: 1;
  margin-bottom: 16px;
}
.top-search .huneral-list .huneral-item .kana {
  font-size: clamp(14px, 3.3816425121vw, 25px);
  font-weight: 500;
  line-height: 1;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--blue03);
  margin-bottom: 16px;
}
@media screen and (min-width:640px) {
  .top-search .huneral-list .huneral-item .kana {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.top-search .huneral-list .huneral-item dd .img-wrapper {
  width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 353/264;
}
@media screen and (min-width:640px) {
  .top-search .huneral-list .huneral-item dd .img-wrapper {
    margin-bottom: 24px;
  }
}
.top-search .huneral-list .huneral-item dd .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-search .huneral-list .huneral-item dd .cate-list {
  margin-bottom: 16px;
  display: flex;
  -moz-column-gap: 4.6703296703%;
  column-gap: 4.6703296703%;
}
@media screen and (min-width:640px) {
  .top-search .huneral-list .huneral-item dd .cate-list {
    margin-bottom: 24px;
  }
}
.top-search .huneral-list .huneral-item dd .cate-list li {
  width: 71px;
  height: 25px;
  line-height: 1;
  display: grid;
  place-content: center;
  border: 1px solid var(--blue03);
  border-radius: 20px;
  font-size: clamp(15px, 3.6231884058vw, 27px);
  font-weight: bold;
}
@media screen and (min-width:640px) {
  .top-search .huneral-list .huneral-item dd .cate-list li {
    width: 127px;
    height: 45px;
    border-radius: 40px;
  }
}
.top-search .huneral-list .huneral-item dd table {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width:640px) {
  .top-search .huneral-list .huneral-item dd table {
    margin-bottom: 24px;
  }
}
.top-search .huneral-list .huneral-item dd table tr {
  border-bottom: 1px solid #d5d5d5;
}
.top-search .huneral-list .huneral-item dd table tr:nth-of-type(1) {
  border-top: 1px solid #d5d5d5;
}
.top-search .huneral-list .huneral-item dd table tr th,
.top-search .huneral-list .huneral-item dd table tr td {
  padding: 16px 0;
  font-size: clamp(16px, 3.8647342995vw, 28px);
}
.top-search .huneral-list .huneral-item dd table tr th {
  font-weight: 500;
}
.top-search .huneral-list .huneral-item dd table tr td {
  color: #3d3d3d;
}
.top-search .huneral-list .huneral-item dd .text {
  color: var(--text-black);
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(15px, 3.6231884058vw, 27px);
  text-align: justify;
}
.top-search .huneral-list .huneral-item .blue-btn {
  background: var(--blue03);
  color: white;
  font-size: 22px;
  font-weight: 700;
  width: 313px;
  height: 65px;
  display: block;
  border-radius: 60px;
  margin: 32px auto 0;
  display: grid;
  place-content: center;
}
@media screen and (min-width:640px) {
  .top-search .huneral-list .huneral-item .blue-btn {
    font-size: 30px;
    width: 417px;
    height: 73px;
  }
}
.top-search .huneral-list .huneral-item .blue-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.top-search .huneral-list .huneral-item .blue-btn span::before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  display: block;
  background: url(../images/icon-tel-white.svg) no-repeat center/contain;
  margin-right: 4px;
}

.footer {
  background: var(--blue01);
  color: white;
  padding: 31px 35px;
  text-align: center;
}
@media screen and (min-width:640px) {
  .footer {
    padding: 54px;
  }
}
.footer .footer-inner .footer-logo {
  display: block;
  margin: 0 auto 30px;
  width: 40.8212560386%;
}
.footer .footer-inner .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .footer-inner .footer-nav {
  margin-bottom: 30px;
}
.footer .footer-inner .footer-nav .nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.footer .footer-inner .footer-nav .nav-list li > a {
  font-size: 12px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: white;
}
@media screen and (min-width:640px) {
  .footer .footer-inner .footer-nav .nav-list li > a {
    font-size: 21px;
  }
}
.footer .footer-inner .copy {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

.page-plan .plan {
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
}
.page-plan .plan .plan-tab {
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
  min-height: 56px;
}
.page-plan .plan .plan-tab li {
  width: 24.4791666667%;
  position: relative;
  text-align: center;
}
.page-plan .plan .plan-tab li.current a {
  color: white !important;
  font-weight: 700;
  font-size: clamp(17px, 4.1062801932vw, 30px);
}
.page-plan .plan .plan-tab li.current::after {
  content: "";
  width: 20px;
  height: 14px;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.page-plan .plan .plan-tab li a {
  font-size: clamp(14px, 3.3816425121vw, 25px);
  display: block;
  line-height: 1.3;
  padding: 4px;
  height: 100%;
  display: grid;
  place-content: center;
  font-weight: 700;
}
.page-plan .plan .plan-tab li.cremation {
  background-color: rgba(63, 152, 179, 0.12);
}
.page-plan .plan .plan-tab li.cremation.current {
  background-color: var(--cremation);
}
.page-plan .plan .plan-tab li.cremation.current::after {
  content: "";
  background: var(--cremation);
}
.page-plan .plan .plan-tab li.cremation a {
  color: var(--cremation);
}
.page-plan .plan .plan-tab li.oneday {
  background-color: rgba(0, 178, 134, 0.12);
}
.page-plan .plan .plan-tab li.oneday.current {
  background-color: var(--1day);
}
.page-plan .plan .plan-tab li.oneday.current::after {
  content: "";
  background: var(--1day);
}
.page-plan .plan .plan-tab li.oneday a {
  color: var(--1day);
}
.page-plan .plan .plan-tab li.family {
  background-color: rgba(158, 100, 193, 0.12);
}
.page-plan .plan .plan-tab li.family.current {
  background-color: var(--family);
}
.page-plan .plan .plan-tab li.family.current::after {
  content: "";
  background: var(--family);
}
.page-plan .plan .plan-tab li.family a {
  color: var(--family);
}
.page-plan .plan .plan-tab li.general {
  background-color: rgba(162, 152, 117, 0.12);
}
.page-plan .plan .plan-tab li.general.current {
  background-color: var(--general);
}
.page-plan .plan .plan-tab li.general.current::after {
  content: "";
  background: var(--general);
}
.page-plan .plan .plan-tab li.general a {
  color: var(--general);
}
.page-plan .plan .plan-list .plan-item dd {
  padding: 24px 15px;
}
.page-plan .plan .plan-list .plan-item dd .middle-contents {
  flex-direction: column;
}
.page-plan .plan .plan-list .plan-item dd .img-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .lead {
  background: #fae64f;
  text-align: center;
  border: none;
  font-size: clamp(14px, 3.6231884058vw, 27px);
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .price {
  display: inline-block;
  font-size: clamp(57px, 15.2173913043vw, 113px);
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .price-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .price-upper {
  display: inline-block;
  line-height: 1.4;
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .price-wrapper-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .price-wrapper-flex .price {
  margin-bottom: 0;
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .price-wrapper-flex .small {
  font-size: clamp(17px, 4.1062801932vw, 30px);
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .price-wrapper-flex .yen {
  font-size: clamp(32px, 7.729468599vw, 57px);
  line-height: 1;
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .flex-column {
  display: flex;
  flex-direction: column-reverse;
}
.page-plan .plan .plan-list .plan-item dd .text-wrapper .price-under {
  font-size: clamp(15px, 3.6231884058vw, 27px);
}
.page-plan .plan-contents {
  padding: 40px 0;
  background: url(../images/blue-grad.png);
  background-position: bottom;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}
.page-plan .plan-contents .ttl-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width:640px) {
  .page-plan .plan-contents .ttl-wrapper {
    margin-bottom: 40px;
  }
}
.page-plan .plan-contents .ttl-wrapper h2 {
  color: white;
  font-size: clamp(18px, 4.8309178744vw, 36px);
  padding: 4px 12px;
  background: var(--cremation);
  border-radius: 40px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
@media screen and (min-width:640px) {
  .page-plan .plan-contents .ttl-wrapper h2 {
    padding: 8px 24px;
  }
}
.page-plan .plan-contents .ttl-wrapper span {
  font-weight: 700;
  font-size: clamp(11px, 3.8647342995vw, 28px);
  margin-left: 6px;
  letter-spacing: 0;
}
.page-plan .set-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width:640px) {
  .page-plan .set-wrapper {
    margin-bottom: 64px;
  }
}
.page-plan .plan-contents-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.4492753623vw;
  column-gap: 1.4492753623vw;
  row-gap: 3.8647342995vw;
}
.page-plan.page-oneday .plan-contents {
  background: url(../images/green-grad.png);
  background-position: bottom;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}
.page-plan.page-oneday .plan-contents .ttl-wrapper h2 {
  background: var(--1day);
}
.page-plan.page-family .plan-contents {
  background: url(../images/purple-grad.png);
  background-position: bottom;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}
.page-plan.page-family .plan-contents .ttl-wrapper h2 {
  background: var(--family);
}
.page-plan.page-general .plan-contents {
  background: url(../images/brown-grad.png);
  background-position: bottom;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}
.page-plan.page-general .plan-contents .ttl-wrapper h2 {
  background: var(--general);
}

.flow {
  padding: 40px 0;
}
@media screen and (min-width:640px) {
  .flow {
    padding: 80px 0;
  }
}
.flow .ttl-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width:640px) {
  .flow .ttl-wrapper {
    margin-bottom: 40px;
  }
}
.flow .ttl-wrapper h2 {
  color: white;
  font-size: clamp(18px, 4.8309178744vw, 36px);
  padding: 4px 12px;
  background: var(--cremation);
  border-radius: 40px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
.flow .ttl-wrapper span {
  font-weight: 700;
  font-size: clamp(11px, 3.8647342995vw, 28px);
  margin-left: 6px;
  letter-spacing: 0;
}

.page-oneday .flow .ttl-wrapper h2 {
  background: var(--1day);
}

.page-family .flow .ttl-wrapper h2 {
  background: var(--family);
}

.page-general .flow .ttl-wrapper h2 {
  background: var(--general);
}

.fee {
  background: linear-gradient(to top, var(--light-blue-bg) 80%, transparent 80%), url(../images/blue-grad.png);
  background-position: bottom, top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 80%, 100% auto;
  padding-top: 0;
  padding-bottom: 0px;
}
.fee .plan-list {
  margin-bottom: 0;
}

.plan-bottom {
  padding-bottom: 40px;
}
.plan-bottom .top-search-bottom-ttl {
  margin-top: -1px;
}

.contact h2,
.privacy h2,
.guide h2 {
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: clamp(24px, 5.7971014493vw, 43px);
}
@media screen and (min-width:640px) {
  .contact h2,
  .privacy h2,
  .guide h2 {
    margin-bottom: 60px;
  }
}
.contact h2::after,
.privacy h2::after,
.guide h2::after {
  content: "";
  width: 40%;
  height: 2px;
  background: #3d3d3d;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.mb10 {
  margin-bottom: 10px;
}

.contact {
  padding-top: 85px;
}
.contact .contact-wrapper {
  padding: 0 15px;
  margin-bottom: 64px;
}
.contact .bar {
  margin-bottom: 40px;
}
.contact .bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .bar ul .horizon {
  width: 70px;
  height: 1px;
  background: #d9d9d9;
  margin-top: -20px;
}
@media screen and (min-width:640px) {
  .contact .bar ul .horizon {
    margin-top: -32px;
    width: 83px;
  }
}
.contact .bar ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.contact .bar ul li .text {
  font-weight: 500;
  font-size: 12px;
}
@media screen and (min-width:640px) {
  .contact .bar ul li .text {
    font-size: 18px;
  }
}
.contact .bar ul li .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #a2a2a2;
  background-color: white;
  position: relative;
  display: block;
}
.contact .bar ul li .circle::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #a2a2a2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact .postal-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .postal-wrapper .p-postal-code {
  width: 10em;
}
.contact .info-text {
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 3.3816425121vw, 25px);
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
}
.contact dl {
  padding-bottom: 24px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 24px;
}
.contact dl:last-of-type {
  border-bottom: none;
}
.contact dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact dl dt span::before {
  content: "任意";
  display: block;
  background: #9b9b9b;
  color: white;
  padding: 3px 7px;
  font-size: clamp(11px, 2.6570048309vw, 19px);
  border-radius: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .contact dl dt span::before {
    padding: 6px 10px;
  }
}
.contact dl dt,
.contact dl dd {
  font-size: clamp(13px, 3.1400966184vw, 23px);
  font-weight: 500;
}
.contact dl.required dt span::before {
  content: "必須";
  display: block;
  background: #db3025;
  color: white;
  padding: 3px 7px;
  font-size: clamp(11px, 2.6570048309vw, 19px);
  border-radius: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width:640px) {
  .contact dl.required dt span::before {
    padding: 6px 10px;
  }
}
.contact ::-webkit-input-placeholder {
  color: #a4a4a4;
}
.contact ::-moz-placeholder {
  color: #a4a4a4;
}
.contact :-ms-input-placeholder {
  color: #a4a4a4;
}
.contact ::-ms-input-placeholder {
  color: #a4a4a4;
}
.contact ::placeholder {
  color: #a4a4a4;
}
.contact input,
.contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: white;
  font-family: inherit;
  outline: none;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  width: 100%;
  padding: 8px;
}
.contact .details-radio dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 16px;
}
.contact .details-radio dd .mwform-checkbox-field {
  width: 50%;
}
.contact .details-radio dd .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.contact .details-radio dd .horizontal-item + .horizontal-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact .details-radio dd .horizontal-item + .horizontal-item label span {
  margin-right: 0.5em;
}
.contact dt {
  margin-bottom: 12px;
}
.contact input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
@media screen and (min-width:640px) {
  .contact input[type=checkbox] {
    width: 36px;
    height: 36px;
  }
}
.contact input[type=checkbox]:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3d3d3d;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (min-width:640px) {
  .contact input[type=checkbox]:checked::before {
    width: 20px;
    height: 20px;
  }
}
.contact .privacy {
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px, 2.8985507246vw, 21px);
  margin-bottom: 32px;
}
.contact .privacy .mwform-checkbox-field-text {
  font-weight: 500;
}
.contact .privacy label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .privacy input[type=checkbox] {
  border-radius: 0;
}
.contact .privacy input[type=checkbox]:checked::before {
  border-radius: 0;
}
.contact .privacy-note {
  text-align: center;
  line-height: 2;
  font-weight: 400;
  font-size: clamp(13px, 3.1400966184vw, 23px);
  margin-bottom: 24px;
}
.contact .form-check {
  text-align: center;
}
.contact form {
  margin-bottom: 64px;
  padding: 0 15px;
}
.contact .contact_submit_btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 9.0651558074%;
  column-gap: 9.0651558074%;
}
.contact .contact_submit_btn_wrapper .submit_btn input {
  width: 206px;
  height: 54px;
  display: grid;
  place-content: center;
  border: none;
  color: white;
  background-color: #4caac7;
  line-height: 1;
  border-radius: 60px;
  font-weight: 500;
  font-size: clamp(15px, 3.6231884058vw, 27px);
}
@media screen and (min-width:640px) {
  .contact .contact_submit_btn_wrapper .submit_btn input {
    padding: 10px 30px;
    height: 64px;
  }
}
.contact .contact_submit_btn_wrapper .check_back input {
  background: white;
  color: #383838;
  border-radius: 60px;
  border: 1px solid #383838;
  height: 54px;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: clamp(15px, 3.6231884058vw, 27px);
}
@media screen and (min-width:640px) {
  .contact .contact_submit_btn_wrapper .check_back input {
    padding: 10px 30px;
    height: 64px;
  }
}
.contact .mw_wp_form_input .bar ul li.step01 .circle {
  border: 1px solid var(--blue02);
}
.contact .mw_wp_form_input .bar ul li.step01 .circle::after {
  background: #4caac7;
}
.contact .mw_wp_form_confirm .bar ul li.step02 .circle, .contact .mw_wp_form_confirm .bar ul li.step01 .circle {
  border: 1px solid var(--blue02);
}
.contact .mw_wp_form_confirm .bar ul li.step02 .circle::after, .contact .mw_wp_form_confirm .bar ul li.step01 .circle::after {
  background: #4caac7;
}
.contact .mw_wp_form_confirm .privacy-note,
.contact .mw_wp_form_confirm .privacy {
  display: none;
}
.contact .mw_wp_form_confirm .submit_btn,
.contact .mw_wp_form_confirm .check_back {
  width: 100%;
}
.contact .mw_wp_form_confirm .submit_btn input,
.contact .mw_wp_form_confirm .check_back input {
  width: 100%;
}
.contact .p-country-name {
  display: none;
}
.contact .mw_wp_form_complete .bar ul li.step03 .circle, .contact .mw_wp_form_complete .bar ul li.step02 .circle, .contact .mw_wp_form_complete .bar ul li.step01 .circle {
  border: 1px solid var(--blue02);
}
.contact .mw_wp_form_complete .bar ul li.step03 .circle::after, .contact .mw_wp_form_complete .bar ul li.step02 .circle::after, .contact .mw_wp_form_complete .bar ul li.step01 .circle::after {
  background: #4caac7;
}
.contact .mw_wp_form_complete .thanks-lead {
  text-align: center;
  font-weight: 700;
  font-size: clamp(16px, 3.8647342995vw, 28px);
  margin-bottom: 32px;
}
.contact .mw_wp_form_complete .thanks-text {
  font-weight: 500;
  font-size: clamp(14px, 3.3816425121vw, 25px);
  text-align: center;
  margin-bottom: 64px;
}

.company {
  padding: 82px 0 16px;
}
@media screen and (min-width:640px) {
  .company {
    padding-bottom: 32px;
  }
}
.company .company-info table {
  margin-bottom: 64px;
}
.company .company-info thead th {
  width: 100%;
  text-align: center;
  color: white;
  background: var(--blue02);
  padding: 8px 0;
  font-size: clamp(24px, 5.7971014493vw, 43px);
  border: 1px solid #999999;
}
.company .company-info tbody th,
.company .company-info tbody td {
  border: 1px solid #999;
  padding: 10px;
  font-size: clamp(14px, 3.3816425121vw, 25px);
  height: 100px;
  vertical-align: middle;
}
.company .company-info tbody th {
  width: 26.0416666667%;
  background: #ebf6f9;
  text-align: center;
  letter-spacing: 0;
  padding: 10px 6px;
}
.company .company-info tbody td {
  width: auto;
}
.company .company-info tbody td ul > li {
  position: relative;
  padding-left: 1em;
}
.company .company-info tbody td ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.text-red {
  color: #ff0000;
}

.btn-white {
  margin: 0 auto 64px;
  text-align: center;
  display: block;
  width: 203px;
  height: 54px;
  border: 1px solid #3d3d3d;
  display: grid;
  place-content: center;
  border-radius: 60px;
  font-weight: 500;
}

.privacy-contents {
  padding: 85px 0 16px;
}
@media screen and (min-width:640px) {
  .privacy-contents {
    padding-bottom: 32px;
  }
}
.privacy-contents p {
  font-size: clamp(16px, 3.8647342995vw, 28px);
  font-weight: 400;
  margin-bottom: 1em;
}
.privacy-contents dl {
  font-size: clamp(16px, 3.8647342995vw, 28px);
  font-weight: 400;
  margin-bottom: 1em;
}
.privacy-contents dl:last-of-type {
  margin-bottom: 60px;
}
.privacy-contents dl dt {
  font-size: clamp(20px, 4.8309178744vw, 36px);
  font-weight: 700;
  margin-bottom: 16px;
}
.privacy-contents dl dd ul {
  margin-bottom: 1em;
}
.privacy-contents dl dd ul li {
  padding-left: 1em;
  position: relative;
}
.privacy-contents dl dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.guide {
  padding: 85px 0 16px;
}
@media screen and (min-width:640px) {
  .guide {
    padding-bottom: 32px;
  }
}
.guide .guide-wrapper {
  padding: 0 15px 94px;
}
.guide .guide-list {
  margin-bottom: 48px;
}
.guide .guide-list .guide-item {
  margin-bottom: 32px;
  letter-spacing: 0;
}
.guide .guide-list .guide-item:last-of-type {
  margin-bottom: 0;
}
.guide .guide-list .guide-item dt {
  font-size: clamp(18px, 4.8309178744vw, 36px);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
}
.guide .guide-list .guide-item dd {
  line-height: 1.8;
  font-weight: 400;
  font-size: clamp(14px, 3.8647342995vw, 28px);
}
.guide .guide-list .guide-item dd p + ul {
  margin-top: 1em;
}
.guide .guide-list .guide-item dd ul + p {
  margin-top: 1em;
}
.guide .guide-list .guide-item dd ul .guide-c-item {
  display: flex;
  justify-content: flex-start;
}
.guide .guide-list .guide-item dd ul .guide-c-item span {
  width: 1.5em;
}
.guide .guide-list .guide-item dd ul .guide-c-item p {
  flex: 1;
}
.guide .btn-white {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
