@charset "UTF-8";

/* CSS Document */
/*-------------------
タイトル
----------------------*/
.sec_title {
	border-radius: 0;
}

.ttl {
	font-size: clamp(26px, 6vw, 32px);
	margin-bottom: 30px;
}

.ttl span.color {
	color: var(--site-secondary-keycolor);
}

@media screen and (max-width:568px) {
	.sec_title {
		margin: 20px auto;
		font-size: 24px;
		border-left: 2px solid var(--site-main-color);
		border-right: 2px solid var(--site-main-color);
		box-shadow: 7px 7px 0px var(--site-main-color);
	}
}

/*-------------------
MV
----------------------*/
.main_visual {
	max-width: 1352px;
	height: 774px;
	position: relative;
	width: 100%;
}

.fv_movie {
	border-radius: 30px;
	overflow: hidden;
	position: absolute;
	left: 0%;
	max-width: 1352px;
	min-height: 774px;
	width: 100%;
	z-index: -1;
}

.fv_movie video {
	position: absolute;
	top: -6%;
	left: 50%;
	transform: translateX(-50%);
}

.mv_txt {
	position: relative;
}

.mv_txt h2 {
	margin-top: 20px;
	padding-top: 30px;
	max-width: 539px;
	margin-left: 20px;
}

.bottom_content {
	margin: 230px auto 0;
	align-items: end;
}

.bottom_content .visit {
	font-size: 32px;
}

.visit {
	border-bottom: 4px solid #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7);
	padding-right: 20px;
}

.visit span {
	position: relative;
	padding-left: 140px;
}

.visit small {
	font-size: 20px;
}

.visit span::before {
	content: '';
	background: url(../img/common/fv-car.png)no-repeat;
	position: absolute;
	width: 116px;
	height: 56px;
	top: 60%;
	transform: translateY(-50%);
	left: 20px;

}

.bottom_content .mv-point ul li {
	background: url(../img/common/medal.png)no-repeat;
	background-position: center top;
	font-size: clamp(18px, 2vw, 24px);
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
	position: relative;
	width: 190px;
	line-height: 1.3;
	padding: 50px 0 65px;
}

.mv-point ul {
	margin-right: 40px;
	gap: 20px;
}

.mv-point ul li em {
	font-size: clamp(22px, 2.5vw, 30px);
	color: #da6272;
}

.mv-point ul li span {
	position: relative;
}

@media screen and (max-width:1024px) {
	.main_visual {
		height: 645px;
	}

	.fv_movie {
		min-height: 655px;
		border-radius: 30px 0 0 30px;
	}

	.mv-point ul li {
		padding: 15px 20px;
	}

	.mv_txt::before {
		left: 11vw;
	}

	.mv_txt h2 {
		margin-top: 15px;
		max-width: 389px;
	}

	.bottom_content .visit {
		font-size: 20px;
	}

	.mv-point ul {
		margin-right: 20px;
	}

	.bottom_content .mv-point ul li {
		background-size: contain;
		max-width: 150px;
		padding: 40px 0 55px;
		font-size: 22px;
	}

	.mv-point ul li em {
		font-size: 22px;
	}

	.visit span::before {
		background-size: contain;
		width: 76px;
		height: 38px;
		left: 10px;
	}

	.visit span {
		padding-left: 90px;
	}
}

@media screen and (max-width:960px) {
	.main_visual {
		max-width: 100%;
		width: 100%;
		margin-top: 95px;
	}

	.fv_movie {
		border-radius: 0;
	}

	.fv_movie video {
		top: -35%;
		left: 50%;
		width: 101%;
	}

	.mv_txt::before {
		left: 14vw;
		top: 3vw;
	}

	.mv_txt {
		max-width: 100%;
	}

	.mv_txt h2 {
		font-size: clamp(28px, 6vw, 48px);
	}

	.mv_txt h2 span {
		font-size: clamp(32px, 7vw, 56px);
	}
}

@media screen and (max-width:568px) {
	.main_visual {
		margin-top: 20px;
		height: 424px;
	}

	.mv_txt h2 {
		font-size: 36px;
		letter-spacing: 4px;
		margin-top: 0;
	}

	.mv_txt h2 span {
		font-size: 42px;
	}

	.fv_movie {
		min-height: 424px;
	}

	.fv_movie video {
		top: -33%;
		left: 50%;
		width: 100%;
	}

	.mv_txt h2 {
		padding-top: 15px;
	}

	.mv_txt::before {
		left: 3vw;
		top: 30px;
		width: 92px;
		height: 81px;
	}

	.bottom_content {
		margin: 215px auto 0;
	}

	.mv_txt {
		max-width: 70%;
	}

	.bottom_content {
		margin: 40% auto 0;
	}

	.visit span::before,
	.visit span {
		display: block;
	}

	.visit p {
		line-height: 1.3;
	}

	.visit span {
		font-size: 14px;
		padding-left: 0;
		border-bottom: 2px solid #fff;
		padding-left: 50px;
		line-height: 2;
	}

	.visit span::before {
		width: 46px;
		height: 22px;
		left: 0;
	}

	.bottom_content .visit {
		border-bottom: none;
		font-size: 22px;
		padding-right: 0;
		margin-left: 10px;
	}

	.visit small {
		font-size: 10px;
	}

	.bottom_content .mv-point ul li {
		font-size: 13px;
		max-width: 95px;
		padding: 25px 0 30px;
		letter-spacing: 0;
	}

	.mv-point ul {
		gap: 10px;
		margin-right: 10px;
	}

	.mv-point ul li em {
		font-size: 15px;
	}
}


/*-----------	MV下ボタンエリア  ----------------*/

.fv_point ul {
	width: 94%;
	margin: 0 auto;
}

.fv_point ul li {
	max-width: 48.5%;
	width: 100%;
	border-radius: 20px;
}

.fv_point ul li .btn {
	max-width: 100%;
	border-radius: 20px;
	box-shadow: 0px 5px 1px #5e8a65;
}

.fv_point ul li .btn_wrapper {
	margin: 30px 0;
}

.fv_point ul li .btn a {
	padding: 25px 0;
}


@media only screen and (max-width: 568px) {
	.fv_point {
		background: #D5E7D8;
	}

	.fv_point ul li .btn a {
		padding: 10px 20px;
		font-size: 14px;
		text-align: left;
	}

	.btn a::after {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 50%;
	}

	.fv_point ul li .btn_wrapper {
		margin: 20px 0;
	}
}

/*-------------------------
メディア
--------------------------*/
#media {
	margin-bottom: 40px;
}

/*------------------------------------------------
*支援活動
--------------------------------------------------*/
.grid_box {
	display: grid;
	grid-template-columns: 35% 60%;
	grid-template-rows: auto 1fr;
	gap: 2vw;
}

.activities .grid_box {
	background: url(../img/common/flower_bg01.png)no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.activities .grid_box .photo {
	grid-column: 1;
	grid-row: 1 / 3;
	height: fit-content;
}

.activities .grid_box h3 {
	grid-column: 2;
	grid-row: 1;
	font-size: clamp(22px, 2.5vw, 30px);
	text-align: center;
}

.activities .grid_box p {
	grid-column: 2;
	grid-row: 2;
	font-size: 18px;
}

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

@media only screen and (max-width: 568px) {
	.activities .ttl {
		font-size: 22px;
	}

	.activities .grid_box h3 {
		font-size: 17px;
	}

	.activities .grid_box p {
		font-size: 15px;
		grid-column: 1 / 3;
	}

	.grid_box {
		grid-template-columns: 40% 60%;
	}
}




/*------------------------------------------------
*対応エリア
--------------------------------------------------*/
#area .sec_title {
	padding: 10px;
	border-radius: 0;
}

#area .sec_title span::before {
	content: '';
	background: url(../img/top/icon-area.svg)no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
	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 .area_item h3 {
	margin-bottom: 0;
}

.area_txt {
	position: relative;
	padding-right: 20%;
}

.area_txt p {
	width: 85%;
	margin-left: 3%;
}

.area_item {
	box-shadow: 5px 5px 9px #e6e6e6;
	border-radius: 10px;
	position: relative;
}

