@charset "utf-8";
html{
    scroll-behavior: smooth;
}
.hmj-container.hap .hmj-content a{
	text-decoration: none;
}
.hmj-container.hap .hmj-content .top-visual {
	aspect-ratio: 6 / 1;
    height: auto;
    min-height: 280px;
}
.hmj-container .hmj-content .top-visual img{
	object-fit: cover;
}
.wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}
.header-area {
    text-align: center;
    margin:38px 0 46px;
}
.sub-lead {
    font-size: 16px;
    font-weight: bold;
}
.main-lead {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
	line-height: 1.2;
}
.main-lead span {
    font-size: 28px;
	color:#002C5F;
}
.features-img-wrap {
    text-align: center;
    margin-bottom: 85px;
}
.features-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.page-links-container {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    justify-content: center;
    max-width: 100%;
    margin: 0 0 67px;
	border-bottom: solid 1px #ccc;
}
.hmj-container.hap .hmj-content .page-links-container a.page-link-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
	font-weight: 700;
    padding: 10px 0;
    box-sizing: border-box;
}
.pl-text {
    text-align: center;
    line-height: 1.4;
    color: #000;
}
.pl-arrow {
    width: 14px;
    height: auto;
    margin-left: 10px;
    transition: transform 0.3s;
}
.page-link-btn:hover .pl-arrow {
    transform: translateY(4px);
}
#residual{
    scroll-margin-top: 80px;
}
.middle-area {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 47px;
}
.m-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
	line-height: 1.4;
}
.m-desc {
    font-size: 16px;
    margin: 0;
	line-height: 1.4;
}
.info-split {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-bottom: 40px;
}
.info-left {
   width: 42%;
}
.info-head {
    font-size: 24px;
    font-weight: bold;
    margin: 13px 0 26px 0;
    display: flex;
    align-items: baseline;
	line-height: 1.2;
}
.info-head02{
    font-size: 22px;	
}
.info-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.info-text02{

}
.info-right {
   width: 53%;
}
.info-photo {
    width: 100%;
    height: auto;
    display: block;
}
.diagram-area{
	margin: 23px auto 130px;
    text-align: center;
}
.diagram-area img{
	padding-bottom: 50px;
}
.info-photo-border {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#consent{
    scroll-margin-top: 80px;
}
.accordion-area {
    margin-top: 65px;
    margin-bottom: 78px;
}
.acc-toggle {
    display: none;
}
.acc-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px 10px;
    font-size: 16px;
	letter-spacing: 14%;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.acc-arrow {
    width: 15px;
    height: 15px;
    transition: transform 0.2s ease;
    transform: rotate(180deg);
}
.acc-toggle:checked + .acc-label  .acc-arrow {
    transform: rotate(0deg);
}
.acc-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}
.acc-toggle:checked ~ .acc-content {
    grid-template-rows: 1fr;
    opacity: 1;
}
.acc-inner {
    overflow: hidden;
    padding: 0 45px 0;
	transition: 0.2s;
}

.acc-toggle:checked ~ .acc-content .acc-inner {
    overflow: hidden;
    padding: 85px 45px 0;
}
.acc-content + .cta-outer{
	padding-top: 30px;
}	
.acc-heading {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.condition-box {
    padding: 6px;
    margin-bottom: 47px;
}
.condition-box ul {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.condition-box li {
    margin-bottom: 5px;
	list-style: disc;
}
.condition-box li span{
	display: block;
	margin-left: 10px;
}
.condition-box li:last-child {
    margin-bottom: 0;
}
.hmj-container.hap .hmj-content .acc-inner  .style-care-step li .img-cont{
	margin: 30px auto 5px;
}
.hmj-container.hap .hmj-content .acc-inner .style-care-step li h6{
	font-size: 22px;
}
.hmj-container.hap .hmj-content .style-care-step li p {
    font-size: 14px;
    line-height: 24px;
}
.hmj-container.hap .hmj-content .acc-inner .style-care-step li{
	height: auto;
	padding-bottom: 25px;
}
.acc-content .style-care-step{
	margin: 20px 20px 58px;
	width: calc(100% - 40px);
}
.flow-img-placeholder {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 0 0 40px 0;
}
.notes-list {
    margin: 20px 0px 30px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.55;
}
.notes-list li {
    margin-bottom: 10px;
	list-style: disc;
}
.notes-list li span{
	display: block;
	margin-left: 10px;
}
.notes-list li:last-child {
    margin-bottom: 0;
}

.hmj-container.hap .hap-main .top-info .cta-outer{
	    margin-top: 20px;
		text-align: center;
}


#assurance{
    scroll-margin-top: 80px;
}

#insurance {
    scroll-margin-top: 80px;
    max-width: 1280px;
    margin: 40px auto 60px;
    padding: 25px 20px;
    box-sizing: border-box;
}
.coming-soon{
	position: relative;
	pointer-events: none;
	opacity: 0.4;
}
.coming-soon .cta-outer{
	opacity: 0.6;
}
.coming-soon-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}
.coming-soon-text {
	display: none;
}
.coming-soon .coming-soon-text {	
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    width: 100%;
	height: 100%;
	letter-spacing: 2%;
	z-index: 2;
}
.btn-disabled {
    background-color: #9a9ea7;
    pointer-events: none;
}


