@charset "utf-8";
	
/* -----------------------------------------------------------
    下層タイトル
-------------------------------------------------------------- */
.page-title.lower-page {
    width: 100%;
	height: 250px;
	background:url( "../img/lower-page-ttl-bg01.png" ) no-repeat bottom 0% right 7% / auto 100%;
	background-color: #EFF9FF;
    padding: 60px 0 0px;
	text-align: center;
	position: relative;
	z-index: -1;
}

.page-title.lower-page .titlebox {
	text-align: left;
}

/*イラスト部分*/
.page-title.lower-page .ttl-img-area {
	position: absolute;
	bottom: 0px;
	right: 35%;
}

.page-title.lower-page .ttl-img-area .txt-area {
	background-color: #FCFC03;
	border-radius: 85px;
	width: 163px;
	height: 163px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	position: absolute;
	bottom: 49px;
	left: -5px;
}

.page-title.lower-page .ttl-img-area .txt-area .num {
	font-size: 7rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}

.page-title.lower-page .ttl-img-area .txt-area .txt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.page-title.lower-page .ttl-img-area img {
	z-index: 2;
	position: relative;
}

@media screen and (max-width: 768px){
	.page-title.lower-page {
		height: 120px;
		background:url( "../img/lower-page-ttl-bg01-sp.png" ) no-repeat bottom 0% right 0% / auto 100%;
		background-color: #EFF9FF;
		padding: 20px 0 0px;
		margin: 0 0 20px;
	}

	/*イラスト部分*/
	.page-title.lower-page .ttl-img-area {
		right: 5%;
	}

	.page-title.lower-page .ttl-img-area .txt-area {
		width: 100px;
		height: 100px;
		bottom: 35px;
		left: 0px;
	}

	.page-title.lower-page .ttl-img-area .txt-area .num {
		font-size: 4rem;
	}

	.page-title.lower-page .ttl-img-area .txt-area .txt {
		font-size: 1.5rem;
	}

	.page-title.lower-page .ttl-img-area img {
		width: 100px;
	}
}


/* -----------------------------------------------------------
    mv
-------------------------------------------------------------- */
.mv-area {
	background: url("../img/symbol-blue.png") left bottom / 470px auto #EFF9FF no-repeat;
	padding: 60px 0;
	animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1);
	height: 750px;
}
#area.detail2 .mv-area {
	height: 850px;
}
.mv-area .inner {
	position: relative;
}
.mv-area .inner .mv-img1 {
	position: absolute;
	top: 150px;
	left: -100px;
}
.mv-area .inner .mv-img2 {
	position: absolute;
	top: -10px;
	left: 450px;
}
.mv-area .inner .mv-img4 {
	position: absolute;
	top: 50px;
	right: -200px;
}

/*タイトル周り*/
.mv-area1 .catch1 span {
	display: inline-block;
	background: #FFD500;
	padding: 2px 20px;
	font-size: 3.8rem;
	font-weight: 600;
	transform: rotate( -5deg );
	margin: 0 0 10px;
}
.mv-area1 .catch2 {
	font-size: 4.5rem;
	font-weight: 600;
	background: #fff;
	display: inline-block;
	clear: both;
	border-bottom: 10px solid #FFD500;
	line-height: 1.0;
	padding: 0 20px 0;
	transform: rotate( -5deg );
	position: relative;
	left: 12px;
}
.mv-area1 .catch2 .style1 {
	font-size: 3.8rem;
	color: #D93434;
	display: inline-block;
	line-height: 1.1;
	position: relative;
	padding: 0 0 0 40px;
}
.mv-area1 .catch2 .style1::before {
	content: "";
	background:url("../img/mv-icon.png") center top / 34px 34px no-repeat;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 0;
	top: 0;
}
.mv-area1 .catch2 .style2 {
	font-size: 12rem;
	color: #D93434;
	line-height: 1.0;
	font-family: 'Roboto', sans-serif;
	font-feature-settings: "palt";
	position: relative;
	top: 5px;
}
.mv-area1 .catch2 .style3 {
	font-size: 6rem;
	color: #D93434;
}
.mv-area1 .catch3 {
	color: #fff;
	font-size: 11rem;
	font-weight: 600;
}
.mv-area1 .catch3 span {
	background:#0E6EB8;
	display: inline-block;
	margin: 0 5px 0 0;
	width: 150px;
	height: 150px;
	padding: 15px 0 0 0;
	text-align: center;
}
.mv-area1 .mv-area-title {
	font-size: 4rem;
	font-weight: 600;
}
.mv-area1 .mv-area-title span {
	color:#0E6EB8;
}