.area_item::before {
	content: '';
	background: url(../img/top/area_point.png)no-repeat;
	background-size: contain;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.7));
	position: absolute;
	top: -110px;
	right: 20px;
	width: 180px;
	height: 172px;
}

.area_list_ttl {
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	background: #ecd6c6;
	border-radius: 10px 10px 0 0;
}

.area_list {
	background: #ecd6c6;
	padding: 10px 40px 30px;
	position: relative;
	border-radius: 0 0 10px 10px;
}


.area_list ul {
	background: #fff;
	border-radius: 10px;
	padding: 40px 30px;
	gap: 13px 0;
	position: relative;
}

.area_list ul::before {
	content: '';
	background: url(../img/top/area-map-bg.png)no-repeat;
	background-size: contain;
	width: 50%;
	height: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}

.area_list ul li {
	width: 20%;
	font-size: 16px;
	z-index: 1;
}

.area_list 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) {}

@media only screen and (max-width: 960px) {
	.area_item::before {
		top: -130px;
		width: 120px;
		height: 120px;
	}
}

@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{
		padding-right: 0;
	}

	.area_txt p {
		font-size: 15px;
		width: 100%;
	}

	.area_txt::before {
		right: 2vw;
		top: 10vw;
	}

	#area .area_item h3 {
		font-size: 20px;
		padding-left: 40px;
		text-align: left;
	}

	.area_list_ttl {
		border-radius: 0;
	}

	.area_item {
		margin: 20px -5.3vw 0;
		border-radius: 0;
	}

	.area_item::before {
		top: -20px;
		width: 94px;
		height: 90px;
	}

	.accordion-content {
		padding: 0px 20px 20px;
	}

	.area_list ul li {
		width: 49%;
	}

	.area_list ul li a {
		position: relative;
		display: block;
		padding-left: 25px;
	}

	.area_list ul {
		padding: 20px;
		gap: 5px 0;
	}

	.area_list {
		padding: 0 20px 20px;
	}

	.area_list ul li a::before {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

/*-----------------------------------
*導入
-------------------------------------*/
#intro {
	background: #fff4f4;
}

.intro-title {
	text-align: center;
	margin-bottom: 30px;
}

.intro-title p {
	font-size: clamp(18px, 2vw, 24px);
	font-weight: bold;
	display: inline-block;
	margin: 0 auto;
	padding: 0 30px;
}

.intro-title h2 {
	font-size: clamp(22px, 2vw, 30px);
	color: var(--site-primary-keycolor);
	color: #333;
}

.intro-title h2 span {
	font-size: clamp(26px, 2vw, 36px);
}

#intro .grid_box {
	grid-template-columns: 48% 48%;
	gap: 0 2vw;
}

.intro-point {
	grid-row: 1;
	grid-column: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-bottom: 20px;
}

.intro-point h3 {
	font-size: clamp(18px, 1.5vw, 24px);
}

.intro-photo {
	grid-row: 1 / 3;
	grid-column: 2;
}

.intro-txt-box {
	max-width: 604px;
	width: 100%;
	grid-row: 2;
	grid-column: 1;
}

.intro-point p {
	font-size: clamp(16px, 2vw, 26px);
	line-height: 1;
	text-align: center;
	position: relative;
	padding-left: 60px;
	padding: 10px 10px 10px 100px;
	background: #fff;
	border-radius: 20px;
}

.intro-point p:first-child {
	margin-bottom: 20px;
}

.intro-point p::before {
	content: '';
	background: url(../img/top/point_bg.png)no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 1vw;
	top: 50%;
	transform: translateY(-50%);
}

.intro-point p span {
	font-size: clamp(24px, 2.6vw, 48px);
}

.intro-point p em {
	font-size: clamp(20px, 2.6vw, 26px);
}

.intro-txt-box ul {
	gap: 1vw;
}

.intro-txt-box ul li {
	font-size: clamp(22px, 2vw, 34px);
	background: var(--site-main-color);
	line-height: 1.2;
	position: relative;
	padding-left: 40px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	padding: 10px 30px 10px 60px;
}

.intro-txt-box ul li::before {
	content: '';
	background: url(../img/common/icon-medal.svg)no-repeat;
	background-size: contain;
	width: 32px;
	height: 48px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.intro-txt-box ul li span {
	font-size: clamp(24px, 2vw, 32px);
	color: #eeff00;
}

.intro-txt-box ul li em {
	font-size: clamp(18px, .8vw, 22px);
}

.intro-txt-box h3 {
	font-size: clamp(20px, 1.5vw, 32px);
	line-height: 1.3;
	margin-bottom: 20px;
}

.intro_content {
	gap: 2vw;
	margin-bottom: 30px;
}

.bg_pink {
	padding: 25px 40px;
}

/*------ペット葬儀士-------*/
/*.director_box{
  box-shadow:5px 5px 9px #e6e6e6 ;
}
.director-photo{
  background:var(--site-primary-keycolor);
  max-width: 367px;
  width: 100%;
  padding:30px 45px;
}
.director-txt{
  padding:30px 65px;
  max-width: 953px;
  width: 100%;
}
.director-txt h4{
  font-size: clamp(24px, 3vw, 38px);
  margin-bottom: 25px;
}
.director-txt h4::before{
  content: '';
  background:url(../img/common/icon-license.svg)no-repeat ;
  background-size: contain;
  display: inline-block;
  width:59px;
  height:55px;
  vertical-align: middle;
  margin-right:30px;
}*/

.director_box {
	margin-top: 50px;
	padding: 35px;
	display: grid;
	grid-template-columns: 62% 35%;
	grid-template-rows: auto auto auto;
	gap: 1vw 2vw;
	background: url(../img/common/flower_bg01.png) no-repeat #FF8C8A;
	background-position: right bottom -40px;
	border-radius: 10px 10px 0 0;
	align-items: center;
}

.director_box .ttl {
	font-size: clamp(24px, 2.8vw, 40px);
	line-height: 1.2;
	text-align: left;
	text-indent: 1em;
	padding: 0 0 0 22%;
	grid-area: 1 / 1;
	position: relative;
	margin-bottom: 0;
	color: #fff;
}

.director_box .ttl::before,
.director_box .ttl::after {
	content: '';
	width: 25px;
	height: 82px;
	position: absolute;
	top: 16px;
}

.director_box .ttl::before {
	background: url(../img/top/leaf_pink_left.svg) no-repeat;
	background-size: contain;
	left: 10%;
}

.director_box .ttl::after {
	background: url(../img/top/leaf_pink_right.svg) no-repeat;
	background-size: contain;
	right: 10%;
}

.director_box .ttl span {
	font-size: clamp(16px, 2.8vw, 24px);
	position: relative;
}

.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: -80px;
	bottom: -45px;
}

.director_box h4 {
	padding: 10px;
	border-radius: 10px;
	font-size: clamp(16px, 2.8vw, 28px);
	line-height: 1;
}

.director_box .photo {
	max-width: 455px;
	grid-column: 2;
	grid-row: 1 / 4;
}

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

.director_box ul li {
	color: #fff;
	font-size: clamp(16px, 2.8vw, 20px);
}

.director_box ul li span {
	font-size: clamp(20px, 2.8vw, 26px);
	position: relative;
	display: inline-block;
	padding-left: 50px;
	color: #eeff00;
}

.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;
	border: 2px solid #ffdede;
	border-radius: 30px;
}

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

