@charset "utf-8";

/* -----------------------------
	お急ぎの方へ
-------------------------------- */
#page-top{
	bottom: 105px;
}
.mv-area{
	height: 760px;
	margin: 50px 0 0;
	position: relative;
}
.mv-area .img-slide{
	position: absolute;
	display: flex;
	width: max-content;
	animation: scroll-left 20s linear infinite;
	z-index: -1;
}
.mv-area .img-slide.btm{
	bottom: 0;
}
.mv-area .img-slide img{
	width: auto;
	height: calc(689px / 2);
	width: 484px;
	height: 381px;
	object-fit: cover;
	display: block;
}
/* アニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.mv-area .txt-box{
	width: 800px;
	background-color: #FFDF3D;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	align-items: center;
	justify-content: center;
	height: 100%;
    padding: 60px 40px 40px;
    align-items: center;
	position: relative;
	z-index: 0;
}
.mv-area .txt-box .ttl-l .jp{
	display: inline-block;
	line-height: 1.6;
	padding: 0 0 0 70px;
	position: relative;
}
.mv-area .txt-box .ttl-l .jp::before{
	position: absolute;
	content: "";
	background: url(../img/icon-hurry.svg) no-repeat center / cover #fff;
	width: 63px;
	height: 63px;
	left: 0;
	border-radius: 50%;
}
.mv-area .txt-box .catch.top{
	margin: 15px 0 20px;
}
.mv-area .cv-box{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
	position: relative;
}
.mv-area .cv-box::before{
	position: absolute;
    content: "";
    background: url(../img/illust-woman.png) no-repeat center / cover;
    width: 88px;
    height: 97px;
    left: 20px;
    top: -95px;
}
.mv-area .cv-box::after{
	position: absolute;
    content: "";
    background: url(../img/illust-man2.png) no-repeat center / cover;
    /* width: 82px;
    height: 103px;
    right: 20px;
    top: -96px; */
	width: 189px;
	height: 175px;
	right: -100px;
    top: -168px;
}
.mv-area .cv-box .box-ttl{
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: var(--cmn-color);
	width: 224px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	position: absolute;
	top: -18px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.mv-area .cv-box .cv-list{
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
}
.mv-area .cv-box .cv-list .cv-tel{
	width: 382px;
	width: 100%;
}
.mv-area .cv-box .cv-list .cv-tel a::before{
    left: 130px;
    top: 9px;
}
@media screen and (max-width: 768px){
	.mv-area{
		margin: 0;
		height: auto;
		padding: 165px 0 0;
	}
	.mv-area .img-slide{
		top: 0px;
	}
	.mv-area .img-slide.btm{
		display: none;
	}
	.mv-area .img-slide img{
		width: 210px;
		height: 165px;
	}
	.mv-area .txt-box{
		width: 100%;
		padding: 40px 20px;
		gap: 70px;
	}
	.mv-area .txt-box .ttl-l .jp{
		font-size: 3.4rem;
		padding: 0 0 0 57px;
	}
	.mv-area .txt-box .ttl-l .jp::before{
		width: 52px;
		height: 52px;
	}
	.mv-area .cv-box{
		padding: 40px 20px 30px;
	}
	.mv-area .cv-box::before{
		height: 70px;
		width: 60px;
		top: -68px;
        left: 5px;
	}
	.mv-area .cv-box::after{
		background: url(../img/illust-man.png) no-repeat center / cover;
		height: 70px;
		width: 60px;
        right: 0;
		top: -68px;
	}
	.mv-area .cv-box .box-ttl{
		height: 25px;
        line-height: 25px;
        font-size: 1.5rem;
		top: -12.5px;
	}
	.mv-area .cv-box .cv-list li{
		padding: 0;
		margin: 0;
	}
	.mv-area .cv-box .cv-list .cv-tel a::before{
		left: 20px;
	}
}
/* -----------------------------
	top-area
-------------------------------- */
.hurry-area .top-area{
	padding: 40px 0 100px;
	text-align: center;
}
.hurry-area .top-area .catch{
	color: var(--cmn-color);
	margin: 0 0 20px;
}
.hurry-area .top-area .message-list{
	display: flex;
	gap: 30px;
	margin: 30px auto 60px;
	width: 1000px;
	justify-content: center;
}
.hurry-area .top-area .message-list li{
	width: calc((100% - 60px) / 3);
	text-align: center;
}
.hurry-area .top-area .message-list li .txt{
	font-size: 1.5rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F6F9FE;
	border-radius: 100px;
	height: 62px;
	padding: 0 10px;
	position: relative;
	font-weight: bold;
}
.hurry-area .top-area .message-list li .txt::before{
	position: absolute;
    content: "";
    background: url(../img/deco-triangle02.png) no-repeat center / cover;
    width: 21px;
    height: 14px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -7px;
}
.hurry-area .top-area .message-list li img{
	height: 130px;
	margin: 15px 0 0;
}
.hurry-area .top-area .message-box{
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hurry-area .top-area .message-box .txt-box{
	width: calc(100% - 540px);
}
.hurry-area .top-area .message-box .txt-box .catch{
	color: #333;
}
.hurry-area .top-area .message-box .img-wrap{
	border-radius: 15px;
	width: 500px;
}
.hurry-area .top-area .message-box img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
@media screen and (max-width: 768px){
	.hurry-area .top-area{
		padding: 40px 20px;
	}
	.hurry-area .top-area p.txt{
		text-align: left;
	}
	
	.hurry-area .top-area .message-list{
		width: 100%;
		flex-wrap:wrap;
		gap: 5px;
		margin: 30px 0;
	}
	.hurry-area .top-area .message-list li{
		width: calc((100% - 10px) / 3 );
	}
	.hurry-area .top-area .message-list li img{
		height: 130px;
		height: 80px;
	}
	.hurry-area .top-area .message-list li .txt{
		height: auto;
        min-height: 110px;
        line-height: 1.5;
        text-align: left;
        padding: 10px;
		border-radius: 10px;
		font-size: 1.4rem;
	}
	.hurry-area .top-area .message-box{
		flex-wrap: wrap;
	}
	.hurry-area .top-area .message-box .txt-box{
		width: 100%;
	}
	.hurry-area .top-area .message-box img{
		width: 100%;
	}
	
	
	.simpleflow-area .flow-list{
		margin: 50px 0 0;
		display: block;
		padding: 0 20px 50px;
	}
	.simpleflow-area .flow-list li {
		width: 100%;
		min-width: inherit;
		margin: 50px 0 0;
	}
	.simpleflow-area .flow-list li img{
		height: 180px;
		object-fit: cover;
	}
}

/* -----------------------------
	faq-area
-------------------------------- */
.faq-list li .q span.icon{
	color: var(--cmn-color)!important;
	background-color:var(--cmn-bg) !important;
	border: solid 2px var(--cmn-color);
}
.faq-list li .q span.icon,
	.faq-list li .a span.icon{
    background-color: var(--cmn-color);
}
@media screen and (max-width: 768px){
	.simpleflow-area{
		padding: 40px 0 ;
		border-radius: 20px 0 0 0;
	}
	.simpleflow-area .ttl-fxbox{
		padding: 0 20px;
	}
}

/* -----------------------------
	faq-area
-------------------------------- */
.other-box{
	position: relative;
	margin: 0 auto 120px;
}
.other-box::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-color: var(--cmn-color);
    border-radius: 15px 0 0 0;
    left: 0;
    top: 0;
    z-index: 0;
}
.other-box.bg-wrap{
	background-color: #EBF4FB;
    padding: 50px 40px;
    border-radius: 15px;
}
.other-box.bg-wrap .bg-whtwrap{
	background-color: #fff;
	border-radius: 15px;
	padding: 40px;
	position: relative;
	display: flex;
	align-items: center;
    gap: 40px;
}
.other-box.bg-wrap .bg-whtwrap .txt-box{
	position: relative;
}
.other-box.bg-wrap .bg-whtwrap .txt-box .catch{
	margin: 0 0 20px;
}
.other-box.bg-wrap .bg-whtwrap .point-list{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 15px 0 30px;
}
.other-box.bg-wrap .bg-whtwrap img{
	border-radius: 15px;
}
@media screen and (max-width: 768px){
	.other-box.bg-wrap{
		padding: 30px 15px;
		width: calc(100% - 40px);
		margin: 0 auto 40px;
	}
	.other-box .detail-list li{
		flex-wrap: wrap;
		gap: 15px;
	}
	.other-box img{
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	.other-box .catch{
		font-size: 1.8rem;
	}
	.other-box.bg-wrap .bg-whtwrap{
		padding: 30px 15px;
		flex-wrap:wrap;
		gap: 20px;
	}
	.other-box.bg-wrap .bg-whtwrap img{
		order: 0;
	}
	.other-box.bg-wrap .bg-whtwrap .txt-box{
		order: 1;
	}
}