.owner-voice-section {
    margin-bottom: 60px;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.section-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 34px 0 30px 0;
}
.voice-swiper{
	padding-bottom: 20px;
}
.swiper-button-pagination{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 0;
}
.swiper-button-box{
	width: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.voice-swiper .swiper-pagination{	
	position: relative;
	width: calc(100% - 140px);
    top: 0;
    right: 0;
    left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom:solid 1px #666666;
}
.voice-swiper .swiper-button-next,
.voice-swiper .swiper-button-prev{
	position: relative;
	width: 48px;
	height: 48px;
    top: 0;
    right: 0;
	margin: 0;
    left: 0;
}
.voice-swiper .swiper-button-next::after,
.voice-swiper .swiper-button-prev::after{
	display: none;
}
.owner-voice-section .swiper-pagination-bullet{
	width: 100%;
	border-radius: 0;
	height: 5px;
	opacity: 1;
	transition: 0.2s;
	position: relative;
	overflow: hidden;
	background: none;
}
.owner-voice-section .swiper-pagination-bullet::before{
	position: absolute;
	content:"";
	background-color: #002C5F;
	height: 100%;
	width: 102%;
	transition: 0.2s;
	position: absolute;
	content:"";
	background-color: #002C5F;
	height: 100%;
	width: 102%;
	right: -1%;
}
.owner-voice-section .swiper-pagination-bullet-active ~  .swiper-pagination-bullet::before{
	right: 101%;
}
.swiper-button-box{
	display: flex;
}
.voice-card {
    display: flex;
    background-color: #fff;
	gap: 40px;
	margin: 5px 0 0;
	padding-bottom: 40px;
}
.voice-img-box {
    width: calc(100% - 623px);
    height: 100%;
}
.voice-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 10px;
    display: block;
}

