@charset "UTF-8";

/* COMMON */

* {
	-webkit-text-size-adjust: 100%;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.0em;
	letter-spacing: 0;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,b,span,strong {
	line-height: 1.0em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: 700;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
figure {
	display: block;
	margin: 0;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	/*
	transition: .4s;
	*/
}
a:hover img {
	opacity: 1.0;
	_filter: alpha(opacity=100);
}
:focus {
	outline: none;
}


/* PARTS */

.forSp {
	display: none;
}
.flex {
	display: flex;
}
._inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}
._wrapper {
	padding-top: 110px;
}
._heading_img {
	margin: 0 auto 30px;
}
._heading_img img {
	display: block;
}
picture {
	display: block;
}
picture img {
	display: block;
	width: 100%;
}


/* HEADER */

.l_header {
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: #fff;
	z-index: 100;
}
.l_header ._inner {
	max-width: 1230px;
	height: 109px;
	align-items: center;
}
.l_header ._logo {
	align-items: center;
}
.l_header ._logo a {
	display: block;
	max-width: 214px;
}
.l_header ._logo span {
	margin: -8px 0 0 20px;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: .05em;
}
.l_header .__btn {
	margin-left: auto;
	display: block;
	max-width: 332px;
}


/* FOOTER */

.l_footer {
	font-size: 1.4rem;
	border-top: 1px solid #eee;
	background: #fff;
	padding: 35px 15px;
	justify-content: center;
	gap: 30px;
}
.l_footer p {
	color: #666;
}
.l_footer p a {
	color: #51b0ec;
}
.l_footer ul {
	color: #666;
	gap: 15px;
}
.l_footer ul li a {
	color: #51b0ec;
}


/* KV */

.l_kv {
	position: relative;
	background: #f5f3e3;
	border-bottom: 1px solid #eee;
}
.l_kv .__img {
	max-width: 1400px;
	margin: 0 auto;
}
.l_kv .__btn {
	display: block;
	max-width: 512px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
}


/* LEAD */

.l_lead {
	padding: 70px 0 0 0;
	text-align: center;
}
.l_lead p {
	display: inline-block;
	color: #ff5b0e;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.5em;
	letter-spacing: .1em;
	position: relative;
	padding: 0 92px;
}
.l_lead p:before {
	content: '';
	display: block;
	width: 72px;
	height: 66px;
	background: url(/assets/lp01/img/_ico_lead_left.png) center center /contain no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.l_lead p:after {
	content: '';
	display: block;
	width: 72px;
	height: 66px;
	background: url(/assets/lp01/img/_ico_lead_right.png) center center /contain no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}


/* ABOUT */

.l_about {
	padding: 70px 0;
}
.l_about ._heading_img {
	max-width: 300px;
}
.l_about .__img {
	width: 100%;
	max-width: 739px;
	margin: 0 auto;
}
.l_about p {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: calc(32/18);
	margin: 40px 0;
}
.l_about p b {
	background: #f6ff00;
}
.l_about .__btn {
	display: block;
	max-width: 478px;
	margin: 0 auto;
}


/* INVESTMENT */

.l_investment {
	background: #f7fcfc;
	border: 5px solid #e2f6f3;
	padding: 30px 0 100px;
}
.l_investment ._heading_img {
	max-width: 846px;
}
.l_investment .__lead {
	text-align: center;
	letter-spacing: .1em;
	line-height: calc(28/16);
	margin: 0 0 60px 0;
}
.l_investment .__box {
	background: #e2f6f3;
	border-radius: 10px;
	padding: 0 36px 36px 36px;
	margin-bottom: 70px;
}
.l_investment .__box h3 {
	text-align: center;
	transform: translate(0,-50%);
	margin-bottom: -12px;
}
.l_investment .__box h3 span {
	color: #fff;
	background: #19afed;
	font-size: 2.1rem;
	letter-spacing: .2em;
	display: inline-block;
	padding: 12px 30px 15px;
	border-radius: 24px;
}
.l_investment .__box ._item {
	background: #fff;
}
.l_investment .__box ._item h4 {
	font-size: 1.8rem;
	color: #19afed;
	line-height: 1.5em;
	padding-left: 28px;
	background: url(../img/ico_heading_v1.svg) left 4px /20px no-repeat;
	margin-bottom: 20px;
}

.l_investment .__box._v1 ._item {
	padding: 24px;
}
.l_investment .__box._v1 ._item + ._item {
	margin-top: 28px;
}

.l_investment .__box._v1 ._item ._info {
	gap: 35px;
}
.l_investment .__box._v1 ._item ._info img {
	display: block;
	width: 28%;
}
.l_investment .__box._v1 ._item ._info p {
	line-height: calc(28/16);
	flex: 1;
}

.l_investment .__box._v2 p {
	text-align: center;
	line-height: calc(28/16);
	margin: 10px 0 30px 0;
}
.l_investment .__box._v2 ._list {
	gap: 15px;
}
.l_investment .__box._v2 ._list ._item {
	width: calc((100% - 15px) / 2);
	padding: 20px 20px 28px 20px;
}
.l_investment .__box._v2 ._list ._item img {
	display: block;
	margin: 0 auto;
}

.l_investment .__box._v3 ._info {
	gap: 60px;
	align-items: center;
	padding: 14px;
}
.l_investment .__box._v3 ._info p {
	line-height: calc(28/16);
	flex: 1;
}
.l_investment .__box._v3 ._info img {
	display: block;
	width: 46%;
}

.l_investment .__box._v4 {
	margin-bottom: 0;
}
.l_investment .__box._v4 ._list {
	gap: 10px;
	padding: 20px 0;
}
.l_investment .__box._v4 ._list ._item {
	width: calc((100% - 20px) / 3);
	border-radius: 10px;
	padding: 15px 15px 20px 15px;
}
.l_investment .__box._v4 ._item h4 {
	font-size: 1.6rem;
	padding-left: 22px;
	background: url(../img/ico_heading_v1.svg) left 7px /12px no-repeat;
}
.l_investment .__box._v4 ._item h4 sup {
	font-size: 1rem;
}
.l_investment .__box._v4 ._item img {
	width: auto;
	height: 118px;
	margin: 0 auto 22px;
	display: block;
}
.l_investment .__box._v4 ._item p {
	font-size: 1.2rem;
	letter-spacing: -.02em;
	line-height: calc(18/12);
	text-align: center;
}
.l_investment .__box._v4 p.__sup {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: calc(18/11);
	color: #666;
}


/* FUTURE */

.l_future {
	background: #fffef6;
	padding: 30px 0 80px;
}
.l_future ._heading_img {
	max-width: 846px;
}
.l_future ._txt {
	padding: 0 30px;
	margin: 50px 0 40px 0;
	position: relative;
}
.l_future ._txt p {
	letter-spacing: .1em;
	line-height: calc(28/16);
	position: relative;
	z-index: 1;
}
.l_future ._txt p + p {
	margin-top: 50px;
}
.l_future ._txt p b {
	background: #f6ff00;
}
.l_future ._txt p strong {
	color: #ed3939;
}
.l_future ._txt ._futureImg_01 {
	display: block;
	max-width: 256px;
	width: 28%;
	position: absolute;
	right: 30px;
	bottom: 0;
}
.l_future .__btn {
	display: block;
	max-width: 478px;
	margin: 0 auto;
}

.l_future .__box {
	background: #f5f3e3;
	border-radius: 10px;
	padding: 0 53px 48px 53px;
	margin: 100px 0 45px;
}
.l_future .__box h3 {
	text-align: center;
	transform: translate(0,-50%);
}
.l_future .__box h3 span {
	color: #fff;
	background: #b5a945;
	font-size: 2.1rem;
	letter-spacing: .2em;
	display: inline-block;
	padding: 12px 30px 15px;
	border-radius: 24px;
}
.l_future .__box .__lead {
	text-align: center;
	line-height: calc(28/16);
	margin: 10px 0 35px 0;
}
.l_future .__box ._list {
	gap: 24px;
}
.l_future .__box ._list ._item {
	background: #fff;
	width: calc((100% - 24px) / 2);
	padding: 20px 20px 26px 20px;
	border-radius: 10px;
}
.l_future .__box ._list ._item h4 {
	font-size: 1.8rem;
	color: #a49830;
	line-height: 1.5em;
	padding-left: 28px;
	background: url(../img/ico_heading_v2.svg) left 4px /20px no-repeat;
	margin-bottom: 16px;
}
.l_future .__box ._list ._item img {
	display: block;
	margin: 0 auto;
}
.l_future .__box .__sup {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: calc(18/11);
	color: #666;
	margin: 20px 0 50px;
}
.l_future .__box ._case {
	padding: 0 5%;
	position: relative;
}
.l_future .__box ._case ._people {
	display: block;
	width: 43%;
	max-width: 354px;
	position: absolute;
	right: 5%;
	bottom: 10px;
}
.l_future .__box ._case ._calculation {
	display: block;
	width: 54%;
	max-width: 400px;
	position: relative;
}


/* REASON */

.l_reason {
	padding: 70px 0;
}
.l_reason ._heading_img {
	max-width: 430px;
}
.l_reason picture {
	max-width: 921px;
	margin: 50px auto 0 auto;
}


/* LPS */

.l_lps {
	max-width: 890px;
	margin: 0 auto;
	padding: 0 15px;
}
.l_lps ._box {
	width: 100%;
}
.l_lps ._box h2 {
	width: 100%;
}
.l_lps ._box ._inner {
	border-right: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	border-left: 2px solid #ededed;
	border-radius: 0 0 20px 20px;
	padding: 35px 80px 55px;
}
.l_lps ._box ._inner p {
	line-height: calc(28/16);
}
.l_lps ._box ._inner img {
	display: block;
	width: 100%;
	margin: 35px auto 0 auto;
}


/* VOICE */

.l_voice {
	padding: 80px 0 110px;
}
.l_voice ._heading_img {
	max-width: 402px;
}
.l_voice ._list_voice {
	margin-top: 50px;
	gap: 18px;
}
.l_voice ._list_voice ._item {
	width: calc((100% - 36px) / 3);
	border: 2px solid #ededed;
	padding: 22px;
}
.l_voice ._list_voice ._item ._head {
	align-items: center;
	margin-bottom: 20px;
}
.l_voice ._list_voice ._item ._head img {
	display: block;
	width: 108px;
}
.l_voice ._list_voice ._item ._head p {
	font-size: 1.5rem;
	line-height: 1.6em;
	color: #666;
	flex: 1;
	padding-left: 12px;
}
.l_voice ._list_voice ._item ._body {
	padding: 0 4px;
}
.l_voice ._list_voice ._item ._body p {
	line-height: calc(25/16);
}


/* FLOW */

.l_flow {
	background: #f5f3e3;
	padding: 70px 0 90px;
}
.l_flow ._heading_img {
	max-width: 370px;
}
.l_flow ._list_flow {
	max-width: 572px;
	margin: 50px auto 0;
	position: relative;
}
.l_flow ._list_flow:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 12px;
	height: 100%;
	background: #ffcb05;
}
.l_flow ._list_flow ._item {
	background: #fff;
	border-radius: 10px;
	background: #fff;
	position: relative;
	height: 174px;
	align-items: center;
	gap: 20px;
	padding: 0 30px;
}
.l_flow ._list_flow ._item + ._item {
	margin-top: 24px;
}
.l_flow ._list_flow ._item figure {
	width: 200px;
	height: 140px;
	position: relative;
}
.l_flow ._list_flow ._item figure img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
}
.l_flow ._list_flow ._item p {
	font-size: 1.8rem;
	line-height: calc(32/18);
	flex: 1;
}
.l_flow ._list_flow ._item i {
	display: block;
	width: 47px;
	position: absolute;
	top: -7px;
	left: -7px;
}


