@charset "UTF-8";
/* CSS Document */
.main_visual{
	background: url(../img/top/mv_bg.png)no-repeat;
	background-size: contain;
	max-width: 1352px;
	height: auto;
	margin-top: 50px;
	position: relative;
}
.mv_txt{
	max-width: 45vw;
	margin: 0 auto;
	padding-top: 2vw;
	padding-bottom: 19.5vw;
}
.mv-point{
	max-width: 739px;
	position: absolute;
	bottom: -5%;
	left: 50%;
 	transform: translateX(-50%);
}

@media screen and (max-width:768px){
	.main_visual{
		background: url(../img/top/mv_bg_sp.png)no-repeat;
		background-size: cover;
		max-width: 100%;
	}
	.mv_txt{
		max-width: 100%;
		padding-bottom: 66vw;
	}
	.mv-point{
		width: 94%;
		bottom: 10px;
	}
}
@media screen and (max-width:568px){
	.main_visual{
	margin-top:-60px;
}
.mv_txt{
	padding-bottom: 135vw;
	padding-top: 25px;
}
}

/*-----------	HeadLine  ----------------*/

#hd-main{
	margin:80px 0 0;
	padding:40px 0 ;
}
h1{
	text-align: center;
	font-size: clamp(18px, 1.8vw, 28px);
	font-weight: bold;
	margin-bottom: 30px;
}
h1 span{
	background: linear-gradient(transparent 70%, #fff 50%);
}
#hd-main ul{
	gap: 1vw;
}
#hd-main ul li{
	max-width: 180px;
	width: 100%;
	text-align: center;
	text-decoration : none ; /* aタグでリンクテキストの下線を消したい場合は必要 */
  	outline : 1px solid var(--site-primary-keycolor); /* 線の太さ・線状・色 */
  	outline-offset : -5px; /* どれだけ内側に線を表示したいかを負の値で指定 */
  	background : #fff; 
	padding: 20px;
	font-size: clamp(14px, 1.2vw, 20px);
	font-weight: bold;
	line-height: 1.3;
}
#hd-main ul li span::before{
	content: '';
	background-size: contain;
	display: block;
	margin: 0 auto 20px;
}
#hd-main ul li:first-child span::before{
	background: url(../img/top/icon-list-01.svg)no-repeat;
	width:94px;
	height: 88px;
}
#hd-main ul li:nth-child(2) span::before{
	background: url(../img/top/icon-list-02.svg)no-repeat;
	width:88px;
	height: 90px;
}
#hd-main ul li:nth-child(3) span::before{
	background: url(../img/top/icon-list-03.svg)no-repeat;
	width:71px;
	height: 101px;
}
#hd-main ul li:nth-child(4) span::before{
	background: url(../img/top/icon-list-04.svg)no-repeat;
	width:136px;
	height: 83px;
}
#hd-main ul li:nth-child(5) span::before{
	background: url(../img/top/icon-list-05.png)no-repeat;
	width:110px;
	height: 97px;
}
#hd-main ul li:nth-child(6) span::before{
	background: url(../img/top/icon-list-06.png)no-repeat;
	width:90px;
	height: 84px;
}
@media screen and (min-width: 1025px) {
	
  }
  @media only screen and (max-width: 1024px) {
	#hd-main{
		margin: 40px 0 0 ;
	}
	#hd-main ul{
		flex-direction:unset;
		flex-wrap: wrap;
	
	}
	#hd-main ul li{
		max-width: 32%;
	}
	#hd-main ul li:first-child span::before{
		width:70px;
		height:66px;
	}
	#hd-main ul li:nth-child(2) span::before{
		width:70px;
		height: 69px;
	}
	#hd-main ul li:nth-child(3) span::before{
		width:53px;
		height: 80px;
	}
	#hd-main ul li:nth-child(4) span::before{
		width:96px;
		height: 59px;
	}
	#hd-main ul li:nth-child(5) span::before{
		background-size: contain;
		width:76px;
		height: 70px;
	}
	#hd-main ul li:nth-child(6) span::before{
		background-size: contain;
		width:70px;
		height: 65px;
	}
  }
  @media only screen and (max-width: 960px) {
	
  }
  @media only screen and (max-width: 768px) {
	#hd-main{
		margin:0;
	}
	#hd-main ul li {
		max-width: 32%;
	}
  }
  @media only screen and (max-width: 568px) {
	#hd-main{
		padding: 20px;
	}
	h1{
		font-size: 18px;
	}
	#hd-main ul li{
		display: flex;
		max-width: 49%;
		width: 100%;
		padding: 15px;
	}
	#hd-main ul li span{
		display: flex;
		justify-content: space-around;
		align-items: center;
		font-size: 16px;
	}
	#hd-main ul li span::before{
		margin-bottom: 0;
	}
	#hd-main ul li:first-child span::before{
		width:47px;
		height:44px;
		margin-right: 5px;
	}
	#hd-main ul li:nth-child(2) span::before{
		width:44px;
		height: 45px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#hd-main ul li:nth-child(3) span::before{
		width:28px;
		height: 40px;
		margin-left: 10px;
		margin-right: 25px;
	}
	#hd-main ul li:nth-child(4) span::before{
		width:52px;
		height: 32px;
		margin-right: 3px;
        margin-left: -5px;
	}
	#hd-main ul li:nth-child(5) span::before{
		background-size: contain;
		width:47px;
		height: 41px;
		margin-right: 20px;
	}
	#hd-main ul li:nth-child(6) span::before{
		background-size: contain;
		width:44px;
		height: 41px;
		margin-right: 5px;
	}
  }


/*------------------------------------------------
*対応エリア
--------------------------------------------------*/
#area .sec_title span::before{
	content: '';
	background: url(../img/top/icon-area.svg)no-repeat;
	background-size: contain;
	width: 48px;
	height: 48px;
	display: inline-block;
	margin-right: 10px;
}
#area h3{
	font-size: clamp(22px, 1.8vw, 32px);
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#area h4{
	font-size: clamp(18px, 1.8vw, 26px);
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#area .accordion-item h3{
	margin-bottom: 0;
}
.area_txt{
	position: relative;
}
.area_txt p{
	width: 85%;
	margin-left: 3%;
}
.area_txt::before{
	content: '';
	background: url(../img/top/area-map-bg.png)no-repeat;
	background-size: contain;
	width:250px;
	height: 222px;
	display: inline-block;
	position: absolute;
	right: 4vw;
  top: 2vw;
	z-index: -1;
}
.area_txt::after{
	content: '';
	background: url(../img/top/area-dog.png)no-repeat;
	background-size: contain;
	width:118px;
	height: 106px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -60px;
}

/*-----------------------------------
*対応エリアアコーディオン
-------------------------------------*/
.accordion {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 100%;
	position: relative;
	width: 100%;
  }
  .accordion-container{
	box-shadow:5px 5px 9px #e6e6e6 ;
	border-radius: 10px;
  }
  .accordion-title {
	color: #333;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 20px;
  }
  .accordion-content {
	display: none;
	padding:10px 40px 30px;
	
  }
  .accordion-content p {
	font-size: 13px;
	line-height: 1.5;
  }
  
  .accordion-item .accordion-title {
	background: #ecd6c6;
	border-radius: 10px;
  }
  
  
  .accordion-item .accordion-content {
	background: #ecd6c6;
	border-radius: 0 0 10px 10px;
  }
  .accordion-item .open{
	border-radius: 10px 10px 0 0 ;
  }
  
  
  .accordion-title {
	position: relative;
	
  }
  .accordion-title::after {
	border-right: solid 2px #333;
	border-top: solid 2px #333;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 8px;
  }
  .accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
  }
  
  .accordion-content ul{
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	gap: 13px 0;
  }
  .accordion-content ul li{
	width: 20%;
	font-size: 16px;
  }
  .accordion-content ul li a::before{
	content: '';
	background: url(../img/common/right-arrow.svg)no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: baseline;
  }

  @media only screen and (max-width: 1024px) {
	.accordion-item .accordion-content{
	  padding: 0 30px 20px;
	}
	.accordion-content ul{
	  padding: 30px 20px;
	}
	.accordion-content ul li{
	  width: 33%;
	}
	.area_txt p {
		width: 74%;
	}
  }
  @media only screen and (max-width: 568px) {
	#area .sec_title span::before {
	  width: 27px;
	  height: 27px;
	}
	#area h3{
	  font-size: 24px;
	}
	#area h4 {
	  font-size: 20px;
	  text-align: left;
	  letter-spacing: 0;
	  margin-bottom: 10px;
	}
	.area_txt p {
	  font-size: 15px;
	  width: 100%;
	}
  .area_txt::before {
    right: 2vw;
    top: 10vw;
  }
	.area_txt::after{
	  content: none;
	}
	#area .accordion-item h3{
	  font-size: 20px;
	}
	.accordion{
	  margin-top: 20px;
	}
	.accordion-content{
	  padding: 0px 20px 20px;
	}
	.accordion-content ul li {
	  width: 49%;
	}
	.accordion-content ul li a{
	  position: relative;
	  padding-left: 1em;
	  display: block;
	}
	.accordion-content ul li a::before{
	  position: absolute;
	  left: 0;
	  top: 8px;
	}
	.accordion-content ul{
	  padding: 20px;
	  gap: 5px 0;
	}
	.accordion-content ul li a::before{
	  width: 10px;
	  height: 10px;
	}
  .accordion-item .accordion-content {
    padding: 0 20px 20px;
  }
  }





/*------------------------------------------------
*選ばれる３つの理由
--------------------------------------------------*/
#reasons h2 .icon::before{
	background: url(../img/top/icon-light.svg)no-repeat;
	width: 63px;
	height: 64px;
}
#reasons h2 em{
	font-size: 72px;
	line-height: 1.2;
}
.reason01{
	background: url(../img/top/bg_01.png)no-repeat;
	background-size: 30%;
	background-position: top 5% left;
}
.intro{
	position: relative;
	margin-bottom: 50px;
	gap: 2vw;
}
.intro-box{
	gap: 3vw;
}
.intro-box .txt{
	max-width: 660px;
	width: 100%;
}
.intro h3{
	font-size: clamp(32px, 2.5vw, 40px);
	margin-bottom: 40px;
}

.txt h4{
	font-size: clamp(20px, 1.7vw, 32px);
	margin-bottom: 20px;
}
.reason_btn ul{
	margin: 40px 0;
	gap: 1vw;
}
.reason_btn ul li{
	width: 32%;
	background: #fff4d9;
	font-size: clamp(14px, 1.1vw, 22px);
	padding: 10px;
	position: relative;
    box-shadow: 0px 5px 0px 0px #F18F01;
    border: 1px solid #F18F01;
}
.reason_btn ul li .icon::before{
	background: url(../img/top/icon-reason01.png)no-repeat;
	background-size: contain;
	width: 50px;
	height:48px;
}
.reason_btn ul li:nth-child(2) .icon::before{
	background: url(../img/top/icon-reason02.png)no-repeat;
	background-size: contain;
	width: 50px;
	height:48px;
}
.reason_btn ul li:nth-child(3) .icon::before{
	background: url(../img/top/icon-reason03.png)no-repeat;
	background-size: contain;
	width: 50px;
	height:48px;
}
.reason_btn ul li .icon::after{
	content: '';
	background: url(../img/common/icon_arrow_under_green.svg)no-repeat;
	background-size: contain;
	width: 30px;
	height:30px;
	position: absolute;
	right: 10px;
}
.reason_btn ul li .icon{
	display: flex;
	align-items: center;
}



@media only screen and (max-width: 1024px) {
	#reasons h2 em{
		font-size:50px ;
	}
	#reasons h2 .icon::before{
		width: 50px;
		height: 52px;
		vertical-align: sub;
	}
	.reason_btn ul li .icon::before,
	.reason_btn ul li:nth-child(2) .icon::before,
	.reason_btn ul li:nth-child(3) .icon::before{
		width: 41px;
		height:38px;
	}
  }
  
@media only screen and (max-width: 568px) {
	#reasons h2{
		font-size: 28px;
		position: relative;
	}
	#reasons h2 em{
		font-size:42px ;
	}
	#reasons h2 .icon::before{
		width: 36px;
		height: 35px;
		position: absolute;
		left: 18%;
		top: 15.5vw;
	}
	.reason_btn ul{
		flex-direction: column;
		gap: 20px;
		margin: 30px 0;
	}
	.reason_btn ul li{
		width: 100%;
		font-size: 16px;
	}
	.reason01{
		background-size: 60%;
    	background-position: top 11% left;
	}

	.reason01 .intro h3{
		background: var(--site-primary-keycolor);
		color: #fff;
		margin: 20px -5.7vw;
		font-size: 24px;
		text-align: left;
		color:#ffe7ac ;
		position: relative;
		padding: 10px 0;
	}
	.reason01 .intro h3 span{
		margin-left: 70px;
		display: inline-block;
		line-height: 1.3;
	}
	.reason01 .intro h3 span::before{
		content: '';
		background: url(../img/top/icon-number-reason01.png)no-repeat;
		background-size: contain;
		width: 51px;
		height: 50px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
  }
  .intro-box{
	flex-direction: column;
  }
  .intro .md_radius_photo{
	width: 100%;
  }
  .intro-box .txt{
	width: 100%;
  }
  .intro{
	margin-bottom: 20px;
	flex-direction: column;
  }
}
.plan{
	width: 100%;
}
.plan_txt{
	font-size:clamp(18px, 2vw, 28px);
}
.plan_txt span{
	font-size:clamp(22px, 1.8vw, 32px)
}
.plan_table,
.plan_table table{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}
.plan_table .joint{
	background: var(--site-secondary);
}
.plan_table .single{
	background: var(--site-primary);
}
.plan_table .premium{
	background: var(--site-tertiary);
}
.plan_table thead th{
	font-size:clamp(16px, 1.8vw, 28px);
	width: 25%;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 15px 0 18px;
}
.plan_table thead th:last-child{
	border-right: none;
}
.plan_table thead th:first-child{
	width: 22%;
}
.plan_table .price{
	font-size:clamp(16px, 2.5vw, 28px);
	text-align: center;
	padding: 15px 18px;
}
.plan_table tbody th{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
}
.plan_table tbody td{
	text-align: center;
	border: 1px solid #ccc;
	padding: 20px 0 23px;
	font-size: 18px;
	font-weight: bold;
}
.plan_table tbody td .maru{
	width: 20px;
	height: 20px;
}
.plan_table tbody td .batsu{
	width: 17px;
	height: 17px;
}
.plan .annotation_txt{
	font-size: 14px;
	color: #9f9f9f;
}

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

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

  }

