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

.ja{
	font-family: 'Noto Sans JP', sans-serif;	
}
.en{
	font-family: 'Rubik', sans-serif;	
}



/* visual
======================================================================*/
#home #visual{
	position: relative;
	z-index: 1;
	margin: 0 0 5%;
}
/*#home #visual::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 390px;
	height: 278px;
	background: url("../img/dot01.svg");
}*/
#home #visual img{
	width: 100%;
}
#home #visual .img{
	position: relative;
}
#home #visual .txt{
	position: absolute;
	top: 45%;
	left: 8%;
	transform: translateY(-50%);
	width: 55%;
}
/*@media (max-width:1000px){
	#home #visual::after{
		width: 195px;
		height: 139px;
		background: url("../img/dot01.svg");
		background-size: 195px auto;
	}
}*/
@media (max-width:768px){
	#home #visual{
		margin: 0;
		padding: 0 0 40px;
	}
	#home #visual .txt{
		left: 5%;
	}
}

/* trouble
======================================================================*/
#home main #trouble{
	margin: -10% 0 0;
	padding: 0 0 120px;
}
#home main #trouble .box{
	background: #fff;
	margin: 0 0 40px;
	padding: 25px 50px 35px;
	border: 2px solid #007CE6;
	border-radius: 10px;
	position: relative;
}
#home main #trouble .box::after{
	position: absolute;
	left: 50%;
	bottom: -24px;
	z-index: -1;
	content: '';
	margin: 0 0 0 -25px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 25px 0 25px;
	border-color: #007be6 transparent transparent transparent;
}
#home main #trouble .box .catch{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #00007E;
}
#home main #trouble .box .catch span{
	display: inline-block;
	margin: 0 30px;
	font-size: 44px;
	color: #D50A15;
	position: relative;
	line-height: 1.0;
}
#home main #trouble .box .catch span::before{
	position: absolute;
	left: -30px;
	top: 0;
	content: '';
	width: 23px;
	height: 44px;
	background: url("../img/catch-before.svg") no-repeat center center;
}
#home main #trouble .box .catch span::after{
	position: absolute;
	right: -30px;
	top: 0;
	content: '';
	width: 23px;
	height: 44px;
	background: url("../img/catch-after.svg") no-repeat center center;
}
#home main #trouble .box .img01{
	position: absolute;
	right: 30px;
	bottom: -20px;
}
#home main #trouble .box ul li{
	font-size: 22px;
	font-weight: bold;
	color: #00007E;
	line-height: 2.0;
	padding: 0 0 0 35px;
	background: url("../img/icon-check.svg") no-repeat left top 10px;
}
#home main #trouble .appeal-box{
	background: #D50A15;
	margin: 0 0 60px;
	border-radius: 15px;
}
#home main #trouble .appeal-box{
	background: #D50A15;
	margin: 0 0 60px;
	padding: 45px 45px 45px 250px;
	border-radius: 15px;
	position: relative;
}
#home main #trouble .appeal-box .img02{
	position: absolute;
	left: 20px;
	bottom: 1px;
}
#home main #trouble .appeal-box .txt01{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
}
#home main #trouble .appeal-box .txt01 b{
	font-size: 46px;
}
#home main #trouble .appeal-box .txt01 b span{
	color: #FFE200;
}
@media (max-width:920px){
	#home main #trouble .box .img01{
		width: 140px;
		position: absolute;
		right: 10px;
		bottom: -20px;
	}
}
@media (max-width:768px){
	#home main #trouble{
		padding: 0 0 60px;
	}
	#home main #trouble .box{
		padding: 25px 20px 35px;
	}
	#home main #trouble .box .catch{
		line-height: 1.75;
		margin: 0 0 20px;
		font-size: 24px;
	}
	#home main #trouble .box .catch span{
		display: inline-block;
		margin: 10px 30px;
		font-size: 36px;
	}
	#home main #trouble .box ul li{
		font-size: 18px;
		padding: 0 0 0 30px;
		background: url("../img/icon-check.svg") no-repeat left top 6px;
	}
	#home main #trouble .box ul li:nth-child(5){
		padding: 0 0 10px 30px;
	}
	#home main #trouble .box ul li:nth-child(6){
		padding: 0 120px 0 30px;
	}
	#home main #trouble .box ul li br{
		display: none;
	}
	
	#home main #trouble .appeal-box{
		margin: 0 0 60px;
		padding: 20px 20px 20px 150px;
	}
	#home main #trouble .appeal-box .img02{
		width: 120px;
	}
	#home main #trouble .appeal-box .txt01{
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 1.4;
	}
	#home main #trouble .appeal-box .txt01 b{
		font-size: 24px;
	}
	#home main #trouble .appeal-box .txt01 b span{
		font-size: 28px;
	}
}