.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) {

	.bg_pink {
		padding: 20px 30px;
	}

	.director-photo {
		width: 100%;
		max-width: 25%;
		padding: 20px;
	}

	.director-txt {
		padding: 20px;
	}

	.director-txt h4 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.director-txt h4::before {
		width: 40px;
		height: 38px;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 960px) {
	.intro-point p::before {
		width: 40px;
		height: 40px;
	}

	.intro-point p {
		padding: 10px 10px 10px 50px;
	}

	.intro-txt-box ul {
		flex-direction: row;
	}

	.intro-txt-box {
		grid-column: 1 / 3;
		max-width: 100%;
	}

	.intro-txt-box ul li {
		display: inline-block;
		align-items: baseline;
		justify-content: center;
		line-height: 1.2;
		width: 100%;
		padding: 15px 30px 15px 60px;
	}

	.director_box {
		gap: 2vw;
		padding: 4% 3%;
		background-size: 40%;
		background-position: right bottom 0px;
	}

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

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

	.director_box .ttl span {
		font-size: 22px;
	}

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

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

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

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

	.director_box img {
		height: auto;
	}

	.director_box .ttl {
		padding: 0 0 0 11%;
	}

	.director_box .ttl::before,
	.director_box .ttl::after {
		top: 0;
	}

	.director_box .ttl::before {
		left: 0;
		width: 25px;
		height: 52px;
	}

	.director_box .ttl span::before {
		width: 30px;
		height: 42px;
		left: -43px;
		top: 7px;
	}

	.director_box .ttl::after {
		width: 25px;
		height: 52px;
		right: -3%;
	}

	.bg_pink h4 {
		font-size: 18px;
	}

	.director_box .bg_pink {
		padding: 10px 0;
		line-height: 1.5;
		font-size:20px;
	}

}

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

	.intro-title h2 {
		font-size: 17px;
	}

	.intro-title h2 span {
		line-height: 1.3;
	}

	#intro .grid_box {
		gap: 20px 0;
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto;
	}

	.intro-point {
		grid-column: 1 / 3;
		margin-bottom: 0;
	}

	.intro-point p::before {
		width: 60px;
		height: 60px;
		left: 0;
	}

	.intro-point p {
		display: block;
		position: relative;
		font-size: 16px;
		padding: 5px 0 5px 60px;
	}

	.intro-photo {
		grid-row: 2;
		grid-column: 1 / 3;
	}

	.intro-txt-box {
		grid-row: 3;
		grid-column: 1 / 3;
	}

	.intro-point p span {
		font-size: 24px;
	}

	.intro-point p em {
		font-size: 16px;
	}

	.intro_content {
		flex-direction: column;
	}

	.intro-txt-box ul {
		flex-direction: row;
		gap: 10px;
	}

	.intro-txt-box ul li::before {
		width: 26px;
		height: 40px;
		margin-right: 5px;
	}

	.intro-txt-box ul li {
		font-size: 14px;
		display: block;
		letter-spacing: 0;
		padding: 10px 0px 10px 30px;
	}

	.intro-txt-box ul li:first-child {
		padding: 18px 0px 18px 30px;
	}

	.intro-txt-box ul li span {
		font-size: 18px;
		letter-spacing: 0;
	}

	.bg_pink {
		padding: 20px 25px;
	}

	.intro-txt-box h3 {
		font-size: 20px;
	}

	.director_box {
		margin-top: 30px;
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto auto;
	}

	.director_box .photo {
		max-width: 100%;
		grid-column: 1;
		grid-row: 2;
	}

	.director_box {
		padding: 20px;
		gap: 20px 0;
	}

	.director-photo img {
		width: 60%;
		display: block;
		margin: 20px auto;
	}

	.director-txt {
		padding: 20px 15px;
		text-align: center;
	}

	.director-txt h4 {
		font-size: 20px;
		letter-spacing: 0;
		display: inline-block;
	}

	.director-txt h4::before {
		width: 27px;
		height: 25px;
		margin-right: 5px;
	}

	.director-txt p {
		text-align: left;
	}

	.director_box .ttl::before,
	.director_box .ttl::after {
		width: 25px;
		height: 80px;
	}

	.director_box .ttl span::before {
		left: -53px;
		top: 23px;
	}

	.director_box .ttl {
		font-size: 18px;
	}

	.director_box .ttl {
		padding: 0 0 0 23%;
	}

	.director_close_box {
		padding: 3.8% 0 3.5%;
	}

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

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

/*----------cv-area-----------*/

@media only screen and (max-width: 568px) {
	.cv-area {
		border: 7px solid var(--site-main-color);
		padding: 0;
		margin-bottom: 30px;
	}

	.cv-staff {
		top: 0;
	}
}


/*------------------------------------------------
*選ばれる３つの理由
--------------------------------------------------*/
#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 490px 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;
	line-height: 1.3;
}

.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: 24px;
		position: relative;
	}

	#reasons h2 em {
		font-size: 42px;
	}

	#reasons h2 .icon::before {
		width: 36px;
		height: 35px;
		position: absolute;
		left: 11%;
		top: 50%;
		transform: translateY(-50%);
	}

	.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 5.5% 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;
	}

	.reason_btn ul li .icon::after {
		width: 20px;
		height: 20px;
	}

}



.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 .ceremony {
	background: var(--site-quaternary);
}

.plan_table thead th {
	font-size: clamp(16px, 1.8vw, 24px);
	width: 20%;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 15px 0 18px;
}

.plan_table thead th:last-child {
	border-right: none;
}

.plan_table thead th:first-child {
	width: 15%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fffce5;
}

.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;
	background: #fffce5;
}

.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;
	}

	/*.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;
	}*/
.plan_table {
		white-space: nowrap;
		table-layout: initial;
		margin-bottom: 20px;
		margin: 0 -5.3vw 10px;
		width: 100vw;
	}

	.plan_table table {
		width: 100vw;
		margin-top: 20px;
	}

	.simplebar-content:after {
		padding-top: 10px;
	}

	.plan_table thead th {
		font-size: 14px;
		line-height: 1.2;
		padding: 7px 0 8px;
	}

	.plan_table thead th:first-child {
		position: sticky;
		left: 0;
		top: 0;
		z-index: 10;
		background: #fff;
		border-left: none;
	}

	.plan_table tbody th {
		font-size: 14px;
		width: initial;
		padding: 12px 8px;
		position: sticky;
		left: 0;
		top: 0;
		z-index: 10;
		padding: 5px 10px;
		background: #fff;
		border-left: none;
		border-right: 1px solid #999;
		line-height: 1.2;
	}

	.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;
		padding: 10px;
	}
	


}

.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: 300px;
	width: 23%;
}

.reason01_btns li a {

	border-radius: 20px;
	font-size: clamp(16px, 1.2vw, 26px);
	width: 100%;
	text-align: center;
	display: block;
	padding: 15px 0 20px;
	position: relative;
}

.reason01_btns li a span::after {
	content: "";
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.reason01_btns li:first-child a {
	background: var(--site-quaternary);
	border: 2px solid var(--site-quaternary-keycolor);
	box-shadow: 0px 5px 0px 0px #cc7070;
}

.reason01_btns li:first-child a span::after {
	background: url(../img/common/icon-link-arrow04.svg)no-repeat;
}

.reason01_btns li:nth-child(2) a {
	background: var(--site-tertiary);
	border: 2px solid var(--site-tertiary-keycolor);
	box-shadow: 0px 5px 0px 0px #c5c3a2;
}

.reason01_btns li:nth-child(2) a span::after {
	background: url(../img/common/icon-link-arrow03.svg)no-repeat;
}

.reason01_btns li:nth-child(3) a {
	background: var(--site-primary);
	border: 2px solid var(--site-primary-keycolor);
	box-shadow: 0px 5px 0px 0px #a2c5ab;
}

.reason01_btns li:nth-child(3) a span::after {
	background: url(../img/common/icon-link-arrow02.svg)no-repeat;
}

.reason01_btns li:nth-child(4) a {
	border: 2px solid var(--site-secondary-keycolor);
	background: var(--site-secondary);
	box-shadow: 0px 5px 0px 0px #d1bcc4;
}

.reason01_btns li:nth-child(4) a span::after {
	background: url(../img/common/icon-link-arrow01.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, 13px);
}

.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;
}

/*---追記--*/
.recommend {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
	background: #fff;
}

.recommend::after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: 10px;
	background: url(../img/top/recomend_img.png)no-repeat;
	background-size: contain;
	width: 105px;
	height: 115px;
}

.recommend h6 {
	font-size: clamp(18px, 1.5vw, 24px);
	padding: 8px 0 5px;
	font-size: clamp(18px, 1.5vw, 24px);
}