@media only screen and (max-width: 568px) {
	.plan_txt{
		font-size: 16px;
	}
	.plan_txt span{
		font-size: 19px;
	}
	.plan_table .price{
		padding: 10px 0;
	}
	.plan_table,
	.plan_table table {
	margin: 20px -2.7vw;
	width: 100vw;
	}
	.plan_table thead th{
		font-size: 14px;
	}
	.plan_table tbody th{
		font-size: 14px;
		padding:5px 0 ;
	}
	.plan_table tbody th span{
		font-size: 11px;
	}
	.plan_table .price{
		font-size: 16px;
	}
	.plan_table .premium{
		border-right: none;
	}
	.plan_table tbody td{
		font-size: 14px;
	}
}
.feature{
	margin: 60px 0;
}
.fukidashi-title{
	background: #ffe7ac;
	border-radius: 10px;
	position: relative;
	margin-bottom: 50px;
	padding: 12px 0 15px;
}

.fukidashi-title:after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 51.5%;
  transform: translateX(-51.5%);
  margin-left: -17px;
  border: 40px solid transparent;
  border-top: 40px solid #ffe7ac;
  z-index: 1;
}

.fukidashi-title h4{
	font-size:clamp(24px, 2.5vw, 36px);
	margin: 0;
  padding: 0;
}
.fukidashi-title h4 span{
	font-size:clamp(20px, 2.5vw, 28px);
}
.feature ul li{
	width: 50%;
	padding: 30px 40px;
}
.feature ul li img{
	width: 30%;
}
.feature-txt{
	width: 65%;
	text-align: center;
}
.feature-txt p.big-txt{
	font-size:clamp(18px, 1.8vw, 32px);
	line-height: 1.3;
	margin-bottom: 10px;
}
.feature-txt p.big-txt span{
	font-size:clamp(24px, 2.7vw, 58px);
}
.feature-txt p.sub-txt{
	font-size:clamp(16px, 1.2vw, 24px);
	background: #fff;
	border-radius: 50px;
	padding: 5px;
}

@media only screen and (max-width: 1024px) {
	.feature ul li{
		padding: 20px;
	}
}

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

}

@media only screen and (max-width: 568px) {
	.feature{
		margin: 25px 0;
	}
	.fukidashi-title{
		border-radius: unset;
		margin: 0 -5.7vw 30px;
	}
	.fukidashi-title:after{
		border: 24px solid transparent;
    	border-top: 20px solid #ffe7ac;
		bottom: -44px;
		left: 54.5%;
		transform: translateX(-54.5%);
	}
	.fukidashi-title h4{
		font-size:24px;
	}
	.fukidashi-title h4 span{
		font-size:19px;
	}
	.feature ul{
		flex-direction: column;
	}
	.feature ul li{
		width: 100%;
	}
	.feature-txt p.big-txt span{
		font-size: 28px;
	}
	.feature-txt p.big-txt{
		font-size: 16px;
	}
	.feature-txt p.sub-txt{
		font-size: 12px;
	}
}
.reason01_btns{
	width: 100%;
}
.reason01_btns li{
	max-width: 423px;
	width: 32%;
}
.reason01_btns li a{
	border: 1px solid #333;
	border-radius: 30px;
	font-size:clamp(16px, 1.2vw, 26px);
	width: 100%;
	text-align: center;
	display: block;
	padding: 25px 0 30px;
	position: relative;
}
.reason01_btns li:first-child a{
	background: var(--site-secondary);
	box-shadow: 0px 5px 0px 0px #d1bcc4;
}
.reason01_btns li a span::after{
	content: "";
	background-size: contain;
	width: 39px;
	height: 39px;
	position: absolute;
	right: 20px;
	top: 50%;
  	transform: translateY(-50%);
}
.reason01_btns li:first-child a span::after{
	background: url(../img/common/icon-link-arrow01.svg)no-repeat;
}
.reason01_btns li:nth-child(2) a{
	background: var(--site-primary);
	box-shadow: 0px 5px 0px 0px #a2aec5;
}
.reason01_btns li:nth-child(2) a span::after{
	background: url(../img/common/icon-link-arrow02.svg)no-repeat;
}
.reason01_btns li:nth-child(3) a{
	background: var(--site-tertiary);
	box-shadow: 0px 5px 0px 0px #a8978b;
}
.reason01_btns li:nth-child(3) a span::after{
	background: url(../img/common/icon-link-arrow03.svg)no-repeat;
}
.plan-title{
	margin-bottom: 25px;
}
.plan-title h5{
	font-size:clamp(28px, 2vw, 36px);
	margin-left: 3%;
}
.plan-title p{
	font-weight: bold;
	background:#fff;
	padding:15px 40px;
	font-size:clamp(16px, 1.2vw, 20px);
}
.plan-box{
	padding: 30px 40px;
	margin-bottom: 40px;
	gap: 2vw;
}
.plan-content{
	max-width:577px;
	width: 100%;
}
.plan-content h6{
	font-size:clamp(22px, 2vw, 30px);
	line-height: 1.3;
	margin-bottom: 20px;
}
.plan-content h6 span{
	font-size:clamp(28px, 2vw, 36px);
	margin-bottom: 10px;
}
.plan-plice{
	font-size:clamp(16px, 1.5vw, 24px);
	width: 100%;
	margin-bottom: 30px;
}
.plan-plice dt{
	border: 3px solid var(--site-secondary-keycolor);
	font-weight: bold;
	width: 20%;
	text-align: center;
	padding: 10px 0 7px;
}
.plan-plice dd{
	border-bottom: 3px solid var(--site-secondary-keycolor);
	font-size:clamp(26px, 2vw, 48px);
	width: 85%;
	text-align: center;
	line-height: 1.3;
}
.plan-plice dd span{
	font-size:clamp(16px, 1.5vw, 22px);
}
.plan-content ul{
	border: 3px solid var(--site-secondary-keycolor);
}
.plan-content ul li{
	font-weight: bold;
}
.plan-content ul li:first-child{
	width: 32%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:clamp(14px, 1.5vw, 22px);
}
.plan-content ul li:nth-child(2){
	width: 68%;
}
.plan-content ul li:nth-child(2) dl{
	align-items: center;
	padding: 20px;
}
.plan-content ul li:nth-child(2) dl dd p{
	text-align: center;
	font-weight: bold;
	font-size:clamp(12px, .8vw, 18px);
}
.plan-content .omiokuri img{
	margin:9px 0 10px;
}
.plan-content .kasou img{
	margin-bottom: 5px;
}
.plan-content .maisou img{
	margin:13px 0 15px;
}

.plan-box .plan-photo{
	max-width: 544px;
	width: 100%;
}

.plan-flow h5{
	background: #f0b055;
	font-size:clamp(20px, 1.5vw, 30px);
	border-radius: 50px;
	max-width: 282px;
	margin: 0 auto -25px;
	position: relative;
	z-index: 2;
	padding: 15px 0;
}

.plan-flow .flow-box{
	padding: 80px 0 40px;
	
}
.plan-flow ul{
	max-width: 880px;
	width: 94%;
	margin: 0 auto;
}
.plan-flow ul li{
	max-width: 216px;
	position: relative;
}

.plan-flow ul li.number::before{
	content: '';
	background-size: contain;
	width: 3.6vw;
	height: 3.6vw;
	position: absolute;
	left: -15px;
	top: -26px;
}

.number:first-child:before{
	background: url(../img/top/flow-01.png)no-repeat;
	background-size: contain;
	width: 69px;
	height: 69px;
}
.number:nth-child(3):before{
	background: url(../img/top/flow-02.png)no-repeat;
	background-size: contain;
	width: 69px;
	height: 69px;
}
.number:nth-child(5):before{
	background: url(../img/top/flow-03.png)no-repeat;
	background-size: contain;
	width: 69px;
	height: 69px;
}
.plan-flow ul li.number img{
	margin-bottom: 20px;
}
.plan-flow ul li .flow-sub{
	font-size:clamp(18px, 1.5vw, 24px);
	line-height: 1.4;
	margin-bottom: 10px;
}
.plan-flow ul li.arrow{
	position: relative;
	top: 110px;
}



/*---合同火葬---*/

.goudou .plan-title .icon::before{
	background: url(../img/common/icon-goudou.svg)no-repeat;
	width: 71px;
	height: 43px;
	vertical-align: middle;
}
.goudou .btn{
	background:#F18F01;
}
.goudou .btn:hover{
	background: #f7c071;
}
.goudou .btn a{
	padding: 30px 20px;
}
/*---個別火葬---*/

.kobetsu .plan-title .icon::before{
	background: url(../img/common/icon-kobetsu.svg)no-repeat;
	width: 49px;
	height: 61px;
	vertical-align: middle;
}

.kobetsu .plan-plice dt{
	border: 3px solid var(--site-primary-keycolor);
}
.kobetsu .plan-plice dd{
	border-bottom: 3px solid var(--site-primary-keycolor);
}
.kobetsu .plan-content ul{
	border: 3px solid var(--site-primary-keycolor);
}

.kobetsu .plan-content ul li:nth-child(2) dl dd.choice p{
	font-size: 14px;
}
.kobetsu .plan-content ul li:nth-child(2) dl dd.choice img{
	max-width:151px;
	margin: 0 auto;
	display: block;
}
.kobetsu .plan-content ul li:nth-child(2) dl{
	padding: 15px 0;
}
.kobetsu .plan-content .omiokuri img{
	max-width: 70px;
	display: block;
	margin: 0 auto 15px;
}
.kobetsu .plan-content .kasou-single img{
	max-width:61px ;
	display: block;
	margin: 0 auto 15px;
}
.kobetsu .plan-content ul li:first-child{
	width: 30%;
}
.kobetsu .plan-content .annotation_txt{
	font-size: 14px;
	font-weight: 400;
	color: #939393;
}
.kobetsu .plan-content ul{
	margin-bottom: 10px;
}
.kobetsu .plan-flow h5{
	background:#76b080;
} 

.kobetsu .number:first-child:before{
	background: url(../img/top/flow-kobetsu-01.png)no-repeat;
	background-size: contain;
}
.kobetsu .number:nth-child(3):before{
	background: url(../img/top/flow-kobetsu-02.png)no-repeat;
	background-size: contain;
}
.kobetsu .number:nth-child(5):before{
	background: url(../img/top/flow-kobetsu-03.png)no-repeat;
	background-size: contain;
}
.kobetsu .number:nth-child(7):before{
	background: url(../img/top/flow-kobetsu-04.png)no-repeat;
	background-size: contain;
}

.kobetsu .plan-flow ul{
	max-width: 1040px;
	width: 94%;
}
.plan-flow ul li.number{
	width: 94%;
}
.kobetsu .btn{
	background:#2f873deb;
}
.kobetsu .btn:hover{
	background: #63a46d;
}
.kobetsu .btn a{
	padding: 30px 20px;
}

/*---プレミアム---*/

.premium .plan-title .icon::before{
	background: url(../img/common/icon-premium.svg)no-repeat;
	width: 58px;
	height: 70px;
	vertical-align: middle;
}

.premium .plan-plice dt{
	border: 3px solid var(--site-tertiary-keycolor);
}
.premium .plan-plice dd{
	border-bottom: 3px solid var(--site-tertiary-keycolor);
}
.premium .plan-content ul{
	border: 3px solid var(--site-tertiary-keycolor);
	margin-bottom: 10px;
	justify-content: flex-start;
}
.premium .plan-content ul li:nth-child(2){
	max-width: 80%;
	width: 100%;
}
.premium .plan-content ul li:nth-child(2) dl dd{
	width: 19%;
}
.premium .plan-content ul li:nth-child(2) dl dd.choice{
	width: 44%;
}
.premium .plan-content ul li:nth-child(2) dl dd.choice p{
	font-size: 14px;
}
.premium .plan-content ul li:nth-child(2) dl dd.choice img{
	max-width:151px;
	margin: 0 auto;
	display: block;
}
.premium .plan-content ul li:nth-child(2) dl{
	padding: 15px 10px;
}
.premium .plan-content .omiokuri img{
	max-width: 70px;
	display: block;
	margin: 0 auto 15px;
}
.premium .plan-content .kasou-single img{
	max-width:61px ;
	display: block;
	margin: 0 auto 15px;
}
.premium .plan-content .tachiai img{
	max-width: 50px;
	margin: 0 auto;
	display: block;
}
.premium .plan-content ul li:first-child{
	width: 20%;
	text-align: center;
}
.premium .plan-content .annotation_txt{
	font-size: 11px;
	font-weight: 400;
	color: #939393;
}
.premium .plan-flow h5{
	background:#a88c76;
} 
.premium .flow-box ul{
	max-width: 94%;
}
.premium .flow-box ul li{
	max-width: 175px;
}
.premium .number:first-child:before{
	background: url(../img/top/flow-premium-01.png)no-repeat;
	background-size: contain;
}
.premium .number:nth-child(3):before{
	background: url(../img/top/flow-premium-02.png)no-repeat;
	background-size: contain;
}
.premium .number:nth-child(5):before{
	background: url(../img/top/flow-premium-03.png)no-repeat;
	background-size: contain;
}
.premium .number:nth-child(7):before{
	background: url(../img/top/flow-premium-04.png)no-repeat;
	background-size: contain;
}
.premium .number:nth-child(9):before{
	background: url(../img/top/flow-premium-05.png)no-repeat;
	background-size: contain;

}

