@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Sen:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, main, nav, section {
  display: block;
}

img, picture, audio, canvas, video, svg {
  display: inline-block;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  overflow-wrap: break-word;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

input,
button,
select,
textarea {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 393px) {
  html {
    font-size: 2.5445292621vw;
  }
}
@media screen and (min-width:961px) {
  body {
    font-size: 1.4rem;
  }
  br.spver,
  .spver,
  a.spver,
  .mv_text ul.spver { display: none; }
  :root {
    --inner-padding-inline: 1.5rem;
    --leading-trim: calc((1em - 1lh) / 2);
  }
  #header > .inner {
    padding: 0 1.6rem;
    background-color: rgba(230, 133, 69, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: none;
    height: 7.2rem;
  }
  #header > .inner::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #ccc;
    pointer-events: none;
  }
}
@media screen and (max-width:960px) {
   body {
    font-size: 1.6rem;
  }
  html {
    font-size: 62.5%;
  }
  br.pcver,
  .pcver,
  a.pcver,
  .mv_text ul.pcver { display: none; }
  :root {
    --inner-padding-inline: 1.2rem;
    --leading-trim: calc((1em - 1lh) / 2);
  }
  #header > .inner {
    padding: 0 1.2rem;
    background-color: rgba(230, 133, 69, .15);
    display: grid;
    justify-content: space-between;
    grid-template-columns: 30% 70%;
    gap: 0 1rem;
    max-width: none;
    height: 7.2rem;
    align-items: center;
  }
  #header > .inner::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #ccc;
    pointer-events: none;
  }
}

body {
  position: relative;
  color: #222;
  font-weight: 500;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  line-height: 1;
  background-color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#page-content {
  overflow-x: hidden;
}

@media screen and (max-width: 960px) {
  body.is-navi {
    overflow: hidden;
  }
}
body.is-modal {
  overflow: hidden;
}
body.is-modal .modal-container {
  opacity: 1;
  pointer-events: auto;
}

a {
  color: #222;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

b {
  display: block;
  font-weight: bold;
}

u {
  text-decoration: underline;
}

em {
  color: #e68545;
  font-weight: bold;
}

strong {
  font-size: inherit;
  font-weight: bold;
}

mark {
  background-color: transparent;
}

del {
  text-decoration: line-through;
}

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

picture {
  display: block;
}

button {
  cursor: pointer;
}

#to,
#bo {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

#page {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 995;
}
#overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

._pc {
  display: block !important;
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none !important;
  }
}

._pc-md {
  display: block !important;
}
@media screen and (max-width: 768px) {
  ._pc-md {
    display: none !important;
  }
}

._pc-sm {
  display: block !important;
}
@media screen and (max-width: 640px) {
  ._pc-sm {
    display: none !important;
  }
}

._sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  ._sp {
    display: block !important;
  }
}

._sp-md {
  display: none !important;
}
@media screen and (max-width: 768px) {
  ._sp-md {
    display: block !important;
  }
}

._sp-sm {
  display: none !important;
}
@media screen and (max-width: 640px) {
  ._sp-sm {
    display: block !important;
  }
}

._center {
  text-align: center;
}

._pc-center {
  text-align: center;
}

._caption {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Noto Serif JP", "Noto Serif Japanese", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Times New Roman", serif;
}
@media screen and (max-width: 960px) {
  ._caption {
    font-size: 1.1rem;
  }
}
._caption:not(:last-of-type) {
  margin: 0 0 0.4rem;
}

._font-en {
  font-family: Arial, "メイリオ", Meiryo, sans-serif;
}

._font-sub {
  font-weight: 300;
  font-family: "Noto Serif JP", "Noto Serif Japanese", "YuMincho", "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "Times New Roman", serif;
}

._is-hide {
  display: none !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.8;
  background-color: #fff;
  z-index: 997;
}

#header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 auto;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #header-content.is-active {
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#header-logo a {
  display: block;
  height: 100%;
  max-height: 5.6rem;
}
#header-logo a img {
  width: 100%;
}
#header-navi {
  height: 100%;
}
#header-navi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.4rem;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  #header-navi .menu {
    gap: 0 2.4rem;
  }
}
#header-navi .menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
}
#header-navi .menu > li.has-child {
  position: relative;
}
#header-navi .menu > li.has-child > a {
  padding: 0 1.4rem 0 0.4rem;
}
#header-navi .menu > li.has-child > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
  margin: -0.3rem 0 0 0;
  border-top: 0.2rem solid #222;
  border-right: 0.2rem solid #222;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#header-navi .menu > li.has-child:hover {
  z-index: 10;
}
#header-navi .menu > li.has-child:hover > a {
  opacity: 1;
  color: #e68545;
}
#header-navi .menu > li.has-child:hover > a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#header-navi .menu > li.has-child:hover > a::after {
  border-color: #e68545;
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .menu > li:not(.has-child) > a:hover {
    opacity: 1;
    color: #e68545;
  }
  #header-navi .menu > li:not(.has-child) > a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
#header-navi .menu > li > a {
  display: block;
  position: relative;
  padding: 0 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 20;
}
#header-navi .menu > li > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #e68545;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (min-width: 961px) {
  .sp_header {
    display: none;
  }
  h2.style-01 {
    margin: 0 auto 3.2rem;
    font-size: 3.2rem;
  }
  #footer-navi .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.2rem;
  }
  #footer-navi .menu li a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
  }
  #footer .inner {
    max-width: 124.5rem;
    padding: 0 3rem;
  }
  #footer-navi {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.7rem;
  }
  #service-information::before, #service-information::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 52.6rem;
    height: 18.6rem;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #service-information h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 4rem;
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #service-information h2 > span {
    display: block;
  }
  #service-information h2 .first {
    font-size: 4rem;
  }
  .service-plan-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2.4rem;
  }
  .service-plan-list .caption {
    text-align: center;
  }
  .service-plan-list .point ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1.2rem;
  }
  .service-support .title,
  .service-other .title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.2rem;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .service-support .title .first,
  .service-other .title .first {
    font-size: 2.8rem;
  }
  .service-support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.4rem;
    margin: 0 0 2.4rem;
  }
  .service-support-list > .item:not(.-full) {
    width: calc(50% - 1.2rem);
  }
  .service-support-list > .item.fullbase {
    width: 100%;
  }
  .service-support-list > .item .list {
    display: grid;
    gap: 1.2rem;
    margin: 2.4rem 0 0;
  }
  .service-support-list > .item .list.-column-03 {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-support-list > .item .list.-column-05 {
     grid-template-columns: .7fr .7fr .7fr .8fr 1fr;
  }
  .service-support-list > .item:not(.-full) .content {
    padding: 1.6rem 2.6rem 2.4rem;
  }
  .service-support-list > .item .flow {
    display: grid;
    grid-template-columns: 1fr .8fr .6fr 1fr;
    gap: 0 3.2rem;
    margin: 2.4rem 0 0;
  }
  .service-support-list > .item .flow li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -2.1rem;
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.8rem;
    border-color: transparent transparent transparent #e54545;
    translate: 0 -50%;
  }
  .service-other-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
  #top-staff .staff-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.4rem;
  }
  #top-case .case-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.4rem;
  }
  .service-plan-list h3 {
    margin: 0 0 0.8rem;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  #top-trouble .trouble-list .content p {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  #top-trouble .box-title .text {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    border: 2px solid #E68545;
    border-radius: .8rem;
    padding: 2.4rem;
    position: relative;
    margin: 0 auto 3.2rem;
    z-index: 0;
  }
  #top-trouble .box-title .text:after {
    content: "";
    width: 17.6rem;
    height: 17.6rem;
    background-image: url("../img/top/trouble_back.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #top-trouble .box-title .more-button {
    margin: 1.7rem 0 0;
  }
  .more-button.-small {
    max-width: 21.6rem;
    padding: 0.7rem 4.7rem 1rem 2.7rem;
    font-size: 2rem;
  }
  .more-button.-kv {
    padding: 0.9rem 3.6rem .9rem 1.6rem;
    font-size: 2rem;
    display: inline-block;
  }
  #page-header.page {
    height: 20rem;
  }
  #page-header.page.property {
    height: 30rem;
  }
  #page-header.page h1 {
    min-width: 40rem;
    padding: 2rem;
    font-size: 3.2rem;
  }
  #service-information {
    padding: 8rem 0;
  }
  .service-plan-list > li {
    padding: 3.2rem 2.6rem 2.4rem;
  }
  .service-plan {
    margin: 0 0 6.4rem;
  }
  .service-support-list > .item .flow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    line-height: 1.5;
    text-align: center;
    border: 0.1rem solid #e54545;
    border-radius: 0.4rem;
    background-color: #fffbf4;
    padding: 1.5rem;
  }
  .service-support {
    margin: 0 0 6.4rem;
  }
  .service-other-list li {
    padding: 1.6rem;
  }
  #top-staff {
    padding: 8rem 0 0;
  }
  #top-staff.staff_page_section {
    padding: 8rem 0 6rem;
  }
  #top-staff .staff-list li a {
    padding: 2.4rem 2.6rem;
  }
  .widget-contact .banner_lists {
    margin: 0 auto 8rem;
  }
  .widget-contact .banner_lists ul {
    display: block;
    width: 100%;
  }
  .widget-contact .banner_lists ul li {
    margin-bottom: 2.4rem;
  }
  .widget-contact .banner_lists ul li:last-child {
    margin-bottom: 0;
  }
  .widget-contact .banner_lists ul li a {
    padding: 0;
  }
  #main {
    padding: 7.2rem 0 0;
    line-height: 1.8;
  }
  body.page-template-page-plan-01-php #main,
  body.page-template-page-plan-02-php #main,
  body.page-template-page-visit_grave #main {
    padding: 7.2rem 0 0;
  }
}
@media screen and (max-width: 960px) {
  #header-navi .menu > li > a::before {
    content: none;
  }
  #header-content {
    display: none;
  }
  .sp_header {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 0 .8rem;
    grid-template-columns: 1fr 3.6rem;
    margin-right: 1.2rem;
  }
  .sp_header .link_button ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 0.2rem;
  }
  .sp_header .link_button ul li {
    display: inline-block;
    margin: 0 .2rem;
  }
  .sp_header .link_button ul li a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    padding: .8rem .3rem .4rem .3rem;
    border-radius: .4rem;
    display: block;
    text-align: center;
  }
   .sp_header .link_button ul li a img {
    height: 20px;
    width: auto;
   }
  .sp_header .link_button ul li.contact a {
    background-color: #E68545;
  }
  .sp_header .link_button ul li.tel a {
    background-color: #4D361F;
  }
  #header-logo a img {
    width: 13.7rem;
    height: auto;
  }
  .hamburger {
    display: block;
    height: 3.6rem;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 3.6rem;
    border: none;
    background-color: transparent;
    margin-left: 0;
  }
  .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .hamburger__line {
    display: block;
    height: 2.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.68rem;
    background-color: #111111;
    transition: 0.4s;
    border-radius: 20px;
  }
  .hamburger__line:before,
  .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #111111;
    transition: inherit;
    border-radius: 20px
  }
  .hamburger__line:before {
    top: -6px;
  }
  .hamburger__line:after {
    top: 6px;
  }
  .hamburger__text {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .header {
    width: 300px;
  }
  .header__nav-area {
    position: fixed;
    top: 7.2rem;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    padding-top: 0;
    transition: 0.4s;
    background-color: #fff;
  }
  .header__nav-area.-active {
    left: 0;
    visibility: visible;
    background-color: rgba(0, 0, 0, .6);
    overflow: scroll;
  }
  .global-navigation .global-navigation__list {
     background-color: rgba(230, 133, 69, .15);
    padding: 0 1.2rem;
  }
  .global-navigation button,
  .global-navigation .global-navigation__list > li a,
  .global-navigation .global-navigation__list .-active li a.accordion__link {
    padding-top: 1.2rem;
    padding-right: 2.4rem;
    padding-bottom: 1.2rem;
    padding-left: 1.2rem;
    position: relative;
    font-weight: 500;
    border-bottom: 1px solid #D9D9D9;
  }
  .global-navigation .global-navigation__list > li:last-child a {
    border-bottom: none;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111111;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 1.6rem;
  }
  .global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
  }
  .global-navigation__link.-active {
    color: #E68545;
    background-color: #FFFBF4;
  }
  #footer-navi .menu li a {
    position: relative;
  }
  .global-navigation__link.-accordion::after,
  .global-navigation .global-navigation__list li a::after,
  #footer-navi .menu li a::after {
    content: '';
    display: inline-block;
    width: .72rem;
    height: .72rem;
    border-top: 2px solid #939393;
    border-left: 2px solid #939393;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
    top: 50%;
    right: 1.45rem;
    position: absolute;
    transition: transform 0.4s;
  }
  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(225deg);
    border-top: 2px solid #E68545;
    border-left: 2px solid #E68545;
  }
  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
  }
  .accordion.-active {
    height: auto;
    visibility: visible;
    padding-left: 1.6rem;
  }
  .accordion__list li {
    font-size: 1.6rem;
  }
  .global-navigation .global-navigation__list > li a.accordion__link {
    color: #111111;
    width: 100%;
    position: relative;
    padding: 0;
  }
  .global-navigation .global-navigation__list .-active li a.accordion__link {
    display: block;
  }
  p.close_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6.2rem;
    text-align: center;
  }
  nav.global-navigation {
    position: relative;
    background-color: #fff;
  }
  p.close_btn a img {
    width: 4.8rem;
    height: auto;
  }
  h2.style-01 {
    margin: 0 auto 1.3rem;
    font-size: 2.4rem;
  }
  .widget-contact ul li.tel {
    margin: 0 0 2.1rem;
  }
  .widget-contact .banner_lists {
    margin: 0 auto 8rem;
  }
  .widget-contact .banner_lists h2.style-01 {
    margin: 0 auto 0.5rem;
  }
  #footer-navi .menu {
    display: block;
    width: 100%;
  }
  #footer-navi .global-navigation__link.-accordion {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.2rem;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
  }
  #footer-navi .menu li a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 1.2rem;
    border-bottom: 1px solid #D9D9D9;
  }
  #footer .inner {
    width: 100%;
    padding: 0 1.2rem;
  }
  #footer-navi {
    margin: 0 auto 3.2rem;
  }
  #service-information::before, #service-information::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17rem;
    height: 6rem;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #service-information h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #service-information h2 .first {
    font-size: 2.4rem;
  }
  .service-plan-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
  }
  .service-plan-list .point ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem 0;
  }
  .service-support .title {
    position: relative;
    margin: 0 auto 2.4rem;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .service-other .title {
    position: relative;
    margin: 0 auto 1.4rem;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .service-support .title span em,
  .service-other .title span em {
    font-size: 2.4rem;
  }
  .service-support .title .first,
  .service-other .title .first {
    font-size: 2.0rem;
  }
  .service-support-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
    margin: 0 0 2.4rem;
    width: 100%;
  }
  .service-support-list > .item:not(.-full) {
   
  }
  .service-support-list > .item .list {
    display: grid;
    gap: 1.2rem;
    margin: 2.4rem 0 0;
  }
  .service-support-list > .item .list.-column-05 {
    display: flex;
    gap: 1.2rem 0;
    margin: 2.4rem 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-support-list > .item .list.-column-05 li {
    width: calc(50% - 0.6rem);
  }
  .service-support-list > .item .list.-column-05 li:last-child {
    width: 100%;
  }
  .service-support-list > .item .list.-column-03 {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-support-list > .item:not(.-full) .content {
    padding: 1.6rem 2.4rem 2.4rem;
  }
  .service-support-list > .item .flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.2rem 0;
    margin: 2.4rem 0 0;
  }
  .service-support-list > .item .flow li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .service-support-list > .item .flow li dl dt {
    margin: 0 .8rem 0 0;
    padding: 0;
  }
  .service-support-list > .item .flow li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(50% - 1rem);
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.8rem;
    border-color: transparent transparent transparent #e54545;
    bottom: -2.4rem;
    transform: rotate(90deg) translate(0, -50%);
  }
  .service-other-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem 0;
  }
  #top-staff .staff-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
  }
  #top-case .case-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
  }
  .service-plan-list h3 {
    margin: 0 0 0.8rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  #top-trouble .trouble-list .content p {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  #top-trouble .box-title .text {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    border: 2px solid #E68545;
    border-radius: .8rem;
    padding: 2.4rem;
    position: relative;
    margin: 3.2rem auto;
    z-index: 0;
  }
  #top-trouble .box-title .text:after {
    content: "";
    width: 12rem;
    height: 12rem;
    background-image: url("../img/top/trouble_back.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #top-trouble .box-title .more-button {
    margin: 1.7rem auto 0;
  }
  .more-button.-small {
    max-width: initial;
    width: 100%;
    padding: 0.7rem 4.7rem 1rem 2.7rem;
    font-size: 2rem;
  }
  #page-header.page {
    height: 12rem;
  }
  #page-header.page h1 {
    padding: 1.2rem 1.6rem;
    font-size: 2.4rem;
  }
  #service-information {
    padding: 6.4rem 0;
  }
  .service-plan-list > li {
    padding: 3.2rem 2.4rem 2.4rem;
  }
  .service-plan {
    margin: 0 0 3.2rem;
  }
  .service-support-list > .item .flow li {
    display: block;
    position: relative;
    line-height: 1.5;
    text-align: left;
    border: 0.1rem solid #e54545;
    border-radius: 0.4rem;
    background-color: #fffbf4;
    padding: 1.1rem 2rem;
  }
  .service-support .caption {
    font-size: 1.4rem;
  }
  .service-support {
    margin: 0 0 3.2rem;
  }
  .service-other-list li {
    padding: 1.6rem;
  }
  #top-staff {
    padding: 4rem 0 0;
  }
  #top-staff .staff-list li a {
    padding: 2.4rem;
  }
  #main {
    padding: 7.2rem 0 0;
    line-height: 1.8;
  }
  body.page-template-page-plan-01 #main,
  body.page-template-page-plan-02 #main,
  body.page-template-page-visit_grave #main {
    padding: 7.2rem 0 0;
  }
  .more-button.-kv {
    max-width: initial;
  }
}
#header-navi .subnavi {
  display: none;
  position: fixed;
  top: 7.2rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 2.4rem var(--inner-padding-inline);
  background-color: #f5f5f5;
  cursor: auto;
}
#header-navi .subnavi .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.4rem;
  margin: 0 0 1.6rem;
}
#header-navi .subnavi .head .title {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
#header-navi .subnavi .head .button {
  cursor: pointer;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6rem 2.4rem 0.8rem;
  margin: 0.2rem 0 0;
  color: #222;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  border: 0.1rem solid #ccc;
  border-radius: 1000rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 960px) {
  #header-navi .subnavi .head .button {
    margin: 4rem auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .subnavi .head .button:hover {
    opacity: 0.85;
  }
}
#header-navi .subnavi .head .button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.2rem solid #e68545;
  border-bottom: 0.2rem solid #e68545;
  translate: 0 -50%;
  rotate: -45deg;
}
#header-navi .subnavi .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8rem;
  padding: 0 0 0.8rem;
}
#header-navi .submenu .title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0.8rem;
  font-weight: bold;
}
#header-navi .submenu ul li:not(:last-of-type) {
  margin: 0 0 0.4rem;
}
#header-navi .submenu ul li a {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem 0 0;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  #header-navi .submenu ul li a:hover {
    opacity: 0.85;
  }
}
#header-navi .submenu ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.2rem solid #e68545;
  border-bottom: 0.2rem solid #e68545;
  translate: 0 -50%;
  rotate: -45deg;
}

