@charset "utf-8";
/*===============================================
 *	Main visual
===============================================*/
.google_reviews {
  font-size: 13px;
  color: #fff;
}

#main-wrap {
    position: relative;
    overflow: hidden;
}
.sp_only {
  display: none;
}
.bg-movie {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1905px;
  height: 690px;
}
.mv-inner {
  width: 88vw;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 3.5% 0 2% 0;
}
.mv_txt_area {
  width: 60%;
  max-width: 697px;
}
.mv_sub_txt {
  font-size: clamp(16px, 1.8vw, 20px);
  margin-top: 1.0%;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  .txt_primarycolor {
    font-size: 1.25em;
  }
  span {
    position: relative;
    &::before, &::after {
      content: '';
      width: 1.25em;
      height: 28px;
      position: absolute;
      bottom: 0;
    }
    &::before {
      background: url(../img/top/mv_txt_deco_left.png) no-repeat;
      background-size: contain;
      left: -1.75em;
    }
    &::after {
      background: url(../img/top/mv_txt_deco_right.png) no-repeat;
      background-size: contain;
      right: -1.75em;
    }
  }
}
.mv-inner .achievements {
  margin: 2.5% 0 2.5%;
  gap: 0 2%;
  li {
    background: url(../img/common/bg-brown_dot_02.png);
    font-size: clamp(16px, 1.8vw, 20px);
    padding: 1% 5%;
    position: relative;
    &::before, &::after {
      content: '';
      width: 1.25em;
      height: 47px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    &::before {
      background: url(../img/top/mv_leaf_white_left.png) no-repeat center;
      background-size: contain;
      left: 2%;
    }
    &::after {
      background: url(../img/top/mv_leaf_white_right.png) no-repeat center;
      background-size: contain;
      right: 2%;
    }
    &:first-child {
      .size {
        font-size: 1.35em;
        display: inline-block;
        transform: skewX(-5deg);
      }
      .num {
        font-size: 1.15em;
      }
    }
    &:nth-child(2) {
      display: flex;
      align-items: center;
      .txt {
        line-height: 1.2;
      }
      .notice {
        font-size: 0.65em;
      }
      .size {
        font-size: 1.35em;
        display: inline-block;
        transform: skewX(-5deg);
      }
      .size_02 {
        font-size: 0.75em;
      }
      .num {
        font-size: 1.15em;
      }
    }
  }
}
.sougishi {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 22%;
  max-width: 287px;
}
.mv-inner .google_reviews {
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .mv-inner .achievements {
    justify-content: space-between;
    gap: 0;
    li {
      line-height: 1.4;
      &:first-child {
        text-align: center;
        width: 50%;
      }
      &:nth-child(2) {
        flex-direction: column;
        width: 48%;
      }
    }
  }
}
@media only screen and (max-width: 768px) {
  #main-wrap {
    margin-top: 14vw;
  }
}
@media only screen and (max-width: 568px) {
  .bg-movie {
    width: 100%;
    height: auto;
    top: -45%;
    left: 11%;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .mv-inner {
    margin: 0 auto;
    width: 89.4vw;
    padding: 3% 0;
  }
  .mv_txt_area {
    width: 100%;
  }
  .mv_sub_txt {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 2%;
    span {
      display: inline-block;
      &::before {
        left: -2.0em;
        bottom: -5px;
      }
      &::after {
        right: -2.0em;
        bottom: -5px;
      }
    }
  }
  .mv-inner .achievements {
    margin-top: 60vw;
      li {
        font-size: 3.7vw;
        line-height: 1.2;
        padding: 1.5% 5%;
    }
  }
  .sougishi {
    right: auto;
    bottom: auto;
    top: 31%;
    left: 50%;
    transform: translateX(-50%);
    width: 89.4vw;
    margin: 0 auto;
    max-width: initial;
  }
  .mv-inner .google_reviews {
    margin-top: 2%;
    font-size: 11px;
  }
}

/*-----------------------------------------------
 *	HeadLine
-----------------------------------------------*/
#hd-main {
  padding: 20px 0 30px;
  margin-bottom: 50px;
}

.hd_top {
  background: #F1EBDF;
}

.hd-ttl {
  /* color: #fff;
  font-size: 27px;
  text-align: center;
  letter-spacing: .09em;
  margin-bottom: 20px; */
  font-size: 14px;
  width: 90vw;
  max-width: 1300px;
  margin: 0 auto;
  padding: 3px 0;
}

.recommen-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}

.recommen-box li {
  font-size: 22px;
  font-weight: 700;
  background: #fff;
  width: 32.5%;
  padding: 1.3% 1.7%;
  line-height: 1.3;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
}

.recommen-box li:first-child {
  padding: 1.3% 1.7% 1.3% 6.3%;
}

.recommen-box li:nth-child(2) {
  padding: 1.3% 1.7% 1.3% 3%;
}

.recommen-box li:nth-child(3) {
  padding: 1.3% 1.7% 1.3% 4%;
}



.recommen-box li::before {
  content: '';
  margin-right: 5.5%;
}

.recommen-box li:first-child::before {
  background: url("../img/top/icon-catch_mv01.png") no-repeat;
  background-size: contain;
  width: 38px;
  height: 50px;
}

.recommen-box li:nth-child(2)::before {
  background: url("../img/top/icon-catch_mv02.png") no-repeat;
  background-size: contain;
  width: 62px;
  height: 35px;
}

.recommen-box li:nth-child(3)::before {
  background: url("../img/top/icon-catch_mv03.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}


@media only screen and (max-width: 1024px) {
  #hd-main {
    padding: 20px 0;
  }

  /* .hd-ttl {
    font-size: 22px;
    margin-bottom: 14px;
  } */

  .recommen-box li {
    font-size: 16px;
    padding: 1.3% 1%;
  }

  .recommen-box li::before {
    width: 35px;
    height: 35px;
  }

}

@media only screen and (max-width: 960px) {

  /*#hd-main {margin: 0;}*/
  .recommen-box {
    margin-top: 0;
  }

}

@media only screen and (max-width: 568px) {
  #hd-main {
    padding: 5.3vw 0;
    margin-bottom: 20px;
  }

  .hd-ttl {
    /* font-size: 17px;
    margin-bottom: 8px; */
    font-size: 10px;
    width: 100%;
    margin: 0;
    padding: 3px 2vw 3px;
  }

  .recommen-box {
    flex-direction: column;
    margin-top: 5px;
  }

  .recommen-box li {
    font-size: 17px;
    width: 100%;
    margin-bottom: 3%;
    padding: 7.5px 10px;
  }

  .recommen-box li::before {
    margin-right: 8px;
  }

  .recommen-box li:last-child {
    width: 100%;
    margin-bottom: 0;
  }

  .recommen-box li:first-child {
    padding: 12px 0 12px 18vw;
  }

  .recommen-box li:nth-child(2) {
    padding: 14px 0 14px 16.3vw;
  }

  .recommen-box li:nth-child(3) {
    padding: 10px 0 10px 16.8vw;
  }

  .recommen-box li:first-child::before {
    width: 21px;
    height: 27.5px;
    margin-right: 16px;
  }

  .recommen-box li:nth-child(2)::before {
    width: 32px;
    height: 18.5px;
    margin-right: 11px;
  }

  .recommen-box li:nth-child(3)::before {
    width: 31px;
    height: 31px;
    margin-right: 11px;
  }
}

/*2503012追加*/
.hd-main-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hd-main-btn li {
  max-width: 48.5%;
  width: 100%;
  box-shadow: 0px 5px 1px #ac844d;
  background: #ddaa63;
  border-radius: 10px;
}

.hd-main-btn li:hover {
  background: #f5c077;
  color: #fff;
  box-shadow: 0px 5px 1px #ddaa63;
  transition: all 0.5s;
}

.hd-main-btn li a {
  font-size: 20px;
  display: block;
  padding: 20px 15px;
  position: relative;
  background-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}

.hd-main-btn li a::after {
  content: '';
  background: url(../img/common/icon_arrow_right_white.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 16px;
  top: 50%;
  right: 30px;
  transform: translate(0px, -50%);
}

@media only screen and (max-width: 568px) {
  .hd-main-btn li a {
    font-size: 15px;
    text-align: left;
    padding: 10px 15px;
  }

  .hd-main-btn li a::after {
    right: 10px;
  }
}


/*--------------------------------
	  コロナ対策
--------------------------------*/
#colona-wrap {
  margin: 50px auto 40px;
}

#colona-wrap h2 span::before {
  background: url("../img/common/icon-attention.svg") no-repeat;
  background-size: cover;
}

#colona-wrap .attention-content picture {
  width: 24%;
  max-width: 240px;
}

@media only screen and (max-width: 1024px) {
  #colona-wrap {
    margin: 5vw auto;
  }
}

@media only screen and (max-width: 568px) {
  #colona-wrap {
    margin: 8vw auto;
  }

  #colona-wrap .attention-content picture {
    width: 100%;
    max-width: none;
  }
}

/*=============================================== *
	注意喚起BOX
===============================================*/
.attention-box {
  border: 3px solid #28589f;
  background: #fff;
  border-radius: 10px;
}

.attention-box h2 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  background: #28589f;
  padding: 0.6em 0 0.7em;
  letter-spacing: 0.05em;
}

.attention-box h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.attention-box h2 span::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 2px 12px 0 0;
}

.attention-box .attention-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 40px;
}

.attention-box .attention-content .text {
  width: 79%;
}

.attention-box .attention-content p {
  margin-top: -0.5em;
}

.attention-box .content-ttl {
  font-size: 18px;
  margin-bottom: 15px;
  margin-bottom: 25px;
}

.attention-box .content-ttl strong {
  font-weight: bold;
}

.attention-box .attention-content .sub {
  color: #28589f;
  margin-bottom: 10px;
}

.attention-box .attention-content .sub strong {
  font-weight: bold;
}

.attention-box .attention-content li {
  line-height: 1.7;
  margin-left: 1em;
  text-indent: -1em;
}

.attention-box .attention-content li::before {
  content: '';
  display: inline-block;
  background: #28589f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.attention-box .attention-content li b {
  color: #28589f;
  font-weight: 900;
}

@media only screen and (max-width: 1024px) {
  .attention-box h2 {
    font-size: 22px;
  }

  .attention-box .attention-content {
    padding: 3vw 3vw;
  }
}

@media only screen and (max-width: 960px) {
  .attention-box .content-ttl {
    font-size: 16px
  }

  .attention-box .attention-content .text {
    width: 66%;
  }

  .attention-content picture {
    width: 30%;
  }

  .attention-box .attention-content .sub {
    margin-bottom: 2px;
  }

  .attention-box h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 568px) {

  /* .sp_full .attention-box {margin: 0 5.3vw;}
 */
  .attention-box h2 {
    font-size: 4.5vw;
    padding: 0.5em 0.3em 0.6em;
    text-align: left;
  }

  .attention-box h2 span::before {
    width: 40px;
    height: 40px;
  }

  .attention-box .attention-content {
    flex-direction: column;
    padding: 4.2vw 4.8vw 5vw;
  }

  .attention-box .attention-content .text {
    width: 100%;
  }

  .attention-box .attention-content p {
    margin: 0;
  }

  .attention-box .attention-content .content-ttl {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
  }

  .attention-box .attention-content .sub {
    font-size: 15px;
    margin: 0;
  }

  .attention-box .attention-content li {
    font-size: 14px;
    text-indent: -0.8em;
    margin-bottom: 3px;
  }

  .attention-box .attention-content li::before {
    margin-right: 5px;
    top: -2px;
    width: 5px;
    height: 5px;
  }

  .attention-box .attention-content p.annotation {
    font-size: 2.9vw;
  }

  .attention-box .attention-content img {
    margin-top: 14px;
    width: 100%;
    height: 100%;
  }
}

/*--------------------------------
	  メモリアル葬儀バナー
--------------------------------*/
.memorial_plan_wrap {
  margin: 50px auto 0;
}

@media only screen and (max-width: 960px) {
  .memorial_plan_wrap {
    margin: 5vw auto 0;
  }
}

@media only screen and (max-width: 568px) {
  .memorial_plan_wrap {
    margin: 30px auto 0;
  }
}

/*--------------------------------
	  TVCM放送中
--------------------------------*/
.media_box_wrap {
  margin: 50px auto;
}

#cm {
  background: url(../img/top/cm_bg_sp.png) no-repeat;
  background-size: cover;
  padding: 30px 40px 30px;
  width: 48.5%;
  display: flex;
  flex-direction: column;
}

#cm .txt {
  flex: 2;
}

#cm h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  top: -6px;
}

#cm h2 span {
  font-size: 42px;
  color: #ffd800;
  position: relative;
  padding-left: 80px;
}

#cm h2 span::before {
  content: '';
  background: url(../img/top/icon_cm.png) no-repeat;
  background-size: contain;
  width: 75px;
  height: 52px;
  position: absolute;
  left: -13px;
  top: 9px;
}

#cm h2 a {
  color: #ffd800;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
  margin-right: 10px;
}

#cm h2 a:hover {
  text-decoration: none;
}

#cm p {
  background: #fff;
  border-radius: 5px;
  padding: 16px 35px;
}

#cm video {
  width: 85%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  #cm h2 span {
    font-size: 32px;
  }

  #cm p {
    padding: 16px 24px;
  }

  #cm h2 {
    line-height: 1.6;
  }

  #cm h2 span {
    padding-left: 58px;
  }

  #cm h2 span::before {
    width: 60px;
    top: 5px;
  }
}

@media only screen and (max-width: 960px) {
  .media_box_wrap {
    margin: 4vw auto 4vw;
  }

  #cm {
    padding: 3vw 3vw 2.5vw;
  }

  #cm h2 {
    font-size: 22px;
    margin: 0 -8% 10px -4%;
  }

  #cm h2 span {
    font-size: 24px;
  }

  #cm .txt {}
}

@media only screen and (max-width: 568px) {
  .media_box_wrap {
    flex-direction: column;
    margin: 0 auto;
  }

  #cm {
    width: 100%;
    background: url(../img/top/cm_bg_sp.png) no-repeat center;
    background-size: cover;
    flex-direction: column;
    padding: 20px 25px 25px;
    margin: 0 auto 25px;
  }

  #cm .txt {
    width: 100%;
  }

  #cm h2 {
    font-size: 17px;
    top: 0;
    line-height: 1.5;
    margin: 0 -10px 13px;
  }

  #cm h2 span {
    font-size: 27px;
    padding-left: 55px
  }

  #cm h2 span::before {
    width: 48px;
    top: 5px;
    left: 0;
  }

  #cm h2 a {
    text-underline-offset: 7px;
    margin-right: 3px;
  }

  #cm p {
    padding: 16px 22px;
    margin-bottom: 15px;
  }

  #cm video {
    width: 100%;
  }
}

/*--------------------------------
	  どこいこCM
--------------------------------*/
#cm_tv {
  background: url(../img/top/cm02_bg_sp.png) no-repeat;
  background-size: cover;
  padding: 30px 40px 30px;
  width: 48.5%;
  display: flex;
  flex-direction: column;
}

#cm_tv .txt {
  flex: 2;
}

#cm_tv h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  margin: 0 -10% 10px -4%;
  position: relative;
  top: -6px;
}

#cm_tv h2 span {
  font-size: 33px;
  color: #ffd800;
  position: relative;
  padding-left: 60px;
}

#cm_tv h2 span::before {
  content: '';
  background: url(../img/top/icon_cm.png) no-repeat;
  background-size: contain;
  width: 75px;
  height: 52px;
  position: absolute;
  left: -13px;
  top: 9px;
}

#cm_tv h2 a {
  color: #ffd800;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

#cm_tv h2 a:hover {
  text-decoration: none;
}

#cm_tv p {
  background: #fff;
  border-radius: 5px;
  padding: 16px 35px;
}

#cm_tv video {
  width: 85%;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  #cm_tv h2 span {
    font-size: 28px;
  }

  #cm_tv p {
    padding: 16px 24px;
  }

  #cm_tv h2 {
    line-height: 1.6;
  }

  #cm_tv h2 span {
    padding-left: 50px;
  }

  #cm_tv h2 span::before {
    width: 60px;
    top: 5px;
    left: 0;
  }
}

@media only screen and (max-width: 960px) {
  #cm_tv {
    padding: 3vw 3vw 2.5vw;
  }

  #cm_tv .txt {}

  #cm_tv h2 {
    font-size: 22px;
  }

  #cm_tv h2 span {
    font-size: 22px;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 568px) {
  #cm_tv {
    background: url(../img/top/cm02_bg_sp.png) no-repeat center;
    background-size: cover;
    flex-direction: column;
    padding: 20px 25px 25px;
    margin: 25px auto 25px;
    width: 100%;
  }

  #cm_tv .txt {
    width: 100%;
  }

  #cm_tv h2 {
    font-size: 17px;
    top: 0;
    line-height: 1.5;
    margin: 0 -5% 10px;
  }

  #cm_tv h2 span {
    font-size: 20px;
    padding-left: 45px
  }

  #cm_tv h2 span::before {
    width: 48px;
    top: 5px;
    left: 0;
  }

  #cm_tv h2 a {
    text-underline-offset: 5px;
  }

  #cm_tv p {
    padding: 16px 22px;
    margin-bottom: 15px;
  }

  #cm_tv video {
    width: 100%;
  }
}

/*--------------------------------
	  まいどなニュース
--------------------------------*/
.interview_box {
  background: url(../img/top/interview_bg.png) no-repeat;
  background-size: cover;
  padding: 40px 40px;
  margin-bottom: 50px;
}

.interview_box .txt {
  width: 55%;
}

.interview_box h2 {
  font-size: 24px;
  line-height: 1.75;
  position: relative;
  padding-left: 80px;
  text-indent: -0.8em;
}

.interview_box h2 span {
  font-size: 1.375em;
  color: #ffd800;
  margin-right: -8px;
  position: relative;
}

.interview_box h2 span::before {
  content: '';
  background: url(../img/top/icon-magazine.png) no-repeat;
  background-size: contain;
  width: 51px;
  height: 70px;
  position: absolute;
  left: -56px;
  top: 13px;
}

.interview_box h2 span a {
  color: #ffd800;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.interview_box h2 span a:hover {
  text-decoration: none;
}

.interview_box img {
  width: 43.3%;
}

@media only screen and (max-width: 1024px) {
  .interview_box h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .interview_box {
    margin-bottom: 4vw;
    padding: 3vw 3.5vw;
  }

  .interview_box h2 {
    padding-left: 70px;
  }

  .interview_box h2 span::before {
    width: 44px;
    height: 60px;
  }
}

@media only screen and (max-width: 568px) {
  .interview_box {
    flex-direction: column;
    padding: 20px 25px 25px;
    background: url(../img/top/interview_bg_sp.png) no-repeat;
    background-size: cover;
    margin-bottom: 25px;
  }

  .interview_box .txt {
    width: 100%;
  }

  .interview_box h2 {
    text-align: center;
    font-size: 17px;
    line-height: 1.6;
    padding: 0;
    text-indent: 0;
    margin: 0 -8% 13px -2%;
  }

  .interview_box h2 span {
    font-size: 1.53em;
    margin-right: -10px;
  }

  .interview_box h2 span::before {
    width: 26px;
    height: 35px;
    top: 3px;
    left: -22px;
  }

  .interview_box h2 span a {
    text-underline-offset: 6px;
  }

  .interview_box img {
    width: 100%;
  }
}

/*-----------------------------------------------
 *	導入差し替え250220
-----------------------------------------------*/
#award {
  background: #fffdf9;
}


#award h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}

.award_title {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  grid-row-gap: 0px;
}

.award_title li {
  position: relative;
  margin: 0 auto 20px;
}

.award_medal01 {
  grid-area: 1 / 1;
}

