@charset "UTF-8";

/* Sass Document */
/*#main_visual .content__title {
	top: 45%;
}*/

#flow .title {
	font-size: 3.0rem;
	line-height: 1.4;
}

.flow-content {
	position: relative;
	padding: 57px 0 100px;
}

.flow__list {
	display: flex;
	flex-wrap: wrap;
	margin: 54px 44px 0;
}

.flow__item {
	position: relative;
	width: 208px;
	height: 208px;
	margin-right: 26px;
	margin-bottom: 35px;
	text-align: center;
}

.flow__item:nth-of-type(4n) {
	margin-right: 0;
}

.flow__item::after {
	position: absolute;
	top: 50%;
	right: -5px;
	width: 0;
	height: 0;
	transform: translate(100%, -50%);
	border-width: 17px 0 17px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #f5a101;
	content: '';
}

.flow__item:nth-of-type(5n)::before {
	position: absolute;
	top: 50%;
	left: -1px;
	width: 0;
	height: 0;
	transform: translate(-100%, -50%);
	border-width: 17px 0 17px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #f5a101;
	content: '';
}

.flow__item:last-of-type::after {
	display: none;
}

.flow__item .number {
	display: inline-block;
	color: #d9d8dd;
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
}

.flow__inner {
	display: block;
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.flow__inner * {
	z-index: 1;
	position: relative;
}

.flow__inner::before {
	box-sizing: border-box;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 208px;
	height: 208px;
	border: 10px solid #f8f8f8;
	border-radius: 50%;
	content: '';
}

.flow__img-wrapper {
	position: absolute;
	right: 0;
	bottom: 46%;
	left: 0;
	width: 73px;
	height: auto;
	margin: 0 auto;
}

.flow__img-wrapper.mt {
	bottom: 41%;
}

.flow__img-wrapper img {
	max-width: 100%;
	height: auto;
}

.flow__title {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 3em;
	margin-top: auto;
	margin-bottom: 39px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.flow_txt{
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 14.0rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #f8f8f8;
	pointer-events: none;
}


@media screen and (max-width: 767px) {
	.flow-content{
		padding: 8vw 0 9vw;
	}

	#flow .title{
		font-size: 3.8rem;
	}

	.flow__list {
		justify-content: space-between;
		margin: 7vw 10px 0;
	}
	.flow__item {
		width: 35vw;
		height: 35vw;
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.flow__item:nth-of-type(odd)::before {
		position: absolute;
		top: 50%;
		left: -2vw;
		width: 0;
		height: 0;
		transform: translate(-100%, -50%);
		border-width: 3vw 0 3vw 4vw;
		border-style: solid;
		border-color: transparent transparent transparent #f5a101;
		content: '';
	}
	.flow__item:nth-of-type(odd):first-of-type::before {
		display: none;
	}
	.flow__inner::before {
		width: 100%;
		height: 100%;
		border-width: 5px;
	}

	.flow__item::after{
		right: -2vw;
		border-width: 3vw 0 3vw 4vw;
	}

	.flow__title{
		font-size: 2.4rem;
		margin-bottom: 7vw;
	}

	.flow__img-wrapper{
		width: 37%;
	}

	.flow_txt{
		bottom: -4vw;
	}
}
/*# sourceMappingURL=sourcemaps/flow.css.map */



/* ------------------------------
	.flow_wrap
------------------------------ */
.flow_wrap{
	padding: 50px 0 90px;
	background: #f8f8f8;
}

.flow_wrap .inner{
	max-width: 800px;
}

.flow_wrap .flow_box{
	display: flex;
	background: #fff;
	padding: 30px 30px 30px 10px;
}
.flow_wrap .flow_box + .flow_box{
	margin-top: 20px;
}

.flow_wrap .flow_box .num_box{
	flex-shrink: 0;
	padding: 5px 30px 0;
}
.flow_wrap .flow_box .num_box .txt_up{
	margin-bottom: 2px;
	border-bottom: 1px solid #d2d2d2;
	color: #81bf00;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
.flow_wrap .flow_box .num_box .number {
	color: #81bf00;
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.flow_wrap .flow_box .txt_box{
	width: 100%;
}

.flow_wrap .flow_box .txt_box .ttl{
	margin-bottom: 0.3em;
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.6;
}

.flow_wrap .flow_box .txt_box .txt{
	font-size: 1.5rem;
}

.flow_wrap .flow_box .txt_box .btn{
	padding: 0;
	max-width: 100%;
	width: 210px;
	margin-left: 0;
	margin-top: 15px;
	background: #81bf00;
}
.flow_wrap .flow_box .txt_box .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 5px 0 7px;
	font-weight: bold;
	color: #fff;
}

.flow_wrap .flow_box .txt_box .btn .ico{
	width: 0.8em;
	height: 1em;
	margin-right: 0.3em;
	background: url(../img/common/icon_mail.png) no-repeat center center;
	background-size: 100%;
}


@media screen and (max-width: 767px) {
	.flow_wrap{
		padding: 8vw 0 10vw;
	}

	.flow_wrap .flow_box{
		flex-direction: column;
		align-items: center;
	}

	.flow_wrap .flow_box .num_box{
		padding: 0 0 3vw;
	}

	.flow_wrap .flow_box .num_box .txt_up{
		font-size: 2.4rem;
	}
	.flow_wrap .flow_box .num_box .number{
		font-size: 6.0rem;
	}

	.flow_wrap .flow_box{
		padding: 5vw 4%;
	}

	.flow_wrap .flow_box .txt_box .ttl{
		text-align: center;
		font-size: 3.6rem;
	}

	.flow_wrap .flow_box .txt_box .txt{
		font-size: 3.0rem;
	}

	.flow_wrap .flow_box .txt_box .btn{
		width: 80%;
		margin: 15px auto 0;
	}
	.flow_wrap .flow_box .txt_box .btn a{
		padding: 6px 0;
	}
}