@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
}
#top_ttl::before {
	content: "";
	background: url("../img/top/title-paint.png") no-repeat center /100% auto;
	width: 395px;
	height: 456px;
	position: absolute;
	right: 0;
	bottom: -5vw;
	z-index: 1;
}
#top_ttl img {
	width: 100%;
}
#top_msg {
	position: relative;
}
#top_msg::before {
	background: url("../img/top/bg-greeting.jpg") no-repeat bottom /cover;
}
#top_msg .info {
	width: 650px;
	background: #fff;
	position: relative;
	border-radius: 30px;
	padding: 60px 0 50px;
}
#top_msg .info h3 {
	color: var(--color-secondary);
	border: 3px solid var(--color-secondary);
	box-shadow: 0 4px 0 var(--color-secondary);
	width: 364px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 40px;
	padding-bottom: 2px;
	position: absolute;
	top: -24px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_msg .info h3::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -30px;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid var(--color-secondary);
}
#top_msg .info .txt {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
}
#top_msg .info .txt.fs {
	font-size: 16px;
}
#top_msg .info .blue {
	font-size: 31px;
	font-weight: 500;
	margin-bottom: 10px;
}
#top_msg .info .blue02 {
	font-size: 28px;
	margin-top: 20px;
	line-height: 1.4;
}
#top_msg .info .btn01 {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_msg .img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#top_plan .text01 {
	width: 250px;
	color: var(--color-secondary);
	border: 3px solid var(--color-secondary);
	border-radius: 25px;
	font-weight: 600;
	box-shadow: 0 4px 0 var(--color-secondary);
	margin: 0 auto 25px;
}
#top_plan .box {
	border: 3px solid var(--color-primary);
	border-radius: 20px;
	background: #f6f6f6;
	padding: 25px;
	position: relative;
	margin-bottom: 50px;
}
#top_plan .box:last-of-type {
	margin-bottom: 0;
}
#top_plan .box .img {
	position: absolute;
	top: 25px;
	left: 25px;
}
#top_plan .box .img img {
	border-radius: 20px;
}
#top_plan .box .in {
	padding-left: 405px;
}
#top_plan .box .in h4 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 20px;
}
#top_plan .box .in h4 span {
	color: #fff;
	font-size: 25px;
	background: var(--color-primary);
	width: 150px;
	position: relative;
	display: inline-block;
	line-height: 60px;
	padding-left: 15px;
	top: -5px;
	margin-right: 20px;
}
#top_plan .box .in h4 span::before {
	content: "";
	position: absolute;
	top: calc(50% - 30px);
	right: -40px;
	border: 30px solid transparent;
	border-left: 10px solid var(--color-primary);
}
#top_plan .box .in .txt {
	border-radius: 20px;
	min-height: 265px;
	background: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 20px 70px 20px;
}
#top_plan .box .in .price{
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: var(--color-primary);
	border-radius: 20px 0;
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
}
#top_plan .box .in .price .num{
	font-size: 78px;
}
#top_plan .box .in .price .yen {
	font-size: 39px;
	margin-left: 10px;
}
#top_plan .box .in .price .komi {
	position: absolute;
	right: 20px;
	top: 20px;
}
/*↓ここから、追加したその他の項目（部分塗装など）*/
#top_plan .list .price_ari {
	position: relative;
}
#top_plan .list .price_ari .price {
	position: absolute;
	right: -1px;
	bottom: -1px;
	background: var(--color-primary);
	border-radius: 20px 0;
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
	margin-bottom: 0;
}
#top_plan .list .price_ari .num {
	font-size: 78px;
}
#top_plan .list .price_ari .yen {
	font-size: 39px;
	margin-left: 10px;
}
#top_plan .list .price_ari .komi {
	position: absolute;
	right: 47px;
	top: 20px;
}
#top_plan .list .box_flex::after{
	content:"";
	display: block;
	width:340px;
}
#top_plan .list .other {
	width: 340px;
	border: 3px solid var(--color-primary);
	border-radius: 20px;
	padding: 25px;
}
#top_plan .list .other .text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}
#top_plan .list .other span.emphasis {
	display: block;
	color: var(--color-primary);
	font-size: 23px;
	font-weight: 600;
}
#top_plan .list .img_other {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 auto 13px;
}
#top_plan .list .img_other img {
	vertical-align: middle;
}
#top_case .list {
	margin: 80px 0 60px;
}
#top_case .box {
	width: 530px;
	position: relative;
	border-radius: 20px;
	background: var(--color-primary);
	padding-top: 50px;
}
#top_case .box h4 {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: inline-block;
	font-size: 30px;
	min-width: 400px;
	border: 3px solid var(--color-primary);
	color: var(--color-primary);
	background: #fff;
	padding: 11px;
	border-radius: 35px;
}
#top_case .box .ba {
	display: flex;
}
#top_case .box .ba .before, #top_case .box .ba .after {
	position: relative;
	width: 50%;
}
#top_case .box .ba .before::before, #top_case .box .ba .after::before {
	content: "BEFORE";
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	background: #333;
	color: #fff;
	font-weight: 500;
	line-height: 50px;
	border-bottom-right-radius: 20px;
	font-size: 18px;
	z-index: 1;
}
#top_case .box .ba .after::before {
	background: var(--color-secondary);
	content: "AFTER";
}
#top_case .box .ba .before::after {
	content: "";
	position: absolute;
	top: calc(50% - 19px);
	right: -38px;
	border: 19px solid transparent;
	border-left: 32px solid #fff;
	z-index: 1;
}
#top_case .box .ba .before img, #top_case .box .ba .after img {
	width: 100%;
	object-fit: cover;
}
#top_case .box .in {
	padding: 20px;
}
#top_case .box .in .ttl {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}
#top_case .box .in .txt {
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	font-size: 110%;
	text-align: justify;
}
#top_motto {
	position: relative;
}
#top_motto::before {
	background: url("../img/top/bg-motto01.png") no-repeat left top, var(--color-primary) url("../img/top/bg-motto02.png") no-repeat right bottom;
}
#top_motto {
	padding: 70px 0;
}
#top_motto .box {
	justify-content: flex-start;
}
#top_motto .maru {
	position: relative;
	width: 190px;
	height: 190px;
	background: #fff;
	border-radius: 50%;
	padding-top: 50px;
	margin-right: 20px;
}
#top_motto .maru::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 7px;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	border-radius: 50%;
	border: 1px solid var(--color-primary);
	z-index: 1;
}
#top_motto .maru span {
	display: block;
	text-align: center;
	line-height: 1;
}
#top_motto .maru .fm {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 15px;
}
#top_motto .maru .fs {
	color: #666;
	font-size: 23px;
	font-weight: 500;
}
#top_motto dl {
	color: #fff;
	line-height: 1;
}
#top_motto dl dt {
	font-size: 61px;
	font-weight: bold;
	margin-bottom: 30px;
}
#top_motto dl dd {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
}
#top_motto dl dd .fm {
	font-size: 40px;
}
#top_motto .img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#top_area::before {
	background: url("../img/top/bg-map.png") no-repeat right calc(50% - 420px) top 130px;
}
#top_area dl {
	width: 900px;
	border: 4px solid var(--color-primary);
	border-radius: 20px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 40px 0;
}
#top_area dl::before {
	content: "";
	position: absolute;
	top: -185px;
	left: 80px;
	background: url("../img/top/woman01.png") no-repeat center /100% auto;
	width: 172px;
	height: 200px;
	z-index: -1;
}
#top_area dl dt {
	text-align: center;
	color: var(--color-primary);
	font-size: 61px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
}
#top_area dl dd {
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}
#top_blog {
	margin-bottom: 40px;
}
#top_blog::before {
	background: #f6f6f6;
	height: 250px;
	top: 250px;
	z-index: -1;
}
#top_blog #blog_list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 250px);
	gap: 40px 0;
	margin-top: 20px;
	margin-bottom: 70px;
}
#top_blog #blog_list a {
	display: block;
	border: 4px solid var(--color-primary);
	border-radius: 30px;
	padding: 21px;
	background: #fff;
}
#top_blog #blog_list a .img {
	margin-bottom: 10px;
	display: block;
}
#top_blog #blog_list a .img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#top_blog #blog_list a .date {
	color: #333;
	display: block;
}
#top_blog #blog_list a .txt {
	text-decoration: underline;
	color: #25589b;
	display: block;
	text-align: justify;
}
#top_blog .btn01 {
	text-align: center;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl::before {
		width: 150px;
		height: 180px;
		bottom: -5vw;
	}
	#top_msg {
		padding-bottom: 0;
	}
	#top_msg .img {
		text-align: center;
		position: relative;
	}
	#top_msg .img img {
		width: 350px;
	}
	#top_msg .info {
		width: 100%;
		margin-bottom: 50px;
	}
	#top_msg .info .txt {
		font-size: 20px;
	}
	#top_msg .info .txt.fs {
		font-size: 15px;
	}
	#top_msg .info .blue {
		font-size: 25px;
	}
	#top_msg .info .blue02 {
		font-size: 20px;
	}
	#top_msg .info .btn01 {
		bottom: -25px;
	}
	#top_plan .box {
		padding: 15px;
	}
	#top_plan .box .img {
		position: relative;
		text-align: center;
		top: 0;
		left: 0;
		margin-bottom: 20px;
	}
	#top_plan .box .in {
		padding-left: 0;
	}
	#top_plan .box .in h4 {
		font-size: 28px;
	}
	#top_plan .box .in h4 span {
		width: 100px;
		line-height: 40px;
		font-size: 18px;
		padding-left: 10px;
	}
	#top_plan .box .in h4 span::before {
		top: calc(50% - 20px);
		right: -30px;
		border: 20px solid transparent;
		border-left: 10px solid var(--color-primary);
	}
	#top_plan .box .in .txt {
		padding: 15px 15px 60px 15px;
		min-height: unset;
	}
	#top_plan .box .in .price .num {
		font-size: 50px;
	}
	#top_plan .box .in .price .yen {
		font-size: 20px;
	}
	#top_plan .box .in .price .komi {
		right: 8px;
		top: 18px;
		font-size: 13px;
	}
	#top_plan .list .price_ari .num {
		font-size: 50px;
	}
	#top_plan .list .price_ari .yen {
		font-size: 20px;
	}
	#top_plan .list .price_ari .komi {
		right: 16px;
		top: 18px;
		font-size: 13px;
	}
	#top_plan .list .price_ari .text {
		padding-bottom: 60px;
	}
	#top_plan .list .other {
		width: 100%;
		padding: 15px 25px;
	}
	#top_plan .list .other + .other {
		margin-top: 50px;
	}
	#top_plan .list .img_other {
		width: 380px;
	}
	#top_case .list {
		margin: 40px 0 30px;
	}
	#top_case .box {
		width: 49%;
		padding-top: 35px;
	}
	#top_case .box h4 {
		min-width: 270px;
		font-size: 20px;
		padding: 5px;
		top: -22px;
	}
	#top_case .box .ba .before::before, #top_case .box .ba .after::before {
		width: 80px;
		font-size: 15px;
		line-height: 30px;
	}
	#top_case .box .ba .before::after {
		top: calc(50% - 10px);
		right: -20px;
		border: 10px solid transparent;
		border-left: 16px solid #fff;
		z-index: 1;
	}
	#top_case .box .in {
		padding: 10px;
	}
	#top_case .box .in .ttl {
		font-size: 15px;
	}
	#top_case .box .in .txt {
		border-radius: 15px;
		padding: 10px;
		font-size: 105%;
	}
	#top_motto {
		padding: 40px 0;
	}
	#top_motto::before {
		background-size: 30% auto;
	}
	#top_motto .maru {
		width: 150px;
		height: 150px;
		padding-top: 40px;
	}
	#top_motto .maru .fm {
		font-size: 40px;
	}
	#top_motto .maru .fs {
		font-size: 20px;
	}
	#top_motto dl {
		position: relative;
	}
	#top_motto dl dt {
		position: absolute;
		top: -100px;
		left: 170px;
		font-size: 45px;
		margin-bottom: 10px;
	}
	#top_motto dl dd {
		padding-right: 150px;
		font-size: 20px;
	}
	#top_motto dl dd .fm {
		font-size: 30px;
	}
	#top_motto .img {
		width: 150px;
	}
	#top_area::before {
		display: none;
	}
	#top_area dl {
		width: 100%;
		padding: 15px;
	}
	#top_area dl::before {
		width: 90px;
		height: 110px;
		top: -100px;
		left: 20px;
	}
	#top_area dl dt {
		font-size: 35px;
		margin-bottom: 10px;
	}
	#top_area dl dd {
		font-size: 20px;
		line-height: 1.4;
	}
	#top_blog {
		margin-bottom: 0;
	}
	#top_blog #blog_list {
		grid-template-columns: repeat(4, 24%);
		margin-bottom: 40px;
	}
	#top_blog #blog_list a {
		padding: 10px;
		border-radius: 15px;
		border-width: 2px;
	}
	#top_blog #blog_list a .img img {
		height: 20vw;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl::before {
		width: 80px;
		height: 100px;
		bottom: -7vw;
	}
	#top_msg .info h3 {
		width: 95%;
		max-width: 300px;
	}
	#top_msg .info .txt {
		font-size: 18px;
	}
	#top_msg .info .txt.fs {
		font-size: 14px;
	}
	#top_msg .info .blue {
		font-size: 23px;
	}
	#top_msg .info .blue02 {
		font-size: 18px;
	}
	#top_msg .img img {
		width: 280px;
	}
	#top_plan .box .in h4 {
		font-size: 25px;
	}
	#top_plan .text01 {
		width: 190px;
	}
	#top_plan .box .in h4 span {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
		line-height: 30px;
		font-size: 16px;
		width: 90px;
	}
	#top_plan .box .in h4 span::before {
		top: calc(50% - 15px);
		right: -25px;
		border: 15px solid transparent;
		border-left: 10px solid var(--color-primary);
	}
	#top_plan .box .in .txt {
		font-size: 16px;
		padding: 10px 10px 40px 10px;
	}
	#top_plan .box .in .price {
		padding: 5px 15px;
	}
	#top_plan .box .in .price .num {
		font-size: 40px;
	}
	#top_plan .box .in .price .yen {
		font-size: 18px;
	}
	#top_plan .box .in .price .komi {
		font-size: 10px;
		top: 10px;
	}
	#top_plan .list .price_ari .price {
		padding: 5px 15px;
	}
	#top_plan .list .price_ari .num {
		font-size: 40px;
	}
	#top_plan .list .price_ari .yen {
		font-size: 18px;
	}
	#top_plan .list .price_ari .komi {
		top: 10px;
		font-size: 10px;
	}
	#top_plan .list .price_ari .text {
		padding-bottom: 40px;
	}
	#top_plan .list .other {
		width: 100%;
		padding: 15px;
	}
	#top_plan .list .other .text {
		font-size: 16px;
	}
	#top_plan .list .other span.emphasis {
		font-size: 20px;
	}
	#top_plan .list .img_other {
		width: 100%;
	}
	#top_case .box {
		width: 100%;
		margin-bottom: 40px;
	}
	#top_case .box:last-of-type {
		margin-bottom: 0;
	}
	#top_motto {
		padding: 25px 0;
	}
	#top_motto .box {
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#top_motto .maru {
		width: 120px;
		height: 120px;
		padding-top: 25px;
		margin-bottom: 10px;
	}
	#top_motto .maru .fm {
		font-size: 30px;
	}
	#top_motto .maru .fs {
		font-size: 16px;
	}
	#top_motto dl dt {
		font-size: 35px;
		left: 135px;
		line-height: 1.3;
		margin-bottom: 0;
		top: -115px;
	}
	#top_motto dl dd {
		font-size: 18px;
		padding-right: 100px;
	}
	#top_motto dl dd .fm {
		font-size: 25px;
	}
	#top_motto .img {
		width: 150px;
		right: calc(50% - 200px);
	}
	#top_area dl::before {
		width: 60px;
		height: 75px;
		top: -70px;
	}
	#top_area dl dt {
		font-size: 28px;
		line-height: 1.2;
	}
	#top_blog #blog_list {
		grid-template-columns: repeat(2, 49%);
		margin-bottom: 20px;
		gap: 10px 0;
	}
	#top_blog #blog_list a .img {
		margin-bottom: 5px;
	}
	#top_blog #blog_list a .img img {
		height: 35vw;
	}
	@media only screen and (max-width: 320px){
		#top_msg .info .txt.fs {
			font-size: 13px;
		}
		#top_msg .info .blue02 {
			font-size: 16px;
		}
		#top_msg .img img {
			width: 250px;
		}
		#top_motto dl dd {
			font-size: 15px;
		}
		#top_motto .img {
			right: calc(50% - 184px);
		}
	}
}