/* merit
======================================================================*/
#home main #merit{
	padding: 80px 0 250px;
}
#home main #merit::before{
	position: absolute;
	left: -155px;
	top: 0;
	content: '';
	width: 390px;
	height: 278px;
	background: url("../img/dot01.svg");
}
#home main #merit::after{
	position: absolute;
	left: -155px;
	bottom: -80px;
	content: '';
	width: 390px;
	height: 278px;
	background: url("../img/dot01.svg");
}
#home main #merit #waveCanvas4{
	z-index: -1;
}
#home main #merit #waveCanvas4-1{
	bottom: 15px;
	z-index: -2;
}
#home main #merit .headline h2 span{
	color: #D50A15;
}
#home main #merit .headline h2 span b{
	font-size: 70px;
}
#home main #merit .fl-box{
	display: flex;
	margin: 0 0 90px;
	position: relative;
}
#home main #merit #merit-01.fl-box::before{
	position: absolute;
	right: 40px;
	top: -54px;
	z-index: 1;
	content: '';
	width: 160px;
	height: 109px;
	background: url("../img/merit01.svg") no-repeat center center;
}
#home main #merit #merit-02.fl-box::before{
	position: absolute;
	left: 40px;
	top: -54px;
	z-index: 1;
	content: '';
	width: 186px;
	height: 109px;
	background: url("../img/merit02.svg") no-repeat center center;
}
#home main #merit #merit-03.fl-box::before{
	position: absolute;
	right: 40px;
	top: -54px;
	z-index: 1;
	content: '';
	width: 188px;
	height: 109px;
	background: url("../img/merit03.svg") no-repeat center center;
}
#home main #merit #merit-04.fl-box::before{
	position: absolute;
	left: 40px;
	top: -54px;
	z-index: 1;
	content: '';
	width: 193px;
	height: 109px;
	background: url("../img/merit04.svg") no-repeat center center;
}
#home main #merit #merit-05.fl-box::before{
	position: absolute;
	right: 40px;
	top: -54px;
	z-index: 1;
	content: '';
	width: 187px;
	height: 109px;
	background: url("../img/merit05.svg") no-repeat center center;
}
#home main #merit .fl-box::after{
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 56px;
	height: 242px;
	background: url("../img/merit-txt01.svg") no-repeat center center;
}
#home main #merit .fl-box.odd::after{
	right: inherit;
	left: 0;
	background: url("../img/merit-txt02.svg") no-repeat center center;
}


#home main #merit .fl-box .img{
	width: 45%;
	min-height: 440px;
}
#home main #merit .fl-box.odd .img{
	order: 2;
}
#home main #merit #merit-01.fl-box .img{
	background: url("../img/merit-img01.jpg") no-repeat center center;
	background-size: cover;
}
#home main #merit #merit-02.fl-box .img{
	background: url("../img/merit-img02.jpg") no-repeat center center;
	background-size: cover;
}
#home main #merit #merit-03.fl-box .img{
	background: url("../img/merit-img03.jpg") no-repeat center center;
	background-size: cover;
}
#home main #merit #merit-04.fl-box .img{
	background: url("../img/merit-img04.jpg") no-repeat center center;
	background-size: cover;
}
#home main #merit #merit-05.fl-box .img{
	background: url("../img/merit-img05.jpg") no-repeat center center;
	background-size: cover;
}
#home main #merit .fl-box .text{
	width: 55%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,efefef+100 */
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fcfcfc 0%, #efefef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fcfcfc 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fcfcfc 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#efefef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: flex;
	align-items:center; 
	padding: 30px 60px 30px 5%;
	box-sizing: border-box;
}
#home main #merit .fl-box.odd .text{
	order: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,fcfcfc+99 */
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #efefef 0%, #fcfcfc 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #efefef 0%,#fcfcfc 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #efefef 0%,#fcfcfc 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 30px 5% 30px 70px;
	box-sizing: border-box;
}
#home main #merit .fl-box.odd .text .text-box{
	max-width: 630px;
	margin: 0 0 0 auto;
}
#home main #merit .fl-box .text .tit{
	font-size: 28px;
	font-weight: bold;
	color: #00007E;
	line-height: 1.75;
	margin: 0 0 20px;
}
#home main #merit .img02{
	text-align: center;
	position: relative;
	z-index: 1;
}
#home main #merit h3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #00007E;
	margin: 0 0 40px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
#home main #merit .catch{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
#home main #merit .txt01{
	text-align: center;
	font-size: 18px;
	color: #333;
	margin: 0 0 50px;
	line-height: 2.0;
	position: relative;
	z-index: 1;
}
#home main #merit .contact-box .contact-box-in .list .txt01{
	margin: 0;
}
@media (max-width:1300px){
	#home main #merit #merit-01.fl-box::before{
		top: -50px;
		width: 120px;
		height: 89px;
		background: url("../img/merit01.svg") no-repeat center center;
		background-size: 120px auto;
	}
	#home main #merit #merit-02.fl-box::before{
		top: -50px;
		width: 120px;
		height: 89px;
		background: url("../img/merit02.svg") no-repeat center center;
		background-size: 120px auto;
	}
	#home main #merit #merit-03.fl-box::before{
		top: -50px;
		width: 120px;
		height: 89px;
		background: url("../img/merit03.svg") no-repeat center center;
		background-size: 120px auto;
	}
	#home main #merit #merit-04.fl-box::before{
		top: -50px;
		width: 120px;
		height: 89px;
		background: url("../img/merit04.svg") no-repeat center center;
		background-size: 120px auto;
	}
	#home main #merit #merit-05.fl-box::before{
		top: -50px;
		width: 120px;
		height: 89px;
		background: url("../img/merit05.svg") no-repeat center center;
		background-size: 120px auto;
	}
}
@media (max-width:1000px){
	#home main #merit::before{
		width: 195px;
		height: 139px;
		background: url("../img/dot01.svg");
		background-size: 195px auto;
	}
	#home main #merit::after{
		width: 195px;
		height: 139px;
		background: url("../img/dot01.svg");
		background-size: 195px auto;
	}
	#home main #merit .fl-box::after{
		width: 28px;
		height: 121px;
		background: url("../img/merit-txt01.svg") no-repeat center center;
		background-size: 28px auto;
	}
	#home main #merit .fl-box.odd::after{
		background: url("../img/merit-txt02.svg") no-repeat center center;
		background-size: 28px auto;
	}
	#home main #merit .fl-box .text{
		padding: 30px 40px 30px 30px;
	}
	#home main #merit .fl-box.odd .text{
		padding: 30px 30px 30px 40px;
	}
	#home main #merit .fl-box .text .tit{
		font-size: 21px;
	}
}