.premium .btn{
	background: var(--site-tertiary-keycolor);
}
.premium .btn:hover{
	background: #a7886f;
}
.premium .btn a{
	margin-left: -30px;
	padding: 30px 20px;
}
@media only screen and (max-width: 1024px) {
	.reason01_btns li:nth-child(3) a{
		line-height: 1.2;
		padding: 20px 0 23px;
	}
	.plan-content ul li:nth-child(2) dl{
		padding: 15px;
	}
	.plan-box .plan-photo{
		width: 70%;
	}
	.plan-content ul li:nth-child(2) dl dd p{
		font-size: 12px;
	}
	.plan-flow ul li{
		width: 30%;
	}
	.plan-flow ul li.arrow{
		width: 2%;
	}
	.plan-flow .flow-box{
		padding: 70px 15px 30px;
	}
	.plan-flow ul li.number::before,
	.kobetsu .number:first-child:before{
		width: 50px;
		height: 50px;
		left: -10px;
    	top: -18px;
	}
	#goudou,
	#kobetsu,
	#premium{
		margin-bottom: 30px;
	}
	.reason01_btns li:nth-child(3) a{
		line-height: 1.2;
		padding: 20px 0 23px;
	}
	.kobetsu .plan-content ul li:nth-child(2) dl dd.choice p{
		font-size: 12px;
	}
	.kobetsu .plan-content ul li:nth-child(2) dl dd.choice img{
		width: 80%;
	}
	.kobetsu .number:first-child:before{
		background-size: contain;
	}
	.kobetsu .number:nth-child(3):before{
		background-size: contain;
	}
	.kobetsu .number:nth-child(5):before{
		background-size: contain;
	}
	.kobetsu .number:nth-child(7):before{
		background-size: contain;
	}
	.premium .plan-content ul li:nth-child(2) dl{
		gap: .5vw;
	}
	.premium .plan-content ul li:nth-child(2) dl dd.choice img{
		width: 80%;
	}
	.premium .plan-content ul li:nth-child(2) dl dd.choice p{
		font-size: 12px;
	}
	.premium .flow-box ul li{
		width: 17.5%;
	}
	.premium .flow-box ul li.arrow{
		width: 2%;
	}
	.premium .flow-box ul li .flow-sub{
		font-size: 16px;
        letter-spacing: 0;
	}

}

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


}

@media only screen and (max-width: 568px) {
	#goudou .inner,
	#kobetsu .inner,
	#premium .inner{
		width: 100vw;
		border-radius: 0;
	}
	.reason01_btns{
		flex-direction: column;
		align-items: center;
		gap:20px;
	}
	.reason01_btns li{
		width: 85%;
		margin: 0 auto;
	}
	.reason01_btns li a,
	.reason01_btns li:nth-child(3) a{
		font-size: 17px;
		padding: 10px 0 13px;
		border-radius: 20px;
		line-height: 1.5;
	}
	.reason01_btns li a span::after{
		width: 20px;
		height: 20px;
	}
	.plan-title {
		flex-direction: column;
		width: 100%;
	}
	.plan-title h5{
		text-align: center;
		font-size:24px;
		margin-bottom: 20px;
	}
	.goudou .plan-title .icon::before{
		width: 42px;
		height: 25px;
	}
	.goudou .plan-title span{
		margin-left: -30px;
	}
	.goudou.md_inner_space,
	.kobetsu.md_inner_space,
	.premium.md_inner_space{
		padding: 20px 5.3vw;
	}
	.plan-title p{
		text-align: center;
		padding: 5px;
	}
	.plan-box{
		flex-direction: column;
		padding: 20px;
		gap: 15px;
		margin-bottom: 20px;
	}
	.plan-box .plan-photo{
		width: 100%;
		border-radius: 20px;
	}
	.plan-content h6{
		font-size: 18px;
	}
	.plan-content h6 span{
		font-size: 21px;
	}
	.plan-plice dt{
		padding: 5px 0 7px;
	}
	.plan-plice dd{
		font-size: 29px;
		letter-spacing: 0;
		width: 80%;
	}
	.plan-plice dd span{
		font-size: 14px;
	}
	.plan-content ul{
		flex-direction: column;
	}
	.plan-plice{
		margin-bottom: 20px;
	}
	.plan-content ul li:first-child{
		width: 100%;
		padding: 10px 0;
		font-size: 19px;
	}
	.plan-content ul li:nth-child(2){
		width: 100%;
	}
	.plan-content ul li:nth-child(2) dl {
		justify-content: space-between;
	}
	.plan-content ul li:nth-child(2) dl dd{
		width: 28%;
	}
	.plan-content .omiokuri img{
		width: 35px;
		height: 37px;
		margin: 0 auto 10px;
		display: block;
	}
	.plan-content .kasou img{
		width: 27px;
		height: 32px;
		margin: 0 auto 15px;
		display: block;
	}
	.plan-content .maisou img{
		width: 41px;
		height: 31px;
		margin: 0 auto 16px;
		display: block;
	}
	.plan-flow {
		position: relative;
	}
	.plan-flow h5{
		width: 75%;
		padding: 5px;
		margin: 0 auto -22px;
	}
	.plan-flow ul{
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		gap:1vw;
	}
	.plan-flow ul li{
		width: 45%;
		margin-bottom: 20px;
	}
	.plan-flow ul li.number img{
		margin-bottom: 15px;
	}
	.plan-flow ul li.arrow{
		width: 5%;
	}
	.plan-flow ul li:nth-child(4).arrow{
		display: none;
	}
	.plan-flow ul li.number::before, .kobetsu .number:first-child:before{
		width: 40px;
		height: 40px;
	}
	.plan-flow .flow-box{
		padding: 50px 15px 20px;
	}
	.goudou .plan-flow .flow-box{
		background: url(../img/top/goudou_bg.svg)no-repeat;
		background-size: 80%;
		background-color: #fff;
		background-position: center center;
	}
	.kobetsu .plan-flow .flow-box{
		background: url(../img/top/kobetsu_bg.svg)no-repeat;
		background-size: 80%;
		background-color: #fff;
		background-position: center center;
	}
	.goudou .plan-flow ul li,
	.kobetsu .plan-flow ul li{
		width: 45%;
	}
	.premium .plan-flow .flow-box{
		background: url(../img/top/premium_bg.svg)no-repeat;
		background-size: 80%;
		background-color: #fff;
		background-position: center center;
	}
	.goudou .btn a{
		padding: 10px 20px;
	}
	.goudou .btn a,
	.kobetsu .btn a,
	.premium .btn a{
		padding: 10px 20px;
	}
	.premium .btn a{
		font-size: 15px;
	}
	.goudou .btn a::after,
	.kobetsu .btn a::after,
	.premium .btn a::after{
		width: 30px;
		height: 30px;
	}
	.kobetsu .plan-title .icon::before{
		width: 25px;
		height: 32px;
	}
	.plan-title h5 span{
		margin-left: -30px;
	}
	.kobetsu .plan-plice dd{
		font-size: 27px;
	}
	.kobetsu .plan-content ul li:first-child{
		width: 100%;
	}
	.plan-content .kasou-single img{
		width: 30px;
		height: 34px;
	}
	.kobetsu .plan-content ul li:nth-child(2) dl,
	.premium .plan-content ul li:nth-child(2) dl{
		flex-wrap: wrap;
		padding: 15px;
		gap:10px 0;
	}
	.kobetsu .plan-content ul li:nth-child(2) dl dd{
		width: 49%;
	}
	.kobetsu .plan-content ul li:nth-child(2) dl dd:last-child{
		width: 100%;
	}
	.kobetsu .plan-content ul li:nth-child(2) dl dd:last-child img{
		width: 100%;
		max-width: 100%;
	}
	.kobetsu .plan-content ul li:nth-child(2) dl dd.choice p,
	.premium .plan-content ul li:nth-child(2) dl dd.choice p{
		margin-bottom: 10px;
	}
	.kobetsu .plan-content ul li:nth-child(2) dl dd p.f15,
	.premium .plan-content ul li:nth-child(2) dl dd p.f15{
		font-size: 15px;
	}
	.kobetsu .plan-content .annotation_txt{
		font-size: 11px;
	}

	.kobetsu .number:nth-child(5):before{
        top: -18px;
	}

	.premium .plan-title .icon::before{
		width: 29px;
		height: 35px;
	}
	.premium .plan-content ul li:first-child{
		width: 100%;
	}
	.premium .plan-content ul li:nth-child(2) dl dd:last-child{
		width: 100%;
	}
	.premium .plan-content ul li:nth-child(2){
		max-width: 100%;
	}
	.premium .plan-content ul li:nth-child(2) dl dd{
		width: 31%;
	}
	.premium .plan-content ul li:nth-child(2) dl dd:last-child img{
		width: 100%;
		max-width: 100%;
	}
	.premium .plan-content .tachiai img{
		width: 28px;
		height: 35px;
		margin: 0 auto 20px;
	}
	.premium .flow-box ul li{
		width: 45%;
	}
	.premium .flow-box ul li.arrow,
	.goudou .plan-flow ul li.arrow,
	.kobetsu .plan-flow ul li.arrow{
		width: 5%;
	}
	.premium .flow-box ul li:nth-child(8).arrow{
		display: none;
	}
}

/*------*/
.attention_box {
	padding: 25px 0px 25px 30px;
	letter-spacing: 0;
}
.attention_box::before{
	content: '';
	background: url(../img/top/icon-attention.svg)no-repeat;
	background-size: contain;
	width:71px ;
	height:71px ;
	display: inline-block;
	margin-top: 7px;
	margin-right: 20px;
}
.attention_box ul{
	width: 90%;
}
.attention_box ul li{
	display: inline-block;
	text-indent: -1em;
  	padding-left: 1em;
}
@media only screen and (max-width: 1024px) {
.attention_box {
    padding: 20px;
    letter-spacing: 0;
}
}
@media only screen and (max-width: 568px) {
	.attention_box{
		display: block;
		padding: 20px;
	}
	.attention_box::before{
		float: left;
	}
	.attention_box ul{
		width: 100%;
	}
	.attention_box ul li{
		display: block;
	}
}



/*--メモリアル--*/
.memorial{
	margin-top: 60px;
}
.memorial-contents{
	display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}
.memorial h4{
	font-size: clamp(18px, 2vw, 24px);
}
.memorial h4 span{
	font-size: clamp(28px, 2vw, 36px);
}
.memorial img{
	max-width: 447px;
	width: 100%;
	grid-column: 2;
    grid-row: 1 / -1;
    justify-self: start;
    align-self: start;
}
.memorial a{
	margin-left: -30px;
}
.memorial .annotation_sm_txt{
	color: #ccc;
	margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
	.memorial-contents{
	-ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}
.memorial img{
	max-width: 447px;
	width: 94%;
	grid-column: 2;
    grid-row: 1 / -1;
    justify-self: end;
    align-self: start;
}
}

	@media only screen and (max-width: 568px) {
		.memorial{
			margin-top: 30px;
		}
		.memorial h4{
			font-size: 16px;
		}
		.memorial h4 span{
			font-size: 21px;
		}
		.memorial-contents{
			grid-template-columns: auto auto;
        	-ms-grid-rows: auto auto auto;
        	grid-template-rows: auto auto auto;
		}
		.memorial img{
			-ms-grid-column: 1;
			grid-column: 2;
			-ms-grid-row: 1;
			grid-row: 1;
			margin-bottom: 20px;
		}
		.memorial .txt{
			grid-column: 1 / -1;
			grid-row: 2;
		}
		.memorial .annotation_sm_txt{
			font-size: 12px;
		}
	}

/*--火葬事例--*/
.case h2 .icon::before{
	background: url(../img/top/icon-case.svg)no-repeat;
	width: 60px;
	height: 60px;
	background-size: contain;
	vertical-align: sub;
}
.case ul{
	margin-bottom: 20px;
	gap: 1vw;
}
.case ul li{
	max-width: 420px;
	width: 32%;
}
.case ul li a{
padding: 20px 30px 10px;
display: block;
}
.case ul li h3{
	font-size: clamp(15px, 2vw, 18px);
	margin-bottom: 5px;
}
.case ul li h5{
	font-size: clamp(16px, 1.2vw, 20px);
	font-weight: bold;
	padding: 10px 0;
	display: inline-block;
	width: 85%;
	margin-top: -25px;
	position: relative;
	top: 0%;
   left: 50%;
   transform: translateX(-50%);
}
.case ul li dl{
	display: flex;
	margin-top: 15px;
}
.case ul li dl dt{
	width: 30%;
	text-align: center;
	font-size: clamp(15px, 1.2vw, 18px);
	font-weight: bold;
}
.case ul li dl dd{
	font-weight: bold;
	font-size: clamp(15px, 1.2vw, 18px);
	padding:5px 0 5px 20px;
	letter-spacing: 0;
}
.case .premium{
	background: var(--site-tertiary);
}
.case .single{
	background: var(--site-primary);
}
.case .joint{
	background: var(--site-secondary);
}
.date_time{
	margin-bottom: 20px;
}
.date_time::before{
	content: '';
	background: url(../img/common/icon-clock.svg)no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}
