@charset "UTF-8";

/* ---------------------------------------------------------
 *	Main visual
 *---------------------------------------------------------- */

#p-home #main {
	text-align: center;
	width: 100%;
	height: 900px;
	position: relative;
	background: url(../image/pic_main_01.jpg) center center;
	background-size: cover !important;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 80px;
}

#p-home #main div {
	font-family: "Zen Maru Gothic", serif;
	letter-spacing: 0.1em;
	text-shadow: 4px 4px 2px #FFF, -4px -4px 2px #FFF, -4px 4px 2px #FFF, 4px -4px 2px #FFF, 0 4px 2px #FFF, 0 -4px 2px #FFF, -4px 0 2px #FFF, 4px 0 2px #FFF;
	width: 684px;
	height: 600px;
	background: url(../image/bg_main_01.png);
	background-size: 100% 100%;
	margin-right: -60px;
	padding-top: 165px;
}

#p-home #main h2 {
	color: #209fd2;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-left: -30px;
}

#p-home #main h2 em {
	font-size: 54px;
	display: block;
}

#p-home #main h2 strong {
	color: #ef6000;
	font-size: 70px;
	font-weight: 700;
	display: block;
	margin: 10px 0 40px;
}

#p-home #main h3 {
	color: #ef6000;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	margin-left: -30px;
}

#p-home #main ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -6.5px;
}

#p-home #main ul li {
	color: #fff;
	font-size: 18px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	width: 195px;
	height: 195px;
	border-radius: 50%;
	border: 4px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -13px;
}

#p-home #main ul li:nth-child(1) {
	background: rgba(239, 96, 0, 0.9);
}

#p-home #main ul li:nth-child(2) {
	background: rgba(253, 144, 28, 0.9);
}

#p-home #main ul li:nth-child(3) {
	background: rgba(77, 178, 219, 0.9);
}

#p-home #main ul li:nth-child(4) {
	background: rgba(111, 185, 44, 0.9);
}

#p-home #main ul li p {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px dotted #fff;
}

#p-home #main ul li span {
	color: #fff69d;
	font-size: 22px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

#p-home #main ul li span.filling {
	letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
	#p-home #main {
		justify-content: flex-end;
		padding-bottom: 100px;
	}

	#p-home #main div {
		text-shadow: 0.52vw 0.52vw 0.26vw #FFF, -0.52vw -0.52vw 0.26vw #FFF, -0.52vw 0.52vw 0.26vw #FFF, 0.52vw -0.52vw 0.26vw #FFF, 0 0.52vw 0.26vw #FFF, 0 -0.52vw 0.26vw #FFF, -0.52vw 0 0.26vw #FFF, 0.52vw 0 0.26vw #FFF;
		width: 89.062vw;
		height: 78.125vw;
		margin-right: -7.812vw;
		padding-top: 21.484vw;
	}

	#p-home #main h2 {
		font-size: 5.208vw;
		margin-left: -3.906vw;
	}

	#p-home #main h2 em {
		font-size: 7.031vw;
	}

	#p-home #main h2 strong {
		font-size: 9.114vw;
		margin: 1.302vw 0 5.208vw;
	}

	#p-home #main h3 {
		font-size: 5.208vw;
		margin-left: -3.906vw;
	}

	#p-home #main ul {
		margin-right: -0.846vw;
	}

	#p-home #main ul li {
		font-size: 2.343vw;
		width: 25.39vw;
		height: 25.39vw;
		border: 0.52vw solid #fff;
		margin-left: -1.692vw;
	}

	#p-home #main ul li p {
		width: 22.786vw;
		height: 22.786vw;
		border: 0.26vw dotted #fff;
	}

	#p-home #main ul li span {
		font-size: 2.291vw;
	}
}

@media screen and (max-width: 480px) {
	#p-home #main {
		height: 160.625vw;
		background: url(../image/sp/pic_main_01.jpg) center center;
	}

	#p-home #main div {
		display: none;
	}

	#p-home #main ul {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	Title
 *---------------------------------------------------------- */

#p-home section .title_01 {
	line-height: 1;
	text-align: center;
}

#p-home section .title_01 strong {
	color: #fff;
	font-size: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-top: 65px;
	position: relative;
	background: url(../image/line_02.svg) no-repeat center top;
	background-size: 94px;
}

#p-home section .title_01 span {
	color: #fdb61c;
	font-size: 24px;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.2em;
	display: block;
	margin-top: 30px;
}

@media screen and (max-width: 480px) {
	#p-home section .title_01 strong {
		font-size: 30px;
		padding-top: 40px;
		background-size: 60px;
	}

	#p-home section .title_01 span {
		font-size: 18px;
		margin-top: 20px;
	}
}

/* ---------------------------------------------------------
 *	Button
 *---------------------------------------------------------- */

#p-home section .button_01 {
	text-align: center;
}

#p-home section .button_01 a {
	color: #000;
	font-size: 20px;
	letter-spacing: 0.2em;
	max-width: 320px;
	width: 100%;
	height: 68px;
	line-height: 68px;
	border: 1px solid #000;
	border-radius: 34px;
	display: block;
	transition: 0.3s ease;
}

#p-home section .button_01 a:hover {
	color: #fff;
	background: #000;
}

#p-home section .button_01 a span {
	display: block;
	background: url(../image/ico_arrow_02.png) no-repeat right 30px center;
}

#p-home section .button_01 a:hover span {
	background: url(../image/ico_arrow_01.png) no-repeat right 30px center;
}

@media screen and (max-width: 480px) {
	#p-home section .button_01 a {
		font-size: 12px;
		height: 50px;
		line-height: 50px;
	}

	#p-home section .button_01 a span {
		background: url(../image/ico_arrow_02.png) no-repeat right 20px center;
		background-size: 8px !important;
	}

	#p-home section .button_01 a:hover span {
		background: url(../image/ico_arrow_01.png) no-repeat right 20px center;
	}
}

/* ---------------------------------------------------------
 *	Link
 *---------------------------------------------------------- */

#link_01,
#link_02,
#link_03,
#link_04,
#link_05,
#link_06,
#link_07,
#link_08,
#link_09,
#link_10 {
	margin-top: -134px;
	padding-top: 134px;
}

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

	#link_01,
	#link_02,
	#link_03,
	#link_04,
	#link_05,
	#link_06,
	#link_07,
	#link_08,
	#link_09,
	#link_10 {
		margin-top: -100px;
		padding-top: 80px;
	}
}

/* ---------------------------------------------------------
 *	Section
 *---------------------------------------------------------- */

#p-home section {
	text-align: center;
}

/* ---------------------------------------------------------
 *	ワンちゃんネコちゃんの「歯磨き」できていますか？
 *---------------------------------------------------------- */

#p-home #caution {
	padding: 0 0 50px;
}

#p-home #caution .frame_01 {
	max-width: 1520px;
	min-height: 691px;
	background: url(../image/bg_trouble_01.png);
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 0 0 40px;
	border-radius: 36px;
}

#p-home #caution .frame_01 h2 {
	font-size: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 1.5;
	max-width: 1520px;
	background: url(../image/bg_trouble_02.png);
	background-size: auto 100%;
	margin-bottom: 20px;
	padding: 90px 20px 50px;
	position: relative;
	z-index: 2;
	border-radius: 36px 36px 0 0;
}

#p-home #caution .frame_01 h2 span {
	color: #1e279d;
	background: url(../image/line_01.svg) no-repeat center top;
	background-size: 94px;
	padding-top: 47px;
}

#p-home #caution .frame_01 h3 {
	color: #fff;
	font-size: 44px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

#p-home #caution .frame_01 h3:before {
	content: "";
	position: absolute;
	right: -300px;
	top: -50px;
	width: 288px;
	height: 197px;
	background: url(../image/balloon_01.png);
	background-size: 100% 100%;
	z-index: -1;
}

#p-home #caution .frame_01 h3 span {
	background: url(../image/dot_01.svg) repeat-x left bottom;
	background-size: auto 6px;
	padding-bottom: 20px;
}