@media (max-width:768px){
	#home main #merit{
		padding: 40px 0 120px;
	}
	#home main #merit .fl-box.odd .text .text-box{
		max-width: 100%;
		margin: 0;
	}
	#home main #merit .fl-box{
		flex-wrap: wrap;
		margin: 0 0 60px;
	}
	#home main #merit .fl-box .img{
		width: 100%;
		height: 350px;
		min-height: inherit;
		order: 2;
	}
	#home main #merit .fl-box .text{
		width: 100%;
		order: 1;
		padding: 40px 20px 40px;
	}
	#home main #merit .fl-box.odd .text{
		padding: 40px 20px 40px;
	}
	#home main #merit #merit-01.fl-box::before{
		right: 20px;
	}
	#home main #merit #merit-02.fl-box::before{
		left: 20px;
	}
	#home main #merit #merit-03.fl-box::before{
		right: 20px;
	}
	#home main #merit #merit-04.fl-box::before{
		left: 20px;
	}
	#home main #merit #merit-05.fl-box::before{
		right: 20px;
	}
	#home main #merit .fl-box .text .tit br{
		display: none;
	}
	#home main #merit .fl-box .text p br{
		display: none;
	}
}



/* service
======================================================================*/
#home main #service{
	padding: 80px 0 200px;
	position: relative;
}
#service .headline .ja {
    text-align:center;
    margin:20px auto 0;
    line-height:1.6;
}
#home main #service #waveCanvas3{
	z-index: 2;
}
#home main #service .img01{
	text-align: center;
	margin: 0 0 80px;
}
#home main #service .img02{
	text-align: center;
	position: relative;
	z-index: 1;
}
#home main #service h3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #00007E;
	margin: 0 0 40px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
#home main #service .catch{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
#home main #service .txt01{
	text-align: center;
	font-size: 18px;
	color: #333;
	margin: 0 0 50px;
	line-height: 2.0;
	position: relative;
	z-index: 1;
}
#home main #service .list{
	display: flex;
	margin: 0 0 135px;
	position: relative;
	z-index: 1;
}
#home main #service .list .list-item{
	width: 23.5%;
	margin: 0 2% 0 0;
	background: #fff;
	border-radius: 10px;
}
#home main #service .list .list-item:nth-child(4){
	margin: 0;
}
#home main #service .list .list-item .text{
	padding: 15px;
}
#home main #service .list .list-item .text .tit{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #D50A15;
	margin: 0 0 15px;
}
#home main #service .list .list-item .text p{
	line-height: 1.6;
	font-size: 15px;
	color: #333;
}
#home main #service .list .list-item .text p span.txt-s{
	line-height: 1.6;
	font-size: 13px;
	color: #333;
}
@media (max-width:768px){
	#home main #service{
		padding: 40px 0 120px;
	}
	#home main #service::after{
		height: 40%;
	}
	#home main #service .img01{
		margin: 0 0 40px
	}
	#home main #service .list{
		display: block;
		margin: 0 0 60px;
	}
	#home main #service .list .list-item{
		width: 100%;
		margin: 0 0 30px 0;
	}
	#home main #service .list .list-item .text .tit{
		font-size: 18px;
	}
	#home main #service h3{
		font-size: 28px;
		margin: 0 0 20px;
	}
	#home main #service .catch{
		font-size: 20px;
	}
	#home main #service .txt01{
		font-size: 16px;
	}
}
#home main #service #waveCanvas4{
	z-index: -1;
}
#home main #service #waveCanvas4-1{
	bottom: 15px;
	z-index: -2;
}