.recommend p {
	font-size: clamp(14px, 1.5vw, 18px);
	border: 4px solid var(--site-quaternary-keycolor);
	border-top: none;
	border-radius: 0 0 10px 10px;
	padding: 20px;
	text-align: center;
}

/*---自宅セレモニー---*/
#ceremony .recommend h6 {
	background: var(--site-quaternary-keycolor);
}

#ceremony .recommend p {
	border: 4px solid var(--site-quaternary-keycolor);
}

/*---個別火葬プレミアム---*/
#premium .recommend h6 {
	background: var(--site-tertiary-keycolor);
}

#premium .recommend p {
	border: 4px solid var(--site-tertiary-keycolor);
}

/*---個別火葬---*/
#kobetsu .recommend h6 {
	background: var(--site-primary-keycolor);
}

#kobetsu .recommend p {
	border: 4px solid var(--site-primary-keycolor);

}

/*---合同火葬---*/
#goudou .recommend h6 {
	background: var(--site-secondary-keycolor);
}

#goudou .recommend p {
	border: 4px solid var(--site-secondary-keycolor);
}






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

.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;
}

/*---自宅セレモニー---*/

.ceremony {
	background: #FFD8D7;
}

.ceremony .plan-title .icon::before {
	background: url(../img/common/icon-ceremony.svg)no-repeat;
	width: 62px;
	height: 68px;
	vertical-align: middle;
	background-size: contain;
}

.ceremony .plan-plice dt {
	border: 3px solid var(--site-quaternary-keycolor);
}

.ceremony .plan-plice dd {
	border-bottom: 3px solid var(--site-quaternary-keycolor);
}

.ceremony .plan-content ul {
	border: 3px solid var(--site-quaternary-keycolor);
	margin-bottom: 10px;
	justify-content: flex-start;
}

.ceremony .plan-content ul li:nth-child(2) {
	max-width: 80%;
	width: 100%;
}

.ceremony .plan-content ul li:nth-child(2) dl dd {
	width: 19%;
}

.ceremony .plan-content ul li:nth-child(2) dl dd.choice {
	width: 44%;
}

.ceremony .plan-content ul li:nth-child(2) dl dd.choice p {
	font-size: 14px;
}

.ceremony .plan-content ul li:nth-child(2) dl dd.choice img {
	max-width: 151px;
	margin: 0 auto;
	display: block;
}

.ceremony .plan-content ul li:nth-child(2) dl {
	padding: 15px 10px;
}

.ceremony .plan-content .omiokuri img {
	max-width: 60px;
	display: block;
	margin: 0 auto;
}

.ceremony .plan-content .kasou-single img {
	max-width: 61px;
	display: block;
	margin: 0 auto 15px;
}

.ceremony .plan-content .tachiai img {
	max-width: 50px;
	margin: 0 auto;
	display: block;
}

.ceremony .plan-content ul li:first-child {
	width: 20%;
	text-align: center;
}

.ceremony .plan-content .annotation_txt {
	font-size: 11px;
	font-weight: 400;
	color: #939393;
}

.ceremony .plan-flow h5 {
	background: var(--site-quaternary-keycolor);
}

.ceremony .flow-box ul {
	max-width: 94%;
}

.ceremony .flow-box ul li {
	max-width: 160px;
}

.ceremony .number:first-child:before {
	background: url(../img/top/flow-ceremony-01.png)no-repeat;
	background-size: contain;
}

.ceremony .number:nth-child(3):before {
	background: url(../img/top/flow-ceremony-02.png)no-repeat;
	background-size: contain;
}

.ceremony .number:nth-child(5):before {
	background: url(../img/top/flow-ceremony-03.png)no-repeat;
	background-size: contain;
}

.ceremony .number:nth-child(7):before {
	background: url(../img/top/flow-ceremony-04.png)no-repeat;
	background-size: contain;
}

.ceremony .number:nth-child(9):before {
	background: url(../img/top/flow-ceremony-05.png)no-repeat;
	background-size: contain;
}

.ceremony .number:nth-child(11):before {
	background: url(../img/top/flow-ceremony-06.png)no-repeat;
	background-size: contain;
}

.ceremony .btn {
	background: var(--site-quaternary-keycolor);
}

.ceremony .btn:hover {
	background: #ff8787;
}

.ceremony .btn a {
	margin-left: -30px;
	padding: 30px 20px;
}

.ceremony .plan-flow ul li p.flow-sub {
	font-size: clamp(16px, 1.5vw, 20px);
}

.ceremony .plan-flow ul li p {
	font-size: 16px;
}

@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,
	#ceremony {
		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,
	#ceremony .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,
	.ceremony.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;
	}

	.recommend p {
		padding: 15px 15px 15px 110px;
		text-align: left;
	}

	.recommend::after {
		width: 85px;
		height: 92px;
	}

	.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;
	}

	.ceremony .plan-flow .flow-box {
		background: url(../img/top/ceremony_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,
	.ceremony .btn a {
		padding: 10px 20px;
	}

	.premium .btn a,
	.ceremony .btn a {
		font-size: 15px;
	}

	.goudou .btn a::after,
	.kobetsu .btn a::after,
	.premium .btn a::after,
	.ceremony .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,
	.ceremony .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,
	.ceremony .plan-content ul li:first-child {
		width: 100%;
	}

	.premium .plan-content ul li:nth-child(2) dl dd:last-child,
	.ceremony .plan-content ul li:nth-child(2) dl dd:last-child {
		width: 100%;
	}

	.premium .plan-content ul li:nth-child(2),
	.ceremony .plan-content ul li:nth-child(2) {
		max-width: 100%;
	}

	.premium .plan-content ul li:nth-child(2) dl dd,
	.ceremony .plan-content ul li:nth-child(2) dl dd {
		width: 31%;
	}

	.premium .plan-content ul li:nth-child(2) dl dd:last-child img,
	.ceremony .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,
	.ceremony .flow-box ul li {
		width: 45%;
	}

	.premium .flow-box ul li.arrow,
	.goudou .plan-flow ul li.arrow,
	.kobetsu .plan-flow ul li.arrow,
	.ceremony .plan-flow ul li.arrow {
		width: 5%;
	}

	.premium .flow-box ul li:nth-child(8).arrow,
	.ceremony .flow-box ul li:nth-child(8).arrow {
		display: none;
	}

	.ceremony .flow-box ul {
		width: 100%;
		max-width: 100%;
	}

}

/*------*/
.attention_box {
	padding: 25px 0px 25px 30px;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.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;
	}
}

/*--独自のお見送りサービス--*/
.supporting {
	margin-bottom: 60px;
}

.supporting h3 {
	margin-bottom: 40px;
}

.supporting h3 span {
	font-size: clamp(30px, 2.3vw, 42px);

}

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

}

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

.support-contents {
	/*margin: 20px 0 40px;*/
	display: grid;
	grid-template-columns: 51% 46.5%;
	;
	grid-template-rows: auto auto max-content auto;
	gap: 1.5vw;
}

.support-contents .photo {
	grid-column: 2;
	grid-row: 1 / 5;
	height: fit-content;
}

.support-contents h4 {
	font-size: clamp(22px, 2.2vw, 32px);
	border-bottom: 1px solid var(--site-secondary-keycolor);
}

.support-contents h4::before {
	content: '■';
	color: var(--site-secondary-keycolor);
	font-size: clamp(18px, 1.5vw, 24px);
	margin-right: 5px;
	vertical-align: text-bottom;
}

.support-contents h5 {
	font-size: clamp(16px, 1.5vw, 22px);
}

.support-contents .btn_border {
	width: 100%;
	margin: 0 auto;
}

.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 h5 {
	font-size: clamp(18px, 1.5vw, 22px);
	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: 10px 20px;
	text-align: center;
}

.place-box dd {
	padding: 30px;
	grid-template-columns: 45% 24% 24%;
	gap: 1vw 2vw;
}

.place-box dd .photo01 {
	grid-row: 1 / 3;
	grid-column: 2;
}

.place-box dd .photo02 {
	grid-row: 1 / 3;
	grid-column: 3;
}

