@charset "utf-8";

.marker {
	background:linear-gradient(transparent 60%, #FFD500 60%);
}

/* -----------------------------------------------------------
    お急ぎ下さい
-------------------------------------------------------------- */
#top .top-prompt-area {
	background: url("../img/decoration01.png") no-repeat left top;
	padding-top: 160px;
	margin-top: 10px;
}

#top .top-prompt-area .yellow-bg {
	max-width: 1400px;
	background: linear-gradient(110deg, #FFF5D5 0%, #FFF5D5 50%, #FFE797 50%, #FFE797 100%);
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}

#top .top-prompt-area .txt-img-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

#top .top-prompt-area .txt-img-wrap .txt-area {
	position: relative;
}

/*文字 黄色*/
#top .top-prompt-area .txt-img-wrap .txt-area .rotate {
	transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
	position: absolute;
	top: -110px;
}

#top .top-prompt-area .txt-img-wrap .txt-area .catch {
	font-size: 3.5rem;
	font-weight: 700;
	background-color: #FFF600;
	display: inline;
    line-height: 1.8;
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 8px 10px;
	white-space: nowrap;
}

#top .top-prompt-area .txt-img-wrap .txt-area .catch span {
	font-size: 4.5rem;
}

/**/
#top .top-prompt-area .txt-img-wrap .txt-area .ttl {
	font-size: 5.5rem;
	font-weight: 700;
	margin: 55px 0 20px;
}

/*悩み・解決*/
#top .top-prompt-area .txt-img-wrap .txt-area .txt-box {
	background-color: #fff;
	box-shadow: 0px 3px 20px #B8B8B8;
	padding: 20px 50px;
	position: relative;
	margin-bottom: 50px;
}
#top .top-prompt-area .txt-img-wrap .txt-area .txt-box:last-child {
	margin-bottom: 0px;
}

#top .top-prompt-area .txt-img-wrap .txt-area .txt-box.worry::before {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-size: 3rem;
	font-weight: bold;
	color: #034A8F;
	position: absolute;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#top .top-prompt-area .txt-img-wrap .txt-area .txt-box .circle-bg {
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
	background-color: #4E6780;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	text-align: center;
	padding-top: 15px;
	position: absolute;
	left: -36px;
    top: 23px;
}

#top .top-prompt-area .txt-img-wrap .txt-area .txt-box.resolution .circle-bg {
	background-color: #D88F21;
}

#top .top-prompt-area .txt-img-wrap .txt-area .txt-box .txt {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
}

#top .top-prompt-area .txt-img-wrap .txt-area .marker-y {
	background-color: #F2EA00;
}

#top .top-prompt-area .txt-img-wrap .txt-area .plus {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
}

#top .top-prompt-area .txt-img-wrap .txt-area .plus-point {
	display: flex;
	justify-content: space-between;
}

#top .top-prompt-area .txt-img-wrap .txt-area .plus-point .txt {
	background-color: #FFE6BF;
	width: 210px;
	padding: 5px;
	text-align: center;
	margin-right: 25px;
	position: relative;
}

#top .top-prompt-area .txt-img-wrap .txt-area .plus-point .txt:last-child {
	margin-right: 0px;
}

#top .top-prompt-area .txt-img-wrap .txt-area .plus-point .txt::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	background-color: #D88F21;
	position: absolute;
	top: -5px;
	left: -5px;
}

/*写真*/
#top .top-prompt-area .txt-img-wrap .img-area {
	margin-right: -30px;
}

/*コンタクト*/
#top .top-prompt-area .contact {
	background-color: #fff;
	padding: 20px;
	margin-top: 40px;
}

#top .top-prompt-area .contact .btn-area {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

/*tel*/
#top .contact .btn-area .f-c-btn.tel-area {
	position: relative;
}

#top .contact .tel-area {
	text-align: center;
	font-weight: 700;
	padding-left: 10px;
}

#top .contact .tel-area .tel {
	font-size: 6rem;
	line-height: 1;
	display: flex;
	flex-wrap: nowrap;
    align-items: flex-end;
	margin-bottom: 10px;
}

#top .contact .tel-area .txt {
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	padding-left: 85px;
}

#top .contact .tel-area .tel img {
	margin-right: 10px;
	width: 73px;
	height: 100%;
}