.award_medal02 {
  grid-area: 1 / 2;
}

.award_medal01 img,
.award_medal02 img {
  max-width: 230px;
}

.award_sub {
  grid-area: 2 / 1 / 2 / 3;
}

.award_sub p {
  font-size: 0.85em;
  color: #999;
  margin-top: 5px;
}

.award_sub_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: var(--site-primary);
  border-radius: 8px;
  overflow: hidden;
}

.award_sub_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 1.3;
}

.award_sub_item + .award_sub_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.award_sub_item span {
  font-size: 1.15em;
}

.award_sub_item em {
  font-style: normal;
  font-size: 1.7em;
  font-weight: bold;
  color: #ffe44d;
  line-height: 1.2;
}

.award_sub_small {
  font-size: 1em !important;
}

.award_sub_star {
  font-size: 0.85em;
}

.award_sub_score {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 3px;
}

.gold {
  color: #d3b552;
}

#award .bg_white {
  padding: 10px 20px;
  border-radius: 10px;
}

#award .bg_white h4 {
  font-size: 24px;
}

#award .director_box {
  margin-top: 50px;
  border-radius: 10px 10px 0 0;
}

#award .director_box .txt {
  width: 65%;
  max-width: 730px;
  padding: 0 20px 20px 20px;
}

#award .director_box .ttl {
  font-size: 22px;
  line-height: 1.45;
  color: #ece0d4;
  text-align: left;
  text-indent: 1em;
  padding: 17px 0 0 18%;
}

#award .director_box .ttl span {
  font-size: 1.6em;
  color: #fff;
  position: relative;
}

#award .director_box .ttl span::before {
  content: '';
  background: url(../img/top/icon-medal.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 70px;
  position: absolute;
  left: -50px;
  top: -26px;
}

#award .director_box .photo {
  /*width: 35%;*/
  max-width: 455px;
}

#award .director_box img {
  height: 100%;
  object-fit: cover;
}

.director_close_box {
  background: url(../img/top/director_close_box_bg_pc.png) center bottom no-repeat, #fad7cf;
  border-radius: 0 0 10px 10px;
  padding: 1.5% 0 2%;
}

.director_close_box p {
  font-size: 24px;
  font-weight: bold;
}

.director_close_box .serif {
  color: #f46786;
}

.director_close_box .border_box {
  background: #fff;
  display: inline-block;
  border: 2px solid #f46786;
  font-size: 1.25em;
  border-radius: 5px;
  padding: 0 1.0em;
  margin: 0 8px;
}

.director_close_box .txt_highlight {
  font-size: 1.55em;
  background: linear-gradient(transparent 65%, #faed60 65%);
}

@media only screen and (max-width: 1024px) {
  #award h2 {
    font-size: 22px;
  }

  .sougyo {
    font-size: 36px;
  }

  .sougyo .gold {
    font-size: 65px;
  }

  #award .director_box .ttl {
    padding-left: 12%;
  }
}

@media only screen and (max-width: 960px) {
  #award h2 {
    font-size: 20px;
  }

  .sougyo {
    font-size: 28px;
  }

  .sougyo span {
    justify-content: center;
  }

  .sougyo .gold {
    font-size: 52px;
    padding-bottom: 10px;
  }

  .sougyo span::before,
  .sougyo span::after {
    width: 48px;
    height: 92px;
  }

  .soudan,
  .seiyaku {
    font-size: 16px;
    padding-top: 18px;
  }

  .soudan span::before,
  .seiyaku span::before {
    left: 2px;
    width: 36px;
  }

  .soudan span::after,
  .seiyaku span::after {
    right: 2px;
    width: 36px;
  }

  .soudan .gold,
  .seiyaku .gold {
    font-size: 24px;
  }

  #award .bg_white h4 {
    font-size: 20px;
  }

  .award_medal01 img,
  .award_medal02 img {
    max-width: 150px;
  }

  #award .director_box .txt {
    width: 48%;
  }

  #award .director_box .ttl {
    text-indent: none;
    font-size: 20px;
  }

  #award .director_box .ttl span {
    font-size: 30px;
  }

  #award .director_box img {
    object-fit: contain;
    height: auto;
  }

  .director_close_box {
    background-size: 96%, auto;
  }

  .director_close_box p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 568px) {
  #award .row-rev {
    display: block;
  }

  .intro_txt,
  .award_img {
    width: 100%;
  }

  #award h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .award_medal01 img,
  .award_medal02 img {
    max-width: 165px;
  }

  #award .bg_white {
    padding: 20px;
  }

  #award .director_box {
    flex-direction: column;
    margin: 10px 0 0;
  }

  #award .director_box .txt {
    width: 100%;
  }

  #award .director_box .photo {
    width: 100%;
  }

  #award .director_box .ttl {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    padding: 14px 0 16px;
    text-indent: 0.5em;
    margin: 0;
  }

  #award .director_box .ttl span {
    font-size: 24px;
    line-height: 1.3;
  }

  #award .director_box .ttl span::before {
    width: 35px;
    height: 49px;
    left: -30px;
    top: -15px;
  }

  .director_close_box {
    background: url(../img/top/director_close_box_bg_sp.png) no-repeat bottom center, #fad7cf;
    padding: 3.8% 0 3.5%;
  }

  .director_close_box p {
    font-size: 17px;
  }

  .director_close_box .border_box {
    line-height: 1.55;
  }
}

/*-----------------------------------------------
 *	導入差し替え250220
-----------------------------------------------*/
.bg_yellow {
  background: #fff8ef;
}

#award h2 {
  font-size: 28px;
  text-align: center;
  line-height: 1.3;
  position: relative;
}

#award h2::before,
#award h2::after {
  content: '';
  width: 25px;
  height: 82px;
  position: absolute;
  top: 0;
}

#award h2::before {
  background: url(../img/top/leaf_pink_left.svg) no-repeat;
  background-size: contain;
  left: 0;
}

#award h2::after {
  background: url(../img/top/leaf_pink_right.svg) no-repeat;
  background-size: contain;
  right: 0;
}

.award-content {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto auto auto;
  grid-row-gap: 10px;
  grid-column-gap: 3.2vw;
}

.award-content h2 {
  grid-area: 1 / 1;
}

.award-medal {
  grid-area: 2 / 1;
  gap: 1.5vw;
  width: 52%;
  margin: -12px auto 0;
}

.award-medal img {
  max-width: 230px;
}

.award_sub {
  grid-area: 3 / 1;
}

.award_sub_item {
  padding: 12px 8px;
}

.award_sub_item em {
  font-size: 1.3em;
}

.award_img {
  grid-column: 2;
  grid-row: 1 / 4;
}

.gold {
  color: #d3b552;
}

#award .director_box {
  margin-top: 50px;
  padding: 35px;
  display: grid;
  grid-template-columns: 62% 35%;
  grid-template-rows: auto auto auto;
  gap: 1vw 2vw;
}

#award .director_box .ttl {
  font-size: 22px;
  line-height: 1.45;
  text-align: left;
  text-indent: 1em;
  padding: 0 0 0 23%;
  color: #fff;
  grid-area: 1 / 1;
}

#award .director_box .ttl span {
  font-size: 1.6em;
  position: relative;
}

#award .director_box .ttl span::before {
  content: '';
  background: url(../img/top/icon-medal.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 70px;
  position: absolute;
  left: -50px;
  top: -26px;
}

#award .bg_white {
  padding: 10px 20px;
  border-radius: 10px;
}

#award .bg_white h4 {
  font-size: 24px;
  line-height: 1;
}

#award .director_box .photo {
  max-width: 455px;
  grid-column: 2;
  grid-row: 1 / 4;
  border-radius: 10px;
  overflow: hidden;
}

#award .director_box img {
  height: 100%;
  object-fit: cover;
}

#award .director_box ul {
  gap: 10px 3vw;
}

#award .director_box ul li span {
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding-left: 50px;
  color: #fff;
}

#award .director_box ul li span::before {
  content: '';
  background: url(../img/top/icon-check.svg)no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;

}

#award .director_box ul li span em {
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  #award h2 {
    font-size: 22px;
  }

  #award .director_box .ttl {
    padding-left: 12%;
  }
}

@media only screen and (max-width: 960px) {
  #award h2 {
    font-size: 20px;
  }

  #award .director_box {
    gap: 2vw;
    padding: 4% 3%;
  }

  #award .bg_white h4 {
    font-size: 18px;
  }

  #award .director_box .ttl {
    text-indent: none;
    font-size: 20px;
  }

  #award .director_box .ttl span {
    font-size: 30px;
  }

  #award .director_box ul li span {
    font-size: 16px;
    padding-left: 40px;
  }

  #award .director_box ul li span::before {
    width: 30px;
    height: 30px;
  }

  #award .director_box ul li span em {
    font-size: 18px;
  }

  #award .director_box .photo {
    height: fit-content;
  }

  #award .director_box img {
    height: auto;
  }
}

@media only screen and (max-width: 568px) {
  .award-content {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    grid-row-gap: 15px;
  }

  .award_img {
    grid-column: 1;
    grid-row: 3;
  }

  .award_sub {
    grid-area: 4 / 1;
  }

  .award_sub_list {
    border-radius: 6px;
  }

  .award_sub_item {
    padding: 10px 4px;
  }

  .award_sub_item span {
    font-size: 1em;
  }

  .award_sub_item em {
    font-size: 1.15em;
  }

  .award_sub_small {
    font-size: 0.8em !important;
  }

  .award_sub_score {
    gap: 0;
  }

  #award h2 {
    font-size: 22px;
  }

  #award h2::before {
    left: -2%;
    top: -15%;
  }

  #award h2::after {
    right: -2%;
    top: -15%;
  }

  .award_medal01 img {
    max-width: 165px;
  }

  #award .bg_white {
    padding: 5px 0;
  }

  #award .bg_white h4 {
    line-height: 1.5;
  }

  #award .director_box {
    margin: 10px 0 0;
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    gap: 20px 0;
    padding: 22px 15px 20px;
  }

  #award .director_box .ttl {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    text-indent: 0.5em;
    padding-left: 7%;
    margin-bottom: 7px;
  }

  #award .director_box .photo {
    grid-column: 1;
    grid-row: 2;
  }

  #award .director_box .ttl span {
    font-size: 24px;
    line-height: 1.3;
  }

  #award .director_box .ttl span::before {
    width: 35px;
    height: 49px;
    left: -30px;
    top: -15px;
  }
  .award-medal {
    width: 65%;
    margin-top: -6px;
  }
}

/*-----------------------------------------------
 *	選ばれる理由
-----------------------------------------------*/

/*250407追加*/


.reason-link ul {
  margin-bottom: 50px;
}

.reason-link ul li {
  background: #369f68;
  box-shadow: 0px 5px 0px 0px #2b8157;
  position: relative;
}

.reason-link ul li a {
  color: #fff3c3;
  display: block;
  font-size: 24px;
  line-height: 1.4;
}

.reason-link ul li a span {
  display: flex;
  align-items: center;
  padding: 30px 55px 30px 130px;
}

.reason-link ul li a span::before {
  content: '';
  position: absolute;
  left: 10px;
  background-size: contain;
  width: 110px;
  height: 110px;
}

.reason-link ul li:first-child a span::before {
  background: url(../img/top/reason-btn01.png)no-repeat;
  background-size: contain;
}

.reason-link ul li:nth-child(2) a span::before {
  background: url(../img/top/reason-btn02.png)no-repeat;
  background-size: contain;
}

.reason-link ul li:nth-child(3) a span::before {
  background: url(../img/top/reason-btn03.png)no-repeat;
  background-size: contain;
}

.reason-link ul li a span::after {
  content: '';
  background: url(../img/top/icon-down.png)no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
}

@media only screen and (max-width: 1024px) {
  .reason-link ul li a {
    font-size: 18px;
  }

  .reason-link ul li a span::before {
    content: '';
    position: absolute;
    left: 10px;
    background-size: contain;
    width: 60px;
    height: 60px;
  }

  .reason-link ul li a span {
    padding: 20px 20px 20px 75px;
  }

  .reason-link ul li {
    width: 32%;
  }

  .reason-link ul li a span::after {
    width: 20px;
    height: 20px;
    top: 64%;
  }
}

@media only screen and (max-width: 960px) {}

@media only screen and (max-width: 568px) {
  .reason-link ul {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .reason-link ul li {
    width: 100%;
  }

  .reason-link ul li a span::before {
    width: 80px;
    height: 80px;
  }

  .reason-link ul li a span {
    padding: 20px 20px 20px 115px;
  }

  .reason-link ul li a span::after {
    top: 50%;
    width: 33px;
    height: 33px;
  }

  .reason-link ul li a {
    font-size: 20px;
  }
}

.reason_top_ttl span {
  position: relative;
}

.reason01_content {
  position: relative;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}

.reason01_content.plan04 {
  margin: -84px 0 50px;
  padding-top: 84px;
}

.reason01_content.plan03 {
  margin: -84px 0 50px;
  padding-top: 84px;
}

.reason01_content.plan02 {
  margin: -42px 0 50px;
  padding-top: 84px;
}

.reason01_content.plan01 {
  margin: -42px 0 15px;
  padding-top: 84px;
}

.reason01_content .bg_white {
  border-radius: 10px 10px;
}

.reason01_content .ttl_double_border.reason01 {
  padding-top: 0.01em;
}

.reason_top.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  top: 153px;
  z-index: 0;
}

.reason01_content.plan03.bg_circle_right::before {
  background: url(../img/common/bg_circle04.png) no-repeat;
  top: 65px;
}

.reason01_content .reason_top_ttl span::before {
  content: '';
  background: url(../img/top/reason_num01.svg) no-repeat;
  background-size: contain;
  width: 76px;
  height: 56px;
  position: absolute;
  left: -101px;
}

.reason02_content .reason_top_ttl span::before {
  content: '';
  background: url(../img/top/reason_num03.svg) no-repeat;
  background-size: contain;
  width: 81px;
  height: 56px;
  position: absolute;
  left: -101px;
}

.reason03_content .reason_top_ttl span::before {
  content: '';
  background: url(../img/top/reason_num02.svg) no-repeat;
  background-size: contain;
  width: 81px;
  height: 56px;
  position: absolute;
  left: -101px;
}

.reason01_content .intro_box {
  margin-bottom: 50px;
  padding-top: 40px;
}

.reason02_content.intro_box {
  margin-bottom: 65px;
}

.reason02_content .grid_box {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto auto auto auto;
  gap: 0 4%;
}

.reason02_content .grid_box h4 {
  grid-column: 1;
  grid-row: 1;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}

.reason02_content .grid_box h4 span {
  font-size: 40px;
}

.reason02_content .grid_box img {
  grid-column: 2;
  grid-row: 1 / 4;
}

.reason02_content .grid_box p {
  grid-column: 1;
  grid-row: 2;
  margin-bottom: 20px;
}

.reason02_content .grid_box .car-content {
  grid-column: 1;
  grid-row: 3;
}

.reason02_content .grid_box .car-sale {
  grid-column: 1 / 3;
  grid-row: 4;
}

.reason02_content .grid_box .car-content h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.reason02_content .grid_box .car-sale .btn {
  background: #31865a;
  box-shadow: 0px 5px 1px #508089;
}

ul.plan_btns li a {
  pointer-events: visible;
}

.plan_ttl {
  padding: 26px 50px 22px;
  border-radius: 10px 10px 0 0;
  position: relative;

}

