@charset "utf-8";

/* -----------------------------
	LINE
-------------------------------- */
footer .fixed-area{
	display: none;
}

/* -----------------------------
	step-area
-------------------------------- */

.step-area {
	margin: 100px 0;
}

.step-area .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.step-area .catch {
	margin-bottom: 15px;
}

.step-area .step-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px;
	margin: 60px 0 0;
}

.step-area .step-list > li {
	width: calc( ( 100% - 120px ) / 3 );
	background-color: var(--rightblue);
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
	padding: 0 0 30px;
	position: relative;
	border: solid 1px #DBE3E8;
}
/* .step-area .step-list > li .num{
	font-size: 3.0rem;
    line-height: 1;
    font-family: var(--font-en);
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    background-image: var(--main-grade);
    color: #fff;
    padding: 19px 0 0;
    letter-spacing: -0.05em;
}
.step-area .step-list > li .num span{
	font-size: 1.6rem;
    margin: 0 0 1px;
    display: block;
    letter-spacing: -0.5em;
    letter-spacing: 0;
    width: 100%;
} */
/*後で消す*/
.step-area .step-list img {
	border-radius: 10px 10px 0 0;
	position: relative;
}
.step-area .step-list .list-ttl {
	text-align: center;
	font-size: 2.4rem;
	color: var(--main-color);
	font-weight: bold;
	margin: 30px 0 30px;
	position: relative;
}
.step-area .step-list .list-ttl .num{
	font-size: 2.2rem;
    line-height: 1;
    font-family: var(--font-en);
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--main-grade);
    color: #fff;
    padding: 10px 0 0;
    letter-spacing: -0.05em;
}
.step-area .step-list .list-ttl .num em{
	font-size: 1.0rem;
    display: block;
    letter-spacing: -0.5em;
    letter-spacing: 0;
}
/* .step-area .step-list .list-ttl::before{
	position: absolute;
    content: "01";
	color: #fff;
	font-family: var(--heebo);
    width: 60px;
    height: 60px;
    border-radius: 50%;
	background-image: linear-gradient(70deg, #133891, #1CB3EA);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -65px;
    z-index: 0;
} */

.step-area .step-list .list-txt {
	width: 100%;
	padding: 0 20px;
}

.step-area .step-list .in-list {
	width: 100%;
	padding: 0 20px;
}

.step-area .step-list .in-list li {
	padding-left: 20px;
	line-height: 1.6;
	font-size: 1.6rem;
	position: relative;
}

.step-area .step-list .in-list li::before {
	content: "・";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px){
	.step-area {
		margin: 40px 0;
	}
	
	.step-area .catch {
		margin: 20px 0 10px;
		font-size: 2rem;
	}

	
	.step-area .step-list {
		gap: 30px;
		margin: 30px 0 0;
	}
	
	.step-area .step-list > li {
		width: 100%;
	}
	.step-area .step-list img{
		height: 200px;
	}
	
	.step-area .step-list .list-ttl {
		font-size: 2.1rem;
		margin: 40px 0 30px;
	}
}

/* -----------------------------------------------------------
    line-btn
-------------------------------------------------------------- */
.line-btn {
	margin: 50px auto 0;
	width: 440px;
}
.line-btn a{
    display: block;
	width: 100%;
	background-color: var(--line);
	text-align: center;
	position: relative;
	/*overflow: hidden;*/
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 40px;
}
.line-btn a::before{
	position: absolute;
    content: "";
    width: 96px;
    height: 86px;
    background: url(../img/logomark-wh.svg) no-repeat center center / cover;
    right: 0;
    top: 0px;
    opacity: 0.2;
}
.line-btn .txt{
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
	margin: 0;
	line-height: 1.4;
}
.line-btn .txt::before{
    display: inline-block;
    content: "\f3c0";
    font-weight: 400;
    font-family: "Font Awesome 6 Brands";
    padding: 0 10px 0 0;
    font-size: 3.4rem;
	vertical-align: middle;
	line-height: 1;
}

.line-btn a:hover {
	opacity: .7;
}

@media screen and (max-width: 768px){
	.line-btn {
		width: 100%;
		margin: 30px 0 0;
	}
	.line-btn a{
		width: 100%;
		padding: 20px 10px;
	}
	.line-btn a::before{
	}
	.line-btn a::after{
	}
	.line-btn .txt{
		font-size: 1.9rem;
	}
	.line-btn.btm{
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}


/* -----------------------------
	add-area
-------------------------------- */
.add-area .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.add-area .add-btn-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 40px;
	margin: 60px 0 0;
}

.add-area .add-btn-block .add-btn {
	width: calc( ( 100% - 40px ) / 2 );
}