#header-contact {
  margin: 0 0 0 2.4rem;
}
#header-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
}
#header-contact ul li.tel a {
  padding: 0.7rem 0.4rem 0.9rem 4.15rem;
  background-color: #4d361f;
}
#header-contact ul li.tel a:before {
  left: 1.25rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../img/common/icon-tel.svg");
}
#header-contact ul li.tel a > span {
  display: block;
  line-height: 1;
}
#header-contact ul li.tel a .first {
  font-size: 1.2rem;
}
#header-contact ul li.contact a {
  padding: 0.9rem 0.4rem 1rem 4.85rem;
  background-color: #e68545;
}
#header-contact ul li.contact a:before {
  left: 1.15rem;
  width: 2.9rem;
  height: 2rem;
  background-image: url("../img/common/icon-contact.svg");
}
#header-contact ul li a {
  display: block;
  position: relative;
  width: 18rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
  border-radius: 0.8rem;
}
#header-contact ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  translate: 0 -50%;
}
@media (hover: hover) and (pointer: fine) {
  #header-contact ul li a:hover {
    opacity: 0.85;
  }
}
#main {
  overflow-x: hidden;
}
#main.-pd-0 {
  padding: 0;
}
.test {
  padding: 500px 0;
  background-color: skyblue;
}

.section {
  width: 100%;
}

.section-lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 960px) {
  .section-lead {
    font-size: 1.5rem;
  }
}
.section-lead:not(:last-child) {
  margin: 0 auto 6.4rem;
}
@media screen and (max-width: 960px) {
  .section-lead:not(:last-child) {
    margin: 0 auto 4rem;
  }
}

.inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  max-width: calc(102.4rem + var(--inner-padding-inline) * 2);
  padding: 0 var(--inner-padding-inline);
  margin: 0 auto;
}
.inner.-sm {
  max-width: calc(80rem + var(--inner-padding-inline) * 2);
}

#footer {
  padding: 3.9rem 0 4rem;
  line-height: 1.8;
  border-top: 0.1rem solid #ccc;
  background-color: #fff;
}

#footer-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3.2rem;
}
#footer-logo a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 5.6rem;
}
#footer-logo a img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  #footer-navi .menu li a:hover {
    opacity: 0.85;
  }
}

#footer-copyright small {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  margin: 0 auto;
  line-height: 1.45;
}

#breadcrumb {
  padding: 0.7rem 0 0.8rem;
  background-color: #fff;
  overflow-x: auto;
}
#breadcrumb ul {
  white-space: nowrap;
}
#breadcrumb ul li {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
}
#breadcrumb ul li:not(:last-of-type) {
  padding: 0 2.1rem 0 0;
}
#breadcrumb ul li:not(:last-of-type)::after {
  content: "›";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.5rem;
  height: 100%;
  color: #ccc;
  font-size: 1.4rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#breadcrumb ul li:last-of-type {
  color: #e68545;
}
#breadcrumb ul li a {
  display: inline-block;
}
#page-header.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
#page-header.page .inner {
  max-width: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 5.2rem;
}
@media screen and (max-width: 960px) {
  #page-header.page .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.7rem 0;
  }
}
#page-header.page h1 {
  position: relative;
  margin: 0 auto;
  color: #e68545;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 0.8rem;
  background-color: #fff;
  z-index: 2;
}
#page-header.page .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#page-header.page .bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 54, 31, 0.2);
}
#page-header.page .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-header.plan {
  line-height: 1.5;
}
#page-header.plan.-red .head {
  border-color: #e54545;
}
#page-header.plan.-red .head .left {
  background-color: #e54545;
}
#page-header.plan.-red .head .right strong > span {
  display: block;
  font-weight: 500;
}
#page-header.plan.-red .head .right strong .character-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.2rem;
  font-size: 2.4rem;
}
#page-header.plan.-red .head .right strong .character-01 em {
  color: #e54545;
  font-size: 3.2rem;
  font-weight: bold;
}
#page-header.plan.-red .head .right strong .character-02 {
  margin: -0.15rem 0 0;
}
#page-header.plan.-red .point h2 {
  color: #e54545;
}
#page-header.plan.-red .point h2::before, #page-header.plan.-red .point h2::after {
  background-color: #e54545;
}
#page-header.plan.-red .point .box {
  border-color: #e54545;
}
#page-header.plan.-red .point .box .list li:not(:last-of-type) {
  border-color: #e54545;
}
#page-header.plan.-red .point .box .list li::before {
  background-image: url("../img/plan-01/page-header-point-check.svg");
}
#page-header.plan.-red .point .message strong {
  -webkit-text-decoration-color: #e54545;
          text-decoration-color: #e54545;
}

/* LM One 安心 */
@media screen and (min-width: 961px) {
  #page-header.plan.-green .head .right {
    padding: 0 1.5rem 0 8rem;
  }
}
@media screen and (max-width: 960px) {
  #page-header.plan.-green .head .right {
    padding: 1.6rem;
  }
}
#page-header.plan.-green .head {
  border-color: #4aa59e;
}
#page-header.plan.-green .head .left {
  background-color: #4aa59e;
}
#page-header.plan.-green .head .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-header.plan.-green .head .right strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
#page-header.plan.-green .head .right strong em {
  color: #4aa59e;
  font-size: 3.2rem;
  font-weight: bold;
}
#page-header.plan.-green .head .right strong .character-01 span {
  display: block;
  padding: 0.3rem 0.8rem 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 0.4rem;
  background-color: #4aa59e;
}
#page-header.plan.-green .head .right strong .character-01 span:not(:last-of-type) {
  margin: 0 0 0.1rem;
}
#page-header.plan.-green .head .right strong .character-02 {
  margin: -0.2rem 0.7rem 0 0.4rem;
}
#page-header.plan.-green .head .right strong .character-03 {
  margin: -0.2rem 0 0;
  font-size: 2.4rem;
  font-weight: 500;
}
#page-header.plan.-green .point h2 {
  color: #4aa59e;
}
#page-header.plan.-green .point h2::before, #page-header.plan.-green .point h2::after {
  background-color: #4aa59e;
}
#page-header.plan.-green .point .box {
  border-color: #4aa59e;
}
#page-header.plan.-green .point .box .list li:not(:last-of-type) {
  border-color: #4aa59e;
}
#page-header.plan.-green .point .box .list li::before {
  background-image: url("../img/plan-02/page-header-point-check.svg");
}
#page-header.plan.-green .point .message strong {
  -webkit-text-decoration-color: #4aa59e;
          text-decoration-color: #4aa59e;
}

