/* --------------------------------------------
	サポートセクション
----------------------------------------------- */
.support{
	margin-top: 40px;
}
.support *{
	margin-inline: initial;
	text-align: left;
}
.support p{
	margin-bottom: 0;
}

.support .support-heading{
	margin-inline: min(calc((20 / var(--spWidth)) * 100vw), 20px);
	margin-bottom: 20px;
	font-family: var(--font-zen-mincho);
	font-size: min(calc((50/var(--spWidth))*100vw),50px);
	font-weight: 400;
	font-style: normal;
	text-align: center;
	line-height: 1.2;
}

.support .support__tablelayout{
	padding-inline: min(calc((20 / var(--spWidth)) * 100vw), 20px);
}
.support .support__table{
	display: grid;
	grid-template-columns: auto auto;
	width: 100%;
	padding-block: min(calc((5 / var(--spWidth)) * 100vw), 5px);
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-family: var(--font-zen-mincho);
	font-weight: 400;
	font-style: normal;
}
.support .support__table .support__tabletr{
	display: grid;
	grid-template-columns: subgrid;
	grid-column: span 2;
	width: 100%;
	padding-block: min(calc((10 / var(--spWidth)) * 100vw), 10px);
	border-top: solid 1px #000000;
}
.support .support__table .support__tabletr:nth-child(1){
	border-top: none;
}
.support .support__table .support__tabletr .table-th{
	display: flex;
	align-items: center;
	gap: 0 2%;
	width: min(calc((320 / var(--spWidth)) * 100vw), 320px);
	padding-inline: min(calc((10 / var(--spWidth)) * 100vw), 10px);
	font-size: min(calc((34/var(--spWidth))*100vw),34px);
	line-height: 1.0;
}
.support .support__table .support__tabletr .table-icon{
	width: min(calc((70/var(--spWidth))*100vw),70px);
	margin-right: min(calc((10 / var(--spWidth)) * 100vw), 10px);
}
.support .support__table .support__tabletr .table-number{
	padding-top: min(calc((10 / var(--spWidth)) * 100vw), 10px);
	color: var(--orange);
	font-size: min(calc((46/var(--spWidth))*100vw),46px);
}
.support .support__table .support__tabletr .table-number span{
	font-size: min(calc((86/var(--spWidth))*100vw),86px);
	line-height: 1.0;
}
.support .support__table .support__tabletr .table-number--stack{
	display: flex;
	align-items: center;
}
.support .support__table .support__tabletr .table-number--stack .table-number__text{
	font-size: min(calc((46/var(--spWidth))*100vw),46px);
	line-height: 1.2;
}
.support .support__table .support__tabletr .table-notion{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	font-size: min(calc((20/var(--spWidth))*100vw),20px);
	line-height: 1.0;
}

.support .support__notionlayout{
	margin-top: 20px;
	padding-inline: min(calc((20 / var(--spWidth)) * 100vw), 20px);
}
.support .support__notion li{
	padding-left: 2em;
	font-size: min(calc((20/var(--spWidth))*100vw),20px);
	text-indent: -2em;
}

/* --------------------------------------------
	やずやのことセクション
----------------------------------------------- */
.yazuyatoha p{
	margin-bottom: 0;
}

.yazuyatoha .yazuyatoha-heading{
	margin-inline: min(calc((20 / var(--spWidth)) * 100vw), 20px);
	margin-bottom: 20px;
	padding-bottom: min(calc((25 / var(--spWidth)) * 100vw), 25px);
	border-bottom: 2px solid #333;
	font-family: var(--font-zen-mincho);
	font-size: min(calc((50/var(--spWidth))*100vw),50px);
	font-weight: 400;
	font-style: normal;
    text-align: center;
}
.yazuyatoha .yazuyatohaSlider{
	padding-inline: min(calc((50 / var(--spWidth)) * 100vw), 50px);
}
.yazuyatoha .yazuyatoha__panel{
	margin-inline: 5px;
	padding: min(calc((30 / var(--spWidth)) * 100vw), 30px) min(calc((60 / var(--spWidth)) * 100vw), 60px) min(calc((60 / var(--spWidth)) * 100vw), 60px) min(calc((60 / var(--spWidth)) * 100vw), 60px);
	background: #ffffff;
	border: solid 2px #cccccc;
	border-radius: 8px;
}
.yazuyatoha .yazuyatoha__panel .panel-name{
	margin-bottom: min(calc((20/var(--spWidth))*100vw),20px);
	font-size: min(calc((36/var(--spWidth))*100vw),36px);
	line-height: 1.5;
}
.yazuyatoha .yazuyatoha__panel .panel-image{
	margin-bottom: min(calc((40/var(--spWidth))*100vw),40px);
}
.yazuyatoha .yazuyatoha__panel .panel-dash{
	padding-bottom: 1px;
	background-color: #fff;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
	                  linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 8px 100%,
	                 100% 2.0em;
	font-size: min(calc((30/var(--spWidth))*100vw),30px);
	line-height: 2.0em;
	text-align: left;
}
.yazuyatoha .yazuyatoha__panel .panel-dash p{
	margin: 0;
	font-size: inherit !important;
	line-height: inherit !important;
}
.yazuyatoha .yazuyatoha__panel .panel-dash p+p{
	margin-top: calc(1em + 1.1em);
}