.plan_ttl h5 {
  font-size: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.plan_ttl h5 span {
  position: relative;
  padding-left: 65px;
}

.plan_ttl .time {
  margin-left: auto;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #fff;
}

.plan_ttl .time span {
  position: relative;
}

.plan_ttl .time span::before {
  content: '';
  background: url(../img/common/icon_clock_white.svg) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -38px;
  top: 2px;
}

.plan_service {
  /*margin: 40px 0 35px;*/
}

.plan_service img {
  margin: 0 auto;
  display: block;
}

.plan_service .plan_box {
  background: #f5f5f5;
  border-radius: 0 0 5px 5px;
  padding: 20px;
  margin: 0 0 10px 0;
}

.plan_service .plan_txt {
  width: 48%;
  /*margin-top: -5px;*/
}

.plan_service .plan_txt .sub {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.plan_service .service_content {
  width: 50%;
  max-width: 500px;
  margin-top: -15px;
}

.plan_service .service_ttl {
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0 5px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  color: #fff;
  letter-spacing: 2px;
}

.plan_service .service_content .sub {
  line-height: 1.5;
}

.plan_service .total_price {
  color: var(--site-keycolor);
  margin-bottom: 10px;
}


.plan_service .total_price .txt-price_total {
  background: var(--site-keycolor);
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;
  padding: 5px 20px;
  position: relative;
  margin: 0 10px 0 0;
  top: -5px;
}

.plan_service .total_price .num {
  font-size: 37px;
}

.plan_service .total_price .yen {
  font-size: 27px;
}


.plan_flow ul {
  gap: 0 20px;
  position: relative;
  z-index: 10;
}

.plan_flow ul li.arrow img {
  position: relative;
  top: 140px;
}

.plan_flow ul li:not(.arrow) {
  width: 19%;
  max-width: 188px;
  background: #f5f5f5;
  position: relative;
}

.plan_flow ul li:not(.arrow) img {
  max-height: 133px;
  object-fit: cover;
}

.plan_flow ul li p {
  font-size: 16px;
  /*padding: 20px 25px 30px;*/
  padding: 20px 20px 30px;
}

.plan_flow ul li:not(.arrow):before {
  content: '';
  width: 37px;
  height: 41px;
  position: absolute;
  top: 0;
  left: 0;
}

.reason01_btns {
  margin: 40px 0 0;
  position: relative;
  z-index: 100;
}

.reason01_content .md_inner_space {
  padding-top: 0;
}

/*--250528追記--*/

.plan_flow ul {
  margin-bottom: 40px;
}

.plan_flow ul li span.orizuru {
  color: var(--site-primary);
  font-weight: bold;
  font-size: 17px;
  position: relative;
  padding-left: 40px;
  margin-top: 15px;
  display: block;
}

.plan_flow ul li span.orizuru::before {
  content: '';
  background: url(../img/top/icon-orizuru01.svg)no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.flow-movie {
  border: 4px solid #62b6bc;
  background: #fff;
  z-index: 2;
  position: relative;
}

.flow-movie p {
  background: #62b6bc;
  font-size: 24px;
  padding: 6px 0 10px;
}

.flow-movie p span {
  position: relative;
  padding: 0 25px 4px;
}

.flow-movie p span::before {
  content: '';
  background: url(../img/top/icon-left.svg)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 23px;
}

.flow-movie p span::after {
  content: '';
  background: url(../img/top/icon-right.svg)no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 23px;
}

.flow-movie a {
  max-width: 551px;
  display: block;
  margin: 30px auto;
}

/*kobetsu*/
.plan_single .plan_flow ul li span.orizuru::before {
  background: url(../img/top/icon-orizuru02.svg)no-repeat;
}

.plan_single .plan_flow ul li span.orizuru {
  color: #31865a;
}

.plan_single .flow-movie {
  border: 4px solid #31865a;
}

.plan_single .flow-movie p {
  background: #31865a;
}

/*premium*/
.plan_premium .plan_flow ul li span.orizuru::before {
  background: url(../img/top/icon-orizuru03.svg)no-repeat;
}

.plan_premium .plan_flow ul li span.orizuru {
  color: #b98a4a;
}

.plan_premium .flow-movie {
  border: 4px solid #b98a4a;
}

.plan_premium .flow-movie p {
  background: #b98a4a;
}

/*home*/
.plan_memorial .plan_flow ul li span.orizuru::before {
  background: url(../img/top/icon-orizuru04.svg)no-repeat;
}

.plan_memorial .plan_flow ul li span.orizuru {
  color: #f05848;
}

.plan_memorial .flow-movie {
  border: 4px solid #f4887d;
}

.plan_memorial .flow-movie p {
  background: #f4887d;
}

@media only screen and (max-width: 1024px) {
  .plan_flow ul li p.orizuru {
    padding: 0px 10px 20px;
  }
}

@media only screen and (max-width: 960px) {
  .plan_flow ul li p.orizuru {
    font-size: 15px;
  }

  .flow-movie a {
    width: 60%;
  }

  .plan_flow ul li span.orizuru {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 568px) {
  .plan_flow ul li span.orizuru::before {
    width: 25px;
    height: 25px;

  }

  .plan_flow ul li span.orizuru {
    padding-left: 30px;
    font-size: 15px;
  }

  .flow-movie,
  .plan_single .flow-movie,
  .plan_premium .flow-movie,
  .plan_memorial .flow-movie {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    margin: 0 -5.7vw;
  }

  .flow-movie p {
    font-size: 17px;
    width: 90%;
    margin: 0 auto;
  }

  .flow-movie a {
    width: 90%;
    margin: 20px auto;
  }
}

/*--orizuru--*/

.orizuru_content {
  padding: 0 40px 50px;
  margin-top: 40px;
}

.orizuru_content .box_wrapper {
  display: flex;
  position: relative;
}

.orizuru_content .photo_box {
  margin-right: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.orizuru_content h4 {
  font-size: 28px;
}

.orizuru_content h4 span {
  position: relative;
  display: block;
  padding: 20px 0 30px;
}

.orizuru_content h4 span::before {
  content: '';
  background: url(../img/top/illust-free.png)no-repeat;
  background-size: contain;
  width: 105px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
}

.orizuru_content .box_wrapper .txt_box {
  max-width: 626px;
  padding: 25px 45px 40px;
  margin-left: auto;
  margin-top: 5%;
  z-index: 1;
}

.orizuru_content .box_wrapper .txt_box h5 {
  font-size: 32px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .orizuru_content .box_wrapper .txt_box {
    max-width: 500px;
  }
}

@media only screen and (max-width: 960px) {
  .orizuru_content {
    padding: 0 30px 30px;
  }

  .orizuru_content h4 {
    font-size: 22px;
  }

  .orizuru_content h4 span {
    padding: 15px 0 30px 50px;
  }

  .orizuru_content .box_wrapper .txt_box {
    max-width: 380px;
  }

  .orizuru_content .photo_box {
    max-width: 70%;
  }

  .orizuru_content .box_wrapper .txt_box h5 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 568px) {
  .orizuru_content {
    margin: 20px -5.7vw;
    padding: 0 20px 20px;
  }

  .orizuru_content .box_wrapper {
    flex-direction: column;
    height: auto;
  }

  .orizuru_content h4 span::before {
    width: 83px;
    height: 70px;
  }

  .orizuru_content h4 {
    font-size: 19px;
    text-align: left;
  }

  .orizuru_content h4 span {
    padding: 12px 0 14px 90px;
  }

  .orizuru_content .photo_box {
    max-width: 100%;
    position: static;
  }

  .orizuru_content .box_wrapper .txt_box {
    width: 90%;
    position: static;
    padding: 15px 25px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
  }
}

/*--その他のサービス--*/
.other_service .options-sub ul li {
  width: 31.5%;
  display: flex;
  flex-direction: column;
}

.other_service .options-sub ul li img {
  width: 100%;
  float: none;
  margin-right: 0;
}

.other_service .options-sub ul li .btn_border {
  margin-top: auto;
}

.other_service .options-sub ul li .btn_border a {
  font-size: 17px;
}

.other_service .options-sub ul li .btn_border a::after {
  right: 20px;
}

.other_service .options-sub ul li .option_txt {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {

  .other_service .options-sub ul li .option_title {
    font-size: 20px;
  }

  .other_service .options-sub ul li .options_price {
    font-size: 24px;
  }

  .other_service .options-sub ul li .btn_border a {
    font-size: 15px;
  }

  .other_service .options-sub ul li .btn_border a::after {
    right: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .other_service .options-sub ul li {
    width: 48.4%;
  }
}

@media only screen and (max-width: 568px) {
  .other_service .options-sub ul li {
    width: 100%;
    display: block;
  }

  .other_service .options-sub ul li img {
    width: 48%;
    float: left;
    margin-right: 10px;
  }

  .other_service .options-sub ul li .option_title {
    float: right;
    width: 48%;
    font-size: 18px;
  }
}


/*--sougishi--*/
.reason03_content .intro {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto auto;
  gap: .5vw 2vw;
}

.reason03_content .intro img {
  grid-column: 1;
  grid-row: 1 / 3;
}

.reason03_content .intro h4 {
  grid-area: 1 / 2;
}

.reason03_content .intro p {
  grid-area: 2 / 2;
}

.reason03_content .intro h4 span {
  font-size: 22px;
  display: block;
}

.reason03_content .intro h4 span em {
  font-size: 28px;
}

.reason03_content .intro h4 span em span {
  padding-left: 0;
  font-size: 30px;
  display: inline-block;
}

.reason03_content .intro h4 span em span::before {
  content: none;
}

.reason03_content .intro p span {
  font-weight: bold;
}

.reason03_content.content01 .bg_arrow p {
  font-size: 36px;
  color: var(--site-primary);
}

.reason03_content.content01 .bg_arrow {
  background: #ffeda4;
  height: calc(60px / 2);
  width: 250px;
  height: 93px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  text-align: center;
  margin: 20px auto;
}

.reason03_content.content01 .border_box {
  border: 4px solid #c5934f;
  margin-top: 4%;
}

.reason03_content.content01 .border_box h4 {
  padding: 18px 30px 22px;
}

.reason03_content.content01 .border_box h4 span {
  position: relative;
  font-size: 32px;
  padding-left: 90px;
  display: block;
  line-height: 1.3;
}

.reason03_content.content01 .border_box h4 span em {
  font-size: 36px;
}

.reason03_content.content01 .border_box h4 span::before {
  content: '';
  background: url(../img/top/icon-kyoukai.svg)no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.reason03_content.content01 .half_box {
  padding: 30px;
}

.reason03_content.content01 .half_box .txt h5 {
  font-size: 22px;
  margin-bottom: 20px;
}

.reason03_content.content01 .half_box .txt .btn_wrapper .btn {
  background: #31865a;
  box-shadow: 0px 5px 1px #2a6a6f;
}

.reason03_content.content01 .half_box .txt .btn_wrapper .btn a {
  padding: 7px 15px;
}

@media only screen and (max-width: 1024px) {

  .reason03_content.content01 .border_box h4 span {
    font-size: 28px;
  }

  .reason03_content.content01 .border_box h4 span em {
    font-size: 32px;
  }
}

@media only screen and (max-width: 960px) {
  .reason03_content .intro h4 span {
    font-size: 15px;
  }

  .reason03_content .intro h4 span em,
  .reason03_content .intro h4 span em span {
    font-size: 20px;
  }

  .reason03_content.content01 .half_box .txt h5 {
    font-size: 18px;
  }

  .reason03_content.content01 .border_box h4 span {
    font-size: 20px;
  }

  .reason03_content.content01 .border_box h4 span em {
    font-size: 22px;
  }

}

@media only screen and (max-width: 568px) {
  .reason03_content .intro {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    gap: 10px 0;
  }

  .reason03_content .intro h4 {
    grid-area: 1 / 1;
  }

  .reason03_content .intro img {
    grid-area: 2 / 1;
  }

  .reason03_content .intro p {
    grid-area: 3 / 1;
  }

  .reason03_content.content01 .bg_arrow {
    width: 160px;
  }

  .reason03_content.content01 .bg_arrow p {
    font-size: 28px;
  }

  .reason03_content.content01 .border_box {
    margin: 25px -5.7vw 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .reason03_content.content01 .border_box h4 {
    padding: 10px 20px;
    margin: 0;
  }

  .reason03_content.content01 .border_box h4 span::before {
    width: 60px;
    height: 60px;
  }

  .reason03_content.content01 .border_box h4 span {
    font-size: 18px;
    padding-left: 70px;
  }

  .reason03_content.content01 .border_box .half_box {
    padding: 20px;
    gap: 10px;
  }

  .reason03_content.content01 .border_box .half_box .btn_wrapper img {
    width: 60%;
  }
}

/*-------------------------------------------------
ペット葬儀士在籍[動画項目部分]
-------------------------------------------------*/

.staff_introduction {
  margin-top: 40px;
}

.staff_introduction h4 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.staff_introduction p {
  margin: 30px 0;
}

.staff_introduction p .txt_keycolor {
  font-weight: bold;
}

.staff_introduction .half_box.staff_youtube {
  background: var(--site-primary);
  gap: 1.3vw;
  align-items: center;
  padding: 0;
}

.staff_introduction .staff_youtube .txt {
  background: #fff;
  margin: 0;
  padding: 20px 0;
}

.staff_introduction .staff_youtube .txt h5 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.staff_introduction .staff_youtube .txt h5 .txt_keycolor {
  font-size: 32px;
}

.staff_introduction .movie_btn {
  display: block;
  text-align: center;
}

.staff_introduction .movie_btn a img {
  width: 100%;
  max-width: 200px;
}

.staff_under_box {
  background: #fff2bb;
  padding: 50px 40px 40px;
  margin-top: 50px;
}

.staff_under_box .staff_under_ttl {
  font-size: 34px;
  position: relative;
  z-index: 1;
}

.staff_under_box .content_box {
  padding: 3.5% 2% 2%;
  outline: 2px solid #f2c6cc;
  outline-offset: -10px;
  margin-top: 4%;
  position: relative;
}

.staff_under_box .content_box::before {
  content: '';
  background: url(../img/top/staff_under_txt_bg_pc.png) no-repeat center bottom;
  background-size: contain;
  width: 93%;
  height: 223px;
  position: absolute;
  top: -223px;
  left: 50%;
  transform: translateX(-50%);
}

.staff_under_box .content_box .box_ttl {
  font-size: 34px;
  margin-bottom: 0.75em;
}

.staff_under_box .content_box .box_ttl .txt_keycolor {
  font-size: 1.2em;
}

.staff_under_box .box_ttl>span {
  position: relative;
}

.staff_under_box .box_ttl>span::before,
.staff_under_box .box_ttl>span::after {
  content: '';
  width: 25px;
  height: 87px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

.staff_under_box .box_ttl>span::before {
  background: url(../img/top/leaf_gold_left.svg) no-repeat;
  background-size: contain;
  left: -7%;
}

.staff_under_box .box_ttl>span::after {
  background: url(../img/top/leaf_gold_right.svg) no-repeat;
  background-size: contain;
  right: -7%;
}

.staff_under_box .photo_01 {
  width: 27%;
}

.staff_under_box .photo_02 {
  width: 22%;
}

.staff_under_box .txt {
  width: 52%;
  background: url(../img/top/flower_rose.png) no-repeat top left 45%;
  background-size: 78px auto;
  padding-top: 5%;
}

@media only screen and (max-width: 1024px) {
  .staff_introduction h4 {
    font-size: 26px;
  }

  .staff_introduction .staff_youtube {
    gap: 1vw;
  }

  .staff_introduction .staff_youtube .txt h6 {
    font-size: 24px;
  }

  .staff_introduction .staff_youtube .txt h6 .txt_keycolor {
    font-size: 28px;
  }

  .staff_introduction .staff_youtube .txt {
    max-width: 410px;
  }

}

@media only screen and (max-width: 960px) {
  .reason03_content.expert .staff_introduction {
    margin-top: 30px;
  }

  .staff_introduction h5 {
    font-size: 28px;
  }

  .staff_introduction h5 .small {
    font-size: 20px;
  }

  .staff_introduction .staff_youtube .txt {
    margin: 7px 0;
  }

  .staff_introduction .staff_youtube .txt h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .staff_introduction .staff_youtube .txt h5 .txt_keycolor {
    font-size: 24px;
  }

  .staff_introduction .movie_btn a img {
    max-width: 140px;
  }

  .staff_introduction .staff_youtube {
    gap: 2vw;
  }

  .staff_introduction .half_box.staff_youtube .photo {
    width: 50%;
  }

  .staff_under_box {
    padding: 5% 4% 4%;
  }

  .staff_under_box .staff_under_ttl {
    font-size: 26px;
  }

  .staff_under_box .content_box .box_ttl {
    font-size: 24px;
  }

  .staff_under_box .box_ttl>span::before,
  .staff_under_box .box_ttl>span::after {
    width: 17px;
    height: 58px;
  }

  .staff_under_box .txt {
    background-size: 50px auto;
    padding-top: 4%;
  }
}

@media only screen and (max-width: 568px) {
  .reason03_content .staff_introduction {
    margin-top: 20px;
  }

  .staff_introduction h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .staff_introduction p {
    margin: 20px 0;
  }

  .staff_introduction .half_box.staff_youtube .photo {
    width: 100%;
  }

  .staff_introduction .staff_youtube .txt {
    margin: 7px 0px 15px;
    width: 90%;
  }

  .staff_introduction .staff_youtube .txt h5 .txt_keycolor {
    font-size: 22px;
  }

  .staff_under_box {
    margin-top: 0;
    padding: 6% 5.3vw 10%;
  }

  .staff_under_box .staff_under_ttl {
    font-size: 20px;
  }

  .staff_under_box .box_ttl>span {
    display: inline-block;
  }

  .staff_under_box .box_ttl>span::before,
  .staff_under_box .box_ttl>span::after {
    width: 20px;
    height: 68px;
  }

  .staff_under_box .box_ttl>span::before {
    left: -11%;
  }

  .staff_under_box .box_ttl>span::after {
    right: -9%;
  }

  .staff_under_box .content_box {
    padding: 7.5% 3% 7%;
    margin-top: 5%;
  }

  .staff_under_box .content_box::before {
    background: url(../img/top/staff_under_txt_bg_sp.png) no-repeat center bottom;
    background-size: contain;
  }

  .staff_under_box .content_box .row {
    flex-direction: column;
  }

  .staff_under_box .content_box .box_ttl {
    font-size: 22px;
    margin-bottom: 0.5em;
  }

  .staff_under_box .content_box .box_ttl .txt_keycolor {
    font-size: 1.36em;
  }

  .staff_under_box .photo_01 {
    display: none;
  }

  .staff_under_box .txt {
    width: 100%;
    padding-top: 28px;
    background-position: top center;
  }

  .staff_under_box .photo_02 {
    width: 94%;
    margin: 16px auto 0;
  }
}


/*----お客様の声----*/
.voice_title01,
.voice_title02 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.voice_title02 {
  margin-top: 25px;
}

.voice_title01::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--site-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.voice_title02::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background: var(--site-keycolor);
}

.voice_title01 span,
.voice_title02 span {
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0 15px;
  font-size: 30px;
}

.voice {}

.voice h3.ttl_double_border {
  margin-bottom: 20px;
  border-top: 1px solid #da6272;
  border-bottom: 1px solid #da6272;
  background: none;
  margin-top: 70px;
}

.voice h3.ttl_double_border::before,
.voice h3.ttl_double_border::after {
  background: #da6272;
}

.voice h3 span {
  position: relative;
}

.voice h3 span::before {
  background: url(../img/top/icon_voice.png) no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  position: absolute;
}

.voice_bnr {
  display: grid;
  grid-template-columns: auto 530px auto;
  grid-template-rows: 1fr;
  padding: 24px 40px;
  margin: 20px 0 0;
  align-items: center;
}

.voice_bnr .txt {
  grid-column: 2;
  grid-row: 1;
}

.voice_bnr p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.voice_bnr img {
  max-width: 200px;
}

.voice_bnr .voice_image01 {
  grid-column: 1;
  grid-row: 1;
}

.voice_bnr .voice_image02 {
  grid-column: 3;
  grid-row: 1;
  margin-left: auto;
}

.voice_box dl {
  width: 100%;
}

.voice_box dt {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 10px 10px 0 0;
}

.voice_box dd {
  padding: 30px;
  border-radius: 0 0 10px 10px;
}

.voice_box dd img {
  width: 170px;
  margin: 0 20px 20px 0;
}

.voice_box dd .voice_sub_ttl {
  font-size: 16px;
  margin-bottom: 3px;
}

.voice_box dt.bg_dot_yellow {
  color: #333;
}

@media only screen and (max-width: 960px) {

  .voice {
    margin-top: 5vw;
  }

  .voice_bnr {
    margin: 3vw 0 4vw;
    padding: 3vw 3vw;
  }

  .voice_bnr_ttl {
    font-size: 32px;
    margin: 0px 0 8px;
    padding-left: 17%;
  }

  .voice_bnr_ttl span {
    font-size: 40px;
  }

  .voice_bnr_ttl span::after {
    width: 57px;
    right: -68px;
  }

  .voice_bnr p {
    font-size: 15px;
    margin-bottom: 2vw;
  }

  .voice_box dt {
    font-size: 18px;
  }

  .voice_box dd {
    padding: 3vw;
  }

  .voice_box dd img {
    width: 125px;
  }

}

@media only screen and (max-width: 568px) {
  .voice {
    margin-top: 0;
  }

  .voice_bnr {
    grid-template-columns: 100%;
    grid-template-rows: 1fr auto;
    padding: 16px 25px;
    margin: 20px 0 20px;
  }

  .voice_bnr .txt {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .voice_bnr .voice_image01 {
    grid-column: 1;
    grid-row: 1;
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }

  .voice_bnr .voice_image02 {
    display: none;
  }

  .voice_bnr p {
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .voice_bnr_ttl {
    font-size: 23px;
    margin: 0 0 4px;
  }

  .voice_bnr_ttl span {
    font-size: 33px;
  }

  .voice_bnr_ttl span::after {
    width: 43px;
    right: -50px;
    top: 4px;
  }

  .voice_bnr p {
    line-height: 1.5;
  }

  .voice_box {
    gap: 20px 0;
  }

  .voice_box dl {
    width: 90%;
    margin: 10px auto;
  }

  .voice_box dt {
    padding: 8px 0;
  }

  .voice_box dd {
    padding: 20px 25px;
    display: block;
  }

  .voice_box dd img {
    width: 115px;
    margin: 0 18px 10px 0;
    float: left;
  }

  .voice_title01,
  .voice_title02 {
    margin: 10px -5.7vw 0;
  }

  .voice_title01 span,
  .voice_title02 span {
    font-size: 22px;
  }

  .voice-slider {
    margin: 40px auto 0;
    width: 94%;
  }

  .voice-slider h5 span::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .voice-slider h5 {
    font-size: 18px;
  }

  .reason02_content .reason_top_ttl span {
    font-size: 22px;
  }

  .voice h3.ttl_double_border {
    margin-top: 40px;
  }
}

/* 他社とココがちがう */
.difference_contents .md_inner_space {
  padding: 40px 0 0;
}

.difference_contents {
  padding-bottom: 0;

}

@media only screen and (max-width: 568px) {
  .difference_contents .ttl_double_border {
    margin: 0 -5.3vw 20px;
  }

  .difference_contents .md_inner_space {
    padding: 0;
    margin: 30px -5.7vw;
  }

  .enquete_content {
    width: 90%;
    margin: 20px auto;
  }
}

/*--end--*/

.plan_point {
  margin: 50px auto 40px;
}

.plan_point dl dt {
  line-height: 1.3;
  border-radius: 10px 0 0 10px;
  padding: 15px;

}

.plan_point dl dd {
  border-radius: 0 10px 10px 0;
  padding: 15px 30px;
}

.plan_point dl dd span {
  position: relative;
  display: block;
  padding-right: 40%;
  font-weight: bold;
}

.plan_point dl dd span::after {
  content: '';
  position: absolute;
  right: 0;
  top: -55px;
}

@media only screen and (max-width: 960px) {
  .plan_point dl dt {
    display: flex;
    align-items: center;
  }

  .plan_point dl dd span::after {
    top: -25px;
  }
}

@media only screen and (max-width: 568px) {
  .plan_point {
    margin: 0 -5.3vw 30px;
  }

  .plan_point dl {
    flex-direction: column;

  }

  .plan_point dl dt,
  .plan_point dl dd {
    border-radius: 0;
  }
    .plan_point dl dt{
      justify-content: center;
  }
    .plan_point dl dd span::after {
    top: 50%;
    transform: translateY(-50%);
  }
   .plan_point dl dd {
    padding: 25px 20px;
   }
   .plan_point dl dd span{
    padding-right: 35%;
   }

}


/* 合同火葬 */

.plan_joint h5 span::before {
  content: '';
  background: url(../img/top/icon_joint.png) no-repeat;
  background-size: contain;
  width: 55px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 3px;
}

/*.plan_joint .plan_service img {
  max-width: 246px;
}*/
.plan_joint .service_content img {
  max-width: 246px;
}

.plan_joint .sub {
  color: #28979f;
  font-size: 30px;
  margin: 20px auto 25px;
}

.plan_joint .plan_ttl {
  background: #28979f;
}

.plan_joint .plan_point dl dt {
  font-size: 28px;
  width: 30%;
  background-image: repeating-linear-gradient(315deg, #339ca4, #339ca4 6px, #268f97 6px, #268f97 12px);
}

.plan_joint .plan_point dl dd {
  font-size: 20px;
  border-left: none;
  border: 4px solid #62b6bc;
  border-left: none;
  background: #deeff1;
  width: 70%;
  position: relative;
}

.plan_joint .plan_ttl .time span::before {
  content: none;
}

.plan_joint .plan_point dl dd span::after {
  background: url(../img/plan/plan-img06.png)no-repeat;
  background-size: contain;
  width: 155px;
  height: 116px;
}

.plan_joint .plan_service .service_ttl {
  background: #62b6bc;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.4;
}

.plan_joint .plan_flow ul li.flow01:before {
  background: url(../img/common/icon_num01.svg) no-repeat;
}

.plan_joint .plan_flow ul li.flow02:before {
  background: url(../img/common/icon_num02.svg) no-repeat;
}

.plan_joint .plan_flow ul li.flow03:before {
  background: url(../img/common/icon_num03.svg) no-repeat;
}

@media only screen and (max-width: 960px) {
  .plan_joint .sub {
    font-size: 24px;
  }

  .plan_joint .plan_point dl dt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 568px) {
  .plan_joint .sub {
    font-size: 20px;
    margin: 0px auto 10px;
    line-height: 1.5;
  }

  .plan_joint .plan_point dl dt {
    font-size: 20px;
    width: 100%;
  }

  .plan_joint .plan_point dl dd {
    font-size: 15px;
    width: 100%;
    border-top: none;
    border-right: none;
  }
  .plan_joint .plan_point dl dd span::after {
    width: 100px;
    height: 80px;
  }
}

/* 個別火葬 */
.plan_single .plan_ttl {
  background: #31865a;
}

.plan_single h5 {
  color: #fff;
}

.plan_single h5 span {
  padding-left: 60px;
}

.plan_single .plan_point dl dt {
  background-image: repeating-linear-gradient(315deg, #2f8055, #2f8055 6px, #338c5f 6px, #338c5f 12px);
  font-size: 28px;
  width: 30%;
}

.plan_single .plan_point dl dd {
  border: 4px solid #98c2ac;
  border-left: none;
  background: #cbe0d5;
  width: 70%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.plan_single .plan_point dl dd span::after {
  background: url(../img/plan/plan-img01.png)no-repeat;
  background-size: contain;
  width: 158px;
  height: 105px;
}

.plan_single h5 span::before {
  content: '';
  background: url(../img/top/icon_single.png) no-repeat;
  background-size: contain;
  width: 44px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
}

.plan_single .sub {
  color: #31865a;
  font-size: 30px;
  margin: 20px auto 25px;
}
/*
.plan_single .plan_service .plan_box img {
  max-width: 392px;
}
*/
.plan_single .time {
  color: #fff;
}

.plan_single .plan_ttl .time span::before {
  background: url(../img/common/icon_clock_white.svg) no-repeat;
}

.plan_single .plan_service .service_ttl {
  background: #5eab83;
}

.plan_single .plan_flow ul li.flow01:before {
  background: url(../img/common/icon_num01_green.svg) no-repeat;
}

.plan_single .plan_flow ul li.flow02:before {
  background: url(../img/common/icon_num02_green.svg) no-repeat;
}

.plan_single .plan_flow ul li.flow03:before {
  background: url(../img/common/icon_num03_green.svg) no-repeat;
}

.plan_single .plan_flow ul li.flow04:before {
  background: url(../img/common/icon_num04_green.svg) no-repeat;
}

@media only screen and (max-width: 960px) {
  .plan_single .plan_flow ul {
    gap: 0 6px;
  }

  .plan_single .plan_flow ul li:not(.arrow) {
    width: 21%;
  }
/*
  .plan_single .plan_service .plan_box img {
    width: 90%;
  }
*/
  .plan_single .sub {
    font-size: 24px;
  }

  .plan_single .plan_point dl dt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 568px) {
  .plan_single .plan_flow ul li:not(.arrow) {
    width: 100%;
  }

  .plan_single .sub {
    font-size: 20px;
    margin: 0px auto 10px;
    line-height: 1.5;
  }

  .plan_single .plan_point dl dt {
    font-size: 20px;
    width: 100%;
  }

  .plan_single .plan_point dl dd {
    font-size: 15px;
    width: 100%;
    border-top: none;
    border-right: none;
  }
  .plan_single .plan_point dl dd span::after {
    width: 100px;
    height: 80px;
  }
}

/* 個別火葬プレミアム */
.plan_premium .plan_ttl {
  background: #b98a4a;
}

.plan_premium h5 {
  color: #fff;
}

.plan_premium h5 span {
  padding-left: 60px;
}

.plan_premium h5 span::before {
  content: '';
  background: url(../img/top/icon_tachiai.png) no-repeat;
  background-size: contain;
  width: 44px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
}
/*
.plan_premium .plan_service .plan_box img {
  max-width: 315px;
}
*/
.plan_premium .sub {
  color: #b98a4a;
  font-size: 30px;
  margin: 20px auto 25px;
}

.plan_premium .time {
  color: #fff;
}

.plan_premium .plan_point dl dt {
  width: 30%;
  font-size: 28px;
  background-image: repeating-linear-gradient(315deg, #b48446, #b48446 6px, #bc904e 6px, #bc904e 12px);
}

.plan_premium .plan_point dl dd {
  border: 4px solid #dcc29e;
  border-left: none;
  background: #ede1d1;
  width: 70%;
  font-size: 20px;
  font-weight: bold;
}

.plan_premium .plan_point dl dd span::after {
  background: url(../img/plan/plan-img09.png)no-repeat;
  background-size: contain;
  width: 158px;
  height: 116px;
}

.plan_premium .plan_service .service_ttl {
  background: #cba673;

}

.plan_premium .ttl_left_border.gold {
  color: #333;
}

.plan_premium .plan_flow ul {
  gap: 0;
}

.plan_premium .plan_flow ul li.arrow {
  width: 20px;
}

.plan_premium .plan_flow ul li.flow01:before {
  background: url(../img/common/icon_num01_gold.svg) no-repeat;
}

.plan_premium .plan_flow ul li.flow02:before {
  background: url(../img/common/icon_num02_gold.svg) no-repeat;
}

.plan_premium .plan_flow ul li.flow03:before {
  background: url(../img/common/icon_num03_gold.svg) no-repeat;
}

.plan_premium .plan_flow ul li.flow04:before {
  background: url(../img/common/icon_num04_gold.svg) no-repeat;
}

.plan_premium .plan_flow ul li.flow05:before {
  background: url(../img/common/icon_num05_gold.svg) no-repeat;
}

@media only screen and (max-width: 960px) {
 /* 
  .plan_premium .plan_service .plan_box img {
    width: 90%;
  }
*/
  .plan_premium .sub {
    font-size: 24px;
  }

  .plan_premium .plan_point dl dt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 568px) {
  .plan_premium .sub {
    font-size: 18px;
    margin: 0px auto 10px;
    line-height: 1.5;
  }

  .plan_premium .plan_point dl dt {
    font-size: 20px;
    width: 100%;
  }

  .plan_premium .plan_point dl dd {
    font-size: 15px;
    width: 100%;
    border-top: none;
    border-right: none;
  }
  .plan_premium .plan_point dl dd span::after {
    width: 100px;
    height: 80px;
  }
}

/* 自宅セレモニー葬 */
.plan_memorial .plan_ttl {
  background: url(../img/top/memorial_ttl_bg.png) no-repeat center;
  overflow: hidden;
}

.plan_memorial h5 span::before {
  content: '';
  background: url(../img/top/icon_premium.png) no-repeat;
  background-size: contain;
  width: 44px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
}

.plan_memorial .plan_ttl .txt_box {
  order: 2;
  width: 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan_memorial .plan_ttl .sub_ttl {
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  background: url(../img/top/memorial_ribon.png) no-repeat;
  background-size: contain;
  margin: 20px 0 8px;
  padding: 6px 83px 22px;
}

.plan_memorial .plan_ttl .sub_ttl .size {
  font-size: 1.18em;
}

.plan_memorial h5 span::before {
  content: '';
  background: url(../img/top/icon_premium.png) no-repeat;
  background-size: contain;
  width: 44px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
}

.plan_memorial .plan_ttl .photo01 {
  order: 1;
  width: 27%;
}

.plan_memorial .plan_ttl .photo02 {
  order: 3;
  width: 27%;
}

.plan_memorial .plan_point dl dt {
  background-image: repeating-linear-gradient(315deg, #f17666, #f17666 6px, #f27c6b 6px, #f27c6b 12px);
  width: 30%;
  font-size: 28px;
}

.plan_memorial .plan_point dl dd {
  border: 4px solid #f7bab8;
  border-left: none;
  background: #fce5e2;
  width: 70%;
  font-size: 20px;
  font-weight: bold;
}

.plan_memorial .plan_point dl dd span::after {
  background: url(../img/plan/plan-img02.png)no-repeat;
  background-size: contain;
  width: 159px;
  height: 124px;
}


.plan_memorial .point_area {
  background: #f3fafa;
  gap: 0 3%;
  margin-top: 40px;
  padding: 25px 0 20px;
}

.plan_memorial .point_area img {
  width: 43.6%;
}

.plan_memorial .point_area .box {
  width: 49%;
  border: 3px solid #83cbcb;
  border-radius: 0;
  padding: 5px 26px 15px;
}

.plan_memorial .point_area .box p {
  font-size: 26px;
  border-bottom: 1px solid #bce3e3;
  margin-bottom: 12px;
}

.plan_memorial .point_area .box li {
  font-size: 23px;
  background: url(../img/common/icon_diamond.svg) no-repeat top 50% left 0;
  background-size: 12px;
  padding-left: 20px;
  margin: 0 0 7px 8px;
}

.plan_memorial .point_area .box li span {
  color: #f05848;
}

.plan_memorial .sub {
  color: #f05848;
  font-size: 30px;
  margin: 20px auto 25px;
}

.plan_memorial .plan_service .service_ttl {
  background: #f4887d;
}
/*
.plan_memorial .plan_service .plan_box img {
  max-width: 315px;
}
*/
.plan_memorial .plan_service .time {
  background: url(../img/common/icon_clock_pink.svg) no-repeat left 0 top 66%;
  background-size: 20px;
  padding-left: 24px;
  font-size: 17px;
  margin-top: 8px;
}

.plan_memorial .plan_service .time .size {
  font-size: 1.5em;
}

.plan_memorial .plan_flow ul {
  gap: 0;
}

.plan_memorial .plan_flow ul li.arrow {
  width: 20px;
}

.plan_memorial .plan_flow ul li.flow01:before {
  background: url(../img/common/icon_num01_pink.svg) no-repeat;
}

.plan_memorial .plan_flow ul li.flow02:before {
  background: url(../img/common/icon_num02_pink.svg) no-repeat;
}

.plan_memorial .plan_flow ul li.flow03:before {
  background: url(../img/common/icon_num03_pink.svg) no-repeat;
}

.plan_memorial .plan_flow ul li.flow04:before {
  background: url(../img/common/icon_num04_pink.svg) no-repeat;
}

.plan_memorial .plan_flow ul li.flow05:before {
  background: url(../img/common/icon_num05_pink.svg) no-repeat;
}

@media only screen and (max-width: 960px) {
  .plan_memorial .plan_service .plan_box img {
    width: 90%;
  }

  .plan_memorial .sub {
    font-size: 24px;
  }

  .plan_memorial .plan_point dl dt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 568px) {
  .plan_memorial .sub {
    font-size: 20px;
    margin: 0px auto 10px;
    line-height: 1.5;
  }

  .plan_memorial .plan_point dl dt {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }

  .plan_memorial .plan_point dl dd {
    font-size: 15px;
    width: 100%;
    border-top: none;
    border-right: none;
  }
  .plan_memorial .plan_point dl dd span::after {
    width: 100px;
    height: 80px;
  }
}

/* 最適な葬儀プランでお見送り */
.best_plan {
  background: #fff;
  border: 5px solid #f9f4ea;
  padding: 32px 45px 35px 45px;
  margin: 40px 0 15px;
  position: relative;
  z-index: 10;
}

.best_plan .txt {
  width: 57%;
  max-width: 580px;
}

.best_plan .ttl {
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.best_plan img {
  width: 41%;
  max-width: 412px;
}

/* REASON02 */
.reason02_content .reason_top_ttl span {
  margin-left: 57px;
}

.reason02 .ttl_double_border {
  margin: 0;
}

.reason02_content.points>div {
  /*padding: 50px 0;
  border-bottom: 1px solid #cdcdcd;*/
  position: relative;
}

.reason02_content.points>div:nth-of-type(1) {
  padding-top: 40px;
  margin: 40px 0 0;
}

.reason02_content.points>div:nth-of-type(4) {
  border: none;
}

.reason02_content.points>div:nth-of-type(even) {
  flex-direction: row-reverse;
}

.reason02_content.points .half_box .txt {
  max-width: 540px;
}

.reason02_content.points .half_box .txt p {
  width: 93%;
  max-width: 500px;
  margin-bottom: 40px;
}

.reason02_content.points .half_box .photo {
  width: 49%;
  max-width: 540px;
  position: relative;
}

.reason02_content.points .half_box .photo img {
  width: 100%;
  max-width: 540px;
  margin-bottom: 10px;
}

/*.reason02_content.points .half_box .photo::before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.reason02_content .point01 .photo::before {
  background: url(../img/common/icon_num01_large.svg) no-repeat;
}
.reason02_content .point02 .photo::before {
  background: url(../img/common/icon_num02_large.svg) no-repeat;
}
.reason02_content .point03 .photo::before {
  background: url(../img/common/icon_num03_large.svg) no-repeat;
}
.reason02_content .point04 .photo::before {
  background: url(../img/common/icon_num04_large.svg) no-repeat;
}
*/
.reason02_content.points .small_photos img {
  width: 50%;
  max-width: 240px;
}

.reason02_content .point02.bg_circle_left::before {
  top: 100px;
}

.reason02_content .point04.bg_circle_right::before {
  bottom: -130px;
}

.reason02_content .point01,
.reason02_content .point03 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  background: #fffce6;
  padding: 40px;
  grid-gap: 0 20px;
}

.reason02_content .point02,
.reason02_content .point04 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  padding: 40px 0;
  grid-gap: 0 10px;
}

.reason02_content .point01 .photo,
.reason02_content .point03 .photo {
  max-width: 500px;
  grid-column: 1;
  grid-row: 1 / 3;
  margin: 0 auto;
}

.reason02_content .point02 .photo,
.reason02_content .point04 .photo {
  max-width: 500px;
  grid-column: 2;
  grid-row: 1 / 3;
}

.reason02_content .point01 .txt,
.reason02_content .point03 .txt {
  grid-column: 2;
  grid-row: 2;
  max-width: 500px;
  margin: 0 auto;
}

.reason02_content .point02 .txt,
.reason02_content .point04 .txt {
  grid-column: 1;
  grid-row: 2;
  max-width: 500px;
  margin: 0 auto;
}

.reason02_content .point01 .txt p,
.reason02_content .point02 .txt p,
.reason02_content .point03 .txt p,
.reason02_content .point04 .txt p {
  margin-bottom: 10px;
}

.reason02_content h4.point_title {
  grid-column: 2;
  grid-row: 1;
  font-size: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: .5em .7em;
  overflow: hidden;
  border: 4px solid #da6272;
  color: #fff;
  background: #da6272;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 15px;
}

.reason02_content .point02 h4.point_title {
  line-height: 1.4;
  padding: .3em .7em;
  grid-column: 1;
  grid-row: 1;
}

.reason02_content .point04 h4.point_title {
  grid-column: 1;
  grid-row: 1;
}

.reason02_content .point02 h4.point_title span {
  margin-right: 1.7em;
}

.reason02_content h4.point_title:before {
  position: absolute;
  top: -50%;
  left: -30px;
  z-index: -1;
  transform: rotate(15deg);
  width: 100px;
  height: 200%;
  background: #fff;
  content: '';
  z-index: 2;
}

.reason02_content h4.point_title span {
  margin-right: 1.5em;
  color: #da6272;
  z-index: 2;
  font-size: 36px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .reason02_content h4.point_title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 960px) {
  .reason02_content .grid_box h4 {
    font-size: 20px;
  }

  .reason02_content .grid_box h4 span {
    font-size: 28px;
  }

  .reason02_content .grid_box .car-content {
    grid-column: 1 / 3;
  }
}

@media only screen and (max-width: 568px) {

  .reason02_content .point01 .photo,
  .reason02_content .point03 .photo {
    max-width: 89%;
    grid-column: 1;
    grid-row: 2;
  }

  .reason02_content .point01,
  .reason02_content .point02,
  .reason02_content .point03,
  .reason02_content .point04 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .reason02_content .point02,
  .reason02_content .point04 {
    width: 100vw;
    margin: 0 -5.3vw 20px;
  }

  .reason02_content h4.point_title {
    grid-column: 1;
    grid-row: 1;
    border-left: none;
    border-right: none;
    padding: .5em .7em;
    margin: 0 auto 20px;
  }

  .reason02_content h4.point_title span {
    font-size: 32px;
  }

  .reason02_content .point01 .txt,
  .reason02_content .point03 .txt {
    grid-column: 1;
    grid-row: 3;
    max-width: 89%;
  }

  .reason02_content .point01 .photo,
  .reason02_content .point03 .photo {
    margin: 0 auto 20px;
  }

  .reason02_content .point02 .photo,
  .reason02_content .point04 .photo {
    grid-column: 1;
    grid-row: 2;
    margin: 0 5.3vw 20px;
    max-width: 89%;
    margin-bottom: 15px;
  }

  .reason02_content .point02 .txt,
  .reason02_content .point04 .txt {
    grid-column: 1;
    grid-row: 3;
    margin: 0 5.3vw;
  }

  .reason02_content.points>div {
    margin: 0;
  }
}

/*** REASON03 ***/
.reason03_content {
  position: relative;
}

.reason03_content.content01 {
  margin-bottom: 10px;
  z-index: 10;
}

.reason03_content.content01 .intro_box {
  margin-bottom: 50px;
}

.reason03_content.enquete {
  margin-bottom: 30px;
}

.reason03_content.content01 .bg_arrow {
  background: #ffeda4;
  height: calc(60px / 2);
  width: 200px;
  height: 83px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  text-align: center;
  margin: 20px auto;
}

.reason03_content.content01 .bg_arrow p {
  font-size: 32px;
}

.reason03_content.content01 .bg_gold h4 {
  text-align: center;
  font-size: 28px;
  padding: 15px 0;
  margin-bottom: 15px;
}

.reason03_content.content01 .bg_keycolor {
  margin-top: 50px;
}

.reason03_content.content01 .bg_keycolor h4 {
  font-size: 36px;
  padding: 20px 0 25px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.reason03_content.enquete {
  margin-bottom: 10px;
}

.reason03_content.enquete .md_inner_space {
  padding: 50px;
  position: relative;
  z-index: 10;
}

.reason03_content.support {
  margin-bottom: 10px;
}

.reason03_content.support .md_inner_space {
  padding: 50px;
  position: relative;
  z-index: 10;
}

.reason03_content.expert {
  margin-bottom: 10px;
}

.reason03_content.expert .md_inner_space {
  padding: 50px;
  position: relative;
  z-index: 10;
}

.reason03_content.expert .intro_txt {
  margin-bottom: 36px;
}

.reason03_content.expert .photo {
  position: relative;
}

.reason03_content.expert .photo::after {
  content: '';
  background: url(../img/top/director_small.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 142px;
  position: absolute;
  left: 20px;
  bottom: -30px;
}

.reason03_content.goods .bg_white {
  border-radius: 10px;
}

.reason03_content.goods .md_inner_space {
  padding: 50px;
  position: relative;
  z-index: 10;
}

.goods_contents {
  margin-top: 30px;
}
.goods_contents div {
	gap: 2vw;
}

.goods_contents div .txt {
	max-width: 580px;
	width: 100%;
}
.txt_hd_memorial{
  color: #E39B2A;
  font-size: clamp(20px, 2vw, 28px);
  margin-bottom: 15px;
}
@media only screen and (max-width: 568px) {
	.goods_contents div {
		flex-direction: column;
		margin-bottom: 0;
	}
}
.reason03_content.goods .goods_list {
  margin-top: 50px;
}

.reason03_content.enquete.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  top: -80px;
  z-index: 1;
  content: none;
}

.reason03_content.support.bg_circle_right::before {
  background: url(../img/common/bg_circle04.png) no-repeat;
  top: -90px;
  z-index: 1;
}

.reason03_content.goods.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  top: -80px;
  z-index: 1;
}

/* 他社とココがちがう */
.reason03 .attention_box_gray {
  /* margin-bottom: 40px; */
}

.pay_box {
  padding: 40px 50px;
  margin-top: 40px;
}

.pay_choice li {
  width: 49%;
  max-width: 495px;
  padding: 10px 20px 20px;
}

.pay_choice li p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.pay_choice li img {}

.pay_choice .credit_card {
  background: var(--site-primary);
}

.pay_choice .electronic_money {
  background: #e4b66d;
}

/* アンケート */
.enquete_top {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 6px 0;
  border-radius: 25px;
  margin-bottom: 20px;
  line-height: 1.75;
}

.enquete_top span {
  position: relative;
}

.enquete_top span::before {
  content: '';
  background: url(../img/common/icon_list.png) no-repeat;
  width: 49px;
  height: 59px;
  position: absolute;
  left: -65px;
  top: -14px;
}

.enquete_content .sub_ttl {
  font-size: 25px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.enquete_content ul {
  gap: 40px;
  margin: 25px 0 0;
}

.enquete_content ul li {
  width: 31%;
  max-width: 316px;
  padding: 20px 20px 12px;
  text-align: center;
  font-weight: bold;
}

.enquete_content ul li a {
  display: block;
  border: 2px solid #dfdfdf;
  margin-bottom: 8px;
  position: relative;
}

.enquete_content ul li a::after {
  content: '';
  background: url(../img/common/icon_zoom.svg) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -2px;
  bottom: -2px;
}

/* 想いに寄り添う */
.reason03_content.support .half_box {}

.reason03_content.support .intro_txt {
  margin: 0 0 30px;
}

.reason03_content .half_box_ttl {
  font-size: 27px;
}

.reason03_content.support .half_box p span {
  font-size: 15px;
  color: #999;
}

.send_goods {
  margin: 40px 0 50px;
  padding-bottom: 50px;
  position: relative;
}

.send_goods::after {
  content: '';
  background: url(../img/common/line_dot.png) repeat-x;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.send_goods .sub_ttl {
  font-size: 25px;
  background: url(../img/common/bg_dot_yellow.png);
  color: #fff;
  border-radius: 50px;
  padding: 3px 0 5px;
  margin: 20px 0 22px;
}

.send_goods .goods_list {
  margin: 34px 0 0;
}

.send_goods .goods_list .item_name {
  font-size: 22px;
}

.support_content {
  margin: 30px 0 40px;
}

.support_content div .txt_keycolor {
  font-size: 19px;

}

.support_content div {
  background: #fbeff1;
  padding: 32px 50px 36px;
  margin-top: 20px;
}

.ttl_back_border {
  font-size: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 12px;
}

.ttl_back_border::before {
  content: '';
  background: #dedede;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.ttl_back_border span:not(.txt_keycolor) {
  padding: 0 20px;
  position: relative;
}

.ttl_back_border span::before {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
}

.ttl_back_border.pink::before {
  background: #ecb0b8;
}

.certificate_box {
  border: 4px solid var(--site-primary);
  padding: 36px 46px 26px;
  background: #f2feff;
  margin-top: 40px;
}

.certificate_box .txt {
  width: 82%;
}

.certificate_box h5 {
  color: var(--site-primary);
  font-size: 30px;
  margin-bottom: 12px;
}

.certificate_box h5 .bg_green {
  color: #fff;
  font-size: 22px;
  background: var(--site-primary);
  border-radius: 25px;
  padding: 10px 30px;
  margin-right: 20px;
  position: relative;
  top: -10px;
}

.certificate_box h5 .dot {
  font-size: 40px;
  padding-top: .4em;
  background-color: rgba(255, 255, 255, 0);
  background-image: radial-gradient(rgba(40, 151, 159, 1) 9%, rgba(40, 151, 159, 0) 12%),
    radial-gradient(rgba(40, 151, 159, 1) 9%, rgba(40, 151, 159, 0) 12%);
  background-position: top -5px left -2px;
  background-size: 1.03em 1.03em;
  background-repeat: repeat-x;
  /* background-position: top 10px left -2px;
  background-repeat: repeat-x;
  background-size: 1.03em .3em;
  background-image: radial-gradient(rgba(40, 151, 159, 1),rgba(40, 151, 159, 1) 100%,rgba(40, 151, 159, 0)); */
}

.certificate_box a {
  position: relative;
  box-shadow: 0px 3px 0px 0px #ddd;
  width: 15%;
}

.certificate_box a::after {
  content: '';
  background: url(../img/common/icon_zoom.svg) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -2px;
  bottom: -2px;
}

/* グッズ一覧 */
.goods_list {
  gap: 20px 20px;
}

.goods_list li {
  width: 32%;
  max-width: 326px;
  display: flex;
  flex-direction: column;
}

.goods_list li.new {
  position: relative;
  border: 2px solid #b98a4a;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
}

.goods_list li.new .item_info {
  padding: 25px;
}

.goods_list li.new .item_info h5 {
  font-size: 20px;
  border-radius: 50px;
  padding: 10px 0;
  color: #fff;
  background: url(../img/common/bg-brown_dot.png);
  line-height: 1.8;
  margin-bottom: 10px;
}

.goods_list li.new .item_info h5 span {
  background: #fff;
  padding: 3px 20px;
  border-radius: 50px;
  color: #b98a4a;
  ;
  font-size: 16px;
}

.goods_list li.new::after {
  content: '';
  background: url(../img/top/goods_badge_new.svg) no-repeat;
  width: 64px;
  height: 78px;
  position: absolute;
  left: 10px;
  top: 0;
}

.goods_list li.new picture {
  width: 35%;
}


.goods_list li.popular {
  position: relative;
}

.goods_list li.popular::after {
  content: '';
  background: url(../img/top/goods_badge_popular.svg) no-repeat;
  width: 64px;
  height: 78px;
  position: absolute;
  left: 10px;
  top: 0;
}

.goods_list li.few {
  position: relative;
}

.goods_list li.few::after {
  content: '';
  background: url(../img/top/goods_badge.svg) no-repeat;
  width: 64px;
  height: 78px;
  position: absolute;
  left: 10px;
  top: 0;
}

.goods_list .item_info {
  text-align: center;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  flex: 2;
}

.goods_list .item_info>span {
  /* display: block; */
}

.goods_list .item_name {
  font-size: 20px;
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 2;
}

.goods_list .num {
  font-size: 27px;
}

.goods_list .yen {
  font-size: 20px;
}

.goods_list .before_txt {
  font-size: 20px;
}

@media only screen and (max-width: 1024px) {
  .plan_ttl h5 {
    font-size: 30px;
  }

  .plan_flow ul li p {
    padding: 1.5vw 2vw;
  }

  .plan_flow ul li:not(.arrow) {
    width: 18%;
  }

  /* メモリアル葬儀 */
  .plan_memorial .plan_ttl .txt_box {
    padding: 0 15px;
  }

  .plan_memorial .plan_ttl .sub_ttl {
    font-size: 20px;
    padding: 1px 50px 22px;
    margin: 20px 0 0;
  }

  .plan_memorial .plan_ttl h5 {
    font-size: 40px;
  }

  .plan_memorial .plan_ttl h5::before,
  .plan_memorial .plan_ttl h5::after {
    width: 25px;
    height: 52px;
  }

  .plan_memorial .service_content>.row {
    flex-direction: column;
    align-items: center;
  }

  .plan_memorial .plan_service .time {
    margin: -10px 0 5px;
  }

  .reason02_content.points .small_photos img {
    width: 47.8%;
  }

  .reason02_content h4.point_title {
    font-size: 28px;
  }

  .pay_box {
    padding: 3vw 3.5vw;
  }

  .pay_choice li {
    padding: 10px 20px 20px;
  }

  .pay_choice li p {
    font-size: 20px;
  }

  .voice_bnr_ttl {
    font-size: 36px;
    margin: 15px 0 8px;
    padding-left: 8%;
  }

  .voice_bnr_ttl span {
    font-size: 50px;
  }

  .voice_bnr p {
    font-size: 16px;
  }

  .voice_bnr_ttl span::after {
    width: 70px;
    top: 8px;
    right: -85px;
  }

  .reason03_content.support .md_inner_space {
    padding: 3vw;
  }

  .box_after_support span {
    font-size: 18px;
  }

  .reason03_content .half_box_ttl {
    font-size: 25px;
  }

  .certificate_box h5 .bg_green {
    font-size: 20px;
  }

  .certificate_box h5 .dot {
    font-size: 36px;
  }

  .goods_list {
    gap: 20px 2%;
  }
}

@media only screen and (max-width: 960px) {

  .reason01_content .reason_top_ttl span::before {
    width: 55px;
    left: -68px;
  }

  .reason02_content .reason_top_ttl span {
    margin-left: 3vw;
  }

  .reason02_content .reason_top_ttl span::before {
    width: 55px;
    left: -68px;
  }

  .reason02_content h4.point_title {
    font-size: 22px;
  }

  .reason02_content .point01,
  .reason02_content .point03 {
    grid-template-columns: 45% 50%
  }

  .reason02_content h4.point_title:before {
    transform: rotate(15deg);
    left: -50px;
  }

  .reason02_content .point01 .photo,
  .reason02_content .point03 .photo {
    max-width: 290px;
  }

  .reason02_content .point02 .photo,
  .reason02_content .point04 .photo {
    max-width: 310px;
  }

  .reason02_content.points>div:nth-of-type(even) {
    grid-gap: 0 30px;
  }

  .reason03_content.enquete .md_inner_space {
    padding: 4vw 4vw;
  }

  .reason03_content .reason_top_ttl span::before {
    width: 55px;
    left: -68px;
  }

  .reason03_content.support .half_box {
    margin: 3vw 0 3vw;
  }

  .reason03_content.expert .md_inner_space {
    padding: 4vw 3vw;
  }

  .reason03_content.goods .md_inner_space {
    padding: 4vw 3vw;
  }

  .reason01_content .intro_box {
    margin-bottom: 35px;
    padding-top: 4vw;
  }

  .reason03_content.support .half_box p span {
    font-size: 14px;
  }

  .plan_ttl {
    margin-bottom: 8px;
    padding: 15px 4vw 12px;
  }

  .plan_service .plan_txt .sub {
    font-size: 20px;
  }

  .plan_ttl .time {
    font-size: 16px;
  }

  .plan_ttl .time::before {
    width: 20px;
    left: -26px;
  }

  .plan_ttl .time span::before {
    width: 20px;
    height: 20px;
    left: -28px;
    top: 4px;
  }

  .plan_service {
    margin: 30px 0;
  }

  .plan_service .service_ttl {
    font-size: 20px;
  }

  .plan_service .plan_txt {
    width: 48%;
  }

  .plan_service .service_content {
    max-width: 320px;
  }

  .plan_service .total_price .num {
    font-size: 28px;
  }

  .plan_service .total_price .yen {
    font-size: 22px;
  }

  .plan_flow ul li:not(.arrow) {
    width: 27%;
  }

  .plan_flow ul li p {
    font-size: 14px;
  }

  .plan_premium .plan_flow ul {
    gap: 3.5vw 0;
  }

  /* 合同火葬・個別火葬プレミアム */
  .plan_joint .plan_service img,
  .plan_single .plan_service img,
  .plan_premium .plan_service img,
  .plan_memorial .plan_service img {
    max-width: 282px;
  }

  .plan_joint .plan_service .plan_txt img,
  .plan_single .plan_service .plan_txt img,
  .plan_premium .plan_service .plan_txt img,
  .plan_memorial .plan_service .plan_txt img {
    max-width: 100%;
  }

  /* メモリアル葬儀 */
  .plan_memorial .plan_ttl .sub_ttl {
    font-size: 16px;
    padding: 0 38px 13px;
    margin-top: 15px;
  }

  .plan_memorial .plan_ttl h5 {
    font-size: 32px;
  }

  .plan_memorial .plan_ttl h5::before {
    left: -35px;
    top: 2px;
  }

  .plan_memorial .plan_ttl h5::after {
    right: -35px;
    top: 2px;
  }

  .plan_memorial .point_area {
    margin-top: 4vw;
  }

  .plan_memorial .point_area .box p {
    font-size: 20px;
  }

  .plan_memorial .point_area .box li {
    font-size: 18px;
  }

  .plan_memorial .point_area .box {
    padding: 5px 15px 10px;
  }

  .plan_memorial .plan_service .time {
    font-size: 16px;
  }

  .plan_memorial .plan_flow ul {
    gap: 3.5vw 0;
  }

  .best_plan {
    padding: 3vw 3vw;
  }

  .best_plan .ttl {
    font-size: 22px;
  }

  .reason02_content.points>div {
    padding: 4vw 0;
  }

  .reason03_content .half_box_ttl,
  .reason03_content.support .half_box_ttl,
  .reason03_content.expert .half_box_ttl,
  .reason03_content.goods .half_box_ttl {
    font-size: 21px;
  }

  .reason03_content.content01 .intro_box {
    margin-bottom: 4vw;
  }

  .pay_choice li p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .enquete_top {
    font-size: 20px;
  }

  .enquete_content .sub_ttl {
    font-size: 22px;
  }

  .ttl_back_border {
    font-size: 24px;
  }

  .box_after_support span {
    font-size: 17px;
  }

  .send_goods {
    margin: 3vw 0 5vw;
  }

  .send_goods .sub_ttl {
    font-size: 21px;
  }

  .send_goods .goods_list {
    margin: 3vw 0 0;
  }

  .support_content div {
    padding: 3vw 4vw 3vw;
  }

  .certificate_box {
    padding: 3vw 3vw;
  }

  .certificate_box .txt {
    width: 74%;
  }

  .certificate_box h5 {
    font-size: 24px;
  }

  .certificate_box h5 .bg_green {
    font-size: 17px;
    padding: 10px 18px;
  }

  .certificate_box h5 .dot {
    font-size: 30px;
    background-position: top -2px left -2px;
  }

  .reason03_content.goods .goods_list {
    margin-top: 4vw;
  }

  .goods_list li {
    display: flex;
    flex-direction: column;
  }

  .goods_list .item_info {
    padding: 2vw 1vw;
    display: flex;
    flex-direction: column;
    flex: 1;

  }

  .goods_list .item_info .item_name {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 2;
  }

  .goods_list .num {
    font-size: 20px;
  }

  .goods_list li.popular::after {
    width: 6.5vw;
  }

  .goods_list li.few::after {
    width: 6.5vw;
  }

  .reason03_content.expert .photo::after {
    width: calc(200px / 1.5);
    height: calc(142px / 1.5);
  }

  .reason03_content.content01 .bg_keycolor h4 {
    font-size: 26px;
  }

  .reason03_content .intro_txt {
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {

  .plan_service .plan_txt .sub {
    font-size: 18px;
  }

  /* 合同火葬・個別火葬プレミアム */
  .plan_joint .plan_service img,
  .plan_single .plan_service img,
  .plan_premium .plan_service img,
  .plan_memorial .plan_service img {
    max-width: 351px;
  }

  .plan_joint .plan_service .plan_box img {
    max-width: 199px;
  }
/*
  .plan_premium .plan_service .plan_box img,
  .plan_memorial .plan_service .plan_box img {
    max-width: 315px;
  }
*/
  .reason_sec .half_box.intro_box {
    flex-direction: column-reverse;
  }

  .reason_top_ttl {
    text-align: left;
  }

  .reason_top_ttl span {
    display: flex;
    align-items: center;
  }

  .reason01_content {
    border-radius: 0;
  }

  .reason01_content .reason_top_ttl span,
  .reason02_content .reason_top_ttl span,
  .reason03_content .reason_top_ttl span {
    padding-left: 5.3vw;
    margin: 0;
  }

  .reason01_content .reason_top_ttl span::before,
  .reason02_content .reason_top_ttl span::before,
  .reason03_content .reason_top_ttl span::before {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    margin-right: 14px;
    flex-basis: 50px;
  }

  .reason01_content .intro_box {
    margin: 0 0 25px;
    padding-top: 20px;
  }

  .reason01_content .reason_top_ttl span::before {
    width: 50px;
    height: 37px;
  }

  .reason02_content .reason_top_ttl span::before {
    width: 50px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .reason02_content .reason_top_ttl span {
    display: block;
    padding-left: 70px;
  }

  .reason02_content .reason_top_ttl span::before {
    display: block;
  }

  .reason02_content .grid_box {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto auto;
    gap: 10px;
  }

  .reason02_content .grid_box h4 {
    font-size: 30px;
  }

  .reason02_content .grid_box h4 span {
    font-size: 42px;
  }

  .reason02_content .grid_box img {
    grid-column: 1;
    grid-row: 2;
  }

  .reason02_content .grid_box p {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 15px;
  }

  .reason02_content .grid_box .car-content {
    grid-column: 1;
    grid-row: 4;
  }

  .reason02_content .grid_box .car-sale {
    grid-column: 1;
    grid-row: 5;
  }

  .reason03_content .reason_top_ttl span::before {
    width: 50px;
    height: 37px;
  }

  .reason02_content .point02.bg_circle_left::before {
    top: 73vw;
  }

  .reason02_content .point04.bg_circle_right::before {
    bottom: -12vw;
  }

  .reason03_content.enquete.bg_circle_left::before {
    display: none;
  }

  .reason03_content.support.bg_circle_right::before {
    display: none;
  }

  .reason03_content.goods.bg_circle_left::before {
    display: none;
  }

  .reason01_content.bg_flower_single::before,
  .reason01_content.bg_flower_single::after {
    content: none;
  }

  .content_img-txton .box_wrapper.bg_circle_right::before {
    bottom: initial;
    top: 100px;
  }

  .reason01_content {
    margin: 0 -5.3vw;
  }

  .reason01_content .ttl_double_border.reason01 {
    margin: 0 -5.3vw 20px;
  }

  .reason02 .ttl_double_border {
    margin: 0 -5.3vw 20px;
  }

  .reason03_content .ttl_double_border {
    margin: 0 -5.3vw 20px;
  }

  .reason01_btns {
    margin-top: 30px;
  }

  .plan_ttl {
    flex-direction: column;
    align-items: center;
    background: #fff !important;
    padding: 0;
  }

  .nav-wrap-sp .plan_ttl {
    background: none !important;
  }

  .plan_ttl h5 {
    font-size: 25px;
    display: block;
    margin: 0 0 10px;
    width: 100%;
    padding: 8px 0 10px;
    text-align: center;
  }

  .plan_ttl h5 span {
    padding-left: 40px;
    margin-left: -30px;
  }

  .plan_ttl .time {
    margin: 10px 0 0;
    padding-left: 27px;
    width: 89.4vw;
    text-align: center;
    padding: 1px 0 3px;
  }

  .plan_ttl .time span {
    margin-left: 9%;
  }

  .plan_ttl .time span::before {
    width: 20px;
    left: -27px;
    top: 3px;
  }

  .plan_ttl h5 {
    position: static;
    transform: none;
  }

  .plan_joint h5 {
    background: var(--site-primary);
  }

  .plan_single h5 {
    background: #31865a;
  }

  .plan_premium h5 {
    background: #b98a4a;
  }

  .plan_premium h5 span {
    padding-left: 40px;
    margin-left: 0;
  }

  .plan_joint h5 span::before {
    left: -20px;
    top: -2px;
  }

  .plan_single h5 span::before {
    left: -14px;
    top: 0;
  }

  .plan_premium h5 span::before {
    left: -14px;
    top: -2px;
  }

  .plan_joint .sub,
  .plan_joint .time {
    color: var(--site-primary);
  }

  .plan_single .sub,
  .plan_single .time {
    color: #31865a;
  }

  .plan_premium .sub,
  .plan_premium .time {
    color: #b98a4a;
  }

  .plan_joint .time {
    border: 1px solid var(--site-primary);
  }

  .plan_single .time {
    border: 1px solid #31865a;
  }

  .plan_premium .time {
    border: 1px solid #b98a4a;
  }

  .plan_joint .plan_ttl .time span::before {
    background: url(../img/common/icon_clock.svg) no-repeat;
  }

  .plan_single .plan_ttl .time span::before {
    background: url(../img/common/icon_clock_green.svg) no-repeat;
  }

  .plan_premium .plan_ttl .time span::before {
    background: url(../img/common/icon_clock_gold.svg) no-repeat;
  }

  .plan_premium .btn a {
    font-size: 15px;
    padding: 10px 5% 12px;
  }

  .plan_service {
    flex-direction: column;
    margin: 0 0 10px;
  }

  .plan_service .service_content .sub {
    font-size: 18px;
    text-align: center;
  }

  .plan_service .plan_txt {
    width: 100%;
    margin: 3px 0 18px;
  }

  .plan_service .service_ttl {
    font-size: 18px;
  }

  .plan_service .service_content {
    width: 100%;
    margin-bottom: 10px;
    margin-top: -10px;
    max-width: initial;
  }

  .plan_service .total_price {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: -5px;
  }

  .plan_service .total_price .txt-price_total {
    top: -7px;
  }

  .plan_service .total_price .num {
    font-size: 40px;
  }

  .plan_service .total_price .yen {
    font-size: 25px;
  }

  .plan_flow ul {
    flex-direction: column;
  }

  .plan_flow ul li:not(.arrow) {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .plan_flow ul li:not(.arrow) div {
    width: 50%;
  }

  .plan_flow ul li:not(.arrow) img {
    object-fit: cover;
    height: 100%;
    max-height: initial;
  }

  .plan_flow ul li p {
    width: 50%;
    padding: 13px 18px;
  }

  .plan_flow ul li.arrow {
    margin: 4px 0 10px;
  }

  .plan_flow ul li.arrow img {
    width: 32px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .plan_premium .plan_flow ul {
    gap: 0;
  }

  .plan_premium .plan_flow ul li.arrow {
    width: 100%;
  }

  .reason01_content .bg_white {
    border-radius: 0;
  }

  .reason01_content.plan01 {
    margin: -60px -5.3vw 30px;
    padding-top: 60px;
  }

  .reason01_content.plan02 {
    margin: -60px -5.3vw 10px;
    padding-top: 60px;
  }

  .reason01_content.plan03 {
    margin: -36px -5.3vw 10px;
    padding-top: 60px;
  }

  .reason01_content.plan03 .bg_white {
    border-radius: 0;
  }

  /* 自宅セレモニー葬 */
  .reason01_content.plan04 {
    margin: 0px -5.3vw 30px;
    padding-top: 0;
  }

  .plan_memorial .plan_ttl {
    border-radius: 0;
  }

  .plan_memorial .plan_ttl h5 {
    background: url(../img/top/memorial_ttl_bg_sp.png) no-repeat !important;
    background-size: cover !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8 0 10px;
    border-radius: 0;
    font-size: 25px;
  }

  .plan_memorial .time {
    border: 1px solid #f05848;
  }

  .plan_memorial .sub,
  .plan_memorial .time {
    color: #f05848;
  }

  .plan_memorial .plan_ttl .txt_box {
    order: 1;
    width: 100%;
    padding: 0;
  }

  .plan_memorial .plan_ttl h5 span {
    padding-left: 50px;
  }

  .plan_memorial .plan_ttl h5 span::before {
    top: 0;
  }

  .plan_memorial .plan_ttl h5::before {
    left: 16px;
    top: 5px;
  }

  .plan_memorial .plan_ttl h5::after {
    right: 12px;
    top: 5px;
  }

  .plan_memorial .plan_ttl .sub_ttl {
    line-height: 1.25;
    width: 93%;
    padding: 5px 0 0;
    background-position: center;
    height: 70px;
  }

  .plan_memorial .plan_ttl .photo01 {
    order: 2;
    width: 44.7%;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
  }

  .plan_memorial .plan_ttl .photo02 {
    width: 44.7%;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
  }

  .plan_memorial .point_area {
    flex-direction: column;
    padding: 20px 20px;
    margin-bottom: 15px;
  }

  .plan_memorial .point_area img {
    width: 100%;
  }

  .plan_memorial .point_area .box {
    width: 100%;
    margin-top: 10px;
  }

  .plan_memorial .point_area .box li {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .plan_memorial .plan_service .time .size {
    font-size: 1.25em;
    margin-left: 2px;
  }

  .plan_memorial .plan_service .time {
    margin: -13px 0 5px;
  }

  .plan_memorial .plan_flow ul {
    gap: 0;
  }

  .plan_memorial .plan_flow ul li.arrow {
    width: 100%;
  }

  .plan_memorial .plan_service .service_content .sub {
    font-size: 18px;
    text-align: center;
  }

  .best_plan {
    border: 4px solid #f9f4ea;
    padding: 18px 25px;
    margin: 25px 0 10px;
  }

  .best_plan .ttl {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .best_plan .txt {
    width: 100%;
  }

  .best_plan img {
    width: 78%;
    display: block;
    margin: 14px auto 6px;
  }

  .reason02.lg_inner_space {
    padding: 0 0 42px;
  }

  .reason02_content {
    margin: 0 -5.3vw 10px;
    border-radius: 0;
  }

  .reason02_content.intro_box {
    margin-bottom: 35px;
  }

  .reason_sec .reason02_content .half_box.intro_box {
    margin: -10px 0 0;
  }

  .reason02_content.points>div {
    flex-direction: column;
    /*margin: 0 5.3vw;*/
    padding: 25px 0;
  }

  .reason02_content.points .half_box .photo {
    width: 100%;
  }

  .reason02_content.points .half_box .photo img {
    margin-bottom: 0;
  }

  .reason02_content.points>div:nth-of-type(1) {
    padding-top: 5px;
  }

  .reason02_content.points .half_box .txt p {
    width: 100%;
    margin-bottom: 18px;
  }

  .reason02_content.points .half_box .photo::before {
    width: 50px;
    height: 50px;
  }

  .reason02_content.points .half_box .photo .annotation_txt {
    margin-top: 10px;
  }

  .reason02_content .point01 .photo,
  .reason02_content .point03 .photo {
    max-width: 89%;
    grid-column: 1;
    grid-row: 2;
  }

  .reason02_content .point01,
  .reason02_content .point02,
  .reason02_content .point03,
  .reason02_content .point04 {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
  }

  .reason02_content .point02,
  .reason02_content .point04 {
    width: 100vw;
    margin: 0 -5.3vw 20px;
  }

  .reason02_content h4.point_title {
    grid-column: 1;
    grid-row: 1;
    border-left: none;
    border-right: none;
    padding: .5em .7em;
    margin: 0 auto 20px;
  }

  .reason02_content h4.point_title span {
    font-size: 32px;
  }

  .reason02_content .point01 .txt,
  .reason02_content .point03 .txt {
    grid-column: 1;
    grid-row: 3;
    max-width: 89%;
  }

  .reason02_content .point01 .photo,
  .reason02_content .point03 .photo {
    margin: 0 auto 20px;
  }

  .reason02_content .point02 .photo,
  .reason02_content .point04 .photo {
    grid-column: 1;
    grid-row: 2;
    margin: 0 5.3vw 20px;
    max-width: 89%;
    margin-bottom: 15px;
  }

  .reason02_content .point02 .txt,
  .reason02_content .point04 .txt {
    grid-column: 1;
    grid-row: 3;
    margin: 0 5.3vw;
  }

  .reason02_content.points>div {
    margin: 0;
  }

  .reason03_content .half_box .txt p {
    margin-bottom: 10px;
  }

  .reason03_content {
    margin: 0 -5.3vw;
  }

  .reason03_content .intro_box {
    margin-bottom: 25px;
  }

  .reason03_content.enquete .md_inner_space {
    padding: 35px 5.3vw;
  }

  .reason03_content.support .md_inner_space {
    padding: 35px 5.3vw;
  }

  .reason03_content.expert .md_inner_space {
    padding: 35px 5.3vw;
  }

  .reason03_content.goods .md_inner_space {
    padding: 35px 5.3vw;
  }

  .reason03_content.goods .bg_white {
    border-radius: 0;
  }

  .reason03 .attention_box_gray {
    display: block;
    padding: 16px 20px 20px;
    /* margin-bottom: 25px; */
  }

  .pay_box {
    padding: 20px 5.3vw;
    margin: 30px -5.3vw;
    border-radius: 0;
  }

  .pay_choice {
    gap: 15px 0;
  }

  .pay_choice li {
    width: 100%;
    padding: 10px 10px 10px;
  }

  .pay_choice li p {
    font-size: 17px;
  }

  .enquete_top {
    font-size: 17px;
    line-height: 1.45;
    text-align: left;
    border-radius: 50px;
    margin-bottom: 10px;
    padding: 10px 0;
  }

  .enquete_top span {
    padding-left: 80px;
    display: block;
  }

  .enquete_top span::before {
    background-size: contain;
    width: 40px;
    left: 30px;
    top: 0;
  }

  .enquete_content .sub_ttl {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .enquete_content ul {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 25px;
  }

  .enquete_content ul li {
    width: 47.8%;
    padding: 10px 10px 6px;
  }

  /*  .enquete_content ul li:last-child {
    display: none;
  }*/
  .enquete_content ul li a {
    margin-bottom: 4px
  }

  .enquete_content ul li a::after {
    width: 30px;
    height: 30px;
  }

  /*.voice {
    margin-top: 10vw;
  }
  .voice h5 {
    margin-bottom: 12px;
  }
  .voice_bnr {
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr auto;
    padding: 16px 25px;
    margin:20px 0 20px;
  }
  .voice_bnr .txt {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .voice_bnr .voice_image01 {
    grid-column: 1;
    grid-row: 1;
    padding-right: 4px;
  }
  .voice_bnr .voice_image02 {
    grid-column: 2;
    grid-row: 1;
    padding-left: 6px;
  }
  .voice_bnr_ttl {
    font-size: 23px;
    margin: 0 0 4px;
  }
  .voice_bnr_ttl span {
    font-size: 33px;
  }
  .voice_bnr_ttl span::after {
    width: 43px;
    right: -50px;
    top: 4px;
  }
  .voice_bnr p {
    line-height: 1.5;
  }
  .voice_box {
    gap: 20px 0;
  }
  .voice_box dl {
    width: 100%;
  }
  .voice_box dt {
    padding: 8px 0;
  }
  .voice_box dd {
    padding: 20px 25px;
    display: block;
  }
  .voice_box dd img {
    width: 115px;
    margin: 0 18px 10px 0;
    float: left;
  }*/
  .reason03_content.content01 .half_box.intro_box {
    flex-direction: column;
    margin: -10px 0 25px;
  }

  .reason03_content .half_box.intro_box {
    flex-direction: column;
  }

  .reason03_content.support .intro_txt {
    margin: 0 0 25px;
  }

  .support_content {
    padding: 0;
    margin: 28px 0 25px;
  }

  .support_content div {
    margin: 0;
    padding: 20px 25px 20px;
  }

  .support_content div .txt_keycolor {
    font-size: 16px;
  }

  .send_goods {
    margin: 17px 0 25px;
    padding-bottom: 27px;
  }

  .send_goods .sub_ttl {
    font-size: 18px;
    padding: 4px 0 6px;
    margin: 14px 0;
  }

  .send_goods .goods_list {
    margin: 20px 0 0;
  }

  .send_goods .goods_list li {
    width: 100%;
    max-width: initial;
    flex-direction: row;
    height: 125px;
  }

  .send_goods .goods_list li picture {
    width: 50%;
  }

  .send_goods .goods_list li img {
    width: 100%;
  }

  .send_goods .goods_list .item_info {
    width: 50%;
    padding: 22px 0 25px;
  }

  .send_goods .goods_list .item_name {
    margin-bottom: 2px;
  }

  .send_goods .goods_list li:last-child .item_name {
    font-size: 15px;
  }

  .ttl_back_border {
    font-size: 21px;
  }

  .ttl_back_border span:not(.txt_keycolor) {
    display: inline-block;
    padding: 0 10px;
  }

  .certificate_box {
    padding: 22px 20px 26px;
    margin-top: 25px;
  }

  .certificate_box .txt {
    width: 100%;
    margin-bottom: 8px;
  }

  .certificate_box h5 {
    font-size: 21px;
    text-align: center;
    line-height: 1.0;
  }

  .certificate_box h5 .bg_green {
    font-size: 18px;
    display: block;
    margin: 0 0 0;
    top: 4px;
  }

  .certificate_box h5 .dot {
    font-size: 28px;
    background-position: top -3px left 0px;
  }

  .certificate_box a {
    display: inline-block;
    width: 50%;
    margin: 0 auto;
    box-shadow: 0px 2px 0px 0px #ddd;
  }

  .certificate_box a::after {
    width: 30px;
    height: 30px;
  }

  .reason03_content.expert .intro_txt {
    margin-bottom: 25px;
  }

  .reason03_content.expert .photo::after {
    background: url(../img/top/director_small_sp.png) no-repeat;
    background-size: contain;
    width: calc(256px / 2);
    height: calc(181px / 2);
    left: 15px;
    bottom: -15px;
  }

  .reason03_content.expert .half_box_ttl {
    margin: 26px 0 8px;
  }

  #reasons .reason03_content.goods .intro_box {
    margin-top: 25px;
  }

  .reason03_content.goods .goods_list {
    margin-top: 17px;
  }

  .goods_list {
    gap: 15px 0;
    justify-content: space-between;
  }

  .goods_list li {
    width: 47.8%;
  }

  .goods_list .item_info {
    padding: 10px 5px 10px;
  }

  .goods_list li .txt_keycolor {
    font-size: 13px;
  }

  .goods_list li.popular::after {
    width: 40px;
  }

  .goods_list li.new::after {
    width: 50px;
  }

  .goods_list li.few::after {
    width: 40px;
  }

  .goods_list .before_txt {
    font-size: 13px;
  }

  .goods_list .yen {
    font-size: 16px;
  }

  .goods_list li.new .item_info {
    padding: 10px;
  }

  .goods_list li.new .item_info h5 {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 0;
    color: #fff;
    background: url(../img/common/bg-brown_dot.png);
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .goods_list li.new .item_info h5 span {
    background: #fff;
    padding: 3px 4px;
    border-radius: 10px;
    color: #b98a4a;
    ;
    font-size: 12px;
    display: inline-block;
  }

  .goods_list li.new picture {
    width: 45%;
    overflow: hidden;
  }

  .goods_list li.new img {
    width: 45vw;
    margin-left: -6%;
  }

  /*--------追記--------*/
  .reason03_content.content01 .bg_arrow {
    height: 70px;
    margin: 20px auto;
  }

  .reason03_content.content01 .bg_gold {
    margin: 20px -5.3vw;
  }

  .reason03_content.content01 .bg_gold h4 {
    font-size: 24px;
    padding: 15px 0 20px;
    margin-bottom: 20px;
  }

  .reason03_content.content01 .bg_keycolor {
    margin: 30px -5.3vw;
  }

  .reason03_content.content01 .bg_keycolor h4 {
    font-size: 24px;
  }

  /*  .voice_title01, .voice_title02{
    margin: 20px -5.7vw;
  }
  .voice_title01 span, .voice_title02 span{
    font-size: 22px;
  }*/
}

/*-----------------------------------------------
 *	ペットちゃん一覧
-----------------------------------------------*/
#species .intro_txt {
  font-size: 19px;
  text-align: center;
  margin-top: -10px;
}

.pet_list {
  margin: 32px 0 22px;
  gap: 20px 19px;
}

.pet_list li {
  background: #f8e0e3;
  width: 23.7%;
  padding: 14px 0 14px 20px;
  display: flex;
  align-items: center;
  gap: 0;
}

.pet_list li img {
  width: 90px;
  margin-right: 10px;
}

.pet_list li div {
  display: flex;
  align-items: center;
}

.pet_list li p {
  font-size: 27px;
  line-height: 1.0;
}

.pet_list li p.size_small {
  font-size: 22px;
  line-height: 1;
}

.pet_list li p.size_more_small {
  font-size: 17px;
  line-height: 1.2;
}

.pet_list li span {
  font-size: 15px;
  color: #e9a8b0;
}

.pet_list li span.size_small {
  font-size: 13px;
}

.readMoreContainer p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #species .intro_txt {
    font-size: 17px;
  }

  .pet_list {
    gap: 20px 2%;
  }

  .pet_list li {
    width: 23.5%;
    padding: 14px 0 14px 1.2vw;
  }

  .pet_list li img {
    width: 80px;
    margin-right: 5%;
  }

  .pet_list li p {
    font-size: 23px;
  }

  .pet_list li p.size_small {
    font-size: 17px;
  }

  .pet_list li span {
    font-size: 11px;
  }

  .pet_list li span.size_small {
    font-size: 11px;
  }
}

@media only screen and (max-width: 960px) {
  .pet_list {
    gap: 15px 2%;
    margin: 3vw 0;
  }

  .pet_list li {
    padding: 14px 0 14px 1.0vw;
  }

  .pet_list li img {
    width: 40px;
    margin-right: 5%;
  }

  .pet_list li p {
    font-size: 18px;
  }

  .pet_list li p.size_small {
    font-size: 15px;
  }

  .pet_list li span {
    font-size: 11px;
  }

  .pet_list li span.size_small {
    font-size: 11px;
  }

  #species .intro_txt {
    font-size: 15px;
    width: 100%;
  }

  .pet_list li p.size_more_small {
    font-size: 15px;
  }
}

@media only screen and (max-width: 568px) {
  #species .intro_txt {
    text-align: left;
    margin-top: -5px;
  }

  .pet_list {
    gap: 10px 0;
    justify-content: space-between;
    margin: 20px 0 12px;
  }

  .pet_list li {
    width: 47.8%;
    padding: 8px 0 8px 8px;
  }

  .pet_list li img {
    width: 45px;
  }

  .pet_list li span {
    font-size: 10px;
  }

  .pet_list li p.size_small {
    font-size: 15px;
  }

  .pet_list li span.size_small {
    font-size: 10px;
  }

  .pet_list li p.size_more_small {
    font-size: 13px;
    line-height: 1.2;
  }

  #species .btn a {
    font-size: 15px;
    padding: 10px 5% 12px;
  }

  .readMoreContainer p:last-child {
    margin-bottom: 0;
  }

}

/*-----------------------------------------------
 *	火葬・葬儀までにしてあげること
-----------------------------------------------*/
#enshrinement .bg_white {
  border-radius: 0 0 10px 10px;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}

#enshrinement .bg_circle_right::before {
  background: url(../img/common/bg_circle04.png) no-repeat;
  top: 53%;
  z-index: 1;
}

#enshrinement h2 {
  position: relative;
}

#enshrinement h2.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  top: 126px;
  z-index: 1;
}

#enshrinement .intro_box {
  margin-bottom: 40px;
}

ul.step li {
  padding: 40px 32px 40px 40px;
  display: grid;
  grid-template-columns: 275px auto;
  grid-template-rows: auto 1fr;
  column-gap: 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
}

ul.step li::after {
  content: '';
  background: url(../img/top/icon_flow_down.svg) no-repeat;
  width: 51px;
  height: 28px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  z-index: 10;
}

ul.step li:last-child::after {
  display: none;
}

ul.step .photo {
  width: 275px;
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
}

ul.step h5 {
  grid-column: 2;
  grid-row: 1;
  font-size: 27px;
  position: relative;
  top: -10px;
}

ul.step p {
  grid-column: 2;
  grid-row: 2;
}

ul.step .photo::after {
  content: '';
  background: url(../img/common/icon_num01_large.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

ul.step li:nth-child(2) .photo:after {
  background: url(../img/common/icon_num02_large.svg);
}

ul.step li:nth-child(3) .photo:after {
  background: url(../img/common/icon_num03_large.svg);
}

ul.step li:nth-child(4) .photo:after {
  background: url(../img/common/icon_num04_large.svg);
}

.movie_box {
  border: 4px solid var(--site-primary);
  margin-top: 40px;
}

.movie_box h4 {
  font-size: 27px;
  color: #fff;
  background: var(--site-primary);
  padding: 6px 0 12px;
}

.movie_box h5 {
  font-size: 22px;
  margin-bottom: 20px;
}

.movie_box h5 span {
  position: relative;
}

.movie_box li:first-child h5 span::before {
  content: '';
  background: url(../img/common/icon_youtube01.svg) no-repeat;
  width: 40px;
  height: 39px;
  position: absolute;
  left: -50px;
}

.movie_box li:last-child h5 span::before {
  content: '';
  background: url(../img/common/icon_youtube02.svg) no-repeat;
  width: 33px;
  height: 42px;
  position: absolute;
  left: -50px;
}

.movie_box ul {
  padding: 30px 40px 40px;
}

.movie_box li {
  width: 48%;
}

.movie_box .yt_wrapper {
  position: relative;
  width: 100%;
}

.movie_box .yt_wrapper::before {
  content: '';
  display: block;
  padding-top: 62%;
}

.movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#enshrinement .under_txt {
  font-size: 30px;
  margin-top: 50px;
}
#enshrinement .movie_box video {
  width: 60%;
  margin: 4% auto 4%;
  display: block;
}

@media only screen and (max-width: 1024px) {
  #enshrinement .under_txt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 960px) {
  ul.step h5 {
    font-size: 22px;
    top: -8px;
  }

  .movie_box h4 {
    font-size: 22px;
  }

  .movie_box h5 {
    font-size: 18px;
  }

  .movie_box ul {
    padding: 2vw 3vw 3vw;
  }

  .movie_box li:first-child h5 span::before {
    width: 30px;
    left: -37px;
  }

  .movie_box li:last-child h5 span::before {
    width: 26px;
    left: -35px;
  }

  #enshrinement .under_txt {
    font-size: 20px;
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 568px) {
  #enshrinement h2.bg_circle_left::before {
    display: none;
  }

  #enshrinement .ttl_content_top {
    margin: 0 -5.3vw;
    text-align: center;
  }

  #enshrinement .bg_white {
    margin: 0 -5.3vw;
    border-radius: 0;
    padding-bottom: 30px;
  }

  #enshrinement .intro_box {
    flex-direction: column-reverse;
    margin: -10px 0 30px;
  }

  #enshrinement .ttl_double_border {
    margin: 0 -5.3vw 20px;
  }

  ul.step li {
    grid-template-columns: 47.8% auto;
    grid-template-rows: 1fr auto;
    column-gap: 4.4%;
    margin: 0 -5.3vw 10px;
    border-radius: 0;
    padding: 20px 5.3vw;
  }

  ul.step .photo {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }

  ul.step .photo::after {
    width: 40px;
    height: 40px;
  }

  ul.step h5 {
    font-size: 19px;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    top: 0;
  }

  ul.step p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 10px;
  }

  ul.step li::after {
    width: 37px;
  }

  .movie_box {
    margin-top: 30px;
  }

  .movie_box h3 {
    font-size: 19px;
    padding: 4px 0 8px;
  }

  .movie_box ul {
    padding: 17px 28px 25px;
    gap: 20px 0;
  }

  .movie_box li {
    width: 100%;
  }

  .movie_box h4 {
    font-size: 17px;
    margin-bottom: 12px;
  }

  #enshrinement .under_txt {
    font-size: 21px;
    margin-top: 28px;
    line-height: 1.5;
  }
  #enshrinement .movie_box h4 {
    line-height: 1.5;
  }
  #enshrinement .movie_box video {
    width: 90%;
    margin: 6% auto;
  }
}

/*-----------------------------------------------
 *	火葬後のご遺骨の供養方法
-----------------------------------------------*/
#memorial .bg_circle_left::before {
  top: 60px;
}

.memorial_list.bg_circle_right::before {
  top: 45%;
}

.memorial_list {
  position: relative;
  margin: 60px 0 30px;
  gap: 40px 0;
}

.memorial_list li {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  width: 48.2%;

}

.memorial_list li:last-child {
  width: 100%;
  border-radius: 10px;
}

.memorial_list li:last-child picture {
  width: 50%;
}

.memorial_list li:last-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.memorial_list li .txt {
  padding: 0 42px 52px;
  border: 2px solid #dfdfdf;
  border-top: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.memorial_list li:last-child .txt {
  width: 50%;
  border: 2px solid #dfdfdf;
  border-left: none;
  border-radius: 0 10px 10px 0;
  padding-bottom: 46px;
}

.memorial_list li h5 {
  font-size: 30px;
  padding: 20px 0 14px;
}

#memorial .btn_border {
  max-width: 300px;
  margin-top: 35px;
}

@media only screen and (max-width: 1024px) {
  .memorial_list li h5 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 960px) {
  .memorial_list {
    margin-top: 4vw;
  }

  .memorial_list li .txt {
    padding: 0 3vw 3vw;
  }

  .memorial_list li:last-child h5 {
    padding-top: 2.0vw;
  }

  .memorial_list li h5 {
    font-size: 24px;
    padding: 1.5vw 0 1.0vw;
  }

  #memorial .btn_border {
    max-width: 85%;
    margin-top: 2.5vw;
  }
}

@media only screen and (max-width: 568px) {
  #memorial .bg_circle_left::before {
    display: none;
  }

  #memorial .intro_box {
    border-radius: 0;
  }

  #memorial .ttl_content_top {
    text-align: center;
  }

  #memorial .half_box {
    flex-direction: column-reverse;
    margin: -10px 0 0;
  }

  .memorial_list {
    margin: 30px 0 20px;
    gap: 20px 0;
  }

  .memorial_list li {
    width: 100%;
  }

  .memorial_list li:last-child {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .memorial_list li h5 {
    font-size: 20px;
    padding: 10px 0 8px;
  }

  .memorial_list li .txt {
    padding: 0 26px 26px;
  }

  .memorial_list li:last-child .txt {
    width: 100%;
    border: 2px solid #dfdfdf;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 0 26px 26px;
  }

  .memorial_list li:last-child h5 {
    padding: 10px 0 8px;
  }

  .memorial_list li:last-child picture {
    width: 100%;
  }

  .memorial_list li:last-child img {
    height: auto;
  }

  #memorial .btn_border {
    margin-top: 16px;
  }

  #memorial .btn_border a {}

  .memorial_list li:nth-child(3) .btn_border a::after {
    right: 15px;
  }

  #memorial .attention_box_gray {
    padding: 16px 20px 20px;
    margin-bottom: 20px;
  }
}

