@charset "UTF-8";
/*=======================================================
共通
=======================================================*/
.bl_head_btn{
	width: 265px;
	height: 56px;
	background: #FFCA37;
	border: 2px solid #2E2E2E;
	border-radius: 4px;
}
.ly_foot_inner{
	display: none;
}
.bl_foot_copyright{
	align-items: center;
	background: #2E2E2E;
}
.el_att {
	font-size: 14px;
	margin: 12px 0 40px;
	letter-spacing: 0px;
}
@media screen and (max-width: 750px) {
	.el_att {
		font-size: 24px;
		margin: 30px 0 0;
	}
}
/*=======================================================
MV
=======================================================*/
.bl_mv{
	height: 452px;
	position: relative;
}
.bl_mv .ly_cont_inner{
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}
.el_mv_ttl{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.el_mv_ttl > span{
	display: block;
	font-size: 32px;
	line-height: 1.44;
}
.bl_mv_imgWrapper{
	width: 150px;
	margin-top: 32px;
}
.slider_css {
	height: 452px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.slider_css ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider_css ul li {
	background-size: cover;
	width: 100%;
	height: 452px;
	position: absolute;
	top: 0;
	left: 0;
	animation-iteration-count: infinite;
	animation-duration: 48s;
}
.slider_css ul li:nth-child(1) {
	background: url("../images/guarantee/mv_bg.jpg") top center no-repeat;
	background-size: cover;
	animation-name: slider-zoomin;
	animation-delay: 0s;
}
.slider_css ul li:nth-child(2) {
	background: url("../images/guarantee/mv_bg02.jpg") top center no-repeat;
	background-size: cover;
	animation-name: slider-zoomout;
	opacity: 0;
	animation-delay: 8s;
}
.slider_css ul li:nth-child(3) {
	background: url("../images/guarantee/mv_bg03.jpg") top center no-repeat;
	background-size: cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 16s;
}
.slider_css ul li:nth-child(4) {
	background: url("../images/guarantee/mv_bg.jpg") top center no-repeat;
	background-size: cover;
	animation-name: slider-zoomout;
	opacity: 0;
	animation-delay: 24s;
}
.slider_css ul li:nth-child(5) {
	background: url("../images/guarantee/mv_bg02.jpg") top center no-repeat;
	background-size: cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 32s;
}
.slider_css ul li:nth-child(6) {
	background: url("../images/guarantee/mv_bg03.jpg") top center no-repeat;
	background-size: cover;
	animation-name: slider-zoomout;
	opacity: 0;
	animation-delay: 40s;
}
@keyframes slider-zoomin {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	5% {
		opacity: 1;
	}
	26% {
		opacity: 1;
	}
	40.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: scale(1.3);
	}
}
@keyframes slider-zoomout {
	0% {
		opacity: 0;
		transform: scale(1.3);
	}
	5% {
		opacity: 1;
	}
	26% {
		opacity: 1;
	}
	40.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}
@media screen and (max-width: 750px) {
	.bl_mv{
		height: 762px;
	}
	.bl_mv .ly_cont_inner{
		top: 56px;
		left: 56px;
		transform: unset;
	}
	.el_mv_ttl{
		padding-left: 14px;
	}
	.el_mv_ttl > span{
		font-size: 38px;
		letter-spacing: 2.28px;
	}
	.bl_mv_imgWrapper{
		width: 246px;
		margin-top: 258px;
	}
	.slider_css {
		height: 762px;
	}
	.slider_css ul li {
		height: 762px;
	}
	.slider_css ul li:nth-child(1) {
		background: url("../images/guarantee/mv_bg_sp.jpg") top center no-repeat;
	}
	.slider_css ul li:nth-child(2) {
		background: url("../images/guarantee/mv_bg_sp02.jpg") top center no-repeat;
	}
	.slider_css ul li:nth-child(3) {
		background: url("../images/guarantee/mv_bg_sp03.jpg") top center no-repeat;
	}
	.slider_css ul li:nth-child(4) {
		background: url("../images/guarantee/mv_bg_sp.jpg") top center no-repeat;
	}
	.slider_css ul li:nth-child(5) {
		background: url("../images/guarantee/mv_bg_sp02.jpg") top center no-repeat;
	}
	.slider_css ul li:nth-child(6) {
		background: url("../images/guarantee/mv_bg_sp03.jpg") top center no-repeat;
	}
}

/*=======================================================
ABOUT
=======================================================*/
.bl_about {
	padding: 60px 0 48px;
}
.el_about_ttl{
	font-size: 30px;
	letter-spacing: 1.8px;
	text-align: center;
	width: 767px;
	padding: 40px;
	background: #DEF5FF;
	border-radius: 20px;
	margin: 0 auto 32px;
}
.el_about_ttl > span{
	display: block;
	line-height: 1.4;
	position: relative;
	z-index: 2;
}
.el_about_ttl > span:nth-of-type(2){
	font-size: 40px;
	color: #00316C;
	margin-top: 32px;
}
.el_about_ttl > span:first-of-type::before{
	content: '';
	position: absolute;
	width: 592px;
	height: 22px;
	background: #FFCA37;
	left: 48.5%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: -1;
}
.bl_about .el_txt:not(:first-of-type){
	margin-top: 1.3em;
}
.bl_about .el_txt .hp_color__blue{
	font-weight: bold;
}
.bl_about_imgWrapper{
	width: 770px;
	margin: 32px auto 0;
}
@media screen and (max-width: 750px) {
	.bl_about {
		padding: 64px 0;
	}
	.el_about_ttl{
		font-size: 32px;
		width: 100%;
		padding: 40px 12px;
	}
	.el_about_ttl > span:nth-of-type(2){
		font-size: 46px;
	}
	.el_about_ttl > span:first-of-type::before{
		width: 628px;
		height: 22px;
		left: 48.5%;
		bottom: -4px;
	}
	.bl_about_imgWrapper{
		width: 100%;
		margin: 32px auto 0;
	}
}

/*=======================================================
garantee
=======================================================*/
.bl_guarantee{
	padding: 56px 0;
	background: #2DA6DE;
}
.el-garantee-ttl{
	font-size: 30px;
	color: #2DA6DE;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 1px;
	height: 56px;
	margin-bottom: 40px;
}
.bl_guarantee_list{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
}
.bl_guarantee_item{
	width: 470px;
	border: 1px solid #2E2E2E;
	background: #fff;
	padding: 0 0 24px;
	position: relative;
}
.bl_guarantee_item:nth-of-type(2){
	border: 1px solid #FFCA37;
}
.bl_guarantee_item:nth-of-type(2)::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 26px 32px;
	border-color: transparent transparent transparent #FFCA37;
	position: absolute;
	top: 50%;
	left: -56px;
	transform: translateY(-50%);
}
.el_guarantee_sTtl{
	height: 52px;
	background: #2E2E2E;
	color: #fff;
	font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 2px;
	margin-bottom: 24px;
}
.bl_guarantee_item:nth-of-type(2) .el_guarantee_sTtl{
	background: #FFCA37;
	color: #222;
}
.bl_guarantee_item .el_txt{
	color: #222;
}
.bl_guarantee_item .el_txt.big{
	width: 306px;
	background: #DEF5FF;
	font-size: 20px;
	font-weight: bold;
	padding: 7px 0 8px;
	margin: 16px auto;
}
.bl_guarantee_item .el_txt.big .hp_color__blue{
	position: relative;
	margin-right: 8px;
}
.bl_guarantee_item .el_txt.big .hp_color__blue::after{
	content: '※';
	position: absolute;
	font-size: 10px;
	color: #222;
}
.bl_guarantee_imgWrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.bl_guarantee_imgWrapper > img{
	width: 120px;
}
.bl_guarantee_imgWrapper > p{
	width: 228px;
	display: flex;
	justify-content: center;
	padding-left: 24px;
	position: relative;
	z-index: 3;
}
.bl_guarantee_imgWrapper > p::before{
	content: '';
	position: absolute;
	background: url(../images/guarantee/cloud01.svg) top center / contain no-repeat;
	width: 228px;
	height: 132px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.bl_guarantee_item:nth-of-type(2) .bl_guarantee_imgWrapper > p::before{
	background: url(../images/guarantee/cloud02.svg) top center / contain no-repeat;
}
.bl_guarantee_list + .el_att{
	width: 474px;
	letter-spacing: -0.2px;
	color: #fff;
	margin: 8px 0 40px auto;
}
.bl_guarantee .ly_cont_inner > .el_txt{
	color: #fff;
}
.bl_guarantee .ly_cont_inner > .el_txt:not(:first-of-type){
	margin-top: 1.3em;
}
.bl_guarantee .hp_color__yellow{
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.bl_guarantee{
		padding: 64px 0;
	}
	.el-garantee-ttl{
		font-size: 34px;
		height: 64px;
	}
	.bl_guarantee_list{
		margin-top: 40px;
		gap: 80px;
	}
	.bl_guarantee_item{
		width: 100%;
		padding: 0 0 56px;
	}
	.bl_guarantee_item:nth-of-type(2)::before{
		border-width: 34px 46px 0 46px;
		border-color: transparent transparent transparent #FFCA37;
		border-color: #FFCA37 transparent transparent;
		position: absolute;
		top: -51px;
		left: 50%;
		transform: translateX(-50%);
	}
	.el_guarantee_sTtl{
		height: 64px;
		font-size: 32px;
	}
	.bl_guarantee_item .el_txt.big{
		width: 450px;
		font-size: 28px;
		padding: 10px 0 12px;
		margin: 24px auto 32px;
	}
	.bl_guarantee_item .el_txt.big .hp_color__blue{
		margin-right: 12px;
	}
	.bl_guarantee_item .el_txt.big .hp_color__blue::after{
		font-size: 12px;
	}
	.bl_guarantee_imgWrapper{
		gap: 24px;
	}
	.bl_guarantee_imgWrapper > img{
		width: 160px;
	}
	.bl_guarantee_imgWrapper > p{
		width: 400px;
		padding-left: 0;
	}
	.bl_guarantee_imgWrapper > p::before{
		width: 360px;
		height: 211px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: -1;
	}
	.bl_guarantee_list + .el_att{
		width: 100%;
		margin: 16px 0 0;
	}
}

/*=======================================================
media
=======================================================*/
.bl_media{
	padding: 56px 0;
	background: transparent linear-gradient(101deg, #DEF5FF 0%, #FFF3D2 100%);
}
.bl_media .el_sec_mainTtl{
	font-size: 30px;
	margin-bottom: 40px;
}
.bl_mediaList{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.bl_mediaList > li{
	width: 320px;
}
.bl_mediaList > li > iframe{
	width: 320px;
	height: 186px;
	display: block;
}
@media screen and (max-width: 750px) {
	.bl_media{
		padding: 64px 0;
	}
	.bl_media .el_sec_mainTtl{
		font-size: 36px;
	}
	.bl_mediaList{
		gap: 32px;
	}
	.bl_mediaList > li{
		width: 328px;
	}
	.bl_mediaList > li > iframe{
		width: 328px;
		height: 184px;
	}
}

/*=======================================================
FAQ
=======================================================*/
.bl_faq {
	padding: 32px 0 64px;
}
.bl_faq .el_sec_mainTtl {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 58px;
	text-align: center;
	position: relative;
}
.bl_faq .el_sec_mainTtl::after {
	position: absolute;
	content: "";
	background: url(../images/guarantee/faq.svg) top center/contain no-repeat;
	width: 26px;
	height: 18px;
	bottom: -24px;
	left: 50%;;
	transform: translateX(-50%);
}
.bl_faq .bl_faqList {
	margin-bottom: 40px;
}
.bl_faq .bl_faq_txt {
	font-size: 14px;
}
.bl_faq .bl_faq_txt > a {
	color:#2DA6DE;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
@media screen and (max-width: 750px) {
	.bl_faq {
		padding: 64px 0 80px;
	}
	.bl_faq .el_sec_mainTtl {
		font-size: 36px;
		margin-bottom: 80px;
	}
	.bl_faq .el_sec_mainTtl::after {
		width: 40px;
		height: 28px;
		bottom: -40px;
	}
	.bl_faq .bl_faq_txt {
		font-size: 24px;
	}
}

/*=======================================================
message
=======================================================*/
.bl_message{
	padding: 56px 0 98px;
	background: url(../images/guarantee/message_bg.jpg) top center / cover no-repeat;
}
.bl_message .el_sec_mainTtl{
	font-size: 32px;
	margin-bottom: 40px;
}
.bl_message .el_txt:not(:first-of-type){
	margin-top: 1.3em;
}
.bl_message .bl_cta_btn{
	margin-top: 40px;
} 
@media screen and (max-width: 750px) {
	.bl_message{
		padding: 56px 0 98px;
		background: url(../images/guarantee/message_bg_sp.jpg) top center / cover no-repeat;
	}
	.bl_message .el_sec_mainTtl{
		font-size: 36px;
	}
	.bl_message .bl_cta_btn{
		margin-top: 56px;
	} 
}