.yazuyatoha .slick-track {
	display: flex;
}
.yazuyatoha .slick-slide {
	height: auto !important;
}
.yazuyatoha .slick-next{
	right: min(calc((10 / var(--spWidth)) * 100vw), 10px);
}
.yazuyatoha .slick-prev{
	left: min(calc((10 / var(--spWidth)) * 100vw), 10px);
}
.yazuyatoha .slick-dots{
	display: flex !important;
	justify-content: center;
	width: 100%;
	margin: 20px auto 0;
	padding: 0 1em;
}
.yazuyatoha .slick-dots li{
	background: rgba(0,0,0,.4);
	width: 10px;
	height: 10px;
	margin-inline: 10px;
	border-radius: 50%;
}
.yazuyatoha .slick-dots li.slick-active{
	background: rgba(0,0,0,.8);
}
.yazuyatoha .slick-dots li button {
	font-size: 0;
}
.yazuyatoha .slick-dots button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* --------------------------------------------
	愛用者セクション
----------------------------------------------- */
.aiyousha p{
	margin-bottom: 0;
}

.aiyousha .aiyousha-heading{
	margin-inline: min(calc((20 / var(--spWidth)) * 100vw), 20px);
	margin-bottom: 20px;
	padding-bottom: min(calc((25 / var(--spWidth)) * 100vw), 25px);
	border-bottom: 2px solid #333;
	font-family: var(--font-zen-mincho);
	font-size: min(calc((50/var(--spWidth))*100vw),50px);
	font-weight: 400;
	font-style: normal;
	text-align: center;
}
.aiyousha .aiyoushaSlider{
	padding-inline: min(calc((50 / var(--spWidth)) * 100vw), 50px);
}
.aiyousha .aiyousha__panel{
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-inline: 5px;
	padding: min(calc((15 / var(--spWidth)) * 100vw), 15px) min(calc((20 / var(--spWidth)) * 100vw), 20px) min(calc((20 / var(--spWidth)) * 100vw), 20px) min(calc((20 / var(--spWidth)) * 100vw), 20px);
	background: #ffffff;
	border: solid 2px #cccccc;
	border-radius: 8px;
}
.aiyousha .aiyousha__panel .panel-name{
	margin-bottom: min(calc((20/var(--spWidth))*100vw),20px);
	font-size: min(calc((36/var(--spWidth))*100vw),36px);
	line-height: 1.5;
}
.aiyousha .aiyousha__panel .panel-image{
	margin-bottom: min(calc((40/var(--spWidth))*100vw),40px);
}
.aiyousha .aiyousha__panel .panel-dash{
	padding-bottom: 1px;
	background-color: #fff;
	background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
	                  linear-gradient(180deg, #ccc 1px, transparent 1px);
	background-size: 8px 100%,
	                 100% 2.0em;
	font-size: min(calc((30/var(--spWidth))*100vw),30px);
	line-height: 2.0em;
	text-align: left;
}
.aiyousha .aiyousha__panel .panel-dash p{
	margin: 0;
	font-size: inherit !important;
	line-height: inherit !important;
}
.aiyousha .aiyousha__panel .panel-dash p+p{
	margin-top: calc(1em + 1.1em);
}

.aiyousha .slick-track {
	display: flex;
}
.aiyousha .slick-slide {
	height: auto !important;
}
.aiyousha .slick-next{
	right: min(calc((10 / var(--spWidth)) * 100vw), 10px);
}
.aiyousha .slick-prev{
	left: min(calc((10 / var(--spWidth)) * 100vw), 10px);
}
.aiyousha .slick-dots{
	display: flex !important;
	justify-content: center;
	width: 100%;
	margin: 20px auto 0;
	padding: 0 1em;
}
.aiyousha .slick-dots li{
	background: rgba(0,0,0,.4);
	width: 10px;
	height: 10px;
	margin-inline: 10px;
	border-radius: 50%;
}
.aiyousha .slick-dots li.slick-active{
	background: rgba(0,0,0,.8);
}
.aiyousha .slick-dots li button {
	font-size: 0;
}
.aiyousha .slick-dots button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.aiyousha .aiyousha-note{
	margin-top: 20px;
	padding-inline: min(calc((20 / var(--spWidth)) * 100vw), 20px);
	font-size: min(calc((20/var(--spWidth))*100vw),20px);
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
}

/* --------------------------------------------
	こだわりセクション
----------------------------------------------- */
.kodawari .kodawariSlider{
	padding-inline: min(calc((50 / var(--spWidth)) * 100vw), 50px);
}
.kodawari .kodawari__panel{
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-inline: 5px;
	background: #ffffff;
}
.kodawari .kodawari__panel .panel-image{
	margin-bottom: 0;
}
.kodawari .slick-track {
	display: flex;
}
.kodawari .slick-slide {
	height: auto !important;
}
.kodawari .slick-next{
	right: min(calc((10 / var(--spWidth)) * 100vw), 10px);
}
.kodawari .slick-prev{
	left: min(calc((10 / var(--spWidth)) * 100vw), 10px);
}
.kodawari .slick-dots{
	display: flex !important;
	justify-content: center;
	width: 100%;
	margin: 20px auto 0;
	padding: 0 1em;
}
.kodawari .slick-dots li{
	background: rgba(0,0,0,.4);
	width: 10px;
	height: 10px;
	margin-inline: 10px;
	border-radius: 50%;
}
.kodawari .slick-dots li.slick-active{
	background: rgba(0,0,0,.8);
}
.kodawari .slick-dots li button {
	font-size: 0;
}
.kodawari .slick-dots button{
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* --------------------------------------------
	安心してセクション
----------------------------------------------- */
.anshin{
	margin-block: min(calc((60/var(--spWidth))*100vw),60px);
}
.anshin .anshin__inner{
	width: 85%;
	margin: 0 auto;
}
.anshin .anshin__header{
	text-align: center;
	margin-bottom: min(calc((30/var(--spWidth))*100vw),30px);
}
.anshin .anshin__title{
	margin-bottom: min(calc((20/var(--spWidth))*100vw),20px);
}
.anshin .anshin__title img{
	width: 80%;
	height: auto;
}
.anshin .anshin__image{
	margin-bottom: min(calc((20/var(--spWidth))*100vw),20px);
	text-align: right;
}
.anshin .anshin__image img{
	width: 80%;
	height: auto;
}
.anshin .anshin__body{
	background: #fff;
	padding: min(calc((30/var(--spWidth))*100vw),30px);

}
.anshin .anshin__text{
	font-size: min(calc((28/var(--spWidth))*100vw),28px);
	line-height: 1.8;
	text-align: left;
	margin: 0;
}
.anshin .anshin__text span{
	color: #000000;
	font-weight: bold;
}


/* --------------------------------------------
	ページアンカーリンク
----------------------------------------------- */
.page-navi{
	margin-block: min(calc((50/var(--spWidth))*100vw),50px);
}
.page-navi *{
	line-height: 1.2;
}
.page-navi .page-navi__inner{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0 min(calc((10/var(--spWidth))*100vw),10px);
	width: 100%;
	padding-inline: min(calc((20/var(--spWidth))*100vw),20px);
}
.page-navi .page-navi__button{
	margin: initial;
	display: flex;
}
.page-navi .page-navi__button a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1em 0.5em calc(1em + 0.5em) 0.5em;
	background: var(--green-02);
	color: #ffffff;
	font-size: min(calc((24/var(--spWidth))*100vw),24px);
	text-decoration: none;
	position: relative;
	text-align: center;
}
.page-navi .page-navi__button a::after{
	content: " ";
	display: block;
	width: 1em;
	height: 1em;
	aspect-ratio: 1/1;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	transform: rotate(45deg) translate(50%,0);
	position: absolute;
	right: 50%;
	bottom: 1em;
}