/*ビックリマーク*/
#top .top-prompt-area .exclamation {
	position: absolute;
	top: -100px;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.roll {
    animation-name: rotateRightZAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes rotateRightZAnime{
	from{
		transform: rotateZ(0);
		}
	to{
		transform: rotateZ(360deg);
		}
}

/*--スマホ--*/
@media screen and (max-width: 768px){
	#top .top-prompt-area {
		background: none;
		padding-top: 60px;
		margin-top: 10px;
	}

	#top .top-prompt-area .yellow-bg {
		max-width: 100%;
		background: linear-gradient(110deg, #FFF5D5 0%, #FFF5D5 50%, #FFE797 50%, #FFE797 100%);
		margin: 0 auto;
		padding: 15px 0 40px;
		position: relative;
	}

	#top .top-prompt-area .txt-img-wrap {
		display: block;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area {
		position: relative;
	}

	/*文字 黄色*/
	#top .top-prompt-area .txt-img-wrap .txt-area .rotate {
		top: -90px;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .catch {
		font-size: 1.5rem;
		line-height: 2.5;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .catch span {
		font-size: 1.9rem;
	}

	/**/
	#top .top-prompt-area .txt-img-wrap .txt-area .ttl {
		font-size: 3rem;
		margin: 55px 0 20px;
	}

	/*悩み・解決*/
	#top .top-prompt-area .txt-img-wrap .txt-area .txt-box {
		box-shadow: 0px 3px 20px #B8B8B8;
		padding: 10px 15px 10px 35px;
		margin: 0 0px 30px 10px;
	}
	#top .top-prompt-area .txt-img-wrap .txt-area .txt-box:last-child {
		margin-bottom: 0px;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .txt-box.worry::before {
		content: "\f078";
		font-family: 'Font Awesome 5 Free';
		font-size: 2rem;
		position: absolute;
		bottom: -27px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .txt-box .circle-bg {
		font-size: 1.1rem;
		width: 45px;
		height: 45px;
		padding-top: 13px;
		left: -22px;
		top: 10px;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .txt-box .txt {
		font-size: 1.6rem;
		line-height: 2;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .marker-y {
		padding: 5px;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .plus {
		font-size: 2.5rem;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .plus-point {
		display: flex;
		justify-content: space-between;
		ax-width: 460px;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .plus-point .txt {
		width: 210px;
		padding: 5px;
		text-align: center;
		margin-right: 25px;
		font-size: 1.2rem;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .plus-point .txt:last-child {
		margin-right: 0px;
	}

	#top .top-prompt-area .txt-img-wrap .txt-area .plus-point .txt::before {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border-radius: 10px;
		top: -5px;
		left: -5px;
	}
	
	/*tel*/
	#top .contact .tel-area {
		padding-left: 0px;
	}

	#top .contact .tel-area .tel {
		font-size: 3.6rem;
		margin-bottom: 0px;
	}

	#top .contact .tel-area .txt {
		font-size: 1.2rem;
		text-align: left;
		padding-left: 55px;
	}

	#top .contact .tel-area .tel img {
		width: 45px;
	}

	/*ビックリマーク*/
	#top .top-prompt-area .exclamation {
		top: -27px;
    	left: 70%;
		z-index: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.roll {
		width: 55px;
	}
	}


/* -----------------------------------------------------------
    選ばれる理由
-------------------------------------------------------------- */
#top .top-aboutus-area {
	padding: 80px 0;
	background: url("../img/decoration01.png") no-repeat bottom 10% right 0,
		url("../img/top-aboutus-bg01.jpg") no-repeat bottom center / 100% auto;
	position: relative;
}

#top .top-aboutus-area .inner {
	width: 1300px;
	background: url("../img/top-aboutus-bg02.png") no-repeat top 10% center;
}

/*タイトルエリア*/
#top .top-aboutus-area .top-aboutus-ttl-wrap {
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

#top .top-aboutus-area .top-aboutus-ttl-wrap .logo {
	margin: 20px 0;
}

#top .top-aboutus-area .top-aboutus-ttl-wrap h2 {
	font-size: 4.5rem;
	font-weight: 700;
}

#top .top-aboutus-area .choice-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 250px 0 0;
	z-index: 1;
    position: relative;
}

#top .top-aboutus-area .choice-list li {
	width: 390px;
	background-color: #003894;
	margin: 0 20px 40px;
}
#top .top-aboutus-area .choice-list li:nth-child(n+4) {
	margin: 0 20px 0;
}
#top .top-aboutus-area .choice-list li img {
	width: 100%;
}

#top .top-aboutus-area .choice-list li .txt-area {
	padding: 30px;
}

#top .top-aboutus-area .choice-list li .txt-area h3 {
	font-size: 2.7rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 20px;
}

#top .top-aboutus-area .choice-list li .txt-area h3 span {
	color: #FFF700;
}

#top .top-aboutus-area .choice-list li .txt-area .txt {
	color: #fff;
}

/*---------スライド------------ */
#top .top-aboutus-area .illust_slide{
	position: absolute;
	left: 50px;
	top: 0;
	width: 20%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0;
	display: block;
	background:url("../img/illust_slide.png") repeat-y top left;
	-webkit-animation:bgscroll 50s linear infinite, fadein 5s linear 0s 1;
	animation:bgscroll 50s linear infinite, fadein 5s linear 0s 1;
	background-size: 100%;
}

@-webkit-keyframes bgscroll {
	0% {background-position:center 0;}
	100% {background-position:0px 2500px;}
}

@keyframes bgscroll {
	0% {background-position:center 0;}
	100% {background-position:0px 2652px;}
}

#top .top-aboutus-area .illust_slide2{
	position: absolute;
	right: 5%;
	top: 0;
	width: 20%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0;
	display: block;
	background:url("../img/illust_slide2.png") repeat-y top right;
	-webkit-animation:bgscroll_2 50s linear infinite, fadein 5s linear 0s 1;
	animation:bgscroll_2 50s linear infinite, fadein 5s linear 0s 1;
	background-size: 100%;
	z-index: 0;
}

@-webkit-keyframes bgscroll_2 {
	0% {background-position:center 0;}
	100% {background-position:0px 2500px;}
}

@keyframes bgscroll_2 {
	0% {background-position:center 0;}
	100% {background-position:0px 2652px;}
}

#aboutus .photo_slide .sp_img{
	display: none;
}