.place_name{
	font-size: 18px;
}
.case .premium h5{
	background: var(--site-tertiary-keycolor);
}
.case .single h5{
	background: var(--site-primary-keycolor);
}
.case .joint h5{
	background: var(--site-secondary-keycolor);
}
.case ul li dl dd.case_plice{
	font-size: clamp(24px, 1.6vw, 32px);
	line-height: 1.2;
}
.case ul li dl dd.case_plice span{
	font-size: clamp(14px, 1.1vw, 24px);
}
.case ul li dl dt{
	padding: 5px 0;
}
.case ul li dl.example_plice dt{
	padding: 10px 0;
}
.case_btn{
	font-size:clamp(14px, 1.2vw, 20px);
}
.case_btn p{
	font-weight: bold;
	text-align: right;
	margin: 10px 0;
}
.case_btn p::after{
	content: '';
	background: url(../img/common/right-arrow-black.svg)no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.case .annotation_txt{
	font-size: 16px;
	color: #676767;
}

@media only screen and (max-width: 1024px) {
	.case ul li a{
		padding: 20px 15px 10px;
		width: 100%;
	}
	.case ul li dl dd.case_plice{
		text-align: center;
	}
	.case_btn p::after{
		width: 25px;
		height: 25px;
	}
}
@media only screen and (max-width: 768px) {
	


}
	@media only screen and (max-width: 568px) {
		.case h2 .icon::before{
			width: 30px;
			height: 30px;
			background-size: contain;
			vertical-align: sub;
		}
		.case ul li a:first-child div{
			flex-direction: column;
		}
		.date_time,
		.place_name{
			margin-bottom: 10px;
		}
		.case ul{
			margin: 20px -5.7vw;
		}
		.slider_sp{
			width: 100vw;
			margin: 20px auto;
			position: relative;
		}
		.slider_sp li{
			height: auto;
			opacity: .3;
			transform: scale(.92);
			transition: opacity .5s, transform .5s;
			width: 100%;
		}
		.slide-arrow{
			width: 30px;
			height: 30px;
		  }
		  
		  .slider_sp button.arrow-common {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			background-size: contain;
			background-repeat: no-repeat;
			width: 30px;
			height: 30px;
			cursor: pointer;
			z-index: 5;
		  }
		  
		  
		  .slider_sp button.arrow-next{
			background: url(../img/common/slider-next.svg)no-repeat!important;
			background-size: contain!important;
			position: absolute;
			top: 43%;
			right: 5%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			z-index: 10; 
		  }
		  
		  .slider_sp button.arrow-prev{
			background: url(../img/common/slider-prev.svg)no-repeat!important;
			background-size: contain!important;
			position: absolute;
			top: 43%;
			left: 5%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			z-index: 10; 
		  }
		  .slider_sp button {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			outline: none;
			padding: 0;
			border: none;
			background-color: transparent;
		  }
		  
		  .slider_sp button:focus {
			outline: none;
		  }
		  
		  .slider_sp .slick-center {
			opacity: 1;
			transform: scale(1);
		}
	}

/*---------------理由02----------------*/
.reason02 {
    background: url(../img/top/bg_02.png) no-repeat;
    background-size: 30%;
    background-position: top 4% right;
    margin-top: 70px;
}
.reason02 .sub-title{
	font-size:clamp(32px, 2.5vw, 40px);
}
.point-ttl{
	font-size:clamp(32px, 2.5vw, 40px);
	margin-bottom: 60px;
}
.point_box{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 80px;
}
.point-contents .point_box:last-child{
	margin-bottom: 60px;
}
.point_photo{
	position: absolute;
	left: 0;
	top:-10px;
}
.point_box .point_number{
	font-size: clamp(32px, 2.5vw, 48px);
	line-height: .8;
	margin-left: 486px;
}
.point_box .point_number span{
	font-size: clamp(14px, 2vw, 20px);
	vertical-align: top;
}
.point_box .point_bg{
	background: #2f873d17;
	padding: 30px 40px;
	margin-left: 2vw;
	margin-top: -17px;
}
.point_txt_box{
	max-width: 800px;
	margin-left: 406px;
}
.point_txt_box h5{
	font-size: clamp(24px, 2vw, 32px);
}
.point_txt_box h6{
	font-size: clamp(16px, 2vw, 24px);
	margin-bottom: 10px;
}
.point_txt_box .annotation_txt{
	font-size: 14px;
	color: #979797;
	font-weight: normal;
	margin-top: 20px;
	background: #fff;
	padding: 10px 10px 10px 2em;
}



.point_box:nth-child(even) .point_photo{
	position: absolute;
	right: 0;
	top:0;
	left: unset;
}
.point_box:nth-child(even) .point_number{
	font-size: clamp(32px, 2.5vw, 48px);
	line-height: .8;
	margin-left:40px ;
}
.point_box:nth-child(even) .point_bg{
	background: #2f873d17;
	margin-left: 0vw;
	margin-right: 2vw;
	margin-top: -17px;
}
.point_box:nth-child(even) .point_txt_box{
	max-width: 800px;
	margin-left: 0;
	margin-right: 406px;
}

.dioxin_box {
	padding: 30px 40px;
	display: grid;
	grid-template-columns: 12% 88%;
	grid-template-rows: auto 1fr;
	column-gap: 4%;
	background: #f5f5f5;
  }
  .dioxin_box .ttl {
	font-size: clamp(22px, 1.5vw, 32px);
	padding: 13px 0;
	margin-bottom: 20px;
	grid-column: 2;
	grid-row: 1;
  }
  .dioxin_box .ttl span::before {
	content: '';
	background: url(../img/common/icon-dioxin.svg) no-repeat;
	background-size: contain;
	width: 44px;
	height: 51px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 15px;
  }
  .dioxin_box a {
	position: relative;
	border: 2px solid #dfdfdf;
	grid-column: 1;
	grid-row: 1 / -1;
	height: fit-content;
	max-width: 149px;
  }
  .dioxin_box a::after {
	content: '';
	background: url(../img/top/icon-zoom.png) no-repeat;
	width: 41px;
	height: 41px;
	position: absolute;
	right: -2px;
	bottom: -3px;
  }
  .dioxin_box .txt {
	grid-column: 2;
	grid-row: 2;
  }
  .dioxin_box .annotation_txt {
	text-indent: 0;
	padding-left: 0;
	font-size: 14px;
	color: #979797;
	font-weight: normal;
	display: block;
	margin-top: 20px;
	padding-left: 1em;
    text-indent: -1em;
  }

  @media only screen and (max-width: 1024px) {
	.point_photo{
		width: 50%;
	}
	.point_box{
		margin-bottom: 40px;
	}
	.point_txt_box,
	.point_box .point_number{
		margin-left: 52%;
	}
	.point_box:nth-child(even) .point_txt_box{
		margin-right: 52%;
	}
	.point-ttl{
		margin-bottom: 30px;
	}
	.dioxin_box{
		grid-template-columns: 25% 75%;
	}
  }
  @media only screen and (max-width: 960px) {
	.dioxin_box{
		grid-template-columns: 30% 70%;
		column-gap: 0%;
	}
	.dioxin_box .ttl{
		font-size: 20px;
	}
	.dioxin_box .ttl span::before{
		margin-right: 7px;
	}
  .reason02 {
    margin-top: 4vw;
  }
  }
  @media only screen and (max-width: 568px) {
	.reason02{
			background-size: 60%;
			background-position: top 13% right;
      margin-top: 45px;
	}
	.reason02 .sub-title {
        background: var(--site-primary-keycolor);
        color: #fff;
        margin: 20px -5.7vw;
        font-size: 22px;
        text-align: left;
        color: #ffe7ac;
        position: relative;
        padding: 10px 0;
    }
	.reason02 .sub-title::after{
		content: none;
	}
	.reason02 .sub-title::before{
		background: url(../img/top/icon-number-reason02.png)no-repeat;
		background-size: contain;
		width: 51px;
        height: 50px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);

	}
	.reason02 .sub-title span{
		margin-left: 50px;
		display: block;
	}
	.reason02 .sub-title span.bg_white{
		background: none;
	}
	.reason02 .txt h4{
		text-align: center;
	}
	.reason02 .point-ttl {
		font-size: 24px;
	}
	.reason02 .point-ttl span{
		background: #F18F01;
		color: #fff;
		border-radius: 10px;
		padding:0 10px;
	}
	.point_box .point_bg{
		padding: 20px;
	}
	.point_box .point_number{
		text-align: center;
		margin-bottom: 10px;
	}
	.point_txt_box h5{
		font-size: 20px;
		margin-bottom: 20px;
		margin-left: 55%;
		margin-bottom: 30px;
	}
	.point_box .point_bg{
		margin-left: 0;
	}
	.point_txt_box{
		margin-left: 0;
	}
	.point_txt_box h6{
		text-align: center;
		font-size: 18px;
	}
	.point_box:nth-child(even) .point_number{
		margin-left: 0;
		width: 50%;
		margin-bottom: 10px;
	}
	.point_box:nth-child(even) .point_txt_box{
		width: 100%;
		padding: 20px;
	}
	.point_box:nth-child(even) .point_txt_box h5{
		margin-left: 0;
		margin-right: 55%;
		font-size: 19px;
	}
	.point_box:nth-child(even) .point_bg{
		margin-right: 0;
		padding: 0;
	}
	.point_box:last-child h6{
		padding-top: 20px;
	}
	.point-contents .point_box:last-child{
		margin-bottom: 30px;
	}
	.dioxin_box{
		padding: 20px;
	}
	.dioxin_box {
		display: block;
	}
	.dioxin_box a{
		float: left;
		margin: 0 10px 10px 0;
	}
	.dioxin_box .ttl{
		position: relative;
		font-size: 20px;
		padding: 0;
	}
	.dioxin_box .ttl span::before{
		position: absolute;
		left: 0;
		top: 0;
		width: 43px;
		height: 50px;
	}
	.dioxin_box .ttl span{
		margin-left: 46px;
		display: block;
	}
	


  }

  /*---------------理由03----------------*/
