@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@700&&family=Oswald:wght@400&display=swap");

/* reset */
body {
  margin: 0;
}

blockquote,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
table,
ul {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

dl,
ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

button:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

figcaption {
  margin-top: 1em;
}

em {
  font-weight: bold;
  font-style: normal;
}

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background-color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #444444;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

body {
  min-width: 1270px;
}

@media screen and (max-width: 599px) {
  body {
    min-width: initial;
  }
}

a {
  color: #029A61;
  text-decoration: none;
}

@media (min-width: 600px) {
  a:hover {
    color: #029A61;
    opacity: 0.5;
  }
}

@media (min-width: 600px) {
  button:hover {
    opacity: 0.5;
  }
}

@media (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[href$=".pdf"]:after {
  content: " ";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(./img/icon_pdf_black.svg) no-repeat;
}

hr {
  height: 2px;
  background-color: #ccc;
  border: none;
  margin: 1em 0;
}

button {
  cursor: pointer;
}

/*============================
layout
============================*/

.l-container {
  width: 83.9694656489%;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .l-container {
    width: 1100px;
  }
}

/*============================
header
============================*/

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.header {
  padding-top: 50px;
}

@media (min-width: 600px) {
  .header {
    padding-top: 0;
  }
}

.header .header__inner {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  justify-content: space-between;
}

.header .header__inner-souzoku,
.header .header__inner-sankotsu,
.header .header__inner-ihin,
.header .header__inner-obousan,
.header .header__inner-ohaka-vivivit {
  justify-content: space-between;
}

@media (min-width: 600px) {
  .header .header__inner {
    width: 1200px;
    height: 120px;
    margin: auto;
    position: static;
  }
}

.header .header__inner .header__logo {
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}


.header .header__inner .header__logo img {
  height: 100%;
  width: auto;
}

.header .header__inner .header__menu {
  align-self: stretch;
  width: 50px;
  background: #C1513B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .header__inner-sankotsu .header__menu {
  background-color: #1967ac;
}

.header .header__inner-obousan .header__menu {
  background-color: #9976b1;
}

@media (min-width: 600px) {
  .header .header__inner .header__menu {
    display: none;
  }
}

.header .header__inner .header__menu img {
  width: 26px;
}

.header-contact {
  display: none;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

@media (min-width: 600px) {
  .header-contact {
    display: flex;
  }
}

.header-contact .header-contact-head {
  width: 306px;
}


.header-contact .header-contact-tel {  
  font-size: 2.375em;
  font-weight: bold;
  color: #C14747;
  font-family: "Noto Sans JP", sans-serif;
}

.header-contact .header-contact-info {
  width: 100px;
}

.header-nav {
  padding-bottom: 10px;
}

.header-nav ul {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.header-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-nav ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  align-self: stretch;
  background: #D9D9D9;
}

.header-nav ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  color: #3A3A3A;
  font-size: 0.75rem;
  font-weight: 800;
}

.header-nav ul li a::before {
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-nav__plan a::before {
  background-image: url(../img/nav_icon_plan.png);
}

.header-nav__search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.header-nav__features a::before {
  background-image: url(../img/nav_icon_features.png);
}

@media (min-width: 600px) {
  .sp-header {
    display: none;
  }
}

.sp-navs {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 50px 0 20px;
  border-radius: 0px 0px 10px 10px;
  background-color: #C1513B;
  height: 100svh;
}

.sp-navs-sankotsu {
  background-color: #1967ac;
}

.sp-navs-obousan {
  background-color: #9976b1;
}

.sp-navs.active {
  display: block;
}

.sp-navs-main__item>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs-service>li>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs__inner {
  width: min(89.8218829517%, 600px);
  padding-top: 15px;
  margin: 0 auto;
  height: 100%;
  overflow-y: scroll;
}

.sp-navs .sp-navs__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.sp-navs-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.sp-navs-main__item {
  flex: 1;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
}

.sp-navs-main__item ul {
  display: none;
  margin: 0 10px;
}

.sp-navs-main__item ul li a {
  text-decoration: none;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 8px;
  border-top: 2px solid #B8E3D2;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
}

.sp-navs-main__item ul li a:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-main__item ul li a::after {
  margin-left: auto;
  transition: all 0.25s ease;
  content: url(../img/nav_arr_g.svg);
}

.sp-navs-main__item>span,
.sp-navs-main__item>a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  color: #3A3A3A;
  font-weight: 800;
  font-style: normal;
  width: 100%;
  padding: 7px 20px;
  cursor: pointer;
}

.sp-navs-main__item>span:hover,
.sp-navs-main__item>a:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-main__item>span::before,
.sp-navs-main__item>a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sp-navs-main__item>span::after,
.sp-navs-main__item>a::after {
  margin-left: auto;
  transition: all 0.25s ease;
  content: url(../img/nav_arr_g.svg);
}

.sp-navs-main__item--features span::before,
.sp-navs-main__item--features a::before {  
  background-image: url(../img/navi_icon_search.png);
}

.sp-navs-main__item--plan span::before,
.sp-navs-main__item--plan a::before {  
  background-image: url(../img/navi_icon_know.png);
}

.sp-navs-main__item--search span::before,
.sp-navs-main__item--search a::before {  
  background-image: url(../img/navi_icon_grave.png);
}

.sp-navs-service {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
}

.sp-navs-service>li {
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  position: relative;
}

.sp-navs-service>li>a,
.sp-navs-service>li>span {
  text-decoration: none;
  flex: 1;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  line-height: 1.5;
  padding: 12px 20px;
  font-size: 0.875rem;
  font-weight: 500;
}

.sp-navs-service>li>a:hover,
.sp-navs-service>li>span:hover {
  text-decoration: none;
  opacity: 1;
}

.sp-navs-service>li>a::after,
.sp-navs-service>li>span::after {
  transition: all 0.25s ease;
  content: url(../img/nav_arr.svg);
}

.sp-navs-service>li>span {
  cursor: pointer;
}

.sp-navs-service>li>ul.sub {
  display: none;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #C1513B;
  z-index: 10;
}

.sp-navs-service>li>ul.sub>li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.sp-navs-service>li>ul.sub.show {
  display: block;
}

.sp-navs-main__item ul.show {
  display: flex;
  flex-direction: column;
}

.sp-navs-service>li>ul.sub.show {
  display: block;
}

.sp-navs-service>li>ul.sub>li>a:hover
,.sp-navs-service>li>ul.sub>li span:hover {
  background-color: #C1513B;
}

.sp-navs-service>li>ul.sub>li>a,
.sp-navs-service>li>ul.sub>li span {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #C1513B;  
  padding: 12px 20px;
}

.sp-navs-service-sankotsu>li>ul.sub>li>a,
.sp-navs-service-sankotsu>li>ul.sub>li span {
  background-color: #154c7c;
}

.sp-navs-service-obousan>li>ul.sub>li>a,
.sp-navs-service-obousan>li>ul.sub>li span {
  background-color: #75518d;
}

.sp-navs-service>li>ul.sub>li>a::after,
.sp-navs-service>li>ul.sub>li span::after {
  content: url(../img/nav_arr.svg);
  transition: all 0.25s ease;
}


.sp-navs-service>li>ul.sub>li>span.active::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-navs-service>li>ul.sub>li>a:hover
,.sp-navs-service>li>ul.sub>li span:hover {
  background-color: #C1513B;
}


.sp-navs-service-sankotsu>li>ul.sub>li>a:hover,
.sp-navs-service-sankotsu>li>ul.sub>li span:hover {
  background-color: #1967ac;
}

.sp-navs-service-obousan>li>ul.sub>li>a:hover,
.sp-navs-service-obousan>li>ul.sub>li span:hover {
  background-color: #9976b1;
}

.sp-navs-service li ul.sub li .sub2Inner {
  width: 100%;
  display: none;
}

.sp-navs-service li ul.sub li .sub2Inner li {
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.sp-navs-service li ul.sub li .sub2Inner a {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  background: #87392A;
  padding: 12px 20px;
}

.sp-navs-service-sankotsu li ul.sub li .sub2Inner a {
  background-color: #154c7c;
}

.sp-navs-service-obousan li ul.sub li .sub2Inner a {
  background-color: #75518d;
}

.sp-navs-service li ul.sub li .sub2Inner a::after {
  content: url(../img/nav_arr.svg);
  transition: all 0.25s ease;
}

.sp-navs-service li ul.sub li .sub2Inner a:hover {
  text-decoration: none;
}

.sp-navs-service li ul.sub li .sub2Inner a:hover:hover {
  text-decoration: none;
  opacity: 1;
}

.navs {
  display: none;
  height: 40px;
  background-color: #C1513B;
  justify-content: center;
  align-items: stretch;
}

.navs-sankotsu {
  background-color: #1967ac;
}

.navs-obousan {
  background-color: #9976b1;
}

@media (min-width: 600px) {
  .navs {
    display: flex !important;
  }
}

.navs>ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-size: 0.75rem;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  width: 1200px;
}

.navs>ul>li {
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  position: relative;
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.navs>ul>li>a,
.navs>ul>li>span {
  flex: 1;
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 120%;
}

.navs>ul>li>span {
  cursor: pointer;
}

@media (min-width: 600px) {
  .navs ul li:hover ul.sub {
    display: block;
  }
}

.navs ul li ul.sub {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #C1513B;
  z-index: 10;
}

.navs-sankotsu ul li ul.sub {
  background-color: #1967ac;
}

.navs-obousan ul li ul.sub {
  background-color: #9976b1;
}

.navs ul li ul.sub>li {
  width: 100%;
  padding: 0px;
  position: relative;
}

.navs ul li ul.sub>li a,
.navs ul li ul.sub>li span {
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 12px 0;
  display: block;
  border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs ul li ul.sub>li a:hover,
.navs ul li ul.sub>li span:hover {
  background-color: #C1513B;
}

.navs-sankotsu ul li ul.sub>li a:hover,
.navs-sankotsu ul li ul.sub>li span:hover {
  background-color: #154c7c;
}

.navs-obousan ul li ul.sub>li a:hover,
.navs-obousan ul li ul.sub>li span:hover {
  background-color: #75518d;
}

@media (min-width: 600px) {
  .navs ul li ul.sub li:hover .sub2Inner {
    display: block;
  }
}

.navs ul li ul.sub li .sub2Inner {
  position: absolute;
  left: 100%;
  width: 100%;
  display: none;
  top: 0px;
}

.sp-navs-service li ul.sub li .sub2Inner.show {
  display: block;
}

.sp-navs-service>li>ul.sub.show {
  display: block;
}

.navs ul li ul.sub li .sub2Inner a {  
  background: #C1513B;
  padding: 12px 0;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}

.navs-sankotsu ul li ul.sub li .sub2Inner a {
  background-color: #1967ac;
}

.navs-obousan ul li ul.sub li .sub2Inner a {
  background-color: #9976b1;
}

.navs ul li ul.sub li .sub2Inner a:hover {  
  background-color: #87392A;
  opacity: 1;
}

.navs-sankotsu ul li ul.sub li .sub2Inner a:hover {
  background-color: #154c7c;
}

.navs-obousan ul li ul.sub li .sub2Inner a:hover {
  background-color: #75518d;
}

@media (min-width: 600px) {
  .navs-main-wrap {
    background-color: #F9EEEB;
  }
}

.navs-main {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 600px) {
  .navs-main {
    width: 1200px;
    margin: auto;
  }
}

.navs-main .navs-main__item {
  flex: 1;
}

.navs-main .navs-main__item:not(:first-child) {
  border-left: 1px solid #D9D9D9;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item {
    border-left: 1px solid #D9D9D9;
  }

  .pc-hidden {
    display: none !important;
  }

  .sp-hidden {
    display: block;
  }
}

@media (max-width: 599px) {
  .pc-hidden {
    display: block;
  }

  .sp-hidden {
    display: none !important;
  }
}

.navs-main .navs-main__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item a {
    font-size: 1rem;
    gap: 8px;
  }
}

.navs-main .navs-main__item a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  .navs-main .navs-main__item a::before {
    width: 24px;
    height: 24px;
  }
}

.navs-main .navs-main__item--features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.navs-main .navs-main__item--plan a::before {
  background-image: url(../img/nav_icon_plan.png);
}

.navs-main .navs-main__item--search a::before {
  
  background-image: url(../img/navi_icon_search.png);
}

.fixed-header-wrap {
  display: none;
  position: fixed;
  z-index: 100;
  top: -70px;
  background-color: #FFF;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  transition: all 0.25s ease;
}

@media (min-width: 600px) {
  .fixed-header-wrap {
    display: block;
  }
}

.fixed-header-wrap.is-show {
  top: 0;
}

@media (min-width: 600px) {
  .fixed-header {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
  }
}

.fixed-header__logo {
  width: 120px;
  padding-left: 10px;
  display: flex;
}

.fixed-header__menu {
  flex: 1;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.fixed-header__item {
  flex: 1;
  display: flex;
  position: relative;
}

.fixed-header__item::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #D9D9D9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fixed-header__item:hover {
  background-color: #F9EEEB;
}

.fixed-header__item>a,
.fixed-header__item span {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #3A3A3A;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

.fixed-header__item>a:hover,
.fixed-header__item span:hover {
  text-decoration: none;
  opacity: 1;
}

@media (min-width: 600px) {

  .fixed-header__item>a,
  .fixed-header__item span {
    font-size: 1rem;
    gap: 8px;
  }
}

.fixed-header__item>a::before,
.fixed-header__item span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {

  .fixed-header__item>a::before,
  .fixed-header__item span::before {
    width: 24px;
    height: 24px;
  }
}

.fixed-header__item--features a::before {
  background-image: url(../img/nav_icon_features.png);
}

.fixed-header__item--plan span::before {
  background-image: url(../img/nav_icon_plan.png);
}

.fixed-header__item--search a::before {
  background-image: url(../img/nav_icon_search.png);
}

.fixed-header-sub-nav {
  display: none;
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  background-color: #C8E8DC;
  z-index: 10;
}

.fixed-header__item:hover .fixed-header-sub-nav {
  display: block;
}

.fixed-header-sub-nav>li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-top: 1px #1BA127 solid;
}

.fixed-header-sub-nav>li:first-child {
  border: none;
}

.fixed-header-sub-nav>li a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #1BA127;
  text-align: center;
  cursor: pointer;
  padding: 16px 0;
  display: block;
}