/*スマホ*/
@media screen and (max-width: 768px){
	#top .top-aboutus-area {
		padding: 40px 0;
		background: none,url("../img/top-aboutus-bg01.jpg") no-repeat bottom center / 100% auto;
		position: relative;
	}

	#top .top-aboutus-area .inner {
		width: 100%;
		background: url("../img/top-aboutus-bg02.png") no-repeat top 10% center /100% auto;
	}

	/*タイトルエリア*/
	#top .top-aboutus-area .top-aboutus-ttl-wrap {
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		z-index: 1;
		position: relative;
		position: relative;
	}
	
	#top .top-aboutus-area .top-aboutus-ttl-wrap .symbol img {
		width: 60px;
	}

	#top .top-aboutus-area .top-aboutus-ttl-wrap .logo {
		margin: 20px 0;
	}

	#top .top-aboutus-area .top-aboutus-ttl-wrap h2 {
		font-size: 2.7rem;
	}

	#top .top-aboutus-area .choice-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		padding: 100px 0 0px;
		z-index: 1;
		position: relative;
	}

	#top .top-aboutus-area .choice-list li {
		width: 100%;
		padding: 10px;
		display: flex;
		align-items: center;
		margin: 0;
	}
	#top .top-aboutus-area .choice-list li:nth-child(n+4) {
		margin: 0!important;
	}

	#top .top-aboutus-area .choice-list li .txt-area {
		padding: 0px 0 0 10px;
	}

	#top .top-aboutus-area .choice-list li .txt-area h3 {
		font-size: 2rem;
		line-height: 1.3;
		margin-bottom: 0px;
	}
	
	#top .top-aboutus-area .choice-list li .img-area {
		width: 100px;
		height: 80px;
	}
	
	#top .top-aboutus-area .choice-list li .img-area img {
		object-fit: cover;
		width: 100px;
		height: 80px;
	}

	/*---------スライド------------ */
	#top .top-aboutus-area .illust_slide{
		position: absolute;
		left: 20px;
	}

	#top .top-aboutus-area .illust_slide2{
		position: absolute;
		right: 18px;
	}

	#aboutus .photo_slide .sp_img{
		display: none;
	}
}

/* -----------------------------------------------------------
    ピックアップ　施工実績
-------------------------------------------------------------- */
#top .top-pick-case-area {
	width: 1400px;
	background: #FFF1C2;
	padding: 50px;
	margin: 160px auto 80px;
	position: relative;
}
#top .top-pick-case-area .illust {
	position: absolute;
	top: -135px;
	left: 180px;
}
#top .top-pick-case-area .bg {
	width: 1300px;
	margin: auto;
	background: #fff;
	box-shadow: 2px 2px 30px #ddd;
}
#top .top-pick-case-area .catch2 {
	color:#53B7D6;
	font-size: 7.6rem;
	line-height: 1.1;
	font-weight: 600;
	position: absolute;
	top: -70px;
	left: 450px;
}
#top .top-pick-case-area .catch2 span {
	font-size: 9.7rem;
}
#top .top-pick-case-area .catch {
	width: 100%;
	background:#FFD500;
	font-size: 4rem;
	text-align: center;
	padding: 10px;
}
#top .top-pick-case-area .catch span {
	color: #FF0000;
}
#top .top-pick-case-area .box {
	display: flex;
	justify-content: space-between;
	padding: 40px;
}
#top .top-pick-case-area .box.style2 {
	background: #FBF7EC;
}
#top .top-pick-case-area .box .title {
	color: #53B7D6;
	font-size: 4.6rem;
	font-weight: 600;
	position: relative;
	padding:  0 0 0 58px;
}
#top .top-pick-case-area .box .title::before {
	content: "";
	background: url("../img/top-pic-case-icon2.png") center top / 58px 58px;
	width: 58px;
	height: 58px;
	position: absolute;
	left: 0;
	top: -5px;
}
#top .top-pick-case-area .box .in {
	width: 400px;
}
#top .top-pick-case-area .box .in .title {
	margin: 0 0 30px;
	line-height: 1.2;
}
#top .top-pick-case-area .box .in > ul >li {
	line-height: 1.5;
	font-weight: 600;
	font-size: 1.8rem;
}
#top .top-pick-case-area .box .in > ul > li i {
	color: #003894;
	margin: 0 2px 0 0;
}
#top .top-pick-case-area .box .in > ul > li .style1 {
	width: 110px;
	display: inline-block;
}
#top .top-pick-case-area .box .in > ul > li .style2 {
	font-size: 2.5rem;
}
#top .top-pick-case-area .box .in2 {
	width:870px;
	display: flex;
	margin: 32px 0 0;
}
#top .top-pick-case-area .box .in2 .icon {
	padding: 130px 10px 0;
}
#top .top-pick-case-area .box .in2 .before {
	border:3px solid #fff;
	position: relative;
}
#top .top-pick-case-area .box .in2 .before::before {
	content:"";
	background: url("../img/top-pic-case-before.png") center top / 79px 77px;
	width: 79px;
	height: 77px;
	position: absolute;
	left: 10px;
	top: -40px;
}
#top .top-pick-case-area .box .in2 .after {
	border:3px solid #FFD500;
	position: relative;
}
#top .top-pick-case-area .box .in2 .after::before {
	content:"";
	background: url("../img/top-pic-case-after.png") center top / 79px 77px;
	width: 79px;
	height: 77px;
	position: absolute;
	left: 10px;
	top: -40px;
}

