@charset "utf-8";
/* CSS Document */


.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
}

section#MV {
	text-align: center;
	max-width: 980px;
	height: auto;
	margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
	section#MV {
		margin: 20px auto 0;
	}
}

#lower .mainimg {
	max-width: 980px;
	height: auto;
	margin: 0px auto;
}

.sec-inner {
    max-width: 980px;
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
}

.page_repaint_sign_bg .page_repaint_sign .page_repaint_sign_btn h2 {
	line-height: 1.5;
	font-size: 2em;
	padding: 12px 12px 12px 90px;
	background: #eb6120;
	color: #ffffff;
	position: relative;
}

.page_repaint_sign_outline {
	/*font-size: 24px;*/
	font-size: 20px;
	font-weight: 500;
	line-height: 160%;
	max-width: 936px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.page_repaint_sign_outline {
		padding: 24px 10px 24px;
		font-size: 18px;
		line-height: calc(26/18);
	}

}

.sec-ttl > h2 {
	line-height: 1.5;
	font-size: 2em;
	padding: 12px 12px 12px 90px;
	background: #eb6120;
	color: #ffffff;
	position: relative;

}

@media screen and (max-width: 767px) {
	.sec-ttl > h2 {
		font-size: 24px;
		line-height: calc(32/24);
		padding: 11px 10px 11px 47px;
		min-height: 56px;
		box-sizing: border-box;
	}
}

.sec-ttl > h2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #000000 transparent transparent transparent;
}

.c-header__brown {
	background: #76471b;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	display: flex;
	height: 64px;
	align-items: center;
	padding: 0 50px;
	background-size: auto auto;
	background-color: #9d652f;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 1px, rgb(118, 71, 27) 1px, rgb(118, 71, 27) 6px);
}

@media screen and (max-width: 767px) {
	.c-header__brown{
		font-size: 24px;
		height: auto;
		padding: 8px 16px;
	}
}

@media screen and (max-width: 767px) {
	.sec-ttl > h2::after {
		border-width: 48px 48px 0 0;
	}
}

.back_orange {
	background: #FDF4E6;
}

@media screen and (max-width: 767px) {
	.back_orange .sec-ttl {
		margin: 0 -10px;
	}
}

.kaisetsu_wrap {
	max-width: 930px;
	margin: 0px auto;
	position: relative;
}

.kaisetsu_txt > p {
	/*font-size: 28px;*/
	font-size: 20px;
	font-weight: 500;
	max-width: 676px;
	position: relative;
	padding: 20px 0px;
	line-height: 160%;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.kaisetsu_txt > p {
		font-size: 18px;
		line-height: calc(20/18);
		padding: 24px 0;
	}
}

@media screen and (min-width: 767px) {
	.kaisetsu_txt::after {
		content: '';
		background: url("../images/repaint_sign/kaisetsu-img.png");
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 234px;
		height: 178px;
		top: -30px;
		right: 0px;
		position: absolute;
	}
}

.movie_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 930px;
	margin: 0px auto;
}

@media screen and (max-width: 767px) {
	.movie_area {
		display: block;
		max-width: 100%;
	}
}

.movie_area > div {
	width: 32%;
}

@media screen and (max-width: 767px) {
	.movie_area > div {
		width: 290px;
		margin: 24px auto auto;
	}

	.movie_area > div:first-of-type {
		margin-top: 0;
	}

}

.movie_area > div iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}


.movie_area > div p {
	text-align: center;
	/*font-size: 22px;*/
	font-size: 16px;
	padding: 10px 0px 0px;
	line-height: 130%;
}

@media screen and (max-width: 767px) {
	.movie_area > div p {
		margin: 0 -1em;
		padding-top: 5px;
	}
}
@media screen and (min-width: 768px) {

	.movie_sec,
	.sign_check{
		width: 980px;
		margin: auto auto auto;
	}
	#lower .movie_sec .sec-inner{
		padding: 0;
	}
}
.movie_sec{
	background: #FDF4E6;
	padding-bottom: 34px;
}

section#sign_check {
	padding: 0 0 20px;
}

@media screen and (max-width: 767px) {
	.movie_sec{
		padding-bottom: 20px;
	}

	section#sign_check {
		padding: 0 0 0;
	}

	#lower .movie_sec .sec-inner {
		padding: 0;
	}

	#lower .movie_sec .sec-inner .kaisetsu_wrap {
		padding: 0 10px;
	}
	
}