/* example
======================================================================*/
#home main #example{
	padding: 0 0 90px;
}
#home main #example #waveCanvas2{
	z-index: -1;
}
#home main #example #waveCanvas2-1{
	bottom: 15px;
	z-index: -2;
}
#home main #example .txt01{
	font-size: 18px;
	color: #333;
	text-align: left;
}
#home main #example .txt02{
	font-size: 28px;
	line-height: 1.6;
	font-weight: bold;
	color: #333;
	text-align: center;
}
#home main #example .list{
	display: flex;
	flex-wrap: wrap;
}
#home main #example .list .list-item{
	width: 20%;
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	font-weight: bold;
	color: #00007E;
	border-left: 2px solid #00007E;
	margin: 0 0 50px;
	padding: 20px 0 180px;
}
#home main #example .list .list-item:nth-child(5n){
	border-right: 2px solid #00007E;
}
#home main #example .list .list-item:nth-child(1){
	background: url("../img/example-img01.svg") no-repeat center bottom 35px;
	background-size: 104px auto;
}
#home main #example .list .list-item:nth-child(2){
	background: url("../img/example-img02.svg") no-repeat center bottom 35px;
	background-size: 101px auto;
}
#home main #example .list .list-item:nth-child(3){
	background: url("../img/example-img03.svg") no-repeat center bottom 35px;
	background-size: 76px auto;
}
#home main #example .list .list-item:nth-child(4){
	background: url("../img/example-img04.svg") no-repeat center bottom 35px;
	background-size: 131px auto;
}
#home main #example .list .list-item:nth-child(5){
	background: url("../img/example-img09.svg") no-repeat center bottom 35px;
	background-size: 106px auto;
}
#home main #example .list .list-item:nth-child(6){
	background: url("../img/example-img05.svg") no-repeat center bottom 35px;
	background-size: 84px auto;
}
#home main #example .list .list-item:nth-child(7){
	background: url("../img/example-img06.svg") no-repeat center bottom 35px;
	background-size: 120px auto;
}
#home main #example .list .list-item:nth-child(8){
	background: url("../img/example-img07.svg") no-repeat center bottom 35px;
	background-size: 130px auto;
}
#home main #example .list .list-item:nth-child(9){
	background: url("../img/example-img10.svg") no-repeat center bottom 35px;
	background-size: 146px auto;
}
#home main #example .list .list-item:nth-child(10){
	background: url("../img/example-img11.svg") no-repeat center bottom 35px;
	background-size: 110px auto;
}
#home main #example .list .list-item:nth-child(11){
	background: url("../img/example-img12.svg") no-repeat center bottom 35px;
	background-size: 126px auto;
}
#home main #example .list .list-item:nth-child(12){
	background: url("../img/example-img13.svg") no-repeat center bottom 35px;
	background-size: 124px auto;
}
#home main #example .list .list-item:nth-child(13){
	background: url("../img/example-img14.svg") no-repeat center bottom 35px;
	background-size: 144px auto;
}
#home main #example .list .list-item:nth-child(14){
	background: url("../img/example-img15.svg") no-repeat center bottom 35px;
	background-size: 153px auto;
}
#home main #example .list .list-item:nth-child(15){
	background: url("../img/example-img16.svg") no-repeat center bottom 35px;
	background-size: 123px auto;
}
@media (max-width: 768px){
	#home main #example{
		padding: 40px 0 120px;
	}
	#home main #example .txt01{
		font-size: 16px;
	}
	#home main #example .txt02{
		font-size: 18px;
	}
	#home main #example .list .list-item{
		width: 50%;
		font-size: 16px;
		margin: 0 0 20px;
		padding: 10px 0 90px;
	}
	#home main #example .list .list-item:nth-child(5n){
		border-right: none;
	}
	#home main #example .list .list-item:nth-child(2n),
	#home main #example .list .list-item:last-child{
		border-right: 2px solid #00007E;
	}
	#home main #example .list .list-item:nth-child(1){
		background: url("../img/example-img01.svg") no-repeat center bottom 20px;
		background-size: 52px auto;
	}
	#home main #example .list .list-item:nth-child(2){
		background: url("../img/example-img02.svg") no-repeat center bottom 20px;
		background-size: 50px auto;
	}
	#home main #example .list .list-item:nth-child(3){
		background: url("../img/example-img03.svg") no-repeat center bottom 20px;
		background-size: 38px auto;
	}
	#home main #example .list .list-item:nth-child(4){
		background: url("../img/example-img04.svg") no-repeat center bottom 20px;
		background-size: 65px auto;
	}
	#home main #example .list .list-item:nth-child(5){
		background: url("../img/example-img09.svg") no-repeat center bottom 20px;
		background-size: 53px auto;
	}
	#home main #example .list .list-item:nth-child(6){
		background: url("../img/example-img05.svg") no-repeat center bottom 20px;
		background-size: 42px auto;
	}
	#home main #example .list .list-item:nth-child(7){
		background: url("../img/example-img06.svg") no-repeat center bottom 20px;
		background-size: 60px auto;
	}
	#home main #example .list .list-item:nth-child(8){
		background: url("../img/example-img07.svg") no-repeat center bottom 20px;
		background-size: 65px auto;
	}
	#home main #example .list .list-item:nth-child(9){
		background: url("../img/example-img10.svg") no-repeat center bottom 20px;
		background-size: 73px auto;
	}
	#home main #example .list .list-item:nth-child(10){
		background: url("../img/example-img11.svg") no-repeat center bottom 20px;
		background-size: 55px auto;
	}
	#home main #example .list .list-item:nth-child(11){
		background: url("../img/example-img12.svg") no-repeat center bottom 20px;
		background-size: 63px auto;
	}
	#home main #example .list .list-item:nth-child(12){
		background: url("../img/example-img13.svg") no-repeat center bottom 20px;
		background-size: 62px auto;
	}
	#home main #example .list .list-item:nth-child(13){
		background: url("../img/example-img14.svg") no-repeat center bottom 20px;
		background-size: 72px auto;
	}
	#home main #example .list .list-item:nth-child(14){
		background: url("../img/example-img15.svg") no-repeat center bottom 20px;
		background-size: 76px auto;
	}
	#home main #example .list .list-item:nth-child(15){
		background: url("../img/example-img16.svg") no-repeat center bottom 20px;
		background-size: 62px auto;
	}
}



/* flow
======================================================================*/
#home main #flow{
	background: #fff;
	padding: 80px 0 250px 0;
}
/*#home main #flow::before{
	position: absolute;
	left: 0;
	top: -200px;
	content: '';
	width: 390px;
	height: 278px;
	background: url("../img/dot01.svg");
}*/
#home main #flow .list{
	display: flex;
	margin:0 0 80px 0;
}
#home main #flow .list .list-item{
	width: 22%;
	margin: 0 4% 0 0;
}
#home main #flow .list .list-item:last-of-type{
	margin: 0;
}
#home main #flow .list .list-item .img{
	max-width: 240px;
	position: relative;
	z-index: 1;
}
#home main #flow .list .list-item .img::after{
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
	content: '';
	width: 150%;
	height: 4px;
	background: #D50A15;
}
#home main #flow .list .list-item:last-of-type .img::after{
	content: none;
}
#home main #flow .list .list-item .text{
	max-width: 240px;
}
#home main #flow .list .list-item .text .tit{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.0;
	color: #00007E;
	margin: 20px 0;
}
#home main #flow .list .list-item .text p{
	color: #333333;
	line-height: 1.75;
}

@media (max-width:1000px){
	/*#home main #flow::before{
		width: 195px;
		height: 139px;
		background: url("../img/dot01.svg");
		background-size: 195px auto;
	}*/
}
@media (max-width: 768px){
	#home main #flow{
		padding: 10px 0 120px;
	}
	#home main #flow .list{
		display: block;
	}
	#home main #flow .list .list-item{
		width: 100%;
		margin: 0 0 30px;
		display: flex;
	}
	#home main #flow .list .list-item .img{
		width: 100px;
	}
	#home main #flow .list .list-item .img::after{
		position: absolute;
		left: 50%;
		top: 0;
		z-index: -1;
		content: '';
		width: 4px;
		height: 150%;
		background: #D50A15;
	}
	#home main #flow .list .list-item .text{
		width: calc(100% - 100px);
		max-width: 100%;
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}
	#home main #flow .list .list-item .text .tit{
		text-align: left;
		font-size: 18px;
		margin: 0 0 10px;
	}
}