#p-home #caution .frame_01 p {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.08em;
	margin-bottom: 40px;
	padding: 0 20px;
}

#p-home #caution .frame_01 h3 em {
	color: #fff088;
}

#p-home #caution .frame_01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

#p-home #caution .frame_01 ul li {
	width: 286px;
	height: 210px;
	font-size: 24px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../image/balloon_02.png);
	background-size: 100% 100%;
}

#p-home #caution .frame_01 ul li span {
	color: #ed2929;
}

#p-home #caution .ico_01 {
	width: 334px;
	margin: 0 auto;
}

#p-home #caution .box_01 {
	max-width: 1330px;
	min-height: 510px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../image/deco_04.svg) no-repeat left top, url(../image/deco_02.svg) no-repeat right bottom;
	background-size: 329px, 355px;
	position: relative;
}

#p-home #caution .box_01:before {
	content: "";
	position: absolute;
	right: 103px;
	top: 130px;
	width: 174px;
	height: 198px;
	background: url(../image/illust_01.png);
	background-size: 100% 100% !important;
}

#p-home #caution .box_01 h4 {
	font-size: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
}

#p-home #caution .box_01 h4 strong {
	color: #ef6000;
	font-weight: 700;
	display: inline-block;
	position: relative;
	z-index: 1;
}

#p-home #caution .box_01 h4 strong:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 19px;
	background: #fff088;
	border-radius: 9.5px;
	z-index: -1;
}

#p-home #caution .box_01 p {
	font-size: 18px;
	letter-spacing: 0.08em;
	position: relative;
}

#p-home #caution .box_01 p:before {
	content: "";
	position: absolute;
	left: -200px;
	top: -160px;
	width: 303px;
	height: 207px;
	background: url(../image/balloon_03.png);
	background-size: 100% 100%;
}

#p-home #caution .box_01 p span {
	color: #ec2828;
}

@media screen and (max-width: 1560px) {
	#p-home #caution .frame_01 {
		margin: 0 20px;
	}

	#p-home #caution .ico_01 {
		width: 21.41vw;
	}
}

@media screen and (max-width: 1288px) {
	#p-home #caution .box_01 h4 .pc_none {
		display: block;
	}

	#p-home #caution .box_01 p {
		padding-top: 227px;
	}

	#p-home #caution .box_01 p:before {
		left: calc(50% - 151.5px);
		top: 0;
	}
}

@media screen and (max-width: 1280px) {
	#p-home #caution .frame_01 ul {
		max-width: 590px;
	}

	#p-home #caution .frame_01 h3:before {
		right: 144px;
		top: 160px;
	}

	#p-home #caution .frame_01 p {
		margin-bottom: 220px;
	}
}

@media screen and (max-width: 1040px) {
	#p-home #caution .frame_01 h2 {
		line-height: 2.7;
		padding: 40px 0;
	}

	#p-home #caution .frame_01 h2 .pc_none {
		display: block;
	}

	#p-home #caution .box_01:before {
		right: 20px;
		top: auto;
		bottom: 0;
	}

	#p-home #caution .box_01 p {
		text-align: left;
		padding-left: 20px;
		padding-right: 214px;
	}
}

@media screen and (max-width: 768px) {
	#p-home #caution .frame_01 h3 {
		font-size: 5.729vw;
	}

	#p-home #caution .frame_01 h3:before {
		left: calc(50% - 144px);
		right: auto;
		top: 180px;
	}

	#p-home #caution .frame_01 p {
		margin-bottom: 260px;
	}
}

@media screen and (max-width: 670px) {
	#p-home #caution .frame_01 ul {
		max-width: none;
		width: 100vw;
		margin-left: -20px;
		padding: 0 5.97vw;
		justify-content: center;
	}

	#p-home #caution .frame_01 ul li {
		font-size: 3.582vw;
		width: 42.686vw;
		height: 31.343vw;
	}
}

@media screen and (max-width: 640px) {
	#p-home #caution .frame_01 h2 {
		font-size: 6.25vw;
	}

	#p-home #caution .frame_01 h2 span {
		background-size: 14.687vw;
		padding-top: 7.343vw;
	}

	#p-home #caution .box_01 {
		min-height: 0;
		background-size: 51.406vw, 55.468vw;
	}

	#p-home #caution .box_01 h4 {
		font-size: 6.25vw;
	}

	#p-home #caution .box_01 h4 strong:after {
		bottom: 0.781vw;
		height: 2.968vw;
	}

	#p-home #caution .box_01 p {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 218px;
	}
}

@media screen and (max-width: 480px) {
	#p-home #caution .frame_01 {
		min-height: 0;
	}

    #p-home #caution .frame_01 h3:before {
    	width: 31.25vw;
    	height: 21.458vw;
        left: auto;
        right: 0;
        top: auto;
        bottom: -48vw;
    }

	#p-home #caution .box_01:before {
    	right: 4.166vw;
    	top: auto;
    	bottom: 0;
    	width: 91.666vw;
    	height: 48.75vw;
    	background: url(../image/illust_02.png);
	}

	#p-home #caution .frame_01 p {
		font-size: 4.166vw;
		margin-bottom: 28vw;
	}

	#p-home #caution .box_01 p {
		font-size: 14px;
		padding-top: 0;
		padding-bottom: 60vw;
	}

	#p-home #caution .box_01 p:before {
		display: none;
	}
}

/* ---------------------------------------------------------
 *	歯周病とは？
 *---------------------------------------------------------- */

#p-home #periodontitis {
	background: url(../image/bg_periodontitis_01.png);
	padding: 0 0 100px;
}

#p-home #periodontitis .bg_01 {
	background: url(../image/bg_title_01.png) repeat-x left top, url(../image/line_04.png) repeat-x left bottom, #f16868;
	min-height: 289px;
	margin-bottom: 80px;
	padding: 125px 0 0;
}

#p-home #periodontitis .frame_01 {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	border-radius: 26px;
	padding: 20px;
}

#p-home #periodontitis .frame_02 {
	border-radius: 26px;
	border: 4px dotted #6fb92c;
	padding: 60px;
}

#p-home #periodontitis .box_01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}

#p-home #periodontitis .box_01 .pic_01 {
	width: 640px;
	margin-top: -130px;
	margin-left: -130px;
}

#p-home #periodontitis .box_01 .pic_01 img {
	border: 10px solid #fff;
	border-radius: 80px;
}

#p-home #periodontitis .box_01 .txt_01 {
	width: 465px;
	text-align: left;
}

#p-home #periodontitis .box_01 .txt_01 p {
	font-size: 18px;
	letter-spacing: 0.08em;
}

#p-home #periodontitis ul {
	max-width: 1000px;
	margin: 0 auto;
}

#p-home #periodontitis ul li {
	margin-bottom: 90px;
	padding: 0 60px 50px;
	border-radius: 26px;
}

#p-home #periodontitis ul li:nth-child(1) {
	background: repeating-linear-gradient(-45deg, #e8f8fe, #e8f8fe 25px, #d9f3fd 25px, #d9f3fd 50px);
}

#p-home #periodontitis ul li:nth-child(2) {
	background: repeating-linear-gradient(-45deg, #f4f8e2, #f4f8e2 25px, #ecf3cf 25px, #ecf3cf 50px);
}

#p-home #periodontitis ul li:last-child {
	margin-bottom: 0;
}

#p-home #periodontitis ul li h3 {
	color: #fff;
	font-size: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	border-radius: 35px;
	margin: 0 auto 5px;
	padding: 12.5px 10px;
	position: relative;
	top: -35px;
}

#p-home #periodontitis ul li:nth-child(1) h3 {
	max-width: 540px;
	background: url(../image/bg_dot_01.png);
}

#p-home #periodontitis ul li:nth-child(2) h3 {
	max-width: 700px;
	background: url(../image/bg_dot_02.png);
}

@media screen and (max-width: 1340px) {
	#p-home #periodontitis .box_01 .pic_01 {
		margin-top: 0;
		margin-left: 0;
	}

	#p-home #periodontitis .box_01 .txt_01 {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1240px) {
	#p-home #periodontitis .frame_01 {
		margin: 0 20px;
	}
}