.sign_chech_ttl {
	text-align: center;
	background: url("../images/repaint_sign/sigh_check_ttl_pc.png");
	background-repeat: no-repeat;
	
	background-position: center center;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: #FDF4E6;
}
@media screen and (min-width: 768px) {
	.sign_chech_ttl {
		background-size: 143% 100%;
	}
}
@media screen and (max-width: 767px) {
	.sign_chech_ttl {
		background-image: url("../images/repaint_sign/sigh_check_ttl_sp.png");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
		height: 190px;
	}

}

.sign_chech_ttl > span {
	width: 361px;
	height: 147px;
	display: block;
}

@media screen and (max-width: 767px) {
	.sign_chech_ttl > span {
		padding-top: 35px;
		height: 100%;
		width: 250px;
		max-width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;

	}
}

.sign_chech_ttl > span img {
	width: auto;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.sign_chech_ttl > span img {
		max-width: 100%;
	}

}

.sign_check_inner {
	background: #FFF;
	padding: 30px 0px;
}

.check_list {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	/*max-width: 930px;*/
	max-width: 880px;
	margin: 0px auto;
}

@media screen and (max-width: 767px) {
	.check_list {
		max-width: 100%;
		padding: 0 20px;
		margin-left: 30px;
	}
}

.check_list > p {
	box-sizing: border-box;
	/*font-size: 32px;*/
	font-size: 24px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.check_list > p {
		font-size: 18px;
		line-height: calc(22/18);
		width: 49%;
		min-height: 53px;
	}
}

@media screen and (min-width: 769px) {
	.check_list > p:nth-child(n+4) {
		margin-top: 35px;
	}
}

.check_list > p.clm3 {
	width: 33.333%;
}

@media screen and (max-width: 767px) {
	.check_list > p.clm3 {
		width: 49%;
	}

}

.check_list .sign_check {
	cursor: pointer;
	font-weight: normal;
	padding-left: 45px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.check_list .sign_check {
		padding-left: 0;
		line-height: 1.4;
		text-indent: 0;
	}
}

.check_list .sign_check::before {
	content: '';
	border: 1px solid #FF6C00;
	width: 24px;
	height: 24px;
	border-radius: 5px;
	top: 0px;
	left: 0px;
	position: relative;
	display: inline-block;
	transition: .2s;
	position: absolute;
	left: 0;
	top: 0.2em;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.check_list .sign_check::before {
		top: 0;
		left: -30px;
	}

}

.check_list .sign_check:hover {
	opacity: 1;
}

.check_list .sign_check:hover::before {
	background-color: #FFC69C;
	/* background-color: #FF6C00; */
}

.sign_check_btn {
	width: 576px;
	margin: 57px auto 0;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.sign_check_btn {
		width: 320px;
		height: 72px;
	}

}

.sign_check_btn a {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
	border-radius: 36px;
	background: #FF6C00;
	display: block;
	padding: 24px 10px;
	box-shadow: 2px 2px 6px rgba(255, 108, 0, .46);
}

@media screen and (max-width: 767px) {
	.sign_check_btn a {
		font-size: 20px;
		line-height: calc(28/20);
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		position: relative;
		width: 100%;
		height: 100%;
	}
}

.sign_check_btn a > span {
	position: relative;
	display: inline-block;
	padding-right: 30px;
}

.sign_check_btn span.pc {
	display: inline;
}

@media screen and (max-width: 767px) {
	.sign_check_btn span {
		position: static;
	}

	.sign_check_btn span.pc {
		display: none;

	}

}

.sign_check_btn a > span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	width: 10px;
	height: 10px;
	margin-top: -2px;
}

@media screen and (max-width: 767px) {
	.sign_check_btn a > span::before {

		position: absolute;
		right: 0;

	}

}

.kind_ttl {
	padding: 30px 0px;
}