/* contact
======================================================================*/
#home main #contact{
	padding: 80px 0 300px;
	background: #F5F5F5;
	position: relative;
}
#home main #contact::before{
	position: absolute;
	left: 0;
	top: -100px;
	content: '';
	width: 390px;
	height: 278px;
	background: url("../img/dot01.svg");
}
/*#home main #contact::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 390px;
	height: 278px;
	background: url("../img/dot01.svg");
}*/
#home.thanks main #contact::before,
#home.thanks main #contact::after{
	content: none;
}
#home main #contact #waveCanvas{
	z-index: -1;
}
#home main #contact #waveCanvas-0{
	z-index: -2;
	bottom: 15px;
}
#home main #contact table{
	width: 100%;
	border-spacing: 0;
	border-top: 1px solid #00007E;
	margin: 0 0 45px;
}
#home main #contact table tr th{
	width: 240px;
	background: #fff;
	color: #333;
	font-size: 18px;
	padding: 15px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #00007E;
}
#home main #contact table tr th .req{
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 4px 10px 5px;
	line-height: 1.0;
	background: #D50A15;
	color: #fff;
	border-radius: 15px;
	font-size: 14px;
}
#home main #contact table tr td{
	width: calc(100% - 240px);
	padding: 15px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #00007E;
}
#home main #contact table tr td input[type=text],
#home main #contact table tr td input[type=email],
#home main #contact table tr td input[type=tel]{
	width: 100%;
	max-width: 100%;
	padding: 8px;
	background: #fff;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 6px;
}
#home main #contact table tr td textarea{
	width: 100% !important;
	max-width: 100%;
	height: 200px !important;
	padding: 8px;
	background: #fff;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 6px;
}
#home main #contact table tr td .input-box{
	display: flex;
}
#home main #contact table tr td .input-box .input-check{
	width: 190px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
#home main #contact table tr td .input-box .input-text{
	width: calc(100% - 190px);
}
#home main #contact button{
	display: block;
	width: 380px;
	margin: 0 auto;
	padding: 15px 0;
	background: #D50A15;
	text-align: center;
	color: #fff;
	border: none;
	border-bottom: 6px solid #8D080F;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	transition: 0.3s;
	text-shadow: none;
}
#home main #contact button#mfp_button_cancel{
	background: #ccc;
	border-bottom: 6px solid #999;
}
#home main #contact table#mfp_confirm_table tr{
	background: none;
}
#home main #contact table#mfp_confirm_table tr th{
	border-top: none;
}
#home main #contact table#mfp_confirm_table tr td{
	background: none;
	border-top: none;
	border-bottom:1px solid #00007E;
}

@media (min-width:769px){
	#home main #contact button:hover{
		background: #8D080F;
	}	
}

@media (max-width:1000px){
	#home main #contact::before{
		width: 195px;
		height: 139px;
		background: url("../img/dot01.svg");
		background-size: 195px auto;
	}
	/*#home main #contact::after{
		width: 195px;
		height: 139px;
		background: url("../img/dot01.svg");
		background-size: 195px auto;
	}*/
}

@media (max-width: 768px){
	#home main #contact{
		padding: 40px 0 150px;
		position: relative;
	}
	#home main #contact table{
		margin: 0 0 30px;
	}
	#home main #contact table tr th{
		width: 100%;
		font-size: 16px;
		padding: 10px 10px 0;
		border-bottom: none;
		float: left;
		display: block;
		background: none;
	}
	#home main #contact table tr th .req{
		font-size: 12px;
	}
	#home main #contact table tr td{
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #00007E;
		float: left;
		display: block;
	}
	#home main #contact table tr td .input-box{
		display: block;
	}
	#home main #contact table tr td .input-box .input-check{
		width: 100%;
		padding: 0;
	}
	#home main #contact table tr td .input-box .input-text{
		width: 100%;
		margin: 0 0 10px;
	}
	#home main #contact button{
		width: 260px;
	}
}
	



/* company
======================================================================*/
#home main #company{
	background: #00007E;
	padding: 80px 0 120px;
	position: relative;
}
#home main #company .headline h2{
	color: #fff;
}
#home main #company .headline .en{
	color: #fff;
}
#home main #company table {
	width: 100%;
	border-spacing: 0;
	margin: 0 0 60px;
	border-top: 1px solid #fff;
}
#home main #company table tr th{
	width: 180px;
	border-bottom: 1px solid #fff;
	padding: 10px 10px 10px 20px;
	box-sizing: border-box;
	color: #fff;
}
#home main #company table tr td{
	width: calc(100% - 180px);
	border-bottom: 1px solid #fff;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}
#home main #company .fl-box{
	display: flex;
}
#home main #company .fl-box .googlemap{
	width: 500px;
}
#home main #company .fl-box .text{
	width: calc(100% - 500px);
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
#home main #company .fl-box .text dl{
	padding: 10px 0 0;
}
#home main #company .fl-box .text dl dt{
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	margin: 0 0 10px;
}
#home main #company .fl-box .text dl dd{
	color: #fff;
	margin: 0 0 25px;
	line-height: 1.68;
}

@media (max-width:768px){
	#home main #company{
		padding: 60px 0 60px;
	}
	#home main #company table {
		margin: 0 0 30px;
	}
	#home main #company table tr th{
		width: 100%;
		padding: 10px 0 0 0;
		border-bottom: none;
		float: left;
		display: block;
		font-weight: bold;
	}
	#home main #company table tr td{
		width: 100%;
		border-bottom: 1px solid #fff;
		padding: 0 0 10px;
		float: left;
		display: block;
	}
	#home main #company .fl-box{
		display: block;
	}
	#home main #company .fl-box .googlemap{
		width: 100%;
		margin: 0 0 20px;
	}
	#home main #company .fl-box .text{
		width: 100%;
		padding: 0;
	}
}