/* FAQ */

.l_faq {
	padding: 90px 0;
}
.l_faq ._heading_img {
	max-width: 539px;
}
.l_faq ._list_faq {
	margin: 70px auto 0;
	max-width: 860px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.l_faq ._list_faq ._item {
	border-bottom: 1px dotted #dbdbdb;
	padding: 12px 24px;
	align-items: center;
}
.l_faq ._list_faq ._item:last-child {
	border-bottom: none;
}
.l_faq ._list_faq ._item i {
	display: block;
	width: 45px;
	height: 45px;
}
.l_faq ._list_faq ._item p {
	font-size: 1.8rem;
	line-height: calc(30/18);
	flex: 1;
	padding-left: 20px;
}
.l_faq ._list_faq ._item.__q i {
	background: url(../img/faqIcoQ.png) center center /contain no-repeat;
}
.l_faq ._list_faq ._item.__a i {
	background: url(../img/faqIcoA.png) center center /contain no-repeat;
}


/* FOOTER_BANNER */

.l_ftBanner {
	position: relative;
	background: #f5f3e3;
	border-bottom: 1px solid #eee;
	/*
	height: 410px;
	background: url(../img/footerImg_pc.png) center center /1400px #f5f3e3;
	*/
}
.l_ftBanner .__img {
	max-width: 1400px;
	margin: 0 auto;
}
.l_ftBanner .__btn {
	display: block;
	max-width: 512px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0);
}
