/*施工料金例周り*/
.mv-area2 {
	padding: 20px;
	background: #fff;
	box-shadow: 2px 2px 30px #ddd;
	width: 760px;
	margin: 30px 0 0;
	position: relative;
}

.mv-area2 .textbox {
	font-weight: 600;
}
.mv-area2 .textbox .in1 {
	display: flex;
}
.mv-area2 .textbox .in1 .text1 {
	font-size: 2.0rem;
	font-weight: 600;
	background: #1A86D0;
	color: #fff;
	display: inline-block;
	padding: 2px 15px 3px 30px;
	position: relative;
	left: -30px;
	margin: 0 -10px 0 0;
}
.mv-area2 .textbox .in1 .text1::before {
	position: absolute;
	left: 0px;
	top: 40px;
	content: "";
	width: 10px;
	height: 6px;
	background:url("../img/mv-icon2.png") center top / 10px 6px no-repeat;
}
.mv-area2 .textbox .in1 .text2 {
	padding: 5px 0 0;
}
.mv-area2 .textbox .in2 {
	display: flex;
	position: relative;
	top: -20px;
	margin: 0 0 -20px;
}
.mv-area2 .textbox .in2 .text1 {
	height: 40px;
	font-size: 1.8rem;
	padding: 2px 10px;
	border-radius: 5px;
	background:#16296C;
	display: inline-block;
	color: #fff;
	position: relative;
	margin: 45px 0 0;
}
.mv-area2 .textbox .in2 .text1::before {
	width: 0;
	height: 0;
	border-left: 5px solid #16296C;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	position: absolute;
	right: -5px;
	top: 13px;
}
.mv-area2 .textbox .in2 .text2 {
	font-size: 7.0rem;
	font-family: 'Roboto', sans-serif;
	font-feature-settings: "palt";
	color: #1C3079;
}
.mv-area2 .textbox .in2 .text2 span {
	font-size: 3.5rem;
}
.mv-img3 {
	position: absolute;
	top: 20px;
	right: 20px;
}
.card {
	border:1px solid #4E6780;
}
.card .in {
	background:#BFCCD9;
	height: 40px;
	font-weight: 600;
}
.card .in .text1 {
	background: #4E6780;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	position: relative;
}
.card .in .text1::before {
	width: 0;
	height: 0;
	border-left: 19px solid #4E6780;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	content: "";
	position: absolute;
	right: -19px;
	top: 0;
}
.card .in .text2 {
	display: inline-block;
	color: #4E6780;
	padding: 0 0 0 30px;
}
.card .in2 {
	padding: 5px;
	text-align: center;
}
.card .in2 img {
	height: 40px;
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }

  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