/* .thanks
======================================================================*/
#home.thanks main #contact .tit{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin:  0 0 40px;
	line-height: 1.75;
}
#home.thanks main #contact p{
	text-align: center;
	font-size: 16px;
	margin:  0 0 40px;
}
#home.thanks main #contact p.btn{
	max-width: 380px;
	margin: 10px auto 0;
}
#home.thanks main #contact p.btn a{
	display: block;
	font-size: 22px;
	font-weight: bold;
	background: #D50A15;
	color: #fff;
	text-decoration: none;
	border-radius: 10px;
	padding: 14px 10px 16px;
	border-bottom: 5px solid #8D080F;
	line-height: 1.0;
	transition: 0.3s;
}
@media (min-width:769px){
	#home.thanks main #contact p.btn a:hover{
		background: #8D080F;
	}	
}

/*********20230913 add ueno 参考価格*********/
#home main #price{
	padding: 0 0 90px 0;
}
#home main #price .headline .ja {
	text-align: center;
	margin: 20px auto 0;
	line-height: 1.6;
}
#home main #price .headline .lowest {
	max-width: 290px;
	margin: 40px auto 0;
}
#home main #price .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#home main #price table{
	border-collapse: collapse;
	border: 1px solid #00007E;
	margin: 0 0 45px;
	width: calc(100% / 2 - 10px);
}
#home main #price th {
	font-weight: bold;
	box-sizing: border-box;
	background-color: #00007E;
	color: #fff;
}
#home main #price td{
	background-color: #fff;
}
#home main #price .no-border-top{
	border-top: none;
}
#home main #price .no-border-bottom{
	border-bottom: none;
}
#home main #price .no-border-right{
	border-right: none;
}
#home main #price .no-border-left{
	border-left: none;
}
#home main #price th,
#home main #price td{
	border: 1px solid #00007E;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
}
#home main #price td{
	width: 90px;
	min-width: 90px;
}
#home main #price .betu{
	text-align: center;
}
#home main #price .value{
	text-align: right;
}
@media (max-width:950px){
	#home main #price .inner{
		display: block;
	}
	#home main #price table{
		margin: 0;
		width: 100%;
	}
	#home main #price table:nth-of-type(2){
		margin-top: -1px;
	}
	#home main #price table .sp-none{
		display: none;
	}
}
@media (max-width:768px){
	#home main #price{
		padding: 0 0 120px 0;
	}
	#home main #price .inner{
		width: 90%;
		padding: 0;
	}
	#home main #price td{
		width: 150px;
		min-width: 150px;
	}
	#home main #price .scroll-hint-icon{
		top: 5%!important;
		height: 90px!important;
	}
}

/********************menu追加*************************/

#trouble .inner-menu {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	height: 100px;
	margin-bottom: 60px;
}
#trouble .inner-menu a {
	width: 100%;
}
#trouble .inner-menu .btn {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	/*background-color: #00007e;*/
	background-color: #d50a15;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	height: 100%;
	position: relative;
}
#trouble .inner-menu a:hover {
	text-decoration: none;
}
#trouble .inner-menu .btn:hover {
	background-color: #da5a60;
}
#trouble .inner-menu .left,
#trouble .inner-menu .right {
	width: 18%;
}
#trouble .inner-menu .center {
	width: 16%;
}
#trouble .inner-menu .left .btn {
	border-radius: 15px 0 0 15px;
	border-right: #ad0e17 solid 2px;
}
#trouble .inner-menu .center .btn {
	border-right: #ad0e17 solid 2px;
}
#trouble .inner-menu .right .btn {
	border-radius: 0 15px 15px 0;
}
#trouble .inner-menu .text {
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: normal !important;
	color: #fff;
}
#trouble a.kaiketu {
	position: relative;
}
#trouble a.kaiketu:hover {
	text-decoration: none;
}
#trouble .kaiketu .appeal-box {
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .5);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
#trouble a.kaiketu:hover .appeal-box {
	position: absolute;
	top: 3px;
	box-shadow: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
}

@media (max-width:768px){
	#trouble .inner-menu .text {
		font-size: 3vw;
	}
}

/************************20231101追加*********************************/

.inner-menu {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	height: 100px;
	margin-bottom: 60px;
}
.inner-menu a {
	width: 100%;
}
.inner-menu .btn {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	/*background-color: #00007e;*/
	background-color: #d50a15;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
	height: 100%;
	position: relative;
}
.inner-menu a:hover {
	text-decoration: none;
}
.inner-menu .btn:hover {
	background-color: #da5a60;
}
.inner-menu .left,
.inner-menu .right {
	width: 18%;
}
.inner-menu .center {
	width: 16%;
}
.inner-menu .left .btn {
	border-radius: 15px 0 0 15px;
	border-right: #ad0e17 solid 2px;
}
.inner-menu .center .btn {
	border-right: #ad0e17 solid 2px;
}
.inner-menu .right .btn {
	border-radius: 0 15px 15px 0;
}
.inner-menu .text {
	font-weight: bold;
	width: 100%;
	text-align: center;
	line-height: normal !important;
	color: #fff;
}
a.kaiketu {
	position: relative;
}
a.kaiketu:hover {
	text-decoration: none;
}
.kaiketu .appeal-box {
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, .5);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
a.kaiketu:hover .appeal-box {
	position: absolute;
	top: 3px;
	box-shadow: none;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .5);
}