/* LM One */
@media screen and (min-width: 961px) {
  #page-header.plan .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.1rem solid;
  }
  #page-header.plan .head .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc(50% + 3rem);
    padding: 2rem 8rem 2rem var(--inner-padding-inline);
  }
  #page-header.plan .head .right {
    width: calc(50% + 3rem);
    margin: 0 0 0 -6rem;
    padding: 0.8rem 1.5rem 1.1rem 8rem;
    -webkit-clip-path: polygon(6rem 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(6rem 0, 100% 0, 100% 100%, 0% 100%);
  }
  #page-header.plan .point {
    padding: 4rem 3.2rem;
  }
  #page-header.plan .point h2 {
    position: relative;
    padding: 0 1.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.2rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #page-header.plan .point .box .image {
    position: absolute;
    left: 1.6rem;
    bottom: 0;
  }
  #page-header.plan .point .box .image img {
    width: auto;
    height: 14.7rem;
  }
  #page-header.plan .point .box {
    position: relative;
    padding: 0.7rem 1.5rem 0.7rem 0;
    margin: 0 0 2.4rem;
    border: 0.1rem solid;
    border-radius: 0.4rem;
    background-color: #fffbf4;
  }
  #page-header.plan .point .box .list {
    width: calc(100% - 27.4rem);
    margin: 0 0 0 27.4rem;
  }
  #page-header.plan.-green .point .box .list {
    width: calc(100% - 14.1rem);
    margin: 0 0 0 14.1rem;
  }
  #page-header.plan .point .message strong {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-thickness: 0.4rem;
    text-underline-offset: 0.6rem;
  }
  #plan-information h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3.2rem;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  #plan-information .detail-list {
    position: relative;
    padding: 0 0 6.4rem;
    margin: 0 0 6.4rem;
  }
  #page-plan.-green .detail-list {
    margin: 0 0 0;
  }
  #plan-information .detail-list > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 2.6rem;
  }
  #plan-information {
    padding: 4rem 0 8rem;
  }
  #plan-information .detail-list .condition ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 1.6rem;
  }
  #plan-information .detail-list .condition {
    padding: 2.3rem;
    margin: 3.2rem 0 0;
  }
  #page-plan.-green #plan-information .service-support {
    padding: 0 0 6.4rem;
    margin: 0 0 6.4rem;
    border-bottom: 0.1rem dashed #ccc;
  }
  .archives-container {
    padding: 4rem 0 8rem;
    background-color: #f5f5f5;
  }
  #plan-information .detail-list > ul > li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: contain;
    translate: 0 -50%;
  }
  .service-support-list > .item .list li {
    font-size: 1.8rem;
  }
  .service-support-list > .item .flow dt {
    font-size: 2rem;
  }
  .service-support-list > .item .flow dd {
    font-size: 1.8rem;
  }
  .service-other .title > span.second em {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  #page-header.plan .head {
    border-bottom: 1px solid #E54545;
  }
  #page-header.plan .head .left,
  #page-header.plan .head .right {
    width: 100%;
    padding: 1.6rem;
    text-align: center;
  }
  #page-header.plan.-red .head .right strong .character-01 {
    justify-content: center;
  }
  #page-header.plan .point {
    padding: 4.9rem 0 2.4rem;
  }
  #page-header.plan .point h2 {
    position: relative;
    padding: 0 1.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 1.11rem 2.75rem auto;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
  }
  #page-header.plan.-green .point h2 {
    margin: 0 2.85rem 2.75rem auto;
  }
  #page-header.plan .point .box .image {
    position: absolute;
    left: 0;
    top: -84px;
    width: auto;
    height: 8.3rem;
  }
  #page-header.plan .point .box .image img {
    width: auto;
    height: 8.3rem;
  }
  #page-header.plan .point .box {
    position: relative;
    padding: 0.8rem;
    margin: 0 auto 2.4rem;
    border: 0.1rem solid;
    border-radius: 0.4rem;
    background-color: #fffbf4;
  }
  #page-header.plan .point .box .list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #page-header.plan .point .message {
    line-height: 2;
  }
  #page-header.plan .point .message strong {
    display: inline;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-thickness: 0.4rem;
    text-underline-offset: 0.6rem;
  }
  #plan-information h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2.4rem;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .service-support-list > .item strong > span,
  .service-support-list > .item .list li,
  .service-support-list > .item .flow dd,
  .service-other-list p {
    font-size: 1.6rem;
  }
  #plan-information .detail-list {
    position: relative;
    padding: 0 2.1rem 3.2rem;
    margin: 0 0 3.2rem;
  }
  #plan-information .detail-list > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
  }
  #plan-information {
    padding: 4rem 0;
  }
  #plan-information .detail-list .condition ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem 0;
  }
  #plan-information .detail-list .condition {
    padding: 2.4rem;
    margin: 3.2rem 0 0;
  }
  #page-plan.-green #plan-information .service-support {
    padding: 0 0 3.2rem;
    margin: 0 0 3.2rem;
    border-bottom: 0.1rem dashed #ccc;
  }
  .archives-container {
    padding: 1.2rem 1.2rem 4rem;
    background-color: #f5f5f5;
  }
  .archives-container .inner {
    padding: 0;
  }
  #plan-information .detail-list > ul > li::after {
    content: none;
  }
  .service-support-list > .item .flow dt {
    font-size: 2rem;
  }
}
#page-header.plan .head .right {
  background-color: #fff;
}
#page-header.plan .head .left h1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
}
#page-header.plan .point .inner {
  max-width: calc(72rem + var(--inner-padding-inline) * 2);
}
#page-header.plan .point h2::before, #page-header.plan .point h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.1rem);
  width: 0.3rem;
  height: 2.3rem;
  border-radius: 1000rem;
  translate: 0 -50%;
}
#page-header.plan .point h2::before {
  left: 0.3rem;
  rotate: -30deg;
}
#page-header.plan .point h2::after {
  right: 0.3rem;
  rotate: 30deg;
}
#page-header.plan .point .box .list li {
  position: relative;
  padding: 0.8rem 0.8rem 0.8rem 3.8rem;
  font-size: 1.6rem;
  font-weight: 500;
}
#page-header.plan .point .box .list li:not(:last-of-type) {
  border-bottom: 0.1rem dashed;
}
#page-header.plan .point .box .list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  width: 2rem;
  height: 2rem;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  translate: 0 -50%;
}
#page-header.plan .point .message {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#plan-information {
  position: relative;
  background-color: #f5f5f5;
}
#plan-information .service-support {
  margin: 0 0 3.2rem;
}
#plan-information .detail-list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.8rem;
  position: relative;
  padding: 0 1.5rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  border: 0.1rem solid;
  border-radius: 0.8rem;
  background-color: rgba(255,255,255,1);
  cursor: pointer;
  box-shadow: 0px 4px 0px 0px #E54545;
  transition: .3s;
  z-index: 0;
}
.-green #plan-information .detail-list > ul > li {
  box-shadow: 0px 4px 0px 0px #4AA59E;
}
#plan-information .detail-list > ul > li:hover {
  box-shadow: none;
  transform: translateY(4px);
  background-color: rgba(255,255,255,.4);
  opacity: .4;
}
#plan-information .detail-list > ul > li:hover p {
  opacity: 1;
}
#plan-information .detail-list > ul > li i {
  width: 8rem;
  height: 7rem;
}
#plan-information .detail-list .condition {
  border: 0.1rem solid #4aa59e;
  border-radius: 0.8rem;
  background-color: #fff;
}
#plan-information .detail-list .condition .title {
  margin: 0 0 1.6rem;
  color: #4aa59e;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#plan-information .detail-list .condition ul li {
  position: relative;
  padding: 0 0 0 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#plan-information .detail-list .condition ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #4aa59e;
}
#service-information {
  position: relative;
  background-color: #f5f5f5;
}
#service-information::before {
  top: -1px;
  left: -1px;
  background-image: url("../img/top/service-decoration-top.svg");
}
#service-information::after {
  right: -1px;
  bottom: 0;
  background-image: url("../img/top/service-decoration-bottom.svg");
}
#service-information .inner {
  z-index: 2;
}
#service-information h2 > span {
  display: block;
}
.service-plan-list > li {
  position: relative;
  border: 0.1rem solid;
  border-radius: 0.8rem;
  background-color: #fff;
}
.service-plan-list > li:nth-of-type(1) {
  border-color: #e54545;
}
.service-plan-list > li:nth-of-type(1) h3 {
  color: #e54545;
}
.service-plan-list > li:nth-of-type(1) h4 {
  color: #e54545;
}
.service-plan-list > li:nth-of-type(1) .point {
  border-color: #e54545;
}
.service-plan-list > li:nth-of-type(1) .point ul li {
  border-color: #e54545;
}
.service-plan-list > li:nth-of-type(1) .more-button {
  border-color: #e54545;
  background-color: #e54545;
}
.service-plan-list > li:nth-of-type(2) {
  border-color: #4aa59e;
}
.service-plan-list > li:nth-of-type(2) h3 {
  color: #4aa59e;
}
.service-plan-list > li:nth-of-type(2) h4 {
  color: #4aa59e;
}
.service-plan-list > li:nth-of-type(2) .point {
  border-color: #4aa59e;
}
.service-plan-list > li:nth-of-type(2) .point ul li {
  border-color: #4aa59e;
}
.service-plan-list > li:nth-of-type(2) .more-button {
  border-color: #4aa59e;
  background-color: #4aa59e;
}
.service-plan-list > li .badge {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.6rem 4rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 1000rem;
  background-color: #e54545;
  translate: -50% -50%;
}
.service-plan-list h4 {
  margin: 0 0 1.2rem;
  color: #e68545;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.service-plan-list .caption {
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.service-plan-list .point {
  padding: 1.2rem 1.6rem 1.6rem;
  margin: 0 0 2.4rem;
  border: 0.1rem solid;
  border-radius: 0.4rem;
}
.service-plan-list .point ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.7rem;
  line-height: 1.5;
  text-align: center;
  border: 0.1rem solid;
  border-radius: 0.4rem;
  background-color: #fffbf4;
}
.service-plan-list .more-button {
  margin: 0;
}
.service-support .title > span,
.service-other .title > span {
  display: block;
}
.service-support .title em {
  color: #e54545;
}
.service-support .caption {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.service-support-list > .item {
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.service-support-list > .item:not(.-full) .subtitle {
  padding: 0.8rem 2.6rem;
  color: #fff;
  border-radius: 0.8rem 0.8rem 0 0;
  background-color: #e54545;
}
.service-support-list > .item.-full {
  width: 100%;
  padding: 2.4rem 2.6rem;
}
.service-support-list > .item.-full .subtitle {
  margin: 0 0 0.8rem;
  color: #e54545;
}
.service-support-list > .item .subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.service-support-list > .item strong {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.service-support-list > .item strong > span {
  display: block;
}
.service-support-list > .item strong .first {
  margin: 0 0 0.4rem;
  font-size: 1.6rem;
}
.service-support-list > .item strong .first em {
  color: #e54545;
  font-size: 2.4rem;
}
.service-support-list > .item strong .first .unit {
  font-size: 1.6rem;
}
.service-support-list > .item .list.-column-01 {
  grid-template-columns: 1fr;
}
.service-support-list > .item .list li {
  padding: 1.25rem 0;
  line-height: 1.5;
  text-align: center;
  border: 0.1rem solid #e54545;
  border-radius: 0.4rem;
  background-color: #fffbf4;
}
.service-support-list > .item .flow dt {
  margin: 0 0 0.4rem;
  color: #e54545;
  font-weight: bold;
}
.service-other-list li {
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
p.service-other-list_notice {
  font-size: 1.4rem;
  margin: 2.4rem auto 0;
}
.service-other-list .subtitle {
  margin: 0 0 0.8rem;
  color: #222;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.service-other-list .amount {
  margin: 0 0 0.8rem;
  text-align: center;
  background-color: #fffbf4;
  font-size: 1.6rem;
}
.service-other-list .amount em {
  color: #e54545;
  font-size: 2rem;
}
.service-other-list .amount span {
  font-size: 1.4rem;
}
.service-other-list p {
  line-height: 1.5;
  font-size: 1.6rem;
}
.archives-slider {
  padding: 4rem 0;
  border-bottom: 0.1rem solid #ccc;
  background-color: #fffbf4;
  overflow-x: hidden;
}
.archives-slider .inner {
  max-width: calc(92rem + var(--inner-padding-inline) * 2);
}
.archives-slider .swiper {
  overflow: visible;
  padding: 0 0 3.2rem;
}
.archives-slider .swiper ul li {
  padding: 2.4rem;
  width: 77.6rem;
  height: auto;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
  border-radius: 0.8rem;
  background-color: #fff;
}
.archives-slider .swiper ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(135deg, rgba(230, 133, 69, 0) 50%, rgb(230, 133, 69) 50%);
  background: linear-gradient(-45deg, rgba(230, 133, 69, 0) 50%, rgb(230, 133, 69) 50%);
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 0.8rem 0 0 0;
}
.archives-slider .swiper ul .ribbon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7.4rem;
  height: 7.4rem;
  padding: 0.6rem 0.9rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.archives-slider .swiper ul .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archives-slider .swiper ul .image {
  width: 24rem;
}
.archives-slider .swiper ul .image img {
  width: 100%;
}
.archives-slider .swiper ul .description {
  width: calc(100% - 24rem);
  padding: 0 0 0 1.6rem;
}
.archives-slider .swiper ul .title {
  margin: 0 0 0.8rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.archives-slider .swiper ul p {
  font-size: 1.6rem;
}
.archives-slider .swiper ul .more-button {
  margin: 2.4rem auto 0;
}
.archives-slider .swiper .swiper-horizontal > .swiper-pagination-bullets,
.archives-slider .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.2rem;
  bottom: 0;
}
.archives-slider .swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .archives-slider .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  opacity: 1;
  background: #d6d6d6;
}
.archives-slider .swiper .swiper-pagination-bullet-active {
  background: #e68545 !important;
}
.archives-slider .swiper .swiper-button-next,
.archives-slider .swiper .swiper-button-prev {
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 0;
  color: #fff;
  background-color: #e68545;
  border-radius: 50%;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate(0, calc(-50% - 1.6rem));
          transform: translate(0, calc(-50% - 1.6rem));
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .archives-list > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6rem;
  }
}
@media screen and (max-width: 960px) {
  .archives-slider .swiper .swiper-button-next,
  .archives-slider .swiper .swiper-button-prev {
    display: none;
  }
  .archives-list > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem 0;
  }
}
.archives-slider .swiper .swiper-button-prev:after,
.archives-slider .swiper .swiper-button-next:after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.archives-slider .swiper .swiper-button-prev:after {
  background-image: url("../img/common/icon-slider-prev.svg");
  -webkit-transform: translate(calc(-50% - 0.1rem), -50%);
          transform: translate(calc(-50% - 0.1rem), -50%);
}
.archives-slider .swiper .swiper-button-next:after {
  background-image: url("../img/common/icon-slider-next.svg");
  -webkit-transform: translate(calc(-50% + 0.1rem), -50%);
          transform: translate(calc(-50% + 0.1rem), -50%);
}
.archives-slider .swiper .swiper-button-prev {
  left: 1.6rem;
}
.archives-slider .swiper .swiper-button-next {
  right: 1.6rem;
}
.archives-slider .swiper .swiper-button-next.swiper-button-disabled,
.archives-slider .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.archives-list.-staff > ul > li .title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.archives-list.-staff > ul > li p {
  display: none;
}
.archives-list.-support > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.archives-list.-support > ul > li > .textarea-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.archives-list.-support > ul > li > .textarea-button > .textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.archives-list.-support > ul > li > .textarea-button a {
  margin-top: auto;
  width: 100%;
}
.archives-list > ul > li {
  padding: 2.4rem 2.6rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
  border-radius: 0.4rem;
  background-color: #fff;
}
.archives-list > ul > li .image {
  margin: 0 0 1.6rem;
}
.archives-list > ul > li .image img {
  border-radius: 0.8rem;
}
.archives-list > ul > li .title {
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.archives-list > ul > li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.archives-list > ul > li .more-button {
  width: 100%;
  max-width: none;
  margin: 1.6rem 0 0;
}

.pagination {
  margin: 48px 0 0;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2.4rem;
}
.pagination li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4d361f;
  font-size: 1.6rem;
  line-height: 1;
  font-family: Arial, "メイリオ", Meiryo, sans-serif;
}
.pagination li .page-numbers:not(.dots) {
  width: 3.2rem;
  height: 3.2rem;
  border: 0.1rem solid #4d361f;
  border-radius: 50%;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .pagination li .page-numbers:not(.dots):hover {
    text-decoration: none;
    opacity: 0.85;
  }
}
.pagination li .page-numbers.prev, .pagination li .page-numbers.next {
  position: relative;
  width: auto;
  height: auto;
  color: #4d361f;
  line-height: 1.5;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.pagination li .page-numbers.prev::before, .pagination li .page-numbers.next::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% + 0.1rem);
  width: 0.9rem;
  height: 1.4rem;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  translate: 0 -50%;
}
.pagination li .page-numbers.prev {
  padding: 0 0 0 1.4rem;
}
.pagination li .page-numbers.prev::before {
  left: 0;
  background-image: url("../img/common/icon-pagination-prev.svg");
}
.pagination li .page-numbers.next {
  padding: 0 1.4rem 0 0;
}
.pagination li .page-numbers.next::before {
  right: 0;
  background-image: url("../img/common/icon-pagination-next.svg");
}
.pagination li .page-numbers.current {
  color: #fff;
  border-color: #e68545;
  background-color: #e68545;
}
.pagination li .page-numbers.current:hover {
  opacity: 1;
}

