.elementor-7828 .elementor-element.elementor-element-6ed37ff7{margin-top:0px;margin-bottom:-80px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-7828 .elementor-element.elementor-element-6ed37ff7{margin-top:0px;margin-bottom:-90px;}}@media(max-width:767px){.elementor-7828 .elementor-element.elementor-element-6ed37ff7{margin-top:0px;margin-bottom:-70px;padding:0px 0px 0px 0px;}.elementor-7828 .elementor-element.elementor-element-7dfd309b{width:100%;}.elementor-7828 .elementor-element.elementor-element-7dfd309b > .elementor-element-populated{padding:0px 5px 0px 5px;}.elementor-7828 .elementor-element.elementor-element-65f1754a{width:100%;max-width:100%;}.elementor-7828 .elementor-element.elementor-element-65f1754a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-65f1754a *//* =========================
   FLOW SECTION
========================= */
.tb-br
.sp-br{
	display: none;
}

.flow-section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 80px 250px;
	box-sizing: border-box;
	font-family: "Zen Old Mincho", serif;
}

.flow-item2 {
	position: relative;
	display: flex;
	align-items: flex-start;
	column-gap: 80px;
	padding-bottom: 80px;
	width: 100%;
	box-sizing: border-box;
}

.flow-item:last-child {
	padding-bottom: 0;
}

/* =========================
   ICON
========================= */

.flow-icon {
	position: relative;
	width: 150px;
	min-width: 150px;
	height: 150px;
	border-radius: 50%;
	background: #698F84;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.flow-icon img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* 縦ライン */

.flow-item2::before {
	content: "";
	position: absolute;
	left: 75px;
	top: 130px;
	width: 3px;
	height: calc(100% - 30px);
	border-left: 3px dotted #698F84;
}

.flow-item2.last::before {
	display: none;
}

/* =========================
   CONTENT
========================= */

.flow-content {
	flex: 1;
	min-width: 0;
	padding-top: 10px;
}

.flow-content h3 {
	font-size: 24px;
	line-height: 1.8;
	color: #698F84;
	margin: 0 0 10px;
	letter-spacing: .12em;
	font-weight: 700;
	word-break: keep-all;
}

.flow-content p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	color: #222;
	margin: 0;
	word-break: keep-all;
}

/* =========================
   LINK
========================= */

.flow-link {
	display: inline-flex;
	align-items: center;
	column-gap: 14px;
	margin-top: 15px;

	font-size: 16px;
	font-weight: 600;
	color: #698F84;
	text-decoration: none;
}

.flow-link span {
	width: 30px;
	height: 30px;
	background: #698F84;
	color: #fff;
    border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 12px;
	line-height: 1;
}

/* =========================
   DETAIL LIST
========================= */

.flow-detail {
	margin-top: 60px;

	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

.detail-row {
	position: relative;

	display: flex;
	align-items: center;
	column-gap: 10px;
}

/* 横ライン */

.detail-row::before {
	content: "";
	position: absolute;
    left: -140px;
    width: 120px;
	top: 50%;
    border-top: 3px dotted #698F84;

	transform: translateY(-50%);
}

/* 左ラベル */

.detail-title {
	width: 150px;
	min-width: 150px;
	height: 40px;

	background: #698F84;
	color: #fff;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 20px;
	font-weight: 700;
	letter-spacing: .08em;
	line-height: 1;
}

/* 右説明 */

.detail-text {
	flex: 1;
	min-width: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	color: #222;
}

/* =========================
   TABLET
========================= */

@media (min-width: 768px) and (max-width: 1024px) {

	.flow-section {
		max-width: 100%;
		padding: 70px 50px;
	}

	.flow-item2 {
		column-gap: 50px;
		padding-bottom: 70px;
	}

	/* =========================
	   ICON
	========================= */

	.flow-icon {
		width: 110px;
		min-width: 110px;
		height: 110px;
	}

	.flow-item2::before {
		left: 55px;
		top: 110px;
		width: 2px;
		border-left: 2px dotted #698F84;
	}

	/* =========================
	   CONTENT
	========================= */


	.flow-content {
		padding-top: 4px;
	}

	.flow-content h3 {
	     width: 100%;
		max-width: 100%;
		word-break: normal !important;
		white-space: normal !important;
		font-size: 22px;
		line-height: 1.7;
		margin-bottom: 10px;
		letter-spacing: .1em;
	}

	.flow-content p {
	    width: 100%;
		max-width: 100%;
		word-break: normal !important;
		white-space: normal !important;
		font-size: 15px;
		line-height: 1.9;
	}
		

	/* =========================
	   LINK
	========================= */

	.flow-link {
		margin-top: 14px;
		font-size: 14px;
		column-gap: 12px;
	}

	.flow-link span {
		width: 26px;
		height: 26px;
		font-size: 11px;
	}

	/* =========================
	   DETAIL LIST
	========================= */

	.flow-detail {
		margin-top: 45px;
		row-gap: 24px;
	}

	.detail-row {
		column-gap: 10px;
	}

	.detail-row::before {
		left: -90px;
		width: 75px;
		margin-left: -10px;
		border-top: 2px dotted #698F84;
	}

	.detail-title {
		width: 120px;
		min-width: 120px;
		height: 36px;
        margin-left:-22px;
		font-size: 16px;
		letter-spacing: .06em;
	}

	.detail-text {
		font-size: 14px;
		line-height: 1.8;
	    width: 100%;
		max-width: 100%;
		word-break: normal !important;
		white-space: normal !important;
	}
	
	.tb-br {
		display: block;
	}
}
/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

	.flow-section {
		padding: 0px 0px;
	}

	.flow-item2 {
	    
		column-gap: 24px;
		padding-bottom: 60px;
	}

	.flow-icon {
		width: 80px;
		min-width: 80px;
		height: 80px;
	}

	.flow-icon img {
		width: 100%;
	}

	.flow-item2::before {
		left: 39px;
		top: 80px;
		height: calc(100% - 20px);
	}

	.flow-content {
	    flex:1;
		padding-top: 0;
		margin-left:-15px;
	}

	.flow-content h3 {
		font-size: 20px;
		line-height: 1.8;
		margin-bottom: 10px;
	}

	.flow-content p {
		font-size: 16px;
		line-height: 1.8;
			word-break: normal;
	line-break: auto;
	}

	.flow-link {
		margin-top: 16px;
		font-size: 14px;
	}

	.flow-link span {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}

	.flow-detail {
		margin-top: 35px;
		row-gap: 24px;
	}

	.detail-row {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 12px;
		padding-left: 25px;
	}

	.detail-row::before {
		left: -40px;
		top: 21px;
		width: 55px;
		border-top: 3px dotted #698F84;

		transform: none;
	}

	.detail-title {
		width: 140px;
		min-width: 140px;
		height: 42px;

		font-size: 16px;
	}

	.detail-text {
		font-size: 13px;
		line-height: 1.4;
		margin-top:-5px;
	}
	
	.sp-br {
		display: block;
	}
	
	.tb-br {
		display: none;
	}

}/* End custom CSS */
/* Start custom CSS *//* Elementorのウィジェット間余白を無効化 */

.elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

.elementor-widget {
	--kit-widget-spacing: 0px !important;
}/* End custom CSS */