.add-area .add-btn-block .add-btn a {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	background: var(--rightblue);
	padding: 40px;
	align-items: flex-start;
	position: relative;
	border-radius: 15px;
}
.add-area .add-btn-block .add-btn.qr a{
	background: #FEFCF1;
}

.add-area .add-btn-block .add-btn a::before{
	font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 2.5rem;
    color: var(--main-color);
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}
.add-area .add-btn-block .add-btn.qr a::before{
	color: var(--yellow);
}
.add-area .add-btn-block .add-btn .img-wrap {
	width: 120px;
}

.add-area .add-btn-block .add-btn .txt-wrap {
	width: calc( 100% - 140px );
}

.add-area .add-btn-block .way {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 0 0 10px;
}


@media screen and (max-width: 768px){
	.add-area .add-btn-block {
		gap: 20px;
		margin: 30px 0 0;
	}
	
	.add-area .add-btn-block .add-btn {
		width: 100%;
	}
	
	.add-area .add-btn-block .add-btn a {
		gap: 20px;
		padding: 20px;
	}
	.add-area .add-btn-block .add-btn a::before{
		bottom: -15px;
	}
	.add-area .add-btn-block .add-btn .img-wrap {
		width: 80px;
	}
	
	.add-area .add-btn-block .add-btn .txt-wrap {
		width: calc( 100% - 100px );
	}
	
	.add-area .add-btn-block .way {
		font-size: 1.8rem;
		margin: 0 0 5px;
	}
}

/* -----------------------------
	flow-area
-------------------------------- */
.flow-area {
	margin: 100px 0;
}

.flow-area .flow-block {
	position: relative;
	padding: 100px 0;
}

.flow-area .flow-block + .flow-block {
	margin: 100px 0 0;
}

.flow-area .flow-block::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	background: var(--rightblue);
	width: 1400px;
	height: 100%;
	border-radius: 10px;
}
.flow-area .flow-block#add02::before{
	background: #FEFCF1;
}
.flow-area .flow-block-ttl {
	text-align: center;
	font-weight: bold;
	font-size: 3.2rem;
	margin: 0 0 60px;
}

.flow-area .flow-box {
	background: #fff;
	display: block;
	position: relative;
	padding: 60px;
	min-height: 370px;
	border-radius: 15px;
}

.flow-area .flow-box + .flow-box {
	margin: 100px 0 0;
}

.flow-area .flow-box .img-wrap {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	box-shadow: 0 0 30px rgba(0,0,0,.1);
}

.flow-area .flow-box-ttl {
	font-size: 2.8rem;
	line-height: 45px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 55px;
}

.flow-area .flow-box-ttl .ttl-num {
	position: absolute;
	font-family: var(--heebo);
	font-weight: bold;
	color: #fff;
	width: 45px !important;
	height: 45px !important;
	font-size: 2.2rem;
	text-align: center;
	border-radius: 50%;
	background: var(--main-grade);
	left: 0;
	line-height: 1;
	padding: 10px 0 0;
	letter-spacing: -0.05em;
}
.flow-area .flow-box-ttl .ttl-num em{
	font-size: 1.0rem;
    display: block;
    letter-spacing: 0;
}
.flow-area #add02 .flow-box-ttl .ttl-num{
	background: var(--yellow);
	color: var(--main-color);
}
.flow-area .flow-box .txt {
	margin: 30px 0 0;
}

.flow-area .flow-box .txt-wrap {
	width: calc( 100% - 360px );
}

@media screen and (max-width: 768px){
	.flow-area {
		margin: 40px 0 60px;
	}
	
	.flow-area .flow-block {
		padding: 40px 0;
	}
	
	.flow-area .flow-block + .flow-block {
		margin: 40px 0 0;
	}
	
	.flow-area .flow-block-ttl {
		font-size: 2.4rem;
		margin: 0 0 30px;
	}
	
	.flow-area .flow-box {
		padding: 0;
		min-height: initial;
		display: flex;
		flex-wrap: wrap;
	}
	
	.flow-area .flow-box + .flow-box {
		margin: 30px 0 0;
	}
	
	.flow-area .flow-box .img-wrap {
		position: relative;
		right: initial;
		top: initial;
		transform: none;
		width: 100%;
		order: 2;
		margin: 0 20px;
        padding: 0 20px;
        top: 0;
        transform: none;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
	}
	.flow-area .flow-box .txt-wrap {
		width: initial;
		display: contents;
	}
	
	.flow-area .flow-box-ttl {
		font-size: 2.0rem;
		order: 1;
		margin: 0 0 30px;
		padding: 20px;
		width: 100%;
		text-align: center;
	}
	
	.flow-area .flow-box-ttl .ttl-num {
		left: 20px;
	}
	
	.flow-area .flow-box .txt {
		margin: 20px;
		order: 3;
	}
}

/* -----------------------------
	〇〇〇
-------------------------------- */

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