.place-box dd .photo01 img,
.place-box dd .photo02 img {
	margin-bottom: 10px;
}

.place-box dd .photo01 p,
.place-box dd .photo02 p {
	text-align: center;
}

.place-box .place {
	font-size: clamp(16px, 1.2vw, 22px);
}

.options-sub ul li {
	width: 31%;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

.options-sub ul li h4 {
	font-size: clamp(22px, 2.2vw, 28px);
	border-bottom: 1px solid var(--site-secondary-keycolor);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.options-sub ul li img {
	margin-bottom: 10px;
}

.options-sub ul li h4::before {
	content: '■';
	color: var(--site-secondary-keycolor);
	font-size: clamp(18px, 1.5vw, 24px);
	margin-right: 5px;
}

.options-sub li h5 {
	font-size: clamp(16px, 1.5vw, 20px);
	margin-bottom: 20px;
}

.options-sub ul li .options_price {
	font-size: clamp(20px, 1.5vw, 24px);
	color: var(--site-quaternary-keycolor);
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1.2;
}

.options-sub ul li .options_price span {
	color: #333;
	font-size: clamp(14px, 1.5vw, 16px);
}


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

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

@media only screen and (max-width: 960px) {
	.support-contents h4::before {
		padding-bottom: 10px;
		display: inline-block;
	}

	.support-contents {
		/*margin: 0 0 20px;*/
		gap: 2vw;
	}

	.place_box {
		grid-column: 1 / 4;
	}

}

@media only screen and (max-width: 586px) {
	.supporting h3 span {
		font-size: 24px;
	}

	.supporting h3,
	.supporting h3 em {
		font-size: 24px;
	}

	.supporting h3 {
		margin-bottom: 20px;
	}

	.supporting h3 span::before {
		width: 40px;
		height: 40px;
	}

	.supporting .bg_pink {
		padding: 20px;
	}

	.support-contents {
		margin-top: 0;
	}

	.supporting h4 {
		grid-row: 1;
		grid-column: 1 / 3;
		display: block;
		width: 100%;
	}

	.support-contents h4::before {
		padding-bottom: 5px;
	}

	.support-contents {
		align-items: center;
	}

	.support-contents .photo {
		grid-row: 2;
		grid-column: 1;
	}

	.support-contents h5 {
		font-size: 15px;
	}

	.support-contents p {
		grid-row: 3;
		grid-column: 1 / 3;
	}

	.support-contents .btn_border {
		grid-row: 4;
		grid-column: 1 / 3;
	}

	.place-box p {
		grid-column: 1 / 4;
		grid-row: 1;
	}

	.place-box dd {
		padding: 15px;
		grid-template-columns: 48% 48%;
	}

	.place-box dd .photo01 {
		grid-column: 1;
		grid-row: 2;
	}

	.place-box dd .photo02 {
		grid-column: 2;
		grid-row: 2 / 4;
	}

	.place-box dd .photo01 p,
	.place-box dd .photo02 p {
		font-size: 12px;
	}

	.supporting .md_inner_space {
		padding: 0px 5.3vw 30px;
		margin-bottom: 20px;
	}

	.options-sub ul {
		flex-direction: column;
		gap: 20px;
	}

	.options-sub ul li {
		width: 100%;
		display: grid;
		grid-template-columns: 48% 48%;
		grid-template-rows: auto auto auto auto auto;
		gap: 2vw;
		align-items: center;
		padding: 20px;
	}

	.options-sub ul li:nth-child(2) {
		grid-template-rows: auto auto auto auto auto auto;
	}

	.options-sub ul li:nth-child(3) {
		grid-template-rows: auto auto auto auto auto auto auto;
	}

	.options-sub ul li {
		width: 100%;
		display: grid;
		grid-template-columns: 48% 48%;
		grid-template-rows: auto auto auto auto auto;
		gap: 2vw;
		align-items: center;
		padding: 20px;
	}

	.options-sub ul li .supporting-ttl {
		grid-column: 1 / 3;
		grid-row: 1;
	}

	.options-sub ul li img {
		grid-column: 1;
		grid-row: 2;
		margin-bottom: 0;
	}

	.options-sub ul li h5 {
		grid-column: 2;
		grid-row: 2;
		margin-bottom: 0;
		font-size: 15px;
	}

	.options-sub ul li .option_txt {
		grid-column: 1 / 3;
		grid-row: 3;
	}

	.options-sub ul li .options_price {
		grid-column: 1 / 3;
		grid-row: 4;
		margin-bottom: 0;
	}

	.options-sub ul li .btn_section {
		grid-column: 1 / 3;
		grid-row: 5;
		margin: 0 auto;
		width: 100%;
	}

	.supporting .btn_border a {
		margin: 20px auto 0;
	}

	.options-sub .annotation_txt {
		grid-column: 1 / 3;
		grid-row: 6;
	}

}


/*--火葬事例--*/
.case {
	padding-top: 70px;
}

.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 .ceremony {
	background: var(--site-quaternary);
}

.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 .ceremony h5 {
	background: var(--site-quaternary-keycolor);
}

.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 {
		padding-top: 40px;
	}

	.case p:first-child {
		font-size: clamp(14px, 1.2vw, 20px);
		font-weight: bold;
	}



	.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);
	}
}


/*--メモリアル--*/
/*--.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;
	}
}
--*/


/*---------------理由02----------------*/
.reason02 {
	background: url(../img/top/bg_02.png) no-repeat;
	background-size: 30%;
	background-position: top 7% right 4%;
}

.reason02 .sub-title {
	font-size: clamp(24px, 2.51vw, 40px);
}

.license_content {
	padding: 40px;
}

.license_content h4 {
	font-size: clamp(24px, 2.5vw, 32px);
	background: #fff;
	border-radius: 10px;
	padding: 15px;
}

.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, 28px);
	margin-bottom: 10px;
	line-height: 1.5;
}

.director_content .txt h5 em {
	font-size: clamp(24px, 2vw, 36px);
}

.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 img {
	width: 48%;
}

.sougishi_txt .btn {
	background: #348B91;
}

.sougishi_txt .btn a {
	padding: 15px 0;
}

/*-------追加------*/

.staff_under_box {
	background: #fff2bb;
	padding: 50px 70px 40px;
	margin: 50px 0;
}

.staff_under_box .staff_under_ttl {
	font-size: clamp(24px, 2vw, 34px);
	position: relative;
	z-index: 1;
}

.staff_under_box .content_box {
	padding: 3.5% 5% 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: clamp(24px, 2vw, 34px);
	margin-bottom: 0.75em;
}

.staff_under_box .content_box .box_ttl .txt_keycolor {
	font-size: clamp(28px, 3vw, 42px);
}

.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: 119px auto;
	padding-top: 5%;
}

@media only screen and (max-width: 960px) {
	.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;
	}


	.license_content {
		padding: 30px;
	}

	.director_content .txt h5 {
		font-size: 22px;
	}

	.license_content .sm_inner_space {
		margin: 30px 0;
	}

	.staff_under_box {
		padding: 2% 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: 2%;
	}
}

@media only screen and (max-width: 568px) {
	.license_content h4 {
		line-height: 1.5;
		padding: 7px;
	}

	.license_content {
		padding: 20px;
		margin: 0 -5.3vw;
	}

	.director_content .txt h5 span::before {}

	.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 {
		padding-left: 30px;
		position: relative;
		display: inline-block;
		margin-left: 0;
	}

	.director_content .txt h5 span::before {
		width: 25px;
		height: 23px;
		left: 0px;
	}

	.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;
	}

	.nds-box img {
		width: 100%;
	}

	.nds-box .btn a img {
		width: 48%;
	}



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

	.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: 0px;
		background-position: top center;
	}

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

/*------------*/


/*-----お客様の声-----*/
.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, 2.7vw, 52px);
	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;
		margin: 20px -5.3vw;
	}

	.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;
	}
}


/*-----------*/











/*---------------理由03----------------*/
.reason03 {
	background: url(../img/top/bg_03.png) no-repeat;
	background-size: 30%;
	background-position: top 7% left;
	margin-top: 20px;
}