/*-----------------------------------------------
 *	自治体と民間のペット火葬の違い
-----------------------------------------------*/
#difference .bg_white {
  padding-top: 50px;
  position: relative;
  z-index: 10;
}

#difference .bg_circle_left::before {
  background: url(../img/common/bg_circle03.png);
  z-index: 1;
  top: 55px;
}

#difference .bg_circle_right::before {
  background: url(../img/common/bg_circle04.png);
  z-index: 1;
  top: 33%;
}


#difference .attention_box_gray {
  padding: 35px 40px;
}

.sankaku {
  width: 90px;
  display: block;
  margin: 20px auto;
}

#difference .shucchou {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:start;
}
#difference .shucchou .txt{
  width: 50%;
}
#difference .shucchou .shucchou_top {
  color: #fff;
  font-size: 22px;
  background: var(--site-primary);
  border-radius: 50px;
  display: inline-block;
  padding: 7px 30px;
  margin-bottom: 16px;
}

#difference .shucchou .shucchou_under {
  font-size: 22px;
  position: relative;
  line-height: 1.5;
}

#difference .shucchou img {
  width: 45%;
}

.attention_box_pink {
  border: 4px solid var(--site-keycolor);
  background: #fff;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}

.attention_box_pink h3 {
  font-size: 30px;
  color: #fff;
  background: repeating-linear-gradient(-45deg,
      #de7280 0,
      #de7280 10px,
      #da6272 10px,
      #da6272 20px);
  text-align: center;
  padding: 12px 0 16px;
}

.attention_box_pink h3 span {
  position: relative;
}

.attention_box_pink h3 span::before {
  content: '';
  background: url(../img/common/icon_caution.png) no-repeat;
  background-size: contain;
  width: 48px;
  height: 44px;
  position: absolute;
  left: -60px;
  top: 2px;
}

.attention_box_pink .box_inner {
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: auto 1fr;
  padding: 40px 50px;
  column-gap: 40px;
}

.attention_box_pink .ttl {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  top: -8px;
}

.attention_box_pink h4 {
  font-size: 24px;
}

.attention_box_pink p {
  grid-column: 2;
  grid-row: 2;
}

.attention_box_pink img {
  grid-column: 1;
  grid-row: 1 / -1;
}

@media only screen and (max-width: 1024px) {
  #difference .shucchou .shucchou_top {
    font-size: 20px;
  }

  #difference .shucchou .shucchou_under {
    font-size: 23px;
  }

  .attention_box_pink h3 {
    font-size: 26px;
  }

  .attention_box_pink h3 span::before {
    width: 44px;
    top: 0;
  }
}

