@charset "utf-8";

/* -----------------------------
	共通
-------------------------------- */
#wrapper {

}

@media screen and (max-width: 768px){
	.h1-area h1{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		width: 64%;
		margin: 0 0 0 auto;
	}
}

/* -----------------------------
	limitedTimeNews-area
-------------------------------- */
.limitedTimeNews-area .inner {
	margin: 50px auto 0;
	padding: 40px;
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 20px;
}

.limitedTimeNews-area .ttl {
	font-size: 2.4rem;
	line-height: 1.5;
}

.limitedTimeNews-area .txt {
	margin: 20px 0 0 ;
	line-height: 2.18;
}

.limitedTimeNews-area .mark {
	color: #f39800;
	font-weight: 600;
}
@media screen and (max-width: 768px) {

	.limitedTimeNews-area {
		padding: 40px 20px 0;
	}

	.limitedTimeNews-area .inner {
		padding: 30px 20px;
		width: 100%;
		margin: 0 auto 0;

	}

	.limitedTimeNews-area .txt {
		font-size: 1.5rem;
		line-height: 2;
		text-align: left;
	}

} 

/* -----------------------------
	mv-area
-------------------------------- */
.mv-area{
	height: 788px;
	min-height: 788px;
	position: relative;
	background: url("../img/top-mv-bg.jpg") no-repeat top center / cover;
	margin: 110px 0 0;
}
.mv-area::before{
	content: '';
	position: absolute;
	width: 55vw;
	height: 650px;
	top: 0;
	right: 0;
	background: url("../img/mv.jpg") no-repeat top center / cover;
	border-radius: 0 0 0 50px;
}

.mv-area .txt-area{
	width: 610px;
	margin: 0 0 0 80px;
    z-index: 1;
	position: relative;
	padding: 70px 0 0;
}
.mv-area .mv-catch{
	font-size: 5rem;
	letter-spacing: .1em;
	font-weight: bold;
	line-height: 1.6;
	text-shadow    : 
       2px  2px 0px #ffffff,
      -2px  2px 0px #ffffff,
       2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff,
       2px  0px 0px #ffffff,
       0px  2px 0px #ffffff,
      -2px  0px 0px #ffffff,
       0px -2px 0px #ffffff;  
}
.mv-area .basic-txt{
	margin: 35px 0 0;
}
.mv-area img{
	margin: 0 0 0;
}

@media screen and (max-width: 768px){
	.mv-area{
		margin: 70px 0 0;
		height: auto;
		min-height: inherit;
	}
	.mv-area::before{
		/*height: 354px;*/
		height: calc(100% - 20%);
		width: calc(100% - 50px);
		border-radius: 15px 0 0 15px;
		top: 70px;
		background: url("../img/top-mv-sp.jpg") no-repeat top bottom / cover;
	}

	.mv-area .txt-area{
		width: 100%;
		margin: 0 ;
		padding: 10px 0 20px 10px;
		height: 100%;
	}
	.mv-area .txt-area::before{
		width: 136px;
		height: 108px;
		top: -20px;
		left: auto;
		right: 20px;
	}
	.mv-area .mv-catch{
		font-size: 2.4rem;
		padding: 0 0 0 20px;
	}
	.mv-area .basic-txt{
		display: none;
	}
	.mv-area img.first{
		width: 100%;
		margin: 0 0 0;
	}
	.mv-area img.second{
		width: 100%;
		/*position: absolute;*/
		top: auto;
		bottom: 50px;
		padding: 100px 20px 0 0;
	}
}

/* -----------------------------
	top-feature-area
-------------------------------- */
.top-feature-area{
	margin: -150px 0 0;
	position: relative;
}
.top-feature-area ul{
	display: flex;
	justify-content: space-between;
}
.top-feature-area ul.sp-block{
	display: none;
}

@media screen and (max-width: 768px){
	.top-feature-area{
		margin: 40px 0 0;
		position: relative;
	}
	.top-feature-area ul.sp-block{
		display: block;
	}
	.top-feature-area ul.pc-block{
		display: none;
	}
	.top-feature-area ul li{
		margin: 10px 0 0;
	}
	.top-feature-area ul img{
		width: 100%;
	}
}