/************************20250327追加*********************************/
#home #visual .check{
	max-width: 1200px;
	width: 90%;
	position: relative;
	border: solid 3px #00007E;
	background-color: #fff;
	padding: 30px 30px 20px;
	border-radius: 10px;
	margin: -7% auto 0;
}
#home #visual .check li{
	font-size: clamp(10px,1.6vw,20px);
	font-weight: bold;
	line-height: 1.4;
	padding: 0 0 10px 5%;
	background: url(../img/icon-check02.svg) no-repeat left top 5px / 3.5%;
}
#home #visual .check li strong{
	color: #00007E;
	font-size: clamp(13px,2.2vw,30px);
}
#home #visual .check li .cat{
	color: #fff;
	font-size: clamp(13px,1.8vw,24px);
	background-color: #D50A15;
	display: inline-block;
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	border-radius: 10px;
	transform: translateY(4px);
}
#home .page-nav{
	background-color: #F5F5F5;
	position: relative;
}
#home .page-nav.fix{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: .3s;
	width: 100%;
	transform: translateY(-100%);
}
#home .page-nav.fix.on{
	transform: translateY(0);
}
#home .page-nav ul{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
}
#home .page-nav ul li{
	width: calc(100% / 5);
	box-sizing: border-box;
	border-right: solid 2px #C9C9C9;
}
#home .page-nav ul li:first-child{
	border-left: solid 2px #C9C9C9;
}
#home .page-nav ul li a{
	display: block;
	padding: 20px 5px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
}
#home .page-nav ul li a span{
	background: url(../img/arw01.svg) no-repeat left center / 16px;
	transition: .3s;
	padding-left: 30px;
}
#home .page-nav ul li a:hover{
	text-decoration: none;
}
#home .page-nav ul li a:hover span{
	background-position: left bottom 5px;
}
#home main #service2{
	padding: 0 0 250px;
	position: relative;
	margin-top: -7%;
}
#home main #service2::before{
	content: '';
	background: #F5F5F5;
	width: 100%;
	position: absolute;
	left: 0;
	top: 3%;
	height: 97%;
	z-index: -1;
}
#home main #service2::after {
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 0;
	content: '';
	width: 390px;
	height: 278px;
	background: url(../img/dot01.svg);
}
#home main #service2 .inner{
	padding-bottom: 50px;
}
#home main #service2 .list-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	margin: 0 0 40px;
	position: relative;
	z-index: 1;
}

#home main #service2 .list-box .img{
	min-width: 480px;
	width: 480px;
}
#home main #service2 .list-box .text{
	width: calc(100% - 480px);
	box-sizing: border-box;
	padding: 30px;
}
#home main #service2 .list .list-box .text .tit{
	font-size: 30px;
	font-weight: bold;
	color: #D50A15;
	margin: 0 0 15px;
}
#home main #service2 .list .list-box .text .tit strong{
	display: block;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 15px;
	color: #E9E9E9;
}
#home main #service2 .list .list-box .text p{
	line-height: 1.6;
	font-size: 15px;
	color: #333;
}
#home main #service2 .list-box.ex{
	background-color: #DDEEF3;
	box-shadow: none;
	margin-top: -10px;
}
#home main #service2 .list-box.ex .text{
	width: 100%;
}
#home main #service2 .list-box.ex ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#home main #service2 .list-box.ex ul li{
	width: calc(100% / 4 - 10px);
	margin: 0 13px 10px 0;
	font-size: 16px;
	line-height: 1.4;
	background: url(../img/icon-check03.svg) no-repeat left top 3px / 16px;
	padding-left: 25px;
}
#home main #service2 .list-box.ex ul li:nth-child(4n){
	margin-right: 0;
}
#home main #works{
	padding: 80px 0 300px;
	background: #F5F5F5;
	position: relative;
}
#home main #works .box{
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	margin: 0 0 30px;
}
#home main #works .box .worries{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 30px;
	position: relative;
	min-height: 240px;
}
#home main #works .box .worries .ill{
	min-width: 230px;
	width: 230px;
	position: absolute;
}
#home main #works .box .worries .txt-box{
}
#home main #works .box .worries .balloon{
	background-color: #F5F5F5;
	border-radius: 20px;
	padding: 20px 30px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px auto;
	line-height: 1.4;
	position: relative;
	width: calc(100% - 260px);
}
#home main #works .box .worries .balloon:after{
	content: '';
	width: 27px;
	height: 18px;
	position: absolute;
	bottom: -18px;
	left: 35px;
	background: url("../img/balloon01.svg") no-repeat top center / contain;
}
#home main #works .box .worries ul{
	width: calc(100% - 260px);
	margin-left: auto;
}
#home main #works .box .worries ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 10px;
}
#home main #works .box .worries ul li strong{
	display: block;
	border: solid 1px#00007E;
	color: #00007E;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	padding: 5px;
	min-width: 76px;
	width: 76px;
	text-align: center;
}
#home main #works .box .worries ul li span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 5px 0;
	width: calc(100% - 90px);
}
#home main #works .box .suggestion{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
#home main #works .box .suggestion .balloon{
	color: #FF0000;
	border: solid 2px #FF0000;
	border-radius: 20px;
	padding: 20px 30px;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	line-height: 1.4;
	position: relative;
	width: calc(100% - 320px);
	order: 1;
}
#home main #works .box .suggestion .balloon:after{
	content: '';
	width: 27px;
	height: 18px;
	position: absolute;
	bottom: -18px;
	right: 35px;
	background: url("../img/balloon02.svg") no-repeat top center / contain;
}
#home main #works .box .suggestion .logo{
	min-width: 300px;
	width: 300px;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	line-height: 1.4;
	color: #FF0000;
	order: 2;
}
#home main #works .box .suggestion .logo strong{
	display: block;
	max-width: 275px;
	width: 100%;
	margin: 0 auto 10px;
}
#home main #works .box .img{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px 0 0;
	order: 3;
}
#home main #works .box .img p{
	width: calc(100% / 3 - 10px);
	margin: 0 15px 15px 0;
}
#home main #works .box .img p:nth-of-type(3n){
	margin-right: 0;
}
#home main #expertise{
	padding: 80px 0 300px;
	position: relative;
}
#home main #expertise h3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #00007E;
	margin: 0 0 40px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