.reason03 .sub-title {
	font-size: clamp(32px, 2.5vw, 40px);
}

.reason03 .intro img {
	width: 46%;
}

.point-contents {
	background: #fff4d9;
	padding: 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;
	width: 45%;
}

.point_box .point_number {
	font-size: clamp(32px, 2.5vw, 48px);
	line-height: .8;
	margin-left: 48%;
}

.point_box .point_number span {
	font-size: clamp(14px, 2vw, 20px);
	vertical-align: top;
}

.point_box .point_bg {
	background: #fff;
	padding: 40px;
	margin-left: 2vw;
	margin-top: -17px;
}

.point_txt_box {
	max-width: 100%;
	margin-left: 46%;
}

.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: #fff4d9;
	padding: 10px 10px 10px 2em;
}

.point_box:nth-child(even) .point_photo {
	position: absolute;
	right: 0;
	top: 0;
	left: unset;
	width: 45%;
}

.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: #fff;
	margin-left: 0vw;
	margin-right: 2vw;
	margin-top: -17px;
}

.point_box:nth-child(even) .point_txt_box {
	max-width: 100%;
	margin-left: 0;
	margin-right: 46%;
}

.point_txt_box .note {
	border: 2px solid var(--site-main-color);
	padding: 10px 20px;
	margin-top: 10px;
}

.point_txt_box .note .note_ttl {
	color: var(--site-main-color);
	border-bottom: 1px dotted var(--site-main-color);
	font-size: clamp(16px, 2.5vw, 20px);
	margin-bottom: 10px;
}

.note ul {
	gap: 30px;
}

.note ul li span {
	position: relative;
	padding-left: 35px;
	display: inline-block;
}

.note ul li span::before {
	content: '';
	background: url(../img/common/icon_check.png)no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dioxin_box {
	padding: 30px 40px;
	display: grid;
	grid-template-columns: 15% 82%;
	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) {
	.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);
	}

	.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%;
	}



	/*.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%;
	}



	.supporting .btn_border a {
		margin-left: 0;
	}

}


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

	.dioxin_box {
		grid-template-columns: 30% 67%;
		column-gap: 3%;
		padding: 20px;
		text-align: center;
	}

	.dioxin_box .ttl {
		font-size: 20px;
	}

	.dioxin_box .ttl span::before {
		margin-right: 7px;
		margin-bottom: -23px;
	}

}

@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 8.1% left;
	}

	.reason03 .intro img {
		width: 100%;
	}

	.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;
	}

	.point-contents {
		margin: 20px -5.3vw;
		padding: 20px;
	}

	.point-ttl {
		line-height: 1.3;
		font-size: 24px;
	}

	.point_box:nth-child(even) .point_photo {
		width: 50%;
	}

	.point_box h5 {
		margin-bottom: 10px;
	}

	.note ul {
		gap: 20px;
		flex-direction: column;
	}

	.point_box .point_bg {
		padding: 20px;
	}

	.point_box .point_number {
		text-align: center;
		margin-bottom: 10px;
	}

	.point_txt_box h5 {
		font-size: 18px;
		margin-bottom: 20px;
		margin-left: 55%;
		margin-bottom: 10px;
	}

	.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;
		text-align: center;
	}

	.point_box:nth-child(even) .point_bg {
		margin-right: 0;
		padding: 0;
	}

	.point-contents .point_box:last-child {
		margin-bottom: 30px;
	}

	.dioxin_box {
		padding: 20px;
		margin-top: 20px;
		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;
	}
}

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

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

@media only screen and (max-width: 568px) {
	.reason02 {
		background-size: 60%;
		background-position: top 11% right;
		margin-top: 20px;
	}

	.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;
	}


}


/*--他社との違い--*/
.comparison h2 {
	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;

}

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

@media only screen and (max-width: 960px) {
	.comparison .txt {
		width: 100%;
	}
}

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

	/*------------------------------*/
	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;
	}


	/*----------------------------*/




	/*	.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;
	}


	.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;
	}


}


/*---アンケート---*/
.questionnaire h3 {
	font-size: clamp(24px, 2.5vw, 40px);
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
	border: 2px solid var(--site-tertiary-keycolor);
	border-left: 15px solid var(--site-tertiary-keycolor);
	padding: 10px;
}

.questionnaire h3 span {
	position: relative;
	padding-left: 65px;
	background: linear-gradient(transparent 70%, #ffe600 30%);
}

.questionnaire h3 span::before {
	content: '';
	background: url(../img/top/icon_questionnaire.png)no-repeat;
	width: 60px;
	height: 60px;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.questionnaire .row {
	gap: 2vw;
}

.questionnaire .txt {
	width: 60%;
}



@media only screen and (max-width: 960px) {
	.comparison .txt {
		width: 100%;
	}

	.questionnaire h3 span::before {
		width: 40px;
		height: 40px;
	}

	.questionnaire h3 span {
		padding-left: 45px;
	}

	.questionnaire .photo {
		height: fit-content;
		width: 50%;
	}
}

@media only screen and (max-width: 568px) {
	.questionnaire {
		padding: 25px 0;
	}

	.questionnaire .row {
		flex-direction: column;
	}

	.questionnaire h3 {
		margin-bottom: 20px;
	}

	.questionnaire .txt,
	.questionnaire .photo {
		width: 100%;
	}
}

/*-------火葬可能なペットちゃん一覧------*/
.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;
	}
}

/*--安置方法4ステップ--*/

#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;
	position: relative;
	padding: 30px 40px;
	gap: 2vw;
}

.step-list ul li img {
	border-radius: 20px;
	overflow: hidden;
}

.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: 0 auto;
	position: static;
	border-radius: 0;
}

.step-list ul li:last-child {
	margin-bottom: 0;
}

.step-list ul li .txt {
	width: 75%;
}

.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 {
	background: #fff2bb;
	margin: 60px 0 0;
	padding: 40px;
}

#enshrinement .border-box h3 {
	margin-bottom: 0;
	font-size: clamp(20px, 1.6vw, 34px);
	border: 4px solid #F18F01;
	padding: 25px 40px 30px;
	position: relative;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

#enshrinement .border-box h3::before,
#enshrinement .border-box h3::after {
	content: '';
	position: absolute;

}

#enshrinement .border-box h3::before {
	background: url(../img/top/box_left.png)no-repeat;
	background-size: contain;
	left: -20px;
	bottom: -20px;
	width: 92px;
	height: 73px;
}

#enshrinement .border-box h3::after {
	background: url(../img/top/box_right.png)no-repeat;
	background-size: contain;
	right: -20px;
	top: -20px;
	width: 74px;
	height: 90px;
}


#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: 20px;
	}

	#enshrinement .intro {
		flex-direction: column;
	}

	#enshrinement .intro .md_radius_photo,
	#enshrinement .intro .txt {
		max-width: 100%;
	}

	#enshrinement .txt h4 {
		text-align: center;
		font-size: 22px;
		line-height: 1.3;
	}

	#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;
		padding: 25px 20px 30px;
	}

	.border-box {
		padding: 20px 15px;
		letter-spacing: 0;
		margin: 30px -5.3vw;

	}

	#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;
}*/



/*--追記--*/

/*--ご遺骨の供養--*/
.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 #1d5a5f;
	background: var(--site-primary-keycolor);
}

.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: 30px;
	height: 30px;
	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 h4 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 34px;
}

.brn-title h4:before,
.brn-title h4:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 4px;
	background: var(--site-primary);
}

.brn-title h4:before {
	left: 0;
}

.brn-title h4:after {
	right: 0;
}

.memorial_list li h4 {
	font-size: 30px;
	padding: 20px 0 14px;
	position: relative;
}

.memorial_list li h4 span.en {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: .2;
	font-size: 28px;
	line-height: 1.1;
}

.memorial_list li .txt,
.memorial_list li .txt:last-child {
	border: none;
}

.memorial_list li:last-child {
	padding: 40px;
}

.memorial_list li:last-child .photo {
	width: 48%;
}

.memorial_list li:last-child .txt {
	padding: 0 0 0 20px;
}

.burial_content {
	margin-bottom: 40px;
}

