@charset "utf-8";
/** ==============================================
01.共通
============================================== **/
/* -------------------------------------
list-clmn-fhp
-------------------------------------*/
.list-clmn-fhp li{
	display: flex;
	flex-direction: column;
	gap:10px;
}
.list-clmn-fhp li h3{
	font-weight: var(--fw-b);
}

@media screen and (max-width: 520px) {
	.list-clmn-fhp li{
		gap:14px;
	}
}

/* -------------------------------------
time
-------------------------------------*/
time{
	font-size: 14px;
}

/* -------------------------------------
ページネーション
-------------------------------------*/
.pagination{
	margin:40px auto 0;
	font-size: 0.9em;
}
.nav-links{
display:flex;
justify-content: center;
align-items: flex-start;
line-height: 1;
}
.pagination .page-numbers{
display:inline-block;
margin: 0 4px;
padding:4px;
}
.pagination .current{
	color: var(--sky);
}
.pagination .prev,
.pagination .next{
}
.pagination .dots{
}

/* -------------------------------------
detail-cat
記事詳細のタグ+日付
-------------------------------------*/
.detail-cat {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5% 30px;
	font-size: 0.9em;
	text-align: center;
}
.detail-cat time{
	margin: 0 20px;
}

/* -------------------------------------
カテゴリ
-------------------------------------*/
.ctgr{
	display: inline-block;
	margin: 0 2px;
	padding: 4px 10px;
	font-size: 14px;
	color: #fff;
	line-height: 1.0;
	vertical-align:middle;
	position: relative;
	background:var(--gray_l);
}

/* -------------------------------------
記事詳細
-------------------------------------*/
.post-detail{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.richtext>*{
	margin: 24px auto;
}
.richtext figure{
	margin: 24px 10%;
	text-align: center;
}

.richtext .wp-block-file:not(.wp-element-button){
	font-size: 1rem;
}
.richtext .wp-block-file {
	margin-top: 60px;
}
.richtext .wp-block-file a{
	display: block;
	width: fit-content;
	margin: 10px auto;
}
.richtext .wp-block-file a:not(.wp-block-file__button){
	text-decoration: underline;
}
.richtext .wp-block-file a.wp-block-file__button{
	background: var(--c-main);
}

/* -------------------------------------
関連記事
-------------------------------------*/
aside[class^="asd-"]{
	padding: 60px 0;
}
aside .tit{
	margin-bottom: 50px;
	color: var(--c-main);
	text-align: center;
}
aside .tit::before,
aside .tit::after{
	content: "-";
	margin: 0 0.5em;
}

/* -------------------------------------
スクロールバー
-------------------------------------*/
@media screen and (max-width: 520px) {
	.sp-scroll{
		padding-bottom: 10px;
		overflow-x: scroll;
	}
	.sp-scroll {
		--sb-track-color: var(--bg-gray);
		--sb-thumb-color: var(--c-main);
		--sb-size: 6px;
	}
	.sp-scroll::-webkit-scrollbar {
		height: var(--sb-size);
	}
	.sp-scroll::-webkit-scrollbar-track {
		background: var(--sb-track-color);
		border-radius: 4px;
	}
	.sp-scroll::-webkit-scrollbar-thumb {
		background: var(--sb-thumb-color);
		border-radius: 4px;
	}
}


/** ==============================================
02.テンプレート
============================================== **/
/* -------------------------------------
header
-------------------------------------*/
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
header .logo {
	display: block;
	width: fit-content;
	position: absolute;
	left: 58px;
	top: 30px;
}
header .logo .logo_S{
	display: none;
}

/*  h-cv */
header .h-cv {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.5em;
}
header .h-cv p{
	text-align: right;
}
header .h-cv p b{
	display: none;
}
header .h-cv p span{
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
}
header .h-cv-btn{
	display: flex;
}
header .h-cv-btn a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:0.7em;
	width: 12vw;
	height: 90px;
	font-size: 1.1em;
	font-weight: var(--fw-b);
	text-align: center;
	line-height: 1;
	transition: var(--transition);
}
header .h-cv-btn a.h-contact{
	color: var(--c-main);
	background: var(--c-main_ll);
}header .h-cv-btn a.h-contact:hover{
	color: #fff;
	background: var(--c-main_l);
}
header .h-cv-btn a.h-contact i.svg-mail svg{
	width: 22px;
}
header .h-cv-btn a.h-rsv{
	color: #fff;
	background: var(--c-main);
}header .h-cv-btn a.h-rsv:hover{
	background: var(--c-main_l);
}
header .h-cv-btn a.h-rsv i.svg-rsv svg{
	width: 24px;
}header .h-cv-btn a.h-rsv:hover i.svg-rsv svg{
	fill:#fff;
}

