@charset "utf-8";
/*////////////////////////////////////
flow
////////////////////////////////////*/
@media screen and (min-width: 768px){
#under_image {
	position: absolute;
	background: url("../flow/img/flow_top.png");
	background-position: center center;
	background-size: cover;
	width: 500px;
	aspect-ratio:1009/1280;
	top: -20%;
	right: 50px;
	z-index: 1;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#under_image {
	position: absolute;
	background: url("../flow/img/flow_top.png");
	background-position: center center;
	background-size: cover;
	width: 250px;
	aspect-ratio:1009/1280;
	top: -10%;
	right: -50px;
	z-index: 1;
}
}



@media screen and (min-width: 768px){
#flow_area {
	position: relative;
	width: 100%;
	padding: 150px 0;
	background: #EEE;
	overflow: hidden;
}
#flow_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flow_list_left {
	position: relative;
	width: 58%;
	margin-right: -8%;
	margin-bottom: 150px;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	aspect-ratio:3/1.5;
	z-index: 1;
}
.flow_list_right{
	position: relative;
	width: 58%;
	margin-left: -8%;
	margin-top: 20%;
	margin-bottom: 150px;
	background: #333;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	aspect-ratio:3/1.5;
}
.flow_list_left::before {
	content: "";
	position: absolute;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	aspect-ratio:3/1.5;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	transition: all 0.3s;
	z-index: 2;
}

.flow_list_right::before {
	content: "";
	position: absolute;
	width: 100%;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	aspect-ratio:3/1.5;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	transition: all 0.3s;
	z-index: 2;
}
.flow_list_left:hover::before,
.flow_list_right:hover::before {
	background: rgba(255,255,255,0.6);
}
.flow_word_area_left {
	position: absolute;
	width: 50%;
	max-width: 800px;
	top: 5%;
	right: 20%;
	z-index: 3;
}
.flow_word_area_right{
	position: absolute;
	width: 50%;
	max-width: 800px;
	top: 5%;
	left: 20%;
	z-index: 3;
}
.flow_num_left  {
	position: relative;
	text-align: right;
	font-family: "Poppins", sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: clamp(4rem,2vw,16rem);
	margin-bottom: 2%;
	transition: all 0.3s;
}
.flow_num_right  {
	position: relative;
	text-align: left;
	font-family: "Poppins", sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: clamp(4rem,2vw,16rem);
	margin-bottom: 2%;
	transition: all 0.3s;
}
.flow_num_left  span {
	font-size: clamp(8rem,2vw,24rem);
}
.flow_num_right span {
	font-size: clamp(8rem,2vw,24rem);
}
.flow_title {
	position: relative;
	color: #FFF;
	font-weight: 700;
	font-size: clamp(2.4rem,1.6vw,6rem);
	margin-bottom: 1%;
	transition: all 0.3s;
}
.flow_word {
	position: relative;
	color: #FFF;
	font-weight: 400;
	font-size: clamp(1.5rem,1.2vw,2.4rem);
	transition: all 0.3s;
	line-height: 2;
}
.flow_list_left:hover .flow_num_left,
.flow_list_right:hover .flow_num_right,
.flow_list_left:hover .flow_title,
.flow_list_left:hover .flow_word,
.flow_list_right:hover .flow_title,
.flow_list_right:hover .flow_word{
	color: #333;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#flow_area {
	position: relative;
	width: 100%;
	padding: 150px 0;
	background: #EEE;
	overflow: hidden;
}
#flow_place {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flow_list_left {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	background: #333;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	aspect-ratio:3/1.5;
	z-index: 1;
}
.flow_list_right{
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	background: #333;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	aspect-ratio:3/1.5;
}
.flow_list_left::before {
	content: "";
	position: absolute;
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
	aspect-ratio:3/1.5;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	transition: all 0.3s;
	z-index: 2;
}

.flow_list_right::before {
	content: "";
	position: absolute;
	width: 100%;
	clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	aspect-ratio:3/1.5;
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	transition: all 0.3s;
	z-index: 2;
}
.flow_list_left:hover::before,
.flow_list_right:hover::before {
	background: rgba(255,255,255,0.6);
}
.flow_word_area_left {
	position: absolute;
	width: 70%;
	max-width: 800px;
	top: 1%;
	left: 5%;
	z-index: 3;
}
.flow_word_area_right{
	position: absolute;
	width: 70%;
	max-width: 800px;
	top: 1%;
	right: 5%;
	z-index: 3;
}
.flow_num_left  {
	position: relative;
	text-align: left;
	font-family: "Poppins", sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: clamp(2rem,2vw,4rem);
	margin-bottom: 0.5%;
	transition: all 0.3s;
}
.flow_num_right  {
	position: relative;
	text-align: left;
	font-family: "Poppins", sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: clamp(2rem,2vw,4rem);
	margin-bottom: 0.5%;
	transition: all 0.3s;
}
.flow_num_left  span {
	font-size: clamp(3rem,2vw,6rem);
}
.flow_num_right span {
	font-size: clamp(3rem,2vw,6rem);
}
.flow_title {
	position: relative;
	color: #FFF;
	font-weight: 700;
	font-size: clamp(2rem,1.6vw,3rem);
	margin-bottom: 1%;
	transition: all 0.3s;
}
.flow_word {
	position: relative;
	color: #FFF;
	font-weight: 400;
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	transition: all 0.3s;
	line-height: 1.6;
}
.flow_list_left:hover .flow_num_left,
.flow_list_right:hover .flow_num_right,
.flow_list_left:hover .flow_title,
.flow_list_left:hover .flow_word,
.flow_list_right:hover .flow_title,
.flow_list_right:hover .flow_word{
	color: #333;
}
}


#flow1 {
	background: url("../flow/img/flow1.jpg");
	background-position: center center;
	background-size: cover;
}
#flow2 {
	background: url("../flow/img/flow2.jpg");
	background-position: center center;
	background-size: cover;
}
#flow3 {
	background: url("../flow/img/flow3.jpg");
	background-position: center center;
	background-size: cover;
}
#flow4 {
	background: url("../flow/img/flow4.jpg");
	background-position: center center;
	background-size: cover;
}
#flow5 {
	background: url("../flow/img/flow5.jpg");
	background-position: center center;
	background-size: cover;
}
#flow6 {
	background: url("../flow/img/flow6.jpg");
	background-position: center center;
	background-size: cover;
}