
.Slider .slide{
	width: 400px;
}
.Slider .slide img{
	max-width: 100%;
	height: auto;
}

.slider div{
	margin-right:10px;
}

.slider div:last-child {
	margin-right: 0;
}

.services_img{
	width:100%;
	height:400px!important;
	object-fit: cover!important;
}

.sec_point_line{
	width:100%;
	height:1px;
	background-color:#dedcdc;
	margin:100px 0;
}

.sec_point_title{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	padding-bottom:50px;
}

.sec_point {
	display: grid;
	grid-template-rows:auto;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 40px;
	max-width:900px;
	width:95%;
	margin:0 auto;
	padding-bottom:100px;
}

.sec_point1{
	width:100%;
	grid-row: 1;
	grid-column: 1 / 2;
}

.sec_point2{
	width:100%;
	grid-row: 1;
	grid-column: 2 / 3;
}

.sec_point3{
	width:100%;
	grid-row: 1;
	grid-column: 3 / 4;
}

.sec_point_txt1{
	text-align:center;
}

.sec_point_txt1 p{
	font-size:17px;
	font-weight:bold;
	display: inline-block;
	background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background-size: 300% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientEffect 2.5s infinite alternate;
}

.sec_point_txt2{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	height:80px;
}

.sec_point_txt3{
	font-size:14px;
	padding-bottom:50px;
}


.sec_flow_title{
	font-size:25px;
	font-weight:bold;
	text-align:center;
	padding:100px 0;
}

.sec_flow_wrap {
	max-width:1000px;
	width:95%;
	margin:0 auto 100px;
}

.sec_flow {
	display: grid;
	grid-template-rows:auto;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 30px;
	margin-bottom:50px;
}

.sec_flow1{
	width:100%;
	grid-row: 1;
	grid-column: 1 / 2;
}

.sec_flow2{
	width:100%;
	grid-row: 1;
	grid-column: 2 / 3;
}

.sec_flow3{
	width:100%;
	grid-row: 1;
	grid-column: 3 / 4;
}

.sec_flow4{
	width:100%;
	grid-row: 1;
	grid-column: 4 / 5;
}

.sec_flow5{
	width:100%;
	grid-row: 1;
	grid-column: 5 / 6;
}

.sec_flow_box{
	position:relative;
	width:100%;
	min-height:300px;
	height:auto;

	border-radius:20px;
	border:1px solid #000;
	padding:40px 20px;
}

.sec_flow_box_number{
	position: absolute;
	top: -25px;
	left: 20px;

	width:46px;
	height:46px;
	border-radius:50%;
	background-color:#FFF;
	border:1px solid #000;

	font-size:22px;
	font-weight:bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

.sec_flow_box_number span{
	display: inline-block;
	background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background-size: 300% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientEffect 2.5s infinite alternate;
}

.sec_flow_box_txt1{
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

.sec_flow_box_txt2{
	font-size:12px;
}

.sec_flow_arrow {
	position: relative;
	width: 100%;
	height: 40px;
	background: linear-gradient(90deg, rgba(251, 213, 251, 1), rgba(149, 233, 243, 1));
	clip-path: polygon(
		0% 0%,
		calc(100% - 20px) 0%,
		100% 50%,
		calc(100% - 20px) 100%,
		0% 100%
	);
}

.sec_contact_line{
	width:100%;
	height:1px;
	background-color:#dedcdc;
	margin-bottom:100px;
}

.sec_contact{
	max-width:700px;
	width:95%;
	margin:0 auto;
	padding-bottom:100px;
	display: grid;
	grid-template-rows:auto;
	grid-template-columns: 1fr 1fr;
	column-gap: 100px;
}

.sec_contact1{
	width:100%;
	grid-row: 1;
	grid-column: 1 / 2;
	text-align:center;
}

.sec_contact2{
	width:100%;
	grid-row: 1;
	grid-column: 2 / 3;
}

.sec_contact1_txt{
	font-size:33px;
	font-weight:bold;
	display: inline-block;
	background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
	background-size: 300% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientEffect 2.5s infinite alternate;
}

.sec_contact2_txt{
	max-width:300px;
	width:100%;
	height:50px;
	border-radius:25px;
	border:1px solid #000;
	font-size:18px;
	font-weight:bold;
	line-height:1;
	margin:0 auto;
}

.sec_contact2_txt a{
	max-width:300px;
	width:100%;
	height:50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec_contact2_txt:hover{
	background-color:#000;
	color:#FFF;
	transition: 0.5s;
}










/* 画面幅1024以下 PC*/
@media screen and (max-width: 1024px) {

	.sec_flow_box{
		min-height:auto;
		height:auto;
	}

	.sec_flow {
		display: grid;
		grid-template-rows:auto auto auto auto auto;
		grid-template-columns: 1fr;
		column-gap: 0px;
		margin-bottom:50px;
	}

	.sec_flow1{
		width:100%;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		margin-bottom:50px;
	}

	.sec_flow2{
		width:100%;
		grid-row: 2 / 3;
		grid-column: 1 / 2;
		margin-bottom:50px;
	}

	.sec_flow3{
		width:100%;
		grid-row: 3 / 4;
		grid-column: 1 / 2;
		margin-bottom:50px;
	}

	.sec_flow4{
		width:100%;
		grid-row: 4 / 5;
		grid-column: 1 / 2;
		margin-bottom:50px;
	}

	.sec_flow5{
		width:100%;
		grid-row: 5 / 6;
		grid-column: 1 / 2;
		margin-bottom:50px;
	}

	.sec_flow_arrow {
		display:none;
	}


}


/* 画面幅768px以下 タブレット*/
@media screen and (max-width: 768px) {

	.section-title{
		font-size:18px;
	}

	.sec_point_title{
		font-size:18px;
	}

	.sec_point {
		display: grid;
		grid-template-rows:auto auto auto;
		grid-template-columns: 1fr;
		column-gap: 0px;
	}

	.sec_point1{
		width:100%;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
	}

	.sec_point2{
		width:100%;
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}

	.sec_point3{
		width:100%;
		grid-row: 3 / 4;
		grid-column: 1 / 2;
	}

	.sec_flow_title{
		font-size:18px;
	}

	.sec_contact2_txt{
		max-width:250px;
		width:100%;
		height:40px;
		border-radius:20px;
		border:1px solid #000;
		font-size:15px;
		font-weight:bold;
		margin:0 auto;
	}

	.sec_contact2_txt a{
		max-width:250px;
		width:100%;
		height:40px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sec_contact{
		display: grid;
		grid-template-rows:auto auto;
		grid-template-columns: 1fr;
		column-gap: 100px;
	}

	.sec_contact1{
		width:100%;
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		margin-bottom:50px;
	}

	.sec_contact2{
		width:100%;
		grid-row: 2 / 3;
		grid-column: 1 / 2;
	}





}

/* 画面幅320px以下　モバイル*/
@media screen and (max-width: 320px) {



}