@media only screen and (max-width: 960px) {
  #difference .bg_circle_left::before {
    display: none;
  }

  #difference .bg_white {
    padding-top: 4vw;
  }

  #difference .attention_box_gray {
    padding: 3vw 3vw;
  }

  .sankaku {
    width: 65px;
  }

  #difference .shucchou .shucchou_top {
    font-size: 16px;
  }

  #difference .shucchou .shucchou_under {
    font-size: 18px;
    line-height: 1.6;
  }

  #difference .shucchou img {
    top: 4px;
  }

  .attention_box_pink h3 {
    font-size: 22px;
  }

  .attention_box_pink h3 span::before {
    width: 40px;
    top: -2px;
    left: -50px;
  }

  .attention_box_pink .box_inner {
    padding: 4vw 4vw;
  }

  .attention_box_pink h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 568px) {
  #difference .bg_white {
    margin: 0 -5.3vw;
    border-radius: 0;
    padding: 25px 5.3vw;
  }

  #difference .half_box {
    flex-direction: column-reverse;
  }

  #difference .attention_box_gray {
    padding: 16px 20px 20px;
  }

  .sankaku {
    width: 45px;
    margin: 10px auto 10px;
  }

  #difference .shucchou .shucchou_top {
    font-size: 17px;
    display: block;
    padding: 6px 0;
    text-align: center;
    margin-bottom: 10px;
  }

  #difference .shucchou .shucchou_under {
    font-size: 19px;
  }
  #difference .shucchou .txt{
    width: 100%;
  }
  #difference .shucchou img {
    width: 100%;
    margin-top: 15px;
  }

  .attention_box_pink {
    border-radius: 0;
    margin: 25px -5.3vw 0;
    border: none;
    border-bottom: 4px solid #f4d0d4;
  }

  .attention_box_pink h3 {
    font-size: 21px;
    padding: 10px 0 12px;
  }

  .attention_box_pink h3 span {
    display: block;
    text-align: left;
    padding-left: 73px;
  }

  .attention_box_pink h3 span::before {
    width: 44px;
    top: 52%;
    left: 20px;
    transform: translateY(-50%);
  }

  .attention_box_pink .box_inner {
    padding: 20px 5.3vw;
    grid-template-columns: 125px auto;
    grid-template-rows: 1fr auto;
    column-gap: 16px;
  }

  .attention_box_pink .box_inner.area {
    column-gap: 12px;
  }

  .attention_box_pink img {
    grid-column: 1;
    grid-row: 1;
  }

  .attention_box_pink .ttl {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
  }

  .attention_box_pink h4 {
    font-size: 19px;
  }

  .attention_box_pink p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 12px;
  }
}