.voice-card a{
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-size: 14px;
}
.voice-car-box{
	position: absolute;
	left: 0;
	bottom:0;
	width: 50%;
}
.voice-car-img{
	position: absolute;
	right: 0;
	bottom: -33px;
    width: 339px;

}
.voice-info {
    width: 580px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.voice-lead {
    font-weight: bold;
    font-size: 23px;
    line-height: 1.8;
    margin: 0;
	text-align: left;
}
.voice-line {
    width: 100%;
    height: 1px;
    background-color: #333;
    margin: 45px 0;
	text-align: left;
}
.voice-name {
    color: #002c5f;
    font-weight: bold;
    font-size: 21px;
    margin: 0 0 5px 0;
	text-align: left;
}
.voice-car {
    font-size: 14px;
    color: #666666;
	border-bottom: solid 3px #666666;
	padding-bottom: 20px;
    margin-bottom: 20px;
	text-align: left;
}
.global-share-section {
    margin-top: 80px;
}
.sales-data-area {
    display: flex;
    gap: 60px;
    margin: 26px 0px 140px;
}
.purchase-support{
	display: flex;
	gap:20px;
	margin-bottom: 30px;
}
.purchase-support img{
	width: 100%;
}
.purchase-support li{
	width: 100%;
}
.purchase-support li a{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: block;
}
.purchase-support li img{
	width: 100%;
}
.purchase-support li a strong{
	position: absolute;
    left: 25px;
    color: #fff;
    font-size: 24px;
	line-height: 1.6;
	font-weight: 500;
    top: 30px;
}
.purchase-support li a::before {
    position: absolute;
    content: "";
    bottom: 14px;
    right: 23px;
    width: 48px;
    height: 48px;
    background: url(../../assets/images/heartfull/card-btn.png) center center / contain no-repeat;
}



@media (max-width: 1119px) {
	.hmj-container.hap .hmj-content a{
		text-decoration: none;
	}
	
	.hmj-container.hap .hmj-content .top-visual{
		aspect-ratio: 2/1;
		min-height: 150px;
		max-height: unset;
	}
	.hmj-container.hap .hmj-content .top-visual img {
		object-fit: cover;
        height: 100%;
	}
	.wrap {
		max-width: 1160px;
		padding: 40px 20px;
	}
	.header-area {
		margin:0 0 23px;
	}
	.sub-lead {
		font-size: 13px;
	}
	.main-lead {
		font-size: 17px;
		margin: 10px 0;
		line-height: 1.4;
	}
	.main-lead span {
		font-size: 28px;
	}
	.features-img-wrap {
		text-align: center;
		margin-bottom: 55px;
	}
	.features-img {
		max-width: 100%;
		max-width: 665px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.page-links-container {
		display: block;
	    border-bottom: none;
	}
	.hmj-container.hap .hmj-content .page-links-container a.page-link-btn{
		width: 100%;
		justify-content: space-between;
		border-bottom: solid 1px #ccc;
	}
	.pl-text {
		text-align: center;
		line-height: 1.4;
		color: #000;
	}
	.pl-arrow {
		width: 14px;
		height: auto;
		margin-left: 10px;
		transition: transform 0.3s;
	}
	.page-link-btn:hover .pl-arrow {
		transform: translateY(4px);
	}
	.middle-area {
		padding-top: 65px;
		margin-bottom: 45px;
		text-align: left;
	}
	.m-title {
		font-size: 22px;
		margin: 0 0 15px 0;
		margin: 0 0 10px 0;
	}
	.info-split {
		display: block;
	}
	.info-left {
		width: 100%;
	}
	.info-head {
		font-size: 18px;
	}
	.info-text {
		font-size: 13px;
	}
	.info-right {
		width: 100%;
		margin: 25px 0 0 0;
		text-align: center;
	}
	.info-photo {
		margin: 0 auto;
        text-align: center;
	}
	.diagram-area{
		margin: 23px auto 70px;
	}
	.diagram-area img{
		padding-bottom: 50px;
	}
	.info-photo-border {
		width: 100%;
		height: auto;
		display: block;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	.acc-inner {
		padding: 0 ;
	}

	.acc-toggle:checked ~ .acc-content .acc-inner {
		overflow: hidden;
		padding: 45px 0 0;
	}
	.acc-heading {
		margin: 0 0 7px 0;
	}
	.condition-box {
		padding: 6px 0;
	}
	.condition-box ul {
		font-size: 13px;
	}
	
	.hmj-container.hap .hmj-content .acc-content .style-care-step{
		margin: 20px 0 58px;
		width: 100%;
		flex-direction: row;
	    gap: 0px 6px;
	}
	#hmjContainer .style-care-step li strong::after {
        right: -7px;
    }
	.hmj-container.hap .hmj-content .acc-content .style-care-step li strong{
		border-bottom: 26px solid #fff
	}
	.hmj-container.hap .hmj-content .acc-inner  .style-care-step li .img-cont{
		margin: 0 auto 5px;
		width: 62%;
	}
	.hmj-container.hap .hmj-content .acc-inner .style-care-step li h6{
		font-size: 15px;
		line-height: 21px;
		height: 43px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hmj-container.hap .hmj-content .style-care-step li p {
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px;
		text-align: left;
	}
	
	.hmj-container.hap .hap-main .top-info{
		        padding-left: 0;
	}
	.hmj-container.hap .hap-main .top-info .cta-outer{
	    margin-top: 20px;
		padding-right: 0px;
	}
	#insurance {
		max-width: 1280px;
		margin: 40px auto 30px;
		padding: 0 ;
	}
	.coming-soon .cta-outer{
		opacity: 0.6;
	}
	.section-title {
		font-size: 18px;
		margin: 0 0 15px 0;
		line-height: 1.8;
	}
	.section-desc{
   		margin: 15px 0 30px 0;
	}
	.voice-swiper{
		padding-bottom: 20px;
	}
	.swiper-button-pagination{
		margin: 0 0 0;
	}
	.swiper-button-box{
		width: 70px;
	}
	.voice-swiper .swiper-pagination{	
		width: calc(100% - 90px);
	}
	.voice-swiper .swiper-button-next,
	.voice-swiper .swiper-button-prev{
		width: 28px;
		height: 28px;
	}
	.voice-swiper .swiper-button-next::after,
	.voice-swiper .swiper-button-prev::after{
		display: none;
	}
	.swiper-pagination-bullet{
		width: 100%;
		height: 3px;
	}
	.swiper-button-box{
		display: flex;
	}
	.voice-card {
		display: block;
		padding: 0 0 20px 0;
		text-align: center;
	}
	.voice-card a{
		font-size: 13px;
		position: relative;
		margin: 10px auto 0;
		bottom: 0;
		text-align: center;
	}
	.voice-img-box {
		width: 78%;
		margin: 18px 0 10px 0;
	}
	.voice-info {
		width: 100%;
		padding: 0 0 0;
	}
	.voice-car-box{
		display: block;
		position: relative;
		width: calc(100% - 150px);
	}
	.voice-car-img{
		width: 170px;
		bottom: 5px;
	}
	.voice-lead {
		font-size: 15px;
		line-height: 1.8;
		height: 80px;
	}
	.voice-line {
		margin: 18px 0;
	}
	.voice-name {
		font-size: 15px;
		margin: 0 0 5px 0;
	}
	.voice-car {
		font-size: 10px;
		padding-bottom: 14px;
	    margin-bottom: 31px;
	}
	.owner-voice-section{
		margin-bottom: 35px;
	}
	.global-share-section {
		margin-top: 35px;
	}
	.sales-data-area {
		margin: 26px 0px 60px;
	}
	.purchase-support{
		flex-wrap: wrap;
		gap:15px;
		margin-bottom: 30px;
	}
	.purchase-support li img{
		width: 100%;
	}
	.purchase-support li a strong{
		left: 25px;
		font-size: 20px;
		top: 50%;
		transform: translate(0 , -50%);
	}
	.purchase-support li a::before {
		bottom: 14px;
		right: 23px;
	}
}