@charset "UTF-8";

/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}
body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
main {
  display: block;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  vertical-align: top;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
select::-ms-expand {
  display: none;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
label[for] {
  cursor: pointer;
}
hr {
  height: 0;
  margin: 0.8rem 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.letter-spacing-0{
  letter-spacing: 0 !important;
}
.txt-center{
  text-align: center;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  line-height: 2;
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  font-family: "fot-matisse-pron", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: inherit;
  opacity: 0.5;
}
.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}
.font-en {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
img[src*=".svg"] {
  width: 100%;
}

/*
 *  utility
 * ------------------------------------------------------------------- */
.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 1rem !important; }
.mb20 { margin-bottom: 2rem !important; }
.mb30 { margin-bottom: 3rem !important; }
.mb40 { margin-bottom: 4rem !important; }
.mb50 { margin-bottom: 5rem !important; }
.mb60 { margin-bottom: 6rem !important; }
.mb70 { margin-bottom: 7rem !important; }
.mb80 { margin-bottom: 8rem !important; }
.mb1em { margin-bottom: 1.2em !important; }

.mt0 { margin-top: 0 !important; }
.mt10 { margin-top: 1rem !important; }
.mt20 { margin-top: 2rem !important; }
.mt30 { margin-top: 3rem !important; }
.mt40 { margin-top: 4rem !important; }
.mt50 { margin-top: 5rem !important; }
.mt60 { margin-top: 6rem !important; }
.mt70 { margin-top: 7rem !important; }
.mt80 { margin-top: 8rem !important; }
.mt1em { margin-top: 1.2em !important; }

.pb0 { padding-bottom: 0 !important; }
.pb10 { padding-bottom: 1rem !important; }
.pb20 { padding-bottom: 2rem !important; }
.pb30 { padding-bottom: 3rem !important; }
.pb40 { padding-bottom: 4rem !important; }
.pb50 { padding-bottom: 5rem !important; }
.pb60 { padding-bottom: 6rem !important; }
.pb70 { padding-bottom: 7rem !important; }
.pb80 { padding-bottom: 8rem !important; }
.pb1em { padding-bottom: 1.2em !important; }

.pt0 { padding-top: 0 !important; }
.pt10 { padding-top: 1rem !important; }
.pt20 { padding-top: 2rem !important; }
.pt30 { padding-top: 3rem !important; }
.pt40 { padding-top: 4rem !important; }
.pt50 { padding-top: 5rem !important; }
.pt60 { padding-top: 6rem !important; }
.pt70 { padding-top: 7rem !important; }
.pt80 { padding-top: 8rem !important; }
.pt1em { padding-top: 1.2em !important; }

/* SPサイズ */
@media screen and (max-width:639px) {
.sp-mb0 { margin-bottom: 0 !important; }
.sp-mb10 { margin-bottom: 1rem !important; }
.sp-mb20 { margin-bottom: 2rem !important; }
.sp-mb30 { margin-bottom: 3rem !important; }
.sp-mb40 { margin-bottom: 4rem !important; }
.sp-mb50 { margin-bottom: 5rem !important; }
.sp-mb60 { margin-bottom: 6rem !important; }
.sp-mb70 { margin-bottom: 7rem !important; }
.sp-mb80 { margin-bottom: 8rem !important; }
.sp-mt0 { margin-top: 0 !important; }
.sp-mt10 { margin-top: 1rem !important; }
.sp-mt20 { margin-top: 2rem !important; }
.sp-mt30 { margin-top: 3rem !important; }
.sp-mt40 { margin-top: 4rem !important; }
.sp-mt50 { margin-top: 5rem !important; }
.sp-mt60 { margin-top: 6rem !important; }
.sp-mt70 { margin-top: 7rem !important; }
.sp-mt80 { margin-top: 8rem !important; }
.sp-pb0 { padding-bottom: 0 !important; }
.sp-pb10 { padding-bottom: 1rem !important; }
.sp-pb20 { padding-bottom: 2rem !important; }
.sp-pb30 { padding-bottom: 3rem !important; }
.sp-pb40 { padding-bottom: 4rem !important; }
.sp-pb50 { padding-bottom: 5rem !important; }
.sp-pb60 { padding-bottom: 6rem !important; }
.sp-pb70 { padding-bottom: 7rem !important; }
.sp-pb80 { padding-bottom: 8rem !important; }
.sp-pb1em { padding-bottom: 1em !important; }
.sp-pt0 { padding-top: 0 !important; }
.sp-pt10 { padding-top: 1rem !important; }
.sp-pt20 { padding-top: 2rem !important; }
.sp-pt30 { padding-top: 3rem !important; }
.sp-pt40 { padding-top: 4rem !important; }
.sp-pt50 { padding-top: 5rem !important; }
.sp-pt60 { padding-top: 6rem !important; }
.sp-pt70 { padding-top: 7rem !important; }
.sp-pt80 { padding-top: 8rem !important; }
.sp-pt1em { padding-top: 1em !important; }
}

/* display */
@media screen and (min-width:1280px) {
  .hide-pc-l {
    display: none;
  }
}
@media screen and (min-width:960px) {
  .hide-pc.show-tb {
    display: none;
  }
}
@media screen and (max-width:959px) {
  .hide-pc.show-tb {
    display: inline-block;
  }
}
@media screen and (min-width:768px) {
  .hide-pc {
    display: none;
  }
}
@media screen and (min-width:640px) and (max-width:767px) {
  .hide-pc.hide-tb {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .hide-sp {
    display: none;
  }
}
.nowrap {
  white-space: nowrap;
}
/*
 *  Layout
 * ------------------------------------------------------------------- */
.wrap {
  max-width: 118.8rem;
  margin: 0 auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.opening {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.opening-block {
  width: 100vw;
  height: 100vh;
  text-align: center;
  opacity: 0;
  overflow: auto; /* スクロールを有効化 */
  scrollbar-width: none; /* Firefox用 */
  -ms-overflow-style: none; /* IE/Edge用 */
}
/* Chrome, Safari, Edge(Chromium)用 */
.opening-block::-webkit-scrollbar {
  display: none;
}
.opening-block picture {
  width: 100%;
  height: 100%;
}
.opening-block img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
/* button */
.button {
  display: inline-block;
  min-width: 17.5rem;
  padding: 0.92em 1.2em;
  border-radius: 3.4em;
  color: #fff !important;
  line-height: 1.5;
  font-size: 1.8rem;
  text-decoration: none !important;
  text-align: center;
  background-color: #1A1A1A;
}
.button.icon-window {
  position: relative;
  min-width: 35.2rem;
  padding: 0.92em 2.8em;
}
.button.icon-window::after {
  content: '';
  position: absolute;
  top: 0;
  right: 2.4rem;
  bottom: 0;
  margin: auto;
  width: 1.9rem;
  height: 1.9rem;
  background: url('../img/icon_window.svg') no-repeat 50% 50%;
  background-size: contain;
}
.button.icon-arrow {
  position: relative;
  min-width: 35.2rem;
  padding: 0.92em 2.8em;
}
.button.icon-arrow::after {
  content: '';
  position: absolute;
  top: 0;
  right: 2.4rem;
  bottom: 0;
  margin: auto;
  width: 1.9rem;
  height: 1.9rem;
  background: url('../img/icon_arrow.svg') no-repeat 50% 50%;
  background-size: contain;
}
.l-header .button {
  min-width: 17.5rem;
  padding: 0.5em 0.8em;
  border-radius: 1.25em;
  font-size: 1.6rem;
}
.button.size-s {
  padding: 0.68em 0.8em;
  font-size: 1.4rem;
}
.button-wrap {
  margin-top: 8rem;
  text-align: center;
}
.button-wrap.mt-s {
  margin-top: 2.5rem;
}
/* button-consultation */
.button-consultation {
  display: none;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 2;
  width: 8.4rem;
  height: 8.4rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
}
/* scroll-top */
.scroll-top {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	z-index: 2;
  width: 4rem;
	opacity: 0;
	visibility: hidden;
}
.scroll-top.js-scroll.is-active {
	animation: arrowmove 3s ease-in-out infinite;
}
.scroll-top.scroll-view:not(.is-hide) {
	opacity: 1;
	visibility: visible;
}
.scroll-top a {
  display: block;
}
@keyframes fadeInDown {
  0% {
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes arrowmove{
  0%{ transform: translate3d(0, 0, 0); }
  33%{ transform: translate3d(0, 1rem, 0); }
  66%{ transform: translate3d(0, 0, 0); }
}

/* header
 * ------------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
}
.l-header .wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 8.8rem;
  max-width: none;
  padding-right: 3.2rem;
  padding-left: 3.2rem;
}
.l-header .header-logo {
  display: flex;
  align-items: center;
}
.l-header .header-brand-logo {
  width: 13.9rem;
}
.l-header .header-service-logo {
  margin-left: 3.2rem;
  font-size: 2rem;
  font-weight: 500;
}
.l-header .header-navi {
  display: flex;
  margin-left: auto;
}
.l-header .header-navi ul {
  display: flex;
  gap: 0.25em;
  margin-left: auto;
  font-size: 1.4rem;
}
.l-header .header-navi ul li a {
  display: block;
  padding: 0.65em 1em;
}
.l-header .header-navi p {
  display: flex;
  align-items: center;
  margin-left: 1.1em;
}
/* header-menu */
.l-header .header-menu {
  display: block;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 8.4rem;
  height: 6.4rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s ease 0s;
  display: none;
}
.l-header .header-menu:hover {
  opacity: 0.5;
}
.l-header .header-menu span{
  display: inline-block;
  position: absolute;
  left: 2.6rem;
  width: 3.2rem;
  height: 1.5px;
  background: #1A1A1A;
  transition: all .4s;
}
.l-header .header-menu span:nth-of-type(1) {
  top: 3.5rem;
}
.l-header .header-menu span:nth-of-type(2) {
  top: 4.3rem;
}
.l-header .header-menu span:nth-of-type(3) {
  top: 5.1rem;
}
.l-header .header-menu.is-active span:nth-of-type(1) {
  top: 4.3rem;
  transform: rotate(-155deg);
}
.l-header .header-menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .header-menu.is-active span:nth-of-type(3){
  top: 4.3rem;
  transform: rotate(155deg);
}
/* l-nav */
.l-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top:0;
  width:100%;
  padding-top: 8.8rem;
  transition: all 0.3s;
}
.l-nav.is-active {
	opacity: 1;
	z-index: 99;
}
.l-nav-list {
  padding: 2em 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}
.l-nav-list li:not(:first-child) {
  margin-top: 0.1em;
}
.l-nav-list a {
  display: block;
  padding: 0.6em 0.5em;
  font-size: 1.8rem;
  text-align: center;
}

/* footer
 * ------------------------------------------------------------------- */
.l-footer {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 1.5;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #f1f2f1;
}
.l-footer .wrap {
  max-width: 144rem;
  padding: 0 2rem;
}
.l-footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* footer-links */
.l-footer-links {
  padding-bottom: 2.5rem;
}
.l-footer-links p {
  margin-top: 0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.l-footer-links .footer-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0rem 2.5rem;
}
.footer-links-list li:not(:first-child) {
  margin-left: 2.5rem;
}
.footer-links-list li a {
  font-size: 1.8rem;
}
/* l-footer-bottom */
.l-footer-bottom {
  display: flex;
  border-top: 1px solid #d6d6d6;
  padding-top: 2.5rem;
}
.l-footer-logo {
  margin-right: 2.5rem;
}
.l-footer-bottom-body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.l-footer-nav {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 128px);
  margin-top: -6px;
  gap: 8px 1.5rem;
  font-size: 1.4rem;
}
.l-footer-nav a:not(:last-child) {
  margin-right: 1.5rem;
  position: relative;
}
.l-footer-nav a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: rgb(173, 173, 173);
  position: absolute;
  right: -1.5rem;
  top: 5px;
}
.l-footer-copyright {
  margin-top: 1.4rem;
  width: 100%;
  font-size: 12px;
}

/* main
* ------------------------------------------------------------------- */
.main-contents {
  position: relative;
  padding-top: 100lvh;
}
.section-block {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #fff;
}
.contents-heading-block {
  position: relative;
  margin-bottom: 2.8rem;
  padding-top: 6.2em;
  padding-bottom: 1.5em;
}
.contents-heading-block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 2.6rem;
  height: 1px;
  background-color: #000;
}
.contents-heading {
  position: relative;
  z-index: 2;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contents-heading-block .font-en {
  position: absolute;
  top: 0;
  left: -0.8em;
  color: #F4F4F4;
  line-height: 1;
  font-size: 15rem;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
.contents-subheading {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* mv
* ------------------------------------------------------------------- */
.mv {
  width: 100%;
  height: calc(100lvh - 8.8rem);
  display: block;
  position: fixed;
  top: 8.8rem;
  left: 0;
  overflow: hidden;
  z-index: -1;
  background: #000 no-repeat 50% 50% / cover;
  background-image: none !important;
}
.mv img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroll-down-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 5rem;
  left: 0;
  z-index: 2;
  width: 4.4rem;
  margin: auto;
  text-align: center;
  animation: arrow-down-anime 2.5s infinite;
  transition: visibility 0.5s, opacity 0.5s;
}
.scroll-down-arrow.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@keyframes arrow-down-anime {
  0% { transform: translateY(0); }
  20% { transform: translateY(15%); }
  40% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* intro
* ------------------------------------------------------------------- */
.section-block.intro {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.intro-top {
  padding-top: 9.5rem;
  padding-bottom: 10.8rem;
  background-color: rgba(255, 255, 255, 0.92);
}
.intro-top .wrap {
  padding-left: 9.2rem;
}
.intro-top-heading {
  margin-bottom: 0.8em;
  line-height: 1.6;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.25em;
}
.intro-top p {
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.intro-top p + p {
  margin-top: 1.6em;
}
.intro-top .button-wrap {
  margin-top: 3.8rem;
  text-align: left;
}
.intro-top .button {
  min-width: 35.2rem;
}
.intro-bottom {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #F4F4F4;
}
.intro-bottom-heading {
  position: relative;
  margin-bottom: 8rem;
  padding-bottom: 1.1em;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.intro-bottom-heading::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  margin: auto;
  width: 22rem;
  height: 1px;
  background-color: #1A1A1A;
}
.intro-bottom-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.4rem;
  left: 0;
  margin: auto;
  width: 1.6rem;
  height: 3px;
  background-color: #F4F4F4;
}
.intro-bottom-heading .heading-underline {
  position: absolute;
  bottom: 1.5rem;
  z-index: 2;
  left: calc(50% - 0.8rem);
  margin-left: 0px;
  width: 2.1rem;
  height: 1px;
  background-color: #1A1A1A;
  transform: rotate(45deg);
  transform-origin: top left;
}
.intro-example {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
}
.intro-example li {
  display: block;
  padding: 1.6em 2em;
  border: 1px solid #464646;
  white-space: nowrap;
  background-color: #fff;
}
.intro-example li:nth-child(1) {
  margin-left: 3.8rem;
}
.intro-example li:nth-child(2) {
  margin-top: 2.1rem;
  margin-right: 1.8rem;
}
.intro-example li:nth-child(3) {
  margin-top: 2.5rem;
}
.intro-example li:nth-child(4) {
  margin-top: 6.6rem;
  margin-right: 5.7rem;
}
.intro-message {
  margin-top: 7rem;
  text-align: center;
}
.intro-message > span {
  display: inline-block;
  position: relative;
  padding: 3.6rem 5.9rem;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.intro-message > span::before,
.intro-message > span::after {
  content: '';
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
}
.intro-message > span::before {
  top: 0;
  left: 0;
  border-top: 1px solid #464646;
  border-left: 1px solid #464646;
}
.intro-message > span::after {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
}

/* concept
* ------------------------------------------------------------------- */
.section-block.concept {
  padding-top: 0;
}
.section-mv {
  margin-bottom: 7rem;
  aspect-ratio: 1366 / 500;
}
.intro .section-mv {
  aspect-ratio: 1366 / 520;
}
.concept-list {
  display: flex;
  gap: 3.2rem;
  margin-top: 6rem;
  counter-reset: listnum;
}
.concept-list > li {
  width: calc((100% - (3.7rem * 2)) / 3);
}
.concept-list .concept-list-img {
  margin-bottom: 2rem;
  aspect-ratio: 338 / 260;
}
.concept-list .concept-list-heading {
  display: flex;
  margin-bottom: 0.9em;
}
.concept-list .concept-list-heading::before {
	content: "0" counter(listnum);
  counter-increment: listnum;
  align-self: center;
  line-height: 1;
  font-size: 3.3rem;
}
.concept-list .concept-list-heading .concept-list-heading-text {
  align-self: center;
  margin-left: 0.4em;
  padding: 0.2em 0 0.2em 0.4em;
  border-left: 1px solid #000;
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.9rem;
}
/* use-case-list */
.use-case-list {
  display: flex;
  gap: 1.6rem;
  margin-top: 6rem;
}
.use-case-list > li {
  display: flex;
  width: calc((100% - (1.6rem * 2)) / 3);
}
.use-case-list a {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.use-case-list .use-case-list-img {
  width: 100%;
  aspect-ratio: 352 / 264;
}
.use-case-list .use-case-list-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 0.8rem;
  padding: 0.7em 0 0.75em 1.2em;
  border-bottom: 1px solid #1A1A1A;
  border-left: 1px solid #1A1A1A;
}
.use-case-list .use-case-list-body p {
  margin-bottom: 1rem;
  line-height: 1.75;
  font-size: 1.8rem;
}
.use-case-list .use-case-list-body .list-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.7em;
  margin-top: 1rem;
  margin-top: auto;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
.use-case-list .use-case-list-body .list-more .icon-more {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #1A1A1A;
}
.use-case-list .use-case-list-body .list-more .icon-more::before,
.use-case-list .use-case-list-body .list-more .icon-more::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 0.1rem;
  background-color: #fff;
}
.use-case-list .use-case-list-body .list-more .icon-more::after {
  transform: rotate(90deg);
}
/* modal-use-case */
.iziModal {
  box-shadow: none;
}
.iziModal.hasShadow::after {
  display: none;
}
.modal-close {
  position: fixed;
  top: -13rem;
  right: -8.4rem;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #1A1A1A;
}
.modal-close.is-active {
  display: block;
}
.modal-close::before,
.modal-close::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.4rem;
  height: 1px;
  background-color: #fff;
}
.modal-close::before {
  transform: rotate(45deg);
}
.modal-close::after {
  transform: rotate(-45deg);
}
.modal-use-case .wrap {
  display: flex;
  gap: 2rem;
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.modal-use-case .modal-use-case-img {
  width: 42.27%;
}
.modal-use-case .modal-use-case-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 4.8rem 6.8rem 4.8rem 7.2rem;
  border: 1px solid #1A1A1A;
  border-left: none;
}
.modal-use-case-title {
  position: relative;
  margin-bottom: 2.1rem;
  padding-bottom: 3.2rem;
  line-height: 1.75;
  font-weight: 500;
  font-size: 1.6rem;
}
.modal-use-case-title::before {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 22rem;
  height: 1px;
  background-color: #1A1A1A;
}
.modal-use-case-title::after {
  content: "";
  position: absolute;
  bottom: 1.4rem;
  left: calc((22rem - 1.6rem) / 2);
  width: 1.6rem;
  height: 3px;
  background-color: #fff;
}
.modal-use-case-title .heading-underline {
  position: absolute;
  bottom: 1.5rem;
  z-index: 2;
  left: calc((22rem - 2.6rem) / 2);
  margin-left: 0px;
  width: 2.1rem;
  height: 1px;
  background-color: #1A1A1A;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.use-case-user {
  display: flex;
  align-items: center;
  margin-bottom: 4.5rem;
}
.use-case-user .use-case-user-icon {
  width: 4rem;
  height: 6.4rem;
  margin-right: 2.5rem;
}
.modal-use-case-heading {
  margin-bottom: 1.7em;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 500;
}
.modal-use-case-text {
  font-size: 1.4rem;
}
.modal-use-case-text + .modal-use-case-text {
  margin-top: 2em;
}

/* question
* ------------------------------------------------------------------- */
.section-block.question {
  background-color: #f4f4f4;
}
.section-block.question .contents-heading-block .font-en {
  top: -0.25em;
  color: #fff;
}
/* approach-test-contents */
.approach-test-contents {
  position: relative;
  margin-top: 4.5rem;
  margin-right: -4.5rem;
  margin-left: -4.4rem;
  padding: 2.1rem 7.6rem 4.5rem;
  text-align: center;
  background: url('../img/bg_approach_test.png') no-repeat center center;
  background-size: contain;
}
.approach-test-contents-main {
  display: flex;
  position: relative;
  height: 57.8rem;
}
/* approach-test-intro */
.approach-test-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  display: none;
}
.approach-test-question.is-active {
  display: flex;
}
.approach-test-intro-title {
  margin: 0.8em;
  line-height: 1.3;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.approach-test-intro-subtext {
  margin-top: 1.6em;
  font-size: 2rem;
}
.approach-test-start {
  max-width: 6.8rem;
  margin-top: 2rem;
}
/* approach-test-question */
.approach-test-question {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  padding: 3rem 0;
  display: none;
}
.approach-test-question.is-active {
  display: flex;
}
.question-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
}
.question-header .question-num {
  display: flex;
  align-items: flex-end;
  width: 12.8rem;
  line-height: 1;
  font-size: 2rem;
}
.question-header .question-num .question-current {
  font-size: 2em;
}
.question-header .question-text {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 3em;
  line-height: 1.5;
  font-size: 2.6rem;
  text-align: left;
}
.question-body {
  display: flex;
  /* align-items: flex-end; */
  flex-direction: row-reverse;
  width: 100%;
  flex: 1;
}
.question-nav {
  position: absolute;
  bottom: 3rem;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
  display: none;
}
.back-btn {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  font-family: inherit;
  gap: 6px;
  width: 12.8rem;
  color: #1a1a1a;
  transition: opacity 0.3s ease;
  pointer-events: initial;
}
.back-btn:hover {
  opacity: 0.5;
}
.back-label {
  display: block;
  font-size: 1.6rem;
  text-align: left;
}
.back-icon {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
}
.back-icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.6rem;
  height: 1rem;
  background: url('../img/icon_arrow.svg') no-repeat 50% 50%;
  background-size: contain;
  transform: scale(-1, 1);
}
.question-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: calc(100% - 12.8rem);
}
.radio-option {
  position: relative;
  width: 100%;
}
.radio-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-option label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 3.9em;
  color: #fff;
  border: 1px solid #464646;
  padding: 0.65em 0.5em;
  line-height: 1.3;
  font-size: 1.6rem;
  text-align: center;
  background-color: #1A1A1A;
  cursor: pointer;
  transition: opacity 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-option label:hover {
  opacity: 0.7;
}
.radio-option input[type="radio"]:checked + label {
  background-color: #ffffff;
  color: #1a1a1a;
}
.radio-option input[type="radio"]:focus-visible + label {
  outline: 2px solid #555555;
  outline-offset: 2px;
}
/* result */
.approach-test-result {
  justify-content: center;
}
.result-header {
  margin-bottom: 2.4rem;
  line-height: 1.5;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.result-plan {
  display: flex;
  justify-content: center;
  margin: 0 auto 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.result-plan .result-plan-title {
  padding: 0.22em 1.2em;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.result-detail-text {
  line-height: 2;
  font-size: 1.6rem;
}
.result-detail-notes {
  margin-top: 2.5em;
  line-height: 2;
  font-size: 1.2rem;
}
/* action-button */
.action-button-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  max-width: 54.8rem;
  width: 100%;
  margin: 3.2rem auto 0;
}
.action-button {
  display: inline-block;
  width: 100%;
  padding: 0.92em 1.2em;
  border-radius: 3.4em;
  color: #fff !important;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #1A1A1A;
}
.ohter-button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.ohter-button-wrap li {
  flex: 1;
}
.ohter-button {
  display: inline-block;
  width: 100%;
  padding: 0.7em 1em;
  border-radius: 2.9em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
  background-color: #F4F4F4;
}

@media screen and (max-width: 1178px) {
  .approach-test-contents-main {
    height: 49.06vw;
  }
  .approach-test-intro-title {
    font-size: 3.39vw;
  }
  .approach-test-intro-subtext {
    font-size: 1.69vw;
  }
  .approach-test-start {
    max-width: 5.77vw;
    margin-top: 1.69vw;
  }
  .approach-test-question {
    max-width: 76.40vw;
    padding: 2.54vw 0;
  }
  .question-header .question-num {
    width: 10.86vw;
    font-size: 1.69vw;
  }
  .question-header .question-text {
    font-size: 2.20vw;
  }
  .question-nav {
    max-width: 76.40vw;
    bottom: 2.54vw;
  }
  .back-btn {
    width: 10.86vw;
  }
  .back-btn:hover {
    opacity: 1;
  }
  .back-label {
    font-size: 1.35vw;
  }
  .back-icon {
    width: 3.39vw;
    height: 3.39vw;
  }
  .back-icon::before {
    width: 1.35vw;
    height: 0.84vw;
  }
  .question-list {
    width: calc(100% - 10.86vw);
    gap: 0.67vw;
  }
  .radio-option label {
    font-size: 1.35vw;
  }
  /* result */
  .approach-test-result {
    justify-content: center;
  }
  .result-header {
    margin-bottom: 2.03vw;
    font-size: 2.37vw;
  }
  .result-plan {
    margin-bottom: 2.03vw;
    font-size: 2.71vw;
  }
  .result-detail-text {
    font-size: 1.35vw;
  }
  .result-detail-notes {
    font-size: 1.01vw;
  }
  .action-button-wrap {
    max-width: 46.51vw;
    margin-top: 2.71vw;
    gap: 1.35vw;
  }
  .action-button {
    font-size: 1.52vw;
  }
  .ohter-button-wrap {
    gap: 1.69vw;
  }
  .ohter-button {
    font-size: 1.18vw;
  }
}

/* service
* ------------------------------------------------------------------- */
.section-block.service {
  padding-top: 0;
}
.service-plan {
  position: relative;
  padding: 4.2rem 4rem 3.2rem;
  border: 1px solid #1A1A1A;
}
.service-plan + .service-plan {
  margin-top: 1.6rem;
}
.service-plan .service-plan-summary {
  display: block;
}
.service-plan .service-plan-summary .service-plan-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3em 0.8em;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #1A1A1A;
}
.service-plan .service-plan-summary .service-plan-title {
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 0.6em;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}
.service-plan .service-plan-summary .service-plan-title:hover {
  opacity: 0.5;
}
.service-plan .service-plan-summary .service-plan-title .icon-accordion {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #1A1A1A;
}
.service-plan .service-plan-summary .service-plan-title .icon-accordion::before,
.service-plan .service-plan-summary .service-plan-title .icon-accordion::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1rem;
  height: 0.1rem;
  background-color: #fff;
}
.service-plan .service-plan-summary .service-plan-title .icon-accordion::after {
  transform: rotate(90deg);
}
.service-plan.is-open .service-plan-summary .service-plan-title .icon-accordion::after {
  display: none;
}
.service-plan .service-plan-summary .service-plan-img {
  max-width: 43.6rem;
  margin-top: 2.4rem;
  aspect-ratio: 436 / 64;
}
.service-plan-content-wrap {
  display: none;
}
.service-plan-content {
  width: 100%;
  min-height: 0;
  margin-top: 4rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  border-top: 1px solid #707070;
  text-align: center;
}
/* accordion-button */
.accordion-bottom {
  display: none;
  margin-top: 3rem;
  text-align: center;
}
.accordion-button {
  display: inline-block;
  text-align: center;
}
.accordion-text {
  display: block;
  font-size: 1.6rem;
}
.accordion-button .icon-accordion {
  display: block;
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.5em auto 0;
  border-radius: 50%;
  background-color: #1A1A1A;
}
.accordion-button .icon-accordion::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.6rem;
  height: 1rem;
  background: url('../img/icon_arrow.svg') no-repeat 50% 50%;
  background-size: contain;
  transform: rotate(90deg);
}
.service-plan.is-open .accordion-button .icon-accordion::before {
  width: 1rem;
  height: 1px;
  background: #fff;
  transform: rotate(0deg);
}
.service-plan .service-plan-heading {
  position: relative;
  margin-bottom: 1.15em;
  padding-bottom: 0.5em;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
.service-plan .service-plan-heading:not(:first-child) {
  margin-top: 8rem;
}
.service-plan .service-plan-heading::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.6rem;
  height: 1px;
  background-color: #000;
}
.service-plan .service-plan-text {
  font-size: 1.8rem;
}
.service-plan .service-plan-text.size-s {
  line-height: 1.71;
  font-size: 1.4rem;
}
/* service-plan-price */
.service-plan-price {
  display: flex;
  gap: 1.6rem;
  width: 100%;
  margin-top: 4.2rem;
}
.service-plan-price .service-plan-price-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - (1.6rem * 4)) / 5);
  padding: 0.5em 0.75em;
  background-color: #F4F4F4;
}
.service-plan-price .service-plan-price-block p {
  width: 100%;
  padding: 0.6em 0;
  font-size: 2.1rem;
  text-align: center;
}
.service-plan-price .service-plan-price-block p:not(:first-child) {
  border-top: 1px solid #464646;
}
/* service-plan-option */
.service-plan-option {
  display: flex;
  gap: 1.6rem;
  width: 100%;
  margin-top: 4.2rem;
}
.service-plan-option > div {
  flex: 1;
  padding: 1.8em 1.5em;
  background-color: #F4F4F4;
}
.service-plan-option > div p {
  line-height: 1.5;
  font-size: 2.1rem;
}
.service-plan-option > div p + p {
  margin-top: 0.5em;
}
.service-plan-option > div .notes {
  margin-top: 1.4em;
  line-height: 1.71;
  font-size: 1.4rem;
}
/* step-swiper-thumb */
.step-swiper-thumb {
  margin-top: 8rem;
  padding: 0 5.6rem;
}
.step-swiper-thumb .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
  padding: 0.5em;
  border: 1px solid #1A1A1A;
  cursor: pointer;
}
.step-swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  color: #fff;
  background-color: #1A1A1A;
}
.step-swiper-thumb .swiper-slide:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5.8rem;
  margin: auto;
  width: 3.1rem;
  height: 1.3rem;
  background: url('../img/icon_arrow_bl.svg') no-repeat 50% 50%;
  background-size: contain;
}
.step-swiper-thumb .swiper-slide p {
  line-height: 1.75;
}
.step-swiper-thumb .swiper-slide p:first-child {
  font-size: 1.8rem;
}
/* album-plan-step-detail */
.album-plan-step-detail-wrap {
  position: relative;
  margin-top: 4rem;
  padding: 0 5.6rem;
}
.swiper-button-next,
.swiper-button-prev {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.6rem;
  height: 1rem;
  background: url('../img/icon_arrow.svg') no-repeat 50% 50%;
  background-size: contain;
}
.swiper-button-prev::before {
  transform: scale(-1, 1);
}
.album-plan-step-detail .swiper-slide {
  display: flex;
  gap: 1.6rem;
}
.album-plan-step-detail .album-plan-step-img {
  width: 28.76%;
}
.album-plan-step-detail .album-plan-step-body {
  flex: 1;
  padding-top: 1.2em;
  text-align: left;
}
.album-plan-step-detail .album-plan-step-heading {
  margin-bottom: 0.9em;
  line-height: 1.5;
  font-size: 2rem;
}
.service-plan-inner {
  max-width: 90.4rem;
  margin: 8rem auto 0;
}
.service-plan-table {
  margin-top: 2.4rem;
}
.service-plan-table-sp {
  display: none;
  margin-right: -1.5rem;
}
.service-plan-swiper {
  padding-right: 1.6rem;
  padding-bottom: 3.6rem;
}
.swiper-pagination {
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.7rem;
  border: 1px solid #707070;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  border: 1px solid #1A1A1A;
  background-color: #1A1A1A;
}
.notes-list {
  margin-top: 3.2rem;
  line-height: 1.71;
  font-size: 1.4rem;
  text-align: left;
}
.notes-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.service-memorial-place {
  max-width: 47.3rem;
  margin: 3.2rem auto 3.2rem;
}