.faq-list {
  margin: 0 auto;
}
.faq-list .item {
  padding: 2.4rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.faq-list .item:not(:last-of-type) {
  margin: 0 0 2.8rem;
}
.faq-list .item dt,
.faq-list .item dd {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.faq-list .item dt::before,
.faq-list .item dd::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.45;
  font-family: Arial, "メイリオ", Meiryo, sans-serif;
}
.faq-list .item dt {
  padding: 0 0 0.7rem 2.8rem;
  margin: 0 0 0.8rem;
  border-bottom: 0.1rem solid #d1d1d1;
}
.faq-list .item dt::before {
  content: "Q";
  color: #3d85cc;
}
.faq-list .item dd {
  padding: 0 0 0 2.8rem;
}
.faq-list .item dd::before {
  content: "A";
  color: #e68545;
}

.modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7.2rem var(--inner-padding-inline) 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.modal-window {
  position: relative;
  max-width: 60rem;
  max-height: calc(90dvh - 7.2rem);
  padding: 0 0 2.4rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0.8rem;
  overflow-y: auto;
}
.modal-window:not(.is-active) {
  display: none;
}
.modal-window h3 {
  margin: 0 0 1.6rem;
  text-align: center;
}
.modal-window h3 > i, .modal-window h3 > span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal-window h3 > i {
  width: 100%;
  height: auto;
  margin: 0 auto 0.8rem;
}
.modal-window h3 > span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 2.4rem;
}
.modal-window p {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 2.4rem;
}
.modal-window .modal-close {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 18rem;
  padding: 0.6rem 3.4rem 0.8rem;
  margin: 1.6rem auto 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  border: 0.1rem solid;
  border-radius: 1000rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.modal-window .modal-close i {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  translate: 0 -50%;
}
.modal-window .modal-close i::before, .modal-window .modal-close i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.1rem;
  height: 0.2rem;
  border-radius: 1000rem;
}
.modal-window .modal-close i::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-window .modal-close i:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
h2.style-01 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
h2.style-01 em {
  color: #e68545;
}
.more-button {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  max-width: 27.2rem;
  padding: 0.6rem 3.1rem 0.8rem;
  margin: 3.2rem auto 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  border: 0.1rem solid #e68545;
  border-radius: 0.8rem;
  background-color: #e68545;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#top-trouble .more-button {
  font-size: 2rem;
  padding: 1.2rem;
}
#top-trouble .more-button:before {
  content: none;
}
#top-trouble .more-button:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  right: -1.2rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  translate: 0 -50%;
  rotate: -45deg;
}
.more-button.-kv {
  background-color: #4D361F;
  border: 0.1rem solid #4D361F;
}
@media screen and (min-width: 961px) {
  .dl-table.-style-01 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.2rem 0;
    border-bottom: 0.1rem solid #ccc;
  }
  .dl-table.-style-01 .item > dt {
    width: calc(100% - 59.2rem);
    padding: 0 1em 0 0;
    color: #e5a15c;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .dl-table.-style-01 .item > dd {
    width: 59.2rem;
    font-size: 1.6rem;
  }
  .dl-table.-style-01 .item > dd dl.sub dt,
  .dl-table.-style-01 .item > dd dl.sub dd {
    display: inline-block;
  }
  .dl-table.-style-01 .item > dd dl.sub dt {
    width: 5.5em;
  }
  .widget-contact {
    padding: 4rem 0 4.8rem;
    background-color: #fffbf4;
  }
}
@media screen and (max-width: 960px) {
  .more-button {
    margin: 4rem auto 0;
  }
  .dl-table.-style-01 .item {
    padding: 2rem 0;
    border-bottom: 0.1rem solid #ccc;
  }
  .dl-table.-style-01 .item > dt {
    width: 100%;
    padding: 0 1em 0 0;
    color: #e5a15c;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .dl-table.-style-01 .item > dd {
    width: 100%;
    font-size: 1.6rem;
  }
  .dl-table.-style-01 .item > dd dl.sub dt,
  .dl-table.-style-01 .item > dd dl.sub dd {
    display: inline-block;
  }
  .dl-table.-style-01 .item > dd dl.sub dt {
    width: 5.5em;
  }
  .widget-contact {
    padding: 4rem 0 4.4rem;
    background-color: #fffbf4;
  }
}
@media (hover: hover) and (pointer: fine) {
  .more-button:hover {
    opacity: 0.85;
  }
}
.more-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.7rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  translate: 0 -50%;
  rotate: -45deg;
}
.more-button.-full {
  max-width: none;
}
.more-button.-small::before {
  right: 2.9rem;
  width: 0.9rem;
  height: 0.9rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
}
.more-button.-radius {
  border-radius: 1000rem;
}
.more-button.-bg-white {
  color: #e68545;
  background-color: #fff;
}
.more-button.-bg-white::before {
  border-color: #e68545;
}
body.page-template-page-estate_sale .widget-contact {
  background-color: #E6EBF0;
}
.widget-contact .inner {
  max-width: calc(84rem + var(--inner-padding-inline) * 2);
}
.widget-contact ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
}
@media screen and (max-width: 960px) {
  .widget-contact ul {
    grid-template-columns: 1fr;
    max-width: 55.2rem;
    margin: 0 auto;
  }
}
.widget-contact ul li.tel a::before {
  background-color: #1a120a;
}
.widget-contact ul li.tel .caption {
  border-color: #4d361f;
  padding: 0.2rem 2.9rem 0.3rem;
}
.widget-contact ul li.tel .caption::after {
  background-image: url("../img/common/widget-contact-balloon-bottom-brown.svg");
}
.widget-contact ul li.tel .in {
  background-color: #4d361f;
  background-image: url("../img/common/icon-tel.svg");
  background-position: 2.8rem center;
  background-size: 2.4rem 2.4rem;
}
.widget-contact ul li.document a::before {
  background-color: #994d00;
}
.widget-contact ul li.document .caption {
  border-color: #e68545;
}
.widget-contact ul li.document .caption::after {
  background-image: url("../img/common/widget-contact-balloon-bottom-orange.svg");
}
.widget-contact ul li.document .in {
  background-color: #e68545;
  background-image: url("../img/common/icon-contact.svg");
  background-position: 2.4rem center;
  background-size: 3.48rem 2.4rem;
}
.widget-contact ul li a {
  display: block;
  padding: 1.9rem 0 0;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .widget-contact ul li a:hover {
    opacity: 0.85;
  }
}
.widget-contact ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: calc(100% - 1.9rem);
  border-radius: 1000rem;
  z-index: 2;
}
.widget-contact ul li a .caption {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2rem 1.6rem 0.3rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border: 0.1rem solid;
  border-radius: 1000rem;
  background-color: #fff;
  translate: -50% 0;
  z-index: 3;
}
.widget-contact ul li a .caption::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.5rem;
  height: 0.5rem;
  background-color: #fff;
  translate: -50% 0;
  z-index: 2;
}
.widget-contact ul li a .caption::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  width: 1.3rem;
  height: 1rem;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  translate: -50% 0;
  z-index: 1;
}
.widget-contact ul li a .in {
  display: block;
  position: relative;
  padding: 1.9rem 2rem 2.1rem;
  margin: 0 auto;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 1000rem;
  background-repeat: no-repeat no-repeat;
  z-index: 2;
}
.widget-contact ul li a .in::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 3.7rem;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
  translate: 0 -50%;
  rotate: -45deg;
}
.widget-contact ul li a .in > span {
  display: block;
}

#top-branding {
  padding: 18.6rem 0 12.6rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  #top-branding .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
      object-fit: cover;
    border-radius: 3rem 0 0 3rem;
  }
  #top-branding h1 {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  #top-branding h1 .large {
    font-size: 4.4rem;
    letter-spacing: 0.04em;
  }
  #top-trouble .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #top-trouble .box-title {
    position: -webkit-sticky;
    position: sticky;
    top: 7.2rem;
    left: 0;
    max-width: 48rem;
  }
  #top-trouble {
    padding: 12.2rem 0 5.5rem;
  }
  #top-trouble .box-title h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 2.4rem;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  #top-trouble .box-title h2 em {
    font-size: 4.4rem;
  }
  #page-support-example.article .example__contents .content {
    padding: 2.4rem;
  }
  #page-support-example.article .example__contents .content .title h1 {
    font-size: 3.2rem;
  }
  #page-support-example.article .example__contents .content .cont p {
    margin-bottom: 2.4rem;
  }
  #page-support-example.article .example__contents .content .cont > h2 {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  #page-support-example.article .example__contents .content .cont > h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: .8rem;
  }
  #page-support-example.article .example__contents .recommend > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
  #page-support-example.article .example__contents .recommend > ul > li > a {
    padding: 1.6rem;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 960px) {
  #top-branding {
    min-height: auto;
    padding: 20.8rem 0 4.2rem;
    margin-top: 7rem;
  }
  #top-branding .bg-image img {
    width: 100%;
    height: auto;
  }
  #top-branding h1 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  #top-branding h1 .large {
    font-size: 3.5rem;
    letter-spacing: 0.04em;
  }
  #top-trouble .inner {
    display: block;
    width: 100%;
  }
  #top-trouble .box-title {
    margin: 0 auto;
  }
  #top-trouble {
    padding: 4rem 0 5.5rem;
  }
  #top-trouble .box-title h2 {
    position: relative;
    text-align: center;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  #page-support-example.article .example__contents .content {
    padding: 2.4rem 2.4rem 0;
  }
  #page-support-example.article .example__contents .content .title h1 {
    font-size: 2.4rem;
     font-weight: 700;
  }
  #page-support-example.article .example__contents .content .title__date {
    font-size: 1.4rem;
  }
  #page-support-example.article .example__contents .content .cont p {
    margin-bottom: 2.4rem;
  }
  #page-support-example.article .example__contents .content .cont > h2 {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  #page-support-example.article .example__contents .content .cont > h3 {
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: .8rem;
  }
  #page-support-example.article .example__contents .recommend h3 {
    text-align: center;
  }
  #page-support-example.article .example__contents .recommend > ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
    padding: 0 2.3rem;
  }
   #page-support-example.article .example__contents .recommend > ul > li > a {
    padding: 2.4rem;
    gap: 0;
  }
  #page-support-example.article .example__contents .recommend h3.categoly {
    text-align: left;
    font-weight: 700;
    margin-bottom: 1.6rem;
  }
  #page-support-example.article .example__contents .recommend .list-button a .more-button {
    margin: 0 auto;
  }
}
#top-branding .inner {
  z-index: 2;
}
#top-branding .bg-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 85.2rem;
  height: 63.9rem;
}
#top-branding .bg-decoration {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 98.5rem;
  height: 62.6rem;
}
#top-branding .bg-decoration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem 0 0 3rem;
}
#top-branding .content {
  width: 100%;
  max-width: 45.4rem;
}
#top-branding h1 > span {
  display: inline-block;
}
#top-branding p {
  line-height: 2;
  letter-spacing: 0.04em;
}
#top-branding .more-button {
  margin: 2.4rem 0 0;
}
#top-trouble .trouble-list {
  max-width: 46rem;
}
#top-trouble .trouble-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#top-trouble .trouble-list li:not(:last-of-type) {
  margin: 0 0 4rem;
}
#top-trouble .trouble-list .image {
  width: 12.4rem;
  height: 12.4rem;
}
#top-trouble .trouble-list .image img {
  width: 100%;
}
#top-trouble .trouble-list .content {
  padding: 0 0 0 1.6rem;
  width: calc(100% - 12.4rem);
}
#top-staff .staff-list li a {
  display: block;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
#top-staff .staff-list li a p {
  text-align: center;
}
#top-staff .staff-list .image {
  margin: 0 0 1.6rem;
}
#top-staff .staff-list .image img {
  width: 100%;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
#top-case {
  padding: 6.4rem 0 0;
}
#top-case .case-list li a {
  display: block;
  padding: 2.4rem 2.6rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
  background-color: #fff;
  height: 100%;
}
#top-case .case-list .image {
  margin: 0 0 1.6rem;
}
#top-case .case-list .image img {
  width: 100%;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
#top-case .case-list h3 {
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
#top-faq {
  padding: 6.4rem 0 8rem;
}
#page-support-example.article .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
}
#page-support-example.article .example__contents {
  width: 100%;
  /*
  width: 67.2rem;
  */
}
#page-support-example.article .example__contents .content {
  margin-bottom: 4rem;
  border-radius: 0.4rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
#page-support-example.article .example__contents .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  font-weight: 500;
}
#page-support-example.article .example__contents .content .title__date {
  line-height: 1.5;
}
#page-support-example.article .example__contents .content .image {
  overflow: hidden;
  border-radius: 0.8rem;
}
#page-support-example.article .example__contents .content .image img {
  width: 100%;
  height: auto;
}
#page-support-example.article .example__contents .content .cont > h4 {
  color: #E68545;
  font-weight: 700;
  margin-bottom: .8rem;
}
#page-support-example.article .example__contents .content .cont table {
  width: 100%;
  margin: 2.4rem auto;
}
#page-support-example.article .example__contents .content .cont table tr th,
#page-support-example.article .example__contents .content .cont table tr td {
  border: 1px solid #CCCCCC;
  padding: .8rem;
  text-align: left;
}
#page-support-example.article .example__contents .content .cont table tr th {
  background-color: #FAFAFA;
}
#page-support-example.article .example__contents .content .cont table tr td {
  background-color: #fff;
}
#page-support-example.article .example__contents .content .cont > ul {
  margin: 2.4rem auto;
  border: 1px solid #CCCCCC;
  padding: 1.6rem;
}
#page-support-example.article .example__contents .content .cont > ul > li {
  position: relative;
  padding-left: 1.6rem;
}
#page-support-example.article .example__contents .content .cont > ul > li::before {
  content: "・";
  color: #5EAA69;
  position: absolute;
  left: 0;
}
#page-support-example.article .example__contents .recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
#page-support-example.article .example__contents .recommend h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
#page-support-example.article .example__contents .recommend > ul li {
  display: flex;
  align-items: stretch;
}
#page-support-example.article .example__contents .recommend > ul > li > a {
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.12);
  border-radius: 0.8rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page-support-example.article .example__contents .recommend > ul > li > a .categoly {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.6rem;
}
#page-support-example.article .example__contents .recommend > ul > li > a p {
  font-size: 1.4rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#page-support-example.article .example__contents .recommend > ul > li > a .date {
  color: #333333;
  font-size: 1.2rem;
}
#page-support-example.article .example__contents .recommend .list-button {
  text-align: center;
}
#page-support-example.article .example__contents .recommend .list-button a {
  display: inline-block;
}
#page-support-example.article .example__contents .recommend .list-button a .more-button {
  width: 27.2rem;
}
/*
#page-support-example.article .example__info {
  width: 32rem;
}
  */