@media screen and (max-width: 768px){
	
	.mv-area {
		background: unset;
		padding: 0;
		height: auto;
	}
	#area.detail2 .mv-area {
		height: auto;
	}
	.mv-area .sp {
		background: url("../img/symbol-blue.png") left bottom / 165px auto #EFF9FF no-repeat;
		padding: 30px 0;
		height: 380px;
	}
	.mv-area .inner .mv-img1 {
		top: 50px;
		left: -10px;
		width: 26px;
	}
	.mv-area .inner .mv-img2 {
		top: 0;
		left: unset;
		right: 10px;
		width: 156px;
	}
	.mv-area .inner .mv-img4 {
		top: 190px;
		right: 0;
		width: 120px;
		width: 180px;
	}

	/*タイトル周り*/
	.mv-area1 .catch1 {
		margin: 0 0 0 10px;
	}
	.mv-area1 .catch1 span {
		padding: 2px 10px;
		font-size: 1.6rem;
	}
	.mv-area1 .catch2 {
		font-size: 1.6rem;
		border-bottom: 5px solid #FFD500;
		padding: 0 20px 0;
		left: 15px;
		top: -5px;
	}
	.mv-area1 .catch2 .style1 {
		font-size: 1.6rem;
		padding: 0 0 0 20px;
	}
	.mv-area1 .catch2 .style1::before {
		background:url("../img/mv-icon.png") center top / 15px 15px no-repeat;
		width: 15px;
		height: 15px;
	}
	.mv-area1 .catch2 .style2 {
		font-size: 5.3rem;
	}
	.mv-area1 .catch2 .style3 {
		font-size: 2.7rem;
	}
	.mv-area1 .catch3 {
		font-size: 5.0rem;
		margin: 0 0 0 30px;
	}
	.mv-area1 .catch3 span {
		width: 70px;
		height: 70px;
		padding: 7px 0 0 0;
	}
	.mv-area1 .mv-area-title {
		font-size: 2rem;
		margin: 70px 0 0 10px;
		line-height: 1.4;
	}

	/*施工料金例周り*/
	.mv-area2 {
		padding: 20px 10px;
		width: 100%;
		margin: 0 0 30px;
	}
	.mv-area2 .textbox .in1 .text1 {
		font-size: 1.8rem;
		padding: 2px 8px;
		left: -10px;
		margin: 0;
		white-space: nowrap;
	}
	.mv-area2 .textbox .in1 .text1::before {
		display: none;
	}
	.mv-area2 .textbox .in1 .text2 {
		padding: 5px 0 0;
	}
	.mv-area2 .textbox .in2 {
		display: flex;
		position: relative;
		top: -20px;
		margin: 0 0 -20px;
	}
	.mv-area2 .textbox .in2 .text1 {
		height: 30px;
		width: 70px;
		font-size: 1.4rem;
		padding: 2px 5px;
		margin: 45px 0 0;
	}
	.mv-area2 .textbox .in2 .text1::before {
		top: 10px;
	}
	.mv-area2 .textbox .in2 .text2 {
		font-size: 5.5rem;
		margin: 10px 0 0;
	}
	.mv-area2 .textbox .in2 .text2 span {
		font-size: 2.8rem;
	}
	.mv-img3 {
		position: relative;
		top: -20px;
		right: 0;
		margin: 0;
	}
	.card .in {
		height: auto;
	}
	.card .in .text1 {
		display: block;
		padding: 5px 10px;
		text-align: center;
	}
	.card .in .text1::before {
		display: none;
	}
	.card .in .text2 {
		display: block;
		background: #fff;
		color: #4E6780;
		padding: 0;
		text-align: center;
	}
	.card .in2 {
		padding: 5px;
		text-align: center;
	}
	.card .in2 img {
		height: auto;
	}
}

/* -----------------------------------------------------------
    mv下お問合せ
-------------------------------------------------------------- */

.mv-contact {
	background:url("../img/mv-contact-bg.jpg") center top / cover;
	padding: 60px 0 40px;
}
.mv-contact .wrap20 > .inner {
	background: #FDF9EE;
	border: 5px solid #FFCF30;
	padding: 30px;
	position: relative;
}
.mv-contact .catch1 {
	background: #FFD500;
	padding: 2px 20px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 50%;
	font-size: 2.5rem;
	font-weight: 600;
	margin: 0 0 0 -132px;
}

.mv-contact .catch2 {
	font-weight: 600;
	line-height: 1.2;
	padding: 40px 0 0 145px;
	position: relative;
}
.mv-contact .catch2::before {
	content: "";
	background:url("../img/mv-contact-illust.png") center top / 95px 189px no-repeat;
	width: 95px;
	height: 189px;
	position: absolute;
	top: 20px;
	left: 40px;
}
.mv-contact .catch2 .style1 {
	font-size: 6.0rem;
	color: #0E6EB8;
}
.mv-contact .catch2 .style2 {
	font-size: 3.9rem;
	color: #00A0E2;
}
.mv-contact .catch2 .style2 span {
	font-size: 6.0rem;
}
.mv-contact .catch2 .style3 {
	font-size: 6.0rem;
}
.mv-contact .catch2 .style3 span {
	font-size: 3.9rem;
}

.mv-contact .medal {
	display: flex;
	justify-content: space-between;
	width: 520px;
}
.mv-contact .medal li{
	width: 157px;
	height: 190px;
	background:url("../img/mv-contact-medal.png") center top / 157px 190px no-repeat;
	text-align: center;
	font-weight: 600;
}
.mv-contact .medal li .text1 {
	padding: 60px 0 0;
	line-height: 1.0;
}
.mv-contact .medal li .text2 {
	padding: 5px 0 0;
	font-size: 4.6rem;
	color: #DC542F;
	line-height: 1.0;
}
.mv-contact .medal li .text3 {
	padding: 25px 0 0;
	color: #fff;
	line-height: 1.0;
}

.mv-contact .head {
	display: flex;
	justify-content: space-between;
}

.mv-contact .contact {
	width: 1060px;
	background: #fff;
	box-shadow: 2px 2px 20px #ddd;
	padding: 30px 30px 30px 0;
	position: relative;
	margin: 20px 0 0 80px;
}
.mv-contact .contact .inner {
	width: 920px;
	display: flex;
	justify-content: space-between;
}
.mv-contact .contact .in {
	width: 480px;
	margin: 10px 0 0 50px;
}