.reason03 {
    background: url(../img/top/bg_03.png) no-repeat;
    background-size: 30%;
    background-position: top 1.5% left;
}
.reason03 .sub-title{
	font-size: clamp(24px, 2.51vw, 48px);
}
.comparison h4{
	font-size: clamp(24px, 2.2vw, 48px);
	margin-bottom: 25px;
}

	table.compare_table {
		width: 100%;
		table-layout: fixed;
		margin: 45px 0 60px;
  	}
	table.compare_table .ttl{
		width: 20%;
	}
  table.compare_table th, table.compare_table td {
	font-size:  clamp(16px, 2vw, 20px);
	text-align: center;
  }

  table.compare_table tbody th {
	font-weight: bold;
	border: 1px solid #ccc;
  }
  table.compare_table tbody td {
	padding: 18px 0;
	border: 1px solid #ccc;
	font-size:clamp(15px, 2vw, 18px) ;
  }
  table.compare_table .none {
	background: #fff;
  }
  table.compare_table .color {
	color:var(--site-primary-keycolor);;
	font-weight: bold;
	font-size:clamp(18px, 1.5vw, 24px);
  }
  table.compare_table .color span{
	font-size:14px ;
  }
  table.compare_table thead th.color {
	padding: 20px 0;
  }
  table.compare_table thead th img {
	width: 86%;
  }
  table.compare_table thead th.gray {
	vertical-align: bottom;
  }
  table.compare_table thead th.gray div {
	background: #e7e7e7;
	padding: 17px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
  }
  table.compare_table .on {
	border: 4px solid var(--site-primary-keycolor);;
	border-radius: 10px 10px 0 0;
	background: #fff7f2;
  }
  .attention_box_pink{
	background: var(--site-secondary);
	padding: 30px;
	border-radius: 100px;
  }
  .attention_box_pink p{
	display: flex;
	align-items: center;
  }
  .attention_box_pink p::before{
	content: '';
	background: url(../img/top/icon-attention02.svg)no-repeat;
	background-size: contain;
	width: 94px;
	height: 94px;
	display: inline-block;
	margin-right: 30px;
	
  }

  .support h4{
	font-size: clamp(24px, 2vw, 32px);
	margin-bottom: 30px;
  }
  .support h4 span.txt_color{
	font-size: clamp(32px, 2.5vw, 40px);
	color: var(--site-secondary-keycolor);
  }
  .support .txt{
	max-width: 645px;
	width: 100%;
  }
  .support .txt h5{
	font-size: clamp(22px, 2vw, 32px);
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 20px;
  }

  .support-arrow{
	background: url(../img/top/big-arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
  }
  .support-arrow h5{
	font-size: clamp(32px, 2.5vw, 42px);
	padding: 20px 0 40px;
    line-height: 1.3;
  }
  .support_box{
	gap: 2vw;
  }
  .director_content{
	gap: 2vw;
  }

  .director_content .txt{
	max-width: 710px;
	width: 100%;
  }
  .director_content .md_radius_photo{
	max-width: 578px;
	width: 100%;
  }
  .director_content .txt h5 span::before{
	content: '';
	background: url(../img/common/icon-license.svg)no-repeat;
	background-size: contain;
	width: 50px;
	height: 47px;
	display: inline-block;
	vertical-align: sub;
  }
  .director_content .txt h5{
	font-size: clamp(28px, 1.8vw, 42px);
	margin-bottom: 10px;
  }
  .director_content .txt h5 em{
	font-size: clamp(24px, 2vw, 48px);
  }
  .director_content .txt h6{
	font-size: clamp(21px, 1.5vw, 32px);
	margin-bottom: 20px;
  }
  .director_content .txt p{
	line-height: 1.5;
  }

  .nds-box{
	border:4px solid #2f873e33;
	align-items: center;
	padding: 20px 40px;
	gap: 2vw;
  }
  .nds-box a{
	max-width: 432px;
  }
  .nds-box p{
	max-width: 755px;
  }
  .certificate{
	margin: 60px 0 0;
  }
  .certificate div{
	gap: 2vw;
  }
.certificate h4{
	font-size: clamp(32px, 2.2vw, 42px);
}
.certificate h4 span::before{
	background: url(../img/common/icon-license02.svg)no-repeat;
	width: 53px;
	height: 55px;
}
.certificate h4 em{
	font-size: clamp(32px, 2.2vw, 48px);
}
.certificate a.modaal-btn{
	max-width: 203px;
	position: relative;
	height: fit-content;
}
.certificate a.modaal-btn::after{
	content: '';
	background: url(../img/top/icon-zoom.png) no-repeat;
	width: 41px;
	height: 41px;
	position: absolute;
	right: -2px;
	bottom: -3px;
}
.certificate-txt{
	max-width: 1050px;
	width: 100%;
}
.certificate-txt h5{
	font-size: clamp(24px, 2.2vw, 32px);
	margin-bottom: 20px;
}
.send-off{
	gap: 2vw;
}
.send-off h4{
	font-size: clamp(26px, 2.2vw, 42px);
}
.send-off h4 span::before{
	background: url(../img/top/icon-send-off.svg)no-repeat;
	background-size:contain;
	width: 60px;
	height: 60px;
}
.send-off h4 em{
	font-size: clamp(28px, 2.5vw, 48px);
}
.send-off h5{
	font-size: clamp(22px, 2.2vw, 32px);
}
.send-off .txt{
	max-width: 710px;
	width: 100%;
}

.omiokuri-goods{
	background: #2f873d17;
	padding:30px 30px 20px;
}
.omiokuri-goods h5{
	font-size: clamp(18px, 1.2vw, 28px);
}
.omiokuri-goods h5 span::before{
	background: url(../img/top/icon-memorial.png) no-repeat;
	width: 52px;
	height: 52px;
	vertical-align: middle;
}
.goods-ttl{
	gap: 1vw;
	margin-bottom: 20px;
}
.goods_txt{
	max-width: 960px;
	width: 77%;
}
.omiokuri-goods ul{
	gap:1vw;
}
.omiokuri-goods ul li{
	position: relative;
	box-shadow: 5px 5px 0px -1px #ffe7d8;
	border-radius: 30px;
}
.omiokuri-goods ul li .sub_txt{
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffffffb7;
	width: 100%;
	padding: 10px;
}
.goods-name{
	font-size:clamp(14px, 1.5vw, 20px);
}
.goods-name::before{
	content: '●';
	color: #ff8fd0;
	font-size: 20px;
	margin-right: 5px;
}
.omiokuri-goods ul li .sub_txt .f18{
	font-size:clamp(12px, 1.5vw, 18px);
	letter-spacing: 0;
	text-indent: -1.6em;
    padding-left: 1.6em;
}
.omiokuri-goods ul li .sub_txt .plice{
	font-size:clamp(14px, 1.5vw, 22px);
}
.omiokuri-goods ul li .sub_txt .plice span{
	font-size:clamp(11px, 1.5vw, 16px);
}

.photograph{
	margin-top: 60px;
}
.photograph .md_radius_photo{
	max-width: 600px;
}
.photograph h4{
	border-radius: 50px;
}
.photograph .row{
	gap: 2vw;
}
.photograph h6{
	font-size: clamp(16px, 1.8vw, 22px);
	margin-bottom: 20px;
}
.photograph .photo-plan{
	background: var(--site-primary);
	border-radius: 10px;
	display: inline-block;
	padding: 10px 20px;
	margin: 20px auto 0;
}
.photograph .annotation_txt{
	font-size: 16px;
    color: #676767;
	margin-top: 30px;
	padding: 20px 40px;
	border-radius: 10px;
}

.memorial-goods h4{
	font-size: clamp(28px, 2.5vw, 42px);
	margin-bottom: 40px;
}
.memorial-goods h4 span::before{
	background: url(../img/top/icon-memorial.svg)no-repeat;
	width: 35px;
	height: 47px;
}
.memorial-goods h4 em{
	font-size: clamp(30px, 2.5vw, 48px);
}
.memorial-goods h5{
	font-size: clamp(20px, 2vw, 28px);
	margin-bottom: 30px;
}
.memorial-goods div{
	gap: 2vw;
	margin-bottom: 40px;
}
.memorial-goods div .txt{
	max-width: 660px;
	width: 100%;
}

.goods-list ul{
	gap: 2vw 1.8vw;
	margin-bottom: 40px;
}
.goods-list ul li{
	position: relative;
	max-width: 300px;
	width: 23%;
}
.goods-list ul li img{
	margin-bottom: 10px;
}
.goods-list ul li p{
	font-size: clamp(16px, 1.2vw, 22px);
	letter-spacing: 0;
}
.goods-list ul li p span sub{
	vertical-align: baseline;
	font-size: clamp(16px, 1vw, 22px);
}
.goods-list .popular::before{
	content: '';
	background: url(../img/common/icon-popularity.svg)no-repeat;
	background-size: contain;
	width: 5.8vw;
	height: 6.7vw;
	position: absolute;
	left: 0;
	top: 0;
}
.goods-list .rest::before{
	content: '';
	background: url(../img/common/icon-rest.png)no-repeat;
	background-size: contain;
	width: 5.8vw;
	height: 5.8vw;
	position: absolute;
	left: 0;
	top: 0;
}
.goods-list .annotation_txt{
	font-size: 16px;
}
.supporting h4{
	margin-bottom: 40px;
}
.supporting h4 span{
	font-size: clamp(30px, 2.3vw, 42px);

}
.supporting h4 em{
	font-size: clamp(30px, 2.5vw, 48px);

}
.supporting h4 span::before{
	background: url(../img/common/icon-support.svg)no-repeat;
	width: 57px;
	height: 57px;
	vertical-align:middle ;
}

.support-contents{
	margin-top: 40px;
}

.support-contents h5{
font-size: clamp(22px, 2.2vw, 32px);
border-bottom: 1px solid var(--site-secondary-keycolor);
margin-bottom: 30px;
}
.support-contents h5::before{
	content: '■';
	color: var(--site-secondary-keycolor);
	font-size: clamp(18px, 1.5vw, 24px);
	margin-right: 5px;
	vertical-align: text-bottom;
}
.cemetery-content{
	gap:1vw;
}
/* .cemetery-content .md_radius_photo, .md_radius_big img {
	width: 25%;
	border-radius: 15px;
	height: auto;
} */
.cemetery-content .txt{
	max-width: 60%;
}
.cemetery-content h6{
	font-size: clamp(16px, 1.5vw, 22px);
	margin-bottom: 15px;
	line-height: 1;
}
.place-box{
	border: 4px solid var(--site-secondary);
	margin-top: 20px;
}
.place-box dt{
	background: var(--site-secondary);
	font-size: clamp(16px, 1.5vw, 22px);
	padding-left:20px;
}
.place-box dd{
	padding: 15px 20px;
}
.place-box dd .ttl{
	font-size: clamp(15px, 1.5vw, 18px);
	margin-bottom: 10px;
}
.place-box .place{
	font-size: clamp(16px, 1.2vw, 22px);
}

.other .support-contents{
	max-width: 48%;
}

.other .support-contents h6{
	font-size: clamp(16px, 1.5vw, 22px);
	margin: 20px 0;
}

.other .annotation_txt{
	font-size: 14px;
	color: #929292;
}

@media only screen and (max-width: 1024px) {
	.reason03{
		background-position: top 2% left;
	}
	.reason03 .sub-title::before,
	.reason03 .sub-title::after{
		width: 16.6vw;
	}
	.attention_box_pink p::before{
		margin-right: 20px;
	}
	.reason03 .sub-title{
		font-size: clamp(22px, 2vw, 24px);
	}
	.director_content .btn_border a{
		margin-left: 0;
	}
	.director_content .txt h5{
		position: relative;
	}
	.director_content .txt h5 span{
		display: block;
		margin-left: 60px;
	}
	.director_content .txt h5 span::before{
		position: absolute;
		left: 0;
		top: 50%;
  		transform: translateY(-50%);
	}
	.nds-box{
		flex-direction: column;
		padding: 20px;
		border: 2px solid #2f873e33;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.send-off h4 span::before{
		width: 40px;
		height: 40px;
	}
	.omiokuri-goods h5 span::before {
		display: block;
		margin: 0 auto 10px;
	}
	.omiokuri-goods ul li .sub_txt{
		position: static;
		height: 41%;
	}
	.goods-list ul li{
		width: 31%;
	}
	.goods-list .popular::before,
	.goods-list .rest::before{
		width: 35%;
		height: 35%;
	}
	.supporting .btn_border a{
		margin-left: 0;
	}

  }
  @media only screen and (max-width: 786px) {
	.reason03 .sub-title::before,
	.reason03 .sub-title::after{
		width: 26vw;
	}

  }
  @media only screen and (max-width: 568px) {
	.reason03{
		background-size: 60%;
        background-position: top 4.1% left;
	}
	.reason03 .sub-title {
        background: var(--site-primary-keycolor);
        color: #fff;
        margin: 20px -5.7vw;
        font-size: 22px;
        text-align: left;
        color: #ffe7ac;
        position: relative;
        padding: 10px 0;
    }
	.reason03 .sub-title::after{
		content: none;
	}
	.reason03 .sub-title::before{
		background: url(../img/top/icon-number-reason03.png)no-repeat;
		background-size: contain;
		width: 51px;
        height: 50px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
	}
	.reason03 .sub-title span {
        margin-left: 50px;
		line-height: 1.2;
		display: block;
    }
	.reason03 .sub-title span.bg_white{
		background: none;
	}
	.reason03 .txt h4{
		text-align: center;
	}


	table.compare_table{
		margin: 20px -5.7vw;
		width: 100vw;
		line-height: 1.2;
	}
	table.compare_table tbody th,
	table.compare_table .color,
	table.compare_table tbody td{
		font-size: 14px;
	}
	table.compare_table .color span,
	table.compare_table tbody td span{
		font-size: 11px;
	}
	table.compare_table .ttl{
		width: 23%;
	}
	.attention_box_pink {
		border-radius: 20px;
	}
	.attention_box_pink p {
		display: block;
	}
	.attention_box_pink p::before{
		float: left;
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
	.support h4{
		font-size: 19px;
		margin-bottom: 10px;
	}
	.support h4 span.txt_color{
		font-size: 24px;
	}
	.support_box{
		flex-direction: column;
		gap:5vw;
	}
	.support .txt h5{
		font-size: 20px;
		text-align: center;
	}
	.director_content{
		flex-direction: column;
		margin-top: 0;
    gap: 15px 0;
	}
	.director_content .txt h5 em{
		font-size: 23px;
	}
	.director_content .txt h5{
		font-size: 20px;
    margin-bottom: 5px;
	}
	.director_content .txt h5 span{
		margin-left: 30px;
    position: relative;
    display: inline-block;
	}
	.director_content .txt h5 span::before{
		width: 25px;
		height: 23px;
    left: -38px;
	}
	.director_content .txt h6{
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}
	.director_content .btn_border a{
		width: 90%;
		margin: 0 auto;
	}
	.director_content .btn_border a::after{
		width: 25px;
		height: 25px;
	}
	.certificate{
		margin: 30px 0;
	}
	.certificate h4 span::before{
		width: 25px;
		height: 27px;
	}
	.certificate h4 em{
		font-size: 23px;
		letter-spacing: 0;
	}
	.certificate h4{
		font-size: 20px;
		letter-spacing: 0;
	}
	.certificate-txt h5{
		font-size: 18px;
	}
	.certificate div{
		display: contents;
	}
	.certificate a.modaal-btn{
		float: left;
		max-width: 101px;
		width: 100%;
		margin-right: 10px;
	}
	.send-off{
		flex-direction: column;
	}
	.send-off h4{
		font-size: 20px;
	}
	.send-off h4 em{
		font-size: 23px;
	}
	.send-off h4 span::before{
		width: 30px;
		height: 30px;
	}
	.send-off h5{
		font-size: 18px;
		text-align: center;
	}
	.goods-ttl{
		flex-direction: column;
	}
	.omiokuri-goods h5{
		display: flex;
		justify-content: center;
		font-size: 18px;
		margin: 0 auto;
	}
	.omiokuri-goods h5 span::before{
		display: inline-block;
		margin-right: 10px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	.goods_txt{
		width: 100%;
	}
	.omiokuri-goods{
		padding: 20px 20px 0;
	}
	.omiokuri-goods ul{
		flex-direction: column;
		gap: 4vw;
	}
	.omiokuri-goods ul li{
		display: flex;
		border-radius: 20px;
	}
	.omiokuri-goods ul li img{
		width: 50%;
	}
	.goods-name{
		text-indent: -1.1em;
		padding-left: 1.1em;
	}
	.goods-name::before{
		font-size: 10px;
	}
	.omiokuri-goods ul li .sub_txt{
		height: auto;
	}
	.omiokuri-goods ul li .sub_txt .f18{
		text-indent: -1.2em;
    	padding-left: 1.2em;
	}
	.omiokuri-goods ul li:first-child .sub_txt{
		padding: 4vw 10px;
	}
	.omiokuri-goods ul li:nth-child(2) .sub_txt{
		padding: 7vw 10px;
	}

	.photograph{
		margin-top: 30px;
	}
	.support .photograph h4{
		margin-bottom: 20px;
	}
	.photograph .row{
	flex-direction: column;
	gap: 5vw;
	}
	.photograph h6{
		font-size:18px;
		margin-bottom: 10px;
		text-align: center;
	}
	.photograph .photo-plan{
		background: var(--site-primary);
		border-radius: 10px;
		display: inline-block;
		
	}
	.photograph .annotation_txt{
		font-size: 12px;
		color: #676767;
		padding: 20px;
		margin-top: 15px;
	}
	.memorial-goods h4{
		font-size: 20px;
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.memorial-goods h4 span{
		padding-left: 50px;
		margin: 0 auto 20px;
		display: block;
		line-height: 1.2;
	}
	.memorial-goods h4 span::before{
		width: 37px;
		height: 50px;
		position: absolute;
		left: 10vw;
		top:0;
	}
	.memorial-goods h4 em{
		font-size: 23px;
	}
	.memorial-goods div{
		flex-direction: column;
		margin-bottom: 0;
	}
	.memorial-goods h5{
		font-size: 18px;
		text-align: center;
		margin-bottom: 15px;
	}
	.goods-list ul{
		gap: 5vw;
		margin: 20px 0;
	}
	.goods-list ul li{
		width: 47%;
	}
	.goods-list ul li p{
		font-size: 16px;
	}
	.goods-list ul li p span{
		font-size: 18px;
	}
	.goods-list ul li p span sub{
		vertical-align: baseline;
		font-size: 13px;
	}

	.supporting{
		margin: 30px 0 0;
	}
	.supporting h4{
		margin: 0 auto 20px;
	}
	.supporting h4 em{
		font-size: 23px;
	}
	.supporting h4 span::before{
		width: 35px;
		height: 35px;
	}
	.supporting h4 span{
		font-size: 20px;
		letter-spacing: 0;
		display: block;
        text-align: center;
	}
	.support-contents{
		margin-top: 20px;
	}
	.support-contents h5{
		margin-bottom: 20px;
	}
	.cemetery-content{
		margin-top: 20px;
		flex-direction: column;
	}
	.cemetery-content .txt{
		max-width: 100%;
		margin: 10px 0;
	}
	.cemetery-content .txt h6{
		font-size: 19px;
		text-align: center;
		line-height: 1.5;
	}
	.cemetery-content .md_radius_photo{
		width: 80%;
		margin: 0 auto;
	}
	.place-box dt{
		font-size: 19px;
		text-align: center;
	}
	.place-box dd .ttl{
		font-size: 17px;
	}
	.place-box .place{
		text-align: left;
		font-size: 15px;
	}


	.other .support-contents{
		width: 100%;
		max-width: 100%;
	}
	.other .support-contents .md_radius_photo{
		width: 45%;
		float: left;
		border-radius: 20px;
		margin-right: 10px;
	}
	.other .support-contents h6{
		width: 50%;
		text-align: center;
		display: inline-block;
		font-size: 18px;
		letter-spacing: 0;
	}
	.reason03 .btn_wrapper a{
		font-size: 15px;
	}

  }


/*-----お客様の声-----*/
.user-box p{
	font-size: clamp(22px, 1.8vw, 36px);
	padding: 8px 0 10px;
	background: #F18F01;
	margin-bottom: 30px;
}
.user-box h2{
	font-size: clamp(36px, 3vw, 60px);
	text-shadow:
	3px 3px 3px #fff,
    -3px 3px 3px #fff,
    -3px -3px 3px #fff,
    3px -3px 3px #fff;
	line-height: 1;
}
.user-ttl{
	position: relative;
	margin-bottom: 30px;
}
.user-ttl h3{
	font-size: clamp(22px, 2vw, 42px);
}
.user-ttl span{
	font-size: clamp(30px, 2vw, 48px);
}
.user-ttl em{
	font-size: clamp(36px, 3vw, 60px);
	position: relative;
}
.user-ttl em::before{
	background: url(../img/top/icon-voice.svg)no-repeat;
	width: 61px;
	height: 58px;
	vertical-align: middle;
}

.user-ttl em::after{
	content: '';
	position: absolute;
	left: 60%;
	bottom: 8px;/*線の上下位置*/
	display: inline-block;
	width: 300px;/*線の長さ*/
	height: 12px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background: #ffeccf;/*線の色*/
	z-index: -1;
}
.user-ttl::after{
	content: '';
	background: url(../img/top/user-many.png)no-repeat;
	background-size: contain;
	width: 10.3vw;
    height: 9vw;
	position: absolute;
	right: 0;
	top: 0;
}
.user-comment{
	margin: 40px 0;
}
.user-comment li{
	max-width: 48%;
	gap: .5vw;
}
.user-txt{
	padding: 20px;
	position: relative;
	border-radius: 10px;
}
.user-txt::before{
	content: "";
	position: absolute;
	top: 5vw;
	left: -45px;
	margin-top: -15px;
	border: 20px solid transparent;
	border-right: 30px solid var(--site-primary);;
}

.user-txt h4{
	font-size:22px;
	line-height: 1;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
	.voice .md_inner_space{
		padding: 30px;
		margin-bottom: 30px;
	}
	.user-box p{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.user-box h2{
		font-size: 34px;
	}
	.user-ttl::after{
		width: 10vw;
		top: 10px;
	}
	.user-comment li img{
		width: 30%;
	}
}

@media only screen and (max-width: 960px) {
	.user-ttl::after {
        width: 14vw;
	}
}

@media only screen and (max-width: 568px) {
	.voice .md_inner_space{
		padding: 20px 10px;
	}
	.user-box p{
		font-size: 19px;
	}
	.user-box h2{
		font-size: 29px;
		line-height: 1.3;
	}
	.user-ttl h3{
		font-size: 21px;
	}
	.user-ttl h3{
		width: 82%;
	}
	.user-ttl h3 span{
		font-size: 22px;
	}
	.user-ttl em{
		font-size: 29px;
		display: inline-block;
	}
	.user-ttl em::after{
		display: inline-block;
		width: 42vw;
	}
	.user-ttl em::before{
		width: 30px;
		height: 29px;
	}
	.user-ttl::after{
		width: 25vw;
		height: 21vw;
		top:30px;
	}
	.voice p:first-child{
		text-align: center;
	}
	.voice p{
		text-align: left;
	}
	.user-comment{
		flex-direction: column;
		gap: 4vw;
	}
	.user-comment li{
		max-width: 100%;
	}
	.user-txt h4{
		font-size: 18px;
	}
	.user-txt::before{
		top:12vw;
		left: -34px;
	}
	.user-txt p{
		font-size: 14px;
	}


}
/*-------火葬可能なペットちゃん一覧------*/
.pet-lists .sec_title span::before{
	content: '';
	background: url(../img/top/icon-cat.svg)no-repeat;
	width:50px ;
	height: 49px;
	vertical-align:middle;
	margin-bottom: 10px;
}

.pet_list{
	gap: 1vw 1.8vw;
	margin: 40px 0;
}
.pet_list li{
	max-width: 300px;
	width: 23%;
	background: #f9fde2;
}
.pet_list li img{
	max-width: 130px;
	width: 43%;
}
.pet_list li div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56%;
}
.pet_list li p{
	font-size: clamp(20px, 1.2vw, 32px);
}
.pet-list li .size_small{
	font-size: 28px;
}
.pet-type .annotation_txt{
	font-size: 16px;
}

.pet-lists .btn a{
	font-size: 17px;
	letter-spacing: 0;
	margin-left: -20px
}

@media only screen and (max-width: 1024px) {
	.pet_list li{
		width: 31%;
		display: flex;
	}
	.pet_list li img{
		width: 100%;
		max-width: 35%;
	}
}

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

}

@media only screen and (max-width: 568px) {
	.pet-lists .sec_title span::before{
		width: 32px;
		height: 31px;
	}
	.pet-lists .sec_title{
		line-height: 1.2;
		padding: 7px 0;
	}
	.pet_list{
		margin: 20px 0;
		gap: 3vw;
	}
	.pet_list li{
		width: 48%;
		display: flex;
	}
	.pet_list li img{
		width: 100%;
		max-width: 35%;
	}
	.pet_list li div{
		width: 62%;
	}
	.pet_list li div p{
		font-size: 19px;
	}
	.pet_list li div p.size_small{
		font-size: 16px;
	}
	.pet-lists .btn a{
		font-size: 15px;
	}
	.pet-type .annotation_txt{
		font-size: 11px;
}
}
/*---確認方法---*/
#enshrinement h2 .icon::before{
	background: url(../img/top/icon-dog.svg)no-repeat;
	width: 55px;
	height: 69px;
}

#enshrinement h3.nomal-ttl{
	font-size: clamp(22px, 2vw, 32px);
	margin-bottom: 40px;
}
#enshrinement .intro{
	gap: 2vw;
}
#enshrinement .intro .md_radius_photo{
	max-width: 45%;
	width: 100%;
	height: fit-content;
}
#enshrinement .intro .txt{
	max-width: 50%;
	width: 100%;
}