#page-support-example.article .example__info .info {
  background-color: #fff;
  width: 100%;
  padding: 2.4rem;
  border-radius: 0.4rem;
}
#page-support-example.article .example__info .info .image {
  margin-bottom: 1.6rem;
}
#page-support-example.article .example__info .info table tr th {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 6.2rem;
  padding-bottom: 1.2rem;
}
#page-support-example.article .example__info .info table tr td {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.5;
  padding-left: 1.2rem;
}
@media screen and (min-width: 961px) {
  #company-information .box-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 4em;
    margin: 2rem 0 4rem;
  }
  #company-information .box-title .title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #company-information .box-title .title h2 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.8;
    background: -webkit-linear-gradient(left, #f9a157 0%, #f57a7a 100%);
    background: linear-gradient(90deg, #f9a157 0%, #f57a7a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
  }
  #company-information .box-title .image img {
    width: 27.4rem;
    height: auto;
  }
  #page-company.article {
    padding: 4.8rem 0 8rem;
  }
}
@media screen and (max-width: 960px) {
  #company-information .box-title {
    display: grid;
    grid-template-columns: 1fr;
    gap: .8rem;
    margin: 0 auto 2.4rem;
  }
  #company-information .box-title .title h2 {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.8;
    background: -webkit-linear-gradient(left, #f9a157 0%, #f57a7a 100%);
    background: linear-gradient(90deg, #f9a157 0%, #f57a7a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 2rem;
  }
  #company-information .box-title .image {
    width: 100%;
    margin-top: .8rem;
  }
  #company-information .box-title .image img {
    width: 100%;
  }
  #page-company.article {
    padding: 4rem 0 6.4rem;
  }
}
#page-company.article {
  background-image: url("../img/company/content-bg.svg");
  background-position: left top;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
}
#company-information .box-title .title p {
  font-size: 1.6rem;
}
#faq {
  padding: 4rem 0 8rem;
  background-color: #f5f5f5;
}
#page-plan.-red .detail-list {
  border-bottom: 0.1rem dashed #ccc;
}
#page-plan.-red .detail-list ul li {
  border-color: #e54545;
}
#page-plan.-red .detail-list ul li::after {
  background-image: url("../img/plan-01/icon-information.svg");
}
#page-plan.-red .modal-window .modal-close {
  color: #e54545;
  border-color: #e54545;
}
#page-plan.-red .modal-window .modal-close i::before, #page-plan.-red .modal-window .modal-close i::after {
  background-color: #e54545;
}
#page-plan.-green .detail-list ul li {
  border-color: #4aa59e;
  font-size: 1.8rem;
}
#page-plan.-green .detail-list ul li::after {
  background-image: url("../img/plan-02/icon-information.svg");
}
#page-plan.-green .modal-window .modal-close {
  color: #4aa59e;
  border-color: #4aa59e;
}
#page-plan.-green .modal-window .modal-close i::before, #page-plan.-green .modal-window .modal-close i::after {
  background-color: #4aa59e;
}

#page-privacy.article .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
}
#page-privacy.article .content__about {
  font-size: 1.6rem;
}
#page-privacy.article .content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
}
#page-privacy.article .content__list .item dt {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  font-weight: 500;
}
#page-privacy.article .content__list .item dd p {
  font-size: 1.6rem;
}
#page-privacy.article .content__list .item dd ol {
  margin-top: 1.6rem;
  list-style: auto;
  padding-left: 0rem;
  list-style-position: inside;
}
#page-privacy.article .content__list .item dd ol ol {
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
}
#page-privacy.article .content__list .item dd ol li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.6rem;
}

#privacy {
  padding: 6.4rem 0;
  background-color: #f5f5f5;
}

/* 404 */
.error#company-information .box-title,
.error#company-information .title {
  text-align: center;
  width: 100%;
  display: block;
}

/* CONTACT */
@media screen and (min-width:961px) {
  .contact_thanks h2 {
    font-size: 4rem;
  }
  .wpcf7-form input[type="submit"] {
    margin: 8rem auto 0;
  }
  .wpcf7-form table {
    margin: 2.4rem auto 3rem;
  }
}
@media screen and (max-width:960px) {
  .contact_thanks h2 {
    font-size: 3rem;
  }
  .wpcf7-form .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  .wpcf7-form input[type="submit"] {
    margin: 2rem auto 0;
  }
  .wpcf7-form table {
    margin: 2.4rem auto 0;
  }
}

#page-contact {
  padding: 8rem 0 8rem;
  background-color: #fff;
}
.wpcf7-form p {
  font-size: 1.6rem;
  vertical-align: middle;
}
.wpcf7-form table {
  width: 100%;
}
.wpcf7-form table tr th,
.wpcf7-form table tr td {
  text-align: left;
  background-color: #fff;
  width: 100%;
  display: block;
}
.wpcf7-form table tr th {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  vertical-align: middle;
}
.wpcf7-form table tr th span.required {
  display: inline-block;
  vertical-align: text-bottom;
  color: #EE032B;
  font-size: 1.2rem;
  margin-left: 0.8rem;
  font-weight: 500;
}
.wpcf7-form table tr {
  display: block;
  margin: 0 auto 3.2rem;
}
.wpcf7-form table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.wpcf7-form table tr td p .example {
  color: #999999;
  font-size: 1.4rem;
  display: block;
  margin-top: 1.2rem;
}
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"] {
  border: 1px solid #C4C4C4;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}