@media screen and (max-width: 960px) {
	#p-home #periodontitis .frame_02 {
		padding: 40px;
	}

	#p-home #periodontitis .box_01 {
		display: block;
	}

	#p-home #periodontitis .box_01 .pic_01 {
		width: 100%;
		margin-bottom: 20px;
	}

	#p-home #periodontitis .box_01 .txt_01 {
		width: 100%;
		margin-left: 0;
	}

	#p-home #periodontitis ul li:nth-child(1) h3 {
		max-width: none;
		margin: 0 -60px;
	}

	#p-home #periodontitis ul li:nth-child(2) h3 {
		max-width: none;
		margin: 0 -60px;
	}
}

@media screen and (max-width: 640px) {
	#p-home #periodontitis .frame_02 {
		padding: 20px;
	}

	#p-home #periodontitis ul li {
		margin-bottom: 80px;
		padding: 0 20px 40px;
	}

	#p-home #periodontitis ul li:nth-child(1) h3 {
		margin: 0 -20px;
	}

	#p-home #periodontitis ul li:nth-child(2) h3 {
		margin: 0 -20px;
	}
}

@media screen and (max-width: 480px) {
	#p-home #periodontitis .bg_01 {
		min-height: 190px;
		padding: 80px 0 0;
	}

	#p-home #periodontitis .frame_01 {
		border-radius: 20px;
	}

	#p-home #periodontitis .frame_02 {
		border-radius: 20px;
	}

	#p-home #periodontitis .box_01 .pic_01 img {
		border: 5px solid #fff;
		border-radius: 40px;
	}

	#p-home #periodontitis .box_01 .txt_01 p {
		font-size: 14px;
	}

	#p-home #periodontitis ul li:nth-child(1) video {
		width: calc(100% + 128px);
		margin: 0 -44px 0 -64px;
	}

	#p-home #periodontitis ul li h3 {
		font-size: 18px;
		border-radius: 20px;
	}
}

/* ---------------------------------------------------------
 *	当院の口腔ケアの特徴
 *---------------------------------------------------------- */

#p-home #feature {}

#p-home #feature .bg_01 {
	background: url(../image/bg_title_02.png) repeat-x left top, url(../image/line_04.png) repeat-x left bottom, #6fb92c;
	min-height: 289px;
	padding: 125px 0 0;
}

#p-home #feature ol li {
	padding: 80px 0 220px;
}

#p-home #feature ol li:nth-child(1) {
	background: url(../image/bg_feature_01.png);
}

#p-home #feature ol li:nth-child(2) {
	background: url(../image/bg_feature_02.png);
	min-height: 1131px;
}

#p-home #feature ol li:nth-child(3) {
	background: url(../image/bg_feature_03.png);
	padding: 80px 0 100px;
}

#p-home #feature ol li .frame_01 {
	max-width: 1200px;
	height: 632px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: url(../image/bg_feature_04.svg) no-repeat left top, url(../image/bg_feature_05.svg) no-repeat right bottom, #fff;
	background-size: 300px;
	border-radius: 38px;
	position: relative;
}

#p-home #feature ol li:nth-child(3) .frame_01 {
	height: auto;
}

#p-home #feature ol li .frame_01 .pic_01 {
	max-width: 850px;
	margin-top: -20px;
	margin-left: -300px;
}

#p-home #feature ol li:nth-child(odd) .frame_01 .pic_01 {
	order: 2;
	margin-left: 0;
	margin-right: -300px;
}

#p-home #feature ol li .frame_01 .pic_01 img {
	border-radius: 76px;
	border: 10px solid #fff;
}

#p-home #feature ol li .frame_01 .txt_01 {
	max-width: 590px;
	margin-right: 30px;
	padding-top: 80px;
}

#p-home #feature ol li:nth-child(odd) .frame_01 .txt_01 {
	margin-right: 0;
	margin-left: 30px;
}

#p-home #feature ol li .frame_01 .txt_01 h3 {
	color: #fff;
	font-size: 24px;
	font-family: "Bebas Neue", sans-serif;
	line-height: 1;
	letter-spacing: 0.2em;
	width: 161px;
	height: 161px;
	background: url(../image/ico_feature_01.png);
	background-size: 100% 100%;
	position: absolute;
	left: 250px;
	top: -100px;
	padding-top: 35px;
}

#p-home #feature ol li:nth-child(even) .frame_01 .txt_01 h3 {
	left: auto;
	right: 250px;
}

#p-home #feature ol li .frame_01 .txt_01 h3 span {
	font-size: 80px;
	letter-spacing: 0.05em;
	display: block;
}

#p-home #feature ol li .frame_01 .txt_01 h4 {
	font-size: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../image/line_05.svg) no-repeat center bottom;
	background-size: auto 10px;
}

#p-home #feature ol li .frame_01 .txt_01 h4 span {
	color: #ef6000;
}

#p-home #feature ol li .frame_01 .txt_01 p {
	font-size: 18px;
	text-align: left;
	letter-spacing: 0.08em;
}

#p-home #feature ol li .frame_01 .txt_01 .frame_02 dl {
	text-align: left;
}

#p-home #feature ol li .frame_01 .txt_01 .frame_02 dt {
	display: flex;
}

#p-home #feature ol li .frame_01 .txt_01 .frame_02 dt strong {
	margin-top: -4px;
}

#p-home #feature ol li .frame_02 {
	background: url(../image/bg_feature_06.png);
	border-radius: 8px;
	margin-top: 30px;
	padding: 20px 40px 40px;
}

#p-home #feature ol li:nth-child(2) .frame_02 {
	max-width: 1140px;
	margin-left: -550px;
}

#p-home #feature ol li .frame_02 h5 {
	color: #1e279d;
	font-size: 28px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #1e279d;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#p-home #feature ol li .frame_02 div {
	display: flex;
	flex-wrap: wrap;
}

#p-home #feature ol li .frame_02 dl {
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

#p-home #feature ol li .frame_02 div dl {
	width: 50%;
	padding: 0 20px;
}

#p-home #feature ol li .frame_02 dl:last-child {
	margin-bottom: 0;
}

#p-home #feature ol li .frame_02 dt em {
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background: #fdb61c;
	display: inline-block;
	margin-bottom: 10px;
}

#p-home #feature ol li:nth-child(2) .frame_02 dt {
	margin-bottom: 10px;
}

#p-home #feature ol li:nth-child(2) .frame_02 dt em {
	width: 100px;
	display: block;
	margin-right: 15px;
}

#p-home #feature ol li:nth-child(2) .frame_02 dt strong {
	width: calc(100% - 100px - 15px);
}

#p-home #feature ol li:nth-child(2) .frame_02 dt span {
	color: #ec2828;
	font-size: 20px;
	background: linear-gradient(transparent 60%, #fff 60%);
}

#p-home #feature ol li .frame_02 dd {
	font-size: 18px;
}

#p-home #feature ol li .frame_02 dd span {
	color: #ec2828;
	background: linear-gradient(transparent 60%, #fff 60%);
}

#p-home #feature ol li .frame_02 p {
	font-size: 34px !important;
	text-align: center !important;
	letter-spacing: 0.06em !important;
}

#p-home #feature ol li .frame_03 {
	width: 1000px;
	margin: 50px 0 70px 70px;
	padding: 40px 100px 50px;
	border: 4px solid #fdb61c;
	border-radius: 30px;
	background: #fff;
	position: relative;
}

#p-home #feature ol li .frame_03:before {
	content: "";
	width: 309px;
	height: 480px;
	background: url(../image/deco_04.svg);
	background-size: 100% 100%;
	position: absolute;
	left: -140px;
	top: -130px;
}

#p-home #feature ol li .frame_03:after {
	content: "";
	width: 372px;
	height: 468px;
	background: url(../image/deco_02.svg);
	background-size: 100% 100%;
	position: absolute;
	right: -180px;
	bottom: -70px;
}

#p-home #feature ol li .frame_03 h6 {
	font-size: 28px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
}

#p-home #feature ol li .frame_03 .scroll {
	overflow-y: scroll;
	overflow-x: scroll;
	height: 300px;
}