/* -----------------------------
	top-link-area
-------------------------------- */
.top-link-area{
	margin: 60px 0 0;
}

.top-link-area ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-link-area li{
	position: relative;
	top: 0;
	transition: .3s all;
}
.top-link-area li:hover{
	top: -10px;
}
.top-link-area li.repair{
	width: 650px;
}
.top-link-area li.works{
	width: 520px;
}
.top-link-area li a{
	padding: 30px;
	display: block;
	background: #fff;
	border: solid 2px #333;
	border-radius: 16px;
	position: relative;
	box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.top-link-area li:hover a{
	box-shadow: none;	
}
.top-link-area li a::after{
	content: '';
	position: absolute;
	width: 183px;
	height: 162px;
	top: 0;
	left: 0;
	background: url("../img/top-link-repair.png") no-repeat top left / contain;
}
.top-link-area li.works a::after{
	background: url("../img/top-link-works.png") no-repeat top left / contain;
}
.top-link-title{
	font-size: 3rem;
	font-weight: bold;
	padding: 0 0 0 180px;
	color: #F39800;
}
.top-link-catch{
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 0 0 0 180px;
}
.top-link-area li.works .top-link-title{
	padding: 0 0 0 160px;
}
.top-link-area li.works .top-link-catch{
	padding: 0 0 0 160px;
}

.top-link-area .btn-icon a::before{
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 768px){
	.top-link-area{
		margin: 20px 0 0;
		background: #f8f8f8;
		padding: 20px 0;
	}

	.top-link-area ul{

	}
	.top-link-area li{
		height: 160px;
	}
	.top-link-area li.repair{
		width: calc((100% / 2) - 5px);
	}
	.top-link-area li.works{
		width: calc((100% / 2) - 5px);
	}
	.top-link-area li a{
		padding: 0;
		height: 160px;
	}

	.top-link-area li a::after{
		width: 100%;
		height: 107px;
		background: url("../img/top-link-repair-sp.jpg") no-repeat top center / cover;
		border-radius: 15px 15px 50px 50px;
	}
	.top-link-area li.works a::after{
		background: url("../img/top-link-works-sp.jpg") no-repeat top center / cover;
	}
	.top-link-title{
		font-size: 1.6rem;
		padding: 110px 0 0;
		text-align: center;
		line-height: 1.2;
	}
	.top-link-area li.works .top-link-title{
		padding: 110px 0 0;
	}
	.top-link-catch{
		display: none;
	}
	.top-link-area .btn-icon a::before{
		top: auto;
		bottom: -6px;
		right: 5px;
	}
}


/* -----------------------------
	problem-area
-------------------------------- */
.problem-area{
	/*margin: 113px 0 0;*/
	margin: 80px 0 0;
}
.problem-area .inner{
	background: url("../img/problem-bg.jpg") no-repeat top center / cover;
	width: 1300px;
	padding: 50px 100px 40px;
	border-radius: 30px;
}

.problem-area .txt-area{
	position: relative;
	width: 550px;
	margin: 0 auto;
}
.problem-area .txt-area::before{
	content: '';
	position: absolute;
	width: 118px;
	height: 118px;
	top: 0;
	left: -130px;
	background: url("../img/problem-title-icon01.png") no-repeat top center / contain;
}
.problem-area .txt-area::after{
	content: '';
	position: absolute;
	width: 118px;
	height: 118px;
	top: 0;
	right: -130px;
	background: url("../img/problem-title-icon02.png") no-repeat top center / contain;
}

.problem-title{
	font-size: 3rem;
	letter-spacing: .05em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.problem-title span{
	font-size: 4.7rem;
	color: #FFF700;
	padding: 0 5px;
	position: relative;
}
.problem-title span::before{
	content: '';
	position: absolute;
	width: 29px;
	height: 35px;
	top: -16px;
	right: -17px;
	background: url("../img/problem-title-deco-w.png") no-repeat top center / contain;
}

.problem-area .txt-area ul{
	display: flex;
	margin: 20px 0 0;
	justify-content: space-between;
}
.problem-area .txt-area ul li{
	background: #fff;
	border-radius: 30px;
	font-size: 2rem;
	font-weight: bold;
	padding: 5px 10px 6px;
}

.problem-catch{
	text-align: center;
	font-weight: bold;
	font-size: 2.6rem;
	margin: 5px 0 0;
	color: #fff;
}
.problem-catch span{
	color: #FFF700;
}

.problem-list{
	position: relative;
	margin: 30px 0 0;
}

.problem-list ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 20px;
	padding: 28px 50px;
}
.problem-list li{
	font-size: 1.9rem;
	font-weight: bold;
	color: #0077C6;
	border-bottom: dashed 3px #0077C6;
	padding: 0 0 13px;
	margin: 0 20px;
	position: relative;
}
.problem-list li:nth-child(n + 6){
	order: 2;
	margin: 30px 20px 0;
}
.problem-list li::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: -7px;
	left: -8px;
	background: #EFF9FF;
	border: solid 2px #0077C6;
	border-radius: 30px;
}
.problem-list li::before{
	content: '\f00c';
	color: #0077C6;
	z-index: 1;
	position: relative;
	font-weight: 900;
	margin: 0 15px 0 0;
}