.wpcf7-form-control a {
  color: #0066C0;
}
.wpcf7-form-control.wpcf7-acceptance {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.wpcf7-form input[type="checkbox"] {
  margin-bottom: 1.5em;
}
.wpcf7-form input[type="checkbox"] {
  display: none;
}
.wpcf7-form .wpcf7-list-item-label {
  padding-left: 23px;
  position:relative;
}
.wpcf7-form .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #999;
  border-radius: 4px;
  transform: translateY(-50%);
}
.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  animation: check .1s forwards;
  transform: rotate(40deg);
  border-bottom: 3px solid #e68545;
  border-right: 3px solid #e68545;
}
@keyframes check {
  0% {
    width: 0px;
    height: 0px;
    top: 9px;
    left: 5px;
  }
  20% {
    width: 7px;
    height: 0px;
    top: 9px;
    left: 2px;
  }
  50% {
    top: 9px;
    left: 2px;
    width: 7px;
    height: 0px;
  }
  100% {
    width: 7px;
    height: 14px;
  }
}
.contact_thanks h2 {
  color: #E68545;
  font-weight: 700;
  position: relative;
  margin: 0 auto 4rem;
  text-align: center;
  line-height: 4.4rem;
}
.contact_thanks h2:before {
  content: "";
  background-image: url("../img/contact/checked_icon.png");
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 1.6rem;
}
.contact_thanks p {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
p.btn {
  margin: 8rem auto 0;
}
p.btn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #E68545;
  border-radius: 8px;
  border: 1px solid #E68545;
  box-shadow: 0 0.4rem 0 0 #994D00;
}
p.btn a:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
p.btn a:after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
p.btn.smaller {
  width: 160px;
  margin: auto auto 0;
}
p.btn.smaller a {
  border-radius: 40rem;
  box-shadow: 0 0 0 0;
  font-size: 1.4rem;
  padding: 0.55 4.5rem;
  margin-top: 1rem;
}
p.btn.smaller a:after {
  width: 1.1rem;
  height: 1.1rem;
  right: 2.5rem;
}
p.btn.smaller a:hover {
  transform: initial;
  opacity: .6;
}
.wpcf7-form input[type="submit"] {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1.2rem 10rem;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #E68545;
  border-radius: 8px;
  border: 1px solid #E68545;
  box-shadow: 0 0.4rem 0 0 #994D00;
}
.wpcf7-form input[type="submit"]:hover {
  transform: translate3d(0.2rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}

/* 不動産売却 */
@media screen and (min-width:961px) {
  .estate_sale_page .mv_text {
    max-width: 650px;
    width: 66%;
  }
  .estate_sale_page .mv_text h1 span {
    color: #4D361F;
    font-size: 3.2rem;
  }
  .estate_sale_page .mv_text h1 span.option {
    color: #E68545;
  }
  .mv_text h1 {
    font-size: 4.8rem;
    color: #4D361F;
    font-weight: 900;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
  }
  .mv_text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 1.6rem 0 0;
    gap: .8rem;
  }
  .mv_text ul li {
    width: 11.8rem;
    background-color: #234977;
    color: #fff;
    text-align: center;
    padding: 0.8rem 0;
    border-radius: .4rem;
  }
  .mv_banner .content {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .mv_banner .content > .banner_text {
    width: 60%;
    padding-right: 6rem;
    position: relative;
  }
  .mv_banner .content > .banner_text:after {
    content: "";
    background-color: #fff;
    width: 1px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .mv_banner .content > .banner_button {
    padding-left: 6rem;
  }
  .mv .banner_button {
    padding-left: 0;
    margin-top: 2.4rem;
    max-width: 27rem;
  }
  .mv_banner .content > .banner_button p a,
  .mv .banner_button p a {
    width: auto;
  }
  section.base_layout .content {
    padding: 4rem 0;
  }
  section.base_layout.result_flow_section .content {
    padding: 6rem 0;
  }
  section.base_layout .content h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 2.4rem;
  }
  section.estate_sale_case .content h2 span {
    display: block;
    font-size: 4rem;
  }
  section.estate_sale_case .case_list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.6rem;
  }
  .result_list > div h3 {
    padding: 1.6rem 2.8rem;
    background-color: #1F4056;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
  }
  .result_list > div h3 span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.3rem;
    font-size: 4.8rem;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
  }
  .result_list .result_detail {
    padding: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .result_list .result_detail .result_detail_image {
    width: 27.8%;
    background-color: #F0F1F5;
  }
  .result_list .result_detail .result_detail_content {
    width: 70%;
  }
  .result_flow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1.1rem;
    margin: .8rem auto 0;
  }
  .result_flow > div > div.sp_col {
    margin: 0 auto;
    text-align: center;
  }
  .result_flow > div > div.sp_col p.image {
    padding: 0 1.5rem;
  }
  .result_flow > div > div.sp_col img {
    width: 100%;
    height: auto;
  }
  .result_flow > div:after {
    content: "";
    background-color: #1F4056;
    width: 1.5rem;
    height: 4.8rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.5rem;
    z-index: 0;
  }
  .estate_banner.mv_banner {
    padding: 2.2rem 2rem;
  }
  .result_list .result_detail .result_detail_image dl {
    margin: .8rem auto;
  }
  .result_detail_content .result_detail_category {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.6rem;
  }
  .accordion {
    display: none;
  }
  .result_flow > div p img {
    margin: 0 auto 1.2rem;
    text-align: center;
  }
  .result_flow > div p {
    font-size: 1.4rem;
    text-align: center;
  }
  .mv_banner .content > .banner_button p a:before,
  .mv .banner_button p a:before {
    left: 5.25rem;
  }
  .result_detail_content .result_detail_category > div p {
    padding: 1rem 0;
  }
  .result_flow > div h3 {
    margin: 0 1.5rem 1.2rem;
  }
  .mv_banner .content > .banner_button p a,
  .mv .banner_button p a {
    padding: 1.5rem 5.25rem 1.6rem 9rem;
    background-color: #e68545;
    display: block;
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    border-radius: 0.8rem;
    box-shadow: 0rem 0.4rem 0px 0rem #804A26;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (max-width:960px) {
  .estate_sale_page .mv_text {
    width: 100%;
  }
  .estate_sale_page .mv_text h1 {
    font-size: 3.2rem;
  }
  .estate_sale_page .mv_text h1 span {
    color: #4D361F;
    font-size: 1.6rem;
  }
  .estate_sale_page .mv_text h1 span.option {
    color: #E68545;
    font-size: 2rem;
  }
  section.mv .content {
    padding: 0 1.3rem;
  }
  .mv_text h1 {
    font-size: 3.2rem;
    color: #4D361F;
    font-weight: 900;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    paint-order: stroke;
    line-height: 1.5;
  }
  .mv_text ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: .8rem 0 0;
    gap: .8rem;
  }
  .mv_text ul li {
    width: 10.8rem;
    background-color: #234977;
    color: #fff;
    text-align: center;
    padding: 0.4rem 0;
    border-radius: .4rem;
  }
  .mv_text ul li:last-child {
    margin-right: .8rem;
  }
  .mv_banner .content {
    margin: 0 auto;
  }
  .mv_banner .content > .banner_text {
    width: 100%;
    position: relative;
    margin: 0 auto 2rem;
    max-width: 400px;
  }
  .mv_banner .content > .banner_button p a,
  .mv .banner_button p a {
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
    width: 100%;
  }
  section.base_layout .content {
    padding: 4rem 1.3rem;
  }
  section.base_layout.result_flow_section .content {
    padding: 3rem 2rem;
  }
  section.base_layout .content h2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 2.4rem;
  }
  section.estate_sale_case .content h2 {
    font-size: 2rem;
  }
  section.estate_sale_case .content h2 span {
    display: block;
    font-size: 2.4rem;
  }
  section.estate_sale_case .case_list {
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
  }
  section.estate_sale_case .case_list > div p {
    font-size: 1.5rem;
    text-align: left;
    padding: 0 1.6rem;
  }
  .result_list > div h3 {
    padding: 1.6rem 2.2rem 1.6rem 2.4rem;
    background-color: #1F4056;
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
  }
  .result_list > div h3 span {
    position: absolute;
    bottom: -1rem;
    left: 1.6rem;
    font-size: 10rem;
    color: rgba(255, 255, 255, .2);
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 1;
  }
  .result_list .result_detail {
    padding: 1.6rem 0 0;
  }
  .result_list .result_detail .result_detail_image {
    max-width: 100%;
    background-color: #F0F1F5;
    margin: 0 1.6rem 2rem;
    padding: 0;
  }
  .result_list .result_detail .result_detail_content {
    width: 100%;
  }
  .result_flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: .8rem;
    margin: .8rem auto 0;
  }
  .result_flow > div:after {
    content: "";
    background-color: #1F4056;
    width: 4.8rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    bottom: -1.5rem;
    transform: translateX(-50%);
    left: 50%;
    z-index: 0;
  }
  .estate_banner.mv_banner {
    padding: 2.2rem 3.1rem 3rem;
  }
  .result_list .result_detail .result_detail_image dl {
    padding: 1.2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
  }
  .accordion {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
  }
  a.accordion_btn {
    display: block;
    text-align: center;
    padding: 1.6rem;
    font-weight: 700;
    font-size: 1.6rem;
    border-top: 1px solid #1F4056;
  }
  .acc_content {
    margin: 0 auto;
    display: none;
    padding: 1.6rem;
  }
  .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 1.167em;
    height: 0.2em;
    background: currentColor;
    border-radius: 0.1em;
    transition: all 1s;
    margin-right: 1rem;
    margin-bottom: .2rem;
  }
  .dli-plus::before {
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: all 1s;
    display: block;
  }
  .accordion.open .dli-plus {
    transform: rotate(45deg);
  }
  .accordion.open .dli-plus::before {
    transform: rotate(-90deg);
  }
  .result_flow .sp_col {
    padding: 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
  .result_flow .sp_col p {
    font-size: 1.3rem;
    text-align: left;
    width: calc(100% - 105px);
  }
  .result_flow .sp_col p.image {
    width: 90px;
    margin-right: 1.2rem;
  }
  .result_flow .sp_col p.image img {
    width: 100%;
  }
  .result_flow > div p {
    font-size: 1.4rem;
    text-align: left;
  }
  .mv_banner .content > .banner_button p a:before,
  .mv .banner_button p a:before {
    left: 8rem;
  }
  .result_detail_content .result_detail_category > div p {
    padding: 0.2rem 0 .8rem;
    font-size: 1.2rem;
  }
  .result_flow > div h3 {
    margin: 0 1rem 1.2rem;
  }
  .mv_banner .content > .banner_button p a,
  .mv .banner_button p a {
    padding: 1.1rem 5.25rem 1.2rem 9rem;
    background-color: #e68545;
    display: block;
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    border-radius: 0.8rem;
    box-shadow: 0rem 0.4rem 0px 0rem #804A26;
    transition: 0.3s ease-in-out;
  }
}
section.mv {
  width: 100%;
  position: relative;
}
section.mv .content {
  max-width: 1024px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -40%);
  width: 100%;
}
.estate_banner.mv_banner {
  background-color: #234977;
}
.mv_banner .content > .banner_button p a:hover,
.mv .banner_button p a:hover {
  transform: translate3d(0rem, 0.2rem, 0);
  box-shadow: none;
  opacity: 1;
  transition: all 0.2s;
}
.mv_banner .content > .banner_button p a:before,
.mv .banner_button p a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: contain;
  translate: 0 -50%;
  width: 2.9rem;
  height: 2rem;
  background-image: url(../img/common/icon-contact.svg);
}
section.estate_sale_case {
  background-color: #E6EBF0;
  width: 100%;
}
section.base_layout .content {
  max-width: 1024px;
  margin: 0 auto;
}
section.estate_sale_case .case_list {
  display: grid;
}
section.estate_sale_case .case_list > div {
  text-align: center;
  background-color: #fff;
  border-radius: .8rem;
  padding: 0 0 1.6rem;
}
section.estate_sale_case .case_list > div p {
  margin-top: .8rem;
  font-weight: 700;
}
section.estate_sale_case .case_list > div img {
  width: 100%;
  height: auto;
}
.result_list > div {
  margin: 0 auto 2.4rem;
  border-radius: 0.8rem;
  border: 2px solid #1F4056;
}
.result_list .result_detail .result_detail_image dl {
  text-align: center;
}
.result_list .result_detail .result_detail_image dl dt,
.result_list .result_detail .result_detail_image dl dd {
  display: inline-block;
  text-align: center;
}
.result_list .result_detail .result_detail_image dl dt {
  background-color: #1F4056;
  color: #fff;
  font-size: 1.6rem;
  padding: .1rem .6rem;
  text-align: center;
}
.result_list .result_detail .result_detail_image dl dd {
  padding-left: .4rem;
  font-size: 2rem;
  color: #1F4056;
  font-weight: 700;
  line-height: 1;
}
.result_list .result_detail .result_detail_image dl dd span {
  color: #E68545;
  font-size: 4rem;
  font-weight: 700;
  display: inline-block;
  margin-right: .4rem;
  line-height: 1;
}
.result_detail_content .result_detail_category > div {
  text-align: center;
  border-radius: .8rem;
  background-color: #fff;
  border: 2px solid #1F4056;
  margin-bottom: .8rem;
}
.result_detail_content .result_detail_category > div h4 {
  background-color: #1F4056;
  color: #fff;
  padding: .6rem;
}
.result_flow > div {
  border: 2px solid #1F4056;
  border-radius: .8rem;
  padding: 1.6rem .1rem;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.result_flow > div:last-child:after {
  content: none;
}
.result_flow > div h3 {
  color: #234977;
  font-size: 1.4rem;
  background-color: #E6EBF0;
  border-radius: 10rem;
  padding: .2rem;
  font-weight: 700;
  text-align: center;
}

/* 残置物撤去サービス */
@media screen and (min-width:961px) {
  .property_contents_page .mv_text {
    max-width: 700px;
    width: 66%;
  }
  .property_contents_page .mv_text h1 {
    color: #498C3F;
  }
  .property_contents_page .mv_text h1 span {
    color: #4D361F;
    font-size: 3.2rem;
  }
  .property_contents_page .mv_text h1 span.option {
    color: #E68545;
  }
  .property_contents_page .mv_text ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    gap: .8rem;
  }
  .property_contents_page .mv_text ul li {
    width: 100%;
    background-color: #E57300;
  }
  section.property_service .service_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  section.property_service p.sub_title {
    font-size: 2rem;
  }
  section.property_feature .feature_list,
  section.clear_calculate .clear_list {
    display: grid;
    gap: 2.4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .property_result_list .result_detail {
    padding: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .property_result_list .result_detail .result_detail_image {
    width: 48.76%;
    /* background-color: #F0F1F5; */
    position: relative;
    min-height: 21.5rem;
  }
  .property_result_list .result_detail .result_detail_image div.before,
  .property_result_list .result_detail .result_detail_image div.after {
    position: absolute;
  }
  .property_result_list .result_detail .result_detail_image div.before {
    top: 0;
    left: 0;
    width: 50%;
  }
  .property_result_list .result_detail .result_detail_image div.after {
    bottom: 0;
    right: 0;
    width: 60%;
  }
  .property_result_list .result_detail .result_detail_image div.before p,
  .property_result_list .result_detail .result_detail_image div.after p {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E68545;
    color: #fff;
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: 700;
    width: 120px;
    text-align: center;
  }
  .property_result_list .result_detail .result_detail_content {
    width: 47.84%;
  }
  .property_result_list .result_detail_content dl dd span {
    font-size: 4.4rem;
  }
  .property_result_list .result_detail_content dl dt {
    padding: 3.4rem 0;
  }
  .property_result_list .result_detail_content dl dd {
    padding: 3.4rem 0;
  }
  .property_result_list .result_detail_content .result_detail_category {
    gap: 1.6rem;
  }
  section.clear_calculate p.subtitle {
    font-size: 2rem;
  }
  section.base_layout.removal .content {
    padding: 6rem 0;
  }
  .removal_flow {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.1rem;
    margin: .8rem auto 0;
  }
  .removal_flow > div:after {
    content: "";
    background-color: #498C3F;
    width: 1.5rem;
    height: 4.8rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.5rem;
    z-index: 0;
  }
  section.property_service .service_list > div p {
    margin: .8rem 1.6rem 0;
  }
  .removal_flow > div p {
    margin: 0 1.8rem;
  }
  #plan-information .merit {
    background-color: #fff;
    padding: 4rem 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    text-align: center;
    margin-bottom: 6.4rem;
  }
  body.page-template-page-plan-02 #plan-information {
    padding: 4rem 0 0;
  }
  body.page-template-page-plan-02 #plan-information .merit {
    margin-bottom: 0;
  }
  #plan-information .merit img {
    width: 80%;
    max-width: 92.5rem;
    margin: 0 auto;
    text-align: center;
  }
  div.grave_banner .content {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    height: 240px;
  }
  p.btn_link_red a {
    padding: 1.05rem 5.6rem;
    background-color: #E54545;
    color: #fff;
    display: inline;
    width: 100%;
    border-radius: .8rem;
    position: relative;
  }
  p.btn_link_red a:after {
    content: "";
    background-image: url("../img/common/icon-button-arrow-right.svg");
    width: .8rem;
    height: 1.1rem;
    background-size: cover;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
  }
  p.more_btn {
    display: block;
    text-align: center;
    margin: 2.4rem auto 0;
  }
  p.more_btn a {
    border: 1px solid #E54545;
    border-radius: 40px;
    padding: .8rem 4.8rem .8rem 2.4rem;
    background-color: #fff;
    position: relative;
    font-size: 2rem;
    color: #E54545;
    display: inline-block;
    transition: all .3s;
  }
  p.more_btn a:hover {
    color: #fff;
    background-color: #e54545;
    transition: all .3s;
  }
  p.more_btn a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2.4rem;
    width: 1rem;
    height: 1rem;
    border-right: 0.2rem solid #E54545;
    border-bottom: 0.2rem solid #E54545;
    rotate: -45deg;
    transform: translateY(-50%);
  }
  p.more_btn a:hover:after {
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
  }
}
@media screen and (max-width:960px) {
  .property_contents_page .mv_text {
    width: 100%;
  }
  .property_contents_page .mv_text h1 {
    color: #498C3F;
    font-size: 3rem;
  }
  .property_contents_page .mv_text h1 span {
    color: #4D361F;
    font-size: 1.6rem;
  }
  .property_contents_page .mv_text h1 span.option {
    color: #E68545;
    font-size: 2rem;
  }
  .property_contents_page .mv_text ul {
    display: grid;
    grid-template-columns: 1fr .6fr .6fr;
    justify-content: space-between;
    gap: .8rem;
  }
  .property_contents_page .mv_text ul li {
    width: 100%;
    background-color: #E57300;
    font-size: 1.6rem;
  }
  section.property_service .service_list {
    grid-template-columns: 1fr 1fr;
  }
   section.property_service p.sub_title {
    font-size: 1.5rem;
  }
  section.base_layout.property_feature .content h2 span.number {
    line-height: 1;
  }
  section.base_layout.property_feature .content {
    padding: 4rem 3.5rem;
  }
  section.property_feature .feature_list,
  section.clear_calculate .clear_list {
    display: grid;
    gap: 1.6em;
    grid-template-columns: 1fr;
  }
  .property_result_list .result_detail {
    padding: 1.6rem;
    width: 100%;
  }
  .property_result_list .result_detail .result_detail_image {
    margin: 0 auto .8rem;
  }
  .property_result_list .result_detail .result_detail_content {
    width: 100%;
  }
   .property_result_list .result_detail_content dl dd span {
    font-size: 3.6rem;
  }
  .property_result_list .result_detail_content dl dt {
    padding: 3rem 0;
  }
  .property_result_list .result_detail_content dl dd {
    padding: 3rem 0;
  }
  .property_result_list .result_detail_content .result_detail_category {
    gap: .8rem;
  }
  section.clear_calculate p.subtitle {
    font-size: 1.7rem;
  }
  section.base_layout.removal .content {
    padding: 4rem 1.2rem;
  }
  .removal_flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: .8rem;
    margin: .8rem auto 0;
  }
  .removal_flow .sp_col {
    padding: 0 3.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .removal_flow .sp_col p.image {
    width: 90px;
    margin-right: 1.2rem;
    margin-left: 0;
  }
  .removal_flow .sp_col p.image img {
    width: 100%;
  }
  .removal_flow > div p {
    font-size: 1.4rem;
    text-align: left;
  }
  .removal_flow > div:after {
    content: "";
    background-color: #498C3F;
    width: 4.8rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    bottom: -1.5rem;
    transform: translateX(-50%);
    left: 50%;
    z-index: 0;
  }
  section.property_service .service_list > div p {
    margin: .8rem 1rem 0;
  }
  #plan-information .merit {
    background-color: #fff;
    padding: 4rem 3.3rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    text-align: center;
    margin-bottom: 6.4rem;
  }
  body.page-template-page-plan-02 #plan-information {
    padding: 4rem 0 0;
  }
  body.page-template-page-plan-02 #plan-information .merit {
    margin-bottom: 0;
  }
  #plan-information .merit img {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
  }
  div.grave_banner .content {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    padding: 0 1.6rem 22rem 1.6rem;
    top: 4.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
  p.btn_link_red a {
    padding: 1.05rem 2.5rem 1.05rem 1.2rem;
    background-color: #E54545;
    color: #fff;
    display: inline;
    width: 100%;
    border-radius: .8rem;
    position: relative;
    font-size: 1.3rem;
  }
  p.btn_link_red a:after {
    content: "";
    background-image: url("../img/common/icon-button-arrow-right.svg");
    width: calc((.8rem * 2)/3);
    height: calc((1.1rem * 2)/3);
    background-size: cover;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
  }
  p.more_btn {
    display: block;
    text-align: center;
    margin: 1.6rem auto 0;
  }
  p.more_btn a {
    border: 1px solid #E54545;
    border-radius: 40px;
    padding: .4rem 4.8rem .4rem 2.4rem;
    background-color: #fff;
    position: relative;
    font-size: 1.6rem;
    color: #E54545;
    display: inline-block;
    transition: all .3s;
  }
  p.more_btn a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 49%;
    right: 2.4rem;
    width: .9rem;
    height: .9rem;
    border-right: 0.15rem solid #E54545;
    border-bottom: 0.15rem solid #E54545;
    rotate: -45deg;
    transform: translateY(-49%);
  }
  .property_result_list .result_detail .result_detail_image {
    width: 100%;
    /* background-color: #F0F1F5; */
    position: relative;
    min-height: 17rem;
  }
  .property_result_list .result_detail .result_detail_image div.before,
  .property_result_list .result_detail .result_detail_image div.after {
    position: absolute;
  }
  .property_result_list .result_detail .result_detail_image div.before {
    top: 0;
    left: 0;
    width: 50%;
  }
  .property_result_list .result_detail .result_detail_image div.after {
    bottom: 0;
    right: 0;
    width: 60%;
  }
  .property_result_list .result_detail .result_detail_image div.before p,
  .property_result_list .result_detail .result_detail_image div.after p {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E68545;
    color: #fff;
    padding: 0 20px;
    font-size: 1.4rem;
    font-weight: 700;
    width: 120px;
    text-align: center;
  }
}
.property_contents_page section.mv {
  background-image: url("../img/property_contents/mv.png");
}
.property_banner.mv_banner {
  background-color: #498C3F;
  padding: 2.2rem 2rem;
}
section.property_service {
    background-color: #E9F0E6;
    width: 100%;
}
section.property_service .service_list {
  display: grid;
  gap: 1.6rem;
}
section.property_service .service_list > div {
  text-align: center;
  background-color: #fff;
  border-radius: .8rem;
  padding: 0 0 1.6rem;
}
section.property_service .service_list > div p.service_title {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
section.property_service .service_list > div p {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
}
section.property_service .service_list > div img {
  height: auto;
  width: 100%;
  border-top-left-radius: .8rem;
  border-top-right-radius: .8rem;
}
section.property_service p.sub_title {
  text-align: center;
  margin: 0 auto 3.2rem;
  font-weight: 700;
  color: #498C3F;
  padding: .8rem 1.6rem;
  background-color: #fff;
  border: 2px solid #498C3F;
  border-radius: 100px;
  display: table;
}
section.base_layout.property_feature {
  background-color: #FAF9E6;
}
section.base_layout.property_feature .content h2 span {
  font-weight: 700;
  color: #498C3F;
}
section.base_layout.property_feature .content h2 span.number {
  font-size: 4rem;
}
section.property_feature .feature_list > div,
section.clear_calculate .clear_list > div {
  padding: 2.4rem 2.667rem;
  background-color: #fff;
  border-radius: .8rem;
}
section.property_feature .feature_list > div p.feature_title {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}
section.property_feature .feature_list > div p {
  margin-top: .8rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
}
.property_result_list > div {
  margin: 0 auto 2.4rem;
  border-radius: 0.8rem;
  border: 2px solid #498C3F;
}
.property_result_list > div h2,
.property_result_list > div h3 {
  padding: 1.6rem 2.8rem;
  background-color: #498C3F;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.property_result_list .result_detail_content .result_detail_category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.property_result_list .result_detail_content .result_detail_category > div {
  text-align: center;
  border-radius: .8rem;
  background-color: #fff;
  border: 2px solid #498C3F;
  margin-bottom: .8rem;
}
.property_result_list .result_detail_content .result_detail_category > div h4 {
  background-color: #498C3F;
  color: #fff;
  padding: .6rem;
}
.property_result_list .result_detail_content .result_detail_category > div p {
  display: flex;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: calc(100% - 3rem);
}
.property_result_list .result_detail_content dl {
  margin: 0 auto 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.property_result_list .result_detail_content dl dt {
  background-color: #498C3F;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 8rem;
}
.property_result_list .result_detail_content dl dd {
  background-color: #E9F0E6;
  color: #498C3F;
  text-align: center;
  font-weight: 700;
  width: calc(100% - 8rem);
  line-height: 1.4rem;
  font-size: 2rem;
}
.property_result_list .result_detail_content dl dd span {
  color: #E68545;
  text-shadow: 4px 4px 0 #FFF, -4px -4px 0 #FFF,
  -4px 4px 0 #FFF, 4px -4px 0 #FFF,
  0px 4px 0 #FFF,  0 -4px 0 #FFF,
  -4px 0 0 #FFF, 4px 0 0 #FFF;
  display: inline-block;
  margin: 0 1rem;
}
p.property_result_notice {
  font-size: 1.4rem;
  margin-bottom: .8rem;
}
section.clear_calculate {
  background-color: #498C3F;
}
section.base_layout.clear_calculate .content h2 {
  color: #fff;
}
section.base_layout.clear_calculate .content h2 span {
  color: #FFDC50;
}
section.clear_calculate p.subtitle {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
section.clear_calculate .clear_list {
  margin: 3.2rem auto 0;
}
section.clear_calculate .clear_list > div h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #498C3F;
  color: #498C3F;
  margin: 0 auto 1.6rem;
  padding-bottom: .8rem;
}
section.clear_calculate .clear_list > div p {
  font-size: 1.6rem;
}
section.clear_calculate .clear_list > div p.price {
  font-size: 2rem;
  color: #498C3F;
  text-align: center;
  margin: 1.2rem auto .8rem;
  font-weight: 700;
}
section.clear_calculate .clear_list > div p.price span {
  color: #E68545;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
  margin: 0 .5rem;
}
.removal_flow > div {
  border: 2px solid #498C3F;
  border-radius: .8rem;
  padding: 1.6rem .1rem;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.removal_flow > div h3 {
  color: #498C3F;
  font-size: 1.4rem;
  background-color: #E9F0E6;
  border-radius: 10rem;
  padding: .2rem;
  margin: 0 1.5rem 1.2rem;
  font-weight: 700;
  text-align: center;
}
.removal_flow > div p {
  font-size: 1.4rem;
  text-align: center;
}
.removal_flow > div p img {
  width: 100%;
  height: auto;
  margin: 0 auto 1.2rem;
  text-align: center;
}
.removal_flow > div:last-child:after {
  content: none;
}

/* modal */
#plan-information .detail-list.modal-open > ul > li {
  position: relative;
  min-height: 7.2rem;
}
#plan-information .detail-list.modal-open > ul > li .tooltip {
  width: 200px;
  padding: 10px;
  font-size: 12px;
  margin: -30px 0 0;
  background-color: #666;
  border-radius: .8rem;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
}
#plan-information .detail-list.modal-open > ul > li .tooltip:before {
  bottom: -15px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(102, 102, 102, 0);
  border-right-color: #5e5e5e;
  border-width: 8px;
  margin-top: -8px;
  transform: rotate(270deg);
  opacity: 1;
}
#page-plan.-green #plan-information .detail-list.modal-open > ul > li .tooltip {
  background-color: rgba(74,165,158,1);
}
#page-plan.-green #plan-information .detail-list.modal-open > ul > li .tooltip:before {
  border-right-color: #4aa59e;
}
#page-plan.-red #plan-information .detail-list.modal-open > ul > li .tooltip {
  background-color: #e54545;
}
#page-plan.-red #plan-information .detail-list.modal-open > ul > li .tooltip:before {
  border-right-color: #e54545;
}
#plan-information p.plan_notice {
  position: absolute;
  bottom: 60px;
  right: 0;
  font-size: 1.4rem;
}
p.btn_link_red {
  display: block;
  margin: 0 auto;
  text-align: center;
   margin: 3.2rem auto 0;
}