#p-home #feature ol li .frame_03 table {
	font-size: 18px;
	letter-spacing: 0.08em;
	border: 1px solid #fdb61c;
	white-space: nowrap;
}

#p-home #feature ol li .frame_03 table th {
	color: #fff;
	background: #fdb61c;
	border-right: 1px solid #fff;
	padding: 5px 10px;
	width: 20%;
}

#p-home #feature ol li .frame_03 table th:last-child {
	border-right: none;
	width: 40%;
}

#p-home #feature ol li .frame_03 table td {
	text-align: left;
	border: 1px solid #fdb61c;
	padding: 5px 10px;
}

@media screen and (max-width: 1840px) {
	#p-home #feature ol li .frame_01 {
		left: -150px;
	}

	#p-home #feature ol li:nth-child(even) .frame_01 {
		left: auto;
		right: -150px;
	}
}

@media screen and (max-width: 1540px) {
	#p-home #feature ol li {
		padding: 80px 0;
	}

	#p-home #feature ol li:nth-child(2) {
		min-height: 0;
	}

	#p-home #feature ol li:nth-child(3) {
		padding: 80px 0;
	}

	#p-home #feature ol li .frame_01 {
		height: auto;
		margin: 0 auto;
		padding: 0 20px 40px;
		display: block;
		position: static;
	}

	#p-home #feature ol li .frame_01 .pic_01 {
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: -20px;
	}

	#p-home #feature ol li:nth-child(odd) .frame_01 .pic_01 {
		margin-left: auto;
		margin-right: auto;
	}

	#p-home #feature ol li .frame_01 .txt_01 {
		max-width: 850px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0;
	}

	#p-home #feature ol li:nth-child(odd) .frame_01 .txt_01 {
		margin: 0 auto;
	}

	#p-home #feature ol li .frame_01 .txt_01 h3 {
		position: static;
		margin: 0 auto 20px;
	}

	#p-home #feature ol li:nth-child(2) .frame_02 {
		max-width: none;
		margin-left: 0;
	}

	#p-home #feature ol li .frame_02 dd .sp_none {
		display: none;
	}

	#p-home #feature ol li .frame_03 {
		width: 100%;
		margin: 50px 0 70px;
	}
}

@media screen and (max-width: 1240px) {
	#p-home #feature ol li .frame_01 {
		margin: 0 20px;
	}
}

@media screen and (max-width: 960px) {
	#p-home #feature ol li .frame_01 {
		background-size: 31.25vw;
	}

	#p-home #feature ol li .frame_03:before {
		width: 32.187vw;
		height: 50vw;
		left: -14.583vw;
		top: -13.541vw;
	}

	#p-home #feature ol li .frame_03:after {
		width: 38.75vw;
		height: 48.75vw;
		right: -18.75vw;
		bottom: -7.291vw;
	}
}

@media screen and (max-width: 768px) {
	#p-home #feature ol li .frame_02 div {
		display: block;
	}

	#p-home #feature ol li .frame_02 div dl {
		width: 100%;
	}

	#p-home #feature ol li .frame_03 {
		padding: 40px 40px 50px;
	}
}

@media screen and (max-width: 640px) {
	#p-home #feature ol li .frame_02 {
		padding: 20px;
	}

	#p-home #feature ol li .frame_03 {
		padding: 20px;
	}
}

@media screen and (max-width: 480px) {
	#p-home #feature .bg_01 {
		min-height: 190px;
		padding: 80px 0 0;
}

	#p-home #feature ol li .frame_01 {
		border-radius: 20px;
	}

	#p-home #feature ol li .frame_01 .pic_01 img {
		border-radius: 40px;
		border: 5px solid #fff;
	}

	#p-home #feature ol li .frame_01 .txt_01 h3 {
		font-size: 18px;
		width: 100px;
		height: 100px;
		padding-top: 25px;
	}

	#p-home #feature ol li .frame_01 .txt_01 h3 span {
		font-size: 48px;
	}

	#p-home #feature ol li .frame_01 .txt_01 h4 {
		font-size: 30px;
	}

	#p-home #feature ol li .frame_01 .txt_01 p {
		font-size: 14px;
	}

	#p-home #feature ol li .frame_02 h5 {
		font-size: 24px;
	}

	#p-home #feature ol li .frame_02 p {
		font-size: 24px !important;
	}

	#p-home #feature ol li .frame_02 div dl {
		padding: 0;
	}

	#p-home #feature ol li:nth-child(2) .frame_02 dt {
		display: block !important;
	}

	#p-home #feature ol li:nth-child(2) .frame_02 dt strong {
		width: auto;
	}

	#p-home #feature ol li:nth-child(2) .frame_02 dt span {
		font-size: 16px;
	}

	#p-home #feature ol li .frame_02 dt em {
		font-size: 14px;
	}

	#p-home #feature ol li .frame_02 dd {
		font-size: 14px;
	}

	#p-home #feature ol li .frame_03 {
		border-radius: 20px;
	}

	#p-home #feature ol li .frame_03 h6 {
		font-size: 24px;
	}

	#p-home #feature ol li .frame_03 table {
		font-size: 12px;
	}

	#p-home #feature ol li .frame_03 table th {
		padding: 5px 5px;
	}

	#p-home #feature ol li .frame_03 table td {
		padding: 5px 5px;
	}
}

/* ---------------------------------------------------------
 *	治療の流れ
 *---------------------------------------------------------- */

#p-home #flow {
	padding: 0 0 100px;
}

#p-home #flow .bg_01 {
	background: url(../image/bg_title_03.png) repeat-x left top, url(../image/line_04.png) repeat-x left bottom, #209fd2;
	min-height: 420px;
	margin-bottom: 80px;
	padding: 125px 20px 40px;
}

#p-home #flow .frame_01 {
	max-width: 1000px;
	margin: 40px auto 0;
	padding: 20px;
	background: #fff088;
	letter-spacing: 0.08em;
	border-radius: 8px;
}

#p-home #flow .inner {
	max-width: 1200px;
	margin: 0 auto;
}

#p-home #flow h3 {
	color: #fff;
	font-size: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	max-width: 1200px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 100px;
	background: url(../image/bg_title_04.png);
	position: relative;
}

#p-home #flow h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-left: 40px solid #fff;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}

#p-home #flow h3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-right: 40px solid #fff;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}

#p-home #flow ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -75px;
	margin-bottom: 50px;
}

#p-home #flow ol li {
	max-width: 380px;
	border-radius: 20px;
	border: 10px solid #ffefec;
	margin-top: 75px;
	padding: 0 30px 30px;
}

#p-home #flow ol li:nth-child(2) {
	border: 10px solid #fff7c3;
}

#p-home #flow ol li:nth-child(3) {
	border: 10px solid #e9f1c5
}

#p-home #flow ol li:nth-child(4) {
	margin-left: auto;
}

#p-home #flow ol li:nth-child(5) {
	margin-right: auto;
	margin-left: 30px;
	border: 10px solid #fff7c3;
}

#p-home #flow ol li h4 {
	margin-bottom: 30px;
}

#p-home #flow ol li strong {
	color: #fff;
	font-size: 60px;
	width: 120px;
	height: 120px;
	line-height: 110px;
	letter-spacing: 0.05em;
	border-radius: 50%;
	background: #f16868;
	display: block;
	margin: -56px auto 30px;
	border: 3px solid #fff;
}

#p-home #flow ol li em {
	font-family: "Bebas Neue", sans-serif;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	display: block;
	border: 2px dotted #fff;
	margin: 3px;
}

#p-home #flow ol li:nth-child(2) strong,
#p-home #flow ol li:nth-child(5) strong {
	background: #fdb61c;
}

#p-home #flow ol li:nth-child(3) strong {
	background: #6fb92c;
}

#p-home #flow ol li h4 span {
	color: #1e279d;
	font-size: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	padding-bottom: 40px;
	background: url(../image/line_06.svg) no-repeat center bottom;
	background-size: auto 16px;
	display: block;
}