@media screen and (max-width: 768px){
	#top .top-pick-case-area {
		width: 100%;
		padding: 40px 10px;
		margin: 80px auto 40px;
	}
	#top .top-pick-case-area .illust {
		top: -65px;
		left: 0px;
		width: 150px;
	}
	#top .top-pick-case-area .bg {
		width: 100%;
	}
	#top .top-pick-case-area .catch2 {
		font-size: 2.6rem;
		top: -30px;
		left: 160px;
	}
	#top .top-pick-case-area .catch2 span {
		font-size: 4.0rem;
	}
	#top .top-pick-case-area .catch {
		font-size: 2.6rem;
		text-align: left;
		margin: 0;
	}
	#top .top-pick-case-area .box {
		display: block;
		padding: 20px;
	}
	#top .top-pick-case-area .box .title {
		font-size: 2.6rem;
		padding:  0 0 0 23px;
	}
	#top .top-pick-case-area .box .title::before {
		content: "";
		background: url("../img/top-pic-case-icon2.png") center top / 30px 30px no-repeat;
		width: 30px;
		height: 30px;
		position: absolute;
		left: -5px;
		top: 2px;
	}
	#top .top-pick-case-area .box .in {
		width: 400px;
	}
	#top .top-pick-case-area .box .in .title {
		margin: 0 0 20px;
		line-height: 1.2;
	}
	#top .top-pick-case-area .box .in > ul >li {
		font-size: 1.6rem;
	}
	#top .top-pick-case-area .box .in > ul > li .style1 {
		width: 90px;
	}
	#top .top-pick-case-area .box .in > ul > li .style2 {
		font-size: 2.0rem;
	}
	#top .top-pick-case-area .box .in2 {
		width:100%;
		display: block;
		margin: 20px 0 0;
	}
	#top .top-pick-case-area .box .in2 .icon {
		padding: 5px 0;
		transform:rotate(90deg); 
		width: 15px;
		margin: auto;
	}
	#top .top-pick-case-area .box .in2 .before {
		margin: 40px 0 0;
	}
	#top .top-pick-case-area .box .in2 .after {
		margin: 0;
	}
	#top .top-pick-case-area .box .in2 .before::before {
		content:"";
		background: url("../img/top-pic-case-before.png") center top / 65px 63px;
		width: 65px;
		height: 63px;
		position: absolute;
		left: 10px;
		top: -30px;
	}
	#top .top-pick-case-area .box .in2 .after::before {
		content:"";
		background: url("../img/top-pic-case-after.png") center top / 65px 63px;
		width: 65px;
		height: 63px;
		position: absolute;
		left: 10px;
		top: -30px;
	}
}

/* -----------------------------------------------------------
    サービス内容バナー
-------------------------------------------------------------- */
#top .top-guarantee-area {
}

#top .top-guarantee-area .banner-wrap {
	position: relative;
}

#top .top-guarantee-area .banner {
	background-color: #F8EEF2;
	position: relative;
	display: flex;
	justify-content: space-between;
    align-items: center;
	box-shadow: 0px 3px 20px #B8B8B8;
}

#top .top-guarantee-area .banner .pink-circle {
	background-color: #DD7994;
	width: 142px;
	height: 142px;
	border-radius: 75px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	padding-top: 50px;
	position: absolute;
	left: -70px;
}

#top .top-guarantee-area .banner .pink-circle::before {
	content: "";
	width: 34px;
	height: 36px;
	background-image: url("../img/top-guarantee-deco.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
}

#top .top-guarantee-area .banner .txt-wrap {
	display: flex;
	padding-left: 100px;
	align-items: center;
}

#top .top-guarantee-area .banner .ttl-wrap h2 {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
}

#top .top-guarantee-area .banner .ttl-wrap .en {
	font-size: 1.8rem;
	font-weight: 700;
	color: #DD7994;
	font-family: 'Roboto', sans-serif;
}

#top .top-guarantee-area .banner .catch {
	margin-bottom: 0px;
	font-size: 2.5rem;
	margin-left: 40px;
}

#top .top-guarantee-area .attention {
	background-color: #FFE400;
	padding: 10px;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	bottom: -25px;
	left: 100px;
}

#top .top-guarantee-area .attention img {
	margin-right:10px;
}

@media screen and (max-width: 768px){
	#top .top-guarantee-area {
	}

	#top .top-guarantee-area .banner {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	#top .top-guarantee-area .banner .pink-circle {
		width: 90px;
		height: 90px;
		font-size: 1.3rem;
		line-height: 1.3;
		padding-top: 30px;
		left: 5px;
		top: -30px;
	}

	#top .top-guarantee-area .banner .pink-circle::before {
		content: "";
		width: 22px;
		height: 23px;
		background-image: url("../img/top-guarantee-deco.png");
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		top: -5px;
		left: -5px;
	}

	#top .top-guarantee-area .banner .txt-wrap {
		display: flex;
		padding: 20px;
		align-items: center;
		flex-direction: column;
	}

	#top .top-guarantee-area .banner .ttl-wrap h2 {
		font-size: 3rem;
		line-height: 1.4;
	}

	#top .top-guarantee-area .banner .ttl-wrap .en {
		font-size: 1.6rem;
	}

	#top .top-guarantee-area .banner .catch {
		margin-bottom: 0px;
		font-size: 2.5rem;
		margin-left: 0px;
	}

	#top .top-guarantee-area .attention {
		padding: 10px;
		font-size: 1.6rem;
		line-height: 1.2;
		position: relative;
		bottom: 0px;
		left: 0px;
		display: flex;
		align-items: center;
	}
	
	#top .top-guarantee-area .img-area {
		width: 100%;
		height: 130px;
	}
	
	#top .top-guarantee-area .img-area img {
		max-width: 100%;
		width: 100%;
		height: 130px;
		object-fit: cover;
	}

	#top .top-guarantee-area .attention img {
		margin: 0 10px;
		width: 30px;
		height: 30px;
	}
	}



