@charset "utf-8";
/*////////////////////////////////////
 flow
////////////////////////////////////*/
@media screen and (min-width: 768px){
#under_flow_startimg{
	background: url("../flow/img/flow_top.jpg");
	background-position: center;
	background-size: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_flow_startimg{
	background: url("../flow/img/flow_top.jpg");
	background-position: center;
	background-size: cover;
}
}


/*////////////////////////////////////
 message
////////////////////////////////////*/

@media screen and (min-width: 768px){
#flow_area{
	position: relative;
	width: 100%;
	padding: 50px 0 100px 0;
	background-color: #e7e5e5;
	overflow: hidden;
}

#flow_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#flow_main_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: clamp(1.6rem,1.4vw,2rem);
 	font-weight: 400;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

#flow_main_word span{
	font-weight: 700;
}

#flow_list_area{
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.flow_list_place{
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.flow_step_area{
	position: relative;
	width: 20%;
	padding: 30px 0;
	
}

#flow_step_area1{
	background-color: rgba(243,70,73,0.2);
}

#flow_step_area2{
	background-color: rgba(243,70,73,0.4);
}

#flow_step_area3{
	background-color: rgba(243,70,73,0.6);
}

#flow_step_area4{
	background-color: rgba(243,70,73,0.8);
}

.flow_step{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Oswald", serif;
	font-size: clamp(2rem,2vw,3rem);
	font-weight: 400;
	color: #333;
}

.flow_step span{
	font-size: clamp(6rem,6vw,8rem);
}

.flow_word_area{
	position: relative;
	width: 80%;
	padding: 30px;
	background-color: #FFFFFF;
}

.flow_title_area{
	position: relative;
	width: 100%;
	margin-bottom: 16px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.flow_img{
	position: relative;
	width: 5%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 1/1;
}

.flow_title{
	position: relative;
	width: 95%;
	font-size: clamp(1.8rem,2vw,2.4rem);
	font-weight: 600;
	color: #A00303;
}

.flow_word{
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1.5vw,1.8rem);
	font-weight: 400;
	color: #333333;
	line-height: 1.6;
}

.flow_next_arrow{
	position: relative;
	width: 20%;
	height: 60px;
	margin-bottom: 5px;
	clip-path: polygon(0 0,100% 0,50% 100%);
}

#flow_next_arrow1{
	background-color: rgba(243,70,73,0.2);
}

#flow_next_arrow2{
	background-color: rgba(243,70,73,0.4);
}

#flow_next_arrow3{
	background-color: rgba(243,70,73,0.6);
}

#flow_next_arrow4{
	background-color: rgba(243,70,73,0.8);
}

}

@media screen and (min-width: 0px) and (max-width: 767px){
#flow_area{
	position: relative;
	width: 100%;
	padding: 0 0 100px 0;
	background-color: #e7e5e5;
	overflow: hidden;
}

#flow_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#flow_main_word{
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	font-size: 1.6rem;
 	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

#flow_main_word span{
	font-weight: 700;
}

#flow_list_area{
	position: relative;
	width: 100%;
}

.flow_list_place{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.flow_step_area{
	position: relative;
	width: 20%;
	padding: 30px 0;
	
}

#flow_step_area1{
	background-color: rgba(243,70,73,0.2);
}

#flow_step_area2{
	background-color: rgba(243,70,73,0.4);
}

#flow_step_area3{
	background-color: rgba(243,70,73,0.6);
}

#flow_step_area4{
	background-color: rgba(243,70,73,0.8);
}

.flow_step{
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Oswald", serif;
	font-size: 1.8rem;
	font-weight: 400;
	color: #333;
	line-height: 1.4;
}

.flow_step span{
	font-size: 4rem;
}

.flow_word_area{
	position: relative;
	width: 80%;
	padding: 20px;
	background-color: #FFFFFF;
}

.flow_title_area{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.flow_img{
	position: relative;
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 1/1;
}

.flow_title{
	position: relative;
	width: 90%;
	font-size: 1.8rem;
	font-weight: 600;
	color: #A00303;
}

.flow_word{
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333333;
	line-height: 1.6;
}

.flow_next_arrow{
	position: relative;
	width: 20%;
	height: 40px;
	margin-bottom: 5px;
	clip-path: polygon(0 0,100% 0,50% 100%);
}

#flow_next_arrow1{
	background-color: rgba(243,70,73,0.2);
}

#flow_next_arrow2{
	background-color: rgba(243,70,73,0.4);
}

#flow_next_arrow3{
	background-color: rgba(243,70,73,0.6);
}

#flow_next_arrow4{
	background-color: rgba(243,70,73,0.8);
}

}