/* お墓参り代行 */
@media screen and (min-width:961px) {
  .visit_grave_page .mv_text h1 span {
    color: #4D361F;
    font-size: 3.2rem;
  }
  .visit_grave_page .mv_text h1 span.option {
    color: #E68545;
  }
  .visit_grave_page .mv_text h1 span.smaller {
    font-size: 4.4rem;
  }
  .visit_grave_page .mv_text h1 span.larger.option {
    font-size: 4.8rem;
  }
  .visit_grave_page .mv_text {
    max-width: 770px;
    width: 80%;
  }
  .visit_grave_page .mv_text ul li {
    width: auto;
    padding: 0.8rem;
  }
  section.visit_grave_case .case_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.6rem;
  }
  section.visit_grave_case .content {
    max-width: 1400px;
    padding: 3.55rem;
  }
  section.grave_service .service_flow {
    padding: 4rem 6rem 6rem;
  }
  section.grave_service .service_flow_list {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
    gap: 0 3.2rem;
    padding-bottom: 2.4rem;
    border-bottom: 1px dashed #4D361F;
  }
  section.base_layout.visit_grave_consul .content {
    padding: 4rem 0 7rem;
  }
  section.visit_grave_consul .consul_box {
    border: 1px solid #996B3D;
    border-radius: .8rem;
    background-color: #fff;
    padding: 4rem 6rem 6rem;
    margin: 3.2rem auto 0;
  }
  section.visit_grave_consul .price_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1.6rem;
    margin: 0 auto 1.6rem;
  }
  section.visit_grave_consul .price_box > div.price_box_main div:first-child {
    margin-right: 1.2rem;
    width: 12.8rem;
  }
  section.base_layout.needs .content {
    padding: 4rem 0 8rem;
  }
  section.needs .needs_box {
    margin: 3.2rem auto 0;
    padding: 4.8rem;
    border: 1px solid #999999;
    border-radius: .8rem;
    background-color: #fff;
  }
  dl.faq dt p.image img,
  dl.faq dd p.image img {
    width: 60px;
    height: auto;
  }
  div.grave_banner p.message {
    position: absolute;
    left: 2.4rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.4rem;
    color: #4D361F;
    font-weight: 700;
  }
  div.grave_banner p.message span {
    color: #E54545;
    font-size: 2.8rem;
  }
  dl.faq dd p.message::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 0;
    border-style: solid;
    border-width: 9.75px 0 9.75px 16.5px;
    border-color: transparent transparent transparent #F5F5F5;
    translate: 100% 0;
  }
  dl.faq dd p.message::after {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: 0;
    border-style: solid;
    border-width: 7.4px 0 7.4px 12.6px;
    border-color: transparent transparent transparent #faf6f1;
    translate: 100% 0;
  }
  dl.faq dd {
    display: flex;
    justify-content: flex-end;
    align-items: start;
    padding-left: 9rem;
  }
  dl.faq dd p.message {
    line-height: 1.8;
    width: 100%;
  }
  section.grave_service .content {
    background-image: url("../img/visit_grave/service_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }
  section.grave_service .service_flow h3 {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }
  section.grave_service .service_flow_list > div {
    font-size: 2rem;
  }
  section.visit_grave_consul .consul_box h3 {
    font-size: 3.2rem;
  }
  section.visit_grave_consul .consul_box p.subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 auto 3.2rem;
  }
  section.visit_grave_consul .consul_box p.subtitle span {
    font-size: 2.4rem;
  }
  section.visit_grave_consul .consul_box h3:not(:first-child) {
    margin: 4.8rem auto 3.2rem;
  }
  section.visit_grave_consul .price_box > div h4 {
    font-size: 2rem;
  }
  section.visit_grave_consul .price_box > div p span,
  section.visit_grave_consul .price_box > div h4 span {
    font-size: 2.8rem;
  }
  section.visit_grave_consul .price_box > div.price_box_main {
    display: grid;
    align-items: center;
    grid-template-columns: .5fr 1fr;
  }
  section.visit_grave_consul .price_box > div h4 span {
    display: inline-block;
    margin-left: 1.6rem;
  }
  section.visit_grave_consul p.notice {
    text-align: center;
  }
  section.needs p.subtitle {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  div.grave_banner {
    width: 100%;
    background-image: url("../img/visit_grave/visit_grave_banner.png");
    background-position: center;
    background-size: cover;
    margin-top: -1.5rem;
  }
  dl.faq dt p.message {
    position: relative;
    display: inline-block;
    margin-left: 2.95rem;
    padding: 1.6rem;
    border: 2px solid #faf6f1;
    border-radius: .4rem;
    background-color: #faf6f1;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .2));
  }
  dl.faq dd p.message {
    position: relative;
    display: inline-block;
    margin-right: 2.95rem;
    padding: 1.6rem;
    border: 2px solid #F5F5F5;
    border-radius: .4rem;
    background-color: #F5F5F5;
    text-align: left;
    font-size: 2rem;
    font-weight: 500;
    color: #333333;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .2));
  }
  section.visit_grave_consul .price_box > div.price_box_main div {
    padding: 0 1.6rem 0 0;
  }
  section.visit_grave_consul .price_box > div.price_box_main div h4,
  section.visit_grave_consul .price_box > div.price_box_main div p {
    line-height: 1.3;
  }
  section.visit_grave_consul .price_box > div.price_box_main ul li {
    padding: .3rem .8rem;
  }
  section.visit_grave_consul .price_box > div.price_box_main ul li p {
    font-size: 1.4rem;
    display: inline-block;
  }
  section.visit_grave_consul .price_box > div.price_box_main ul li p span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:960px) {
  .visit_grave_page .mv_text h1 {
    line-height: 1.3;
  }
  .visit_grave_page .mv_text h1 span {
    color: #4D361F;
    font-size: 2rem;
    display: inline-block;
    line-height: 1.4;
  }
  .visit_grave_page .mv_text h1 span.option {
    color: #E68545;
  }
  .visit_grave_page .mv_text h1 span.smaller {
    font-size: 2.8rem;
  }
  .visit_grave_page .mv_text h1 span.larger.option {
    font-size: 3.2rem;
  }
  .visit_grave_page .mv_text {
    width: 100%;
  }
  .visit_grave_page .mv_text ul li {
    width: auto;
    padding: 0 0.8rem;
  }
  section.mv.visit_grave_mv {
    width: 100%;
    position: relative;
  }
  section.mv.visit_grave_mv img.main {
    width: 100%;
    height: auto;
  }
  section.mv.visit_grave_mv .mv_text img {
    width: 90%;
  }
  section.mv.visit_grave_mv .banner_button p a {
    padding: 1rem;
    background-color: #e68545;
    display: block;
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45;
    border-radius: 0.8rem;
    box-shadow: 0rem 0.4rem 0px 0rem #804A26;
    transition: 0.3s ease-in-out;
    margin: 2.4rem auto 0 0;
    width: 100%;
  }
  section.mv.visit_grave_mv .banner_button p a:before {
    position: relative;
    left: -10px;
    vertical-align: middle;
    top: 8px;
    transform: initial;
  }
  section.visit_grave_case .case_list {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }
  section.visit_grave_case .content {
    max-width: 1400px;
    padding: 4rem 1.3rem;
  }
  section.grave_service .service_flow {
    padding: 4rem 1.3rem;
  }
  section.grave_service .service_flow_list {
    display: grid;
    gap: 1.3rem 0;
    padding-bottom: 2.4rem;
    border-bottom: 1px dashed #4D361F;
    margin: 0 auto;
  }
  section.grave_service .service_flow_list img {
    max-width: 21rem;
    margin: 0 auto;
    padding: 0;
    text-indent: 0;
  }
  section.base_layout.visit_grave_consul .content {
    padding: 4rem 1.3rem 4rem;
  }
  section.visit_grave_consul .consul_box {
    border: 1px solid #996B3D;
    border-radius: .8rem;
    background-color: #fff;
    padding: 1.6rem 1.3rem;
    margin: 3.2rem auto 0;
  }
  section.visit_grave_consul .price_box {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 1.6rem 0;
    margin: 0 auto 1.6rem;
  }
  section.visit_grave_consul .price_box > div.price_box_main div:first-child {
    width: 100%;
  }
  section.visit_grave_consul .price_box > div.price_box_main div img {
    width: 100%;
  }
  .price_box .price_box_main_txt,
  section.visit_grave_consul .price_box > div.price_box_main div.price_box_main_txt {
    padding: 0 .8rem;
  }
  section.base_layout.needs .content {
    padding: 4rem 1.3rem 4rem;
  }
  section.needs .needs_box {
    margin: 3.2rem auto 0;
    padding: 2.4rem 1.3rem;
    border: 1px solid #999999;
    border-radius: .8rem;
    background-color: #fff;
  }
  dl.faq dd p.message::before {
    content: "";
    position: absolute;
    top: 1.2rem;
    right: 0;
    border-style: solid;
    border-width: 9.75px 0 9.75px 16.5px;
    border-color: transparent transparent transparent #F5F5F5;
    translate: 100% 0;
  }
  dl.faq dd p.message::after {
    content: "";
    position: absolute;
    top: 1.2rem;
    right: 0;
    border-style: solid;
    border-width: 7.4px 0 7.4px 12.6px;
    border-color: transparent transparent transparent #faf6f1;
    translate: 100% 0;
  }
  dl.faq dd {
    display: flex;
    justify-content: flex-end;
    align-items: start;
  }
  dl.faq dd p.message,
  dl.faq dt p.message {
    width: calc(100% - 6.15rem);
  }
  dl.faq dt p.image,
  dl.faq dd p.image {
    width: 50px;
    height: auto;
  }
  div.grave_banner p.message {
    font-size: 2rem;
    color: #4D361F;
    font-weight: 700;
  }
  div.grave_banner p.message span {
    color: #E54545;
    font-size: 2.4rem;
  }
  dl.faq dd p.message {
    line-height: 1.5;
  }
  section.grave_service .service_flow h3 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  section.grave_service .service_flow_list > div.service_flow_subtitle {
    font-size: 1.6rem;
    padding-left: 3rem;
    text-indent: 0;
    position: relative;
    margin-left: 4.2rem;
    margin-right: 4.2rem;
  }
  section.grave_service .service_flow_list > div > span {
    text-align: center;
    left: -1.2rem;
    position: absolute;
    padding-left: 0;
  }
  section.grave_service .service_flow_list > div.image {
    text-align: center;
  }
  section.grave_service .service_flow_list > div > span {
    padding-left: 0;
  }
  section.grave_service .service_flow_list > div.service_flow_subtitle ul {
    display: grid;
    text-indent: 0;
    grid-template-columns: max-content;
  }
  section.grave_service .service_flow_list > div.service_flow_subtitle ul li {
    width: auto;
    max-width: initial;
    white-space: nowrap;
    text-align: left;
  }
  section.visit_grave_consul .consul_box h3 {
    font-size: 2.4rem;
  }
  section.visit_grave_consul .consul_box p.subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 1.4rem;
    margin: 0 auto 3.2rem;
  }
  section.visit_grave_consul .consul_box p.subtitle span {
    font-size: 1.6rem;
  }
  section.visit_grave_consul .consul_box h3:not(:first-child) {
    margin: 3.2rem auto 2.4rem;
  }
  section.visit_grave_consul .price_box > div h4 {
    font-size: 1.4rem;
  }
  section.visit_grave_consul .price_box > div p span {
    font-size: 2.4rem;
  }
  section.visit_grave_consul .price_box > div.price_box_main {
    display: grid;
    align-items: center;
    grid-template-columns: .7fr 1fr;
  }
  section.visit_grave_consul .price_box > div p {
    line-height: 1.3;
  }
  section.visit_grave_consul .price_box > div.price_box_main ul li {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: .4rem .4rem;
    display: grid;
    grid-template-columns: 1.1fr 0.5fr;
    gap: 0;
    align-items: center;
    justify-content: center;
  }
  section.visit_grave_consul .price_box > div.price_box_main ul li p {
    font-size: 1.2rem;
    display: inline-block;
  }
  section.visit_grave_consul .price_box > div.price_box_main ul li p span {
    font-size: 1.2rem;
  }
  section.visit_grave_consul .price_box > div h4 span {
    display: inline-block;
    margin-left: .8rem;
  }
  section.needs p.subtitle {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  div.grave_banner {
    width: 100%;
    position: relative;
    /*
    background-image: url("../img/visit_grave/visit_grave_banner_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    */
  }
  dl.faq dt p.message {
    position: relative;
    display: inline-block;
    margin-left: 2.2rem;
    padding: 1.6rem 4rem 1.6rem 1.6rem;
    border: 2px solid #faf6f1;
    border-radius: .4rem;
    background-color: #faf6f1;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    color: #333333;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .2));
  }
  dl.faq dt p.message span {
    line-height: 1.3;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    margin-left: 0;
  }
  dl.faq dd p.message {
    position: relative;
    display: inline-block;
    margin-right: 2.2rem;
    padding: 1.6rem;
    border: 2px solid #F5F5F5;
    border-radius: .4rem;
    background-color: #F5F5F5;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .2));
  }
}
body.page-template-page-visit_grave h2,
body.page-template-page-visit_grave h3,
section.visit_grave_consul .price_box > div p span,
section.visit_grave_consul .price_box > div h4 span,
div.grave_banner p.message,
body.page-template-page-will_support h2,
body.page-template-page-will_support h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.visit_grave_page .mv_text ul li {
  background-color: #FAF6F1;
  color: #4D361F;
  font-weight: 700;
}
section.visit_grave_case,
section.visit_grave_consul {
  background-color: #FAF6F0;
}
section.visit_grave_case .case_list {
  display: grid;
}

section.visit_grave_case .case_list > div {
  text-align: center;
  background-color: #fff;
  border-radius: .8rem;
  padding: 0 0 1.6rem;
  overflow: hidden;
}
section.visit_grave_case .case_list > div img {
  width: 100%;
  height: auto;
}
section.visit_grave_case .case_list > div p {
  margin: 0;
  font-weight: 700;
  padding: 1.2rem 1.6rem 0;
  text-align: left;
}
section.grave_service,
section.needs {
  background-image: url("../img/visit_grave/main_bg.png");
  background-repeat: repeat;
}
section.grave_service h2,
section.needs h2 {
  color: #9C0000;
}
section.grave_service .subtitle {
  text-align: center;
  line-height: 2.4;
}
section.grave_service .service_flow {
  border: 1px solid #996B3D;
  border-radius: .8rem;
  background-color: #FAF6F1;
  margin: 3.2rem auto 0;
}
section.grave_service .service_flow h3 {
  color: #4D361F;
  text-align: center;
  font-weight: 900;
}
section.grave_service .service_flow_list:not(:first-child) {
  padding-top: 2.4rem;
}
section.grave_service .service_flow_list > div > span {
  width: 3.2rem;
  height: 3.2rem;
  background-color: #4D361F;
  color: #fff;
  line-height: 3.2rem;
  margin-right: 1.2rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
section.grave_service .service_flow_list > div ul li {
  padding: .4rem .8rem;
  border: 1px solid #4D361F;
  border-radius: .4rem;
  background-color: #fff;
  text-align: center;
  color: #4D361F;
  display: inline-block;
  margin-right: .8rem;
  margin-top: .8rem;
  font-size: 1.4rem;
}
section.visit_grave_consul .consul_box h3 {
  color: #9C0000;
  text-align: center;
  margin: 0 auto 1.6rem;
}
section.visit_grave_consul .price_box > div {
  border: 1px solid #999999;
  border-radius: .8rem;
  padding: 1.6rem;
  text-align: center;
}
section.visit_grave_consul .price_box > div h4 {
  color: #4D361F;
  font-weight: 700;
}
section.visit_grave_consul .price_box > div p {
  font-size: 1.8rem;
}
section.visit_grave_consul .price_box > div p span,
section.visit_grave_consul .price_box > div h4 span {
  color: #E54545;
  font-weight: 700;
}
section.visit_grave_consul .price_box > div.price_box_main ul {
  margin: .4rem auto 0;
}
section.visit_grave_consul .price_box > div.price_box_main ul li {
  border-radius: .4rem;
  border: 1px solid #4D361F;
  color: #4D361F;
}
section.visit_grave_consul .price_box > div.price_box_main ul li p span,
section.visit_grave_consul .price_box > div.price_box_main ul li span {
  color: #E54545;
}
section.visit_grave_consul .price_box > div.price_box_main {
  padding: 0;
}
section.visit_grave_consul .price_box > div.price_box_main div h4,
section.visit_grave_consul .price_box > div.price_box_main div p {
  text-align: left;
}
section.needs h2:not(:first-child) {
  margin: 4.8rem auto 3.2rem;
}
dl.faq:not(:last-child) {
  margin: 0 auto 3.2rem;
}
dl.faq dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.6rem;
}
dl.faq dt p.message span {
  width: 2.4rem;
  display: inline-block;
  height: 2.4rem;
  background-color: #E68545;
  text-align: center;
  border-radius: 50%;
  margin-left: 1rem;
}
dl.faq dt p.message span img {
  width: 1rem;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
}
dl.faq dt p.message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 9.75px 16.5px 9.75px 0;
  border-color: transparent #faf6f1 transparent transparent;
  translate: -100% -50%;
}
dl.faq dt p.message::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.4px 12.6px 7.4px 0;
  border-color: transparent #faf6f1 transparent transparent;
  translate: -100% -50%;
}
dl.faq dt {
  cursor: pointer;
}
dl.faq dd {
  display: none;
}
dl.faq dd.open {
  display: flex;
}