/* -----------------------------------------------------------
    施工実績
-------------------------------------------------------------- */
#top .top-case-area {
	padding: 80px 0 20px;
	margin-top: 80px;
	background: url("../img/top-case-bg.png") no-repeat top left / 100% auto;
}

.top-case-area .ttl-triangle:before {
    border-bottom: 21px solid #eff3fb;
}

#top .top-case-area .ttl-img {
	display: flex;
	position: relative;
}

#top .top-case-area .ttl-img .img-area {
	position: absolute;
    right: -200px;
    top: -80px;
}

#top .top-case-area .ttl-img .img-area {
	position: absolute;
    right: -200px;
    top: -80px;
}

#top .top-case-area .img-under.txt {
	margin-top: 60px;
}

/*スライド部分*/
#top .top-case-area .case-scroll .case-box li {
	background-color: #fff;
	box-shadow: 0px 3px 20px #B8B8B8;
	width: 470px;
	margin:15px;
}

/*#top .top-case-area .case-scroll .case-box li:nth-child(n+8) {
  display: none;
}*/

#top .top-case-area .case-scroll .case-box li a {
	padding: 30px;
}

#top .top-case-area .case-scroll .case-box li .cate-area-wrap {
	display: flex;
}

#top .top-case-area .case-scroll .case-box li .cate-area-wrap .cate {
	background-color: #CF1434;
	padding: 0 5px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	margin-right: 10px;
}
#top .top-case-area .case-scroll .case-box li .cate-area-wrap .cate.style1 {
	background-color: #CF1434;
}

#top .top-case-area .case-scroll .case-box li .cate-area-wrap .area {
	font-weight: 700;
}

#top .top-case-area .case-scroll .case-box li .ttl {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 0;
}

#top .top-case-area .case-scroll .case-box li .img-txt-wrap {
	display: flex;
	align-items: center;
}

#top .top-case-area .case-scroll .case-box li .img-txt-wrap .img-area {
	margin-right: 30px;
}

#top .top-case-area .case-scroll .case-box li .img-txt-wrap .img-area img {
	width: 140px;
    height: 140px;
    border-radius: 70px;
	object-fit: cover;
}

#top .top-case-area .case-scroll .case-box li .img-txt-wrap .overview p {
	font-size: 1.8rem;
	font-weight: 700;
}

#top .top-case-area .case-scroll .case-box li .img-txt-wrap .overview p span {
	font-size: 2.5rem;
	font-weight: 700;
	padding-left: 20px;
}

#top .top-case-area .case-scroll .case-box li .img-txt-wrap .overview p::before {
    display: inline-block;
    content: "\f058";
    font-weight: normal;
    font-family: 'FontAwesome';
    color: #003894;
	margin-right: 5px;
}


#top .top-case-area .case-scroll .case-box {
	width: 100%;
	display: flex;
    position: relative;
    animation: slider 35s linear infinite;
    padding: 0;
}

/*@keyframes slider {
	from {
		transform: translateX(0);
	  }
	  to {
		transform: translateX(-100%);
	  }
	}*/




#top .top-case-area .case-scroll .case-box li {
	flex-shrink: 0;
}





@media screen and (max-width: 768px){
	#top .top-case-area {
		padding: 40px 0 20px;
		margin-top: 40px;
		background: url("../img/top-case-bg.png") no-repeat top left / 100% auto;
	}
	
	.top-case-area .ttl-triangle:before {
		border-bottom: 23px solid #e3edf9;
	}

	#top .top-case-area .ttl-img .img-area {
		position: absolute;
		right: -50px;
		top: 0px;
	}
	
	#top .top-case-area .ttl-img .img-area img {
		width: 200px;
	}

	#top .top-case-area .img-under.txt {
		margin-top: 0px;
	}

	/*スライド部分*/
	#top .top-case-area .case-scroll {
		overflow-x: scroll;
	}
	
	#top .top-case-area .case-scroll .case-slide {
		display: flex;
	}
	
	#top .top-case-area .case-scroll .case-box {
		display: flex;
	}
	
	#top .top-case-area .case-scroll .case-box li {
		background-color: #fff;
		width: 305px;
		margin: 20px 15px;
	}

	#top .top-case-area .case-scroll .case-box li:nth-child(n+5) {
	  display: none;
	}

	#top .top-case-area .case-scroll .case-box li a {
		padding: 20px;
	}

	#top .top-case-area .case-scroll .case-box li .cate-area-wrap {
		display: flex;
	}

	#top .top-case-area .case-scroll .case-box li .cate-area-wrap .cate {
		padding: 0 5px;
		font-size: 1.4rem;
		margin-right: 10px;
	}
	
	#top .top-case-area .case-scroll .case-box li .cate-area-wrap .area {
		font-weight: 1.4rem;
	}

	#top .top-case-area .case-scroll .case-box li .ttl {
		font-size: 2rem;
	}

	#top .top-case-area .case-scroll .case-box li .img-txt-wrap .img-area {
		margin-right: 15px;
	}

	#top .top-case-area .case-scroll .case-box li .img-txt-wrap .img-area img {
		width: 90px;
		height: 90px;
	}

	#top .top-case-area .case-scroll .case-box li .img-txt-wrap .overview p {
		font-size: 1.5rem;
	}

	#top .top-case-area .case-scroll .case-box li .img-txt-wrap .overview p span {
		font-size: 1.7rem;
		padding-left: 20px;
	}
}


