@charset "UTF-8";

.page-content {
    background: transparent;
    padding: 0;
}

.m-cta03 {
    background: #fff;
    text-align: center;
}

.m-cta01 {
    display: inline-block;
    max-width: 1122px;
    width: 100%;
}

/* flow */
.area-flow {
	position: relative;
    background: #fff;
    text-align: center;
}

.area-flow > .m-inner {
    z-index: 1;
}

.flow-list {
    display: inline-block;
    text-align: left;
}

.flow-list__box {
    position: relative;
    border: solid 1px #e8edef;
	background: #fff;
}

.flow-list__box::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    color: #182986;
}

.flow-list__box:last-child {
    margin-bottom: 0;
}

.flow-list__box:last-child::after {
    display: none;
}

.flow-list__num {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: .25em;
	border-radius: 50%;
	background: #182986;
	color: #fff;
	font-weight: 500;
	line-height: 1.1;
}

.flow-list__num .num {
	font-size: 1.833em;
	font-weight: 600;
}

.flow-list__txt {
	line-height: 1.75;
}

/* child kyc */
.area-kyc {
    position: relative;
    background: #0072be url("../../_common/image/footer/bg_01.jpg") 50% 50% no-repeat;
	background-size: cover;
    color: #fff;
}

.area-kyc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: #fff;
}

.area-kyc__ttl {
	text-align: center;
}

.area-kyc__ttl .strong {
	position: relative;
}

.area-kyc__ttl .strong::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -.25em;
	display: block;
	width: 100%;
	border-bottom: solid 3px #fff77c;
}

.area-kyc__ttl .strong.scroll-active::before {
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: -webkit-transform .4s .3s;
	transition: -webkit-transform .4s .3s;
	transition: transform .4s .3s;
	transition: transform .4s .3s, -webkit-transform .4s .3s;
}

.area-kyc__ttl .strong.scroll-active.active::before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.area-kyc__cont {
    background: #fff;
    color: #111a24;
}

.area-kyc__cont dl > div + div {
    margin-top: 1.7em;
}

.area-kyc__cont dt {
    border-bottom: solid 1px;
    color: #182986;
}

.disc_none {
	list-style: none!important;
}
.last_cont {
	padding-bottom: 200px;
}

@media screen and (min-width: 900px) {

    .m-cta03 {
        padding: 0 0 155px;
    }

    .m-cta01 {
        margin-top: -150px;
    }

    /* flow */
    .area-flow {
        padding-top: 90px;
    }

    .flow-list {
        margin: 30px auto -140px;
    }

	.flow-list__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 40px;
        margin-bottom: 75px;
		border-radius: 10px;
		-webkit-box-shadow: 5px 5px 5px rgba(34,34,34,.05);
		        box-shadow: 5px 5px 5px rgba(34,34,34,.05);
	}

    .flow-list__box::after {
        bottom: -38px;
        font-size: 30px;
    }

    .flow-list__img {
        width: 38.46%;
    }

    .flow-list__img img {
        border-radius: 10px;
    }

    .flow-list__txt {
        width: 59%;
        padding-top: 55px;
	}

	.flow-list__num {
		left: 15px;
		top: -32px;
		width: 83px;
		height: 83px;
		font-size: 16px;
	}

	.flow-list__ttl {
        margin-bottom: 10px;
		font-size: 20px;
		letter-spacing: 0.05em;
	}

    /* kyc */
	.area-kyc {
		padding: 210px 0 245px;
	}

    .area-kyc::before {
        width: 40px;
    }

	.area-kyc__ttl {
		margin-bottom: 35px;
		font-size: 32px;
		letter-spacing: 0.05em;
	}

	.area-kyc__cont {
        padding: 30px 50px;
        border-radius: 10px;
    }

    .area-kyc__cont dt {
        padding-bottom: 12px;
        margin-bottom: 15px;
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.4;
    }

}

@media screen and (max-width: 899px) {

    .m-cta03 {
        padding: 0 0 80px;
    }

    .m-cta01 {
        margin-top: -140px;
    }

    /* flow */
    .area-flow {
        padding-top: 60px;
    }

    .flow-list {
        margin: 20px auto -80px;
    }

	.flow-list__box {
        padding: 50px 8% 25px;
        margin-bottom: 60px;
		border-radius: 7px;
		-webkit-box-shadow: 5px 5px 5px rgba(34,34,34,.05);
		        box-shadow: 5px 5px 5px rgba(34,34,34,.05);
	}

    .flow-list__box::after {
        bottom: -30px;
        font-size: 26px;
    }

	.flow-list__num {
		left: 15px;
		top: -32px;
		width: 65px;
		height: 65px;
		font-size: 14px;
	}

    .flow-list__img {
        margin-top: 25px;
        text-align: center;
	}

    .flow-list__img img {
        border-radius: 7px;
    }

	.flow-list__ttl {
        margin-bottom: 10px;
		font-size: 20px;
		letter-spacing: 0.05em;
	}

    /* kyc */
	.area-kyc {
		padding: 115px 0 200px;
	}

    .area-kyc::before {
        width: 3%;
    }

	.area-kyc__ttl {
		margin-bottom: 20px;
		font-size: 24px;
		font-size: min(6.4vw, 32px);
		letter-spacing: 0.05em;
		line-height: 1.8;
	}

	.area-kyc__ttl .strong {
		display: inline-block;
		margin-bottom: .4em;
	}

	.area-kyc__cont {
        padding: 25px 8%;
        border-radius: 7px;
    }

    .area-kyc__cont dt {
        padding-bottom: 7px;
        margin-bottom: 12px;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.4;
    }

}