.confirmation-list ul{
	margin-bottom: 70px;
}

.confirmation-list ul li{
	background: #2f873d17;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}


.confirmation-list ul li img{
	border-radius: 30px 0 0 30px;
	max-width: 590px;
	position: absolute;
	left: -9%;
	top: 50%;
    transform: translateY(-50%);
}
.confirmation-list ul li.arrow{
	overflow: visible;
	background: none;
	border-radius: 0;
	margin-bottom: 0;
}
.confirmation-list ul li.arrow img{
	width: 55px;
	height: auto;
	margin: 30px auto 0;
	position: static;
	border-radius: 0;
}

.confirmation-list ul li:last-child{
	margin-bottom: 0;
}
.confirmation-list ul li .txt{
	padding:20px 50px;
	width: 63%;
	margin-left: 463px;
}
.confirmation-list ul li .txt h5{
	font-size: clamp(24px, 2vw, 40px);
	margin-bottom: 10px;
}
.confirmation-list ul li .txt h5 span::before{
	background: url(../img/top/list-pink01.png)no-repeat;
	background-size: contain;
	width: 77px;
	height: 77px;
	vertical-align:middle;
	margin-bottom: 5px;
}
.confirmation-list ul li:nth-child(3) .txt h5 span::before{
	background: url(../img/top/list-pink02.png)no-repeat;
	background-size: contain;
}
.confirmation-list ul li:nth-child(5) .txt h5 span::before{
	background: url(../img/top/list-pink03.png)no-repeat;
	background-size: contain;
}

.step-list ul li{
	background: #ffcd8140;
	border-radius: 30px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.step-list ul li img{
	border-radius: 30px 0 0 30px;
	max-width: 590px;
	position: absolute;
	left: -9%;
	top: 50%;
    transform: translateY(-50%);
}

.step-list ul li.arrow{
	overflow: visible;
	background: none;
	border-radius: 0;
	margin-bottom: 0;
}
.step-list ul li.arrow img{
	width: 55px;
	height: auto;
	margin: 30px auto 0;
	position: static;
	border-radius: 0;
}

.step-list ul li:last-child{
	margin-bottom: 0;
}
.step-list ul li .txt{
	padding:20px 50px;
	width: 63%;
	margin-left: 463px;
}
.step-list ul li .txt h5{
	font-size: clamp(24px, 2vw, 40px);
	margin-bottom: 10px;
}
.step-list ul li .txt h5 span::before{
	background: url(../img/top/list-green01.png)no-repeat;
	background-size: contain;
	width: 77px;
	height: 77px;
	vertical-align:middle;
	margin-bottom: 5px;
}
.step-list ul li:nth-child(3) .txt h5 span::before{
	background: url(../img/top/list-green02.png)no-repeat;
	background-size: contain;
}
.step-list ul li:nth-child(5) .txt h5 span::before{
	background: url(../img/top/list-green03.png)no-repeat;
	background-size: contain;
}
.step-list ul li:nth-child(7) .txt h5 span::before{
	background: url(../img/top/list-green04.png)no-repeat;
	background-size: contain;
}

.border-box{
	border: 4px solid #F18F01;
	padding: 25px 40px 30px;
	margin: 60px 0;
}
#enshrinement .border-box h3{
	margin-bottom: 0;
	font-size: clamp(20px, 1.6vw, 34px);
}
#enshrinement .cremation-funeral .sub-title{
	font-size: clamp(28px, 2.1vw, 40px);
}
.cremation-funeral ul{
	margin-top: 30px;
}
.cremation-funeral ul li{
	gap: 1.5vw;
	background:#f9fde2;
}
.cremation-funeral ul li .md_radius_photo{
	max-width: 400px;
	width: 100%;
}

.cremation-funeral ul li .txt h4{
	font-size:  clamp(20px, 2.1vw, 28px);
}
.cremation-funeral ul li .icon::before{
	content: "●";
	font-size: 28px;
	color: var(--site-tertiary-keycolor);
	vertical-align: unset;
}

.cremation-funeral ul li .btn_border{
	margin: 30px auto 0;
}
.cremation-funeral .md_inner_space{
	margin-bottom: 30px;
}
.cremation-funeral .md_inner_space:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
	.confirmation-list ul li .txt h5,
	.step-list ul li .txt h5{
		position: relative;
	}
	.confirmation-list ul li img,
	.step-list ul li img{
		border-radius: 20px;
		position: static;
		transform: none;
	}
	.step-list ul li.arrow img{
		margin: 0 auto;
	}
	.confirmation-list ul li.arrow img{
		margin: 0 auto;
	}
	.confirmation-list ul li .txt h5 span,
	.step-list ul li .txt h5 span{
		margin-left: 60px;
		display: block;
	}
	.confirmation-list ul li .txt h5 span::before,
	.step-list ul li .txt h5 span::before{
		width: 50px;
		height: 50px;
		background-size: contain;
		position: absolute;
		left: 0;
	}
	.confirmation-list ul li:nth-child(2) .txt h5 span::before,
	.confirmation-list ul li:nth-child(3) .txt h5 span::before,
	.step-list ul li:nth-child(2) .txt h5 span::before,
	.step-list ul li:nth-child(3) .txt h5 span::before,
	.step-list ul li:nth-child(4) .txt h5 span::before{
		background-size: contain;
	}
	.confirmation-list ul li,
	.step-list ul li{
		padding: 20px;
		margin-bottom: 0;
	}
	.confirmation-list ul li .txt,
	.step-list ul li .txt{
		padding: 10px 20px;
		margin-left: 0;
	}
	.cremation-funeral ul li .txt{
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	#enshrinement h2 .icon::before{
		width: 35px;
		height: 45px;
	}
}