/*-----------------------------------------------
 *	よくあるご質問
-----------------------------------------------*/
#faq p {
  font-size: 19px;
  text-align: center;
  margin: -10px 0 32px;
}

#faq dl {
  padding: 47px 50px 47px;
  margin-bottom: 20px;
}

#faq dl dt {
  font-size: 22px;
  color: var(--site-primary);
  border-bottom: 1px solid var(--site-secondary);
  padding: 0 0 18px 47px;
  position: relative;
}

#faq dl dt::before {
  content: '';
  background: url(../img/common/icon_qa_q.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 5px;
}

#faq dl dd {
  padding: 0 0 0 47px;
  margin-top: 16px;
  position: relative;
}

#faq dl dd::after {
  content: '';
  background: url(../img/common/icon_qa_a.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 2px;
}

@media only screen and (max-width: 1024px) {
  #faq p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 960px) {
  #faq p {
    font-size: 15px;
  }

  #faq dl {
    padding: 4vw 4vw;
  }

  #faq dl dt {
    font-size: 18px;
  }

  #faq dl dt::before {
    width: 26px;
  }

  #faq dl dd::after {
    width: 26px;
  }
}

@media only screen and (max-width: 568px) {
  #faq p {
    text-align: left;
    margin: -5px 0 20px;
  }

  #faq dl {
    padding: 20px 25px;
    margin-bottom: 15px;
  }

  #faq dl dt::before {
    width: 21px;
  }

  #faq dl dt {
    font-size: 17px;
    padding: 0 0 13px 33px;
  }

  #faq dl dd::after {
    width: 21px;
    top: 5px;
  }

  #faq dl dd {
    padding: 0 0 0 33px;
    line-height: 1.75;
    margin-top: 10px;
  }
}