@media only screen and (max-width: 767px) {
	
	
	/* COMMON */
	
	body {
		font-size: 1.3rem;
	}
	
	
	/* PARTS */
	
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	._inner {
		max-width: 510px;
	}
	._wrapper {
		padding-top: 0;
	}
	._heading_img {
		margin: 0 auto 20px;
	}
	
	
	/* HEADER */
	
	.l_header {
		position: relative;
		top: auto;
	}
	.l_header ._inner {
		height: 60px;
		padding: 0 7px 0 10px;
	}
	.l_header ._logo a {
		max-width: 130px;
	}
	.l_header ._logo span {
		display: none;
	}
	.l_header .__btn {
		max-width: 194px;
	}
	
	
	/* FOOTER */
	
	.l_footer {
		font-size: 1.0rem;
		padding: 20px 10px 80px 10px;
		gap: 20px;
	}
	.l_footer ul {
		gap: 10px;
	}
	.__floatingBanner {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: rgba(241,241,241.07);
		padding: 8px 6px 4px 6px;
		z-index: 100;
	}
	.__floatingBanner a {
		display: block;
		width: 320px;
		margin: 0 auto;
	}
	
	
	/* KV */
	
	.l_kv .__img {
		max-width: 480px;
	}
	.l_kv .__btn {
		width: 85%;
		bottom: 25px;
	}
	
	
	/* LEAD */
	
	.l_lead {
		padding: 40px 0 10px 0;
	}
	.l_lead p {
		font-size: 1.4rem;
		letter-spacing: .1em;
		padding: 0 45px;
	}
	.l_lead p:before {
		width: 30px;
		height: 28px;
	}
	.l_lead p:after {
		width: 30px;
		height: 28px;
	}
	
	
	/* ABOUT */
	
	.l_about {
		padding: 25px 0;
	}
	.l_about ._heading_img {
		max-width: 180px;
	}
	.l_about p {
		font-size: 1.3rem;
		letter-spacing: 0;
		margin: 20px 0;
	}
	.l_about .__btn {
		max-width: 306px;
	}
	
	
	/* INVESTMENT */
	
	.l_investment {
		padding: 12px 0 20px;
	}
	.l_investment ._heading_img {
		max-width: 345px;
	}
	.l_investment .__lead {
		letter-spacing: 0;
		margin: -10px 0 40px 0;
	}
	.l_investment .__box {
		border-radius: 5px;
		padding: 0 10px 25px 10px;
		margin-bottom: 35px;
	}
	.l_investment .__box h3 {
		margin-bottom: -8px;
	}
	.l_investment .__box h3 span {
		font-size: 1.4rem;
		padding: 8px 20px 10px;
		border-radius: 16px;
	}
	.l_investment .__box ._item h4 {
		font-size: 1.6rem;
		padding-left: 24px;
		background: url(../img/ico_heading_v1.svg) left 6px /14px no-repeat;
		margin-bottom: 10px;
	}
	
	.l_investment .__box._v1 ._item {
		padding: 12px 16px 22px 16px;
		border-radius: 5px;
	}
	.l_investment .__box._v1 ._item + ._item {
		margin-top: 15px;
	}
	.l_investment .__box._v1 ._item ._info {
		flex-direction: column;
		gap: 15px;
	}
	.l_investment .__box._v1 ._item ._info img {
		width: 210px;
		margin: 0 auto;
	}
	.l_investment .__box._v1 ._item ._info p {
		font-size: 1.2rem;
		line-height: calc(18/12);
	}
	
	.l_investment .__box._v2 p {
		margin: 10px 0 30px 0;
	}
	.l_investment .__box._v2 ._list {
		flex-direction: column;
	}
	.l_investment .__box._v2 ._list ._item {
		width: 100%;
		padding: 12px 16px 22px 16px;
	}
	
	.l_investment .__box._v3 ._info {
		flex-direction: column;
		gap: 20px;
		padding: 10px 5px 5px;
	}
	.l_investment .__box._v3 ._info p {
		padding: 0 8px;
	}
	.l_investment .__box._v3 ._info img {
		width: 100%;
	}
	
	.l_investment .__box._v4 ._list {
		flex-direction: column;
		gap: 15px;
		padding: 3px 0 12px;
	}
	.l_investment .__box._v4 ._list ._item {
		width: 100%;
		border-radius: 5px;
		padding: 12px 16px 22px 16px;
	}
	.l_investment .__box._v4 ._item h4 {
		padding-left: 24px;
		background: url(../img/ico_heading_v1.svg) left 6px /14px no-repeat;
		margin-bottom: 15px;
	}
	.l_investment .__box._v4 ._item img {
		height: 132px;
		margin: 0 auto 18px;
	}
	.l_investment .__box._v4 ._item p {
		letter-spacing: -.025em;
	}
	.l_investment .__box._v4 p.__sup {
		font-size: 1.0rem;
		line-height: calc(16/10);
		padding: 0 12px;
	}
	
	
	/* FUTURE */
	
	.l_future {
		padding: 12px 0 30px;
	}
	.l_future ._heading_img {
		max-width: 345px;
	}
	.l_future ._txt {
		padding: 0 20px;
		margin: 0;
	}
	.l_future ._txt p {
		letter-spacing: 0;
	}
	.l_future ._txt p + p {
		margin-top: 20px;
	}
	.l_future ._txt ._futureImg_01 {
		max-width: 184px;
		width: 80%;
		position: relative;
		right: auto;
		bottom: auto;
		margin: 10px auto -15px;
	}
	.l_future .__btn {
		max-width: 306px;
		position: relative;
	}
	.l_future .__box {
		border-radius: 5px;
		padding: 0 10px 20px 10px;
		margin: 50px 0 18px;
	}
	.l_future .__box h3 {
		margin-bottom: -3px;
	}
	.l_future .__box h3 span {
		font-size: 1.4rem;
		letter-spacing: .1em;
		padding: 8px 20px 10px;
		border-radius: 16px;
	}
	.l_future .__box .__lead {
		text-align: left;
		margin: 0 0 15px 0;
		padding: 0 15px;
	}
	.l_future .__box ._list {
		flex-direction: column;
		gap: 14px;
	}
	.l_future .__box ._list ._item {
		width: 100%;
		padding: 12px 16px 22px 16px;
		border-radius: 5px;
	}
	.l_future .__box ._list ._item h4 {
		font-size: 1.6rem;
		padding-left: 24px;
		background: url(../img/ico_heading_v2.svg) left 6px /14px no-repeat;
		margin-bottom: 10px;
	}
	.l_future .__box .__sup {
		font-size: 1rem;
		line-height: calc(16/10);
		margin: 12px 0 30px;
		padding: 0 5px;
	}
	.l_future .__box ._case {
		padding: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.l_future .__box ._case ._people {
		width: 80%;
		max-width: 212px;
		position: relative;
		right: auto;
		bottom: auto;
		margin-bottom: -2%;
	}
	.l_future .__box ._case ._calculation {
		width: 100%;
		max-width: 325px;
	}
	
	
	/* REASON */
	
	.l_reason {
		padding: 30px 0;
	}
	.l_reason ._heading_img {
		max-width: 252px;
	}
	.l_reason picture {
		max-width: 320px;
		margin: 25px auto 0 auto;
	}
	
	
	/* LPS */
	
	.l_lps {
		padding: 0 18px;
		max-width: 510px;
	}
	.l_lps ._box ._inner {
		border-right: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		border-left: 1px solid #ededed;
		border-radius: 0 0 10px 10px;
		padding: 15px 18px 24px;
	}
	.l_lps ._box ._inner img {
		margin: 18px auto 0 auto;
	}
	
	
	/* VOICE */
	
	.l_voice {
		padding: 30px 0 55px;
		overflow: hidden;
	}
	.l_voice ._heading_img {
		max-width: 235px;
	}
	.l_voice ._list_voice {
		margin: 0 !important;
		display: block;
	}
	.l_voice ._list_voice ._item {
		width: 100%;
		border: 1px solid #ededed;
		padding: 25px 18px;
		display: flex;
		gap: 14px;
	}
	.l_voice ._list_voice ._item ._head {
		width: 90px;
		margin-bottom: 0;
	}
	.l_voice ._list_voice ._item ._head img {
		display: block;
		width: 108px;
	}
	.l_voice ._list_voice ._item ._body {
		padding: 0;
		flex: 1;
	}
	.l_voice ._list_voice ._item ._body p {
		line-height: calc(19/13);
	}
	.l_voice ._list_voice ._item ._body p.__sup {
		color: #666;
		font-size: 1.1rem;
		text-align: right;
		margin-top: 8px;
	}
	
	.l_voice ._list_voice .slick-list {
		overflow: visible;
	}
	.l_voice ._list_voice .slick-slide {
		margin: 0 5px;
	}
	.l_voice ._list_voice .slick-dots {
		bottom: -21px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.l_voice ._list_voice .slick-dots li {
		width: 6px;
		height: 6px;
		margin: 0 6px;
	}
	.l_voice ._list_voice .slick-dots li button {
		width: 6px;
		height: 6px;
		padding: 0;
	}
	.l_voice ._list_voice .slick-dots li button:before {
		font-size: 0;
		line-height: 6px;
		width: 6px;
		height: 6px;
		content: '';
		opacity: 1;
		border-radius: 50%;
		background: #ccc;
		
	}
	.l_voice ._list_voice .slick-dots li.slick-active button:before {
		background: #2e2e2e;
	}
	
	
	/* FLOW */
	
	.l_flow {
		padding: 35px 0;
	}
	.l_flow ._heading_img {
		max-width: 185px;
	}
	.l_flow ._list_flow {
		margin: 10px auto 0;
	}
	.l_flow ._list_flow:before {
		width: 6px;
	}
	.l_flow ._list_flow ._item {
		border-radius: 5px;
		height: 105px;
		gap: 13px;
		padding: 0 20px;
	}
	.l_flow ._list_flow ._item + ._item {
		margin-top: 15px;
	}
	.l_flow ._list_flow ._item figure {
		width: 120px;
		height: 85px;
	}
	.l_flow ._list_flow ._item p {
		font-size: 1.3rem;
		line-height: calc(19/13);
	}
	.l_flow ._list_flow ._item i {
		width: 28px;
		top: -5px;
		left: -5px;
	}
	
	
	/* FAQ */
	
	.l_faq {
		padding: 30px 0 20px;
	}
	.l_faq ._heading_img {
		max-width: 270px;
	}
	.l_faq ._list_faq {
		margin: -5px auto 0;
	}
	.l_faq ._list_faq ._item {
		padding: 8px 15px;
	}
	.l_faq ._list_faq ._item i {
		width: 28px;
		height: 28px;
	}
	.l_faq ._list_faq ._item p {
		font-size: 1.2rem;
		line-height: calc(19/12);
		padding-left: 8px;
	}
	
	
	/* FOOTER_BANNER */
	
	.l_ftBanner {
		position: relative;
		background: #f5f3e3;
		border-bottom: 1px solid #eee;
	}
	.l_ftBanner .__img {
		max-width: 480px;
	}
	.l_ftBanner .__btn {
		background: #ece6b2;
		max-width: none;
		position: relative;
		bottom: auto;
		left: auto;
		transform: translate(0,0);
		padding: 12px 0 16px;
	}
	.l_ftBanner .__btn picture {
		max-width: 320px;
		margin: 0 auto;
	}
	
	
	
	
	
}