@media only screen and (max-width: 568px) {
	#enshrinement h2 .icon::before{
		width: 25px;
		height: 34px;
		vertical-align: middle;
	}
	#enshrinement h3.nomal-ttl{
		font-size: 24px;
	}
	#enshrinement .intro{
		flex-direction: column;
	}
	#enshrinement .intro .md_radius_photo,
	#enshrinement .intro .txt{
		max-width: 100%;
	}
	.txt h4{
		text-align: center;
	}
	#enshrinement h3.nomal-ttl{
		margin-bottom: 20px;
	}

	.confirmation-list ul li,
	.step-list ul li{
		display: block;
		overflow: visible;
	}
	.confirmation-list ul li img,
	.step-list ul li img{
		float: left;
		width: 50%;
	}
	.confirmation-list ul li.arrow img,
	.step-list ul li.arrow img{
		width: 30px;
		float: none;
	}
	.confirmation-list ul li.arrow ,
	.step-list ul li.arrow {
		margin: 0 auto;
	}

	.confirmation-list ul li .txt,
	.step-list ul li .txt{
		width: 100%;
		padding: 0;
	}
	.confirmation-list ul li .txt h5,
	.step-list ul li .txt h5{
		width: 50%;
		text-align: center;
		display: inline-block;
		
	}
	.confirmation-list ul li .txt h5 span,
	.step-list ul li .txt h5 span{
		font-size: 18px;
		margin-left: 0;
		margin-top: 30px;
	}
	.confirmation-list ul li .txt h5 span::before,
	.step-list ul li .txt h5 span::before{
		left: auto;
		right: 25%;
		top: -25%;
		width: 45px;
		height: 45px;
	}
	.confirmation-list ul li::after,
	.step-list ul li::after{
		width: 27px;
		height: 23px;
		background-size: contain;
		bottom: -34px;
	}
	.confirmation-list ul{
		margin-bottom: 30px;
	}
	.step-list .sub-title{
		text-align: center;
		width:0 -5.7vw ;
		margin-bottom: 20px;
	}
	#enshrinement .border-box h3{
		font-size: 20px;
	}
	.border-box{
		padding: 20px 15px;
		letter-spacing: 0;
		margin: 30px 0;
	}
	#enshrinement .cremation-funeral .sub-title{
		font-size:  clamp(18px, 2.1vw, 24px);
		margin-bottom: 20px;
	}
	.cremation-funeral .sub-title::before,
	.cremation-funeral .sub-title::after{
		width: 8.8vw;
	}
	.cremation-funeral .md_inner_space{
		padding: 20px;
		display: block;
	}
	.cremation-funeral ul li .md_radius_photo{
		width: 50%;
		border-radius: 20px;
		float: left;
		margin-right: 10px;
	}
	.cremation-funeral ul li .txt h4{
		width: 45%;
		display: inline-block;
		font-size: 18px;
		line-height: 1.3;
		position: relative;
	}
	.cremation-funeral ul li .icon::before{
		font-size: 18px;
		position: absolute;
		left: 0;
	}
	.cremation-funeral ul li .txt h4 span{
		display: block;
		text-align: left;
		margin-left:1.1em ;
	}
	.cremation-funeral ul li .txt p{
		clear: both;
		margin-top: 10px
	}
	
	

}

.memorial-service .txt .btn_wrapper{
	margin-top: 20px;
}
.memorial-service ul{
	gap: 1vw;
	justify-content: space-between;
}
.memorial-service ul li{
	max-width: 244px;
	width: 18.8%;
	box-shadow: 0px 5px 0px 0px #c6b4a6;
	border: 1px solid #c6b4a6;
}

.memorial-service ul li p{
	font-size:  clamp(22px, 2.1vw, 30px);
	padding: 10px 0 15px;
}
.goods-bnr{
	margin: 60px 0;
	box-shadow: 0px 5px 0px 0px #c6b4a6;
	border: 1px solid #c6b4a6;
}
.goods-bnr img{
	max-width: 576px;
	width: 43%;
}
.goods-bnr .txt{
	padding: 30px;
	width: 57%;
}
.goods-bnr .txt p{
	background:#bea26d;
	border-radius: 50px;
	font-size: clamp(22px, 1.5vw, 28px);
	padding: 10px 20px;
	
}
.goods-bnr .txt h5{
	font-size: clamp(32px, 3.1vw, 60px);
}
.goods-bnr .txt span{
	font-size: clamp(16px, 1.5vw, 24px);

}
.goods-bnr .txt span{
	display: flex;
    align-items: center;
	width: 65%;
    margin: 0 auto;
}
.goods-bnr .txt span::before,
.goods-bnr .txt span::after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
}

.goods-bnr .txt span::before{
	margin-right: 1rem;
}
.goods-bnr .txt span::after{
	margin-left: 1rem;
}
.notification .sub-title{
	font-size: clamp(32px, 2.2vw, 48px);
}

.notification p.mb40{
	margin-bottom: 40px;
}
.notification ul{
	margin-bottom: 60px;
}
.notification ul li{
	background: var(--site-primary);
	width:49% ;
	padding: 20px;
	border-radius: 30px;
	overflow: hidden;
	gap: 1vw;
}
.notification ul li img{
	border-radius: 30px;
	overflow: hidden;
	max-width: 374px;
	width: 100%;
}
.notification ul li .txt{
	width: 100%;
}
.notification ul li .txt h6{
	font-size: clamp(18px, 1.2vw, 28px);
	line-height: 1;
	padding: 10px 0;
	margin-bottom: 20px;
}
.notification ul li .txt h6 span{
	font-size: clamp(14px, 1.2vw, 20px);
}
@media only screen and (max-width: 1024px) {
	.memorial-service ul{
		justify-content: center;
		gap: 3vw;
	}
	.memorial-service ul li{
		width: 30%;
	}
	.goods-bnr img{
		max-width: 576px;
		width: 53%;
	}
	.goods-bnr .txt{
		padding: 20px;
		width: 49%;
	}
	.goods-bnr .txt span{
		width: 90%;
	}

	.notification ul li img{
		border-radius: 20px;
	}

}

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

	.memorial-service .txt .btn_wrapper a{
			font-size: 15px;
		}
	.memorial-service ul{
		flex-wrap: wrap;
		justify-content: start;
		margin-top: 30px;
	}
	.memorial-service ul li{
		width: 48%;
		border-radius: 15px;
	}
	.memorial-service ul li p{
		font-size: 19px;
		padding: 7px 0 10px;
	}
	.goods-bnr{
		flex-direction: column;
		margin: 30px 0;
	}
	.goods-bnr img{
		width: 100%;
	}
	.goods-bnr .txt{
		width: 100%;
		padding: 15px;
	}
	.goods-bnr .txt p{
		font-size:14px ;
		letter-spacing: 0;
		padding: 10px 5px;
		border-radius: 10px;
	}
	.goods-bnr .txt h5{
		font-size: 30px;
	}
	.notification .sub-title{
		text-align: center;
		font-size: 24px;
	}

	.notification p.mb40{
		margin-bottom: 20px;
	}
	.notification ul{
		flex-direction: column;
		gap: 4vw;
		margin-bottom: 30px;
	}
	.notification ul li{
		width: 100%;
		display: block;
	}
	.notification ul li img{
		width: 48%;
		float: left;
		border-radius: 15px;
		margin-right: 2%;
	}
	.notification ul li .txt h6{
		height: 29.5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		font-size: 18px;
		line-height: 1.5;
	}
	.notification ul li .txt h6 span{
		font-size: 13px;
	}

}



/*----ペットロス---*/
#enshrinemen .pet-loss h3{
	font-size: 40px;
}

.loss-contents{
	gap:2vw;
}
.loss-contents .txt{
	width: 60%;
}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 568px) {
.loss-contents{
	flex-direction: column;
}
.loss-contents .txt{
	width: 100%;
}
}
/*------------------------------------------------
*Q&A
--------------------------------------------------*/
#faq .sec_title span::before{
	background: url(../img/top/icon-qa.svg)no-repeat;
	background-size: contain;
	width: 74px;
	height: 70px;
}
.faq-content ul{
	margin-bottom: 30px;
}
.faq-content li{
	margin-bottom: 60px;
}
.faq-content li:last-child{
	margin-bottom: 0;
}
.faq-content dt{
	background: #bea26d;
	border-radius: 50px;
	font-size: 24px;
	padding: 15px;
}
.faq-content dd{
	padding:20px 15px;
	display: flex;
}
.faq-content dt::before{
	content: '';
	background: url(../img/top/icon-q.svg)no-repeat;
	background-size: contain;
	width: 42px;
	height:42px;
	display:inline-block;
	vertical-align: bottom;
	margin-right: 20px;
}
.faq-content dd::before{
	content: '';
	background: url(../img/top/icon-a.svg)no-repeat;
	background-size: contain;
	width: 100%;
	height:42px;
	max-width: 42px;
	display:inline-block;
	margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
	#faq .sec_title span::before{
		width: 50px;
		height: 47px;
	}
}

@media only screen and (max-width: 568px) {
	#faq .sec_title span::before{
		width: 37px;
		height: 35px;
		vertical-align: middle;
	}
	#faq .sec_title span{
		font-size: 29px;
	}
	.faq-content{
		margin-top: 30px;
	}
	.faq-content li{
		margin-bottom: 0;
	}
	.faq-content dt{
		border-radius: 17.5px;
		font-size: 18px;
		position: relative;
	}
	.faq-content dt::before{
		position: absolute;
		left: 15px;
		top:15px ;
		width: 35px;
		height: 35px;
	}
	.faq-content dd::before{
		width: 100%;
		height: 35px;
		max-width: 35px;
	}
	.faq-content dt span{
		display: block;
		margin-left: 50px;
		line-height: 1.3;
	}
}
/*------------------------------------------------
*民間と自治体の違い
--------------------------------------------------*/

#difference .sec_title span::before{
	background: url(../img/top/icon-difference.svg)no-repeat;
	width:63px;
	height: 46px;
	vertical-align:middle ;
	margin-bottom: 10px;
}
#difference .intro .md_radius_photo{
	width:46%;
	max-width: 600px;
}
#difference .intro .txt{
	width: 52%;
}
.difference .intro h3{
	font-size: clamp(22px, 1.5vw, 32px);
}