/* -----------------------------------------------------------
    流れ
-------------------------------------------------------------- */
#top .top-flow-area {
	background: url("../img/drop-deco.png") no-repeat right 9% top 10% / 11%,
		url("../img/drop-deco.png") no-repeat right 2% top 6% / 5% auto,
		url("../img/drop-deco2.png") no-repeat right 42% top 7% / 10% auto;
	background-color: #EEF6FC;
	padding-bottom: 80px;
}

#top .top-flow-area #rain {
	width: 100%;
	height: 80px;
	background-color: #fff;
}

#top .top-flow-area #rain canvas {
	width: 100%;
}

#top .top-flow-area .ttl-img {
	display: flex;
	position: relative;
	padding-top: 80px;
}

#top .top-flow-area .ttl-img .img-area {
	position: absolute;
	right: 90px;
    top: 10px;
}

#top .top-flow-area .step-bg {
	width: 1300px;
	margin: 50px auto 0;
	background-color: #fff;
	padding-top: 60px;
}

#top .top-flow-area .step-bg .support {
	background-color: #008AE1;
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 30px;
}


/*step*/
#top .top-flow-area .step {
	background-color: #fff;
}

#top .top-flow-area .step-list .step {
	display: flex;
	border-top: solid 1px #008AE1;
	border-bottom: solid 1px #008AE1;
}
#top .top-flow-area .step-list.list02 .step:nth-child(1) {
	border-bottom: none;
}
#top .top-flow-area .step-list.list02 .step:nth-child(2) {
	border: none;
}

#top .top-flow-area .step-list .step .step-num {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	padding: 40px 25px 0;
	color: #FFF600;
	background-color: #3C90E0;
	white-space: nowrap;
	position: relative;
}

#top .top-flow-area .step-list .step .step-num ::before{
    content: "";
    position: absolute;
    bottom: -76px;
    left: 0;
    border: 46px solid transparent;
    border-top: 31px solid #3C90E0;
    z-index: 1;
}

#top .top-flow-area .step-list .step .step-num.style2 {
	background-color: #76AFE6;
}
#top .top-flow-area .step-list .step .step-num.style2 ::before{
    border-top: 31px solid #76AFE6;
}

#top .top-flow-area .step-list .step .step-num .num {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

#top .top-flow-area .step-list .step .list-r {
	padding: 35px; 
	width: 100%;
}

#top .top-flow-area .step-list .step .list-r .s-catch {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}

#top .top-flow-area .step-list .step .list-r .btn-area {
	display: flex;
}

#top .top-flow-area .step-list .step .list-r .btn-area .contact {
	margin-right: 40px;
}

#top .top-flow-area .step-list .step .list-r.flex {
	display: flex;
}

#top .top-flow-area .step-list .step .list-r.flex .img-area {
	margin-left: 50px;
}

/*流れ後半*/
#top .top-flow-area .txt-img {
	display: flex;
	align-items: center;
    justify-content: center;
	margin-top: 30px;
}

#top .top-flow-area .txt-img .txt.free {
	font-size: 3.5rem;
	font-weight: 700;
	margin-left: 20px;
}

/*step03*/
#top .top-flow-area .step-list .step .step03-txt {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

#top .top-flow-area .step-list .step .step03-txt .txt {
	padding: 10px 20px;
	background-color: #FF348A;
	font-size: 2.3rem;
	font-weight: 700;
	color: #fff;
	position: relative;
	white-space: nowrap;
	min-width: 200px;
	text-align: center;
}
#top .top-flow-area .step-list .step .step03-txt .txt.txt2 {
	background-color: #FF0404;
}

#top .top-flow-area .step-list .step .step03-txt .txt span {
	position: absolute;
	color: #333;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	font-size: 2.1rem;
	font-weight: 700;
}

#top .top-flow-area .step-list .step .step03-txt .txt span:before,
#top .top-flow-area .step-list .step .step03-txt .txt span:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #FF348A;
	width: 3px;
	height: 20px;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
}
#top .top-flow-area .step-list .step .step03-txt .txt.txt2 span:before,
#top .top-flow-area .step-list .step .step03-txt .txt.txt2 span:after {
	background: #FF0404;
}
#top .top-flow-area .step-list .step .step03-txt .txt span:before {
	transform: rotate(-35deg);
}
#top .top-flow-area .step-list .step .step03-txt .txt span:after {
	transform: rotate(35deg);
}

#top .top-flow-area .step-list .step .step03-txt .plus {
	font-size: 4rem;
	font-weight: 700;
	margin: 0 10px;
}

/*step04*/
#top .top-flow-area .step-list .step.step04 .list-r {
	text-align: center;
	box-shadow: 0px 3px 20px #b1b1b1;
	padding: 40px 35px;
}

#top .top-flow-area .step-list .step.step04 .list-r .s-catch {
    margin-bottom: 0px;
}
	
