@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/








/*================================
共通パーツ
================================*/

/*-------------------------------
背景
-------------------------------*/
.bg_cloud {}
.bg_cloud::before,
.bg_cloud::after {
	position: absolute;
	z-index: 2;
	content: "";
	width: 45rem;
	height: 34rem;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.bg_cloud::before {
	left: 0;
	bottom: 0;
	background-image: url(img/deco_cloud_left.png);
	background-position: left top;
}
.bg_cloud::after {
	right: 0;
	bottom: 0;
	background-image: url(img/deco_cloud_right.png);
	background-position: right top;
}
.bg_circle01, .bg_circle02 {
	position: absolute;
	z-index: -1;
	top: 30rem;
	left: 50%;
	translate: -50%;
	width: 110vw;
	max-width: 1460px;
	height: calc(100% - 30rem);
	background-position: left top,right top;
	background-size: 33.4rem,25.5rem;
	background-repeat: repeat-y;
}
.bg_circle01 {
	background-image: url(img/bg_circle01_left.png),url(img/bg_circle01_right.png);
}
.bg_circle02 {
	background-image: url(img/bg_circle02_left.png),url(img/bg_circle02_right.png);
}

/*リードテキスト*/
/*-----------------------------*/
.lead_text01 {
	word-break: keep-all;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: var(--theme-color01);
}

/*チェックリストなど*/
/*-----------------------------*/
.li-check {
	padding-left: 1.8em;
	background: url(img/check_icon.png)left top 0.3em /1.3em auto no-repeat;
	font-size: 2.4rem;
	text-align: left;
}
.li-check.-blank {
	background-image: url(img/check_blank.png);
}

/*-------------------------------
検診バナー
-------------------------------*/
.bnr_kenshin {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 3rem;
	flex-direction: column;
	width: 100%;
	max-width: 80rem;
	min-height: 29rem;
	margin-inline: auto;
	padding: 2rem 3rem;
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.bnr_kenshin_title {
	width: fit-content;
	margin-inline: auto;
	font-family: "Shippori Mincho", serif;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	filter:
		drop-shadow(1px 1px 0 #ffffff)
		drop-shadow(-1px 1px 0 #ffffff)
		drop-shadow(1px -1px 0 #ffffff)
		drop-shadow(-1px -1px 0 #ffffff)
		drop-shadow(1px 0px 0 #ffffff)
		drop-shadow(0px 1px 0 #ffffff)
		drop-shadow(-1px 0px 0 #ffffff)
		drop-shadow(0px -1px 0 #ffffff);
}
.bnr_kenshin_title .big {
	font-size: 3.2rem;
	font-weight: 700;
}
.bnr_kenshin_group {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	gap: 2rem;
	flex-direction: column;
	padding-left: 26rem;
}
.bnr_kenshin_group_item {}
/*color01*/
.bnr_kenshin.-color01 {
	background-image: url(img/bnr_kenshin_img01.png);
	background-color: #def6f2;
	border: 4px solid #58cebc;
}
.bnr_kenshin.-color01 .bnr_kenshin_title {
	color: #0b899d;
}
/*color02*/
.bnr_kenshin.-color02 {
	background-image: url(img/bnr_kenshin_img02.png);
	background-color: #e8f2cc;
	border: 4px solid #b1d355;
}
.bnr_kenshin.-color02 .bnr_kenshin_title {
	color: #12a61c;
}

/*-------------------------------
タイトル
-------------------------------*/
.section_heading_group {
	position: relative;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 0.4rem;
	min-height: 28rem;
	translate: 0 -10rem;
	margin-bottom: -10rem;
	padding: 5rem 7rem 5rem;
}
.section_heading_group::before,
.section_heading_group::after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: 110vw;
	height: 70%;
	}
.section_heading_group::before {
	background: rgba(184, 239, 242, 0.8);
	rotate: -5.8deg;
}
.section_heading_group::after {
	background: rgba(243, 152, 0, 0.8);
	rotate: 2deg;
}
.section_heading_sub {
	word-break: keep-all;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	color: #fff;
}
.section_heading_speech {
	word-break: keep-all;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	color: #fff;
}
.section_heading_speech::before {
	content: "＼";
	margin-right: 0.2em;
}
.section_heading_speech::after {
	content: "／";
	margin-left: 0.2em;
}
.section_heading_main {
	word-break: keep-all;
	font-size: 3.9rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	color: #f7ff15;
}
.section_heading_main .deco {
	position: relative;
	z-index: 1;
}
.section_heading_main .deco::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: -6rem;
	left: -5rem;
	width: 7rem;
	height: 7rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.section_heading_main .dotted {
	position: relative;
	z-index: 1;
}
.section_heading_main .dotted::after {
	position: absolute;
	z-index: -1;
	content: "";
	left: 0;
	top: -0.15em;
	width: 100%;
	height: 0.3em;
	background-color: transparent;
	background-image: radial-gradient(circle, #fff 0.13em, transparent 0.15em);
	background-position: 0 0;
	background-size: 1.05em 0.3em;
	background-repeat: repeat-x;
}
.section_heading_main .big {
	font-size: 7.2rem;
	line-height: calc(3.9rem*1.7);
	color: #fff;
}
.section_heading02 {
	margin-bottom: 4rem;
	word-break: keep-all;
	font-size: 3.9rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	color: var(--theme-color01);
}


/*================================
ヘッダー
================================*/
.header {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 4rem;
	padding-right: 12rem;
}
.hd_logo {
	width: 29rem;
	/*height: 24rem;*/
	aspect-ratio: 1/0.828;
	padding: 2rem 7rem 0 3rem;
	background: url(img/hd_logo_bg.png)right bottom/33.4rem no-repeat;
}
.hd_logo_img {
	width: 19rem;
}
.hd_features {
	padding-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 2rem;
}
.hd_features_item {
	width: 30rem;
	padding: 1rem;
	background: #f18d32;
	border: 3px solid #f18d32;
	border-radius: 0.6rem;
	box-shadow: 0 0 0 1px #fff inset;
}
.hd_features_text_wrap {
	height: 6rem;
	padding-left: 6.5rem;
	background-position: left center;
	background-size: 6rem;
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hd_features_text_wrap.-icon01 {
	background-image: url(img/hd_features_icon01.png);
}
.hd_features_text_wrap.-icon02 {
	background-image: url(img/hd_features_icon02.png);
}
.hd_features_text {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	color: #fff;
}
.hd_features_text .big {
	font-size: 1.4em;
}


/*================================
メインビジュアル
================================*/
.mv {
	position: relative;
	z-index: 1;
	background: #fff;
}
.mv_img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*================================
メインコンテンツ
================================*/
.main {}

/*================================
お知らせ・バナーなど
================================*/
.topics {
	background: #fffccf;
}
.topics .inner {
	padding-top: 4rem;
	padding-bottom: 14rem;
}
.topics .bnr_group.-group01 {
	/*
	position: relative;
	z-index: 1;
	margin-top: -8rem;
	*/
}
.topics .bnr_kenshin {
	position: relative;
	z-index: 1;
	margin-top: -8rem;
}

/*================================
むし歯のあるお子様が抱えるリスク
================================*/
.risk {
	position: relative;
	z-index: 1;
	background: #fff;
}
.risk .section_heading_main .deco::before {
	background-image: url(img/risk_heading_deco.png);
}
.risk .inner {
	padding-bottom: 20rem;
}
.risk_group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
}
.risk_group_item {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	gap: 1rem;
	width: 50%;
	height: 50rem;
	padding: 5rem 5rem;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.risk_group_item.-color01 {
	background-image: url(img/risk_bg01.jpg);
}
.risk_group_item.-color02 {
	background-image: url(img/risk_bg02.jpg);
}
.risk_group_item.-color03 {
	background-image: url(img/risk_bg03.jpg);
}
.risk_group_item.-color04 {
	background-image: url(img/risk_bg04.jpg);
}
/*-----------------------------*/
.risk_num {
	width: 29rem;
	margin-inline: auto;
	padding: 0 1rem;
	background: var(--theme-color01);
	border-radius: 3rem;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: var(--theme-color03);
}
.risk_title {
	word-break: keep-all;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	color: #fff;
}
.risk_text {
	margin-top: auto;
	margin-inline: auto;
	max-width: 440px;
	font-weight: 700;
	color: #fff;
}


/*================================
予防に取り組むことで、守れるものがあります
================================*/
.protection {
	position: relative;
	z-index: 1;
	background: #fff;
}
.protection .section_heading_main .deco::before {
	background-image: url(img/protection_heading_deco.png);
}
.protection .inner {
	max-width: calc(100rem + 14rem);
	padding-bottom: 20rem;
}
.protec_frame {
	/*
	width: 100%;
	max-width: 100rem;
	margin-inline: auto;
	*/
	padding: 4rem;
	background: #fff799;
}
.protec_frame_cont {
	position: relative;
	z-index: 1;
	max-width: 73rem;
	width: 100%;
	margin-inline: auto;
}
.protec_frame_cont::before {
	position: absolute;
	z-index: -1;
	content: "";
	right: 0;
	bottom: -3rem;
	translate: 100%;
	background: url(img/protection_img01.png)center/contain no-repeat;
	width: 18.6rem;
	height: 28rem;
}


/*================================
予防における4つのポイントをチェック
================================*/
.points {
	position: relative;
	z-index: 1;
	background: #fff;
}
.points::before {
	position: absolute;
	z-index: 0;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40rem;
	background: linear-gradient(transparent 0,rgba(255,255,255,0.5) 60%,rgba(255,255,255,1) 100%);
}
.points .section_heading_main .deco::before {
	background-image: url(img/points_heading_deco.png);
}
.points .inner {
	padding-bottom: 5rem;
}
.points_frame {
	position: relative;
	z-index: 1;
	border-radius: 1rem;
}
.points_balloon {
	position: absolute;
	z-index: 1;
	top: -4.2rem;
	left: -2.2rem;
	width: 17rem;
}
.points_frame.-color01 {
	background: #fdeee0;
}
.points_frame.-color02 {
	background: #ecf6dd;
}
.points_frame.-color03 {
	background: #dbf2ff;
}
.points_frame.-color04 {
	background: #fae1eb;
}
/*-----------------------------*/
.points_group01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row-reverse wrap;
	gap: 2rem;
	padding: 6rem 10rem 1rem;
}
.points_group01_item01 {
	width: calc(100% - (48% + 2rem));
	margin-top: -10rem;
}
.points_group01_item02 {
	width: 48%;
}
.points_group02 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem;
	padding: 2rem 10rem 2rem;
	background: url(img/pattern03.jpg)top center/3rem;
	border-radius: 0 0 1rem 1rem;
}
.points_group02_item01 {
	width: 20rem;
	margin-top: -4rem;
}
.points_group02_item02 {
	width: calc(100% - (20rem + 2rem));
}
.points_title01 {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	background-image: radial-gradient(circle, #959595 6px, transparent 7px);
	background-size: 18px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: left;
}
.points_title02 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: left;
	color: var(--theme-color01);
}
.points_title02 .marker {
	text-decoration: underline;
	text-decoration-thickness: 0.6em;
	text-decoration-color: #fff45c;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}


/*================================
こんなサインは要注意！
================================*/
.sign {
	position: relative;
	z-index: 1;
	background: #fff;
}
.sign::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 50%;
	translate: -50%;
	width: 110vw;
	max-width: 1580px;
	height: calc(100% - 0px);
	background-image: url(img/sign_bg_deco_left.png),url(img/sign_bg_deco_right.png);
	background-position: left top,right top;
	background-size: 28rem auto,34rem auto;
	background-repeat: no-repeat;
}
.sign .inner {
	max-width: calc(100rem + 14rem);
	padding-bottom: 20rem;
}
.sign_group01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px 0;
}
.sign_group01_item01 {
	width: 45.6%;
}
.sign_group01_item02 {
	width: 54.4%
}
.sign_group02 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem 4rem;
}
.sign_group02_item {
	width: calc(100%/2 - 4rem/2);
	padding: 3rem 2rem 3rem 6rem;
	background: url(img/sign_deco_note.png)left 4px top/2.2rem auto repeat-y;
}
.sign_group02_item.-color01 {
	background-color: #f9e7f1;
}
.sign_group02_item.-color02 {
	background-color: #fffbcc;
}
.sign_group02_item.-pencil {
	position: relative;
	z-index: 1;
}
.sign_group02_item.-pencil::before {
	position: absolute;
	z-index: 1;
	content: "";
	right: -4px;
	top: -2rem;
	width: 7.5rem;
	height: 7.7rem;
	background: url(img/sign_deco_pencil.png)center/contain no-repeat;
}
.sign_title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color: var(--theme-color01);
}
.sign_text {
	font-size: 1.8rem;
}
.sign_check {
	display: inline-block;
	width: 1.28em;
	margin-right: 0.6rem;
	vertical-align: text-bottom;
}


/*================================
お子様のお口、きれいな歯並びを育む環境にありますか？ 
================================*/
.environment {
	position: relative;
	z-index: 1;
	margin-bottom: -30rem;
	background: url(img/pattern04.jpg)top center/3rem;
}
.environment .section_heading_main .deco::before {
	background-image: url(img/environment_heading_deco.png);
}
.environment .inner {
	padding-bottom: 30rem;
}
.enviro_group {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 4rem 4rem;
}
.enviro_group_item {
	width: calc(100%/3 - 4rem*2/3);
}
.enviro_title {
	position: relative;
	z-index: 1;
	width: fit-content;
	margin: 0 auto 1rem;
	padding: 0 4.6rem;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	color: var(--theme-color02);
}
.enviro_title::before,
.enviro_title::after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 3.6rem;
	height: 8.3rem;
	background: url(img/environment_bracket.png)center/contain no-repeat;
	top: 50%;
	translate: 0 -50%;
}
.enviro_title::before {
	left: 0;
}
.enviro_title::after {
	right: 0;
	rotate: 180deg;
}
.enviro_group_img {
	width: fit-content;
	margin: 0 auto 1rem;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.enviro_text {
	max-width: 31rem;
	width: 100%;
	margin-inline: auto;
}

/*================================
Q&A
================================*/
.qanda {
	position: relative;
	z-index: 1;
}
.qanda::before,
.qanda::after {
	position: absolute;
	z-index: -2;
	content: "";
	top: 0;
	left: 50%;
	translate: -50%;
	width: 100vw;
	height: 40rem;
}
.qanda::before {
	background: #fff799;
	clip-path: polygon(0 0,100% 100%,0 100%);
}
.qanda::after {
	background: #c6f2f5;
	clip-path: polygon(100% 0,100% 100%,0 100%);
}
.bg_qanda {
	position: absolute;
	z-index: -1;
	content: "";
	top: 39.6rem;
	left: 50%;
	translate: -50%;
	width: 100vw;
	height: 100%;
	background: #c6f2f5;
}
.qanda .bg_circle02 {
	top: 10rem;
	height: calc(100% - 10rem);
}
.qanda .inner {
	max-width: calc(100rem + 14rem);
	padding-top: 6rem;
	padding-bottom: 10rem;
}
/*Q*/
/*-----------------------------*/
.question {
	position: relative;
	z-index: 1;
	width: 90%;
	margin-left: 4.5rem;
	margin-bottom: 3rem;
	padding: 1rem 6rem;
	background: #fff;
	border: 3px solid #8fc31f;
	border-radius: 1rem;
}
.question_eng {
	position: absolute;
	z-index: 1;
	top: -1.2rem;
	left: -4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	height: 9rem;
	background: #8fc31f;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.question_title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color: #8fc31f;
}
/*A*/
/*-----------------------------*/
.answer {
	position: relative;
	z-index: 1;
	width: 90%;
	margin-left: auto;
	padding: 1rem 6rem;
	background: #fff;
	border: 3px solid #f19149;
	border-radius: 1rem;
}
.answer_eng {
	position: absolute;
	z-index: 1;
	top: -1.2rem;
	left: -4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	height: 9rem;
	background: #f19149;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.answer_title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color: #f19149;
}


/*================================
アール歯科のスタッフ紹介
================================*/
.staff {
	position: relative;
	z-index: 1;
	background: url(img/pattern01.jpg)top center/40rem;
}
.staff .inner {
	max-width: calc(100rem + 14rem);
	padding-bottom: 5rem;
}
.staff .bg_circle02 {
	top: 10rem;
	height: calc(100% - 10rem);
}
.staff_heading_group {
	position: relative;
	z-index: 1;
	margin-bottom: 5rem;
	padding: 3rem 0;
}
.staff_heading_group::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 50%;
	translate: -50%;
	width: 110vw;
	height: 100%;
	background: #81511c;
}
.staff_group {
	position: relative;
	z-index: 1;
	min-height: 26.8rem;
	padding: 2rem 3rem;
	background: #fff;
	border-radius: 1rem;
}
.staff_group_item01 {
	position: absolute;
	z-index: -1;
	top: -6px;
	width: 28rem;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.staff_group.-odd .staff_group_item01 {
	left: -6px;
}
.staff_group.-even .staff_group_item01 {
	right: -6px;
}
.staff_group_item02 {
	width: calc(100% - 28rem);
}
.staff_group.-odd .staff_group_item02 {
	margin-left: auto;
}
.staff_group.-even .staff_group_item02 {
	margin-right: auto;
}
.staff_title01 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
	gap: 0 1rem;
	padding-bottom: 0.6rem;
	background-image: radial-gradient(circle, #959595 6px, transparent 7px);
	background-size: 18px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.staff_name {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: left;
	color: var(--theme-color02);
}
.staff_clinic {
	padding: 0.3rem 2rem;
	background: #13b5b1;
	border-radius: 2rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.staff_title02 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color: #b67d26;
}


/*================================
年代別の予防歯科
================================*/
.age {
	position: relative;
	z-index: 1;
	background: #12b5b0;
}
.age .inner {
	max-width: calc(100rem + 14rem);
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.age_bg {
	position: relative;
	z-index: 1;
	margin-bottom: 1rem;
	padding-bottom: 8rem;
}
.age_bg::before {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 50%;
	translate: -50%;
	width: 120%;
	height: 100%;
	background-image: url(img/age_menu_deco01.png),url(img/age_menu_deco02.png);
	background-position: left center,right center;
	background-size: 24rem auto;
	background-repeat: no-repeat;
}
.age_menu {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem;
}
.age_menu_item {
	position: relative;
	z-index: 1;
	top: 0;
	transition: top 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100%/3 - 2rem*2/3);
	min-height: 13rem;
	padding: 2rem;
	background: #fff;
	border: 5px solid;
	border-radius: 1rem;
}
.age_menu_item:hover {
	top: -4px;
}
.age_menu_item::before {
	position: absolute;
	z-index: -1;
	content: "";
	bottom: 0;
	right: 0;
	width: 4.6rem;
	height: 4rem;
	clip-path: polygon(100% 0,100% 100%,0 100%);
}
.age_menu_text {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: var(--theme-color01);
}
.age_menu_item.-color01 {
	border-color: #f29c9f;
}
.age_menu_item.-color01::before {
	background: #f29c9f;
}
.age_menu_item.-color02 {
	border-color: #facd89;
}
.age_menu_item.-color02::before {
	background: #facd89;
}
.age_menu_item.-color03 {
	border-color: #7ecef4;
}
.age_menu_item.-color03::before {
	background: #7ecef4;
}
.age_menu_item.-color04 {
	border-color: #acd598;
}
.age_menu_item.-color04::before {
	background: #acd598;
}
.age_menu_item.-color05 {
	border-color: #4ae0f6;
}
.age_menu_item.-color05::before {
	background: #4ae0f6;
}
.age_menu_item.-color06 {
	border-color: #dfa6d9;
}
.age_menu_item.-color06::before {
	background: #dfa6d9;
}
/*-----------------------------*/
.age_cont {
	position: relative;
	z-index: 1;
}
.age_cont .bg_circle02 {
	top: 0;
	height: calc(100% + 5rem);
}
.age_title01 {
	padding: 1.6rem 2rem;
	border-radius: 1rem 1rem 0 0;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.age_title01.-color01 {
	background: #f29c9f;
}
.age_title01.-color02 {
	background: #facd89;
}
.age_title01.-color03 {
	background: #7ecef4;
}
.age_title01.-color04 {
	background: #acd598;
}
.age_title01.-color05 {
	background: #4ae0f6;
}
.age_title01.-color06 {
	background: #dfa6d9;
}
/*-----------------------------*/
.age_group {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row-reverse wrap;
	gap: 2rem 3rem;
	padding: 2rem;
	background: #fff;
	border-radius: 0 0 1rem 1rem;
}
.age_group_item01 {
	width: 33%;
}
.age_group_item02 {
	width: calc(100% - (33% + 3rem));
}
.age_title02 {
	word-break: keep-all;
	margin-bottom: 1rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color: var(--theme-color01);
}


/*================================
歯科検診
================================*/
.kenshin {
	position: relative;
	z-index: 1;
	background: #facd89;
}
.kenshin .inner {
	padding-top: 5rem;
	/*padding-bottom: 5rem;*/
	padding-bottom: 14rem;
}
.kenshin_heading {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 4rem;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
	color: var(--theme-color01);
}
.kenshin_heading::before {
	content: "";
	margin-right: 1em;
	background: url(img/kenshin_speech.png)center/contain no-repeat;
	width: 3.8rem;
	height: 3.8rem;
}
.kenshin_heading::after {
	content: "";
	margin-left: 1em;
	background: url(img/kenshin_speech.png)center/contain no-repeat;
	width: 3.8rem;
	height: 3.8rem;
	rotate: 90deg;
}
.kenshin_group01 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem 4rem;
	max-width: 1000px;
	margin-inline: auto;
}
.kenshin_group01_item {
	width: calc(100%/2 - 4rem/2);
}
.kenshin_group02 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 2rem 4rem;
	max-width: 1000px;
	margin-inline: auto;
}
.kenshin_group02_item {
	position: relative;
	z-index: 1;
	top: 0;
	transition: top 0.4s;
	width: calc(100%/3 - 4rem*2/3);
}
/*hover*/
.kenshin_group02_item:hover {
	top: -4px;
}


/*================================
ご家族みんなが安心できる歯医者さんを目指します
================================*/
.facilities {
	background: url(img/pattern01.jpg)top center/40rem;
}
.facilities .inner {
	max-width: calc(1366px + 14rem);
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.facil_group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
}
.facil_group_item {
	position: relative;
	z-index: 1;
	width: calc(100%/3);
}
.facil_article {
	position: relative;
	z-index: 1;
	padding: 2rem;
}
.facil_text {
	position: absolute;
	z-index: 1;
	right: 1rem;
	top: 0;
	translate: 0 -50%;
	width: 33%;
}
.facil_title {
	/*見出し文の改行は<wbr>を使用*/
	margin-bottom: 2rem;
	padding-right: 30%;
	word-break: keep-all;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: left;
	color: var(--theme-color02);
}


/*================================
医療法人RDC クリニック紹介
================================*/
.clinic {
	position: relative;
	z-index: 1;
	background: url(img/pattern02.jpg)top center/40rem;
}
.points::before {
	position: absolute;
	z-index: 0;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40rem;
	background: linear-gradient(transparent 0,rgba(255,255,255,0.5) 30%,rgba(255,255,255,1) 60%);
}
.clinic .inner {
	max-width: calc(100rem + 14rem);
	padding-top: 10rem;
	padding-bottom: 10rem;
}
.clinic_group {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 5rem 4rem;
}
.clinic_group_item {
	width: calc(100%/2 - 4rem/2);
	background: #fff;
	overflow: hidden;
	border-radius: 1rem;
}
.clinic_article {
	padding: 2rem;
}
.clinic_title {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	color: #9e5413;
}
.clinic_link_btn {
	position: relative;
	z-index: 1;
	top: 0;
	transition: top 0.4s;
	cursor: pointer;
	display: block;
	padding: 0.6em 1em;
	background: var(--theme-color01);
	border-radius: 3rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.clinic_link_btn.-color01 {
	background: #ffbe1d;
	color: #f7ff15;
}
/*hover*/
.clinic_link_btn:hover {
	top: -4px;
}





/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {

	/*================================
	共通パーツ
	================================*/

	/*-------------------------------
	背景
	-------------------------------*/
	.bg_cloud {}
	.bg_cloud::before, .bg_cloud::after {
		width: 28%;
		height: 0;
		padding-top: 21%;
	}
	
}


/*================================
TABLET横 1080px～0px
================================*/
@media screen and (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media screen and (max-width: 834px) {

	/*================================
	共通パーツ
	================================*/

	/*-------------------------------
	背景
	-------------------------------*/
	.bg_cloud {}
	.bg_cloud::before, .bg_cloud::after {}
	.bg_circle01, .bg_circle02 {}

	/*リードテキスト*/
	/*-----------------------------*/
	.lead_text01 {}

	/*チェックリストなど*/
	/*-----------------------------*/
	.li-check {}

	/*-------------------------------
	検診バナー
	-------------------------------*/
	.bnr_kenshin {}
	.bnr_kenshin_title {}
	.bnr_kenshin_title .big {}
	.bnr_kenshin_group {}
	.bnr_kenshin_group_item {}
	/*color01*/
	.bnr_kenshin.-color01 {}
	.bnr_kenshin.-color01 .bnr_kenshin_title {}
	/*color02*/
	.bnr_kenshin.-color02 {}
	.bnr_kenshin.-color02 .bnr_kenshin_title {}

	/*-------------------------------
	タイトル
	-------------------------------*/
	.section_heading_group {}
	.section_heading_group::before {}
	.section_heading_group::after {}
	.section_heading_sub {}
	.section_heading_speech {}
	.section_heading_main {}
	.section_heading_main .deco {}
	.section_heading_main .deco::before {}
	.section_heading_main .dotted {}
	.section_heading_main .dotted::after {}
	.section_heading02 {}


	/*================================
	ヘッダー
	================================*/
	.header {
		padding-right: 100px;
	}
	.hd_logo {
		width: fit-content;
		height: 72px;
		aspect-ratio: auto;
		padding: 10px 20px;
		background: #fff;
		border-radius: 0 0 3rem 0;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.hd_logo_img {
		max-height: 100%;
		width: auto;
	}
	.hd_features {}
	.hd_features_item {}
	.hd_features_text_wrap {}
	.hd_features_text {}

	/*================================
	メインビジュアル
	================================*/
	.mv {}
	.mv_img {}

	/*================================
	メインコンテンツ
	================================*/
	.main {}

	/*================================
	お知らせ・バナーなど
	================================*/
	.topics {}
	.topics .inner {}
	.topics .bnr_group.-group01 {}
	.topics .bnr_kenshin {
		margin-top: 0;
	}
	.topics .hd_features {
		position: relative;
		z-index: 1;
		margin-top: -8rem;
		padding-top: 0;
	}

	/*================================
	むし歯のあるお子様が抱えるリスク
	================================*/
	.risk {}
	.risk .section_heading_main::before {}
	.risk .inner {}
	.risk_group {}
	.risk_group_item {}
	.risk_num {}
	.risk_title {}
	.risk_text {}

	/*================================
	予防に取り組むことで、守れるものがあります
	================================*/
	.protection {}
	.protection .section_heading_main::before {}
	.protection .inner {}
	.protec_frame {}
	.protec_frame_cont {}
	.protec_frame_cont::before {
		bottom: -4rem;
		translate: 90%;
		width: 13.6rem;
		height: 20rem;
	}

	/*================================
	予防における4つのポイントをチェック
	================================*/
	.points {}
	.points .section_heading_main::before {}
	.points .inner {}
	.points_frame {}
	.points_balloon {}
	.points_group01 {
		padding-bottom: 30px;
	}
	.points_group01_item01 {
		width: 100%;
		max-width: 460px;
		margin-top: 0;
	}
	.points_group01_item02 {
		width: 100%;
		max-width: 460px;
	}
	.points_group02 {}
	.points_group02_item01 {}
	.points_group02_item02 {}
	.points_title01 {}
	.points_title02 {}
	.points_title02 .marker {}


	/*================================
	こんなサインは要注意！
	================================*/
	.sign {}
	.sign::before {
		background-position: left center,right center;
	}
	.sign .inner {}
	.sign_group01 {}
	.sign_group01_item01 {}
	.sign_group01_item02 {}
	.sign_group02 {}
	.sign_group02_item {
		max-width: 440px;
		width: 100%;
	}
	.sign_group02_item.-color01 {}
	.sign_group02_item.-color02 {}
	.sign_group02_item.-pencil {}
	.sign_group02_item.-pencil::before {}
	.sign_title {}
	.sign_text {}
	.sign_check {}


	/*================================
	お子様のお口、きれいな歯並びを育む環境にありますか？ 
	================================*/
	.environment {}
	.environment .section_heading_main::before {}
	.environment .inner {}
	.enviro_group {}
	.enviro_group_item {
		width: calc(100%/2 - 4rem/2);
	}
	.enviro_title {}
	.enviro_title::before,
	.enviro_title::after {}
	.enviro_group_img {}
	.enviro_text {
		max-width: 100%;
	}
	
	/*================================
	Q&A
	================================*/
	.qanda {}
	.qanda::before,
	.qanda::after {}
	.bg_qanda {}
	.qanda .bg_circle02 {}
	.qanda .inner {}
	/*Q*/
	/*-----------------------------*/
	.question {}
	.question_eng {}
	.question_title {}
	/*A*/
	/*-----------------------------*/
	.answer {}
	.answer_eng {}
	.answer_title {}


	/*================================
	アール歯科のスタッフ紹介
	================================*/
	.staff {}
	.staff .inner {}
	.staff .bg_circle02 {}
	.staff_heading_group {}
	.staff_heading_group::before {}
	.staff_group {}
	.staff_group_item01 {}
	.staff_group.-odd .staff_group_item01 {}
	.staff_group.-even .staff_group_item01 {}
	.staff_group_item02 {}
	.staff_group.-odd .staff_group_item02 {}
	.staff_group.-even .staff_group_item02 {}
	.staff_title01 {}
	.staff_name {}
	.staff_clinic {}
	.staff_title02 {}


	/*================================
	年代別の予防歯科
	================================*/
	.age {}
	.age .inner {}
	.age_bg {}
	.age_bg::before {}
	.age_menu {}
	.age_menu_item {}
	.age_menu_item::before {}
	.age_menu_text {}
	.age_cont {}
	.age_cont .bg_circle02 {}
	.age_title01 {}
	.age_group {}
	.age_group_item01 {}
	.age_group_item02 {}
	.age_title02 {}


	/*================================
	歯科検診
	================================*/
	.kenshin {}
	.kenshin .inner {}
	.kenshin_heading {}
	.kenshin_heading::before {}
	.kenshin_heading::after {}
	.kenshin_group01 {}
	.kenshin_group01_item {}
	.kenshin_group02 {}
	.kenshin_group02_item {}


	/*================================
	ご家族みんなが安心できる歯医者さんを目指します
	================================*/
	.facilities {}
	.facilities .inner {}
	.facil_group {}
	.facil_group_item {
		width: calc(100%/2);
	}
	.facil_article {}
	.facil_text {}
	.facil_title {}


	/*================================
	医療法人RDC クリニック紹介
	================================*/
	.clinic {}
	.clinic::before {}
	.clinic .inner {}
	.clinic_group {}
	.clinic_group_item {}
	.clinic_article {}
	.clinic_title {}
	.clinic_link_btn {}
	
	
}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {

	/*================================
	共通パーツ
	================================*/

	/*-------------------------------
	背景
	-------------------------------*/
	.bg_cloud {}
	.bg_cloud::before,
	.bg_cloud::after {
		width: 132px;
		height: 100px;
	}
	.bg_circle01, .bg_circle02 {
		background-size: 160px;
		width: 130vw;
	}

	/*リードテキスト*/
	/*-----------------------------*/
	.lead_text01 {
		font-size: 2rem;
	}

	/*チェックリストなど*/
	/*-----------------------------*/
	.li-check {
		font-size: 2rem;
	}

	/*-------------------------------
	検診バナー
	-------------------------------*/
	.bnr_kenshin {
		padding: 48vw 16px 16px;
		background-size: 120% auto;
		background-position: top -16vw center;
	}
	.bnr_kenshin_title {
		font-size: 2.2rem;
	}
	.bnr_kenshin_title .big {
		font-size: 2.8rem;
	}
	.bnr_kenshin_group {
		padding: 0;
	}
	.bnr_kenshin_group_item {}
	/*color01*/
	.bnr_kenshin.-color01 {
		background-image: url(img/bnr_kenshin_img01_sp.png);
	}
	.bnr_kenshin.-color01 .bnr_kenshin_title {}
	/*color02*/
	.bnr_kenshin.-color02 {
		background-image: url(img/bnr_kenshin_img02_sp.png);
	}
	.bnr_kenshin.-color02 .bnr_kenshin_title {}

	/*-------------------------------
	タイトル
	-------------------------------*/
	.section_heading_group {
		translate: 0 -60px;
		margin-bottom: -60px;
		padding: 5rem 20px 5rem;
	}
	.section_heading_group::before {}
	.section_heading_group::after {}
	.section_heading_sub {
		font-size: 2.2rem;
	}
	.section_heading_speech {
		font-size: 2.2rem;
	}
	.section_heading_main {
		font-size: 3rem;
	}
	.section_heading_main .deco {}
	.section_heading_main .deco::before {
		top: -22px;
		left: -36px;
		width: 32px;
		height: 32px;
	}
	.section_heading_main .dotted {}
	.section_heading_main .dotted::after {}
	.section_heading02 {
		font-size: 3rem;
	}
	.section_heading_main .big {
		font-size: 4.6rem;
		line-height: calc(3rem*1.7);
	}


	/*================================
	ヘッダー
	================================*/
	.header {}
	.hd_logo {}
	.hd_logo_img {}
	.hd_features {
		flex-direction: column;
		align-items: center;
	}
	.hd_features_item {}
	.hd_features_text_wrap {}
	.hd_features_text {}


	/*================================
	メインビジュアル
	================================*/
	.mv {}
	.mv_img {}

	/*================================
	メインコンテンツ
	================================*/
	.main {}

	/*================================
	お知らせ・バナーなど
	================================*/
	.topics {}
	.topics .inner {
		padding-bottom: 8rem;
	}
	.topics .bnr_group.-group01 {
		margin-top: 0;
	}
	.topics .hd_features {}

	/*================================
	むし歯のあるお子様が抱えるリスク
	================================*/
	.risk {}
	.risk .section_heading_main::before {
		top: 10px;
		right: -20px;
	}
	.risk .inner {}
	.risk_group {}
	.risk_group_item {
		width: 100%;
		padding: 20px;
		height: 360px;
	}
	.risk_num {
		width: 29rem;
		font-size: 3rem;
	}
	.risk_title {
		font-size: 3rem;
	}
	.risk_text {}

	/*================================
	予防に取り組むことで、守れるものがあります
	================================*/
	.protection {}
	.protection .section_heading_main::before {
		top: 10px;
		right: -20px;
	}
	.protection .inner {}
	.protec_frame {
		padding: 16px 16px 100px;
	}
	.protec_frame_cont {}
	.protec_frame_cont::before {
		right: -20px;
		translate: 0 100%;
		bottom: 0;
		width: 90px;
		height: 134px;
	}

	/*================================
	予防における4つのポイントをチェック
	================================*/
	.points {}
	.points .section_heading_main::before {
		top: 10px;
		left: -20px;
	}
	.points .inner {}
	.points_frame {}
	.points_balloon {
		width: 120px;
	}
	.points_group01 {
		padding: 16px 16px 20px;
	}
	.points_group01_item01 {}
	.points_group01_item02 {}
	.points_group02 {
		padding: 16px;
	}
	.points_group02_item01 {}
	.points_group02_item02 {
		width: 100%;
	}
	.points_title01 {
		font-size: 2.4rem;
	}
	.points_title02 {
		font-size: 2rem;
	}
	.points_title02 .marker {}


	/*================================
	こんなサインは要注意！
	================================*/
	.sign {}
	.sign::before {
		background-size: 140px;
		width: 130vw;
		background-position: left center,right bottom 20%;
	}
	.sign .inner {}
	.sign_group01 {}
	.sign_group01_item01 {
		width: 100%;
	}
	.sign_group01_item02 {
		width: 100%;
	}
	.sign_group02 {}
	.sign_group02_item {
		padding: 26px 16px 26px 30px;
	}
	.sign_group02_item.-color01 {}
	.sign_group02_item.-color02 {}
	.sign_group02_item.-pencil {}
	.sign_group02_item.-pencil::before {
		width: 46px;
		height: 46px;
	}
	.sign_title {}
	.sign_text {}
	.sign_check {}


	/*================================
	お子様のお口、きれいな歯並びを育む環境にありますか？ 
	================================*/
	.environment {}
	.environment .section_heading_main::before {}
	.environment .inner {}
	.enviro_group {}
	.enviro_group_item {
		width: 100%;
	}
	.enviro_title {}
	.enviro_title::before,
	.enviro_title::after {}
	.enviro_group_img {}
	.enviro_text {
		max-width: 31rem;
	}

	/*================================
	Q&A
	================================*/
	.qanda {}
	.qanda::before,
	.qanda::after {}
	.bg_qanda {}
	.qanda .bg_circle02 {}
	.qanda .inner {}
	/*Q*/
	/*-----------------------------*/
	.question {
		width: auto;
		margin-left: 10px;
		padding: 10px 16px 10px 36px;
	}
	.question_eng {
		left: -30px;
		width: 60px;
		height: 60px;
		font-size: 3rem;
	}
	.question_title {
		font-size: 2rem;
	}
	/*A*/
	/*-----------------------------*/
	.answer {
		width: auto;
		margin-left: 10px;
		padding: 10px 16px 10px 36px;
	}
	.answer_eng {
		left: -30px;
		width: 60px;
		height: 60px;
		font-size: 3rem;
	}
	.answer_title {
		font-size: 2rem;
	}


	/*================================
	アール歯科のスタッフ紹介
	================================*/
	.staff {}
	.staff .inner {}
	.staff .bg_circle02 {}
	.staff_heading_group {}
	.staff_heading_group::before {}
	.staff_group {
		padding: 16px;
	}
	.staff_group_item01 {
		position: static;
		margin: -22px auto 10px;
	}
	.staff_group.-odd .staff_group_item01 {}
	.staff_group.-even .staff_group_item01 {}
	.staff_group_item02 {
		width: 100%;
	}
	.staff_group.-odd .staff_group_item02 {}
	.staff_group.-even .staff_group_item02 {}
	.staff_title01 {}
	.staff_name {
		font-size: 2.2rem;
	}
	.staff_clinic {
		font-size: 2rem;
	}
	.staff_title02 {
		font-size: 2rem;
	}


	/*================================
	年代別の予防歯科
	================================*/
	.age {}
	.age .inner {}
	.age_bg {}
	.age_bg::before {
		background-size: 130px;
		background-position: left top 20%,right bottom 10%;
	}
	.age_menu {
		padding: 0 30px;
	}
	.age_menu_item {
		width: 100%;
		min-height: auto;
		padding: 6px 10px;
	}
	.age_menu_item::before {
		width: 24px;
		height: 20px;
	}
	.age_menu_text {
		font-size: 2rem;
	}
	.age_cont {}
	.age_cont .bg_circle02 {}
	.age_title01 {
		font-size: 2.2rem;
	}
	.age_group {}
	.age_group_item01 {
		width: 100%;
	}
	.age_group_item02 {
		width: 100%;
	}
	.age_title02 {
		font-size: 2.2rem;
	}


	/*================================
	歯科検診
	================================*/
	.kenshin {}
	.kenshin .inner {
		padding-bottom: 7rem;
	}
	.kenshin_heading {
		font-size: 2rem;
	}
	.kenshin_heading::before {
		margin-right: 0.6em;
	}
	.kenshin_heading::after {
		margin-left: 0.6em;
	}
	.kenshin_group01 {
		gap: 2rem;
	}
	.kenshin_group01_item {
		/*width: 100%;*/
	}
	.kenshin_group02 {
		gap: 2rem;
	}
	.kenshin_group02_item {
		width: calc(100%/2 - 2rem/2);
	}


	/*================================
	ご家族みんなが安心できる歯医者さんを目指します
	================================*/
	.facilities {}
	.facilities .inner {}
	.facil_group {}
	.facil_group_item {
		width: 100%;
	}
	.facil_article {}
	.facil_text {}
	.facil_title {
		font-size: 2.2rem;
	}


	/*================================
	医療法人RDC クリニック紹介
	================================*/
	.clinic {}
	.clinic::before {}
	.clinic .inner {}
	.clinic_group {}
	.clinic_group_item {
		width: 100%;
	}
	.clinic_article {}
	.clinic_title {}
	.clinic_link_btn {}


}

