/*-----------------------------------------------
 *	SNS
-----------------------------------------------*/
.sns_box {
  border: 5px solid #f9f4ea;
  background: #fff;
  padding: 60px 55px;
  position: relative;
  z-index: 10;
}

.sns_box .sns_icons {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.sns_box img {
  width: 60px;
}

.sns_box p {
  width: 73.5%;
}

@media only screen and (max-width: 1024px) {
  .sns_box p {
    width: 70%;
  }
}

@media only screen and (max-width: 960px) {
  .sns_box {
    padding: 4vw 4vw;
  }

  .sns_box p {
    width: 50%;
  }
}

@media only screen and (max-width: 568px) {
  .sns_box {
    border: 4px solid #f9f4ea;
    padding: 24px 25px 20px;
    justify-content: center;
  }

  .sns_box .sns_icons {
    justify-content: center;
    margin-bottom: 13px;
  }

  .sns_box img {
    width: 45px;
  }

  .sns_box p {
    width: 100%;
  }
}


/*-----------------------------------------------
 *	代表挨拶
-----------------------------------------------*/
#greeting {
  background: #fffbf5 url(../img/common/bg_city.png) repeat-x bottom 82px center;

}

#greeting .txt_box {
  background: #fff;
}
#greeting .txt_box img {
  width: 50%;
  display: block;
  margin: 10px 0 0 auto;
}

#greeting .bg_circle_left::before {
  background: url(../img/common/bg_circle03.png);
  background-size: contain;
  top: 60px;
  z-index: 1;
}

#greeting .content_img-txton .box_wrapper {
  z-index: 10;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  #greeting {
    background-size: 150%;
  }

  #greeting .content_img-txton .box_wrapper {
    margin-bottom: 7vw;
  }
}

@media only screen and (max-width: 568px) {
  #greeting {
    background: #fffbf5 url(../img/common/bg_city_sp.png) no-repeat bottom 18px center;
    background-size: contain;
  }

  #greeting .txt_box {
    padding: 5vw 5.3vw;
  }

  #greeting .content_img-txton .box_wrapper {
    margin-bottom: -25px;
  }

  #greeting .bg_circle_left::before {
    top: 40px;
  }
  #greeting .txt_box img {
    width: 64%;
    margin-top: 12px;
  }
}

/*-----------------------------------------------
 *	電子決済
-----------------------------------------------*/
.top_payment {
  margin-bottom: 50px;

  .pay_box {
    background: #fff8ef;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 960px) {
  .top_payment {
    margin: 0 auto 4vw;
  }
}

@media only screen and (max-width: 568px) {
  .top_payment {
    margin: 0 auto 25px;

    .pay_box {
      background: none;
      padding: 0 5.3vw;
      margin: 0 -5.3vw;
    }
  }
}

/*-----------------------------------------------
 *	MV下 動物保護コンテンツ
-----------------------------------------------*/
/*.top_volunteer_box {
  margin-bottom: 70px;
}
.top_volunteer_box .txt_box {
  background: url(../img/common/bg_bubble.jpg) no-repeat center;
  background-size: cover;
  width: 70%;
  padding: 30px 48px 35px;
}*/
.protection {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0 2vw;
}

.protection h2 {
  grid-column: 1;
  grid-row: 1;
}

.protection .txt_box {
  grid-column: 1;
  grid-row: 2;
}

.top_volunteer_box .photo_pc {
  grid-column: 2;
  grid-row: 1 / 4;
}

.top_volunteer_box .box_ttl {
  font-size: 26px;
  margin-bottom: 15px;
  background: var(--site-primary);
  color: #fff;
  border-radius: 100px;
  padding: 6px 0 9px;
  line-height: 1;
}

/*.top_volunteer_box .photo_pc {
  width: 30%;
}*/
.top_volunteer_box .photo_pc img {
  height: 100%;
  object-fit: cover;
}

.top_volunteer_box ul {
  margin-top: 20px;
  gap: 15px 1.5%;
}

.top_volunteer_box li {
  width: 32%;
}

.top_volunteer_box .photo_sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .top_volunteer_box .box_ttl {
    font-size: 24px;
  }
}
/*------------------------------------------------
* 悪徳業者
--------------------------------------------------*/