/*  nav */
header .gnav {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
	padding: 10px 0;
}
header .gnav a{
	display: block;
	padding: 4px 2em;
	font-weight: var(--fw-b);
	line-height: 1;
	filter: drop-shadow(1px 1px 1px #fff);
	transition: var(--transition);
}header .gnav a:hover{
	color: var(--c-main);
}

/* スクロール */
header.scroll {
	background: #fff;
}
header.scroll .logo {
	left: 2%;
	top: 4px;
}
header.scroll .logo_L{
	display: none;
}
header.scroll .logo_S{
	display: block;
}
header.scroll .h-cv{
	align-items: flex-end;
}
header.scroll .h-cv-btn a{
	flex-direction: row;
	gap:0.5em;
	width: 12vw;
	height: 64px;
	padding: 0 0.8em;
	font-size: 1.0em;
}
header.scroll .gnav{
	margin-top: 4px;
}

@media screen and (max-width: 980px){
	header {
		--height:60px;
		height: var(--height);
		background: #fff;
	}
	header .logo{
		max-width: 34%;
		height: 46px;
		top:7px;
		left: 3%;
	}
	header .logo img{
		max-width: 100%;
		height: 100%;
	}

	/*  h-cv */
	header .h-cv {
		gap:10px;
		margin-right: var(--height);
		--fz: calc(8px + 1vw);
	}
	header .h-cv p{
		flex-direction: column;
		gap:10px;
		height: var(--height);
		padding: 6px;
		text-align: center;
	}
	header .h-cv p a{
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: flex-end;
		height: 100%;
	}
	header .h-cv p em{
		display: none;
	}
	header .h-cv p b{
		display: block;
		font-size: var(--fz);
	}
	header .h-cv p span{
		display: none;
	}

	header .h-cv-btn a{
		width: fit-content;
		justify-content: flex-end;
		margin-right: 10px;
		padding: 6px 2px;
		height: var(--height);
		font-size: var(--fz);
	}
	header .h-cv-btn a.h-contact{
		display: none;
	}
	header .h-cv-btn a.h-rsv{
		color: var(--c-main);
		background: #fff;
	}
	header .h-cv-btn a.h-rsv i.svg-rsv svg{
		width: 26px;
		fill: var(--c-main);
	}

	/* nav */
	header nav{
		width: min(100%, 600px) !important;
		height: 100%;
		margin: 0;
		padding: 0 0 40px;
		background: var(--c-main);
		position: fixed;
		top: 0px;
		right: -100%;
		overflow-y: scroll;
		z-index: 1499;
		transition: var(--transition);
	}
	header.nav-open nav{
		right: 0;
		/* box-shadow: 0px 0 10px -4px #333; */
	}
	header .gnav{
		flex-direction: column;
		margin:70px 0 0;
	}
	header .gnav li a{
		width:100%;
		padding: 40px;
		color: #fff;
		border-bottom: 1px dotted #fff;
	}

	/* hamburger */
	header .hamburger {
		--size:60px;
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1500;
		width: var(--size);
		height: var(--size);
		cursor: pointer;
		transition: all 400ms;
		background:var(--c-main);
	}
	header .hamburger span {
		position: absolute;
		width: 24px;
		height: 2px;
		background: #fff;
		transition: all 400ms;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	header .hamburger span:nth-child(1) {
		top: 34%;
		top: 24%;
	}
	header .hamburger span:nth-child(2) {
		top: 50%;
		top: 40%;
	}
	header .hamburger span:nth-child(3) {
		top: 66%;
		top: 56%;
	}
	header .hamburger:after{
		display: block;
		margin: -10px auto;
		content: "メニュー";
		font-size: 12px;
		color: #fff;
		font-weight: var(--fw-b);
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 12px;
		transform: scale(0.7);
	}
	/* nav-open */
	header.nav-open .hamburger {
		background: none;
	}
	header.nav-open .hamburger span {
	}
	header.nav-open .hamburger span:nth-child(1) {
		top: 18px;
		transform: rotate(45deg);
	}
	header.nav-open .hamburger span:nth-child(2) {
		display: none;
	}
	header.nav-open .hamburger span:nth-child(3) {
		top: 18px;
		transform: rotate(-45deg);
	}
	header.nav-open .hamburger:after{
		content: "閉じる";
	}
}

@media screen and (max-width: 520px) {
	header .h-cv {
		--fz:10px;
	}
	/* nav */
	header nav{
		flex-direction: column;
		width: 100% !important;
	}
}


/* -------------------------------------
footer
-------------------------------------*/
footer{
	padding-top: 50px;
	background: #fff;
}
footer .f-logo{
	display: block;
	width: fit-content;
	margin: 0 auto;
}
footer .f-content {
	width: min(90%, var(--base-width));
	display: flex;
	justify-content: space-between;
	margin: 50px auto 0;
}
footer .f-content address p {
	margin-bottom: 16px;
	font-size: 1.1em;
}
footer .f-content address .tel {
	margin-bottom: 10px;
}

/* nav*/
footer .sitemap {
	width: 50%;
	column-count: 2;
	column-gap: 20px;
}
footer .sitemap li {
	break-inside: avoid;
	/*ブロックの途中で改行させない*/
}
footer .sitemap li a {
	display: block;
	padding: 6px 0;
	font-weight: var(--fw-b);
	transition: var(--transition);
}footer .sitemap li a:hover {
	color: var(--c-main);
}

/* * コピーライト **/
.copyright small {
	display: block;
	width: min(90%, var(--base-width));
	margin:20px auto;
	font-size: 12px;
	line-height: 1.0;
}

@media screen and (max-width: 520px) {
	footer{
		padding-top: 30px;
	}
	footer .f-logo{
		width: 160px;
		transform: translateX(-4%);
	}
	footer .f-logo img{
		width: 100%;
	}
	footer .f-content {
		flex-direction: column;
		justify-content: space-between;
		margin: 30px auto;
	}
	footer .f-content address{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 30px;
		border-bottom: 1px dotted var(--gray);
	}
	footer .f-content address>*{
		text-align: center;
	}
	footer .f-content address p {
		margin-bottom: 12px;
		font-size: 1.4em;
	}
	footer .f-content address .tel {
		margin-bottom: 10px;
		font-size: 20px;
	}

	/*nav*/
	footer .sitemap {
		width: 100%;
		margin-top: 30px;
	}
	footer .sitemap li {
		margin-bottom: 10px;
		font-size: 14px;
	}

	/* * コピーライト **/
	.copyright small {
		text-align: center;
	}
}


/** ==============================================
TOPページ
============================================== **/
/* -------------------------------------
HERO
-------------------------------------*/
.hero{
	--height:785px;
	width: 100%;
	height: var(--height);
	display: flex;
	flex-direction: row-reverse;
	overflow: hidden;
	position: relative;
}
.hero .swiper-container{
	width: calc(100% - 350px);
	height: 100%;
	margin-left: auto;
}
.hero .swiper-slide{
	overflow: hidden;
	mix-blend-mode: plus-lighter; /* ←クロスフェード */
}
.hero .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero .hero-catch{
	width: 350px;
	writing-mode: vertical-rl;
	margin:280px auto 0;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:10px;
}
.hero .hero-catch b{
	color: var(--c-main);
}
.hero .hero-catch .catch1{
	font-size: 1.5em;
	font-weight: var(--fw-b);
}
.hero .hero-catch .catch2{
	font-size: 2.2em;
	font-weight: var(--fw-b);
}

/*  アニメーション */
.hero .swiper-slide-active img,
.hero .swiper-slide-duplicate-active img,
.hero .swiper-slide-prev img{
	animation: zoomUp 10s linear 0s 1 normal both;
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 520px) {
	.hero{
		--height:auto;
		flex-direction: column;
	}
	.hero .swiper-container{
		width: 100%;
		height: 110vw;
	}
	.hero .hero-catch{
		width: 90%;
		writing-mode: unset;
		margin:40px auto 10px;
		line-height: 1.6;
	}
	.hero .hero-catch .catch1{
		font-size: 1.1em;
	}
	.hero .hero-catch .catch2{
		margin: -6px 0 0;
		font-size: 1.9em;
	}
}

/* -------------------------------------
top-健康をお守りします
-------------------------------------*/
.sec-top-service strong{
	display: block;
	margin-top: 10px;
	font-weight: var(--fw-b);
}

/* top-service-wrap */
.top-service-wrap{
	display: flex;
}
.top-service{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
	padding:100px 5% 80px;
	color: #fff;
}
.top-service:first-child{
	background-image: url(../images/service-bg01.jpg);
}
.top-service:last-child{
	background-image: url(../images/service-bg02.jpg);
}
.top-service h2{
	font-weight: var(--fw-b);
	text-align: center;
}

@media screen and (max-width: 520px) {
	.sec-top-service {
		margin-bottom: 20px;
	}
	.sec-top-service strong{
		font-size: min(5vw , 24px);
		line-height: 1.7;
	}

	/* top-service-wrap */
	.top-service-wrap{
		flex-direction: column;
	}
	.top-service{
		gap:10px;
		min-height: 80vw;
		padding:40px 30px;
	}
	.top-service .btn{
		margin-top: 10px;
	}
}

/* -------------------------------------
top-６つの特長
-------------------------------------*/
.sec-top-feature{
}
.sec-top-feature::before{
	--size:30vw;
	--size:calc(400px + 5vw);
	content: "";
	display: block;
	width: var(--size);
	height: var(--size);
	background: url(../images/logo.svg) no-repeat right bottom / contain;
	position: absolute;
	left: 70%;
	bottom: -10vw;
	opacity: .1;
}

/* top-feature-list */
.top-feature-list {
	gap:80px var(--gap);
}
.top-feature-list li{
	position: relative;
}
.top-feature-list li::before{
	content: "0" counter(num);
	font-family: var(--webf);
	font-size: 60px;
	color: rgba(0,0,0,.0);
	font-weight: var(--fw-b);
	-webkit-text-stroke: 1px var(--c-main_l);
	line-height: 1;
	position: absolute;
	right: 15px;
	top: -0.4em;
}
.top-feature-list li:nth-child(3n-1)::before{
	top:-0.55em;
}
.top-feature-list li:nth-child(3n)::before{
	top:-0.7em;
}

@media screen and (max-width: 520px) {
	.sec-top-feature{
		width: 100%;
		margin: 0;
		padding: 0 5% 60px;
		overflow: hidden;
	}
	.sec-top-feature::before{
		--size:60vw;
		left: auto;
		right: -6%;
		bottom: 0;
	}

	/* top-feature-list */
	.top-feature-list {
		gap:60px var(--gap);
		margin-top: 50px;
	}
	.top-feature-list li::before,
	.top-feature-list li:nth-child(3n-1)::before,
	.top-feature-list li:nth-child(3n)::before{
		font-size: 50px;
		right: 5px;
		top: -0.6em;
	}
}

/* -------------------------------------
top-訪問歯科診療について
-------------------------------------*/
/* top-visitdental-list */
ul.top-visitdental-list {
	display: flex;
	flex-direction: column;
	gap: 0;
	background: var(--bg-main);
}
ul.top-visitdental-list li {
	--overlap: -6%;
	display: flex;
	align-items: center;
}
ul.top-visitdental-list li figure {
	width: 58%;
	flex: none;
}
ul.top-visitdental-list li figure img {
	width: 100%;
}
ul.top-visitdental-list li .text {
	width: min(42%,650px);
	padding: 5vw 4vw 4vw;
	background: #fff;
	box-shadow: var(--shadow);
	transform: translateX(var(--overlap));
	z-index: 0;
}
ul.top-visitdental-list li .text h3 {
	margin-bottom: 20px;
	font-weight: var(--fw-b);
}
ul.top-visitdental-list li .text .btn {
	margin-left: auto;
	margin-right: 0;
}

/* てれこ */
ul.top-visitdental-list li:nth-child(even) {
	flex-flow: row-reverse;
}
ul.top-visitdental-list li:nth-child(even) .text {
	transform: translateX(calc(var(--overlap) * -1));
}

@media (max-width: 520px) {
	/* top-visitdental-list */
	ul.top-visitdental-list {
		gap: 40px;
	}
	ul.top-visitdental-list li ,
	ul.top-visitdental-list li:nth-child(even) {
		--overlap: 0;
		flex-direction: column;
		justify-content: center;
	}
	ul.top-visitdental-list li figure {
		width: 100%;
	}
	ul.top-visitdental-list li .text ,
	ul.top-visitdental-list li:nth-child(even) .text {
		width: 86%;
		margin:-60px 0 0;
		padding: 22px 22px 30px;
	}
	ul.top-visitdental-list li .text h3 {
		margin-bottom: 14px;
	}
}

/* -------------------------------------
top-対応エリア
-------------------------------------*/
.area{
	display: flex;
	gap: 60px;
}
.area .text{
	flex: 1;
	margin-left:var(--over-width);
}
.area .text dt{
	margin-bottom: 5px;
	color: var(--c-main);
	font-weight: var(--fw-b);
}
.area .text dt:not(:first-child){
	margin-top: 30px;
}
.area .text dt::before{
	content: "●";
}
.area .text dd p{
	font-weight: var(--fw-b);
}
.area .text dd p:not(:first-of-type){
	margin-top: 8px;
}
.area .text dd p::before{
	content: "■";
}
.area figure{
	width: 45%;
}

@media screen and (max-width: 520px) {
	.area{
		flex-direction: column;
		gap: 30px;
	}
	.area .text{
		flex: 1;
		margin:0 7%;
	}
	.area .text dt:not(:first-child){
		margin-top: 10px;
	}
	.area figure{
		width: 100%;
	}
}

/* -------------------------------------
top-parallax
-------------------------------------*/
.parallax {
	width: 100%;
	aspect-ratio: 2/1;
	/* height: 580px; */
	background: url(../images/bg-parallax.jpg) no-repeat center / cover;
	background-attachment: fixed;
	z-index: -1;
}
_:lang(x)+_:-webkit-full-screen-document, body .parallax {
	background-attachment: unset; /* safariのみ適用 */
}

@media screen and (max-width: 520px) {
	.parallax {
		background-attachment: unset;
	}
}

/* -------------------------------------
top-はじめての方へ
-------------------------------------*/
.service-flow{
	display: flex;
	flex-direction: column;
	gap:40px;
	padding: 26px;
	border: 4px solid var(--c-main_ll);
	background: url(../images/flow-img01.png) no-repeat right 90px bottom 20px / auto;
}
.service-flow dl{
	counter-increment: num 1;
	display: flex;
	align-items: center;
	gap:20px;
	position: relative;
}
.service-flow dl:not(:last-of-type):before{
	content: "";
	width: 100%;
	height: 35px;
	-webkit-mask: url(../images/ico-arrow.svg) no-repeat left 84px top / contain;
	mask: url(../images/ico-arrow.svg) no-repeat left 84px top / contain;
	background: var(--c-main);
	position: absolute;
	left: 0;
	top: calc(100% + 2px);
}
.service-flow dl dt{
	width: 190px;
	padding: 10px;
	color: #fff;
	font-weight: var(--fw-b);
	text-align: center;
	line-height: 1;
	background: var(--c-main_l);
	border-radius: 50px;
}
.service-flow dl dt::before{
	content: "0" counter(num) ".";
	display: inline-block;
	padding-right: 0.3em;
}
.service-flow dl dd{
	flex:1;
}

/* top-cost-tbl */
.top-cost-content{
	display: flex;
	justify-content: space-between;
	gap:80px;
}
.top-cost-tbl{
	width: 100%;
	table-layout: fixed;
	position: relative;
}
.top-cost-tbl:first-child::after{
	content: "+";
	font-size: 3em;
	color: var(--c-main);
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translate(50%, -50%);
}
.top-cost-tbl th,
.top-cost-tbl td{
	padding: 10px 16px;
	vertical-align: middle;
	border: var(--border);
}
.top-cost-tbl th {
	width: 50px ;
	font-size: 1.2em;
	color: #fff;
	font-weight: var(--fw-b);
	text-align: center;
	background: var(--c-main_l);
}
.top-cost-tbl th span{
	white-space: pre;
	writing-mode: vertical-rl;
	display: inline-block;
	line-height: 1;
}
.top-cost-tbl td.td-h{
	background: var(--c-main_ll);
}

@media screen and (max-width: 520px) {
	.service-flow{
		gap:40px;
		padding:20px 24px 38vw;
		background-position: center bottom 10px;
		background-size: 30vw auto;
	}
	.service-flow dl{
		flex-direction: column;
		gap:10px;
	}
	.service-flow dl:not(:last-of-type):before{
		height: 30px;
		-webkit-mask-position: center top;
		mask-position: center top;
	}
	.service-flow dl dt{
		width: 100%;
	}

	/* top-cost-tbl */
	.top-cost-content{
		flex-direction: column;
		gap:50px;
	}
	.top-cost-tbl:first-child::after{
		right: 50%;
		top: 100%;
		transform: translate(50%, -15px);
	}
	.top-cost-tbl th,
	.top-cost-tbl td{
		padding: 10px 10px;
		font-size: 15px;
	}
	.top-cost-tbl th{
		width: 40px ;
		padding: 0;
	}
}

/* -------------------------------------
top-初回無料歯科検診
-------------------------------------*/
section.sec-top-freecheckup{
	padding: 65px 0;
	background-image: url(../images/bg-freecheckup.jpg);
}
.sec-top-freecheckup::before{
	display: none;
}

.freecheckup-link-wrap .tel-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:2px;
	width: min(80%, 300px);
	height: 86px;
	padding: 0 20px;
	background: #fff;
	border:1px solid var(--c-main);
	border-radius: 50px;
}
.freecheckup-link-wrap .btn{
	margin-left: 0;
}

@media screen and (max-width: 520px) {
	section.sec-top-freecheckup{
		padding: 40px 0 42vw;
		background-image: url(../images/bg-freecheckup_sp.png);
		background-size: 100% auto;
		background-position: center bottom;
		background-color: #eaecef;
	}
	section.sec-top-freecheckup h2.titA,
	section.sec-top-freecheckup p{
		padding-left: 7%;
		padding-right: 7%;
		text-align: center;
	}

	.freecheckup-link-wrap .tel-wrap{
		gap:0;
		height: 70px;
		margin: 0 auto;
	}
	.freecheckup-link-wrap .tel-wrap a.tel{
		font-size: 22px;
	}
	.freecheckup-link-wrap .btn{
		margin-left: auto;
	}
}

/* -------------------------------------
top-よくある質問
-------------------------------------*/
.faq-list>*{
	display: flex;
	align-items: center;
	gap: 0.7em;
	margin: 10px 0;
}
.faq-list >*::before{
    --size: 34px;
    content: "Q";
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: var(--size);
    height: var(--size);
    font-family: var(--webf);
    font-size: 1.2em;
    color: #fff;
    line-height: 1;
    background: var(--c-main);
	border: 1px solid var(--c-main);
    border-radius: 50%;
}
.faq-list dt{
	font-style: 1.2em;
	font-weight: var(--fw-b);
}
.faq-list dd{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted var(--gray);
}
.faq-list dd::before{
    content: "A";
	color: var(--c-main);
	background: #fff;
}

@media screen and (max-width: 520px) {
	.faq-list>*{
		margin: 5px 0;
	}
}

/* -------------------------------------
top-ご利用者様の声
-------------------------------------*/
section.sec-top-voice .voice-swiper{
	width: 100%;
}
.voice-slide{
	align-items: stretch;
}
.voice-slide li{
	width: calc(300px + 5vw);
	height: auto ;
	padding: 30px 30px 16px;
	background: #fff;
	border: 3px solid var(--c-main_ll);
}
.voice-slide li a{
	height: 100%; /* 高さ揃える */
	display: flex;
	flex-direction: column;
}
.voice-slide li a p{
	margin-bottom: 20px;
}
.voice-slide li a .ctgr-wrap{
	display: flex;
	flex-wrap: wrap;
	gap:5px 0;
	margin-top: auto;
}
.voice-slide li a .ctgr-wrap time{
	width: 100%;
}

@media screen and (max-width: 520px) {
	.voice-slide li{
		width: 70%;
	}
}

/* -------------------------------------
top-お知らせ
-------------------------------------*/
.sec-top-news .sec-inner{
	display: flex;
	gap:80px;
	min-height: 170px;
	position: relative;
}
.sec-top-news .top-news{
	flex:1;
}
.sec-top-news [class^="btn_"]{
	position: absolute;
	left: 0;
	bottom: 0;
}

/* top-news */
.top-news li {
	padding: 20px 0;
	border-bottom: var(--border);
}
.top-news li a {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.top-news li a .news-info {
	display: flex;
	align-items: center;
	gap: 1em;
}
.top-news li a p {
	flex: 1;
}
.top-news li a:hover p {
	text-decoration: underline;
}
.cat {
	width: 11em;
	font-size: 14px;
	padding: 6px 10px;
	color: #fff;
	text-align: center;
	line-height: 1.0;
	background: var(--grn);
}

@media screen and (max-width: 520px) {
	.sec-top-news .sec-inner{
		flex-direction: column;
		gap:0;
	}
	.sec-top-news [class^="btn_"]{
		position: static;
	}

	/* top-news */
	.sec-top-news .top-news{
		margin-top: -10px;
	}
	.top-news li {
		padding: 18px 0;
	}
	.top-news li a {
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.top-news li a .news-info {
		font-size: 14px;
	}
	.top-news li a p {
		width: 100%;
		flex: auto;
		font-size: 15px;
	}
	.cat {
		font-size: 11px;
	}
}

/* -------------------------------------
top-たんぽぽ歯科訪問センターについて
-------------------------------------*/
.top-about figure{
	width: 60%;
}
.top-about .text p{
	line-height: 2;
}

/* clinic-list */
.clinic-list{
	--gap:40px;
	--row:2;
	display: flex;
	flex-wrap: wrap;
	gap:6px var(--gap);
}
.clinic-list dl{
	width: calc((100% - var(--gap)*calc(var(--row) - 1)) / var(--row));
	display: flex;
}
.clinic-list dl >*{
	display: grid;
	place-items: center;
	min-height: 5em;
	padding: 0 20px;
}
.clinic-list dl dt{
	width: 230px;
	flex-shrink: 0;
	color: var(--c-main);
	font-weight: var(--fw-b);
	background: var(--bg-main_d);
}
.clinic-list dl dd{
	flex:1;
	place-items: center left;
}
.clinic-list dl dd a{
	display: block;
	margin-top: 6px;
}

@media screen and (max-width: 520px) {
	.top-about figure{
		width: 100%;
	}

	/* clinic-list */
	.clinic-list{
		--gap: 10px;
		--row:1;
		display: flex;
		flex-wrap: wrap;
		gap:10px var(--gap);
	}
	.clinic-list dl{
		width: calc((100% - var(--gap)*calc(var(--row) - 1)) / var(--row));
		position: relative;
	}
	.clinic-list dl::after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		border-bottom: 1px dotted var(--c-main_l);
		position: absolute;
		left: 0;
		bottom: -5px;
	}
	.clinic-list dl >*{
		min-height: 8em;
		padding: 0 10px;
		font-size: 13px;
	}
	.clinic-list dl dt{
		width: 180px;
	}
	.clinic-list dl dd a{
		margin-top: 6px;
	}
}

/* -------------------------------------
top-お問い合わせ
-------------------------------------*/
/* note */
.note{
	padding: 20px 30px;
	background: #fff;
	border-radius: 10px;
}
.sec-top-contact .note span{
	--h:1em;
	display: block;
	margin-top: var(--h);
	padding-top: var(--h);
	border-top: 1px dotted var(--c-main);
}
.sec-top-contact .tel-wrap{
	display: flex;
	flex-direction: column;
	gap:5px;
	text-align: center;
}
.sec-top-contact .tel-wrap .tel{
	justify-content: center;
}

@media screen and (max-width: 520px) {
	.sec-top-contact .note {
		margin-top: 20px;

	}
}


/* -------------------------------------
フォーム
Snow Monkey Forms
-------------------------------------*/
/* 3ステップ（①入力 ②確認 ③完了） */
.form .smf-progress-tracker{
	display: none;
}

.form .smf-form--business .smf-item{
	border-left: none;
	border-right: none;
}
/* ラベル */
.form .smf-form--business .smf-item__col--label {
	min-width: 28%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 30px 20px;
	font-weight: var(--fw-b);
	background: #fff;
	border-right: none;
}
/* 必須 */
.form .smf-form--business .smf-item__description{
	margin: 0;
	padding: 0 5px;
	font-size: 0.8em;
	color: #fff;
	background: var(--c-main);
	border-radius: 4px;
}

/* 入力覧 */
.form .smf-form--business .smf-item__col--label + .smf-item__col--controls{
	padding: 30px;
	/* background: #fff; */
}
/* 住所 */
.form .p-country-name{ /* 住所自動入力用 */
	display: none;
}
.form .p-postal-code{
	margin-bottom: 10px;
}
/* ラジオボタン */
/* 横並び */
.form .smf-radio-buttons-control--horizontal .smf-radio-buttons-control__control>.smf-label{
	margin-right: 80px;
}
/* 患者様について */
.sub-label{
	margin-bottom: 8px;
	font-weight: var(--fw-b);
}
.sub-label:not(:first-child){
	margin-top: 30px;
}
.sub-label p{
	display: inline-block;
}
.sub-label p.ib{
	margin-left: 1em;
	font-size: 0.8em;
}

.form .smf-control-description{
	margin-top: 2px;
	font-size: 0.8em;
}
.form .smf-item__col .smf-item__controls .note{
	color: var(--c-main);
}

/* 個人情報保護方針に同意 */
.form .smf-form--business .smf-item.agree-block{
	/* max-width: 800px; */
	margin: 30px auto -30px;
	text-align: center;
	border: none;
}
/* .form .smf-form--business .smf-item.agree-block .smf-item__col{
	padding: 30px;
} */
.form .privacy-box{
	padding: 30px;
	text-align: left;
	border: 1px solid var(--gray_l);
	margin-bottom: 30px;
	height: 300px;
	overflow-y: scroll;
}
.form .privacy-box strong{
	font-weight: var(--fw-b);
}

.form .smf-form .smf-item .smf-text-control__control{
	width: 100%;
}
.form .smf-form--business .smf-item.agree-block p a{
	color: var(--c-main);
	text-decoration: underline;
}

/*送信ボタン*/
.form .smf-action .smf-button-control{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 50px auto 0;
}
.form .smf-action .smf-button-control__control {
	/* 初期設定のリセット */
	border: 0;
	/* デザイン */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 70px;
	gap: 0.2em;
	padding: 0 2em;
	color: #fff;
	font-weight: var(--fw-b);
	text-align: center;
	line-height: 1.0;
	background: var(--c-main);
	border-radius: 100px;
}
.form .smf-action .smf-button-control__control:hover {
	opacity: var(--opacity);
}
.form .smf-action .smf-button-control__control span{
	/* flex: 1; */
}
.form .smf-action .smf-button-control__control::after{
	content: "→";
	position: absolute;
	right: 10px;
}

@media screen and (max-width: 520px) {
	form.snow-monkey-form{
		margin-left: -3%;
		margin-right: -3%;
	}
	/* ラベル */
	.form .smf-form--business .smf-item__col.smf-item__col--label{
		justify-content: flex-start;
		gap:1em;
		padding: 12px;
		line-height: 1.2;
		background: var(--c-main_ll);
		border: none;
	}
	.form .smf-form--business .require .smf-item__col--label {
		flex-direction: row;
		gap: 12px;
	}
	/* 入力覧 */
	.form .smf-form--business .smf-item__col.smf-item__col--controls{
		padding: 16px 10px 26px;
	}
	.form ::placeholder{
		font-size: 0.8em;
	}
	/* 患者様について */
	.sub-label:not(:first-child){
		padding-top: 20px;
		border-top: 1px dotted #ccc;
	}
}

/* -------------------------------------
top-採用バナー
-------------------------------------*/
.top-bnr a{
	display: block;
	width: fit-content;
	max-width: 90%;
	margin: 50px auto ;
}
.top-bnr a:hover{
	opacity: .8;
}
.top-bnr a img{
	width: 100%;
}

@media (max-width: 520px) {

}


/** ==============================================
お知らせ一覧
============================================== **/

/* -------------------------------------
news-list
-------------------------------------*/
.news-list{
	--gap:80px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px var(--gap);
}
.news-list li{
	width: calc(50% - calc(var(--gap)/2));
	border-bottom: var(--border);
}
.news-list li a{
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 0 0 20px;
}
.news-list li .content{
	flex:1;
	display: flex;
	flex-wrap: wrap;
}
.news-list li .content p{
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
}
.news-list li a:hover .content p{
	text-decoration: underline;
}
.news-list li .content p strong{
	display: block;
	margin: 0.5em 0 0.4em;
	font-size: 1.2rem;
	font-weight: var(--fw-b);
}
.news-list li .content time{
	margin-top: 16px;
}
.news-list li figure{
	width: 120px;
}

@media screen and (max-width: 520px) {
	/* -------------------------------------
	news-list
	-------------------------------------*/
	.news-list{
		gap: 30px;
	}
	.news-list li{
		width: 100%;
	}
	.news-list li a{
		gap: 10px;
	}
	.news-list li .content p{
		font-size: 14px;
	}
	.news-list li .content p strong{
		font-size: 1rem;
	}
	.news-list li figure{
		width: 90px;
	}
}


/** ==============================================
ご利用者様の声一覧
============================================== **/
/* -------------------------------------
voice-list
-------------------------------------*/
.voice-list{
	--gap:80px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px var(--gap);
}
.voice-list li{
	width: calc(50% - calc(var(--gap)/2));
	border-bottom: 2px solid var(--c-main_ll);
}
.voice-list li a{
	display: flex;
	align-items: flex-start;
	gap: 30px;
	height: 100%;
	padding: 0 0 20px;
}
.voice-list li .content{
	flex:1;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
}
.voice-list li .content p{
	width: 100%;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.5;
}
.voice-list li a:hover .content p{
	text-decoration: underline;
}
.voice-list li .content p strong{
	display: block;
	margin: 0 0 0.4em;
	font-size: 1.3rem;
	font-weight: var(--fw-b);
}
.voice-list li .ctgr-wrap{
	margin-top: auto;
}
.voice-list li figure{
	width: 120px;
}

@media screen and (max-width: 520px) {
	/* -------------------------------------
	voice-list
	-------------------------------------*/
	.voice-list{
		gap: 30px;
	}
	.voice-list li{
		width: 100%;
	}
	.voice-list li a{
		gap: 10px;
	}
	.voice-list li .content p strong{
		font-size: 1rem;
	}
}


/** ==============================================
ご利用者様の声詳細
============================================== **/
.post-detail h2{
	margin-bottom: 15px;
	text-align: center;
}
.post-detail .ctgr{
	margin: 0 4px;
	padding: 8px 14px;
	font-size: 1.2em;
}


/** ==============================================
プライバシーポリシー
============================================== **/
/* #privacy section h2{
	margin-bottom: 6px;
	font-family: var(--webf);
	font-size: 1.2em;
}
#privacy section p + h2{
	margin-top: 30px;
}
#privacy section p a{
	color: var(--c-main);
	border-bottom: var(--dot);
} */