@charset"utf-8";

/*mv--------------------------------*/

.lower.flowchart .mv_container {
	width: 100%;
	height: 694px;
	background: url('../img/construction/flowchart/mv_obj.jpg') 70% center no-repeat;
	background-size: cover;
}

.lower.flowchart .mv_container::after {
	display: none;
}

.lower.flowchart .mv_container .counseling_ttl_wrap {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10vw;
	transform: translateY(-50%);
}

@media screen and (min-width: 768px) and  (max-width: 1540px) {
	.lower.flowchart .mv_container .counseling_ttl_wrap {
		left: 3vw;
	}
	
}

.lower.flowchart .mv_container .counseling_ttl {
	position: relative;
	padding: 0 80px;
	margin-bottom: 60px;
}

.lower.flowchart .mv_container .counseling_ttl::before {
	content: '[';
	display: block;
	font-size: 150px;
	font-weight: 500;
	color: #033e09;
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
}

.lower.flowchart .mv_container .counseling_ttl::after {
	content: ']';
	display: block;
	font-size: 150px;
	font-weight: 500;
	color: #033e09;
	position: absolute;
	top: 40%;
	right: 0;
	transform: translateY(-50%);
}

.lower.flowchart .mv_container .counseling_ttl span {
	display: block;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1em;
	letter-spacing: .05em;
	text-shadow: 2px 2px 2px rgba(0,0,0,.9);
}

.lower.flowchart .mv_container .counseling_ttl strong {
	font-size: 60px;
	font-weight: 900;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-shadow: 3px 3px 3px rgba(0,0,0,.9);
}

.lower.flowchart .mv_container .counseling_ttl em {
	font-style: normal;
	color: #e5000c;
}

.lower.flowchart .mv_container .counseling_txt {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: .05em;
	text-shadow: 2px 2px 2px rgba(0,0,0,.9);
	position: relative;
	z-index: 2;
}



/*sec01--------------------------------*/

.flowchart .sec01 {
	padding: 260px 0 40px;
	overflow: hidden;
}

.lower.flowchart .sec01:before {
	content: '';
	display: block;
	width: 100%;
	height: 150px;
	background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 0;
}

.flowchart .counseling_list_item {
	width: 94vw;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 60px;
}