#p-home #flow ol li p {
	font-size: 18px;
	letter-spacing: 0.06em;
	text-align: left;
}

#p-home #flow .pic_01 {
	max-width: 677px;
	margin: 0 auto 60px;
}

#p-home #flow .mv_01 {
	max-width: 880px;
	margin: 0 auto;
}
#p-home #flow .mv_01 iframe{
	width: 100%;
	height: 480px;
}
@media screen and (max-width: 1240px) {
	#p-home #flow .inner {
		margin: 0 20px;
	}

	#p-home #flow ol {
		max-width: 790px;
		margin: -75px auto 50px;
	}

	#p-home #flow ol li:last-child {
		margin: 75px auto 0;
	}
}

@media screen and (max-width: 830px) {
	#p-home #flow ol {
		max-width: none;
	}

	#p-home #flow ol li {
		max-width: none;
		width: 100%;
	}
	#p-home #flow .mv_01 iframe{
		width: 100%;
		height: 250px;
	}
}

@media screen and (max-width: 480px) {
#p-home #flow .bg_01 {
	min-height: 380px;
	padding: 80px 20px 40px;
}

#p-home #flow .frame_01 {
    margin: 20px auto 0;
}

	#p-home #flow h3 {
		font-size: 30px;
	}

	#p-home #flow ol li {
		padding: 0 20px 20px;
	}

	#p-home #flow ol li h4 span {
		font-size: 24px;
	}

	#p-home #flow ol li p {
		font-size: 14px;
	}
}

/* ---------------------------------------------------------
 *	お家でお口のケア！アフターフォローも万全
 *---------------------------------------------------------- */

#p-home #af {
	background: url(../image/bg_af_01.png);
	padding: 60px 0 100px;
}

#p-home #af h2 {
	color: #1e279d;
	font-size: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 40px;
}

#p-home #af h2 span {
	color: #fd901c;
	font-size: 48px;
	position: relative;
}

#p-home #af h2 span:before,
#p-home #af h2 span:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #fd901c;
	width: 4px;
	height: 50px;
	margin: 0 1em;
	margin-top: -10px;
	vertical-align: middle;
}

#p-home #af h2 span:before {
	transform: rotate(-30deg);
}

#p-home #af h2 span:after {
	transform: rotate(30deg);
}

#p-home #af .frame_01 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	border-radius: 26px;
}

#p-home #af .frame_02 {
	border: 4px dotted #6fb92c;
	border-radius: 26px;
	padding-bottom: 70px;
}

#p-home #af .frame_01 .box_01 {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 40px;
}

#p-home #af .frame_01 .box_01 .pic_01 {
	max-width: 640px;
	margin-left: -50px;
}

#p-home #af .frame_01 .box_01 .pic_01 img {
	border: 10px solid #fff;
	border-radius: 76px;
}

#p-home #af .frame_01 .box_01 .txt_01 {
	text-align: left;
	max-width: 500px;
	margin-left: 20px;
	padding: 40px 40px 0 0;
}

#p-home #af .frame_01 .box_01 .txt_01 h3 {
	color: #ef6000;
	font-size: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
}

#p-home #af .frame_01 .box_01 .txt_01 p {
	font-size: 18px;
	letter-spacing: 0.08em;
}

#p-home #af .frame_02 .mv_01 {
	max-width: 880px;
	margin: 0 auto;
}

#p-home #af .frame_03 {
	max-width: 1000px;
	margin: 80px auto 0;
	background: repeating-linear-gradient(-45deg, #f4f8e2, #f4f8e2 25px, #ecf3cf 25px, #ecf3cf 50px);
	border-radius: 26px;
	padding: 0 60px 60px;
}

#p-home #af .frame_03 h4 {
	color: #fff;
	font-size: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	max-width: 700px;
	background: url(../image/bg_dot_02.png);
	border-radius: 35px;
	margin: 0 auto 5px;
	padding: 12.5px 10px;
	position: relative;
	top: -35px;
}

#p-home #af .frame_03 .mv_02 {
	display: flex;
	justify-content: space-between;
}

#p-home #af .frame_03 .mv_02 div {
	width: 420px;
}

@media screen and (max-width: 1300px) {
	#p-home #af .frame_01 .box_01 .pic_01 {
		margin-left: 40px;
	}
}

@media screen and (max-width: 1240px) {
	#p-home #af .frame_01 {
		margin: 0 20px;
	}
}

@media screen and (max-width: 1010px) {
	#p-home #af .frame_02 .mv_01 {
		margin: 0 40px;
	}
}

@media screen and (max-width: 1130px) {
	#p-home #af .frame_03 {
		margin: 0 40px;
	}

	#p-home #af .frame_03 .mv_02 {
		display: block;
	}

	#p-home #af .frame_03 .mv_02 div {
		width: 100%;
	}

	#p-home #af .frame_03 .mv_02 div:first-child {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 960px) {
	#p-home #af .frame_01 .box_01 {
		display: block;
		margin: 40px 0 40px;
	}

	#p-home #af .frame_01 .box_01 .pic_01 {
		max-width: none;
		margin: 0 40px;
	}

	#p-home #af .frame_01 .box_01 .txt_01 {
		text-align: left;
		max-width: none;
		margin: 20px 40px 40px;
		padding: 0;
	}

	#p-home #af .frame_03 h4 {
		max-width: none;
		margin: 0 -60px 5px;
	}
}

@media screen and (max-width: 840px) {
	#p-home #af h2 {
		font-size: 4.761vw;
	}

	#p-home #af h2 span {
		font-size: 5.714vw;
	}

	#p-home #af h2 span:before,
	#p-home #af h2 span:after {
		width: 0.476vw;
		height: 5.952vw;
		margin-top: -1.19vw;
	}
}

@media screen and (max-width: 640px) {
	#p-home #af .frame_01 .box_01 {
		margin: 20px 0 20px;
	}

	#p-home #af .frame_01 .box_01 .pic_01 {
		margin: 0 20px;
	}

	#p-home #af .frame_01 .box_01 .txt_01 {
		margin: 20px 20px 20px;
	}

	#p-home #af .frame_02 {
		padding-bottom: 20px;
	}

	#p-home #af .frame_02 .mv_01 {
		margin: 0 20px;
	}

	#p-home #af .frame_03 {
		margin: 0 20px;
		padding: 0 20px 20px;
	}

	#p-home #af .frame_03 h4 {
		margin: 0 -20px 5px;
	}
}

@media screen and (max-width: 480px) {
	#p-home #af .frame_01 {
		border-radius: 20px;
	}

	#p-home #af .frame_01 .box_01 .pic_01 img {
		border: 5px solid #fff;
		border-radius: 40px;
	}

	#p-home #af .frame_01 .box_01 .txt_01 h3 {
		font-size: 24px;
	}

	#p-home #af .frame_01 .box_01 .txt_01 p {
		font-size: 14px;
	}

	#p-home #af .frame_02 {
		border-radius: 20px;
	}

	#p-home #af .frame_02 .mv_01 {
		margin: 0 -24px;
	}

	#p-home #af .frame_03 h4 {
		font-size: 18px;
		border-radius: 20px;
	}
}

/* ---------------------------------------------------------
 *	治療費用
 *---------------------------------------------------------- */

#p-home #price {
	background: repeating-linear-gradient(-45deg, #fff5f4, #fff5f4 25px, #ffefec 25px, #ffefec 50px);
	padding: 80px 0 100px;
}

#p-home #price .inner {
	max-width: 1200px;
	margin: 0 auto;
}

#p-home #price h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	max-width: 1200px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 40px;
	background: url(../image/bg_title_04.png);
}

#p-home #price h3 {
	color: #1e279d;
	font-size: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
}

#p-home #price h3:before,
#p-home #price h3:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #fd901c;
	width: 4px;
	height: 50px;
	margin: 0 1em;
	margin-top: -10px;
	vertical-align: middle;
}

#p-home #price h3:before {
	transform: rotate(-30deg);
}

#p-home #price h3:after {
	transform: rotate(30deg);
}

#p-home #price .frame_01 {
	padding: 20px;
	background: #fff;
	border-radius: 26px;
}

