@charset "utf-8";
/*================================
ページ内共通
================================*/
.firstview {
	background: url(./img/firstview_service_bg.jpg) no-repeat center / cover;
}
.indent {
	padding-left: .5em;
	text-indent: -.5em;
}
/*セクション頭
================================*/
.content_head {
	display: flex;
	justify-content: space-between;
}
.content_head .imgbox {
	width: 100%;
	max-width: 900px;
	margin-inline: auto;
}
.content_head .textbox {
	width: 100%;
	max-width: 560px;
	padding-top: 60px;
}
/*ポイント
================================*/
.point_wrap {
	padding-top: 30px;
	position: relative;
}
.point {
	background: #f5ede2;
	border-radius: 10px;
	padding: 30px 20px 20px;
}
.point_label span.-deco {
	border-radius: 50%;
	background: #a77f34;
	width: 47px;
	height: 44px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: clamp(20px, 33 / 1024 * 100vw, 33px);
	color: #fff;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 8px;
	padding-top: 8px;
}
.point_label span.-deco:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #a77f34 transparent transparent transparent;
	transform: rotate(42deg);
	position: absolute;
	left: 2px;
	bottom: 0;
}
.point_label {
	color: #888888;
	font-size: clamp(30px, 48 / 1024 * 100vw, 48px);
	position: absolute;
	left: 15px;
	top: 0;
	line-height: 1;
	padding-right: 55px;
}
.point_label:first-letter {
	color: #a77f34;
}
.point_heading {
	color: #a77f34;
	font-size: clamp(18px, 24 / 1024 * 100vw, 24px);
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.point .textbox {
	width: 100%;
	max-width: 1090px;
}
.point .imgbox {
	width: 100%;
	max-width: 350px;
	margin-inline: auto;
}
/*その他
================================*/
.textbox.-pt {
	padding-top: 60px;
}
/* width半分 */
.textbox.-half {
	width: 100%;
	max-width: 730px;
}
.imgbox.-half {
	width: 100%;
	max-width: 730px;
}
.textbox.-w330 {
	width: 100%;
	max-width: 330px;
}
.textbox.-w720 {
	width: 100%;
	max-width: 720px;
}
.textbox.-w1080 {
	width: 100%;
	max-width: 1080px;
}
.imgbox.-w330 {
	width: 100%;
	max-width: 330px;
}
.imgbox.-w720 {
	width: 100%;
	max-width: 720px;
}
.imgbox.-w440 {
	width: 100%;
	max-width: 440px;
}
.imgbox.-w1080 {
	width: 100%;
	max-width: 1080px;
}
.imgbox.-w460 {
	width: 100%;
	max-width: 460px;
}
.imgbox.-w340 {
	width: 100%;
	max-width: 340px;
}
/* width990px */
.textbox.-w990 {
	width: 100%;
	max-width: 990px;
}
/* width750px */
.textbox.-w705 {
	width: 100%;
	max-width: 705px;
}
.imgbox.-w705 {
	width: 100%;
	max-width: 705px;
}
/* width480px */
.imgbox.-w480 {
	width: 100%;
	max-width: 480px;
}
/* width350px */
.imgbox.-w350 {
	width: 100%;
	max-width: 350px;
}
.gap20-40 {
	gap: 20px 40px;
}
.gap20-50 {
	gap: 20px 50px;
}
.gap10-40 {
	gap: 10px 40px;
}
.C-pc_L-sp {
	text-align: center;
}
img.center {
	margin-inline: auto;
}
/*枠
================================*/
/* services-frame1 */
.services-frame1_wrap {
	position: relative;
	padding-top: 20px;
}
.services-frame1 {
	border: 1px solid #a77f34;
	border-radius: 10px;
	background: #fff;
	padding: 40px 20px;
}
.services-frame1.-bg2 {
	background: #fff;
	background-image: linear-gradient(0deg, transparent 14px, #ccc 14px), linear-gradient(90deg, transparent 14px, #ccc 15px);
	background-size: 15px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.services-frame1.-color2 {
	background: #e5e5e5;
}
.services-frame1.-color3 {
	background: #e2efde;
	border: 1px solid #80c269;
}
.services-frame1.-color4 {
	background: #d9e6f8;
	border: 1px solid #88abda;
}
.services-frame1.-color5 {
	background: #fff;
	border: 1px solid #f0968c;
}
.services-frame1.-color6 {
	background: #fff;
	border: 1px solid #95d174;
}
.services-frame1_heading {
	color: #79604a;
	font-size: clamp(20px, 26 / 1200 * 100vw, 26px);
	line-height: 1.5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
}
.services-frame1_heading span.-inner {
	display: inline-block;
	padding: 0 30px;
	background: #fff;
}
.services-frame1_heading.-color2 {
	color: #a77f34;
}
.services-frame1_heading.-color3 {
	color: #fff;
}
.services-frame1_heading.-color2 span.-inner {
	background: #f5ede2;
	border-radius: 10px;
}
.services-frame1_heading.-color3 span.-inner {
	background: #a77f34;
	border-radius: 20px;
}
.services-frame1_heading.-color4 span.-inner {
	background: #80c269;
	color: #fff;
	border-radius: 20px;
}
.services-frame1_heading.-color5 span.-inner {
	background: #88abda;
	color: #fff;
	border-radius: 20px;
}
.services-frame1_heading.-color6 span.-inner {
	background: #f0968c;
	color: #fff;
	padding: 0 20px;
	border-radius: 10px;
}
.services-frame1_heading.-color7 span.-inner {
	background: #95d174;
	color: #fff;
	padding: 0 20px;
	border-radius: 10px;
}
/* services-frame2 */
.services-frame2 {
	border-radius: 10px;
	overflow: hidden;
}
.services-frame2_heading {
	background: #a77f34;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	padding: 5px;
	font-size: clamp(20px, 24 / 1200 * 100vw, 24px);
	font-weight: 500;
}
.services-frame2_content.-bg1 {
	background: #eeeeee;
}
.services-frame2_content.-bg2 {
	background: #fff;
	background-image: linear-gradient(0deg, transparent 14px, #ccc 14px), linear-gradient(90deg, transparent 14px, #ccc 15px);
	background-size: 15px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 0 0 10px 10px;
}
.services-frame2_content.-space-pattern1 {
	padding: 20px 20px 30px;
}
/* services-frame3 */
.services-frame3 {
	position: relative;
	background: #fff;
	background-image: linear-gradient(0deg, transparent 14px, #ccc 14px), linear-gradient(90deg, transparent 14px, #ccc 15px);
	background-size: 15px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border: 3px solid #a77f34;
}
.services-frame3_content.-space-pattern1 {
	padding: 40px 20px;
}
.services-frame3_heading {
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	text-align: center;
}
.services-frame3_heading span {
	background: #a77f34;
	color: #fff;
	padding: 0 20px;
	font-size: clamp(20px, 26 / 1200 * 100vw, 26px);
	font-weight: 500;
	border-radius: 20px;
	line-height: 1.5;
}
/* ceramic-frame2 */
.services-frame4 {
	position: relative;
	background: #fff;
	background-image: linear-gradient(0deg, transparent 14px, #ccc 14px), linear-gradient(90deg, transparent 14px, #ccc 15px);
	background-size: 15px 15px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/* border: 3px solid #a77f34; */
}
.services-frame4_content.-space-pattern1 {
	padding: 40px 20px;
}
.services-frame4_heading {
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	text-align: center;
}
.services-frame4_heading span {
	background: #a77f34;
	color: #fff;
	padding: 0 20px;
	font-size: clamp(20px, 26 / 1200 * 100vw, 26px);
	font-weight: 500;
	border-radius: 20px;
	line-height: 1.5;
}
.merit-demerit_list {
	width: 50%;
	overflow: hidden;
	position: relative;
}
.merit-demerit_list-heading {
	color: #fff;
	text-align: center;
	font-size: clamp(20px, 24 / 1200 * 100vw, 24px);
	line-height: 1.5;
	padding: 5px 10px;
	z-index: 5;
	position: relative;
}
.merit-demerit_list.-merit .merit-demerit_list-heading {
	background: #a77f34;
	border-radius: 10px 0 0 0;
}
.merit-demerit_list.-demerit .merit-demerit_list-heading {
	background: #898989;
	border-radius: 0 10px 0 0;
}
.merit-demerit_list.-merit.-border {
	border: 1px solid #a77f34;
	border-radius: 10px 0 0 10px;
}
.merit-demerit_list.-demerit.-border {
	border: 1px solid #898989;
	border-left: none;
	border-radius: 0 10px 10px 0;
}
.merit-demerit_list-content {
	/* height: 100%; */
	padding: 20px 20px 80px;
}
.merit-demerit_list-content.-deco2 {
	padding-bottom: 20px;
}
.merit-demerit_list.-merit {
	background: #fff;
}
.merit-demerit_list.-demerit {
	background: #eeeeee;
}
.merit-demerit_list.-merit .merit-demerit_list-content {
	border-radius: 0 0 0 10px;
}
.merit-demerit_list.-demerit .merit-demerit_list-content {
	border-radius: 0 0 10px 0;
}
.merit-demerit_list-heading span {
	display: inline-block;
	position: relative;
}
.merit-demerit_list-content:before {
	content: "";
	position: absolute;
	margin: auto;
	right: 20px;
	bottom: 20px;
}
.merit-demerit_list.-merit .merit-demerit_list-content:before {
	background: url(./img/merit_deco.png) no-repeat bottom / contain;
	/* width: 191px;
  height: 190px; */
	width: 180px;
	height: 180px;
}
.merit-demerit_list.-demerit .merit-demerit_list-content:before {
	background: url(./img/demerit_deco.png) no-repeat bottom / contain;
	/* width: 194px;
  height: 167px; */
	width: 184px;
	height: 167px;
}
.merit-demerit_list.-merit .merit-demerit_list-content.-deco2:before {
	background: url(./img/merit_deco2.png) no-repeat bottom / contain;
	width: 86px;
	height: 86px;
}
.merit-demerit_list.-demerit .merit-demerit_list-content.-deco2:before {
	background: url(./img/demerit_deco2.png) no-repeat bottom / contain;
	width: 79px;
	height: 68px;
}
/*番号つきリスト
================================*/
.number-list_itembox {
	padding-top: 20px;
	position: relative;
}
.number-list_item {
	border-radius: 10px;
	border: 3px solid #a57e35;
	overflow: hidden;
	height: 100%;
}
.number-list_item {}
.number-list_itembox.-row3 {
	width: calc(100% / 3 - 15px);
}
.number-list_itembox.-row4 {
	width: calc(100% / 4 - 30px);
}
.number-list_label {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #a57e35;
	font-size: clamp(26px, 33 / 896 * 100vw, 33px);
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-inline: auto;
	z-index: 5;
}
.number-list_label2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 130px;
	height: 38px;
	border-radius: 20px;
	border: 2px solid #a57e35;
	font-size: clamp(18px, 24 / 896 * 100vw, 24px);
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-inline: auto;
	z-index: 5;
}
.number-list_heading {
	height: 100px;
	text-align: center;
	/* display: flex;
  justify-content: center;
  flex-direction: column; */
	display: grid;
	place-content: center;
	font-size: clamp(18px, 24 / 1366 * 100vw, 24px);
	/* padding-top: 15px; */
	padding: 15px 10px 0;
}
.number-list_heading.-checkicon-pattern {
	height: 80px;
	padding-top: 0;
}
.number-list_heading.-checkicon-pattern span.-inner {
	display: inline-block;
	position: relative;
	padding-left: 35px;
}
.number-list_heading.-checkicon-pattern span.-inner:before {
	content: "";
	background: url(./img/check_icon.png) no-repeat center / contain;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0.1em;
	bottom: 0;
	margin: auto;
}
.number-list_content {
	padding: 20px;
	height: 100%;
}
/* 色 */
.number-list_itembox:nth-child(even) .number-list_item {
	background: #a57e35;
}
.number-list_itembox:nth-child(odd) .number-list_label,
.number-list_itembox:nth-child(odd) .number-list_label2 {
	background: #a57e35;
	color: #fff;
}
.number-list_itembox:nth-child(even) .number-list_label,
.number-list_itembox:nth-child(even) .number-list_label2 {
	background: #fff;
	color: #a57e35;
}
.number-list_itembox:nth-child(odd) .number-list_heading {
	background: #fff;
	color: #a57e35;
}
.number-list_itembox:nth-child(even) .number-list_heading {
	background: #a57e35;
	color: #fff;
}
.number-list_itembox:nth-child(odd) .number-list_content {
	background: #f5ede2;
}
.number-list_itembox:nth-child(even) .number-list_content {
	background: #e5e5e5;
}
/*order_list
================================*/
.order-list_item {
	border: 3px solid #a57e35;
	border-radius: 10px;
}
.order-list_item {
	position: relative;
}
.order-list_item:not(:last-child):before,
.order-list_itembox:not(:last-child):before {
	content: "";
	position: absolute;
	right: -32px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 25px solid #a57e35;
	border-right: 0;
}
.order-list_item.-row2 {
	width: calc(100% / 2 - 20px);
}
.order-list_item:not(:last-child):before {
	right: -35px;
}
/* .order-list_item.-row3 {
  width: calc(100% / 3 - 15px);
} */
.order-list_itembox.-row3 {
	width: calc(100% / 3 - 15px);
	position: relative;
}
.order-list_itembox .order-list_item {
	overflow: hidden;
	height: 100%;
}
.order-list_itembox .order-list_content {
	height: 100%;
}
.order-list_heading {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: clamp(18px, 24 / 1024 * 100vw, 24px);
	border-radius: 10px 10px 0 0;
}
.order-list_content {
	padding: 20px;
	border-radius: 0 0 10px 10px;
}
.order-list_item.-color1 .order-list_heading {
	background: #fff;
	color: #a57e35;
}
.order-list_item.-color2 .order-list_heading {
	background: #a57e35;
	color: #fff;
}
.order-list_item.-color2 {
	background: #a57e35;
}
.order-list_item.-color1 .order-list_content {
	background: #f5ede2;
}
.order-list_item.-color2 .order-list_content {
	background: #e5e5e5;
}
.check_list-item {}
.check_list-item {
	display: block;
	padding-left: 25px;
	position: relative;
	color: #79604a;
	line-height: 1.5;
}
.check_list-item:before {
	content: "";
	background: url(./img/check_icon.png) no-repeat center / contain;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: .3em;
	bottom: 0;
}
.step_label {
	color: #fff;
	display: inline-block;
	background: #a77f34;
	border-radius: 5px;
	line-height: 1;
	margin-right: 10px;
	padding: 2px 5px;
}
.step_list-item {
	position: relative;
}
.step_list-item:not(:last-child) {
	border-bottom: 1px solid #a77f34;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.step_list-item.-space-pattern1:not(:last-child) {
	margin-bottom: 60px;
}
.step_list-item:not(:last-child):before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 25px solid #a77f34;
	border-bottom: 0;
	margin-inline: auto;
}
.step_list-frame1 {
	background: #f3faf1;
	border-top: 1px solid #a77f34;
	border-bottom: 1px solid #a77f34;
	padding: 50px 20px 20px;
	position: relative;
}
.step_list-frame1-heading {
	color: #fff;
	font-size: clamp(20px, 26 / 1200 * 100vw, 26px);
	font-weight: 500;
	line-height: 1.5;
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	text-align: center;
}
.step_list-frame1-heading span {
	display: inline-block;
	padding: 0 25px;
	background: #95d174;
	border-radius: 20px;
}
.step_list-frame1 .step_label {
	background: #95d174;
}
.step_list-child {
	gap: 20px;
}
.step_list-child-item {
	position: relative;
}
.step_list-child-item.-col2 {
	width: calc(100% / 2 - 20px);
}
.step_list-child-item.-col4 {
	width: calc(100% / 4 - 20px);
}
.step_list-child-heading {
	color: #716ea7;
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	line-height: 1.5;
	font-size: clamp(18px, 22 / 1200 * 100vw, 22px);
	;
}
.step_list-child-item:not(:last-child)::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 20px solid #aaaaaa;
	border-right: 0;
	position: absolute;
	right: -20px;
	top: -30%;
	bottom: 0;
	margin: auto;
}
/* ボタン
================================*/
.button span.-text {
	line-height: 1.5;
	position: relative;
	padding: 0 55px 10px 20px;
	display: inline-block;
}
.button span.-text:before {
	content: "";
	background: #a77f34;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 3px;
	top: 15px;
	bottom: 0;
}
.button-link {
	font-size: clamp(16px, 24 / 1200 * 100vw, 24px);
	letter-spacing: .1em;
	font-weight: 300;
	line-height: 1.5;
	color: #79604a;
	display: inline-block;
	position: relative;
}
/* 矢印 */
.button-link:before {
	content: "";
	background: #79604a;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: .2s ease-out;
}
.button-link:after {
	content: "";
	background: #79604a;
	width: 43px;
	height: 1px;
	position: absolute;
	right: -2px;
	bottom: 13px;
	transform: rotate(35deg);
	transition: .2s ease-out;
}
.button-link:hover:before {
	right: -10px;
}
.button-link:hover:after {
	right: -12px;
}
@media screen and (max-width: 1200px) {
	/*セクション頭
================================*/
	/*ポイント
================================*/
	.number-list_itembox.-row4 {
		width: calc(100% / 2 - 30px);
	}
}
@media screen and (max-width: 1024px) {
	/* 
  .step_list-childbox {
    width: 50%;
    margin-inline: auto;
  } */
	/*セクション頭
================================*/
	/*ポイント
================================*/
}
@media screen and (max-width: 896px) {
	.inner {
		max-width: 750px;
	}
	.button span.-text:before {
		top: 10px;
	}
	/*セクション頭
================================*/
	.content_head {
		flex-direction: column;
	}
	.content_head .textbox {
		padding-top: 0;
		max-width: 100%;
	}
	/*その他
================================*/
	.textbox.-pt {
		padding-top: 0;
	}
	.textbox.-half {
		max-width: 100%;
	}
	.textbox.-w330 {
		max-width: 100%;
	}
	.imgbox.-w330,
	.imgbox.-w350,
	.imgbox.-w440,
	.imgbox.-w480 {
		max-width: 100%;
	}
	.imgbox {
		margin-inline: auto;
	}
	/*枠
================================*/
	.point_wrap {
		padding-top: 20px;
	}
	.number-list_itembox.-row3 {
		width: 100%;
	}
	.order-list_itembox.-row3,
	.order-list_item.-row3,
	.order-list_item.-row2 {
		width: 100%;
	}
	.order-list_itembox:not(:last-child):before,
	.order-list_item:not(:last-child):before {
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 20px solid #a57e35;
		border-bottom: 0;
		left: 0;
		right: 0;
		bottom: -30px;
		top: auto;
	}
	.merit-demerit_list {
		width: 100%;
	}
	.merit-demerit_list.-merit .merit-demerit_list-heading,
	.merit-demerit_list.-demerit .merit-demerit_list-heading {
		border-radius: 10px 10px 0 0;
	}
	.step_list-child {
		gap: 40px;
	}
	.step_list-child-item.-col2,
	.step_list-child-item.-col4 {
		width: 100%;
		max-width: 500px;
		margin-inline: auto;
	}
	.step_list-child-item:not(:last-child):before {
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 20px solid #aaa;
		border-bottom: 0;
		left: 0;
		right: 0;
		bottom: -30px;
		top: auto;
	}
	.step_list-childbox {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	/*セクション頭
================================*/
	/*ポイント
================================*/
	.C-pc_L-sp {
		text-align: left;
	}
	/* ボタン
================================*/
	.button span.-text:before {
		top: 10px;
		width: 5px;
		height: 5px;
	}
	.button-link:after {
		width: 30px;
		bottom: 9px;
	}
	.button span.-text {
		padding-right: 45px;
		padding-inline: 15px 45px;
	}
	.content_heading4 span.-inner {
		padding-inline: 10px;
	}
	.order-list_itembox:not(:last-child):before {
		bottom: -25px;
	}
	.services-frame2_content.-space-pattern1 {
		padding: 20px 10px;
	}
	.services-frame1_heading span.-inner {
		padding-inline: 10px;
	}
	.services-frame1_heading {
		width: 90%;
		margin-inline: auto;
	}
	.point_wrap {
		padding-top: 10px;
	}
	.number-list_heading {
		height: auto;
		padding: 15px 10px;
	}
	/* .number-list_itembox.-row3 {
  width: calc(100% / 3 - 15px);
} */
	.step_list-child-item.-col2 {
		width: 100%;
	}
	.step_list-childbox {
		width: 100%;
	}
	.number-list_itembox.-row4 {
		width: 100%;
	}
	.number-list_heading.-checkicon-pattern {
		height: auto;
		padding: 10px;
	}
}




/*================================
矯正
================================*/
.orthodontics-frame1 {
	color: #79604a;
	text-align: center;
	background: #eeeeee;
	padding: 20px;
	border-radius: 10px;
}
.orthodontics .merit-demerit_list {
	min-height: 300px;
}
/*content1
================================*/
.orthodontics .content1 .list {
	gap: 20px 45px;
}
.orthodontics .content1 .list_item {
	width: calc(100% / 5 - 45px);
	position: relative;
	text-align: center;
}
.orthodontics .content1 .list_item .list_item-label {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
}
.orthodontics .content1 .list_item .check_list-item {
	display: inline-block;
	text-align: left;
	line-height: 1.5;
	font-size: clamp(16px, 18 / 1366 * 100vw, 18px);
}
.orthodontics .content1 .list_item .check_list-item:before {
	margin: 0;
	top: .3em;
}
/*content2
================================*/
.orthodontics_content-heading1 {
	color: #79604a;
	font-size: clamp(20px, 26 / 1200 * 100vw, 26px);
	line-height: 1.5;
	position: absolute;
	left: 0;
	right: 0;
	top: -15px;
	text-align: center;
}
.orthodontics_content-heading1 span.-inner {
	display: inline-block;
	padding: 0 30px;
	background: #fff;
}
.orthodontics_content-heading1 span.-size-color {
	color: #a77f34;
	font-size: clamp(36px, 48 / 1200 * 100vw, 48px);
	line-height: 1;
}
.orthodontics .content2 .services-frame1 {
	padding: 60px 20px 20px;
}
.orthodontics .content2 .list {
	padding-bottom: 70px;
	position: relative;
}
.orthodontics .content2 .list:before {
	content: "";
	background: url(./img/orthodontics_list_deco1.png) no-repeat center / contain;
	width: 73px;
	height: 113px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin-inline: auto;
	z-index: 10;
}
.orthodontics .content2 .list_item {
	height: 115px;
	background: #fff8bd;
	font-size: clamp(15px, 22 / 1200 * 100vw, 22px);
	display: grid;
	place-content: center;
	text-align: center;
	border-radius: 55px;
	color: #79604a;
	width: calc(100% / 3 - 10px);
	position: relative;
}
.orthodontics .content2 .list_item:nth-of-type(1):before {
	content: "";
	background: url(./img/orthodontics_list_item_deco1.png) no-repeat center / contain;
	width: 57px;
	height: 55px;
	position: absolute;
	right: 0;
	bottom: -40px;
}
.orthodontics .content2 .list_item:nth-of-type(2):before {
	content: "";
	background: url(./img/orthodontics_list_item_deco2.png) no-repeat center / contain;
	width: 30px;
	height: 56px;
	position: absolute;
	left: 32%;
	bottom: -40px;
}
.orthodontics .content2 .list_item:nth-of-type(3):before {
	content: "";
	background: url(./img/orthodontics_list_item_deco3.png) no-repeat center / contain;
	width: 52px;
	height: 55px;
	position: absolute;
	left: 0;
	bottom: -40px;
}
.orthodontics .content2 .list_item:nth-of-type(1),
.orthodontics .content2 .list_item:nth-of-type(3) {
	margin-top: 20px;
}
.orthodontics .content2 .text_item {
	color: #333;
	line-height: 1.5;
}
.orthodontics .content2 .text_item span {
	font-size: clamp(18px, 28 / 1200 * 100vw, 28px);
	color: #a77f34;
}
/*content3
================================*/
/*content4
================================*/
.orthodontics .content5 .list,
.orthodontics .content6 .list {
	gap: 10px 40px;
}
.orthodontics .content5 .list_item,
.orthodontics .content6 .list_item {
	position: relative;
	/* width: calc(100% / 3 - 20px); */
}
.orthodontics .content5 .list_item-label,
.orthodontics .content6 .list_item-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	text-align: center;
	font-size: clamp(16px, 18 / 1200 * 100vw, 18px);
	color: #79604a;
	line-height: 1.4;
}
.orthodontics .content6 .list_item-label.-bottom2 {
	bottom: 40px;
}
@media screen and (max-width: 1600px) {
	.orthodontics .content1 .list {
		gap: 15px;
	}
	.orthodontics .content1 .list_item {
		width: calc(100% / 5 - 15px);
	}
	.orthodontics .content1 .list_item-content {
		top: calc((100% - 1em)/6);
	}
}
@media screen and (max-width: 1366px) {
	.orthodontics .content1 .list {
		max-width: 900px;
		margin-inline: auto;
		gap: 20px;
	}
	.orthodontics .content1 .list_item {
		width: calc(100% / 3 - 20px);
	}
}
@media screen and (max-width: 1024px) {
	/*content1
	================================*/
	/*content2
	================================*/
	/*content3
	================================*/
	/*content4
	================================*/
	/*content5
	================================*/
	/*content6
	================================*/
	/*content7
	================================*/
	/*content8
	================================*/
}
@media screen and (max-width: 896px) {
	/*content1
	================================*/
	/*content2
	================================*/
	/*content3
	================================*/
	.orthodontics .content4 .list_item {
		position: relative;
		width: calc(100% / 2 - 10px);
	}
	.orthodontics .content4 .list {
		gap: 10px;
	}
	/*content4
	================================*/
	/*content5
	================================*/
	/*content6
	================================*/
	/*content7
	================================*/
	/*content8
	================================*/
}
@media screen and (max-width: 480px) {
	/*content1
	================================*/
	.orthodontics .content1 .list_item {
		width: 100%;
		max-width: 270px;
		margin-inline: auto;
	}
	.orthodontics .content1 .list_item .iconbox {
		width: 100%;
	}
	.orthodontics .content1 .list_item:nth-of-type(3) .list_item .iconbox {}
	/*content2
	================================*/
	.orthodontics .content2 .list_item {
		border-radius: 30px;
	}
	.orthodontics .content2 .list {
		padding-bottom: 130px;
	}
	.orthodontics .content2 .services-frame1 {
		padding: 60px 10px 20px;
	}
	.orthodontics_content-heading1 {
		width: 90%;
		margin-inline: auto;
	}
	.orthodontics_content-heading1 span.-inner {
		padding-inline: 10px;
	}
	/*content3
	================================*/
	/*content4
	================================*/
	/*content5
	================================*/
	/*content6
	================================*/
	/*content7
	================================*/
	/*content8
	================================*/
}