.memorial_list {
	position: relative;
	margin: 60px 0 30px;
	gap: 40px 0;
}

.memorial_list li {
	border-radius: 10px;
	overflow: hidden;
	width: 48.2%;
	background: #f8ffdd;
}

.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;
	border-radius: 0 0 10px 10px;
}

.memorial_list li .txt .btn_border {
	margin: 30px auto 0;
}

.memorial_list li:last-child .txt {
	width: 50%;
	border-left: none;
	border-radius: 0 10px 10px 0;
	padding-bottom: 46px;
}

.memorial_list li .txt h4 {
	margin-bottom: 0;
	padding: 20px 0 14px;
}

.memorial_list li h5 {
	font-size: 30px;
	padding: 20px 0 14px;
}

#memorial .btn_border {
	max-width: 300px;
	margin-top: 35px;
}


.holding {
	display: grid;
	grid-template-columns: 56% 41%;
	grid-template-rows: auto auto auto;
	background: #fff;
	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-keycolor);
	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-keycolor);
	font-size: 24px;
	width: 40%;
	padding: 20px 0;
	text-align: center;
}

.holding dl dd {
	border: 4px solid var(--site-primary);
	border-left: 0;
	background: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
}

.holding .btn_border {
	grid-row: 3;
	grid-column: 1;
	margin: 0px auto;
	width: 100%;
}

#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: 57%;
}

.memorial_other .txt h4 {
	font-size: 30px;
}

.memorial_other {
	margin-bottom: 40px;
}

.m_border {
	border: 1px solid #ccc;
	margin-bottom: 40px;
}

.memorial_other .btn_border {
	margin: 30px auto 0;
}

.attention_box_gray {
	padding: 40px;
}

.attention_box_gray p {
	position: relative;
	padding-left: 70px;
}

.attention_box_gray p::before {
	content: '';
	background: url(../img/top/icon-attention02.svg) no-repeat center;
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 960px) {
	.memorial-service .sub-title {
		margin-bottom: 20px;
	}

	.brn-title h4 {
		font-size: 24px;
	}

	.brn-title h4 span {
		font-size: 30px;
	}

	.memorial_btn ul {
		margin-top: 20px;
	}

	.memorial_btn ul li {
		font-size: 20px;
	}

	.memorial_btn ul li a::after {
		width: 20px;
		height: 20px;
		right: 10px;
	}

	.memorial_btn ul li.burial a {
		padding: 10px;
		text-align: left;
	}

	.memorial_list {
		gap: 20px 0;
	}

	.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) {
	.memorial-service {
		margin-top: 30px;
	}

	.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_btn ul li a::after {
		right: 5px;
		width: 15px;
		height: 15px;
	}

	.memorial_list {
		flex-direction: column;
		margin: 30px 0;
	}

	.memorial_list li {
		width: 100%;
	}

	.memorial_list li:last-child {
		padding: 20px;
	}

	.memorial_list li .txt {
		padding: 0 20px 20px;
	}

	.memorial_list li h4 span.en {
		width: 100%;
		font-size: 22px;
	}

	.memorial_list li .btn_border a {
		margin: 20px auto 10px;
	}

	.memorial_list li:last-child .txt {
		width: 100%;
	}

	.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 #93c7bd;
		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;
		padding: 0 53px;
	}

	.m_border {
		flex-direction: column;
	}

	.memorial_other {
		margin-bottom: 20px;
	}

	.memorial_other .txt {
		width: 100%;
	}

	.memorial_other .txt h4 {
		margin-bottom: 14px;
	}

	.m_border {
		margin-bottom: 20px;
	}

	.attention_box_gray {
		padding: 20px;
	}

}



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

	/*.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;
	}*/



}



/*---------メモリアルグッズ-----------*/
.memorial-goods h4 {
	font-size: clamp(20px, 2.5vw, 28px);
	margin-bottom: 40px;
	line-height: 1.3;
}

.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;
}


@media only screen and (max-width: 568px) {
.memorial-goods{
	margin-bottom: 40px;
}

	.memorial-goods h4 {
		font-size: 20px;
		position: relative;
		margin: 0 auto;
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}

	.memorial-goods h4 span {
		padding-left: 25px;
		display: block;
		line-height: 1.2;
	}

	.memorial-goods h4 span::before {
		width: 37px;
		height: 50px;
		position: absolute;
		left: 20px;
		top: 0;
	}

	.memorial-goods h4 em {
		font-size: 28px;
	}

	.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;
	}

	.goods-list .popular::before,
	.goods-list .rest::before {
		width: 35%;
		height: 35%;
	}
}




/*-------海洋散骨------*/
.txt_yellow {
    color: #f7f81f;
}

.kaiyou_box {
	background: linear-gradient(to right, #0b89a5 0%, #0c99b9 50%, #0da7cc 100%);
	border: 4px solid #0b89a5;
	padding: 20px 50px 50px;
	margin: 40px 0;
}

.kaiyou_box h4 {
	position: relative;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 auto 20px;
}
.kaiyou_box h4 em {
    font-size: 36px;
}

.kaiyou_box .kaiyou_ttl {
	border: 4px solid #fff;
	padding: 20px 0;
	border-bottom: 0;
}

.kaiyou_box .kaiyou_ttl p {
	position: relative;
	font-size: 32px;
	padding-left: 80px;
	line-height: 1.3;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.kaiyou_box .kaiyou_ttl em {
	font-size: 36px;
}

.kaiyou_box .kaiyou_ttl p::before {
	content: '';
	background: url(../img/top/icon_kaiyou.png)no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.kaiyou_box .half_box {
	padding: 40px;
	background: #e9f5f5;
	gap: 2vw;
}

.kaiyou_box .half_box img {
	width: 54%;
	max-width: 450px;
}

.kaiyou_box .half_box .txt h5 {
	font-size: 28px;
	color: #0b849f;
	margin-bottom: 20px;
	line-height: 1;
}

.kaiyou_box .half_box .txt .btn_wrapper {
	margin-top: 30px;
}

.kaiyou_box .half_box .txt .btn_wrapper .btn {
	background: #42b0d3;
	box-shadow: 0px 5px 1px #1c90b5;
}

.kaiyou_box .half_box .txt .btn_wrapper .btn a {
	padding: 15px;
}

.kaiyou_box .half_box .txt .btn_wrapper .btn a::after {
	content: '';
	background: url(../img/top/link_ex.png) center no-repeat;
	background-size: contain;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 50%;
	right: 30px;
	transform: translate(0px, -50%);
}

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

	.kaiyou_box h4 em {
		font-size: 32px;
	}
}

@media only screen and (max-width: 960px) {
	.kaiyou_box h4::before {
		width: 60px;
		height: 60px;
	}

	.kaiyou_box h4 {
		font-size: 24px;
	}

	.kaiyou_box h4 em {
		font-size: 28px;
	}

	.kaiyou_box .half_box .txt h5 {
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 568px) {
	.kaiyou_box {
		margin: 20px -5.7vw;
		border-radius: 0;
		border-left: none;
		border-right: none;
		padding: 25px;
	}

	.bg_kaiyou {
		padding: 0 15px 20px;
		justify-content: center;
	}

	.kaiyou_box h4 {
		font-size: 18px;
		margin: 0;
		letter-spacing: 2px;
		text-align: center;
	}

	.kaiyou_box h4 em {
		font-size: 26px;
	}
	.kaiyou_box .kaiyou_ttl{
		padding: 10px;
	}

	.kaiyou_box .kaiyou_ttl p::before {
		width: 55px;
		height: 55px;
	}

	.kaiyou_box .kaiyou_ttl p{
		font-size: 18px;
		text-align: left;
	}

	.kaiyou_box .half_box .txt h5 {
		font-size: 19px;
	}

	.kaiyou_box .half_box {
		padding: 20px;
		gap: 10px;
		flex-direction: column;
	}

	.kaiyou_box .half_box img {
		width: 100%;
		max-width: initial;
	}

	.kaiyou_box .half_box .txt .btn_wrapper {
		margin-top: 20px;
	}

	.kaiyou_box .half_box .txt .btn_wrapper .btn {
		width: 100%;
		max-width: initial;
	}

	.kaiyou_box .half_box .txt .btn_wrapper .btn a {
		padding: 10px;
	}

	.kaiyou_box .half_box .btn_wrapper img {
		width: 60%;
	}

	.kaiyou_box .half_box .txt .btn_wrapper .btn a::after {
		right: 20px;
	}

	#memorial .kaiyou_box .half_box {
		flex-direction: column;
	}
}

/*--------*/
/*.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;
}*/

/*--火葬証明書--*/

.certificate {
	margin: 60px 0;
	background: var(--site-quaternary);
	padding: 40px;
}

.certificate h4 {
	font-size: clamp(32px, 2.2vw, 38px);
	line-height: 1.3;
	grid-column: 2;
	grid-row: 1;
}
.certificate p {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	grid-column: 2;
	grid-row: 2;
}

.certificate .grid_box{
	grid-template-columns: 23% 74%;
}

.certificate a.modaal-btn {
	max-width: 203px;
	position: relative;
	height: fit-content;
	grid-column: 1;
	grid-row: 1 / 3;
}

.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;
}


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

	.certificate {
		margin: 30px -5.3vw;
		padding: 20px;
	}

	.certificate h4 {
		font-size: 20px;
		letter-spacing: 0;
		grid-column: 1 / 3;
		text-align: center;
	}

	.certificate a.modaal-btn {
		max-width: 101px;
		width: 100%;
		margin-right: 10px;
		grid-column: 1;
		grid-row: 2;
	}
	.certificate p{
		padding:15px;
	}
	.certificate .grid_box{
		grid-template-columns: 30% 65%;
		gap: 4vw;
	}
}