/*============================
footer
============================*/

.f-nav {
  font-size: 0.8125rem;
  margin-bottom: 1em;
  color: #fff;
}

.f-nav:last-child {
  margin-bottom: 0;
}

.f-nav a {
  color: #fff;
}

.f-copy {
  color: #fff;
  font-size: 0.8125rem;
}

.footer {
  background-color: #ECECEC;
  padding: 40px 0 120px;
}

@media (min-width: 600px) {
  .footer {
    padding: 50px 0;
    padding-bottom: 120px;
  }
}

.footer__inner-wrap {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .footer__inner-wrap {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 600px) {
  .footer__inner-r {
    display: flex;
  }
}

.footer__logo {
  width: 142px;
  margin-bottom: 10px;
}

.footer__logo-sankotsu {
  width: 210px;
}

.footer__logo-obousan {
  width: 210px;
}

@media (min-width: 600px) {
  .footer__logo {
    width: 170px;
    margin-bottom: 30px;
  }

  .footer__logo-obousan {
    width: 300px;
  }

  .footer__logo-sankotsu {
    width: 300px;
  }
}

.footer__mark {
  width: 283px;
  margin: auto;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .footer__mark {
    align-self: flex-end;
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.footer__nav li {
  line-height: 1;
}

.footer__nav li a {
  color: #C1513B;
  font-size: 0.625rem;
  font-weight: 700;
}

.footer__nav-sankotsu li a {
  color: #1967ac;
}

.footer__nav-obousan li a {
  color: #9976b1;
}

@media (min-width: 600px) {
  .footer__nav li a {
    font-size: 0.875rem;
  }
}

.footer__copy {
  text-align: center;
  color: #000;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 40px;
}

@media (min-width: 600px) {
  .footer__copy {
    font-size: 0.625rem;
  }
}

/*============================
fixed-contact
============================*/

.fixed-contact {
  position: fixed;
  left: 0;
  bottom: -94px;
  width: 100%;
  height: 94px;
  background-color: rgba(71, 70, 70, 0.9);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.25s ease;
}

.fixed-contact.is-show {
  bottom: 0;
}

@media (min-width: 600px) {
  .fixed-contact {
    background-color: #C1513BE5;
    height: 90px;
    bottom: -90px;
    flex-direction: row;
  }
}

.fixed-contact__head {
  width: min(100%, 168px);
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 15px;
}

@media (min-width: 600px) {
  .fixed-contact__head {
    display: none;
  }
}

.fixed-contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

@media (min-width: 600px) {
  .fixed-contact__btn {
    display: none;
  }
}

.fixed-contact__btn a {
  display: block;
  flex: 1;
  max-width: 174px;
}

.pc-fixed-contact {
  display: none;
  width: 100%;
}

@media (min-width: 600px) {
  .pc-fixed-contact {
    display: block;
  }
}

.pc-fixed-contact>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-fixed-contact__tel-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-fixed-contact__tel-wrap p {
  font-size: 2em;
  font-weight: bold;
  color: white;
}

.pc-fixed-contact__tel-head {
  width: 306px;
}

.pc-fixed-contact__tel {
  width: 345px;
}

.pc-fixed-contact__tel2 {
  height: 50px;
  width: auto;
}

.pc-fixed-contact__doc-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pc-fixed-contact__doc-head {
  width: 190px;
}

.pc-fixed-contact__doc-btn {
  display: block;
  width: 194px;
}

.pc-fixed-contact__doc-icon_vivivit {
  width: 127px;
}

/*============================
top
============================*/

@media (min-width: 600px) {
  .kv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 530px;
    background-image: url(../img/kv_bg.png);
  }
}

@media (min-width: 600px) {
  .kv__head {
    width: 1045px;
  }
}

.cta-fv {
  background: #F2ECDB;
  padding-bottom: 34px;
}

@media (min-width: 600px) {
  .cta-fv {
    padding: 40px 0 50px;
  }
}

.cta-fv__btn {
  display: block;
  margin: -34px auto 4px;
}

@media (min-width: 600px) {
  .cta-fv__btn {
    display: none;
  }
}

.cta-fv__btn2 {
  max-width: 776px;
  display: block;
  margin: auto;
}

.cta-fv__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.cta-fv__text em {
  color: #C14747;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
}

@media (min-width: 600px) {
  .cta-fv__text em {
    font-size: 1.875rem;
  }
}

.cta-fv__text span {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
}

.cta-fv__text span b {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

@media (min-width: 600px) {
  .cta-fv__text span {
    display: none;
  }
}

.promise {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.promise__text {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 28px;
}

@media (min-width: 600px) {
  .promise__text {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}

.promise__text2 {
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .promise__text2 {
    margin-top: -80px;
    margin-bottom: 40px;
  }
}

.promise-point__head {
  width: 235px;
  margin: auto;
}

@media (min-width: 600px) {
  .promise-point__head {
    width: 324px;
  }
}

.promise-point__inner {
  display: flex;
  padding: 35px 20px 50px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: -4px 0px 6px 0px rgba(2, 154, 97, 0.1), 4px 4px 4px 0px rgba(2, 154, 97, 0.1);
  gap: 40px;
}

@media (min-width: 600px) {
  .promise-point__inner {
    padding: 45px 50px 40px;
  }
}

.promise-list {
  gap: 60px;
  width: 100%;
}

@media (min-width: 600px) {
  .promise-list {
    flex-direction: row;
    gap: 60px;
  }
}

@media (min-width: 600px) {
  .promise-list__item {
    flex: 1;
  }
}

.promise-list__item dt {
  display: flex;
  padding: 10px;
  padding-left: 93px;
  background-color: rgba(2, 154, 97, 0.15);
  position: relative;
  border-radius: 5px;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .promise-list__item dt {
    padding: 8px;
    padding-left: 60px;
  }
}

.promise-list__text {
  color: #231815;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.6px;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .promise-list__text {
    min-height: 64.8px;
  }
}

.promise-list__text em {
  background: linear-gradient(transparent 60%, #FDD021 60%);
  font-weight: 500;
}

.promise-list__text b {
  font-size: 0.875rem;
  font-weight: 700;
}

.promise-list__pict {
  text-align: center;
}

.promise-list__pict img {
  width: min(100%, 400px);
  height: auto;
}

.promise-list__num {
  width: 73px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 600px) {
  .promise-list__num {
    width: 50px;
  }
}

.promise-list__num img {
  width: 100%;
  height: auto;
}

.promise-list__head {
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

@media (min-width: 600px) {
  .promise-list__head {
    font-size: 0.875rem;
  }
}

.media {
  background: linear-gradient(180deg, rgba(200, 232, 220, 0.4) 0, rgba(200, 232, 220, 0) 290px);
  background-repeat: no-repeat;
  margin-top: -50px;
  position: relative;
  padding-top: 90px;
}

@media (min-width: 600px) {
  .media {
    background: linear-gradient(180deg, rgba(200, 232, 220, 0.3) 0%, rgba(200, 232, 220, 0) 100%);
    padding-top: 130px;
  }
}

.media__inner {
  display: grid;
  grid-template: "head    head head" "picture .... text" /94px 20px 1fr;
  margin-bottom: 40px;
}

@media (min-width: 600px) {
  .media__inner {
    grid-template: "picture .. head" "picture .. text" 1fr/304px 50px 1fr;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 80px;
  }
}

.media__inner>picture {
  grid-area: picture;
}

.media__inner>picture img {
  width: 94px;
  border-radius: 20px;
}

@media (min-width: 600px) {
  .media__inner>picture img {
    width: 304px;
  }
}

.media__inner>p {
  grid-area: text;
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
}

@media (min-width: 600px) {
  .media__inner>p {
    font-size: 1rem;
  }
}

.media__head-wrap {
  grid-area: head;
}

@media (min-width: 600px) {
  .media__head-wrap {
    margin-bottom: 20px;
  }
}

.media__head {
  color: #029A61;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .media__head {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 0;
  }

  .media__head br {
    display: none;
  }
}

.media__head b {
  color: #C14747;
  font-size: 1.25rem;
}

@media (min-width: 600px) {
  .media__head b {
    font-size: 1.75rem;
  }
}

.media__text {
  color: #231815;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .media__text {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 0;
  }
}

.media-cta {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .media-cta {
    margin-bottom: 100px;
  }
}

.media-cta p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

@media (min-width: 600px) {
  .media-cta p {
    gap: 25px;
  }

  .media-cta p br {
    display: none;
  }
}

.media-cta p span {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .media-cta p span {
    font-size: 1.25rem;
  }
}

.media-cta p::before {
  content: url(../img/media_text_l.svg);
}

.media-cta p::after {
  content: url(../img/media_text_r.svg);
}

@media (min-width: 600px) {
  .media-cta__line {
    display: none;
  }
}

.media-cta__line-pc {
  display: none;
  width: 776px;
  margin: auto;
}

@media (min-width: 600px) {
  .media-cta__line-pc {
    display: block;
  }
}

.plan {
  padding: 40px 0 80px;
  background-color: rgba(200, 232, 220, 0.3);
}

@media (min-width: 600px) {
  .plan {
    padding: 80px 0 150px;
  }
}

.plan__head {
  width: min(100%, 280px);
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .plan__head {
    width: 580px;
    margin: auto;
    margin-bottom: 60px;
  }
}

.plan__text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 45px;
}

@media (min-width: 600px) {
  .plan__text {
    display: none;
  }
}

.plan-list {
  margin-bottom: 50px;
}

@media (min-width: 600px) {
  .plan-list {
    margin-bottom: 160px;
  }
}

.plan-list>ul {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

@media (min-width: 600px) {
  .plan-list>ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 600px) {
  .plan-list>ul li {
    width: calc((100% - 100px) / 2);
  }
}

.plan-list>ul li a {
  display: block;
  position: relative;
}

.plan-list>ul li a img {
  -webkit-filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
  filter: drop-shadow(2px 2px 6px rgba(2, 154, 97, 0.2));
}

.cta {
  background: linear-gradient(180deg, #F2ECDB 140px, rgba(242, 236, 219, 0) 140.1px);
  padding-bottom: 60px;
}

@media (min-width: 600px) {
  .cta {
    background-color: #F2ECDB;
    padding: 60px 0;
  }
}

@media (min-width: 600px) {
  .cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.cta-tel {
  padding-top: 25px;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .cta-tel {
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 7rem;
  }
}

.cta-tel__text {
  margin-bottom: 10px;
}

.cta-tel__form {
  margin-top: 10px;
}

@media (min-width: 600px) {
  .cta-line {
    flex: 1;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
  }
}

@media (min-width: 600px) {
  .cta-line__inner {
    width: 404px;
    margin-top: 30px;
  }
}

.cta-line__head {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.cta-line__head p {
  font-weight: 700;
}

@media (min-width: 600px) {
  .cta-line__head {
    margin-bottom: 0;
  }
}

.cta-line__head span {
  color: #000;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.cta-line__text {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}

.cta-line__text b {
  background: linear-gradient(transparent 60%, #FDD021 60%);
}

.cta-line__merit {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.cta-line__merit ul {
  flex: 1;
  border-top: 1px solid #D9D9D9;
  margin-bottom: 5px;
}

.cta-line__merit ul li {
  display: flex;
  gap: 4px;
  color: #000;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 9px 0;
  border-bottom: 1px solid #D9D9D9;
}

.cta-line__merit ul li::before {
  content: url(../img/cta_line_icon.svg);
}

.cta-line__merit ul li b {
  color: #C14747;
}

cta-line__merit div {
  width: ;
}

@media (min-width: 600px) {
  .cta-line__btn {
    display: none;
  }
}

.cta-line__line-pc {
  display: none;
}

@media (min-width: 600px) {
  .cta-line__line-pc {
    display: block;
  }
}

.voice {
  background-image: url(../img/voice_bg.png);
  background-size: cover;
  background-position: center top;
  padding: 30px 0 40px;
  overflow: hidden;
}

@media (min-width: 600px) {
  .voice {
    background-image: url(../img/voice_bg_pc.jpg);
    background-position: center;
  }
}

.voice__head {
  width: 180px;
  margin: auto;
  margin-bottom: 35px;
}

@media (min-width: 600px) {
  .voice__head {
    margin-bottom: 50px;
    width: 370px;
  }
}

.voice__text {
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 600px) {
  .voice__text {
    text-align: center;
    font-size: 1rem;
  }
}

.search {
  padding: 45px 0 50px;
  position: relative;
}

@media (min-width: 600px) {
  .search {
    padding: 145px 0 150px;
  }
}

.search__head {
  position: relative;
  border: #C8E8DC 3px solid;
  border-bottom: 0;
  text-align: center;
  padding: 15px 8px;
}

@media (min-width: 600px) {
  .search__head {
    width: 545px;
    padding: 30px 8px 10px;
    margin: auto;
  }
}

.search__head-sub {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #fff;
  padding: 0 25px;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .search__head-sub {
    font-size: 1.25rem;
  }
}

.search__head-main {
  color: #231815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .search__head-main {
    font-size: 1.875rem;
  }
}

.search__pict {
  margin: 0 calc(50% - 50vw) 25px;
  width: 100vw;
}

@media (min-width: 600px) {
  .search__pict {
    width: 1300px;
    margin: 0 auto 60px;
    margin-left: -100px;
  }
}

@media (min-width: 600px) {
  .search-list {
    display: none;
  }
}

.search-list__head {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.search-list__head::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/nav_icon_search.png);
}

.search-list__lists-head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list__lists li {
  width: calc((100% - 10px) / 2);
}

.search-list__lists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #029A61;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list__lists li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

@media (min-width: 600px) {
  .search-list-pc .l-container {
    width: 1220px;
  }
}

.search-list-pc {
  display: none;
}

@media (min-width: 600px) {
  .search-list-pc {
    display: block;
  }
}

.search-list-pc__inner {
  position: relative;
  height: 920px;
  background-image: url(../img/search_bg_map.png);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: center bottom;
}

.search-list-pc__head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-pc__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list-pc__lists li {
  width: calc((100% - 10px) / 2);
}

.search-list-pc__lists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #029A61;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-pc__lists li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

/* モーダルLINE */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

body:has(.modal.is-active) {
  overflow: hidden;
}

.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 526px;
  width: 90%;
  background-color: #fff;
  padding-bottom: 30px;
  text-align: left;
}

.modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #029A61;
  background-color: #fff;
  width: min(100%, 160px);
  height: 48px;
  cursor: pointer;
  color: #029A61;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  margin-top: 20px;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 20px;
}

.modal-content p {
  margin: 1em 0;
}

/* モーダル検索 */

.modal-container-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 526px;
  width: 90%;
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 20px;
  border: 2px solid #C8E8DC;
  background: #FFF;
  text-align: left;
}

.modal-close-search {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 2px solid #C1513B;
  background-color: #fff;
  width: min(100%, 160px);
  height: 48px;
  cursor: pointer;
  color: #C1513B;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  margin-top: 20px;
}

/* モーダル火葬料金 */

.modal-home {
  padding: 0px;
}

.modal-home:before {
  content: normal;
}

/* モーダル追加料金がかかる場合 */

/*============================
breadcrumbs
============================*/

/*============================
contact
============================*/

.contact {
  padding: 0px 0 50px;
  background-color: rgba(249, 238, 235, 0.5);
}

.contact-sankotsu {
  background-color: #E8F5FA;
}

.contact-obousan {
  background-color: #FFF0FE;
}

@media (min-width: 600px) {
  .contact {
    padding: 45px 0 114px;
  }
}

.contact__head {
  position: relative;
  color: #029A61;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .contact__head {
    font-size: 1.25rem;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}

.contact__head::after {
  content: "";
  display: block;
  background: #029A61;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .contact__head::after {
    width: 100px;
  }
}

.contact__merit {
  margin: 0 calc(50% - 50vw) 20px;
  width: 100vw;
}

@media (min-width: 600px) {
  .contact__merit {
    width: auto;
    margin: 0 0 60px;
  }
}

.contact__tel {
  display: block;
  margin: 50px auto 0;
}

@media (min-width: 600px) {
  .contact__tel {
    margin: 60px auto 0;
    width: 920px;
  }
}

.contact-form {
  border-radius: 20px;
  border: 2px solid #029A61;
  background: #FFF;
  padding: 20px 20px 40px;
}

@media (min-width: 600px) {
  .contact-form {
    padding: 50px 65px 45px;
  }
}

.contact-form__tel {
  display: block;
  margin-bottom: 20px;
}

.contact-form__btn {
  border-radius: 50px;
  background: #029A61;
  box-shadow: 0px 4px 0px 0px #06734A;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  width: min(100%, 280px);
  height: 54px;
  display: block;
  margin: 30px auto auto;
}

@media (min-width: 600px) {
  .contact-form__btn {
    width: 320px;
    height: 64px;
    font-size: 1.125rem;
  }
}

/*============================
sankotsu用 style
============================*/

.contact-merit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #F5F5F5;
  line-height: 1.4;
  padding: 16px 8px;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .contact-merit {
    padding: 8px 40px;
  }
}

.contact-merit__text {
  flex-basis: 100%;
  color: #1967AC;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 600px) {
  .contact-merit__text {
    flex-basis: auto;
    font-size: 1.5rem;
  }
}

.contact-merit__tel {
  color: #DE0F34;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 3px;
  margin-left: 0;
}

@media (min-width: 600px) {
  .contact-merit__tel {
    font-size: 3.75rem;
    margin-left: auto;
  }
}

.contact-merit__info {
  color: #0f0b10;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  margin-left: 8px;
}

@media (min-width: 600px) {
  .contact-merit__info {
    font-size: 1.125rem;
    margin-left: 20px;
  }
}

.contact-merit__info br {
  display: none;
}

@media (min-width: 400px) {
  .contact-merit__info br {
    display: block;
  }
}

/*============================
Obousan用 style
============================*/

.contact-merit__text-obousan {
  color: #9976b1;
}

.cta-tel__btn2 picture {
  position: relative;
}

.cta-tel__btn2 picture p {
  position: absolute;
  left: 5%;
  margin-top: 20%;
  font-size: 3em;
  color: white;
  font-weight: bold;
}

@media (max-width: 599px) {
  .cta-tel__btn2 picture p {
    font-size: 0px;
  }

  .contact__tel picture p {
    font-size: 0px;
  }
}

/*============================
お急ぎの方ページ用 style
============================*/

/*============================
top
============================*/

/*============================
汎用class
============================*/

/* =========================
vivivit
 =========================*/

.fixed-header__item--search_vivivit a::before {
  background-image: url(../img/navi_icon_search.png);
}

.fixed-header__item--know_vivivit a::before {
  background-image: url(../img/navi_icon_know.png);
}

.fixed-header__item--grave_vivivit a::before {
  background-image: url(../img/navi_icon_grave.png);
}

.sp-navs-main__item--search_vivivit span::before,
.sp-navs-main__item--search_vivivit a::before {
  background-image: url(../img/navi_icon_search.png);
}

.sp-navs-main__item--know_vivivit span::before,
.sp-navs-main__item--know_vivivit a::before {
  background-image: url(../img/navi_icon_know.png);
}

.sp-navs-main__item--grave_vivivit span::before,
.sp-navs-main__item--grave_vivivit a::before {
  background-image: url(../img/navi_icon_grave.png);
}

.navs-main .navs-main__item--search_vivivit a::before {
  background-image: url(../img/navi_icon_search.png);
}

.navs-main .navs-main__item--know_vivivit a::before {
  background-image: url(../img/navi_icon_know.png);
}

.navs-main .navs-main__item--grave_vivivit a::before {
  background-image: url(../img/navi_icon_grave.png);
}

.search-vivistyle {
  padding: 45px 0 50px;
  position: relative;
}

@media (min-width: 600px) {
  .search-vivistyle {
    padding: 145px 0 150px;
  }
}

.search-vivistyle__head {
  position: relative;
  border: #F5EFF9 3px solid;
  border-bottom: 0;
  text-align: center;
  padding: 15px 8px;
}

@media (min-width: 600px) {
  .search-vivistyle__head {
    width: 520px;
    padding: 30px 8px 10px;
    margin: auto;
  }
}

.cta-line__log--vivitstyle {
  width: 30%;
}

.promise-list dt {
  text-align: center;
  background-color: #F9EEEB;
  color: #C1513B;
  position: relative;
}

.promise-list dt span {
  width: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.promise-list dd {
  text-align: center;
  font-size: 12px;
  margin: 1rem 0 1rem 3rem;
}

.promise-list dd em {
  font-size: 14px;
  background: linear-gradient(transparent 70%, #FDD021 60%);
  font-weight: 500;
}

.promise {
  background-color: #C1513B1A;
}

.plan-vivistyle {
  background: #C1513B1A;
  
  padding: 30px 0 10px;
}

@media (min-width: 600px) {
  .plan-vivistyle {
    padding: 150px 0 50px;
  }
}

.flow-vivistyle__head,
.plan-vivistyle__head {
  line-height: 120%;
  color: #C1513B;
  font-weight: 700;
  font-family: "Ten Mincho";
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: left;
}

@media (max-width: 600px) {
  .flow-vivistyle__head{
    margin-top: 50px;
  }
}

@media (min-width: 600px) {

  .flow-vivistyle__head,
  .plan-vivistyle__head {
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

.flow-vivistyle__head::after,
.plan-vivistyle__head::after {
  content: "";
  display: block;
  background: #C1513B;  
  bottom: 0;
  left: 0;
  width: 94px;
  height: 2px;
}


@media (max-width: 600px) {
  .plan-vivistyle__head::after {
    width: 120px;
    right: 0;    
    margin: 10 90 10;
  }
}

  @media (min-width: 600px) {
    .flow-vivistyle__head::after,
  .plan-vivistyle__head::after {
    width: 190px;
    right: 0;
    margin: -10px auto;
    position: absolute;
  }
}




.plan-contents-vivistyle__price-first p {
  text-align: center;
}

.plan-contents-vivistyle__detail {
  margin-top: 50px;
}

.plan-contents-vivistyle__detail dl {
  display: flex;
  gap: 20px;
}

.plan-contents-vivistyle__detail dt {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.plan-contents-vivistyle__detail dl div dt img {
  width: 60%;
}

.plan-contents-vivistyle__detail dl div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;

}

.plan-contents-vivistyle_sub_detail {
  margin-top: 3rem;
}

.flow-vivistyle {
  margin-top: 5rem;
}

@media (max-width: 600px) {
  .flow-vivistyle {
    margin-top: -3rem;
  }
}


.plan-b-flow-lists-vivistyle {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 5rem 0 5rem;
}

.plan-b-flow-item-vivistyle {
  display: flex;
  justify-content: center;
  align-content: stretch;
  gap: 20px;
  position: relative;
  height: 200px;
}

@media (min-width: 600px) {
  .plan-b-flow-item-vivistyle {
    gap: 0;
  }
}

.plan-b-flow-item-vivistyle__icon {
  object-fit: contain;
  width: 70px;
}

.plan-b-flow-item-vivistyle__icon img {
  max-width: 100%;
  /* 親要素からはみ出さないように */
  height: 200px;
  object-fit: contain;
}

.plan-b-flow-item-vivistyle__detail,
.plan-b-flow-item-vivistyle__pict {
  width: 48%;
  max-height: 200px;
  /* 半々にするために幅を設定 */
}

.plan-b-flow-item-vivistyle__detail {
  width: 48%;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.plan-b-flow-item-vivistyle__pict img {
  height: 200px;
}

.flow__arrow {
  width: 55px;
  margin: 60px 0 0 0;
}

.merit-vivistyle {
  background: #fff;
  padding: 30px 0 75px;
}

@media (min-width: 600px) {
  .merit-vivistyle {
    padding: 150px 0 200px;
  }
}

.merit-vivistyle__head {
  line-height: 120%;
  color: #C1513B;
  font-weight: 400;
  font-family: "Ten Mincho";
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

@media (min-width: 600px) {
  .merit-vivistyle__head {
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

.merit-vivistyle__head::after {
  content: "";
  display: block;
  background: #C1513B;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94px;
  height: 2px;
}

@media (min-width: 600px) {
  .merit-vivistyle__head::after {
    width: 190px;
    right: 0;
    margin: 0 auto;
  }
}

.merit-vivistyle ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.merit-vivistyle li {
  width: 350px;
  height: 160px;
  background: #C1513B1A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.marit-img {
  background: #FFF !important;
}

.marit-img img {
  width: 200px !important;
}

.cta-fv__heder {
  text-align: center;
  background-color: #FFF;
  width: 80%;
  margin: 0 auto;
}

.cta-fv__heder_end{
  text-align: center;
  background-color: #FFF;
  width: 80%;
  margin: 0 auto;
  border-radius: 0px;
}

.cta-fv__heder em {
  font-weight: 700;
  font-size: 24px;
}

.underline-yellow-vivistyle {
  background: linear-gradient(transparent 70%, #FDD021 60%);
}

.qa-vivistyle {
  padding: 28px 0 48px;
}

.qa-lists-vivistyle__br {
  display: block;
}

@media (min-width: 600px) {
  .qa-vivistyle {
    padding: 60px 0 80px;
  }

  .qa-lists-vivistyle__br {
    display: none;
  }
}

.qa-vivistyle__head {
  position: relative;
  color: #C1513B;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 22px;
  text-align: left;
}

@media (min-width: 600px) {
  .qa-vivistyle__head {
    text-align: center;
    font-size: 2.25rem;
    padding-bottom: 35px;
    margin-bottom: 40px;
  }
}

.qa-vivistyle__head::after {
  content: "";
  display: block;
  background: #C1513B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 94px;
  height: 2px;
  margin: auto;
}

@media (min-width: 600px) {
  .qa-vivistyle__head::after {
    width: 100px;
    right: 0;
  }
}

.qa-lists-vivistyle {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle {
    margin-bottom: 54px;
  }
}

.qa-lists-vivistyle__item {
  border-radius: 10px;
  background: #F9EEEB;
  padding: 16px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item {
    padding: 20px;
  }
}

.qa-lists-vivistyle__item dt {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #4C4948;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFFFFF;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dt {
    font-size: 1rem;
  }
}

.qa-lists-vivistyle__item dt span {
  color: #C1513B;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dt span {
    font-size: 1.5rem;
  }
}

.qa-lists-vivistyle__item dd {
  position: relative;
  cursor: pointer;
}

.qa-lists-vivistyle__item dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 12px solid #C1513B;
  border-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.qa-lists-vivistyle__item dd>div {
  display: flex;
  gap: 10px;
  align-items: center;
  align-items: baseline;
  color: #D07A16;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dd>div {
    font-size: 1rem;
  }

  .qa-lists-vivistyle__item dd>div br {
    display: none;
  }
}

.qa-lists-vivistyle__item dd>div span {
  color: #D07A16;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  width: 1em;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dd>div span {
    font-size: 1.5rem;
  }
}

.qa-lists-vivistyle__item dd>p {
  padding-left: 30px;
  color: #000;
  font-size: 0.75rem;
  line-height: 1.6;
  padding-bottom: 20px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dd>p {
    font-size: 0.875rem;
  }
}

.qa-lists-vivistyle__item dd>p .qa-lists-link-vivistyle {
  display: block;
  text-align: left;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #FFFFFF;
  color: #815C98;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 20px;
  margin: 0 auto;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .qa-lists-vivistyle__item dd>p .qa-lists-link-vivistyle {
    margin-top: 20px;
    display: inline-block;
    width: 280px;
    margin-right: 10px;
  }
}

.qa-lists-vivistyle__item dd.is-close-vivistyle::after {
  border-top: 12px solid #C1513B;
  border-bottom: 0;
}

.qa-lists-vivistyle__item dd.is-close-vivistyle>p {
  display: none;
}


.usage-flow__item__text.is-close-vivistyle {
  display: none;
}


.usage-flow__head:hover {
  background-color: #f0f0f0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

/* 税抜ラベル */

.tax-label {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

/* 価格 */

.price {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  
  font-family: "Noto Sans JP", sans-serif;
}

/* 円マーク */

.yen {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

/* 税込価格 */

.tax-included {
  font-size: 14px;
  color: #666;
  text-align: right;
}

.circle_no-vivistyle {
  display: none;
}

.cta-fv__heder_sp,
.cta-vivistyle__form {
  display: none;
}

.cta-line__head br {
  display: none;
}

.pc-none {
  display: none;
}

.font-size-12 {
  font-size: 12px;
}

.text-align_center {
  text-align: center;
}

.justify-content_center {
  display: flex;
  justify-content: center;
}

.line-height-3 {
  line-height: 3;
}

@media (max-width:600px) {
  .cta-tel {
    margin-top: -30px;
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .cta-fv {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .cta-line-sp-non {
    display: none;
  }

  .promise-point__inner {
    flex-wrap: wrap;
    padding: 0px 20px 50px;
  }

  .promise-list dt p {
    margin-left: 40px;
    font-size: 14px;
  }

  .promise-list dt p b {
    margin-left: 10px;
  }

  .promise-list dd {
    margin: 1rem 0 1rem 0;
    text-align: left;
  }

  .promise-list dd p br {
    display: none;
  }

  .promise-point__inner {
    padding: 35px 20px 50px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: -4px 0px 6px 0px rgba(2, 154, 97, 0.1), 4px 4px 4px 0px rgba(2, 154, 97, 0.1);
  }

  .plan-vivistyle {
    background: #C1513B1A;
    background-repeat: no-repeat;
    margin-top: -50px;
    padding-top: 90px;
  }

  .promise {
    position: relative;
    padding-top: 0px;
    background-color: transparent;
  }

  .plan-contents-vivistyle__price-first p {
    text-align: left;
  }

  .plan-contents-vivistyle__detail {
    margin-top: 20px;
  }

  .plan-contents-vivistyle__detail dl {
    display: block;
  }

  .plan-contents-vivistyle__detail dl div {
    width: 47%;
    padding: 20px 10px 18px 10px;
  }

  .plan-contents-vivistyle__detail dd {
    margin-top: -18px;
  }

  .tax-included {
    margin-top: -10px;
    margin-bottom: 5px;
  }

  .tax-label {
    writing-mode: vertical-rl;
    padding-left: 2px;
    font-size: 12px;
  }

  .price {
    margin-left: -8px;
    display: inline;
  }

  .plan-b-flow-vivistyle__head {
    align-items: center;
    font-size: 15px;
    gap: 5px;
  }

  .plan-b-flow-lists-vivistyle {
    margin: 0;
  }

  .plan-b-flow-item-vivistyle {
    flex-direction: row-reverse;
    height: auto;
    gap: 10px;
  }

  .plan-b-flow-item-vivistyle__icon {
    display: none;
  }

  .plan-b-flow-item-vivistyle__detail {
    width: 50%;
    background: transparent;
    justify-content: flex-start;
  }

  .plan-b-flow-item-vivistyle__pict {
    height: 130px;
    width: 60%;
  }

  .plan-b-flow-item-vivistyle__pict img {
    height: 100px;
  }

  .circle_no-vivistyle {
    display: block;
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    color: #C1513B;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
  }



  .merit-vivistyle li {
    width: 150px;
    height: 76px;
    font-size: 12px;
  }

  .merit-vivistyle ul {
    gap: 10px;
  }

  .marit-img img {
    width: 96px !important;
  }

  .cta-fv__heder {
    display: none;
  }

  .cta-fv__heder_sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .cta-fv__heder_sp h3 {
    text-align: center;
    background-color: #FFF;
    width: 100%;
    /* margin: 0 0 40px 0; */
    border-radius: 10px;
  }

  .cta-vivistyle__form {
    display: block;
  }

  .cta-fv {
    margin-bottom: 30px;
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .cta-fv-top {
    background: linear-gradient(180deg, rgba(242, 189, 171, 1) 0px, rgba(242, 189, 171, 0.6) 10px, rgba(242, 189, 171, 0.3) 30px, rgba(242, 189, 171, 0) 600px);
    padding-bottom: 60px;
    margin-bottom: -60px;
  }

  .cta-vivistyle__form img {
    margin-top: 10px;
  }

  .qa-vivistyle {
    background: #FFFFFF;
    background-repeat: no-repeat;
    margin-top: -50px;
    padding-top: 20px;
  }

  .cat_fv_tel {
    margin-top: -50px;
  }

  .cta-fv__heder_sp img {
    margin-bottom: 40px;
    width: 70px;
  }

  .cta-line {
    padding-top: 30px;
  }

  .line_consultation {
    width: 250px;
    margin: 30px 0 20px 0;
  }

  .cta-line__inner {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cta-line__log--vivitstyle {
    width: 38%;
  }

  .cta-line__head br {
    display: block;
  }

  .cta-line__head span {
    font-size: 9px;
  }

  .cta-line__merit {
    gap: 10px;
  }

  .cta-line__head span {
    margin-bottom: 0;
  }

  .cta-line__btn img {
    margin-top: 20px;
  }

  .pc-none {
    display: block;
  }
}

.search-vivistyle {
  padding: 45px 0 50px;
  position: relative;
}

@media (min-width: 600px) {
  .search-vivistyle {
    padding: 145px 0 150px;
  }
}

.search-vivistyle__head {
  position: relative;
  border: #F5EFF9 3px solid;
  border-bottom: 0;
  text-align: center;
  padding: 15px 8px;
}

@media (min-width: 600px) {
  .search-vivistyle__head {
    width: 520px;
    padding: 30px 8px 10px;
    margin: auto;
  }
}

.search-vivistyle__head-sub {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #C1513B;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #fff;
  padding: 0 25px;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .search-vivistyle__head-sub {
    font-size: 1.25rem;
  }
}

.search-vivistyle__head-main {
  color: #231815;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 600px) {
  .search-vivistyle__head-main {
    font-size: 1.875rem;
  }
}

.search-vivistyle__pict {
  height: 117px;
  background-image: url(../img/search_pict.png);
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 36%;
  margin-bottom: 25px;
}

@media (min-width: 600px) {
  .search-vivistyle__pict {
    height: 227px;
    background-image: url(../img/search_pict_pc.png);
    padding: 0;
    margin-bottom: 160px;
  }
}

@media (min-width: 600px) {
  .search-list-vivistyle {
    display: none;
  }
}

.search-list-vivistyle__head {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #C1513B;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.search-list-vivistyle__head::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/navi_icon_search.png);
}

.search-list-vivistyle__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8px;
}

.search-list-vivistyle__items li {
  width: calc(50% - 4px);
  display: flex;
  align-items: stretch;
}

.search-list-vivistyle__items li button {
  border-radius: 10px;
  border: 2px solid #F5EFF9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px 18px 15px;
  width: 100%;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-vivistyle__items li button::after {
  content: "";
  display: block;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #C1513B;
  border-right: 0;
}

.search-list-vivistyle__lists-head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-vivistyle__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list-vivistyle__lists li {
  width: calc((100% - 10px) / 2);
}



.search-list-vivistyle__area {
  padding: 20px 20px 0;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.search-list-vivistyle__area {
  padding: 20px 20px 0;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.search-list-vivistyle__lists-head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-vivistyle__lists-head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-vivistyle__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list-vivistyle__lists li {
  width: calc((100% - 10px) / 2);
}

.search-list-vivistyle__lists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #C1513B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-vivistyle__lists li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

@media (min-width: 600px) {
  .search-list-pc-vivistyle .l-container {
    width: 1220px;
  }
}

.search-list-pc-vivistyle {
  display: none;
}

@media (min-width: 600px) {
  .search-list-pc-vivistyle {
    display: block;
  }
}

.search-list-pc-vivistyle__inner {
  position: relative;
  height: 920px;
  background-image: url(../img/search_bg_map.png);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: center bottom;
}

.search-list-pc-vivistyle__head {
  margin-bottom: 16px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-pc-vivistyle__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.search-list-pc-vivistyle__lists li {
  width: calc((100% - 10px) / 2);
}

.search-list-pc-vivistyle__lists li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 35px;
  padding-left: 10px;
  padding-right: 6px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #F5F5F5;
  color: #C1513B;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

.search-list-pc-vivistyle__lists li a::after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #D9D9D9;
}

.search-list-pc-vivistyle__area {
  position: absolute;
  padding: 20px 20px 25px;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.search-list-pc-vivistyle__area--hokkaido {
  top: 0;
  right: 0;
  width: 330px;
  border: 2px solid #7991D6;
}

.search-list-pc-vivistyle__area--hokkaido .search-list-pc-vivistyle__head {
  color: #7991D6;
}

.search-list-pc-vivistyle__area--koushin {
  top: 0;
  left: 360px;
  width: 330px;
  border: 2px solid #98BE65;
}

.search-list-pc-vivistyle__area--koushin .search-list-pc-vivistyle__head {
  color: #98BE65;
}

.search-list-pc-vivistyle__area--tokai {
  top: 620px;
  right: 0;
  width: 330px;
  border: 2px solid #98BE65;
}

.search-list-pc-vivistyle__area--tokai .search-list-pc-vivistyle__head {
  color: #98BE65;
}

.search-list-pc-vivistyle__area--kansai {
  bottom: 20px;
  right: 360px;
  width: 330px;
  border: 2px solid #F5C74A;
}

.search-list-pc-vivistyle__area--kansai .search-list-pc-vivistyle__head {
  color: #F5C74A;
}

.search-list-pc-vivistyle__area--chugoku {
  top: 0;
  left: 0;
  width: 330px;
  border: 2px solid #F196BE;
}

.search-list-pc-vivistyle__area--chugoku .search-list-pc-vivistyle__head {
  color: #F196BE;
}

.search-list-pc-vivistyle__area--shikoku {
  bottom: 217px;
  left: 0;
  width: 330px;
  border: 2px solid #D7C493;
}

.search-list-pc-vivistyle__area--shikoku .search-list-pc-vivistyle__head {
  color: #D7C493;
}

.search-list-pc-vivistyle__area--kyushu {
  top: 260px;
  left: 0;
  width: 480px;
  border: 2px solid #D86D61;
}

.search-list-pc-vivistyle__area--kyushu .search-list-pc-vivistyle__head {
  color: #D86D61;
}

.search-list-pc-vivistyle__area--kyushu .search-list-pc-vivistyle__lists li {
  width: calc((100% - 20px) / 3);
}

.search-list-pc-vivistyle__area--kanto {
  top: 310px;
  right: 0;
  width: 330px;
  border: 2px solid #5AB5A5;
}

.search-list-pc-vivistyle__area--kanto .search-list-pc-vivistyle__head {
  color: #5AB5A5;
}

.plan-contents-vivistyle__detail dd img {
  margin-top: 20px;
}

.plan-contents-vivistyle__detail__border {
  border-bottom: 4px solid #F9EEEB;
  width: 100%;
  padding-top: 15px;
  font-size: 20px;
}

.plan-contents-vivistyle__detail dd {
  margin-top: 15px;
  line-height: 25px;
}

/* flow section */

.flow__arrow {
  width: 55px;
  margin: 20px 0 25px;
}

.usage-flow {
  text-align: center;
  padding-top: 100px;
}

@media (max-width: 600px) {
  .usage-flow {
    text-align: left;
    padding-top: 20px;
  }
}


.usage-flow__title {
  color: #C1513B;
}


.usage-flow__head {
  color: #C1513B;
  
  font-size: 1rem;
  display: flex;
  align-items: center;
  background-color: #F9EEEB;
  border-radius: 30px 6px 6px 30px;
  margin: 0 auto;
  justify-content: flex-start;
}

@media (min-width: 600px) {
  .usage-flow__head {

    font-size: 1.5rem;


    width: 80%;
    margin: 0 auto;

    position: relative;
  }
}

@media (max-width: 600px) {
  .usage-flow__head {
    text-align: center;
  }
}






.usage-flow__head p:last-child {
  text-align: center;
  display: flex;
  justify-content: center;

}

@media (min-width: 600px) {
  .usage-flow__head p:last-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


@media (max-width: 600px) {
  .usage-flow__head p:last-child {
    margin-left: 5px;
  }
}

.usage-flow__img {
  width: 80px;
  height: 80px;
}

.usage-flow__tel {
  display: inline-flex;
}



.usage-flow__tel__text {
  line-height: 38px;
  color: #9F9F9F;
  font-size: 14px;
  margin-left: 20px;
}

.usage-flow__tel__number {
  color: #C1513B;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 45px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 600px) {
  .usage-flow__tel__number {
    font-size: 36px;
  }

  .usage-flow__text br {
    display: none;
  }

  .usage-flow__text {
    font-size: 12px;
  }

  .usage-flow__tel__text {
    line-height: 38px;
    font-size: 12px;
    text-align: center;
    margin-left: 5px;

  }

  .usage-flow__img {
    width: 66px;
    height: 66px;
  }

  .flow__arrow {
    width: 30px;
    margin: 20px 0 10px 0;
  }
}

.usage-flow__item__number {
  background-color: #C1513B;
  color: white;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
}

@media (max-width: 600px) {

  .usage-flow__item__number {
    height: 30px;
    width: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

/* search-vivistyle section */

.interment-type {
  text-align: center;
  margin-top: 100px;
}

.interment-type__list {
  display: inline-flex;
}

.interment-type__head,
.plan-contents-vivistyle__detail h3 {
  color: #C1513B;
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 45px;
}

.interment-type__list__item {
  width: 240px;
  border: 3px solid #F9EEEB;
  margin: 0 20px;
  border-radius: 10px;
}

.interment-type__market-price span,
.plan-contents-vivistyle__detail dt {
  color: #595959;
  
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.plan-contents-vivistyle__detail span {
  color: #595959;
  
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0 7px;
}

.interment-type__market-price {
  text-align: center;
  background-color: #F9EEEB;
  padding: 15px;
}

.interment-type__list__merit {
  color: #C1513B;
  margin-top: 7px;
  line-height: 25px;
}

.interment-type__list__merit-text {
  line-height: 25px;
  margin: 5px 0 15px;
}

.interment-type__price-ave {
  background-color: #FDFAF9;
  line-height: 30px;
  border-radius: 5px;
}

.interment-type__list__advantage {
  text-align: left;
  margin: 0 17px;
}

.interment-type__supplement {
  color: #9F9F9F;
  margin: 30px 0 70px 0;
  font-size: 14px;
  line-height: 23px;
}

.interment-type__item {
  color: #000;
}

.interment-type__item__img-list img {
  width: 500px;
  object-fit: cover;
  flex: 1;
}

.interment-type__item__head {
  background-color: #F9EEEB;
  color: #C1513B;
  font-size: 33px;
  padding: 10px 0;
}

.interment-type__item__text {
  margin: 40px 0;
  line-height: 27px;
}

.interment-type__item__price-ave {
  border: 3px solid #F9EEEB;
  border-radius: 10px;
  margin-left: 40px;
  flex: 1;
}

.interment-type__item__list {
  margin: 1em 0;
  padding-left: 70px;
  list-style-type: disc;
  margin-top: 5px;
}

.interment-type__item__content ul {
  margin: 1em 0;
  padding-left: 70px;
  list-style-type: disc;
  margin-top: 5px;
  text-align: left;
}

.interment-type__item__img-list {
  display: inline-flex;
  width: 100%;
}

.interment-type__item__price {
  background-color: #F9EEEB;
  font-size: 25px;
}

.interment-type__item__price-ave span {
  font-size: 50px;
  padding-left: 10px;
  
  font-family: "Noto Sans JP", sans-serif;
}

.interment-type__item__price-ave__breakdown-list {
  text-align: left;
  line-height: 29px;
  margin-left: 8%;
}

.interment-type__item__price-ave__breakdown-list p {
  margin: 5px 0 0 50px;
  color: #C1513B;
  font-size: 25px;
  line-height: 50px;
}

.interment-type__item__content {
  display: inline-flex;
  gap: 20px;
  width: 100%;
}

.interment-type__item__content-grave {
  display: inline-flex;
  gap: 44px;
  margin-bottom: 90px;
}

.nterment-type__item__content__merit {
  border: 3px solid #F9EEEB;
  border-radius: 10px;
  flex: 1;
}

.nterment-type__item__content__merit p {
  background-color: #FAEBD9;
}

.nterment-type__item__content__demerit {
  border: 3px solid #E2E9F6;
  border-radius: 10px;
  flex: 1;
}

.nterment-type__item__content__demerit p {
  background-color: #E2E9F6;
}

.interment-type__item__content-head {
  font-size: 26px;
  text-align: left;
  color: #C1513B;
  border-left: 10px solid #C1513B;
  padding-left: 30px;
  margin: 60px 0 30px 0px;
}

.interment-type__item__content-grave dt {
  background-color: #F9EEEB;
  font-size: 20px;
}

.interment-type__item__content-grave dl {
  flex: 1;
}

.interment-type__item__content-grave p {
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  margin-top: 15px;
}

.cta-vivistyle {
  padding: 50px 0 45px;
  background: rgba(193, 81, 59, 0.1);

}

@media (min-width: 600px) {
  .cta-vivistyle {
    padding: 100px 0;
    margin-bottom: -190px;
    background-color: #FFF6EB;
  }
}

.cta-vivistyle__text {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .cta-vivistyle__text {
    width: 670px;
    margin-inline: auto;
    margin-bottom: 33px;
  }
}

.confirmation-vivistyle__text {
  margin-bottom: 15px;
}

@media (min-width: 600px) {
  .confirmation-vivistyle__text {
    width: 670px;
    margin-inline: auto;
    margin-top: 40px;
  }
}

.cta-vivistyle__inner {
  display: flex;
  gap: 100px;
}

@media (max-width: 600px) {
  .cta-vivistyle__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .cta-vivistyle__inner div span {
    font-size: 14px;
  }
}



.cta-vivistyle__inner div span {
  color: #C1513B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .cta-vivistyle__inner div span {
    font-size: 14px;
    gap: 10px;
  }
}

.cta-vivistyle__inner div span::before,
.cta-vivistyle__inner div span::after {
  content: "";
  height: 2px;
  background: #C1513B;
  flex: 1;
  width: 40px;
}

@media (max-width: 600px) {

  .cta-vivistyle__inner div span::before,
  .cta-vivistyle__inner div span::after {
    width: 1px;
  }
}

.cta-vivistyle__tel {
  position: relative;
}

@media (min-width: 600px) {
  .cta-vivistyle__tel {
    width: 529px;
  }
}

.cta-vivistyle__tel span {
  display: none;
}

@media (min-width: 600px) {
  .cta-vivistyle__tel span {
    line-height: 1;
    display: block;
    position: absolute;
    left: 103px;
    bottom: 20px;
    bottom: 11px;
    font-family: "Oswald", sans-serif;
    font-size: 3.125rem;
    color: #FFF;
  }
}

.cat-text-sp-disp {
  line-height: 1;
  display: block !important;
  position: absolute;
  left: 50px;
  bottom: 20px;
  bottom: 11px;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  color: #FFF;
}

@media (min-width: 600px) {
  .cta-vivistyle__form {
    width: 400px;
  }
}



@media (max-width: 600px) {
  .interment-type__item__img-list img {
    object-fit: cover;
    flex: 1;
  }
}


.hakazimai-info {
  background: #F2ECDB;
  overflow: visible;
}

@media (max-width: 600px) {
  .hakazimai-info {
    background: #F9EEEB;
  }
}


.hakazimai-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media (max-width: 600px) {
  .hakazimai-inner {
    gap: 5px;
  }
}


.hakazimai-inner>img {
  width: 200px;
}


@media (max-width: 600px) {
  .hakazimai-inner>img {
    width: 100px;
    margin-left: -25px;
  }
}

.hakazimai-inner>div>p {
  margin-left: 10px;
}


@media (max-width: 600px) {
  .hakazimai-inner>div>p {
    font-size: 14px;
    margin-left: 0px;
    line-height: normal;
  }
}


.hakazimai-inner span{
  color: #FF2B00;
}

.hakazimai-inner>div>a>img {
  width: auto;
  height: 70;
}




.mt-2 {
  margin-top: 2rem;
}

.gap-30 {
  gap: 30px !important;
}

.cta-line-end {
  margin-bottom: 50px;
}

.interment-type__item-sp{
  display: none;
}

@media (max-width: 600px) {
  .interment-type__item__img-list img {
    display: none;
    
  }

  .interment-type__item-sp{
    display: block;
    object-fit: cover;
    width: 100%;
  }

  .plan-contents-vivistyle__br{
    display: none;
  }

  .plan-contents-vivistyle__detail dl div dt img {
    width: 80%;
  }

  .plan-contents-vivistyle__detail dd img {
    margin-top: 10px;
  }

  .interment-type__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px
  }

  .interment-type__item__img-list {
    display: block;
  }

  .interment-type__item__content-grave {
    display: block;
  }

  .hakazimai-inner>div>a>img {
    width: 100%;
    height: auto;
  }

  .plan-contents-vivistyle__detail dl {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }

  .plan-contents-vivistyle__detail h3,
  .interment-type__head {
    font-size: 16px;
    line-height: 10px;
    margin: 5px 0;
  }

  .plan-contents-vivistyle__detail__border {
    border-bottom: 3px solid #F9EEEB;
    padding-top: 15px;
    font-size: 12px;
    margin: -5px 0px -6px 0px;
  }

  .plan-contents-vivistyle__detail span {
    font-size: 30px;
    margin: 0 3px;
  }

  .plan-contents-vivistyle__detail dd {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
  }

  .confirmation-vivistyle__text {
    margin-top: 20px;
  }

  .interment-type__item__head {
    width: 83.9694656489%;
    margin: 0 auto;
    color: #C1513B;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
  }

  .interment-type__item__head::after,
  .interment-type__item__head::before {
    content: "";
    height: 2px;
    background: #C1513B;
    flex: 1;
  }

  .interment-type__list__item {
    width: 48%;
    margin: 0;
  }

  .interment-type__price-ave {
    font-size: 12px;
  }



  .interment-type__market-price {
    padding: 10px 7px 7px;
  }

  .interment-type__list__merit {
    font-size: 12px;
  }

  .interment-type__list__merit-text {
    font-size: 12px;
    line-height: 18px;
  }
  

  .interment-type__supplement {
    font-size: 12px;
    text-align: left;
  }

  .interment-type__item__text {
    text-align: left;
    font-size: 14px;
    margin: 19px 0px;
    line-height: 24px;
  }

  .interment-type__item__price-ave {
    margin: 0;
    border: 0;
  }

  .interment-type__item__price {
    font-size: 14px;
    border-radius: 10px;
    margin-top: 30px;
  }

  .interment-type__item__price-ave span {
    font-size: 40px;
  }

  .interment-type__item__price-ave__breakdown-list {
    margin-left: 0;
  }

  .interment-type__item__list {
    padding-left: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .interment-type__item__price-ave__breakdown-list p {
    margin: 12px 0 0 5px;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
  }

  .interment-type__item__content ul,
  .interment-type__item__content ul {
    padding-left: 23px;
    font-size: 12px;
  }

  .interment-type__item__content-head {
    padding-left: 0;
    border: 0;
    font-size: 18px;
    margin: 30px 0 15px 0px;
  }

  .interment-type__item__content-grave dt {
    background-color: transparent;
    border-left: 7px solid #C1513B;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .interment-type__item__content-grave p {
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 20px;
  }

  .yen {
    font-size: 12px;
    margin-right: 5px;
  }

  .priice-marker {
    margin: 0 17% 1px;
    line-height: 33px;
    background: linear-gradient(transparent 60%, #F9EEEB 60%);
  }

  .interment-type__item__content {
    gap: 8px;
  }

  .interment-type__list__advantage {    
    margin: 0 ;
  }
  
  .mb-28px{
    margin-bottom: 32px;
  }

  .pt-2 {
    padding-top: 2rem;
  }
  
  .pb-2 {
    padding-bottom: 2rem;
  }
}

.flex {
  display: flex;
  justify-content: center
}

@media (min-width: 600px) {
  .interment-type__price-ave span {
    font-size: 27px;
  }  
}

.letter-spacing-1{
  letter-spacing: -1px;
}


/*============================
breadcrumbs
============================*/
.breadcrumbs {
    background-color: #06734A;
}

.breadcrumbs-souzoku {
    background-color: #1967ac;
}

.breadcrumbs-sankotsu {
    background-color: #154c7c;
}

.breadcrumbs-ihin {
    background-color: #a86a08;
}

.breadcrumbs-obousan {
    background-color: #75518d;
}

.breadcrumbs-grave {
    background-color: rgba(151, 69, 53, 1);
}

.breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.4;
    height: 40px;
}

.breadcrumbs ol li {
    color: #FFF;
}

.breadcrumbs ol li:not(:last-of-type)::after {
    content: "/";
    margin: 0 0.5em;
}

.breadcrumbs ol li a {
    color: #FFF;
    text-decoration: none;
}