.kind_ttl > h2 {
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.kind_ttl > h2 span {
	font-weight: 700;
	color: #FF6C00;
}

.kind_ttl > h2::after {
	content: '';
	background: url("../images/repaint_sign/kind_ttl_back.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 160px;
	height: 24px;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.kind_list {
	max-width: 980px;
	margin: 0px auto;
	padding: 30px 0px;
}

.kind_list > div {
	background: #FFF;
	padding: 77px 30px 30px;
	position: relative;
	filter: drop-shadow(3px 3px 6px #FFC66D);
}

.kind_list > div:nth-of-type(n+2) {
	margin: 40px 0px 0px;
}

.kind_name > span {
	font-size: 24px;
	font-weight: 500;
	background: #FFB560;
	width: auto;
	padding: 12px 27px 12px 27px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.kind_name > span::after {
	content: '';
	background: url("../images/repaint_sign/kind_name_back.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 46px;
	height: 49px;
	top: 0px;
	right: -23px;
	position: absolute;
}

.kind_txt p {
	/*font-size: 22px;*/
	font-size: 18px;
	line-height: 146%;
}

.kind_txt .flex {
	display: flex;
}

.kind_txt .flex img {
	padding: 0px 30px 25px 0px;
	width: 355px;
	height: auto;
}

.kind_txt .flex > p {
	width: calc(100% - 385px);
}

.kind_list .kind_matome {
	max-width: 980px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 4px solid #FFB560;
	padding: 20px;
	filter: none;
}

.kind_list .kind_matome::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #ffb560 transparent transparent transparent;
	position: absolute;
	left: -4px;
	top: -4px;
}

.kind_list .kind_matome .matome_txt {
	width: calc(100% - 230px);
	font-size: 22px;
	line-height: 172%;
}

.kind_list .kind_matome .matome_img {
	width: 216px;
}

@media screen and (max-width: 767px) {
	.kind_ttl {
		padding: 24px 0 56px;
	}

	.kind_ttl > h2 {
		font-size: 24px;
		line-height: calc(32 / 24);
	}

	.kind_ttl > h2::after {
		bottom: -32px;
	}

	.kind_list {
		padding: 0 0 30px;
		width: calc(355 / 375 * 100%);
	}

	.kind_list > div {
		padding: 68px 18px 23px;
	}

	.kind_list > div:nth-of-type(n+2) {
		margin: 40px 0px 0px;
	}

	.kind_name > span {
		font-size: 20px;
		padding: 12px 13px 12px 13px;
	}

	.kind_name > span::after {
		height: 45px;
		right: -24px;
	}

	.kind_txt p {
		font-size: 18px;
		line-height: 146%;
	}

	.kind_txt .flex {
		display: block;
	}

	.kind_txt .flex + p {
		margin-top: 2em;
	}

	.kind_txt .flex img {
		padding: 0;
		width: 100%;
		height: auto;
	}

	.kind_txt .flex > p {
		width: auto;
		margin-top: 24px;
	}

	.kind_list .kind_matome {
		padding: 25px 17px;
		display: block;
	}

	.kind_list .kind_matome .matome_txt {
		width: auto;
		font-size: 18px;
	}

	.kind_list .kind_matome .matome_img {
		width: 216px;
		margin: 20px auto 0;
	}
}

.amamori {
	padding-top: 40px;
	background-color: #fff;
}

.amamori-box {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
	margin-top: 25px;
}

.amamori-box .img {
	width: 355px;
	max-width: 100%;
}

.amamori-box .cnt {
	width: 545px;
	max-width: 100%;
}

.amamori-box .cnt .txt {
	font-size: 22px;
	line-height: calc(32/22);

}

.amamori .maeni {
	background-color: #FDF2ED;
	background-image: url(../images/repaint_sign/bg_maeni_pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 40px;
	padding-bottom: 40px;
}

.amamori .maeni .bln {
	width: 224px;
	margin: auto auto 25px;
}

.amamori .maeni .maeni-img {
	text-align: center;
}

.amamori .maeni .maeni-txt {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-top: 25px;
}

.amamori .maeni .maeni-txt span {
	color: #FF6C00;
	font-weight: bold;
}

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

	.amamori {
		padding-top: 40px;
		background-color: #fff;
	}

	.amamori-box {
		display: block;
		padding: 0 15px;
	}

	.amamori-box .img {
		width: 100%;
		max-width: 100%;
	}

	.amamori-box .cnt {
		width: auto;
		max-width: 100%;
	}

	.amamori-box .cnt .txt {
		font-size: 18px;
		margin-top: 24px;
	}

	.amamori .maeni {
		margin-top: 20px;
	}

	.amamori .maeni .bln {
		width: 216px;
		margin: auto auto 25px;
	}

	.amamori .maeni .maeni-txt {
		font-size: 24px;
		line-height: 1.33;
		text-align: center;
	}

}



/* -----------------
quote-wrap
ここが違う！建物診断の専門家による無料見積もり
-------------------- */
.quote-wrap .sec-inner *,
.quote-wrap .sec-inner *::before,
.quote-wrap .sec-inner *::after {
	box-sizing: border-box;
}

.quote-wrap .list {
	margin-top: 24px;
}

.quote-wrap .list li {
	display: flex;
	border: 1px solid #FF6C00;
}

.quote-wrap .list li:nth-child(n+2) {
	margin-top: 40px;
}

.quote-wrap .list .img {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 14px 64px 14px 24px;
	width: 327px;
	overflow: hidden;
}

.quote-wrap .list .img::before,
.quote-wrap .list .img::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

.quote-wrap .list .img::before {
	top: 0;
	right: 56px;
	width: 100%;
	height: 100%;
	background: #FDF2ED;
}

.quote-wrap .list .img::after {
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 288px 0 288px 112px;
	border-color: transparent transparent transparent #fdf2ed;
	transform: translateY(-50%);
}

.quote-wrap .list .txt-box {
	padding: 14px 0 14px 12px;
	width: calc(100% - 327px);
}

.quote-wrap .list .sttl {
	margin: 0;
}

.quote-wrap .list .sttl span {
	color: inherit;
	font-weight: 500;
	font-size: 28px;
	line-height: calc(40 / 28);
	display: inline;
	background: -webkit-linear-gradient(transparent 40%, #FFE771 0%);
	background: linear-gradient(transparent 40%, #FFE771 0%);
}

.quote-wrap .list .txt {
	font-size: 22px;
	line-height: calc(32 / 22);
	margin-top: 10px;
}

.quote-wrap .list .note-txt {
	/*font-size: 18px;*/
	font-size: 16px;
	line-height: calc(23 / 18);
	margin-top: 8px;
}

.contact-wrap {
	margin-top: 69px;
	margin-bottom: 53px;
}

/*
.contact-wrap .wpcf7 {
	margin-top: 35px;
}

.contact-wrap .cube_btn input {
	position: relative;
	z-index: 1;
	-webkit-appearance: none;
	border: 0;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	background-color: transparent;
	padding: 0 0 0 20px;
}
*/

@media screen and (max-width: 767px) {
	.quote-wrap .sec-ttl {
		margin: 0 -10px;
	}

	.quote-wrap .list {
		padding: 0 15px;
	}

	.quote-wrap .list li {
		display: block;
		border: 1px solid #FF6C00;
	}

	.quote-wrap .list li:nth-child(n+2) {
		margin-top: 24px;
	}

	.quote-wrap .list .img {
		display: block;
		padding: 37px 41px calc(20px + 14.4vw);
		width: 100%;
		height: auto;
	}

	.quote-wrap .list .img img {
		width: 100%;
	}

	.quote-wrap .list .img::before {
		height: calc(100% - 14.4vw);
		right: 0;
	}

	.quote-wrap .list .img::after {
		top: auto;
		bottom: 0;
		left: 50%;
		border-style: solid;
		border-width: 14.4vw 44vw 0 44vw;
		border-color: #fdf2ed transparent transparent transparent;
		transform: translateX(-50%);
	}

	.quote-wrap .list .txt-box {
		padding: 10px 15px 20px;
		width: 100%;
	}

	.quote-wrap .list .sttl {
		text-align: center;
	}

	.quote-wrap .list .sttl span {
		font-size: 20px;
		line-height: calc(28 / 20);
	}

	.quote-wrap .list .txt {
		font-size: 18px;
		line-height: calc(26 / 18);
		margin-top: 18px;
	}

	.quote-wrap .list .note-txt {
		font-size: 14px;
		line-height: calc(23 / 14);
		margin-top: 18px;
	}

	.contact-wrap {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.contact-wrap .sec-ttl {
		margin: 0 -10px;
	}

	.contact-wrap .sec-ttl > h2 {
		font-size: 22px;
		padding-left: 34px;
	}

	.contact-wrap .wpcf7 {
		margin-top: 24px;
	}
}