#p-home #price .frame_02 {
	border: 4px dotted #6fb92c;
	border-radius: 26px;
	padding: 40px 75px;
}

#p-home #price .frame_02 ul {
	max-width: 520px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
}

#p-home #price .frame_02 ul li {
	width: 240px;
	height: 240px;
	background-size: 100% 100% !important;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#p-home #price .frame_02 ul li.cash {
	background: url(../image/bg_price_01.png);
}

#p-home #price .frame_02 ul li.card {
	background: url(../image/bg_price_02.png);
}

#p-home #price .frame_02 ul li div {
	font-size: 24px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#p-home #price .frame_03 {
	max-width: 550px;
	margin: 0 auto 60px;
	padding: 20px;
	border: 5px solid #e1f5fd;
	border-radius: 8px;
}

#p-home #price .frame_03 h4 {
	color: #1e279d;
	font-size: 20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-bottom: 3px solid #e1f5fd;
	max-width: 400px;
	margin: 0 auto 20px;
	padding-bottom: 10px;
}

#p-home #price .frame_03 img {
	width: 100%;
	max-width: 306px;
}

#p-home #price .box_01 {
	display: flex;
	justify-content: space-between;
}

#p-home #price .box_01 .txt_01 {
	width: 600px;
}

#p-home #price .box_01 .txt_01 table {
	font-size: 18px;
	letter-spacing: 0.08em;
	width: 100%;
	border: 1px solid #209fd2;
}

#p-home #price .box_01 .txt_01 table th {
	color: #fff;
	text-align: left;
	width: 50%;
	background: #209fd2;
	border-bottom: 1px solid #fff;
	padding: 10px;
}

#p-home #price .box_01 .txt_01 table tr:last-child th {
	border-bottom: 1px solid #209fd2;
}

#p-home #price .box_01 .txt_01 table td {
	text-align: right;
	border: 1px solid #209fd2;
	padding: 10px;
}

#p-home #price .box_01 .txt_01 p {
	text-align: right;
	margin-top: 10px;
}

#p-home #price .box_01 .pic_01 {
	max-width: 371px;
}

@media screen and (max-width: 1240px) {
	#p-home #price .inner {
		margin: 0 20px;
	}
}

@media screen and (max-width: 960px) {
	#p-home #price .box_01 {
		display: block;
	}

	#p-home #price .box_01 .txt_01 {
		width: 100%;
	}

	#p-home #price .box_01 .pic_01 {
		margin: 0 auto;
	}
}

@media screen and (max-width: 840px) {
	#p-home #price h3 {
		font-size: 3.571vw;
	}

	#p-home #price h3:before,
	#p-home #price h3:after {
		width: 0.476vw;
		height: 5.952vw;
		margin-top: -1.19vw;
	}
}

@media screen and (max-width: 750px) {
	#p-home #price .frame_02 ul li {
		width: 30vw;
		height: 30vw;
	}

	#p-home #price .frame_02 ul li div {
    	font-size: 3.2vw;
    	height: 18.666vw;
	}
}

@media screen and (max-width: 640px) {
	#p-home #price .frame_02 ul {
		justify-content: space-around;
	}

	#p-home #price .frame_02 {
		padding: 20px 20px;
	}
}

@media screen and (max-width: 590px) {
	#p-home #price .frame_03 {
		margin: 0 0 60px;
	}
}

@media screen and (max-width: 480px) {
	#p-home #price h2 {
		font-size: 24px;
	}

	#p-home #price h3 {
		font-size: 24px;
	}

	#p-home #price h3:before {
		width: 4px;
		height: 50px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	#p-home #price h3:after {
		width: 4px;
		height: 50px;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	#p-home #price .frame_01 {
		border-radius: 20px;
	}

	#p-home #price .frame_02 {
		border-radius: 20px;
		padding: 20px;
	}

	#p-home #price .frame_03 h4 {
		font-size: 18px;
	}

	#p-home #price .box_01 .txt_01 table {
		font-size: 14px;
	}

	#p-home #price .box_01 .txt_01 table th {
		padding: 5px;
	}

	#p-home #price .box_01 .txt_01 table tr:last-child th {
		border-bottom: 1px solid #209fd2;
	}

	#p-home #price .box_01 .txt_01 table td {
		padding: 5px;
	}
}

/* ---------------------------------------------------------
 *	FAQ
 *---------------------------------------------------------- */

#p-home #faq {
	background: url(../image/bg_faq_01.png);
	padding: 100px 0;
}

#p-home #faq .inner {
	max-width: 1200px;
	margin: 0 auto;
}

#p-home #faq h2 {
	color: #fff;
	font-size: 40px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	max-width: 1200px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto 40px;
	background: url(../image/bg_title_04.png);
}

#p-home #faq ol {
	text-align: left;
}

#p-home #faq ol li {
	font-size: 18px;
	margin-bottom: 30px;
}

#p-home #faq ol li:last-child {
	margin-bottom: 0;
}

#p-home #faq dl em {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	display: block;
}

#p-home #faq dl span {
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 2px;
	display: block;
}

#p-home #faq dl dd span {
	padding-right: 0;
}

#p-home #faq dt em {
	background: #6fb92c;
}

#p-home #faq dt {
	display: flex;
	background: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: relative;
}

#p-home #faq dt:before,
#p-home #faq dt:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #6fb92c;
	position: absolute;
	right: 30px;
	top: 28px;
	transition: 0.3s ease;
}

#p-home #faq dt:after {
	transform: rotate(-90deg);
}

#p-home #faq ol li.active dt:after {
	transform: rotate(0deg);
}

#p-home #faq dd {
	font-weight: 500;
	display: flex;
	padding: 0 20px;
	height: 0;
	opacity: 0;
	transition: 0.3s ease;
}

#p-home #faq ol li.active dd {
	padding: 30px 20px 20px;
	height: auto;
	opacity: 1;
}

#p-home #faq dd em {
	background: #f16868;
}

@media screen and (max-width: 1240px) {
	#p-home #faq .inner {
		margin: 0 20px;
	}

}

@media screen and (max-width: 480px) {
	#p-home #faq h2 {
		font-size: 24px;
	}

	#p-home #faq ol li {
		font-size: 14px;
		margin-bottom: 20px;
	}

	#p-home #faq dl span {
		padding-top: 7px;
		padding-right: 40px;
	}

	#p-home #faq dt {
		padding-left: 10px;;
		padding: 10px;
	}

	#p-home #faq dt:before,
	#p-home #faq dt:after {
		width: 20px;
		right: 20px;
	}

	#p-home #faq ol li dd {
		padding: 0 10px;
	}

	#p-home #faq ol li.active dd {
		padding: 20px 10px 10px;
	}
}

/* ---------------------------------------------------------
 *	GREETING
 *---------------------------------------------------------- */

#p-home #greeting {
	background: url(../image/bg_title_06.png) repeat-x left top, #ecf3cf;
	margin-top: 260px;
	padding: 0 0 150px;
}

#p-home #greeting .frame_01 {
	max-width: 1200px;
	background: url(../image/bg_feature_04.svg) no-repeat left top, #fff;
	background-size: 300px;
	margin: 0 auto -220px;
	padding: 30px 0;
	border-radius: 26px;
	position: relative;
	top: -220px;
}

#p-home #greeting .frame_01:after {
	content: "";
	width: 289px;
	height: 183px;
	background: url(../image/deco_03.svg);
	background-size: 100% 100%;
	position: absolute;
	right: -60px;
	bottom: -5px;
}

#p-home #greeting .frame_01 .box_01 {
	display: flex;
	justify-content: space-between;
}

#p-home #greeting .frame_01 .box_01 .pic_01 {
	width: 500px;
}

#p-home #greeting .frame_01 .box_01 .pic_01 img {
	border: 10px solid #fff;
	border-radius: 76px;
	margin-bottom: 30px;
}

#p-home #greeting .frame_01 .box_01 .pic_01 .name {
	color: #fff;
	line-height: 1.5;
	width: 188px;
	height: 188px;
	border-radius: 50%;
	background: #6fb92c;
	margin-top: -208px;
	margin-left: auto;
	margin-right: 25px;
	padding: 5px;
	position: relative;
}