/*--亡くなった後の手続き--*/
.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 h4 {
	font-size: clamp(18px, 1.2vw, 28px);
	line-height: 1;
	padding: 10px 0;
	margin-bottom: 20px;
}

.notification ul li .txt h4 span {
	font-size: clamp(14px, 1.2vw, 20px);
}

@media only screen and (max-width: 1024px) {
	.notification ul li img {
		border-radius: 20px;
	}
}

@media only screen and (max-width: 568px) {
	.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;
		border-radius: 20px;
	}

	.notification ul li {
		width: 100%;
		display: block;
	}

	.notification ul li img {
		width: 48%;
		float: left;
		border-radius: 15px;
		margin-right: 5%;
	}

	.notification ul li .txt h4 {
		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 h4 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%;
	}
}


/*------------------------------------------------
*民間と自治体の違い
--------------------------------------------------*/

#difference .sec_title span::before {
	background: url(../img/top/icon-difference.svg)no-repeat;
	background-size: contain;
	width: 63px;
	height: 46px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#difference .sec_title span{
	padding-left: 70px;
	position: relative;
}

#difference .intro .md_radius_photo {
	width: 40%;
	max-width: 600px;
}

#difference .intro .txt {
	width: 58%;
}

.difference .intro h3 {
	font-size: clamp(22px, 2.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 .sec_title span{
		padding-left: 55px;
	}

	.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 .sec_title span{
		display: inline-block;
		line-height: 1.3;
	}

	#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;
	}

}


/*------------------------------------------------
*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;
	}
}

/*-----*/

.situation h3 {
	font-size: clamp(32px, 3vw, 48px);
	margin-bottom: 40px;
}

.situation-content {
	padding: 40px;
	border-radius: 20px;
	border: 4px solid var(--site-primary);
	margin-bottom: 60px;
}

.situation ul {}

.situation ul li {
	border-bottom: 2px dotted #999;
}

.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: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}





.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 h4 {
	font-size: clamp(32px, 2.5vw, 42px);
	padding: 20px 0 40px;
	line-height: 1.3;
}

.support_box {
	gap: 2vw;
}

@media only screen and (max-width: 568px) {
	.situation{
		margin: 0 -5.3vw;
	}
	.situation h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.situation-content{
		padding: 20px;
		border-left: none;
		border-right: none;
		border-radius: 0;
		margin-bottom: 20px;
	}

	.situation ul {
		margin: 20px 0;
	}

	.situation ul li {
		width: 100%;
	}

	.situation ul li .icon::before {
		width: 30px;
		height: 30px;
		left: 0;
	}

	.situation ul li p {
		font-size: 15px;
		padding: 10px 10px 10px 40px;
	}

	.situation ul {
		gap: 4vw;
	}

	.support-arrow {
		background-position: center top;
	}

	.support-arrow h4 {
		font-size: 24px;
		padding: 20px 0;
	}

}



.conclusion {
	position: relative;
	margin-top: 40px;
	padding: 40px;
	background: #fff7f2;
}

.conclusion .row-rev {
	gap: 2vw;
	align-items: center;
}

.conclusion h4 {
	font-size: clamp(18px, 1.5vw, 30px);
}

.conclusion .txt {
	border-radius: 10px;
	font-size: clamp(20px, 2vw, 40px);
	width: 50%;
}

@media only screen and (max-width: 960px) {
.conclusion .txt{
	width: 100%;
}
.conclusion .md_radius_photo {
		margin-left: 52vw;
	}
}
@media only screen and (max-width: 568px) {
.conclusion {
	padding: 20px;
	}
	.conclusion h4{
		margin: 0 auto;
	}
	.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: 100%;
		font-size: 20px;
		margin: 0 auto;
	}

}




/*--注意喚起--*/

.caveat {
	margin-bottom: 60px;
}

.caveat h3 {
	padding: 20px 0;
	border: double 10px var(--site-quaternary-keycolor);
	background: repeating-linear-gradient(-45deg, #fcff44 0, #fcff44 10px, #f0f18c 10px, #f0f18c 20px);
	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 .grid_box {
	gap: 2vw;
	margin-bottom: 0;
	gap: 10px 2vw;
	grid-template-columns: 45% 50%;
}

.caveat .photo {
	grid-column: 1;
	grid-row: 1 / 4;
	height: fit-content;
}

.caveat h4 {
	font-size: clamp(24px, 2vw, 32px);
	grid-row: 1;
	grid-column: 2;
}

.caveat .txt {
	grid-column: 2;
	grid-row: 2;
}

.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;
}
@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;
	}

	.caveat .caveat-point ul li .icon::before {
		background-size: contain;
		width: 29px;
		height: 28px;
	}
}
@media only screen and (max-width: 568px) {
	

	.caveat {
		margin-bottom: 20px;
	}

	.caveat h3 {
		font-size: 22px;
		position: relative;
		padding: 5px;
		line-height: 1.4;
		padding: 10px;
	}
	.caveat h3 .icon{
		position: relative;
		padding-left: 35px;
	}
	.caveat h3 .icon::before {
		background-size: contain;
		width: 30px;
		height: 26px;
		position: absolute;
		left: 0;
		top:50%;
		transform: translateY(-50%);
	}

	.caveat h4 {
		font-size: 18px;
	}
	.caveat .txt{
		grid-column: 1 / 3;
    	grid-row: 2;
	}

	.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 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) {

	.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: 568px) {
	
	.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: 24px;
		letter-spacing: 0;
		line-height: 1.5;
	}

	.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: 56%;
}

.greeting .txt p {
	padding: 20px 20px 10px;
}

.greeting .txt .name {
	width: 45%;
	display: block;
	text-align: right;
	margin-left: auto;
	padding: 0 20px 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;
	}
	#company .intro h3{
		font-size: 24px;
		margin-bottom: 20px;
	}

	.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{
		margin-bottom: 30px;
		text-align: center;
	}
	#company .sec_title .icon::before {
		width: 30px;
		height: 30px;
		margin-bottom: 5px;
	}
	#company .sec_title span{
		display: block;
	}
	.greeting{
		margin-bottom: 30px;
	}
	.greeting .txt{
		width: 100%;
	}
	#company .intro h3{
	font-size: 20px;
	text-align: center;
	}
	#company .intro h3 span{
		font-size: 24px;
	}
	.greeting .txt .name{
		width: 60%;
		margin-top: 10px;
	}

	.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;
	}*/
}


/*.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;
}*/