.flowchart .counseling_list_item .counseling_theme_container::before {
	content: '';
	display: block;
	width: 117px;
	height: 84px;
	background: url('../img/construction/flowchart/dot.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.flowchart .counseling_list_item .counseling_theme_container::after {
	content: '1';
	display: block;
	font-family: 'Oswald', sans-serif;
	font-style: italic;
	font-size: 110px;
	font-weight: 700;
	color: #0e4813;
	position: absolute;
	top: 48%;
	left: 120px;
	transform: translateY(-50%);
}

.flowchart .counseling_list_item:nth-child(2) .counseling_theme_container::after {
	content: '2';
}

.flowchart .counseling_list_item:nth-child(3) .counseling_theme_container::after {
	content: '3';
}

.flowchart .counseling_list_item .counseling_theme_container {
	width: 100%;
	padding-left: 210px;
	box-sizing: border-box;
	position: relative;
}

.flowchart .counseling_list_item .counseling_theme_container dt {
	font-size: 34px;
	font-weight: 900;
	color: #0e4813;
	letter-spacing: .1em;
	padding-bottom: 10px;
}

.flowchart .counseling_list_item .counseling_theme_container dd {
	font-size: 14px;
	font-weight: 500;
	color: #0e4813;
	line-height: 2em;
	letter-spacing: .05em;
}



/*sec02--------------------------------*/

.flowchart .sec02 {
	padding: 4.17vw 0 21.875vw;
	background-color: #fff;
	overflow: hidden;
}

.flowchart section:last-of-type::before {
	content: '';
	display: block;
	width: 100%;
	height: 70.5vw;
	background-image: url('../img/construction/flowchart/bg_obj.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: -1;
}

.flowchart .test_ttl {
	font-size: 60px;
	font-weight: 900;
	color: #0e4813;
	letter-spacing: .05em;
	text-align: center;
	padding-bottom: 40px;
}

.flowchart .test_txt {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .05em;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,.9);
}

.flowchart .flowchart_btn_wrap {
	padding-top: 60px;
}

.flowchart .flowchart_btn_wrap .flowchart_btn_container {
	display: block;
	width: 600px;
	height: 120px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #fff;
	border: 6px solid #0e4813;
	border-radius: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 2;
	transition: .3s ease-out;
}

.flowchart .flowchart_btn_wrap .flowchart_btn_container span {
	font-size: 32px;
	font-weight: 900;
	color: #0e4813;
	line-height: 1.4em;
	letter-spacing: .05em;
	padding: 0 100px 0 120px;
	position: relative;
	transition: .3s ease-out;
}

.flowchart .flowchart_btn_wrap .flowchart_btn_container span::before {
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	background: url('../img/construction/flowchart/ico_building_off.png') center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .3s ease-out;
}

.flowchart .flowchart_btn_wrap .flowchart_btn_container span::after {
	content: '';
	display: block;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #0e4813;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .3s ease-out;
}

.flowchart .flowchart_btn_wrap .flowchart_btn_container:hover {
	background-color: #0e4813;
	transition: .3s ease-out;
}

.flowchart .flowchart_btn_wrap .flowchart_btn_container:hover span {
	color: #fff;
	transition: .3s ease-out;
}

.flowchart .flowchart_btn_wrap .flowchart_btn_container:hover span::before {
	background: url('../img/construction/flowchart/ico_building_on.png') center center no-repeat;
	background-size: contain;
	transition: .3s ease-out;
}

.flowchart .flowchart_btn_wrap .flowchart_btn_container:hover span::after {
	border-left: 20px solid #fff;
	transition: .3s ease-out;
}


/*modal_container--------------------------------*/

.flowchart .modal_container {
	width: 90vw;
	max-width: 1000px;
	height: 90vh;
	margin: 5vh auto 0;
	background-color: #fff;
	border: 10px solid #0e4813;
	border-radius: 20px;
	box-sizing: border-box;
}

.flowchart .modal_container.bg1 {
	background: #fff url('../img/construction/flowchart/modal_bg01.png') center center no-repeat;
	background-size: cover;
}

.flowchart .modal_container.bg2 {
	background: #fff url('../img/construction/flowchart/modal_bg02.png') center center no-repeat;
	background-size: cover;
}

.flowchart .modal_container.bg3 {
	background: #fff url('../img/construction/flowchart/modal_bg03.png') center center no-repeat;
	background-size: cover;
}

.flowchart .modal_container.bg4 {
	background: #fff url('../img/construction/flowchart/modal_bg04.png') center center no-repeat;
	background-size: cover;
}

.flowchart .modal_container.bg_none {
	background-image: none;
}

.chart_wrap {
	width: 97%;
	height: 100%;
	margin: 0 auto;
	overflow-y: auto;
}

.flowchart .flowchart_ttl,
.flowchart .q_ttl,
.flowchart .a_ttl {
	font-size: 32px;
	font-weight: 900;
	color: #0066b2;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: .1em;
}

.flowchart .flowchart_ttl {
	color: #0e4813;
	text-shadow:
	1px 1px 0 #fff,
	-1px 1px 0 #fff,
	-1px -1px 0 #fff,
	1px -1px 0 #fff;
}

.flowchart .a_ttl {
	color: #333;
}

.flowchart .answer_ttl {
	font-size: 32px;
	font-weight: 900;
	color: #0e4813;
	text-align: center;
	line-height: 1.8em;
}

.flowchart .answer_list_container {
	padding-top: 80px;
}

.flowchart .question_container.start_container .answer_list_container {
	padding-top: 60px;
}

.flowchart .answer_list_item + .answer_list_item {
	padding-top: 30px;
}

.flowchart .btn {
	display: block;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #333;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}

.flowchart .btn:hover {
	background-color: #0066b2;
	border: 1px solid #0066b2;
	color: #fff;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}

.flowchart .again {
	padding-top: 30px;
}

.flowchart .again a {
	display: block;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	background-color: #999;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 40px;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}

.flowchart .again a:hover {
	background-color: #ccc;
	-webkit-transition: .5s ease-out;
	-moz-transition: .5s ease-out;
	-ms-transition: .5s ease-out;
	transition: .5s ease-out;
}

.flowchart .again,
.flowchart .question_container {
	display: none;
}

.flowchart .question_container.current {
	display: block;
	width: 100%;
	height: 100%;
}

.flowchart .question_container.start_container {
	transform: translateY(-17%);
}

.flowchart .question_container.current .question_inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flowchart .question_container.vegetable1.first {
	background: url('../img/construction/flowchart/bg_obj01_01.png') 93% 98% no-repeat;
	background-size: auto 25%;
}
.flowchart .question_container.vegetable1.second {
	background: url('../img/construction/flowchart/bg_obj01_02.png') 93% 98% no-repeat;
	background-size: auto 20%;
}
.flowchart .question_container.vegetable1.third {
	background: url('../img/construction/flowchart/bg_obj01_03.png') 95% 98% no-repeat;
	background-size: auto 35%;
}
.flowchart .question_container.vegetable1.fourth {
	background: url('../img/construction/flowchart/bg_obj01_04.png') 98% 98% no-repeat;
	background-size: auto 55%;
}
.flowchart .question_container.vegetable1.answer_container {
	background: url('../img/construction/flowchart/bg_obj01_05.png') 100% 98% no-repeat;
	background-size: auto 80%;
}
.flowchart .question_container.vegetable2.first {
	background: url('../img/construction/flowchart/bg_obj02_01.png') 93% 98% no-repeat;
	background-size: auto 25%;
}
.flowchart .question_container.vegetable2.second {
	background: url('../img/construction/flowchart/bg_obj02_02.png') 93% 98% no-repeat;
	background-size: auto 20%;
}
.flowchart .question_container.vegetable2.third {
	background: url('../img/construction/flowchart/bg_obj02_03.png') 95% 98% no-repeat;
	background-size: auto 35%;
}
.flowchart .question_container.vegetable2.fourth {
	background: url('../img/construction/flowchart/bg_obj02_04.png') 98% 98% no-repeat;
	background-size: auto 55%;
}
.flowchart .question_container.vegetable2.answer_container {
	background: url('../img/construction/flowchart/bg_obj02_05.png') 100% 98% no-repeat;
	background-size: auto 80%;
}
.flowchart .question_container.vegetable3.first {
	background: url('../img/construction/flowchart/bg_obj03_01.png') 93% 98% no-repeat;
	background-size: auto 25%;
}
.flowchart .question_container.vegetable3.second {
	background: url('../img/construction/flowchart/bg_obj03_02.png') 93% 98% no-repeat;
	background-size: auto 20%;
}
.flowchart .question_container.vegetable3.third {
	background: url('../img/construction/flowchart/bg_obj03_03.png') 95% 98% no-repeat;
	background-size: auto 35%;
}
.flowchart .question_container.vegetable3.fourth {
	background: url('../img/construction/flowchart/bg_obj03_04.png') 98% 98% no-repeat;
	background-size: auto 55%;
}
.flowchart .question_container.vegetable3.answer_container {
	background: url('../img/construction/flowchart/bg_obj03_05.png') 100% 99% no-repeat;
	background-size: auto 80%;
}
.flowchart .question_container.vegetable4.first {
	background: url('../img/construction/flowchart/bg_obj04_01.png') 93% 98% no-repeat;
	background-size: auto 25%;
}
.flowchart .question_container.vegetable4.second {
	background: url('../img/construction/flowchart/bg_obj04_02.png') 93% 98% no-repeat;
	background-size: auto 20%;
}
.flowchart .question_container.vegetable4.third {
	background: url('../img/construction/flowchart/bg_obj04_03.png') 95% 98% no-repeat;
	background-size: auto 35%;
}
.flowchart .question_container.vegetable4.fourth {
	background: url('../img/construction/flowchart/bg_obj04_04.png') 98% 98% no-repeat;
	background-size: auto 55%;
}
.flowchart .question_container.vegetable4.answer_container {
	background: url('../img/construction/flowchart/bg_obj04_05.png') 100% 99% no-repeat;
	background-size: auto 80%;
}

.flowchart .question_container.answer_container.current .question_inner {
	display: block;
	padding-top: 60px;
	box-sizing: border-box;
}

.flowchart .choice_txt {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0;
}

.flowchart .choice_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}

.flowchart .choice_list_container {
	width: 800px;
	max-width: 80%;
	padding: 20px;
	background-color: rgba(14,72,19,.8);
	border-radius: 20px;
	box-sizing: border-box;
}

.flowchart .choice_list_item {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4em;
	letter-spacing: .05em;
	padding: 0 0 .3em 1em;
	text-indent: -1em;
}

.flowchart .a_txt {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-align: center;
	padding-top: 10px 0;
}

.flowchart .modal_container .flowchart_btn_wrap {
	padding-bottom: 60px;
}

.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container {
	width: 500px;
	height: 100px;
	border: 4px solid #0e4813;
}

.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container span {
	display: block;
	width: 100%;
	font-size: 24px;
	padding: 0 30px;
	box-sizing: border-box;
}

.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container span::before {
	display: none;
}

.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container span::after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #0e4813;
	right: 30px;
}

.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container:hover span::after {
	border-left: 16px solid #fff;
}



/*--------------------------------------*/

/*tablet*/

/*--------------------------------------*/

@media screen and (min-width: 768px) and  (max-width: 1380px) {

	/*mv--------------------------------*/

	.lower.flowchart .mv_container {
		height: 50.29vw;
	}

	.lower.flowchart .mv_container .counseling_ttl_wrap {
		left: 3vw;
	}

	.lower.flowchart .mv_container .counseling_ttl {
		padding: 0 5.8vw;
		margin-bottom: 4.35vw;
	}

	.lower.flowchart .mv_container .counseling_ttl::before {
		font-size: 10.87vw;
	}

	.lower.flowchart .mv_container .counseling_ttl::after {
		font-size: 10.87vw;
	}

	.lower.flowchart .mv_container .counseling_ttl span {
		font-size: 2.75vw;
	}

	.lower.flowchart .mv_container .counseling_ttl strong {
		font-size: 4.35vw;
	}

	.lower.flowchart .mv_container .counseling_txt {
		font-size: 3.04vw;
	}

	/*sec02--------------------------------*/

	.flowchart .test_txt {
		font-weight: 700;
		color: #333;
		text-shadow: 2px 2px 2px rgba(255,255,255,.9);
	}
}

@media screen and (min-width: 768px) and  (max-width: 1080px) {

	.tab {
		display: none;
	}

	/*sec01--------------------------------*/
	
	.flowchart .counseling_list_item .counseling_theme_container::before {
		width: 10.83vw;
		height: 7.78vw;
	}
	
	.flowchart .counseling_list_item .counseling_theme_container::after {
		font-size: 10.19vw;
		left: 11.11vw;
	}
	
	.flowchart .counseling_list_item .counseling_theme_container {
		padding-left: 19.44vw;
	}
	
	.flowchart .counseling_list_item .counseling_theme_container dt {
		font-size: 3.15vw;
		padding-bottom: .93vw;
	}


	/*sec02--------------------------------*/
	
	.flowchart .test_ttl {
		font-size: 5.56vw;
		padding-bottom: 3.7vw;
	}
	
	.flowchart .test_txt {
		font-size: 2.22vw;
	}
}




/*--------------------------------------*/

/*sp*/

/*--------------------------------------*/


@media screen and (max-width: 768px) {

	.lower.flowchart .mv_container {
		width: 100%;
		height: 100vw;
		background: url('../img/construction/flowchart/mv_obj.jpg') 85% bottom no-repeat;
		background-size: auto 100%;
	}
	
	.lower.flowchart .mv_container .counseling_ttl_wrap {
		top: 70%;
		left: 0;
	}
	
	.lower.flowchart .mv_container .counseling_ttl {
		padding: 0 9.66vw;
		margin-bottom: 4.83vw;
		text-align: center;
		z-index: 2;
	}
	
	.lower.flowchart .mv_container .counseling_ttl::before {
		font-size: 28.99vw;
	}
	
	.lower.flowchart .mv_container .counseling_ttl::after {
		font-size: 28.99vw;
	}
	
	.lower.flowchart .mv_container .counseling_ttl span {
		font-size: 4.35vw;
		line-height: 1.2em;
	}
	
	.lower.flowchart .mv_container .counseling_ttl strong {
		font-size: 11.11vw;
		line-height: 1.1em;
	}
	
	.lower.flowchart .mv_container .counseling_txt {
		font-size: 4.83vw;
	}
	
	
	
	/*sec01--------------------------------*/
	
	.flowchart .sec01 {
		padding: 220px 0 40px;
		overflow: hidden;
	}
	
	.lower.flowchart .sec01:before {
		height: 36.23vw;
		top: 7.25vw;
	}
	
	.flowchart .counseling_list_item {
		width: 90vw;
		padding-bottom: 40px;
	}
	
	.flowchart .counseling_list_item .counseling_theme_container::before {
		width: 57px;
		height: 41px;
		top: 15px;
		transform: translateY(0);
	}
	
	.flowchart .counseling_list_item .counseling_theme_container::after {
		font-size: 60px;
		line-height: 1em;
		top: 0;
		left: 60px;
		transform: translateY(0);
	}
	
	.flowchart .counseling_list_item .counseling_theme_container {
		width: 100%;
		padding-left: 0;
	}
	
	.flowchart .counseling_list_item .counseling_theme_container dt {
		font-size: 24px;
		letter-spacing: .05em;
		padding-bottom: 10px;
		padding-left: 110px;
	}
	
	.flowchart .counseling_list_item .counseling_theme_container dd {
		font-size: 14px;
		font-weight: 500;
		color: #0e4813;
		line-height: 1.8em;
		letter-spacing: .05em;
	}
	
	
	
	/*sec02--------------------------------*/
	
	.flowchart .sec02 {
		padding: 9.66vw 0 57.97vw;
	}

    .lower.flowchart section:nth-of-type(even) {
        background-color: #fff;
    }
	
	.flowchart section:last-of-type::before {
		height: 120vw;
		background-image: url('../img/construction/flowchart/bg_obj.jpg');
		background-position: 60% center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.flowchart .test_ttl {
		font-size: 7.73vw;
		padding-bottom: 7.25vw;
	}
	
	.flowchart .test_txt {
		font-size: 4.83vw;
		font-weight: 700;
		color: #333;
		letter-spacing: .05em;
		text-shadow: none;
	}
	
	.flowchart .flowchart_btn_wrap {
		padding-top: 9.66vw;
	}
	
	.flowchart .flowchart_btn_wrap .flowchart_btn_container {
		width: 90vw;
		height: 24.15vw;
		border: 4px solid #0e4813;
	}
	
	.flowchart .flowchart_btn_wrap .flowchart_btn_container span {
		font-size: 4.83vw;
		padding: 0 9.66vw 0 19.32vw;
	}
	
	.flowchart .flowchart_btn_wrap .flowchart_btn_container span::before {
		width: 14.49vw;
		height: 14.49vw;
	}
	
	.flowchart .flowchart_btn_wrap .flowchart_btn_container span::after {
		border-top: 1.93vw solid transparent;
		border-bottom: 1.93vw solid transparent;
		border-left: 2.42vw solid #0e4813;
	}
	
	.flowchart .flowchart_btn_wrap .flowchart_btn_container:hover span::after {
		border-left: 2.42vw solid #fff;
	}
	
	
	/*modal_container--------------------------------*/
	
	.flowchart .modal_container {
		height: 90vh;
		margin: 7vh auto 0;
		border: 6px solid #0e4813;
	}
	
	.flowchart .flowchart_ttl,
	.flowchart .q_ttl,
	.flowchart .a_ttl {
		font-size: 5.8vw;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	.flowchart .q_ttl {
		height: 3em;
		display: flex;
		align-items: center;
	}
	
	.flowchart .answer_ttl {
		font-size: 5.8vw;
		line-height: 1.5em;
	}
	
	.flowchart .answer_list_container {
		padding-top: 12.08vw;
	}

	.flowchart .question_container.start_container .answer_list_container {
		padding-top: 6.04vw;
	}
	
	.flowchart .answer_list_item + .answer_list_item {
		padding-top: 7.25vw;
	}
	
	.flowchart .btn {
		display: block;
		width: 60vw;
		height: 9.66vw;
		font-size: 4.35vw;
		line-height: 9.66vw;
	}
	
	.flowchart .again {
		padding-top: 7.25vw;
	}
	
	.flowchart .again a {
		width: 50vw;
		height: 9.66vw;
		font-size: 4.35vw;
		line-height: 9.66vw;
	}
	
	.flowchart .question_container.vegetable1.first {
		background: url('../img/construction/flowchart/bg_obj01_01.png') center 98% no-repeat;
		background-size: auto 25%;
	}
	.flowchart .question_container.vegetable1.second {
		background: url('../img/construction/flowchart/bg_obj01_02.png') center 98% no-repeat;
		background-size: auto 20%;
	}
	.flowchart .question_container.vegetable1.third {
		background: url('../img/construction/flowchart/bg_obj01_03.png') center 98% no-repeat;
		background-size: auto 35%;
	}
	.flowchart .question_container.vegetable1.fourth {
		background: url('../img/construction/flowchart/bg_obj01_04.png') center 98% no-repeat;
		background-size: auto 45%;
	}
	.flowchart .question_container.vegetable1.answer_container {
		background: url('../img/construction/flowchart/bg_obj01_05.png') center 98% no-repeat;
		background-size: 80% auto;
	}
	.flowchart .question_container.vegetable2.first {
		background: url('../img/construction/flowchart/bg_obj02_01.png') center 98% no-repeat;
		background-size: auto 25%;
	}
	.flowchart .question_container.vegetable2.second {
		background: url('../img/construction/flowchart/bg_obj02_02.png') center 98% no-repeat;
		background-size: auto 20%;
	}
	.flowchart .question_container.vegetable2.third {
		background: url('../img/construction/flowchart/bg_obj02_03.png') center 98% no-repeat;
		background-size: auto 35%;
	}
	.flowchart .question_container.vegetable2.fourth {
		background: url('../img/construction/flowchart/bg_obj02_04.png') center 98% no-repeat;
		background-size: auto 45%;
	}
	.flowchart .question_container.vegetable2.answer_container {
		background: url('../img/construction/flowchart/bg_obj02_05.png') center 98% no-repeat;
		background-size: 80% auto;
	}
	.flowchart .question_container.vegetable3.first {
		background: url('../img/construction/flowchart/bg_obj03_01.png') center 98% no-repeat;
		background-size: auto 25%;
	}
	.flowchart .question_container.vegetable3.second {
		background: url('../img/construction/flowchart/bg_obj03_02.png') center 98% no-repeat;
		background-size: auto 20%;
	}
	.flowchart .question_container.vegetable3.third {
		background: url('../img/construction/flowchart/bg_obj03_03.png') center 98% no-repeat;
		background-size: auto 35%;
	}
	.flowchart .question_container.vegetable3.fourth {
		background: url('../img/construction/flowchart/bg_obj03_04.png') center 98% no-repeat;
		background-size: auto 45%;
	}
	.flowchart .question_container.vegetable3.answer_container {
		background: url('../img/construction/flowchart/bg_obj03_05.png') center 99% no-repeat;
		background-size: 80% auto;
	}
	.flowchart .question_container.vegetable4.first {
		background: url('../img/construction/flowchart/bg_obj04_01.png') center 98% no-repeat;
		background-size: auto 25%;
	}
	.flowchart .question_container.vegetable4.second {
		background: url('../img/construction/flowchart/bg_obj04_02.png') center 98% no-repeat;
		background-size: auto 20%;
	}
	.flowchart .question_container.vegetable4.third {
		background: url('../img/construction/flowchart/bg_obj04_03.png') center 98% no-repeat;
		background-size: auto 35%;
	}
	.flowchart .question_container.vegetable4.fourth {
		background: url('../img/construction/flowchart/bg_obj04_04.png') center 98% no-repeat;
		background-size: auto 45%;
	}
	.flowchart .question_container.vegetable4.answer_container {
		background: url('../img/construction/flowchart/bg_obj04_05.png') center 99% no-repeat;
		background-size: 80% auto;
	}
	
	.flowchart .question_container.answer_container.current .question_inner {
		padding-top: 9.66vw;
	}
	
	.flowchart .choice_txt {
		font-size: 18px;
		font-weight: 700;
		padding: 10px 0;
	}
	
	.flowchart .choice_container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 20px;
	}
	
	.flowchart .choice_list_container {
		width: 80vw;
		max-width: 80vw;
		padding: 4.83vw 2.42vw;
	}
	
	.flowchart .choice_list_item {
		font-size: 4.35vw;
		font-weight: 500;
	}
	
	.flowchart .a_txt {
		font-size: 3.86vw;
		padding-top: 10px 0;
	}
	
	.flowchart .modal_container .flowchart_btn_wrap {
		padding-top: 9.66vw;
	}
	
	.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container {
		width: 76vw;
		height: 19.32vw;
		border: 4px solid #0e4813;
	}
	
	.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container span {
		font-size: 4.83vw;
		padding: 0 4.83vw;
	}
	
	.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container span::before {
		display: none;
	}
	
	.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container span::after {
		border-top: 1.93vw solid transparent;
		border-bottom: 1.93vw solid transparent;
		border-left: 2.42vw solid #0e4813;
		right: 4.83vw;
	}
	
	.flowchart .modal_container .flowchart_btn_wrap .flowchart_btn_container:hover span::after {
		border-left: 2.42vw solid #fff;
	}
}