#p-home #greeting .frame_01 .box_01 .pic_01 .name div {
	font-size: 22px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	width: 178px;
	height: 178px;
	border-radius: 50%;
	border: 2px dotted #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
}

#p-home #greeting .frame_01 .box_01 .pic_01 .name div ruby {
	font-size: 26px;
}

#p-home #greeting .frame_01 .box_01 .pic_01 .name div rt {
	font-size: 17px;
	transform: translateY(-0.8em);
}

#p-home #greeting .frame_01 .box_01 .pic_01 .name div span {
	display: block;
}

#p-home #greeting .frame_01 .box_01 .profile h4 {
	color: #1e279d;
	font-size: 22px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #1e279d;
}

#p-home #greeting .frame_01 .box_01 .profile p {
	font-size: 14px;
	letter-spacing: 0.08em;
	text-align: left;
}

#p-home #greeting .frame_01 .box_01 .txt_01 {
	width: 500px;
	text-align: left;
	margin-left: 20px;
	padding-top: 40px;
}

#p-home #greeting .frame_01 .box_01 .txt_01 h3 {
	color: #6fb92c;
	font-size: 34px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 30px;
}

#p-home #greeting .frame_01 .box_01 .txt_01 p {
	font-size: 18px;
	letter-spacing: 0.04em;
}

#p-home #greeting .frame_02 {
	border: 2px solid #209fd2;
	border-radius: 26px;
	margin-right: 20px;
	margin-left: -20px;
	padding: 0 75px 45px;
	position: relative;
}

#p-home #greeting .frame_02:before {
	content: "";
	width: 355px;
	height: 447px;
	background: url(../image/deco_02.svg);
	background-size: 100% 100%;
	position: absolute;
	right: -125px;
	top: -65px;
}

#p-home #greeting .frame_02:after {
	content: "";
	width: 180px;
	height: 270px;
	background: url(../image/deco_01.svg);
	background-size: 100% 100%;
	position: absolute;
	left: -30px;
	top: 345px;
}

#p-home #greeting .frame_02 h2 {
	color: #fdb61c;
	font-size: 140px;
	letter-spacing: 0.14em;
	line-height: 1;
	margin-top: -105px;
	margin-bottom: 40px;
}

#p-home #greeting .frame_02 h2 span {
	font-family: "Bebas Neue", sans-serif;
	padding-left: 0.14em;
	background: #fff;
}

@media screen and (max-width: 1240px) {
	#p-home #greeting .frame_01 {
		margin: 0 20px -220px 40px;
		background: url(../image/bg_feature_04.svg) no-repeat left top, #fff;
		background-size: 24.193vw;
	}

	#p-home #greeting .frame_02 h2 {
		margin-top: 50px;
	}

	#p-home #greeting .frame_02 h2 span {
		background: none;
	}
}

@media screen and (max-width: 960px) {
	#p-home #greeting .frame_01:after {
		width: 30.104vw;
		height: 19.062vw;
		right: -6.25vw;
		bottom: -0.52vw;
	}

	#p-home #greeting .frame_01 .box_01 {
		display: block;
	}

	#p-home #greeting .frame_01 .box_01 .pic_01 {
		width: 100%;
	}

	#p-home #greeting .frame_01 .box_01 .txt_01 {
		width: 100%;
		margin-left: 0;
	}

	#p-home #greeting .frame_02 h2 {
		font-size: 14.583vw;
	}

	#p-home #greeting .frame_02:before {
		width: 36.979vw;
		height: 46.562vw;
		right: -13.02vw;
		top: -6.77vw;
	}

	#p-home #greeting .frame_02:after {
		width: 18.75vw;
		height: 28.125vw;
		left: -3.125vw;
		top: 35.937vw;
	}
}

@media screen and (max-width: 640px) {
	#p-home #greeting .frame_02 {
		padding: 0 20px 40px 40px;
		position: relative;
	}
}

@media screen and (max-width: 540px) {
	#p-home #greeting .frame_01 .box_01 .txt_01 h3 {
		font-size: 6.296vw;
	}
}

@media screen and (max-width: 480px) {
	#p-home #greeting .frame_01 .box_01 .pic_01 .name {
		margin-top: -100px;
		margin-right: 10px;
		width: 150px;
		height: 150px;
	}

	#p-home #greeting .frame_01 .box_01 .pic_01 .name div {
		font-size: 16px;
		width: 140px;
		height: 140px;
		padding-top: 10px;
	}

	#p-home #greeting .frame_01 .box_01 .pic_01 .name div ruby {
		font-size: 24px;
	}

	#p-home #greeting .frame_01 .box_01 .pic_01 .name div rt {
		font-size: 12px;
		transform: translateY(-0.2em);
	}

	#p-home #greeting .frame_01 .box_01 .pic_01 h4 {
		font-size: 18px;
	}

	#p-home #greeting .frame_01 .box_01 .txt_01 {
		padding-top: 30px;
	}

	#p-home #greeting .frame_01 .box_01 .txt_01 h3 {
		font-size: 24px;
	}

	#p-home #greeting .frame_01 .box_01 .txt_01 p {
		font-size: 14px;
	}

	#p-home #greeting .frame_01 .box_01 .profile {
		margin-top: 20px;
	}

	#p-home #greeting .frame_01 .box_01 .profile h4 {
		text-align: center;
	}
}

/* ---------------------------------------------------------
 *	GALLERY
 *---------------------------------------------------------- */

#p-home #gallery {
	padding-bottom: 120px;
}

@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

#p-home #gallery div {
	display: flex;
}

#p-home #gallery ul {
	display: flex;
	margin: -66px -1.041vw 0;
	animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

#p-home #gallery ul li {
	width: calc(100vw / 4);
	margin: 0 1.041vw;
}

#p-home #gallery ul li:nth-child(odd) {
	margin-top: 4.166vw;
}

#p-home #gallery ul li > img {
	width: 100%;
}

@media screen and (max-width: 480px) {
	#p-home #gallery ul li {
		width: calc(100vw / 2);
	}
}

/* ---------------------------------------------------------
 *	CONTACT
 *---------------------------------------------------------- */

#p-home .contact {
	padding: 100px 0;
}

#p-home .contact h2 {
	color: #fff;
	font-size: 120px;
	font-family: "Bebas Neue", sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: -24px;
}

#p-home .contact .frame_01 {
	max-width: 1520px;
	background: url(../image/bg_contact_01.png);
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 60px;
	border-radius: 30px;
}

#p-home .contact .frame_02 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	max-width: 1200px;
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	border-radius: 20px;
}

#p-home .contact .frame_03 {
	border: 4px dotted #f3ca19;
	border-radius: 20px;
	padding: 30px 20px 40px;
}

#p-home .contact .frame_02 h3 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../image/line_05.svg) no-repeat center bottom;
	background-size: auto 10px;
}

#p-home .contact .frame_02 h3 span {
	color: #ef6000;
}

#p-home .contact .frame_02 p {
	color: #1e279d;
	font-size: 20px;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}

#p-home .contact .frame_02 .btn_01 {
	line-height: 1;
	text-align: center;
	width: 790px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

#p-home .contact .frame_02 .btn_01 a,
#p-home .contact .frame_02 .btn_01 > div > span {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	display: block;
	width: 380px;
	height: 120px;
	border-radius: 8px;
	padding: 5px;
}

#p-home .contact .frame_02 .btn_01 .tel a,
#p-home .contact .frame_02 .btn_01 .tel > span {
	color: #fff;
	font-size: 38px;
	letter-spacing: 0.04em;
	background: #ef6000;
}

#p-home .contact .frame_02 .btn_01 .web a,
#p-home .contact .frame_02 .btn_01 .web > span {
	color: #fff;
	font-size: 34px;
	letter-spacing: 0.06em;
	line-height: 100px;
	background: #6fb92c;
}

#p-home .contact .frame_02 .btn_01 a em,
#p-home .contact .frame_02 .btn_01 > div > span em {
	height: 110px;
	display: block;
	border-radius: 8px;
}