@media screen and (max-width: 768px){
	#top .top-flow-area {
		background: url(../img/drop-deco.png) no-repeat right 1% top 4% / 26%, 
			none, 
			url(../img/drop-deco2.png) no-repeat right 53% top 4% / 16% auto;
		background-color: #EEF6FC;
		padding-bottom: 40px;
	}
	
	#top .top-flow-area #rain {
		height: 40px;
	}

	#top .top-flow-area .ttl-img {
		display: flex;
		position: relative;
		padding-top: 10px;
	}

	#top .top-flow-area .ttl-img .img-area {
		right: 0px;
		top: 10px;
		margin-left: 20px;
		width: 100px;
	}

	#top .top-flow-area .step-bg {
		width: 100%;
		margin: 0px auto 0;
		background-color: #EEF6FC;
		padding-top: 25px;
	}

	#top .top-flow-area .step-bg .support {
		font-size: 2rem;
		line-height: 1.4;
		text-align: center;
		padding: 20px;
	}

	/*step*/
	#top .top-flow-area .step {
		background-color: #fff;
	}

	#top .top-flow-area .step-list .step {
		display: flex;
		border-top: none;
		border-bottom: none;
		flex-direction: column;
	}
	#top .top-flow-area .step-list.list02 .step:nth-child(1) {
		border-bottom: none;
	}
	#top .top-flow-area .step-list.list02 .step:nth-child(2) {
		border: none;
	}

	#top .top-flow-area .step-list .step .step-num {
		font-size: 1.6rem;
		text-align: center;
		padding: 10px 0px 10px;
		white-space: nowrap;
		position: relative;
	}

	#top .top-flow-area .step-list .step .step-num ::before{
		content: none;
	}

	#top .top-flow-area .step-list .step .step-num.style2 ::before{
		border-top: 31px solid #76AFE6;
	}

	#top .top-flow-area .step-list .step .step-num .num {
		font-size: 2.5rem;
		margin-left: 10px;
	}

	#top .top-flow-area .step-list .step .list-r {
		padding: 20px; 
	}

	#top .top-flow-area .step-list .step .list-r .s-catch {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	#top .top-flow-area .step-list .step .list-r .btn-area {
		display: flex;
		flex-direction: column;
	}

	#top .top-flow-area .step-list .step .list-r .btn-area .contact {
		margin: 0 0 20px 0;
	}

	#top .top-flow-area .step-list .step .list-r.flex {
		display: flex;
		flex-direction: column;
	}

	#top .top-flow-area .step-list .step .list-r.flex .img-area {
		margin-left: 0px;
	}
	
	#top .top-flow-area .step-list .step .list-r.flex .img-area img {
		max-width: 100%;
	}

	/*流れ後半*/
	#top .top-flow-area .txt-img {
		margin-top: 0px;
		background-color: #fff;
		padding: 0px 20px 0;
	}
	
	#top .top-flow-area .txt-img img {
		height: 75px;
	}

	#top .top-flow-area .txt-img .txt.free {
		font-size: 2.5rem;
		margin-left: 10px;
	}

	/*step03*/
	#top .top-flow-area .step-list .step .step03-txt {
		display: flex;
		align-items: center;
		margin: 30px 0 10px;
	}

	#top .top-flow-area .step-list .step .step03-txt .txt {
		padding: 5px 15px;
		font-size: 1.3rem;
		min-width: 120px;
		text-align: center;
	}

	#top .top-flow-area .step-list .step .step03-txt .txt span {
		position: absolute;
		color: #333;
		top: -25px;
		font-size: 1.1rem;
	}

	#top .top-flow-area .step-list .step .step03-txt .txt span:before,
	#top .top-flow-area .step-list .step .step03-txt .txt span:after {
		height: 13px;
	}

	#top .top-flow-area .step-list .step .step03-txt .plus {
		font-size: 2.4rem;
		margin: 0 5px;
		line-height: 1;
	}

	/*step04*/
	#top .top-flow-area .step-list .step.step04 .list-r {
		text-align: left;
		box-shadow: none;
		padding: 20px;
	}

	#top .top-flow-area .step-list .step.step04 .list-r .s-catch {
		margin-bottom: 0px;
	}
}

/* -----------------------------------------------------------
    コラム
-------------------------------------------------------------- */
#top .top-column-area {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
}

#top .top-column-area .catch {
	font-size: 3.5rem;
}

#top .top-column-area .column-list li {
	border-top: solid 5px #F6F6F6;
	width: 715px;
	position: relative;
}

#top .top-column-area .column-list li:last-child {
	border-bottom: solid 5px #F6F6F6;
}

#top .top-column-area .column-list li:nth-child(5) {
	display: none;
}

#top .top-column-area .column-list li a {
	padding: 25px 0;
	display: flex;
	position: relative;
}

#top .top-column-area .column-list li a:after {
    content: "";
    background: url(../img/arrow.png) no-repeat center / 30% auto;
    background-color: #C8C8C8;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 19px;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
}

#top .top-column-area .column-list li a:hover:after {
  right: 1.4rem;
}

#top .top-column-area .column-list li a .img-area {
	width: 150px;
	height: 110px;
	margin-right: 30px;
}

#top .top-column-area .column-list li a .img-area img {
	width: 100%;
	object-fit: cover;
}

#top .top-column-area .column-list li a .txt_area .cate {
	font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding: 5px;
    background-color: #CF1434;
    display: inline-block;
    margin:0 10px 10px 0;
}

#top .top-column-area .column-list li a .txt_area .title {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 20px;
}