/* shoplist
* ------------------------------------------------------------------- */
.section-block.shoplist {
  padding-top: 0;
}
.shoplist-info {
  display: flex;
  gap: 5.2rem;
  width: 100%;
  margin-top: 7rem;
}
.shoplist-info > li {
  display: flex;
  flex-direction: column;
  width: calc((100% - (5.2rem * 2)) / 3);
}
.shoplist-info .shoplist-img {
  aspect-ratio: 328 / 246;
}
.shoplist-info .shoplist-heading {
  margin-top: 1em;
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 500;
}
.shoplist-info .shoplist-heading > span {
  display: block;
  margin-bottom: -0.2em;
  font-size: 0.65em;
}
.shoplist-detail {
  margin-top: 1.3em;
  margin-bottom: 1.8em;
  line-height: 1.71;
  font-size: 1.4rem;
}
.shoplist-detail > div {
  display: flex;
}
.shoplist-detail > div:not(:first-child) {
  margin-top: 0.5em;
}
.shoplist-detail > div > dt {
  width: 6em;
}
.shoplist-detail > div > dd {
  flex: 1;
}
.shoplist-detail > div.line-break {
  flex-wrap: wrap;
}
.shoplist-detail > div.line-break > dt {
  width: 100%;
}
.shoplist-detail > div.line-break > dd {
  margin-left: 6em;
}
.shoplist-info .shoplist-reservation {
  margin-top: auto;
}
.shoplist-info .shoplist-reservation > li:not(:first-child) {
  margin-top: 1.6rem;
}
.shoplist-info .shoplist-reservation .button {
  width: 100%;
  min-width: 0;
  max-width: 23.2rem;
}