#p-home .contact .frame_02 .btn_01 .tel a strong,
#p-home .contact .frame_02 .btn_01 .tel > span strong {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	width: 300px;
	height: 32px;
	line-height: 32px;
	display: block;
	background: #fdb61c;
	border-radius: 16px;
	margin: 12px auto 8px;
}

#p-home .contact .frame_02 .btn_01 .tel a em,
#p-home .contact .frame_02 .btn_01 .tel > span em {
	border: 2px solid #fff;
}

#p-home .contact .frame_02 .btn_01 .web a em,
#p-home .contact .frame_02 .btn_01 .web > span em {
	border: 2px solid #fff;
}

#p-home .contact .frame_02 .btn_01 .tel a span,
#p-home .contact .frame_02 .btn_01 .tel > span span {
	padding-left: 37px;
	background: url(../image/ico_tel_02.svg) no-repeat left top 16px;
	background-size: 27px;
}

#p-home .contact .frame_02 .btn_01 .web a span,
#p-home .contact .frame_02 .btn_01 .web > span span {
	padding: 0 39px 0 51px;
	background: url(../image/ico_plane_01.svg) no-repeat left top 15px, url(../image/ico_arrow_01.svg) no-repeat right top 18px;
	background-size: 31px, 12px;
}

@media screen and (max-width: 1560px) {
	#p-home .contact .frame_01 {
		margin: 0 20px;
	}
}

@media screen and (max-width: 1020px) {
	#p-home .contact .frame_02 .btn_01 {
		width: auto;
		display: block;
	}

	#p-home .contact .frame_02 .btn_01 a,
#p-home .contact .frame_02 .btn_01 > div > span {
		margin: 0 auto;
	}

	#p-home .contact .frame_02 .btn_01 .tel {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1020px) {
	#p-home .contact h2 {
		font-size: 12.5vw;
		margin-bottom: -2.5vw;
	}
}

@media screen and (max-width: 610px) {
	#p-home .contact .frame_01 {
		padding: 60px 20px;
	}

	#p-home .contact .frame_02 .btn_01 a,
#p-home .contact .frame_02 .btn_01 > div > span {
		width: 100%;
	}

	#p-home .contact .frame_02 .btn_01 .tel a strong,
#p-home .contact .frame_02 .btn_01 .tel > span strong {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 480px) {
	#p-home .contact .frame_01 {
		border-radius: 20px;
	}

	#p-home .contact .frame_02 h3 {
		font-size: 24px;
	}

	#p-home .contact .frame_02 p {
		font-size: 16px;
	}

	#p-home .contact .frame_02 .btn_01 a,
  #p-home .contact .frame_02 .btn_01 > div > span {
		height: 110px;
	}

	#p-home .contact .frame_02 .btn_01 a em,
#p-home .contact .frame_02 .btn_01 > div > span em {
		height: 100px;
	}

	#p-home .contact .frame_02 .btn_01 .tel a,
#p-home .contact .frame_02 .btn_01 .tel > span {
		font-size: 30px;
	}

	#p-home .contact .frame_02 .btn_01 .tel a strong,
#p-home .contact .frame_02 .btn_01 .tel > span strong {
		font-size: 16px;
	}

	#p-home .contact .frame_02 .btn_01 .web a,
#p-home .contact .frame_02 .btn_01 .web > span {
		font-size: 24px;
		line-height: 90px;
	}

	#p-home .contact .frame_02 .btn_01 .tel a span,
#p-home .contact .frame_02 .btn_01 .tel > span span {
		padding-left: 30px;
		background: url(../image/ico_tel_02.svg) no-repeat left top 14px;
		background-size: 20px;
	}

	#p-home .contact .frame_02 .btn_01 .web a span,
#p-home .contact .frame_02 .btn_01 .web > span span {
		padding: 0 20px 0 30px;
		background: url(../image/ico_plane_01.svg) no-repeat left top 12px, url(../image/ico_arrow_01.svg) no-repeat right top 14px;
		background-size: 20px, 10px;
	}
}


body#p-home #main.renewed {
margin-bottom: 0;
}


.trigger {
display: block;
cursor: pointer;
transition: all .2s ease-in-out;
}
.trigger:hover {
opacity: .8;
}


body.active {
}
body .popup {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.8);
opacity: 0;
z-index: -1;
pointer-events: none;
transition: all .2s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
}
body.active .popup.active {
z-index: 1001;
pointer-events: auto;
opacity: 1;
}

body .popup > div h2 {
font-family: "Zen Maru Gothic", serif;
font-weight: 700;
margin-bottom: .5em;
text-align: center;
font-size: 30px;
}
body .popup > div h2 span {
display: inline-block;
font-size: inherit;
color: inherit;
}
@media only screen and (max-width: 480px) {
body .popup > div h2 {
font-size: 26px;
}
}
body .popup > div {
max-width: 80vw;
font-family: "Zen Maru Gothic", serif;
font-weight: 700;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJ0lEQVQYV2NkQAP////3ZUQWAwswMm6GC8IEQIrAgsgCYEF0AZAgANP9E1CXVxkjAAAAAElFTkSuQmCC) repeat;
background-color: #EF6000;
position: relative;
display: flex;
justify-content: center;
align-items: stretch;
gap: .6rem;
flex-direction: column;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0 0 10px #ccc;
padding: 3rem;
color: white;
}
@media only screen and (max-width: 480px) {
body .popup > div {
padding: 1.5rem;
}
}
body .popup > div::after {
content: "";
display: block;
z-index: 1002;
border-radius: 16px;
pointer-events: none;
width: calc(100% - 8px);
height: calc(100% - 8px);
position: absolute;
top: 4px;
left: 4px;
border: 2px solid white;
}
body .popup > div a {
position: relative;
font-size: 20px;
box-sizing: border-box;
border: 3px solid white;
display: flex;
justify-content: center;
align-items: center;
border-radius: 9999px;
line-height: 1;
padding: .8rem 2rem;
gap: .5rem;
flex-direction: column;
transition: all .2s ease-in-out;
background: #FB993A;
color: white;
}
@media only screen and (max-width: 480px) {
body .popup > div a {
font-size: 16px;
}
}
body .popup.apos > div a {
padding-inline: 1rem calc(.8rem + 27px)
}
body .popup.phones > div a small {
display: flex;
justify-content: center;
align-items: center;
}
body .popup.phones > div a small::before {
content: "";
display: block;
height: 16px;
margin-right: 4px;
aspect-ratio: 1/1;
transform: translateY(1px);
-webkit-mask-image: url(../image/phone.svg);
mask-image: url(../image/phone.svg);
-webkit-mask-position: center;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: white;
}
body .popup.apos > div a::before {
content: "";
display: block;
height: 16px;
aspect-ratio: 1/1;
-webkit-mask-position: center;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: white;
position: absolute;
bottom: 0;
right: 5%;
top: 0;
margin: auto;
-webkit-mask-image: url(../image/arrow.svg);
mask-image: url(../image/arrow.svg);
}
body .popup > div a * {
font-weight: 700;
}
body .popup > div a:nth-of-type(2) {
background: #5CB4D7;
}
body .popup > div a:nth-of-type(3) {
background: #6AAB2D;
}
body .popup > div a:hover {
opacity: .8;
}

body .popup .close {
z-index: 1003;
border: 3px solid white;
background: white;
width: 44px;
aspect-ratio: 1/1;
border-radius: 9999px;
box-sizing: border-box;
position: absolute;
right: 0;
top: 0;
transform: translate(50%,-50%);
transition: all .2s ease-in-out;
cursor: pointer;
}
body .popup .close::after {
content: "";
width: 100%;
height: 100%;
display: block;
position: absolute;
z-index: 1002;
top: 0;
left: 0;
pointer-events: none;
display: block;
border: 3px solid white;
-webkit-mask-image: url(../image/closee.svg);
mask-image: url(../image/close.svg);
-webkit-mask-position: center;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: #555;
border-radius: 9999px;
box-sizing: border-box;
}
body .popup .close:hover {
opacity: .8;
}