/* 悪徳業者チェックリスト */
.akutoku_check {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  margin: 20px auto 40px;
  border: 2px solid #DC7759;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.akutoku_check_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DC7759;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 16px 18px;
  min-width: 7em;
  line-height: 1.6;
  font-size: clamp(20px, 2vw, 22px);
}

.akutoku_check_list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 16px 20px;
  margin: 0;
  background: #fff;
  font-size: clamp(18px, 1.8vw, 20px);
}

.akutoku_check_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.4;
}

.akutoku_check_list li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-caveat-sub.png) no-repeat center / contain;
  flex-shrink: 0;
}

@media only screen and (max-width: 568px) {
  .akutoku_check {
    flex-direction: column;
  }

  .akutoku_check_ttl {
    padding: 12px 16px;
  }

  .akutoku_check_list {
    flex-direction: column;
    justify-content: center;
    padding: 14px 16px;
    gap: 8px;
  }
}

@media only screen and (max-width: 960px) {
  .top_volunteer_box {
    margin-bottom: 5vw;
  }

  .top_volunteer_box .txt_box {
    padding: 3vw 3vw 3.5vw;
  }

  .top_volunteer_box .box_ttl {
    font-size: 19px;
  }
}

@media only screen and (max-width: 568px) {
  .top_volunteer_box {
    margin-bottom: 0;
  }

  .top_volunteer_box .box_content {
    flex-direction: column;
  }

  .top_volunteer_box .txt_box {
    width: 100%;
    padding: 0;
  }

  .top_volunteer_box .txt_box .photo_sp {
    border-radius: 10px;
    margin: 0 10px 10px 0;
    width: 48%;
    float: left;
  }

  .top_volunteer_box .box_ttl {
    margin: 0px -5.3vw 10px;
    border-radius: 0;
    line-height: 1.45;
    width: 100vw;
  }

  .top_volunteer_box .photo_pc {
    display: none;
  }

  /*.top_volunteer_box .photo_sp {
    display: block;
  }*/
  .top_volunteer_box ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 12px;
    margin-top: 15px;
  }

  .top_volunteer_box li {
    width: 47%;
  }
}
/*-----------------------------------------------
 *	トラブルを未然に防ぐ
-----------------------------------------------*/
#difference .under_txt{
  font-size: clamp(20px, 2.5vw, 30px);
}
.trouble_point_list {
  display: flex;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 30px auto;
  flex-wrap: wrap;
}

.trouble_point_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #eef8f6;
  border: 2px solid #6dafab;
  border-radius: 12px;
  padding: 22px 12px;
  width: calc(20% - 12px);
  min-width: 100px;
  text-align: center;
  gap: 10px;
  box-sizing: border-box;
}

.trouble_point_icon {
  max-width: 100px;
}

.trouble_point_txt {
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: bold;
}

@media (max-width: 768px) {
  .trouble_point_list {
    gap: 8px;
  }

  .trouble_point_list li {
    width: calc(33.33% - 6px);
    padding: 14px 8px;
  }

  .trouble_point_icon {
    font-size: 34px;
  }

  .trouble_point_txt {
    font-size: 12px;
  }
}

/*-----------------------------------------------
 *	メディアスライダー
-----------------------------------------------*/
.media_slider_wrap {
  margin: 50px auto 70px;
}

.media-slide {
  background: #6dafab;
  border-radius: 10px;
  /*padding: 30px;*/
  padding: 30px 30px 55px;
}

.slick-slide .slide-img {
  width: 52%;
  overflow: hidden;
}

.slick-slide .slide-img video,
.slick-slide .slide-img img {
  width: 100%;
  max-width: 552px;
}

.pd-20 {
  padding: 7px 15px 20px;
}

.slide-title {
  background: #fff;
  width: 48%;
  padding: 50px 15px 20px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/*.video-slide .slide-title {
  margin-bottom: 7px;
}*/
.news p::before {
  content: '';
  background: url(../img/top/icon_cm.png)no-repeat;
  background-size: contain;
  width: 75px;
  height: 52px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.magazine p::before {
  content: '';
  background: url(../img/top/icon-magazine02.png)no-repeat;
  background-size: contain;
  width: 69px;
  height: 52px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.news-paper p::before {
  content: '';
  background: url(../img/icon-news.png)no-repeat;
  background-size: contain;
  width: 56px;
  height: 48px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.book p::before {
  content: '';
  background: url(../img/icon_book.png)no-repeat;
  background-size: contain;
  width: 48px;
  height: 57px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.book {
  padding: 20px 30px 20px;
}

.no-link p {
  padding-top: 30px;
  padding: 30px 30px 20px !important;
  line-height: 1.5 !important;
}

.slide-title p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.slide-title p span {
  font-size: 30px;
}

.slide-title a {
  max-width: 200px;
  margin: 15px auto 0;
  display: block;
}

.slide-title a.slide-link {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.slide-title a.slide-link:hover {
  border-bottom: none;
  padding-bottom: 1px;
}

.slide-title a img {
  width: 100%;
  max-width: 200px;
}

.slide-title .gap {
  gap: 20px;
}

#thumbs {
  margin-top: 15px;
}

#thumbs .slick-slide {
  /* margin-right: 10px; */
  /* height: 102.5px; */
}

#thumbs .slick-track {
  display: flex;
  gap: 0 10px;
}

.slide-arrow {
  width: 40px;
  height: 40px;
}

.slick-slider .prev-arrow {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}

.slick-slider .next-arrow {
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}

#thumbs .slick-slide {
  position: relative;
}

#thumbs .slick-current::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .5);
  z-index: 1;
}

.media-slide .slick-dots li button::before {
  color: #fff;
}

.media-slide .slick-dots li.slick-active button::before {
  color: #2a6a6f;
}

.media-slide .slider-img {
  height: auto;
  opacity: 0.3;
  transform: scale(0.92);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
}

.media-slide .slick-center {
  opacity: 1;
  transform: scale(1);
  max-width: 1120px;
}

@media only screen and (max-width: 768px) {
  .slide-title p {
    font-size: 18px;
  }

  .slide-title p span {
    font-size: 22px;
  }

  .slide-title a img {
    max-width: 150px;
  }

  .slide-title a {
    max-width: 150px;
  }

  .news p::before {
    width: 55px;
    height: 32px;
  }

  .l-inner .media-slide {
    max-width: 86%;
    margin: 30px auto;
  }

  .slide-title {
    padding: 40px 15px 10px;
  }

  #thumbs {
    margin-top: 0;
  }

  #slider .slick-list,
  #slider .slick-track {
    height: 29vw;
  }

  #thumbs .slick-list,
  #thumbs .slick-track {
    height: 9vw;
  }

  .book {
    padding: 23px 15px 10px;
  }

  .book p::before {
    width: 40px;
  }
}

@media only screen and (max-width: 568px) {
  .media_slider_wrap {
    margin: 25px auto 40px;
  }

  .media_slider_wrap.inner {
    width: 100%;
  }

  .media-slide {
    /*padding: 20px;*/
    padding: 20px 0 40px;
    border-radius: 0;
  }

  .slick-slide .row-rev {
    flex-direction: column;
  }

  #slider .slick-list,
  #slider .slick-track {
    height: auto;
  }

  #thumbs .slick-list,
  #thumbs .slick-track {
    /* height: 93px; */
    height: auto;
  }

  #thumbs {
    margin-top: 10px;
  }

  #thumbs .slick-center::before {
    height: 100%;
  }

  .pd-20 {
    padding: 20px 0 !important;
  }

  .slide-title {
    padding: 30px 0 30px;
    min-height: 155px;
    width: 100%;
  }

  .slide-title p span {
    font-size: 20px;
  }

  .slide-title p span.txt_keycolor {
    font-size: 24px;
  }

  .slick-slide .slide-img {
    width: 100%;
  }

  .slide-title .gap {
    gap: 10px;
  }

  .slide-title .gap a img {
    max-width: 130px;
  }

  .video-slide .slide-title {
    margin-bottom: 0;
  }

  .slide-arrow {
    width: 25px;
    height: 25px;
  }

  .slick-slider .prev-arrow {
    top: 58%;
    /* left: -20px; */
    left: 7%;
    transform: translateY(-50%);
  }

  .slick-slider .next-arrow {
    top: 58%;
    /* right: -45px; */
    right: 7%;
    transform: translateY(-50%);
  }

  .news p::before {
    width: 40px;
    top: 15px;
    left: 15px;
  }

  .news-paper p::before {
    width: 40px;
    height: 39px;
  }

  .magazine p::before {
    width: 40px;
    height: 37px;
    top: 15px;
    left: 15px;
  }

  .book p::before {
    width: 32px;
    height: 45px;
  }

  .book {
    padding: 20px 0 10px;
  }

  .book p {
    font-size: 16px;
  }

  .book p span {
    font-size: 18px;
  }

  .no-link p {
    padding: 30px 20px 10px !important;
  }

  .media-slide .slick-dots {
    bottom: -30px !important;
  }
}



/* 選ばれる理由03 火葬車コンテンツ 20260226 */
.reason02 {
  padding-top: 0;
}
.car_features_wrap .more_btn_wrapper p {
  font-size: 20px;
  margin-bottom: 1.0em;
}
.car_features_wrap .more_btn_wrapper p span {
  position: relative;
}
.car_features_wrap .more_btn_wrapper p span::before {
  content: '';
  background: url(../img/common/line-left.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 37px;
  position: absolute;
  left: -50px;
  top: 0;
}
.car_features_wrap .more_btn_wrapper p span::after {
  content: '';
  background: url(../img/common/line-right.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 37px;
  position: absolute;
  right: -50px;
  top: 0;
}
.car_sell_box {
  margin-top: 7%;
  padding: 30px 50px;
}
.car_sell_box .ttl {
  font-size: 26px;
  margin-bottom: 0.5em;
}
.car_sell_box .ttl span {
  position: relative;
}
.car_sell_box .ttl span::before {
  content: '';
  background: var(--site-primary);
  width: 1.15em;
  height: 1px;
  position: absolute;
  left: -1.75em;
  top: 50%;
  transform: translateY(-50%);
}
.car_sell_box .ttl span::after {
  content: '';
  background: var(--site-primary);
  width: 1.15em;
  height: 1px;
  position: absolute;
  right: -1.75em;
  top: 50%;
  transform: translateY(-50%);
}
.car_sell_box img {
  width: 38%;
}
.car_sell_box .txt {
  width: 60%;
}
.car_sell_box .btn {
  background: #1b9199;
  box-shadow: 0px 5px 1px #3a6d77;
  margin-top: 1.5em;
}

@media only screen and (max-width: 960px) {
   .car_sell_box .ttl {
    font-size: 22px;
  }
}
@media only screen and (max-width: 568px) {
  .car_features_wrap .more_btn_wrapper p {
    line-height: 1.5;
  }
  .car_features_wrap .more_btn_wrapper p span {
    display: inline-block;
  }
  .car_features_wrap .more_btn_wrapper p span::before, .car_features_wrap .more_btn_wrapper p span::after {
    top: initial;
    bottom: 5px;
  }
  .car_features_wrap .more_btn_wrapper p span::before {
    left: -32px;
  }
  .car_features_wrap .more_btn_wrapper p span::after {
    right: -32px;
  }
  .car_sell_box {
    padding: 6% 6% 7%;
    margin-top: 12%;
  }
  .car_sell_box .ttl {
    font-size: 19px;
  }
  .car_sell_box .ttl span::before, .car_sell_box .ttl span::after {
    content: none;
  }
  .car_sell_box .row-rev {
    flex-direction: column;
  }
  .car_sell_box img {
    width: 100%;
  }
  .car_sell_box .txt {
    width: 100%;
    margin-top: 2%;
  }
  .car_sell_box .btn {
    margin-top: 1.0em;
  }
}

/*-----------260313-------------*/
.brn-title{
  text-align: center;
  margin-bottom: 20px;
}

.brn-title h3{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 34px;
}
.brn-title h3 span{
  font-size: 42px;
}
.memorial_btn ul{
  margin-top: 40px;
}
.memorial_btn ul li{
  width: 32%;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  box-shadow: 0px 5px 1px #0e6075;

}

.memorial_btn ul li a{
  width: 100%;
  padding: 10px 0;
  display: block;
  position: relative;
}
.memorial_btn ul li a::after{
  content: '';
  background: url(../img/common/icon_arrow_right_white.svg) center no-repeat;
  background-size: contain;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)rotate(90deg);
}
.memorial_btn ul li a span{
  padding-left: 40px;
  position: relative;
}

.memorial_btn ul li a span::before{
  content: '';
  background: url(../img/top/icon_henkotsu.svg)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 38px;
}

.memorial_btn ul li:nth-child(2) a span{
  padding-left: 32px;
}
.memorial_btn ul li:nth-child(2) a span::before{
  background: url(../img/top/icon_bunkotsu.svg)no-repeat;
  width: 23px;
  height: 35px;
}

.memorial_btn ul li:nth-child(3) a span{
  padding-left: 45px;
}

.memorial_btn ul li:nth-child(3) a span::before{
  background: url(../img/top/icon_maisou.svg)no-repeat;
  width: 37px;
  height: 33px;

}

.brn-title h3:before, .brn-title h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  background:var(--site-primary) ;
}

.brn-title h3:before {
  left:0;
}
.brn-title h3:after {
  right: 0;
}

.memorial_list li h4{
  font-size: 30px;
  padding: 20px 0 14px;
}
.memorial_list li .txt,
.memorial_list li .txt:last-child{
  border: none;
}
.memorial_list li:last-child{
  padding: 40px;
  background: #fff;
}
.memorial_list li:last-child .photo{
  width: 48%;
}
.memorial_list li:last-child .txt{
  padding: 0 0 0 20px;
}
.burial_content{
  margin-bottom: 40px;
}

.holding{
  display: grid;
  grid-template-columns: 56% 41%;
  grid-template-rows: auto auto auto;
  background: #fff8db;
  padding: 30px;
  gap: 25px 30px;
  border-radius: 20px;
}
.holding h4{
  grid-row: 1;
  grid-column: 1;
  font-size:24px;
  padding-left: 30px;
  border-bottom: 2px solid #ccc;
}
.memorial_list li .holding h4{
  padding: 0;
}
.holding h4 span{
  position: relative;
}
.holding h4 span::before{
  content: '●';
  color: var(--site-primary);
  font-size: 30px;
  margin-right: 5px;
  line-height: 1;
}
.holding .holding_photo{
  grid-row: 1 / 4;
  grid-column: 2;
}
.holding dl{
  grid-row: 2;
  grid-column: 1;
}
.holding dl dt{
  background: var(--site-primary);
  font-size: 24px;
  width: 40%;
  padding:20px 0;
  text-align: center;
}
.holding dl dd{
  border: 4px solid #85bdcb;
  border-left: 0;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
}

.holding .btn_border{
  grid-row: 3;
  grid-column: 1;
}
#memorial .holding .btn_border{
  margin-top: 0;
  width: 100%;
}

.memorial_other h3{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 30px;
}

.memorial_other h3:before, .memorial_other h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: black;
}

.memorial_other h3:before {
  left:0;
}
.memorial_other h3:after {
  right: 0;
}
.other-title{
  text-align: center;
  margin-bottom: 20px;
}
.memorial_other .txt{
  padding:30px 40px;
  width: 50%;
}
.memorial_other .txt h4{
  font-size: 30px;
}

.memorial_other{
  margin-bottom: 40px;
}
.m_border{
  border: 1px solid #ccc;
}

@media only screen and (max-width: 960px) {
.brn-title h3{
  font-size: 24px;
}
.brn-title h3 span{
  font-size: 30px;
}
.memorial_btn ul li{
  font-size: 20px;
}
.memorial_list li h4{
  font-size: 22px;
}
.holding dl dt{
  font-size: 20px;
  width: 100%;
  padding: 32px 0;
}
.memorial_other h3{
  font-size: 24px;
}
.memorial_other .txt h4{
  font-size: 22px;
}
.memorial_other .photo{
  overflow: hidden;
}
.memorial_other .photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memorial_other .txt{
  padding: 20px;
  width: 80%;
}
}

@media only screen and (max-width: 568px) {
  .brn-title{
    margin-bottom: 10px;
  }
  .memorial_btn ul{
    align-items: center;
    margin-top: 20px;
  }
  .memorial_btn ul li{
    font-size: 18px;
    text-align: left;
    padding-left: 10px;
  }
  .memorial_btn ul li a span{
    padding-left: 30px;
  }
  .memorial_btn ul li a span::before{
    width: 22px;
    height: 29px;
  }
  .memorial_btn ul li:nth-child(2) a span {
    padding-left: 26px;
  }
  .memorial_btn ul li:nth-child(2) a span::before{
    width: 20px;
    height: 30px;
    padding-left: 25px;
  }
  .memorial_btn ul li:nth-child(3) a{
    padding: 9px 0 5px;
  }
   .memorial_btn ul li:nth-child(3) a span{
    display: inline-block;
    padding-left: 32px;
    font-size: 13px;
    line-height: 1.2;
   }
  .memorial_btn ul li:nth-child(3) a span::before{
    width: 27px;
    height: 24px;
  }
  .memorial_list li:last-child{
    padding: 20px;
  }
  .memorial_btn ul li a::after{
    right: 10px;
    width: 6px;
    height: 10px;
  }
  .burial_content{
    flex-direction: column;
  }
  .memorial_list li:last-child .photo{
    width: 100%;
  }
  .memorial_list li:last-child .txt{
    padding: 0;
  }
  .burial_content{
    margin-bottom: 20px;
  }
  .holding{
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
    padding: 10px 20px 20px;
    gap:20px;
  }
  .holding h4 span::before{
    font-size: 20px;
  }
  .holding h4 span{
    font-size: 18px;
  }
  .holding .holding_photo{
    grid-row: 2;
    grid-column: 1;
  }
  .holding dl{
    flex-direction: column;
    grid-row: 3;
    grid-column: 1;
  }
  .holding dl dd{
    border: 2px solid #85bdcb;
    border-top: none;
  }
  .holding dl dt{
    padding: 5px 0;
    font-size: 16px;
  }
  .holding .btn_border{
    grid-row: 4;
    grid-column: 1;
  }
.memorial_other h3{
  font-size: 20px;
}
.m_border{
  flex-direction: column;
}
.memorial_other{
  margin-bottom: 20px;
}
.memorial_other .txt{
  width: 100%;
}
.memorial_other .txt h4{
  margin-bottom: 14px;
}

}

/*------------------------------------------------
* 悪徳業者
--------------------------------------------------*/

/* 悪徳業者チェックリスト */
.akutoku_check {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  margin: 20px auto 40px;
  border: 2px solid #DC7759;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.akutoku_check_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DC7759;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 16px 18px;
  min-width: 7em;
  line-height: 1.6;
  font-size: clamp(20px, 2vw, 22px);
}

.akutoku_check_list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 16px 20px;
  margin: 0;
  background: #fff;
  font-size: clamp(18px, 1.8vw, 20px);
}

.akutoku_check_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.4;
}

.akutoku_check_list li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-caveat-sub.png) no-repeat center / contain;
  flex-shrink: 0;
}

@media only screen and (max-width: 568px) {
  .akutoku_check {
    flex-direction: column;
  }

  .akutoku_check_ttl {
    padding: 12px 16px;
  }

  .akutoku_check_list {
    flex-direction: column;
    justify-content: center;
    padding: 14px 16px;
    gap: 8px;
  }
}