/* other
* ------------------------------------------------------------------- */
.section-block.other {
  padding-top: 0;
  padding-bottom: 0;
}
.kofukuron {
  padding-top: 3rem;
  padding-bottom: 14rem;
}
.kofukuron-block {
  margin: 0 auto;
}
.kofukuron-hd {
  max-width: 38.5rem;
  margin: 0 auto;
}
.kofukuron-copy {
  margin-top: 6rem;
  font-size: 2rem;
  text-align: center;
}
.kofukuron-img {
  position: relative;
  left: 1.5%;
  width: 47.58%;
  max-width: 21.4rem;
  margin: 6rem auto 0;
  text-align: center;
}
.kofukuron-block .button-wrap {
  margin-top: 6rem;
}

/* フェードイン・アップ */
.fade-in-up {
  opacity: 0;
}
.fade-in-up.active {
  animation: fadeInUp 1.6s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* ブラー */
.blur {
  opacity: 0;
}
.blur.active {
  animation: blurAnime 1.5s ease forwards;
}

@keyframes blurAnime{
  0% {
    filter: blur(2rem);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}

/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
/* small PC size */
@media screen and (max-width: 1200px) {
  /* header */
  .l-header .header-navi {
    display: none;
  }
  /* header-menu */
  .l-header .header-menu {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .intro-example li {
    padding: 1.7em 1.3em;
  }
  .contents-heading-block .font-en {
    left: -0.4em;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc(100vw/96);
  }
}
/* tablet size */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw/64);
  }
  body {
    font-size: 1.6rem;
  }
  a:hover {
    opacity: 1;
  }
  /* footer */
  .l-footer {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .l-footer .wrap {
    padding: 0 3.2rem;
  }
  /* footer-links */
  .l-footer-links {
    padding-bottom: 4rem;
  }
  .l-footer-links p {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
  .footer-links-list li:not(:first-child) {
    margin-left: 0;
    margin-top: 1.4rem;
  }
  .footer-links-list li a {
    font-size: 1.4rem;
  }
  /* l-footer-bottom */
  .l-footer-bottom {
    display: block;
    padding-top: 4rem;
  }
  .l-footer-logo {
    display: block;
    margin-right: 0;
    margin-bottom: 4rem;
    text-align: center;
  }
  .l-footer-logo img {
    width: 15.2rem;
  }
  .l-footer-bottom-body {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.6rem;
    gap: 8px 2.4rem;
    font-size: 1.4rem;
  }
  .l-footer-nav a:not(:last-child) {
    margin-right: 2.4rem;
  }
  .l-footer-nav a:not(:last-child)::after {
    right: -2.4rem;
  }
  .l-footer-copyright {
    margin-top: 0;
    font-size: 1.2rem;
  }
  /* intro */
  .intro-example {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 96rem;
    margin: 0 auto;
  }
  .intro-example li {
    padding: 0.8em 1em;
    line-height: 1.71;
  }
  .intro-example li:nth-child(1) {
    margin-left: 0;
  }
  .intro-example li:nth-child(2) {
    margin-top: 2.4rem;
    margin-right: 0;
    margin-left: auto;
  }
  .intro-example li:nth-child(3) {
    margin-top: 2.4rem;
  }
  .intro-example li:nth-child(4) {
    margin-top: 2.4rem;
    margin-right: 0;
    margin-left: auto;
  }
  .intro-message > span {
    font-size: 1.8rem;
  }
  .contents-heading-block {
    padding-top: 5em;
  }
  .contents-heading-block .font-en {
    font-size: 10rem;
  }
  .concept-list {
    flex-direction: column;
    gap: 5.2rem;
    margin-top: 7.5rem;
  }
  .concept-list > li {
    width: 100%;
  }
  .use-case-list {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
  .use-case-list > li {
    width: 100%;
  }
  .approach-test-contents {
    margin-top: 5.6rem;
    margin-right: -1.9rem;
    margin-left: -2.2rem;
    padding: 5rem 4.6rem 6.5rem 5.1rem;
    background-image: url('../img/bg_approach_test_sp.png');
  }
  .approach-test-contents-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 31.2rem;
    height: 60rem;
    margin: 0 auto;
  }
  /* approach-test-intro */
  .approach-test-intro-title {
    margin: 0 0 2em;
    line-height: 1.3;
    font-size: 2.4rem;
  }
  .approach-test-intro-text {
    line-height: 2.25;
  }
  .approach-test-intro-subtext {
    margin-top: 2em;
    font-size: 1.6rem;
  }
  .approach-test-start {
    max-width: 5.2rem;
    margin-top: 1rem;
  }
  .service-plan .service-plan-summary .service-plan-title .icon-accordion {
    display: none;
  }

  /* approach-test-question */
  .approach-test-question {
    padding: 0.5rem 0;
  }
  .approach-test-intro {
    margin-top: auto;
    margin-bottom: auto;
  }
  .question-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1em;
  }
  .question-header .question-num {
    width: auto;
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .question-header .question-text {
    min-height: 3em;
    font-size: 1.6rem;
    text-align: center;
  }
  .question-body {
    flex-direction: column;
    width: 100%;
  }
  .question-nav {
    position: relative;
    bottom: auto;
    width: 100%;
    max-width: none;
  }
  .back-btn {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 0.8rem;
    width: auto;
    margin: 2.4rem auto 0;
  }
  .back-btn:hover {
    opacity: 1;
  }
  .back-label {
    font-size: 1.6rem;
  }
  .back-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .back-icon::before {
    width: 1.2rem;
    height: 0.8rem;
  }
  .question-list {
    gap: 0.8rem;
    width: 100%;
  }
  .radio-option {
    position: relative;
    width: 100%;
  }
  .radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .radio-option label {
    min-height: 3.8em;
    padding: 0.6em 0.6em;
    line-height: 1.3;
    font-size: 1.3rem;
  }
  .radio-option label:hover {
    opacity: 1;
  }
  .radio-option input[type="radio"]:checked + label {
    background-color: #ffffff;
    color: #1a1a1a;
  }
  .radio-option input[type="radio"]:focus-visible + label {
    outline: 2px solid #555555;
    outline-offset: 2px;
  }
  /* result */
  .approach-test-result {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }
  .result-header {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
  .result-plan {
    margin-bottom: 1.2rem;
    line-height: 1.3;
  }
  .result-plan .result-plan-title {
    width: 100%;
    padding: 0.4em 0;
    font-size: 2rem;
  }
  .result-detail-text {
    line-height: 1.7;
    font-size: 1.4rem;
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }
  .result-detail-notes {
    margin-top: 1.5em;
    line-height: 1.5;
    font-size: 1.2rem;
    text-align: left;
  }
  .action-button-wrap {
    max-width: none;
    margin-top: 1.6rem;
    gap: 1rem;
  }
  .action-button {
    padding: 0.68em 0.5em;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .ohter-button-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .ohter-button-wrap li {
    width: 100%;
  }
  .ohter-button {
    padding: 0.6em 0.5em;
    font-size: 1.4rem;
  }

  /* service-plan-price */
  .service-plan-price {
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color: #F4F4F4;
  }
  .service-plan-price .service-plan-price-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0.5em 0.75em;
  }
  .service-plan-price .service-plan-price-block:not(:first-child) {
    border-top: 1px solid #464646;
  }
  .service-plan-price .service-plan-price-block p {
    width: 50%;
    padding: 0.4em 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .service-plan-price .service-plan-price-block p:not(:first-child) {
    border-top: none;
  }
  /* service-plan-option */
  .service-plan-option {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
  .service-plan-option > div {
    padding: 1.8em 1.5em;
  }
  .service-plan-option > div p {
    font-size: 1.6rem;
  }
  .service-plan-option > div p + p {
    margin-top: 0.7em;
  }
  .service-plan-option > div .notes {
    margin-top: 1.2em;
    font-size: 1.2rem;
  }
  /* step-swiper-thumb */
  .step-swiper-thumb {
    height: 18.4rem;
    margin-top: 5.4rem;
    padding: 0;
  }
  .step-swiper-thumb .swiper-slide {
    flex-direction: row;
    gap: 0.8em;
    padding: 0.42em;
  }
  .step-swiper-thumb .swiper-slide:not(:first-child)::before {
    display: none;
  }
  .step-swiper-thumb .swiper-slide p:first-child {
    font-size: 1.5rem;
  }
  .step-swiper-thumb .swiper-slide p br {
    display: none;
  }
  /* album-plan-step-detail */
  .album-plan-step-detail-wrap {
    padding: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 6rem !important;
    width: 3.2rem;
    height: 3.2rem;
  }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    width: 1.3rem;
    height: 0.8rem;
  }
  .album-plan-step-detail .swiper-slide {
    display: block;
  }
  .album-plan-step-detail .album-plan-step-img {
    width: calc(100% - 13rem);
    margin: 0 auto;
  }
  .album-plan-step-detail .album-plan-step-body {
    padding-top: 1.8em;
  }
  .album-plan-step-detail .album-plan-step-heading {
    margin-bottom: 1em;
    font-size: 1.8rem;
    text-align: center;
  }
  .service-plan-inner {
    margin: 7.2rem auto 0;
  }
  .service-plan-table {
    margin-top: 2.4rem;
  }
  .service-plan-table-pc {
    display: none;
  }
  .service-plan-table-sp {
    display: block;
    margin-right: -4rem;
  }
  .service-plan-table-option-sp {
    margin-top: 2.4rem;
    margin-right: 4rem;
  }
  .notes-list {
    margin-top: 5rem;
    line-height: 2;
    font-size: 1.2rem;
  }
  .service-memorial-place {
    margin: 2.8rem auto 5.6rem;
  }
  /* accordion-button */
  .accordion-bottom {
    display: block;
  }
  /* shoplist */
  .shoplist-info {
    flex-direction: column;
    gap: 5rem;
    margin-top: 4.6rem;
  }
  .shoplist-info > li {
    width: 100%;
  }
  .shoplist-info .shoplist-heading {
    margin-top: 0.9em;
  }
  .shoplist-info .shoplist-reservation {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
  }
  .shoplist-info .shoplist-reservation > li {
    width: 100%;
  }
  .shoplist-info .shoplist-reservation > li:not(:first-child) {
    margin-top: 0;
  }
  .shoplist-info .shoplist-reservation .button {
    max-width: 20rem;
  }
  /* other */
  .kofukuron {
    padding-top: 2.8rem;
    padding-bottom: 10rem;
  }
  .kofukuron-hd {
    max-width: 21.7rem;
  }
  .kofukuron-copy {
    margin-top: 3.6rem;
  }
  .kofukuron-img {
    margin: 3.6rem auto 0;
  }
  .kofukuron-block .button-wrap {
    margin-top: 4.3rem;
  }
  /* modal-use-case */
  .modal-close {
    top: 2.1rem;
    right: 1.6rem;
    width: 3rem;
    height: 3rem;
  }
  .modal-close::before,
  .modal-close::after {
    width: 1rem;
  }
  .modal-use-case .wrap {
    flex-direction: column;
    gap: 0.8rem;
    padding: 6.8rem 1.6rem 4rem;
  }
  .modal-use-case .modal-use-case-img {
    width: 100%;
  }
  .modal-use-case .modal-use-case-info {
    padding: 2rem 1.6rem 4rem;
    border: 1px solid #1A1A1A;
    border-top: none;
  }
} /* query end */

/* SP size */
@media screen and (max-width: 639px) {
  html {
    font-size: calc(100vw/37.5);
  }
  body {
    font-size: 1.4rem;
  }
  .wrap {
    padding-right: 3.2rem;
    padding-left: 3.2rem;
  }
  /* button */
  .button {
    min-width: 0;
    width: 100%;
    padding: 0.55em 0.8em;
  }
  .button.icon-window {
    min-width: 0;
    padding: 0.55em 2.6em;
  }
  .button.icon-arrow {
    min-width: 0;
    padding: 0.55em 2.6em;
  }
  .button.size-s {
    padding: 0.68em 0.8em;
    font-size: 1.4rem;
  }
  .button-wrap {
    margin-top: 8rem;
    text-align: center;
  }
  .button-wrap.mt-s {
    margin-top: 2.8rem;
  }
  .button-consultation {
    display: block;
  }
  /* scroll-top */
  .scroll-top {
    display: none;
  }
  /* header */
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    line-height: 1.5;
  }
  .l-header .wrap {
    height: 8rem;
    padding-right: 0;
    padding-left: 1.6rem;
  }
  .l-header .header-logo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .l-header .header-brand-logo {
    width: 10.4rem;
  }
  .l-header .header-service-logo {
    margin-top: 0.6rem;
    margin-left: 0;
    font-size: 1.4rem;
    font-weight: 500;
  }
  /* header-menu */
  .l-header .header-menu {
    width: 6.4rem;
    height: 5.6rem;
  }
  .l-header .header-menu:hover {
    opacity: 1;
  }
  .l-header .header-menu span{
    left: 1.6rem;
    width: 3.2rem;
  }
  .l-header .header-menu span:nth-of-type(1) {
    top: 1.9rem;
  }
  .l-header .header-menu span:nth-of-type(2) {
    top: 2.7rem;
  }
  .l-header .header-menu span:nth-of-type(3) {
    top: 3.5rem;
  }
  .l-header .header-menu.is-active span:nth-of-type(1) {
    top: 2.7rem;
  }
  .l-header .header-menu.is-active span:nth-of-type(3){
    top: 2.7rem;
  }
  /* l-nav */
  .l-nav {
    padding-top: 8rem;
  }
  /* main-contents */
  .main-contents {
    padding-top: 108lvh;
  }
  .section-block {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
  .contents-heading-block {
    margin-bottom: 4.4rem;
    padding-top: 3.8em;
    padding-bottom: 1.2em;
  }
  .contents-heading {
    font-size: 2.4rem;
  }
  .contents-heading-block .font-en {
    left: -3.2rem;
    font-size: 6.4rem;
    letter-spacing: 0.22em;
  }
  .contents-subheading {
    margin-bottom: 0.8em;
    line-height: 1.75;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
  }
  /* mv */
  .mv {
    height: calc(100lvh - 8rem);
    top: 8rem;
  }
  .scroll-down-arrow {
    right: auto;
    bottom: 2.2rem;
    left: 1.5rem;
  }
  /* intro */
  .section-block.intro {
    padding-top: 0;
    padding-bottom: 0;
  }
  .intro-top {
    padding-top: 5.2rem;
    padding-bottom: 6rem;
  }
  .intro-top .wrap {
    padding-left: 3.2rem;
  }
  .intro-top-heading {
    margin-bottom: 2em;
    line-height: 1.71;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
  .intro-top p {
    line-height: 2;
    letter-spacing: normal;
  }
  .intro-top p + p {
    margin-top: 1.9em;
  }
  .intro-top .button-wrap {
    margin-top: 3.6rem;
    text-align: center;
  }
  .intro-top .button {
    min-width: 0;
  }
  .intro-bottom {
    padding-top: 7.2rem;
    padding-bottom: 8rem;
  }
  .intro-bottom-heading {
    margin-bottom: 5.2rem;
    line-height: 1.66;
    font-size: 2.4rem;
  }
  .intro-bottom-heading::before {
    bottom: 1.1rem;
    width: 20.4rem;
  }
  .intro-bottom-heading::after {
    bottom: 1.0rem;
    width: 1.2rem;
  }
  .intro-bottom-heading .heading-underline {
    bottom: 1.1rem;
    left: calc(50% - 0.6rem);
    width: 1.5rem;
  }
  .intro-message {
    margin: 6rem -1.6rem 0;
  }
  .intro-message > span {
    padding: 5.2rem 0;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .intro-message > span::before,
  .intro-message > span::after {
    width: 4rem;
    height: 4rem;
  }
  /* concept */
  .section-block.concept {
    padding-top: 0;
  }
  .section-mv {
    margin-bottom: 7.2rem;
    aspect-ratio: 375 / 520;
  }
  .intro .section-mv {
    aspect-ratio: 375 / 520;
  }
  .section-mv img {
    margin-top: -2rem;
  }
  .concept-list {
    flex-direction: column;
    gap: 5.2rem;
    margin-top: 7.5rem;
  }
  .concept-list > li {
    width: 100%;
  }
  .concept-list .concept-list-img {
    margin-bottom: 1.6rem;
    aspect-ratio: 311 / 180;
  }
  .concept-list .concept-list-heading {
    margin-bottom: 0.7em;
  }
  .concept-list .concept-list-heading::before {
    font-size: 2.4rem;
  }
  .concept-list .concept-list-heading .concept-list-heading-text {
    margin-left: 0.7em;
    padding: 0.05em 0 0.05em 0.7em;
    font-size: 1.8rem;
  }
  .contents-heading-block.mt-l {
    margin-top: 1em;
  }
  /* use-case-list */
  .use-case-list {
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
  .use-case-list > li {
    width: 100%;
  }
  .use-case-list .use-case-list-img {
    aspect-ratio: 352 / 264;
  }
  .use-case-list .use-case-list-body {
    padding: 0.8em 0 0.7em 1.7em;
  }
  .use-case-list .use-case-list-body p {
    margin-bottom: 0.8rem;
    line-height: 1.93;
    font-size: 1.6rem;
  }
  /* modal-use-case */
  .modal-close {
    top: 2.1rem;
    right: 1.6rem;
    width: 3rem;
    height: 3rem;
  }
  .modal-close::before,
  .modal-close::after {
    width: 1rem;
  }
  .modal-use-case .wrap {
    flex-direction: column;
    gap: 0.8rem;
    padding: 6.8rem 1.6rem 4rem;
  }
  .modal-use-case .modal-use-case-img {
    width: 100%;
  }
  .modal-use-case .modal-use-case-info {
    padding: 2rem 1.6rem 4rem;
    border: 1px solid #1A1A1A;
    border-top: none;
  }
  .modal-use-case-head {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
  }
  .modal-use-case-title {
    width: 20.4rem;
    margin-bottom: 0;
    padding-bottom: 1.7rem;
  }
  .modal-use-case-title::before {
    bottom: 1.1rem;
    width: 20.4rem;
  }
  .modal-use-case-title::after {
    bottom: 1.0rem;
    left: calc((20.4rem - 1.2rem) / 2);
    width: 1.2rem;
  }
  .modal-use-case-title .heading-underline {
    bottom: 1.1rem;
    left: calc((20.4rem - 1.8rem) / 2);
    width: 1.5rem;
  }
  .use-case-user {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.3rem;
    white-space: nowrap;
  }
  .use-case-user .use-case-user-icon {
    width: 3.4rem;
    height: 5.4rem;
    margin-right: 0;
    margin-bottom: 0.4em;
  }
  .modal-use-case-heading {
    margin-bottom: 1.4em;
  }
  /* question */
  .section-block.question .contents-heading-block {
    padding-top: 2.8em;
  }
  .section-block.question .contents-heading-block .font-en {
    top: -0.15em;
  }
  /* approach-test-contents */
  .approach-test-contents {
    margin-top: 5.6rem;
    margin-right: -1.9rem;
    margin-left: -2.2rem;
    padding: 4rem 4.7rem 5.5rem 5rem;
    background-image: url('../img/bg_approach_test_sp.png');
  }
  .approach-test-contents-main {
    display: flex;
    width: 100%;
    max-width: 35.2rem;
    height: 52.4rem;
  }
  /* approach-test-intro */
  .approach-test-intro-title {
    margin: 0 0 2em;
    line-height: 1.3;
    font-size: 2.4rem;
  }
  .approach-test-intro-text {
    line-height: 2.25;
  }
  .approach-test-intro-subtext {
    margin-top: 2em;
    font-size: 1.8rem;
  }
  .approach-test-start {
    max-width: 5.2rem;
    margin-top: 1rem;
  }

  /* service */
  .service-plan {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
    padding: 3.6rem 1.5rem 4rem;
  }
  .service-plan + .service-plan {
    margin-top: 2rem;
  }
  .service-plan .service-plan-summary .service-plan-label {
    padding: 0.2em 0.75em 0.3em;
    font-size: 1.6rem;
  }
  .service-plan .service-plan-summary .service-plan-title {
    justify-content: center;
    width: 100%;
    margin-bottom: 1.4em;
    font-size: 1.9rem;
    text-align: center;
  }
  .service-plan .service-plan-summary .service-plan-title:hover {
    opacity: 1;
  }
  .service-plan .service-plan-summary .service-plan-label + .service-plan-title {
    margin-top: 0.6em;
  }
  .service-plan .service-plan-summary .service-plan-title .icon-accordion {
    display: none;
  }
  .service-plan .service-plan-text {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: -0.04em;
  }
  .service-plan .service-plan-summary .service-plan-img {
    aspect-ratio: 312 / 52;
  }
  .service-plan-content {
    margin-top: 0;
    padding-top: 8rem;
    padding-bottom: 5rem;
    border-top: none;
  }
  .service-plan .service-plan-content .service-plan-text {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .service-plan .service-plan-heading {
    margin-bottom: 1.45em;
    padding-bottom: 0.4em;
    font-size: 2rem;
  }
  .service-plan .service-plan-heading:not(:first-child) {
    margin-top: 7.2rem;
  }
  /* service-plan-price */
  .service-plan-price {
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
    padding: 1rem 2rem;
    background-color: #F4F4F4;
  }
  .service-plan-price .service-plan-price-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0.5em 0.75em;
  }
  .service-plan-price .service-plan-price-block:not(:first-child) {
    border-top: 1px solid #464646;
  }
  .service-plan-price .service-plan-price-block p {
    width: 50%;
    padding: 0.4em 0;
    font-size: 1.4rem;
    text-align: center;
  }
  .service-plan-price .service-plan-price-block p:not(:first-child) {
    border-top: none;
  }
  /* service-plan-option */
  .service-plan-option {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
  .service-plan-option > div {
    padding: 1.8em 1.5em;
  }
  .service-plan-option > div p {
    font-size: 1.6rem;
  }
  .service-plan-option > div p + p {
    margin-top: 0.7em;
  }
  .service-plan-option > div .notes {
    margin-top: 1.2em;
    font-size: 1.2rem;
  }
  /* step-swiper-thumb */
  .step-swiper-thumb {
    height: 18.4rem;
    margin-top: 5.4rem;
    padding: 0;
  }
  .step-swiper-thumb .swiper-slide {
    flex-direction: row;
    gap: 0.8em;
    padding: 0.42em;
  }
  .step-swiper-thumb .swiper-slide:not(:first-child)::before {
    display: none;
  }
  .step-swiper-thumb .swiper-slide p:first-child {
    font-size: 1.5rem;
  }
  .step-swiper-thumb .swiper-slide p br {
    display: none;
  }
  /* album-plan-step-detail */
  .album-plan-step-detail-wrap {
    padding: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 6rem !important;
    width: 3.2rem;
    height: 3.2rem;
  }
  .swiper-button-next::before,
  .swiper-button-prev::before {
    width: 1.3rem;
    height: 0.8rem;
  }
  .album-plan-step-detail .swiper-slide {
    display: block;
  }
  .album-plan-step-detail .album-plan-step-img {
    width: calc(100% - 13rem);
    margin: 0 auto;
  }
  .album-plan-step-detail .album-plan-step-body {
    padding-top: 1.8em;
  }
  .album-plan-step-detail .album-plan-step-heading {
    margin-bottom: 1em;
    font-size: 1.8rem;
    text-align: center;
  }
  .service-plan-inner {
    margin: 7.2rem auto 0;
  }
  .service-plan-table {
    margin-top: 2.4rem;
  }
  .service-plan-table-pc {
    display: none;
  }
  .service-plan-table-sp {
    display: block;
    margin-right: -1.5rem;
  }
  .service-plan-table-option-sp {
    margin-top: 2.4rem;
    margin-right: 1.5rem;
  }
  .notes-list {
    margin-top: 5rem;
    line-height: 2;
    font-size: 1.2rem;
  }
  .service-memorial-place {
    margin: 2.8rem auto 5.6rem;
  }
  /* accordion-button */
  .accordion-bottom {
    display: block;
  }
} /* query end */