@media screen and (max-width: 768px){
	.problem-area{
		margin: 50px 0 0;
		padding: 0 20px;
	}
	.problem-area .inner{
		width: 100%;
		border-radius: 15px;
		padding: 20px 15px 15px;
	}

	.problem-area .txt-area{
		width: 100%;
	}
	.problem-area .txt-area::before{
		width: 65px;
        height: 65px;
        left: 0px;
		top: -10px;
	}
	.problem-area .txt-area::after{
		width: 65px;
		height: 65px;
		right: 0;
		top: -10px;
	}

	.problem-title{
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.problem-title span{
		font-size: 2.2rem;
	}
	.problem-title span::before{
		width: 22px;
		height: 26px;
	}
	.problem-area .txt-area ul{
		display: flex;
		margin: 10px 0 0;
	}
	.problem-area .txt-area ul li{
		font-size: 1.6rem;
		border-radius: 5px;
		width: calc((100% / 3) - 1px);
		padding: 5px;
		line-height: 1.2;
		text-align: center;
	}
	.problem-catch{
		font-size: 1.8rem;
		line-height: 1.3;	}
	.problem-catch span{
		font-size: 2.2rem;
	}

	.problem-list{
		margin: 15px 0 0;
	}

	.problem-list ul{
		padding: 0px 25px 20px;
		border-radius: 10px;
		justify-content: flex-start;
	}
	.problem-list li{
		font-size: 1.6rem;
		padding: 0 0 4px;
		margin: 20px 20px 0 0;
	}
	.problem-list li:nth-child(n + 6){
		margin: 20px 10px 0 0;
		
	}
	/*
	.problem-list li:nth-child(n + 7),
	.problem-list li:last-of-type{
		margin: 0 0 0 0;
	}*/
	.problem-list li::after{
		width: 20px;
		height: 20px;
		border-width: 1px;
		top: -3px;
		left: -6px;
	}
	.problem-list li::before{
		font-size: 1.3rem;
		margin: 0 9px 0 0;
	}

}

/* -----------------------------
	solution-area
-------------------------------- */
.solution-area{
	margin: 140px 0 0;
	background: url("../img/solution-bg.jpg") no-repeat top center / cover;
	border-radius: 50px 50px 0 0;
	padding: 0 0 90px;
}
.solution-title{
	font-size: 4rem;
	font-weight: bold;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -60px;
	line-height: .8;
}
.solution-title span{
	display: block;
	line-height: 1;
}
.solution-title::before{
		content: '';
	position: absolute;
	width: 101px;
	height: 128px;
	top: 20px;
	left: 20px;
	background: url("../img/solution-title-deco-l.png") no-repeat top center / contain;
}
.solution-title::after{
		content: '';
	position: absolute;
	width: 101px;
	height: 128px;
	top: 20px;
	right: 20px;
	background: url("../img/solution-title-deco-r.png") no-repeat top center / contain;
}
/*
.solution-title span{
	color: #FA4032;
	display: block;
	font-size: 5rem;
	padding: 0 0 10px;
text-shadow    : 
#fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}*/

.solution-area .txt-area{
	background: #fff;
	border: solid 2px #F39800;
	border-radius: 30px;
	padding: 20px 50px 40px;
	position: relative;
}
.solution-area .txt-area::before{
	content: '';
	position: absolute;
	width: 148px;
	height: 156px;
	background: url("../img/solution-ill.png") no-repeat top center / contain;
	top: 60px;
	left: 160px;
}
.solution-area h4{
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
.solution-area h4 img{
	position: relative;
	top: 16px;
	left: -10px;
}
.solution-area h4 .red{
	color: #FA4032;
}
.solution-area h4 .bg{
 background-image: linear-gradient(90deg, rgba(255, 160, 0, 1), rgba(255, 101, 33, 1) 100%, rgba(255, 181, 33, 1) 50%);
	color: #fff;
	padding: 0 10px 2px;
}
.solution-area .txt-area > div{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	flex-direction: row-reverse;
}
.solution-area .txt-area .basic-txt{
	width: 610px;
}
.solution-area .txt-area > div img{
	border-radius: 15px;
	margin: 0 0 0 20px;
}

@media screen and (max-width: 768px){
	.solution-area{
		margin: 50px 0 0;
		background: url("../img/solution-bg-sp.jpg") no-repeat top center / cover;
		border-radius: 15px 15px 0 0;
		padding: 0 0 40px;
	}
	.solution-title{
		width: 100%;
		font-size: 2rem;
		top: -26px;
	}
	.solution-title img{
		width: 100%;
	}
	.solution-title span{
	}
	.solution-title::before{
		width: 30px;
		height: 38px;
		top: 10px;
		left: -20px;
	}
	.solution-title::after{
		width: 30px;
		height: 38px;
		top: 10px;
		right: -20px;
	}

	.solution-area .txt-area{
		padding: 5px 15px 20px;
		border-radius: 15px;
	}
	.solution-area .txt-area::before{
		width: 88px;
		height: 86px;
		left: 0;
		top: 170px;
	}
	.solution-area h4{
		font-size: 2.2rem;
		line-height: 1.7;
	}
	.solution-area h4 img{
		width: 210px;
	}
	.solution-area h4 .red{
	}
	.solution-area h4 .bg{
	}
	.solution-area .txt-area > div{
		display: block;
		margin: 10px 0 0;
	}
	.solution-area .txt-area .basic-txt{
		width: 100%;
		margin: 10px 0 0;
	}
	.solution-area .txt-area > div img{
		width: 100%;
		margin: 0;
		border-radius: 5px;
	}	
}

.slider2{
	position: relative;
}
.slider2 img{
	height: 450px;
	object-fit: cover;
}
.slider2::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 0;
	right: 0;
	background: #f8f8f8;
	border-radius: 70px 70px 0 0;
	z-index: 1;
}

@media screen and (max-width: 768px){
	.slider2 img{
		height: 180px;
	}
	
	.slider2::before{
		border-radius: 15px 15px 0 0;
		height: 13px;
	}
	
}

/* -----------------------------
	about-area
-------------------------------- */
.about-area{
	margin: 0 0 0;
	background: #F7F7F7;
	padding: 0 0 100px;
}

.about-area .txt-area{
	text-align: center;
	padding: 40px 0 0;
}
.about-area .section-title .jp{
	font-size: 4rem;
}
.about-area .txt-area .catch{
	margin: 50px 0 0;
}
.about-area .txt-area .basic-txt{
	padding: 20px 0 0;
	width: 820px;
	margin: 0 auto;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.9;
}

.feature-list{
	position: relative;
	margin: 50px 0 0;
}
.feature-list::before{
	content: '';
	position: absolute;
	width: 146px;
	height: 162px;
	top: -162px;
	right: 0;
	background: url("../img/survey-free-ill.png") no-repeat top center / contain;
	z-index: 1;
}

.feature-list li{
	background: #fff;
	border: solid 3px #F39800;
	margin: 30px 0 0;
	border-radius: 15px;
	padding: 20px;
	position: relative;
	min-height: 395px;
}
.feature-list li::before{
	content: '';
	position: absolute;
	width: 500px;
	height: 350px;
	top: 20px;
	left: 20px;
	background: url("../img/feature01.jpg") no-repeat top center / contain;
	border-radius: 15px;
}
.feature-list li:first-of-type{
	margin: 0;
}
.feature-list li.r-img::before{
	right: 20px;
	left: auto;
}
.feature-list li:nth-child(2)::before{
	background: url("../img/feature02.jpg") no-repeat top center / contain;
}
.feature-list li:nth-child(3)::before{
	background: url("../img/feature03.jpg") no-repeat top center / contain;
}

.feature-list .txt-block{
	width: 600px;
	padding: 20px 0 0;
}
.feature-list li.l-img .txt-block{
	margin: 0 0 0 auto;
}
.feature-list li.r-img .txt-block{
	padding: 20px 0 0 10px;
}

.feature-list .list-title{
	font-size: 4.5rem;
	font-weight: bold;
	margin: 20px 0 20px;
	letter-spacing: .02em;
}
.feature-list .feature01 .list-title span{
	font-size: 9rem;
	color: #F39800;
}
.feature-list .feature02 .list-title{
	line-height: 1.4;
	margin: 20px 0 20px;
}
.feature-list .feature02 .list-title .l{
	font-size: 6rem;
}
.feature-list .feature03 .list-title{
	line-height: 1.3;

}
.feature-list .feature03 .list-title span{
	font-size: 6rem;
	color: #F39800;
}

.feature-list .sub-catch{
	background: #0092F1;
	color: #fff;
	font-size: 2.3rem;
	letter-spacing: .05em;
	font-weight: bold;
	display: inline-block;
	padding: 0 10px;
	font-feature-settings: "palt";
}

.feature-list .basic-txt{
	padding: 10px 0 0;
}
.feature-list .num{
	position: absolute;
	width: 110px;
	height: 95px;

	background-image: linear-gradient(90deg, rgba(250, 160, 0, 0.9), rgba(255, 193, 88, 0.9));
	border-radius: 15px 0 15px 0;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 15px 0 0;
}
.feature-list .num span{
	display: block;
	font-size: 5rem;
	font-family: var(--opensans);
	padding: 0 0 0;
}
.feature-list li.r-img .num{
	right: 410px;	
}
.about-area .btn-more{
	margin: 50px auto 0;
	display: block;
}

@media screen and (max-width: 768px){
	.about-area{
		padding: 0 0 40px;
	}

	.about-area .txt-area{
	}
	.about-area .section-title .jp{
		font-size: 2.6rem;
	}
	.about-area .txt-area .catch{
		margin: 20px 0 0;
	}
	.about-area .txt-area .catch img{
		width: 100%;
	}
	.about-area .txt-area .basic-txt{
		padding: 10px 0 0;
		width: 100%;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.75;
		text-align: left;
	}

	.feature-list{
		margin: 30px 0 0;
	}
	.feature-list::before{
		display: none;
	}

	.feature-list li{
		padding: 15px ;
	}
	.feature-list li::before{
		display: none;
	}
	.feature-list li:first-of-type{
	}
	.feature-list li.r-img::before{
	}
	.feature-list li:nth-child(2)::before{
		display: none;
	}
	.feature-list li:nth-child(3)::before{
		display: none;
	}
	.feature-list li img{
		width: 100%;
		height: 180px;
		object-fit: cover;
		border-radius: 5px;
	}

	.feature-list .txt-block{
		width: 100%;
		padding: 10px 0 0;
	}
	.feature-list li.l-img .txt-block{
	}
	.feature-list li.r-img .txt-block{
		padding: 10px 0 0;
	}

	.feature-list .list-title{
		font-size: 3rem;
		margin: 10px 0;
	}
	.feature-list .feature01 .list-title span{
		font-size: 6rem;
	}
	.feature-list .feature02 .list-title{
		margin: 10px 0;
	}
	.feature-list .feature02 .list-title .l{
		font-size: 4.5rem;
	}
	.feature-list .feature03 .list-title{

	}
	.feature-list .feature03 .list-title span{
		font-size: 4.5rem;
	}

	.feature-list .sub-catch{
		font-size: 2rem;
		line-height: 1.4;
		padding: 5px 10px;
		display: block;
	}

	.feature-list .basic-txt{
		padding: 0;
	}
	.feature-list .num{
		font-size: 1.6rem;
		width: 65px;
		height: 55px;
		padding: 8px 0 0;
		border-radius: 5px 0 5px 0;
	}
	.feature-list .num span{
		font-size: 2.5rem;
		padding: 2px 0 0;
		
	}
	.feature-list li.r-img .num{
		right: auto;
		left: 15px;
	}
	.about-area .btn-more{
		margin: 30px auto 0;
	}
}


/* -----------------------------
	repair-area
-------------------------------- */
.repair-area{
	margin: 120px 0 0;
}
.repair-area .inner{
	position: relative;
}
.repair-area .inner::before{
	content: '';
	position: absolute;
	width: 362px;
	height: 285px;
	top: -60px;
	right: -200px;
	background: url("../img/repair-exchange-logo.png") no-repeat top center / contain;
}
.repair-area .txt-area .catch{
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.repair-area .txt-area .catch img{
	position: relative;
	top: 10px;
}

.repair-area .txt-area .basic-txt{
	text-align: center;
	margin: 40px 0 0;
}
.repair-works{
	display: flex;
	justify-content: space-between;
	margin: 46px 0 0;
}
.repair-works > div{
	position: relative;
}

.repair-works .title-area{
	padding: 26px 30px 0;
	border: solid 1px #F39800;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	display: inline-block;
	background: #fff;
}

.repair-works .title-area > div{
	display: flex;
	padding: 10px 0 0;
}

.repair-works .title-area > div p{
	margin: 0 20px 0 0;
	font-size: 1.8rem;
	font-weight: bold;
}

.repair-works-title{
	font-size: 3rem;
	font-weight: bold;
	color: #F39800;
	line-height: 1;
}

.repair-works .icon{
	position: absolute;
	background: #FA4032;
	color: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	right: 0;
	margin: 0 10px 0 0;
}
.repair-works .icon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 2px;
  bottom: 2px;
  border-right: 20px solid #FA4032;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-45deg);
}

.repair-works ul{
	display: flex;
	align-items: center;
	border: solid 1px #F39800;
	padding: 20px 30px 13px;
	border-radius: 0 15px 15px 15px;
	margin: -1px 0 0;
	background: #fff;
}

.repair-works ul li{
	position: relative;
}

.repair-works ul li:first-of-type::before{
	content: '';
	width:0;
	height:0;
	border-style:solid;
	border-width: 35px 0 35px 25px;
	border-color: transparent transparent transparent #9D9D9D;
	position: absolute;
	top: 50%;
    right: -35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.repair-works ul li:first-of-type{
	margin: 0 45px 0 0;
}

.repair-works ul li img{
	border-radius: 5px;
	width: 223px;
}

.repair-works ul li:last-of-type img{
	border: solid 5px #F39800;
	width: 250px;
}
.repair-works ul li .before,
.repair-works ul li .after{
	font-size: 3rem;
	font-weight: bold;
	font-family: var(--opensans);
	line-height: 1;
}
.repair-works ul li .before{
	color: #50B4C8;
}
.repair-works ul li .after{
	color: #F39800;
}

.repair-area .btn-more{
	margin: 50px auto 0;
	width: 300px;
}
.repair-area .btn-more a{
	max-width: 300px;
}

@media screen and (max-width: 768px){
	.repair-area{
		margin: 40px 0 0;
	}
	
	.repair-area .inner::before{
		width: 122px;
		height: 96px;
		right: 10px;
		top: -20px;
	}
	.repair-area .txt-area .catch{
		font-size: 3rem;
	}
	.repair-area .txt-area .catch img{
		position: relative;
		top: 4px;
		max-width: 330px;
        width: 100%;
	}
	.repair-area .txt-area .basic-txt{
		margin: 20px 0 0;
		text-align: left;
	}

	.repair-works{
		display: block;
		margin: 0;
	}
	.repair-works > div{
		margin: 18px 0 0;
	}

	.repair-works .title-area{
		padding: 10px 10px 0;
		border-radius: 5px 5px 0 0;
	}

	.repair-works .title-area > div{
		padding: 6px 0 0;
	}

	.repair-works .title-area > div p{
		font-size: 1.5rem;
	}

	.repair-works-title{
		font-size: 2.3rem;
	}

	.repair-works .icon{
		font-size: 1.1rem;
		margin: 0;
		width: 48px;
		height: 48px;
		margin: 0 0;
		top: 45px;
        z-index: 1;
	}
	.repair-works .icon::before{
		border-right: 8px solid #FA4032;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		bottom: -1px;
		left: 2px;
		
	}

	.repair-works ul{
		padding: 10px;
		border-radius: 0 5px 5px 5px;
		justify-content: center;
	}

	.repair-works ul li{
	}

	.repair-works ul li:first-of-type::before{
		border-width: 15px 0 15px 15px;
		right: -35px;
	}
	.repair-works ul li:first-of-type{
	}

	.repair-works ul li img{
		width: 100%;
		max-width: 153px;
	}

	.repair-works ul li:last-of-type img{
		width: 153px;
	}
	.repair-works ul li .before,
	.repair-works ul li .after{
		font-size: 1.7rem;
	}
	.repair-works ul li .before{
	}
	.repair-works ul li .after{
	}

	.repair-area .btn-more{
		margin: 30px auto 0;
	}
}


@media screen and (max-width: 375px){
	.repair-area .txt-area .catch img{
		max-width: 100%;
        width: 100%;
	}
}


/* -----------------------------
	works-area
-------------------------------- */
.works-area{
	margin: 50px 0 0;
	background: #FFF3DE;
	border-radius: 50px 50px 0 0;
	padding: 80px 0 80px;
}

.works-area > .inner{
	position: relative;
}
.works-area > .inner::after{
	content: '';
	position: absolute;
	width: 720px;
	height: 450px;
	top: -15px;
	right: -120px;
	border-radius: 30px;
	background: url("../img/top-works-img.jpg") no-repeat top center / cover;
}

.works-area .txt-area{
	width: 560px;
}
.works-area .txt-area .section-catch{
	padding: 30px 0 0;
}
.works-area .txt-area .basic-txt{
	padding: 20px 0 0;
}
.works-area .works-list{
	margin: 50px 0 0;
}

.works-area .btn-more{
	margin: 30px auto 0;
}

@media screen and (max-width: 768px){
	.works-area{
		border-radius: 15px 15px 0 0;
		padding: 45px 0;
		margin: 0;
	}

	.works-area > .inner{
	}
	.works-area > .inner::after{
		width: 187px;
		height: 144px;
		right: 10px;
		border-radius: 10px;
		top: -30px;
	}

	.works-area .txt-area{
		width: 100%;
			position: relative;
		z-index: 1;
	}
	.works-area .txt-area img{
		width: 250px;
	}
	.works-area .txt-area .section-catch{
		padding: 20px 0 0;
	}
	.works-area .txt-area .basic-txt{
		display: none;
	}
	.works-area .works-list{
		margin: 20px 0;
	}

	.works-area .btn-more{
		margin: 30px auto 0;
	}
	
}

/* -----------------------------
	maker-area
-------------------------------- */
.maker-area{
	margin: 100px 0 0;
}
.maker-area .txt-area{
	text-align: center;
}
.maker-area .section-catch{
	padding: 30px 0 0;
}
.maker-area .basic-txt{
	margin: 15px 0 0;
}

.maker-logo{
	display: flex;
	justify-content: space-between;
	/*width: 1100px;*/
	align-items: center;
	margin: 30px auto 0;
}
.maker-area .btn-more{
	margin: 30px auto 0;
}
@media screen and (max-width: 768px){
	.maker-area{
		margin: 50px 0 0;
	}
	.maker-area .txt-area{
	}
	.maker-area .section-catch{
		padding: 12px 0 0;
	}
	.maker-area .basic-txt{
		display: none;
	}
	.maker-logo{
		display: none;
	}
	.maker-logo img{
		width: 100%;
	}
	.maker-area .btn-more{
		margin: 30px auto 0;
	}
	
	.maker-logo-sp{
		width: 100%;
		margin: 20px 0 0;
		padding: 0 20px;
	}

}


/* -----------------------------
	bottom-link-area
-------------------------------- */
.bottom-link-area{
	margin: 50px 0 0;
	background: #f8f8f8;
}
.bottom-link-area ul{
	display: flex;
	justify-content: space-between;
	padding: 65px 0;
}

.bottom-link-area ul li{
	position: relative;
	width: calc((100% / 3) - 15px);
	border-radius: 15px;
	height: 200px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	border: solid 2px #333;
	top: 0;
	transition: .3s all;
}
.bottom-link-area ul li:hover{
	box-shadow: none;
	top: -10px;
}
.bottom-link-area ul li::before{
	content: '';
	position: absolute;
	width: 152px;
	height: 196px;
	top: 0;
left: -2px;
    border-radius: 12px 0 0 12px;
	background: url("../img/link-area.png") no-repeat top center / contain;
}
.bottom-link-area ul li.faq::before{
	background: url("../img/link-faq.png") no-repeat top center / contain;
}
.bottom-link-area ul li.company::before{
	background: url("../img/link-company.png") no-repeat top center / contain;
}

.bottom-link-area ul li a{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	padding: 75px 0 0 165px;
}

.bottom-link-area .section-title .jp{
	font-size: 2.6rem;
	line-height: 1.2;
}
.bottom-link-area .section-title .en{
	font-size: 2rem;
}

.bottom-link-area .btn-icon a::before{
	right: 15px;
}

@media screen and (max-width: 768px){
	.bottom-link-area{
		margin: 40px 0 0 ;
	}
	.bottom-link-area ul{
		display: block;
		padding: 50px 0 ;
	}

	.bottom-link-area ul li{
		width: 100%;
		margin: 20px 0 0;
		height: 120px;
	}
	.bottom-link-area ul li:first-of-type{
		margin: 0;
	}
	.bottom-link-area ul li:hover{
	}
	.bottom-link-area ul li::before{
		left: 0;
		height: 100%;
		width: 110px;
		background: url("../img/link-area-sp.png") no-repeat top center / cover;
	}
	.bottom-link-area ul li.faq::before{
		background: url("../img/link-faq-sp.png") no-repeat top center / cover;
	}
	.bottom-link-area ul li.company::before{
		background: url("../img/link-company-sp.png") no-repeat top center / cover;
	}

	.bottom-link-area ul li a{
		padding: 35px 0 0 130px;
	}

	.bottom-link-area .section-title .jp{
		font-size: 2.2rem;
	}
	.bottom-link-area .section-title .en{
		font-size: 1.5rem;
	}
}

.support-area-block{
	background: #f9f9f9;

	padding: 30px 0;
}
.support-area-block .inner{
	display: flex;
}
.support-title{
	background: #50B4C8;
	font-size: 1.5rem;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 20px;
	width: 214px;
	text-align: center;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 40px;
	border-radius: 3px;
}
.support-title::before{
content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 10px;
    background: url(../img/todoufuken-icon.png) no-repeat top center / contain;
}
/*
.support-title::before{
	content: '';
	position: absolute;
	width:0;
	height:0;
	border-style:solid;
	border-width: 29.5px 29.5px 29.5px 0;
	border-color: transparent #50B4C8 transparent transparent;
	transform:rotate(45deg);
	top: -20px;
	right: -24px;
}*/
.support-list{
	display: flex;
	margin: 0 0 0 20px;
	flex-wrap: wrap;
}
.support-list li{
	white-space: nowrap;
	margin: 0 0 5px;
}
.support-list li a{
	text-decoration: underline;
	text-decoration-color: #333;
}
.support-list li a:hover{
	color: #50B4C8;
}
.support-list li::after{
	content: '/';
	padding: 0 5px;
}

@media screen and (max-width: 768px){
	.support-area-block{
		padding: 20px 0;
	}
	.support-area-block .inner{
		display: block;
	}
	.support-title{
		height: 25px;
		line-height: 25px;
		font-size: 1.4rem;
		width: 100%;
		padding: 0;
		white-space: nowrap;
		display: block;
		text-align: left;
		padding: 0 0 0 35px;
	}
	.support-title::before{
		width: 17px;
		height: 17px;
	}
	/*
	.support-title::before{
		border-width: 19px 16px 18px 0;
        top: -14.5px;
        right: -10px;
		transform: rotate(29deg);
	}*/
	.support-list{
		margin: 0 0 0;
		height: 100%;
	}
	.support-list li{
		margin: 10px 0 0;
	}
	.support-list li a{
			font-size: 1.3rem;
	}
	.support-list li a:hover{
	}
	.support-list li::after{
	}
}