@charset "utf-8";

/* flow */

/* contents
----------------------------------------- */
.page-visual-area {
	background: url(../images/flow/page-visual_sp.webp) center center no-repeat;
	background-size: cover;
}
.no-webp .page-visual-area {
	background: url(../images/flow/page-visual_sp.jpg) center center no-repeat;
	background-size: cover;
}

/* flow-sec */
.flow-sec {
	margin-bottom: 80px;
	padding: 0 20px;
}

/* flow-list */
.flow-list {
}
.flow-list li {
	display: flex;
	margin-bottom: 50px;
}
.flow-list .icon-side {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin-right: 30px;
	border-radius: 50%;
	background-color: #FCFCFC;
	filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.12));
}
.flow-list .icon-side::after {
	content: "";
	position: absolute;
	bottom: -41px;
	left: 33px;
	width: 14px;
	height: 11.6px;
	background: url(../images/flow/flow-arrow.svg) 0 0 no-repeat;
    background-size: 14px 11.6px;
}
.flow-list li:last-child .icon-side::after {
	display: none;
}
.flow-list .icon-side img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.flow-list .text-side {
	width: calc(100% - 110px);
}
.flow-list_ttl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}
.flow-list_ttl .step-num {
	display: block;
	margin-bottom: 6px;
	font-family: "Inter", system-ui;
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
.flow-list_ttl .step-name {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
}
.flow-list_btn {
	margin-top: 20px;
	text-align: right;
}
















































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {


/* contents
----------------------------------------- */
.page-visual-area {
	background: url(../images/flow/page-visual_pc.webp) center center no-repeat;
	background-size: cover;
}
.no-webp .page-visual-area {
	background: url(../images/flow/page-visual_pc.jpg) center center no-repeat;
	background-size: cover;
}

/* flow-sec */
.flow-sec {
	margin-bottom: 120px;
	padding: 0 60px;
}

/* flow-list */
.flow-list {
}
.flow-list li {
	display: flex;
	margin-bottom: 70px;
}
.flow-list .icon-side {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin-right: 60px;
	border-radius: 50%;
	background-color: #FCFCFC;
	filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.12));
}
.flow-list .icon-side::after {
	content: "";
	position: absolute;
	bottom: -41px;
	left: 53px;
	width: 14px;
	height: 11.6px;
	background: url(../images/flow/flow-arrow.svg) 0 0 no-repeat;
    background-size: 14px 11.6px;
}
.flow-list li:last-child .icon-side::after {
	display: none;
}
.flow-list .icon-side img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.flow-list .text-side {
	width: calc(100% - 180px);
}
.flow-list_ttl {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #999;
}
.flow-list_ttl .step-num {
	display: block;
	width: 5em;
	margin: 5px 0 0 0;
	font-family: "Inter", system-ui;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
.flow-list_ttl .step-name {
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.4;
}
.flow-list_btn {
	margin-top: 20px;
	text-align: right;
}



} /* tablet end */





























































/* PC 960px - */
@media only screen and (min-width: 960px) {


/* contents
----------------------------------------- */
.page-visual-area {
	background: url(../images/flow/page-visual_pc.webp) center center no-repeat;
	background-size: cover;
}
.no-webp .page-visual-area {
	background: url(../images/flow/page-visual_pc.jpg) center center no-repeat;
	background-size: cover;
}

/* flow-sec */
.flow-sec {
	max-width: 1000px;
	margin: 0 auto 220px;
	padding: 0 40px;
}

/* flow-list */
.flow-list {
}
.flow-list li {
	display: flex;
	margin-bottom: 70px;
}
.flow-list li:nth-child(1) {
	margin-bottom: 60px;
}
.flow-list .icon-side {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 220px;
	margin-right: 100px;
	border-radius: 50%;
	background-color: #FCFCFC;
	filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.12));
}
.flow-list .icon-side::after {
	content: "";
	position: absolute;
	bottom: -43px;
	left: 50%;
	width: 18.8px;
	height: 15.6px;
	margin-left: -9px;
	background: url(../images/flow/flow-arrow.svg) 0 0 no-repeat;
    background-size: 18.8px 15.6px;
}
.flow-list li:last-child .icon-side::after {
	display: none;
}
.flow-list .icon-side img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.flow-list .text-side {
	width: calc(100% - 320px);
	padding-top: 27px;
}
.flow-list_ttl {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
}
.flow-list_ttl .step-num {
	display: block;
	width: 6em;
	margin: 5px 0 0 0;
	font-family: "Inter", system-ui;
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
.flow-list_ttl .step-name {
	display: block;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.4;
}
.flow-list_btn {
	margin-top: 20px;
	text-align: right;
}



} /* PC end */





























































/* PC:1201px - */
@media only screen and (min-width: 1201px) {

} /* PC end */