#home main #expertise .catch{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin: 0 0 15px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
#home main #expertise .txt01{
	text-align: center;
	font-size: 18px;
	color: #333;
	margin: 0 0 50px;
	line-height: 2.0;
	position: relative;
	z-index: 1;
}
#home main #expertise .img02{
	text-align: center;
	position: relative;
	z-index: 1;
}
#home main #expertise::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 390px;
	height: 278px;
	background: url("../img/dot01.svg");
}
#home.thanks main #expertise::before,
#home.thanks main #expertise::after{
	content: none;
}
#home main #expertise #waveCanvas{
	z-index: -1;
}
#home main #expertise #waveCanvas-0{
	z-index: -2;
	bottom: 15px;
}
@media (max-width:1000px){
	#home .page-nav ul li a{
		font-size: 1.6vw;
	}
	#home main #service2::after {
		width: 195px;
		height: 139px;
		background-size: 195px auto;
	}
	#home main #expertise::after{
		width: 195px;
		height: 139px;
		background: url("../img/dot01.svg");
		background-size: 195px auto;
	}
}
@media (max-width: 768px){
	#home #visual .check{
		position: relative;
		bottom: initial;
		left: initial;
		transform: none;
		margin: -5% auto 0;
		border: solid 2px #00007E;
		background-color: #fff;
		padding: 15px 15px 5px;
		border-radius: 5px;
	}
	#home #visual .check li{
		background-position: left top 2vw;
		background-size: 3%;
		padding: 0 0 5px 4%;
		font-size: 3.2vw;
	}
	#home #visual .check li strong{
		font-size: 4vw;
	}
	#home #visual .check li .cat{
		padding: 2px 8px;
		margin: 0 5px 5px 0;
		border-radius: 5px;
		font-size: 3.6vw;
	}
	#home .page-nav ul{
		padding: 10px 0;
	}
	#home .page-nav ul li{
		width: calc(100% / 2);
		box-sizing: border-box;
		border-right: solid 1px #C9C9C9;
		margin-bottom: 3px;
	}
	#home .page-nav ul li:nth-child(odd){
		border-left: solid 1px #C9C9C9;
	}
	#home .page-nav ul li a{
		padding: 5px;
		font-size: 12px;
	}
	#home .page-nav ul li a span{
		background: url(../img/arw01.svg) no-repeat left center / 10px;
		padding-left: 20px;
	}
	#home main #service2{
		padding: 0 0 150px;
	}
	#home main #service2 .list-box{
		display: block;
		border-radius: 5px;
		box-shadow: 0 2px 6px rgba(0,0,0,.1);
		margin: 0 0 30px;
	}
	#home main #service2 .list-box .img{
		min-width: auto;
		width: 100%;
	}
	#home main #service2 .list-box .text{
		width: 100%;
		padding: 15px;
	}
	#home main #service2 .list .list-box .text .tit{
		font-size: 20px;
		margin: 0 0 10px;
	}
	#home main #service2 .list .list-box .text .tit strong{
		font-size: 30px;
		margin-bottom: 10px;
	}
	#home main #service2 .list .list-box .text p{
		font-size: 14px;
	}
	#home main #service2 .list-box.ex ul li{
		width: 100%;
		margin: 0 0 5px 0;
		font-size: 14px;
		background: url(../img/icon-check03.svg) no-repeat left top 3px / 12px;
		padding-left: 20px;
	}
	#home main #works{
		padding: 20px 0 100px;
	}
	#home main #works .box{
		border-radius: 5px;
		padding: 20px;
		margin: 0 0 20px;
	}
	#home main #works .box .worries{
		margin: 0 0 20px;
		display: block;
	}
	#home main #works .box .worries .ill{
		min-width: 90px;
		width: 90px;
		position: relative;
		margin: 0 auto 20px;
	}
	#home main #works .box .worries .balloon{
		border-radius: 10px;
		padding: 15px;
		font-size: 16px;
		margin: 0 0 20px;
		width: 100%;
	}
	#home main #works .box .worries .balloon:after{
		width: 20px;
		height: 12px;
		bottom: -11px;
		left: initial;
		right: 50%;
		transform: translateX(200%);
	}
	#home main #works .box .worries ul{
		width: 100%;
	}
	#home main #works .box .worries ul li{
		margin: 0 0 5px;
	}
	#home main #works .box .worries ul li strong{
		font-size: 12px;
	}
	#home main #works .box .worries ul li span{
		font-size: 14px;
	}
	#home main #works .box .suggestion{
		display: block;
	}
	#home main #works .box .suggestion .balloon{
		border: solid 1px #FF0000;
		border-radius: 10px;
		padding:  15px;
		font-size: 16px;
		width: 100%;
	}
	#home main #works .box .suggestion .balloon:after{
		width: 20px;
		height: 12px;
		bottom: initial;
		top: 0;
		right: 35px;
		transform: translateY(-100%) rotate(180deg);
	}
	#home main #works .box .suggestion .logo{
		font-size: 16px;
		min-width: auto;
		width: 100%;
		margin: 0 auto 20px;
	}
	#home main #works .box .suggestion .logo strong{
		max-width: 200px;
	}
	#home main #works .box .img{
		display: block;
		margin: 20px auto 0;
		max-width: 400px;
	}
	#home main #works .box .img p{
		width: 100%;
		margin: 0 0 10px;
	}
	#home main #expertise{
		padding: 40px 0 150px;
		position: relative;
	}
	#home main #expertise h3{
		font-size: 28px;
		margin: 0 0 40px;
	}
	#home main #expertise .catch{
		font-size: 18px;
	}
	#home main #expertise .txt01{
		font-size: 14px;
		margin: 0 0 30px;
	}
}
.contact-box::after{
	display: none;
}
@media (max-width: 768px){
	.contact-box .contact-box-in .catch02{
		padding: 0;
	}
	.contact-box .contact-box-in{
		padding: 20px 20px 90px;
	}
	.contact-box .contact-box-in .img{
		bottom: 0;
		right: 5px;
	}
}