.merit_demerit {
	display: grid;
	grid-template-columns: 294px auto auto;
	grid-template-rows:auto 1fr 1fr;
	margin: 50px 0 30px;
	border-right: 1px solid #ccc;
  }
  .merit_demerit .name {
	font-size: clamp(22px, 1.5vw, 32px);
	text-align: center;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 12px 0;
  }
  .merit_demerit .txt {
	background: #fff;
	vertical-align: middle;
	display: grid;
	align-items: center;
	padding: 20px 25px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  }
  .merit_demerit h4{
	border-bottom: 1px solid #ccc;
  }
  .merit_demerit li {
	line-height: 1.7;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 3px;
  }
  .jichi {
	grid-column: 2;
	grid-row: 1;
  }
  .reien {
	grid-column: 3;
	grid-row: 1;
  }
  .merit_ttl {
	grid-column: 1;
	grid-row: 2;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d99e9314 url(../img/top/icon-merit.png) no-repeat center center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  }
  .merit_jichi {
	grid-column: 2;
	grid-row: 2;
	border-bottom: 1px solid #ccc;
  }
  .merit_reien {
	grid-column: 3;
	grid-row: 2;
	border-bottom: 1px solid #ccc;
  }
  .demerit_ttl {
	grid-column: 1;
	grid-row: 3;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5 url(../img/top/icon-demerit.png) no-repeat center center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  }
  .demerit_jichi {
	grid-column: 2;
	grid-row: 3;
  }
  .demerit_reien {
	grid-column: 3;
	grid-row: 3;
  }
  .difference .annotation_txt .icon::before{
	content: '';
	background: url(../img/top/icon_info.svg)no-repeat;
	background-size: contain;
	width:44px ;
	height: 44px;
	display: inline-block;
  }
  .difference .annotation_txt{
	padding-left: 0em;
    text-indent: 0em;
  }
  .difference .annotation_txt span{
	display: flex;
	font-size: 16px;
	justify-content: end;
  }
  @media only screen and (max-width: 1024px) {
	
	#difference .sec_title span::before{
		width:45px;
		height: 32px;
	}
	.difference .intro h3{
		margin-bottom: 20px;
	}
	.merit_demerit{
		grid-template-columns: 20% auto auto;
	}
	.merit_ttl,.demerit_ttl{
		background-size: auto;
	}
	.merit_demerit .name{
		display: flex;
		align-items: center;
		justify-content: center;
	}
  }
  @media only screen and (max-width: 960px) {}
  @media only screen and (max-width: 568px) {
	#difference .intro .md_radius_photo,
	#difference .intro .txt{
		width: 100%;
	}
	#difference .intro .md_radius_photo{
		margin-bottom: 10px;
	}
	.difference .intro h3{
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.merit_demerit{
		margin: 20px 0;
	}
	.merit_demerit {
        grid-template-columns: 100%;
        grid-template-rows: repeat(10, auto);
		border: 1px solid #ccc;
		border-collapse: collapse;
    }
	.merit_demerit .name {
		border-left:none;
    	border-top:none;
		padding: 7px 0;
		font-size: 20px;
	}

	.jichi {
        grid-column: 1;
        grid-row: 1;
		border-bottom:  1px solid #ccc;
		
    }
	.merit_ttl {
        grid-column: 1;
        grid-row: 2;
        font-size: 17px;
        padding: 13px 0;
        background-size: 38px;
        border: none;
    }
	.merit_jichi {
        grid-column: 1;
        grid-row: 3;
        border-bottom: 1px solid #ccc;
    }
	.demerit_ttl {
        grid-column: 1;
        grid-row: 4;
        font-size: 16px;
        padding: 13px 0;
        background-size: 36px;
        border-top: 1px solid #ccc;
		border-left:none;
    	border-bottom:none;
    } 
	.demerit_jichi {
        grid-column: 1;
        grid-row: 5;
    }
	.merit_demerit .reien {
        grid-column: 1;
        grid-row: 6;
		border-top: 1px solid #ccc!important;
    }
	.merit_demerit .txt {
        border: none;
        border-top: 1px solid #ccc;
        font-size: 14px;
        padding: 12px 18px;
    }
	.merit_ttl.sp {
        grid-column: 1;
        grid-row: 7;
    }
	.merit_reien {
        grid-column: 1;
        grid-row: 8;
        border-bottom: 1px solid #ccc;
    }
	.demerit_ttl.sp {
        grid-column: 1;
        grid-row: 9;
    }
	.demerit_reien {
        grid-column: 1;
        grid-row: 10;
    }
	.merit_demerit .name {
        padding: 7px 0;
    }
	.difference .annotation_txt span{
		font-size: 10px;
		justify-content: start;
		letter-spacing: 0;
	}
	.difference .annotation_txt .icon::before{
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}

  }
  

  .situation h3{
	font-size: clamp(32px, 3vw, 48px);
  }
  .situation ul{
	margin: 60px 0;
	gap: 1vw 1vw;
  }
  .situation ul li{
	width: 49%;
	border: 4px solid var(--site-secondary-keycolor);
	overflow: hidden;
	border-radius: 30px;
	display: inline-block;
  }
  .situation ul li p{
	position: relative;
	padding: 20px 20px 20px 80px;
	font-size: clamp(14px, 2vw, 18px);
	font-weight: bold;
  }
  .situation ul li .icon::before{
	background: url(../img/top/icon-check.svg)no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
    left: 20px;
    top: 25px;
	font-weight: bold;
  }

  @media only screen and (max-width: 568px) {
	.situation h3{
		font-size: 22px;
	  }
	.situation ul{
		margin: 20px 0;
	}
	.situation ul li{
		width: 100%;
		border-radius: 15px;
	}
	.situation ul li .icon::before{
		width: 40px;
		height: 40px;
		left: 15px;
	}
	.situation ul li p{
		font-size: 17px;
		padding: 20px 15px 20px 70px;
	}
	.situation ul{
		gap: 4vw;
	}
	.support-arrow{
		background-position: center top;
	}
	.support-arrow h5{
		font-size: 24px;
		padding: 20px 0;
	}

  }
  .conclusion{
	position: relative;
	margin-top: 40px;
  }
  .conclusion .md_radius_photo{
	margin-left: 36vw;
  }
  .conclusion h4{
	background: var(--site-tertiary-keycolor);
	font-size: clamp(18px, 1.5vw, 30px);
	margin-top: -1.5vw;
	margin-left: 1vw;
	padding-left: -20px;
	width: 85%;
	padding:10px 20px;
  }

  .conclusion .txt{
	background: #fff7f2;
	width: 60%;
	position: absolute;
	left: 0;
	top:3vw;
	z-index: -1;
	border-radius: 10px;
	padding: 0 5.5vw 30px 30px;
	font-size: clamp(20px, 2vw, 40px);

  }
  .caveat{
	margin-bottom: 60px;
  }
  .caveat h3{
	padding: 30px;
    margin-bottom: 0.2rem;
    background-image:
        linear-gradient(#e7ff7d 0 100%),
        repeating-linear-gradient(45deg, #0000003d 0 3px, #e7ff7d 3px 6px);
    background-repeat: no-repeat;
    background-size: calc(100% - 35px) 100px, 100%;
    background-position: center;
    font-size: clamp(30px, 3vw, 48px);
	margin-bottom:40px ;
  }
  .caveat h3 .icon::before{
	background: url(../img/top/icon-caveat.svg)no-repeat;
	width: 45px;
	height: 40px;
	vertical-align: middle;
  }
  .caveat h4{
	font-size: clamp(24px, 2vw, 32px);
	margin-bottom:40px;
  }
  .caveat .intro{
	gap: 2vw;
	margin-bottom: 0;
  }
  .caveat .caveat-point{
	margin-top: 20px;
  }
  .caveat .caveat-point h5{
	background: #e7ff7d;
	border-radius: 50px;
	border: 4px solid #333;
	font-size: clamp(16px, 1.5vw, 24px);
	padding: 5px 0;
	width: 70%;
	margin: 0 auto -35px;
	z-index: 2;
	position: relative;
  }
  .caveat .caveat-point ul{
	border-radius: 10px;
	border: 4px solid #333;
	padding: 40px 30px 30px;
  }
  .caveat .caveat-point ul li{
	border-bottom: 2px solid #d8d8d8;
	font-size: clamp(16px, 1.5vw, 24px);
	line-height: 2;
  }
  .caveat .caveat-point ul li .icon::before{
	background: url(../img/top/icon-caveat-sub.png)no-repeat;
	width: 39px;
	height: 35px;
	vertical-align: middle;
  }
  
  .countermeasure ul li{
	background: #d5e7d8;
	padding: 15px 0;
	width: 19%;
  }
  .countermeasure ul li img{
	max-width: 110px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
  }
  .countermeasure h3{
	font-size: clamp(30px, 2vw, 40px);
	margin-bottom: 40px;
  }
  .countermeasure ul {
	margin: 40px 0 100px;
  }
  .countermeasure ul li p{
	font-size: clamp(20px, 1.4vw, 28px);
  }
  .countermeasure .countermeasure-point{
	font-size: clamp(24px, 2.2vw, 40px);
	position: relative;
	width: 50vw;
	margin: 20px auto;
  }
  .countermeasure .countermeasure-point::before,
  .countermeasure .countermeasure-point::after {
    position: absolute;
    width: 30px;
    height: 30px;
    transition: .3s;
    content: '';
}
.countermeasure .countermeasure-point::before {
    top: -20px;
    left: 0px;
    border-top: 10px solid var(--site-main-color);
    border-left: 10px solid var(--site-main-color);
}

.countermeasure .countermeasure-point::after {
    bottom: -20px;
    right: 0px;
    border-right: 10px solid var(--site-main-color);
    border-bottom: 10px solid var(--site-main-color);
}

@media only screen and (max-width: 1024px) {
	.caveat{
		margin-bottom: 40px;
	}
	.caveat h3{
		padding: 20px;
		background-size: calc(100% - 2rem) 4rem, 100%;
		margin-bottom:20px;
		margin-top: 20px;
	  }
	  .caveat h3 .icon::before{
		background: url(../img/top/icon-caveat.svg)no-repeat;
		width: 45px;
		height: 40px;
		vertical-align: middle;
	  }
	  #difference .intro .txt{
		width: 100%;
	  }
	  .caveat .caveat-point ul li .icon::before{
		background-size: contain;
		width: 29px;
		height: 28px;
	  }
	  .countermeasure .countermeasure-point{
		font-size: clamp(20px, 2vw, 40px);
		position: relative;
		width: 70%;
		margin: 20px auto;
	  }
	  .countermeasure ul{
		margin: 40px 0 60px;
	  }
	  .countermeasure .countermeasure-point::after{
		border-right: 7px solid var(--site-main-color);
    	border-bottom: 7px solid var(--site-main-color);
	  }
	  .countermeasure .countermeasure-point::before{
		border-left: 7px solid var(--site-main-color);
    	border-top: 7px solid var(--site-main-color);
	  }
}
@media only screen and (max-width: 960px) {
	.conclusion .md_radius_photo{
		margin-left: 52vw;
	}
}
@media only screen and (max-width: 568px) {
	.conclusion{
		margin-top: 0;
	}
	.conclusion .txt{
		position: static;
		width: 100%;
		border-radius: 0 0 15px 15px;
		overflow: visible;
		position: relative;
		z-index: 1;
		padding: 0;  
	}
	.conclusion .txt p{
		padding: 0 20px 20px;
	}
	.conclusion div{
		flex-direction: column;
		background: #fff7f2;
		border-radius: 15px;
	}
	.conclusion .md_radius_photo{
		margin-left: 0;
		border-radius: 15px;
	}
	.conclusion h4{
		width: 90%;
		font-size: 16px;
		margin: -30px auto 20px;
		padding: 10px;
	}
	.caveat{
		margin-bottom: 20px;
	}
	.caveat h3{
		margin: 0 -5.7vw;
		font-size: 29px;
		position: relative;
		padding: 5px;
		background-size: calc(100% - 0rem) 5.5rem, 100%;
		line-height: 1.4;
		padding: 10px;
	}
	.caveat h3 .icon::before{
		background-size: contain;
		width: 30px;
		height: 26px;
		position: absolute;
		left: 10vw;
		bottom: 4.5vw;
	}
	.caveat h4{
		margin: 20px 0;
	}
	.caveat .intro{
		display: block;
	}
	.caveat .intro .md_radius{
		width: 50%;
		float: left;
		margin-right: 10px;
	}
	.caveat .caveat-point h5{
		font-size: 20px;
	}
	.caveat .caveat-point ul li{
		font-size: 18px;
	}
	.caveat .caveat-point ul{
		padding: 40px 20px 20px;
	}
	.caveat .caveat-point ul li .icon::before{
		vertical-align: auto;
	}

	.countermeasure h3{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.countermeasure ul{
		flex-wrap: wrap;
		gap:3vw 2vw;
	}
	.countermeasure ul li{
		width: 48%;
	}
	.countermeasure ul li p{
		font-size: 18px;
	}
	.countermeasure ul {
		margin: 20px 0 40px;
	}
	.countermeasure .countermeasure-point{
		width: 100%;
		font-size: 19px;
		letter-spacing: 0;
	}
	.countermeasure .countermeasure-point::before{
		border-top: 5px solid var(--site-main-color);
    	border-left: 5px solid var(--site-main-color);
		width: 24px;
    	height: 24px;
	}
	.countermeasure .countermeasure-point::after{
		border-right: 5px solid var(--site-main-color);
    	border-bottom: 5px solid var(--site-main-color);
		width: 24px;
    	height: 24px;
	}

}

/*------------------------------------------------
*会社概要
--------------------------------------------------*/
.bg_lightblue {
	background: #d5e7d8;
}
#company .sec_title .icon::before{
	background: url(../img/top/icon-company.svg)no-repeat;
	width: 55px;
	height: 55px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right: 20px;
}
#company .sub-title{
	font-size: clamp(24px, 2.5vw, 42px);
	margin-bottom: 30px;
}

.company .row{
	gap: 2vw;
}
.greeting .txt{
	width: 100%;
}
.greeting .txt p{
	padding: 20px;
}
.map-box{
	border:4px solid #2f873e33;
	border-radius: 30px ;
	padding: 50px 40px 40px;
}
h4.map_ttl{
	font-size: clamp(28px, 2vw, 36px);
	max-width: 450px;
	background: #fff;
	margin: 0px auto -25px;
	position: relative;
	z-index: 1;
}
.map-box iframe{
	margin-bottom: 30px;
}
.map-box table{
	width: 100%;
}
.map-box table th{
	background: var(--site-primary);
	border: 1px solid #acacac;
	border-collapse: collapse;
	width: 30%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}
.map-box table td{
	border: 1px solid #acacac;
	border-collapse: collapse;
	width: 70%;
	padding: 20px 0 20px 20px;
}

.bnr{
	margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
	#company .sec_title .icon::before{
		width: 40px;
		height: 40px;
	}

	.greeting .txt p{
		margin-bottom: 0px;
	}
	h4.map_ttl{
		margin: 0px auto -25px;
		max-width: 38vw;
	}
}
	@media only screen and (max-width: 960px) {
	h4.map_ttl{
		max-width: 46vw;
	}
}
	@media only screen and (max-width: 568px) {
		#company .sec_title .icon::before{
			width: 30px;
			height: 30px;
			margin-bottom: 5px;
		}
		.company .row{
			gap: 4vw;
		}
		#company .sub-title{
			margin-bottom: 20px;
		}
		h4.map_ttl{
			font-size: 22px;
			max-width: 100%;
			background: none;
			margin: 0 auto 20px;
		}
		.map-box{
			margin: 0 -5.7vw;
			border-radius: 0;
			border-left: none;
			border-right: none;
			padding: 20px ;
		}
		.map-box iframe{
			height: 225px;
		}
		.map-box table{
			width: 100%;
			border-collapse: collapse;
			box-sizing: border-box;
			border-bottom: 1px solid #acacac;
		}
		.map-box table th,
		.map-box table td{
			display: block;
			width: 100%;
		}
		.map-box table th{
			padding: 10px 0;
		}

		.map-box table td{
			border-top: none;
			border-bottom: none;
			padding: 10px;
		}
		.bnr{
			margin-bottom: 20px;
		}
	}