.mv-contact .contact .in .text1 {
    display: flex;
    align-items: center;
	color: #D93434;
	font-size: 1.7rem;
}
.mv-contact .contact .in .text1:before,
.mv-contact .contact .in .text1:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #D93434;
}
.mv-contact .contact .in .text1:before {
    margin-right: 1rem;
}
.mv-contact .contact .in .text1:after {
    margin-left: 1rem;
}

.mv-contact .contact .tel {
    margin-left: 1rem;
    font-size: 5.5rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}
.mv-contact .contact .tel img {
	width: 72px;
	margin: 0 10px 0 0;
}
.mv-contact .btn-area {
	margin: 0 0 0 30px;
}
.mv-contact .contact .time {
	width: 170px;
	height: 170px;
	background: #FCEB03;
	position: absolute;
	top: 0;
	left: -85px;
	border-radius: 50%;
	padding: 30px 0 0;
	text-align: center;
	font-weight: 600;
	margin: 5px 0 0;
}
.mv-contact .contact .time .text1 {
	background: #1A9FC8;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
	padding: 2px 10px;
	margin: 0 0 10px;
}
.mv-contact .contact .time .text2 {
    font-size: 2.7rem;
	line-height: 1.1;
}

@media screen and (max-width: 768px){
	.mv-contact {
		padding: 40px 0 30px;
	}
	.mv-contact .wrap20 > .inner {
		border: 3px solid #FFCF30;
		padding: 20px;
	}
	.mv-contact .catch1 {
		top: -18px;
		font-size: 1.6rem;
		margin: 0 0 0 -92px;
	}

	.mv-contact .catch2 {
		padding: 40px 0 0 55px;
		position: relative;
	}
	.mv-contact .catch2::before {
		content: "";
		background:url("../img/mv-contact-illust.png") center top / 51px 103px no-repeat;
		width: 51px;
		height: 103px;
		top: 30px;
		left: 0;
	}
	.mv-contact .catch2 .style1 {
		font-size: 3.0rem;
	}
	.mv-contact .catch2 .style2 {
		font-size: 2.0rem;
	}
	.mv-contact .catch2 .style2 span {
		font-size: 3.0rem;
	}
	.mv-contact .catch2 .style3 {
		font-size: 3.0rem;
	}
	.mv-contact .catch2 .style3 span {
		font-size: 2.0rem;
	}

	.mv-contact .medal {
		width: 100%;
	}
	.mv-contact .medal li{
		width: 89px;
		height: 107px;
		background:url("../img/mv-contact-medal.png") center top / 89px 107px no-repeat;
	}
	.mv-contact .medal li .text1 {
		padding: 35px 0 0;
		line-height: 1.0;
		font-size: 1.2rem;
	}
	.mv-contact .medal li .text2 {
		padding: 2px 0 0;
		font-size: 2.6rem;
		color: #DC542F;
		line-height: 1.0;
	}
	.mv-contact .medal li .text3 {
		padding: 10px 0 0;
		color: #fff;
		line-height: 1.0;
		font-size: 1.2rem;
	}
	.mv-contact .head {
		flex-wrap: wrap;
	}
	.mv-contact .head .in1 {
		order: 2;
		width: 100%;
	}
	.mv-contact .head .in2 {
		order: 1;
		width: 100%;
	}
	
	.mv-contact .contact {
		width: 100%;
		padding: 0 20px 20px;
		position: static;
		margin: 20px 0;
	}
	.mv-contact .contact .inner {
		width: 100%;
		display: block;
	}
	.mv-contact .contact .in {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.mv-contact .contact .in .text1 {
		font-size: 1.6rem;
	}

	.mv-contact .contact .tel {
		font-size: 3.0rem;
		margin: 0;
	}
	.mv-contact .contact .tel img {
		width: 40px;
	}
	.mv-contact .btn-area {
		margin: 20px 0 0;
	}
	.mv-contact .contact .time {
		width: 100%;
		height: auto;
		position: static;
		border-radius: 0;
		padding: 10px;
		font-size: 1.2rem;
		display: flex;
		text-align: left;
	}
	.mv-contact .contact .time div {
		margin: 0 0 0 10px;
	}
	.mv-contact .contact .time .text1 {
		margin: 0;
		font-size: 1.2rem;
		padding: 8px;
	}
	.mv-contact .contact .time .text2 {
		line-height: 1.1;
		font-size: 1.8rem;
	}
	.mv-contact .contact .time .text3 {
		font-size: 1.2rem;
	}
	
	.mv-contact .btn-area .hurry-btn .hurry {
		padding: 10px 8px;
	}
}