/* 遺言書作成 */
@media screen and (min-width:961px) {
  .will_support_page .mv_text {
    width: 60%;
    max-width: 57rem;
  }
  .will_support_page .mv_text h1 span {
  font-size: 4.4rem;
  }
  .will_support_page .mv_text h1 span.small {
    font-size: 3.2rem;
  }
  .will_support_page .mv_text p {
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke;
  }
  section.will_service_detail .content {
    padding: 6rem 0;
  }
  section.will_service_detail .subtitle p {
    display: inline-block;
    font-size: 2rem;
    color: #4D361F;
    border: 1px solid #4D361F;
    border-radius: 4rem;
    padding: .8rem 1.6rem;
    text-align: center;
  }
  section.will_service_detail .col_three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.6rem;
  }
  section.will_service_detail .col_three > div {
    text-align: center;
    background-color: #fff;
    border-radius: .8rem;
    padding: 0 0 1.6rem;
    overflow: hidden;
  }
  section.will_service_detail .col_three > div p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem 1.6rem 0;
    text-align: center;
  }
  section.will_service_detail p.notice {
    font-size: 1.4rem;
    margin: 1.6rem auto 0;
    text-align: right;
  }
  section.base_layout.will_service_detail_sec .content {
    padding: 6rem 0;
  }
  .will_service_detail_sec .topic_box {
    border: 1px solid #996B3D;
    border-radius: .8rem;
    background-color: #FAF6F1;
    padding: 4rem;
    margin: 0 auto 6rem;
  }
  .will_service_detail_sec .topic_box h3 {
    font-size: 2.4rem;
    margin: 2.4rem auto 1.6rem;
  }
  .will_service_detail_sec .topic_box ul li {
    display: inline-block;
    border: 1px solid #4D361F;
    color: #4D361F;
    border-radius: .4rem;
    padding: .8rem 1.6rem;
    background-color: #fff;
    text-align: center;
    margin: 0 .8rem .8rem 0;
    font-size: 1.8rem;
  }
  .will_service_detail_sec .banner {
    margin: 6rem auto 4rem;
  }
  .will_service_detail_sec .faq_box {
    padding: 4.8rem;
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: .8rem;
    margin: 3.2rem auto 0;
  }
}
@media screen and (max-width:960px) {
  .will_support_page .mv_text {
    width: 100%;
  }
  .will_support_page .mv_text h1 {
    margin-bottom: 1.2rem;
  }
  .will_support_page .mv_text h1 span.strong,
  .will_support_page .mv_text h1 {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .will_support_page .mv_text h1 span {
    font-size: 2.8rem;
  }
  .will_support_page .mv_text h1 span.small {
    font-size: 1.6rem;
  }
  .will_support_page .mv_text p {
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-text-stroke: 4px #fff;
    paint-order: stroke;
  }
  .page-template-page-will_support section.mv.visit_grave_mv .banner_button p a {
    margin: 1.2rem auto 0 0;
  }
  section.will_service_detail .subtitle p {
    display: inline-block;
    font-size: 2rem;
    color: #4D361F;
    border: 1px solid #4D361F;
    border-radius: .8rem;
    padding: .8rem;
    text-align: center;
  }
  section.will_service_detail .col_three {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem;
  }
  section.will_service_detail .col_three > div {
    text-align: center;
    background-color: #fff;
    border-radius: .8rem;
    padding: 0 0 1.2rem;
    overflow: hidden;
  }
  section.will_service_detail .col_three > div p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem 1.4rem 0;
    text-align: left;
    line-height: 1.5;
  }
  section.will_service_detail p.notice {
    font-size: 1.4rem;
    margin: 1.6rem auto 0;
    text-align: center;
  }
  .will_service_detail_sec .topic_box {
    border: 1px solid #996B3D;
    border-radius: .8rem;
    background-color: #FAF6F1;
    padding: 1.6rem;
    margin: 0 auto 3.2rem;
  }
  section.base_layout.will_service_detail_sec .content h2 {
    margin: 0 auto .8rem;
  }
  .will_service_detail_sec .topic_box h3 {
    font-size: 2rem;
    margin: 2.4rem auto 1.6rem;
  }
  .will_service_detail_sec .topic_box ul li {
    display: inline-block;
    border: 1px solid #4D361F;
    color: #4D361F;
    border-radius: .4rem;
    padding: .8rem 1.6rem;
    background-color: #fff;
    text-align: center;
    margin: 0 .8rem .8rem 0;
    font-size: 1.6rem;
  }
  .will_service_detail_sec .banner {
    margin: 3.2rem auto 4rem;
  }
  .will_service_detail_sec .faq_box {
    padding: 3.2rem 1.6rem;
    background-color: #fff;
    border: 1px solid #999999;
    border-radius: .8rem;
    margin: 3.2rem auto 0;
  }
}
.will_support_page .mv_text h1 .strong {
  color: #E54545;
}
section.will_service h2,
section.will_service_detail h2,
section.will_service_detail_sec h2,
.will_service_detail_sec .topic_box h3 {
    color: #9C0000;
}
section.will_service .subtitle {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  line-height: 2.4;
  font-size: 1.6rem;
}
body.page-template-page-will_support main {
  background-image: url(../img/will_support/bg.png);
  background-repeat: repeat;
}
section.will_service .content {
  background-image: url(../img/common/title_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
section.will_service_detail {
  background-color: #FAF6F1;
}
section.will_service_detail .subtitle {
  display: block;
  margin: 0 auto 3.2rem;
  text-align: center;
}
section.will_service_detail .col_three > div img {
  width: 100%;
  height: auto;
}
section.will_service_detail .col_three > div p.txt_left {
  text-align: left;
}
.will_service_detail_sec .topic_box:last-child {
  margin: 0 auto;
}
.will_service_detail_sec .topic_box p {
  font-size: 1.8rem;
}
.will_service_detail_sec .topic_box ul:after {
  content: "など";
  display: inline;
  color: #4D361F;
  font-size: 1.8rem;
}
.topic_box .merit_box {
  margin: 3.2rem auto 0;
}