@media screen and (max-width: 768px){
	#top .top-column-area {
		padding-top: 40px;
		flex-direction: column;
	}

	#top .top-column-area .catch {
		font-size: 2.5rem;
	}
	
	#top .top-column-area .column-list li {
		width: 100%;
	}

	#top .top-column-area .column-list li a {
		padding: 25px 0;
		display: flex;
		position: relative;
	}

	#top .top-column-area .column-list li a:after {
		content: none;
	}

	#top .top-column-area .column-list li a:hover:after {
	  right: 1.4rem;
	}

	#top .top-column-area .column-list li a .img-area {
		width: 100px;
		height: 70px;
		margin-right: 20px;
	}

	#top .top-column-area .column-list li a .txt_area .title {
		margin-top: 10px;
	}
	}


/* -----------------------------------------------------------
    エリア
-------------------------------------------------------------- */
#top .top-support-area {
	margin-top: 80px;
	padding: 80px 0;
	background-color: #F9F5E4;
}

#top .top-support-area .ttl-area {
	display: flex;
	align-items: center;
}

#top .top-support-area .ttl-area .catch {
	margin: 0 0px 0 40px;
}

.top-support-area .support-area {
	width: 1300px;
	margin: 0px auto;
	background-color: #fff;
	padding: 50px;
	position: relative;
}

/*表部分*/
.top-support-area .support-area .area-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	gap: 60px;
}

.top-support-area .support-area .area-wrap .area {
	width: 570px;
}

.top-support-area .support-area .area-wrap .area .region {
	background-color: #E9F2FC;
	font-size: 2rem;
	font-weight: 700;
	padding: 12px 0px 12px 50px;
	text-align: left;
	position: relative;
	height: 45px;
}

.top-support-area .support-area .area-wrap .area .region::after {
	content: url("../img/area-deco.png");
	position: absolute;
	left: 0;
	top: 0px;
	height: 45px;
}

.top-support-area .support-area .area-wrap .area .prefectures {
	padding: 20px 0 0;
	text-align: left;
}

.top-support-area .support-area .area-wrap .area .prefectures .p-name {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.top-support-area .support-area .area-wrap .area .city-list {
	display: flex;
	gap: 15px 20px;
    flex-wrap: wrap;
}

.top-support-area .support-area .area-wrap .area .city-list li {
	border: solid 1px #A2CDFC;
	box-shadow: 2px 2px 0px #A2CDFC;
}

.top-support-area .support-area .area-wrap .area .city-list li a {
	padding: 10px 20px;
	display: inline-block;
	position: relative;
}

.top-support-area .support-area .area-wrap .area .city-list li a::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    font-weight: bold;
    color: #A2CDFC;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*readmore*/
.top-support-area .readmore .readmore-content {
	overflow: hidden;
	height: 500px; /* 開く前に見えている部分の高さ */
	transition: all 0.7s;
}

@media screen and (max-width: 768px){
	#top .top-support-area {
		margin-top: 40px;
		padding: 40px 0;
		background-color: #F9F5E4;
	}

	#top .top-support-area .ttl-area {
		align-items: flex-start;
		flex-direction: column;
	}

	#top .top-support-area .ttl-area .catch {
		margin: 0 0px 0 0px;
	}

	.top-support-area .support-area {
		width: 100%;
		padding:10px 10px 20px;
		border-radius: 10px;
	}

	/*表部分*/
	.top-support-area .support-area {
		margin-top: 30px;
	}
	
	.top-support-area .support-area .area-wrap {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0px;
		gap: 60px;
	}

	.top-support-area .support-area .area-wrap .area {
		width: 100%;
	}

	.top-support-area .support-area .area-wrap .area .region {
		font-size: 2rem;
		padding: 12px 0px 12px 50px;
		text-align: left;
		position: relative;
		height: 45px;
	}

	.top-support-area .support-area .area-wrap .area .region::after {
		content: url("../img/area-deco.png");
		position: absolute;
		left: 0;
		top: 0px;
		height: 45px;
	}

	.top-support-area .support-area .area-wrap .area .prefectures {
		padding: 20px 0 0;
		text-align: left;
	}

	.top-support-area .support-area .area-wrap .area .prefectures .p-name {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.top-support-area .support-area .area-wrap .area .city-list {
		display: flex;
		gap: 15px 20px;
		flex-wrap: wrap;
	}

	.top-support-area .support-area .area-wrap .area .city-list li {
		border: solid 1px #A2CDFC;
		box-shadow: 2px 2px 0px #A2CDFC;
	}

	.top-support-area .support-area .area-wrap .area .city-list li a {
		padding: 10px 20px;
		display: inline-block;
		position: relative;
	}

	.top-support-area .support-area .area-wrap .area .city-list li a::before {
		content: "\f105";
		font-family: 'Font Awesome 5 Free';
		font-size: 1.6rem;
		font-weight: bold;
		color: #A2CDFC;
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

	/*readmore非表示*/
	.top-support-area .readmore .readmore-content {
		overflow: hidden;
		height: 140px;
		transition: all 0.7s;
	}
	
	.top-support-area .readmore .readmore-label::after,
	.top-support-area .readmore .readmore-label::before,
	.top-support-area .readmore::before	{
		content: none;
	}
	
	/*ドット*/
	#top .top-support-area .dot p {
		text-align: center;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.5;
		margin-top: 10px;
	}
	}
	






