/* トップページ
=========================================================================*/
.inner {
	margin: 0 auto;
	max-width: 1100px;
}

@media screen and (max-width:1130px) {
	.inner {
		padding: 0 15px;
	}
}

/* FV
-----------------------------------------------------------*/
.fv {
	position: relative;
}

.fv ul {
	position: absolute;
	bottom: calc(23 / 711 * 100%);
	left: calc(44 / 1280 * 100%);
	display: flex;
	justify-content: space-between;
	gap: 0 15px;
	max-width: 612px;
	width: calc(612 / 1280 * 100%);
}

.fv ul li {
	width: calc(299 / 612 * 100%);
}

/* 当社の3つの心得
-----------------------------------------------------------*/
.guidelines_01 {
	background-color: #71B9FB;
}

.guidelines_02 {
	background-color: #004A9D;
}

/* 火災保険申請サポートとは？
-----------------------------------------------------------*/
.about {
	padding-bottom: 80px;
	background-color: #F2FCFE;
}

.about ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	gap: 20px 15px;
}

.about .youtube {
	width: calc(540 / 1100 * 100%);
	width: calc(700 / 1100 * 100%);
	aspect-ratio: 16 / 9;
}

.about .youtube iframe {
	width: 100%;
	height: 100%;
}

/* 火災保険の受給例
-----------------------------------------------------------*/
.example .title {
	background-color: #181DB7;
}

.example .content {
	padding: 50px 0 70px;
	background-color: #72BBFE;
}

/* 火災保険を積極的に使った方が良い5つの理由
-----------------------------------------------------------*/
.reason05 .title {
	background-color: #181DB7;
}

.reason05 .content {
	padding: 50px 0 70px;
	background-color: #F2FCFE;
}

/* プロに任せた方が良い理由
-----------------------------------------------------------*/
.reason_pro .title {
	background-color: #181DB7;
}

.reason_pro .content {
	padding: 50px 0 70px;
	background-color: #BFE6FF;
}

/* 申請実績4,000件以上5つの理由
-----------------------------------------------------------*/
.application .title {
	background-color: #181DB7;
}

.application .content {
	padding: 50px 0 70px;
	background-color: #72BBFE;
}

/* 保険金の受給までの流れ
-----------------------------------------------------------*/
.flow .title {
	background-color: #181DB7;
}

.flow .content {
	padding: 50px 0 70px;
	background-color: #EAF9FA;
}

/* よくあるご質問
-----------------------------------------------------------*/
.faq .title {
	background-color: #181DB7;
}

.faq .content {
	padding: 50px 0 70px;
	background-color: #FFF;
}

/* コラム
-----------------------------------------------------------*/
.column {
	padding-bottom: 70px;
}
.column .title {
	background-color: #71B9FB;
}

main section.column .column_swiper {
	padding: 100px 0 70px;
	position: relative;
}

/* スワイパー */
main section.column ul.swiper-wrapper {
	display: flex;
	align-items: stretch !important;
	margin-top: 40px;
	margin-bottom: 0;
	text-align: left;
}

main section.column ul.swiper-wrapper li {
	position: relative;
	width: calc(360 / 1200 * 100%);
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	transition: 0.6s;
}

@media(hover: hover) {
	main section.column ul.swiper-wrapper li:hover {
		transform: scale(1.05, 1.05);
	}

}

main section.column ul.swiper-wrapper li figure {
	position: relative;
}

main section.column ul.swiper-wrapper li p.post_date {
	padding: 20px 20px 0;
	font-size: 13px;
	line-height: 1.6em;
}

main section.column ul.swiper-wrapper li h3 {
	padding: 20px 30px;
}

.swiper-button-prev,
.swiper-button-next {
	width: 90px;
	height: 90px;
	margin-top: -45px;
}

.swiper-button-prev,
.swiper-button-next {
	background: url(/assets/images/column/button_swiper.svg) no-repeat center center / contain;
	transition: 0.6s;
}

.swiper-button-next {
	transform: scale(-1, 1);
}

@media(hover: hover) {

	.swiper-button-prev:hover,
	.swiper-button-next:hover {
		opacity: .8;
	}
}

.swiper-button-prev::after {
	content: "";
}

.swiper-button-next::after {
	content: "";
}

article a.button_list {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto 80px;
	width: 305px;
	height: 64px;
	font-weight: 600;
	font-size: 18px;
	line-height: 64px;
	letter-spacing: .05em;
	text-align: center;
	color: #FFF;
	border-radius: 32px;
	background: #004A9D;
	box-shadow: 0 6px 0 rgba(0, 0, 0, .16);
}


/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	/* FV
	-----------------------------------------------------------*/
	.fv ul {
		display: none;
	}

	/* 火災保険申請サポートとは？
	-----------------------------------------------------------*/
	.about .youtube {
		width: 100%;
	}


	/* コラム
	-----------------------------------------------------------*/
	main section.column .column_swiper {
		padding: 0 0 40px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}

	main section.column a.button_list {
		font-size: 18px;
	}

	main section.column a.button_list::after {
		right: 25px;
	}

	article a.button_list {
		margin: 0 auto 0;
	}

}

/*  480px以下
	=========================================================================
	=========================================================================*/
@media screen and (max-width:480px) {

}

/*  375px以下
	=========================================================================
	=========================================================================*/
@media screen and (max-width:375px) {}
