@charset "utf-8";

/* CSS Document */


/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	/* --main_color: #005AB1; */
}

img,picture {
	vertical-align: middle;
}
.contents {
	margin-bottom: 80px;
}

@media only screen and (max-width: 767px){
	.contents {
		margin-bottom: 40px;
	}
}

.anchor {
	padding-top: 200px;
	margin-top: -200px;
}
@media only screen and (max-width: 767px){
	.anchor {
		padding-top: 100px;
		margin-top: -100px;
	}
}

/*=======================================
　共通
=======================================*/

.ttl_area {
	background-size: auto auto;
	background-color: rgba(246, 109, 151, 1);
	background-image: repeating-linear-gradient(-34deg, transparent, transparent 30px, rgba(245, 123, 162, 1) 30px, rgba(245, 123, 162, 1) 48px );
	margin-bottom: 77px;
}
.ttl_area .inner {
	position: relative;
}
.ttl_area .inner .num {
	position: absolute;
	width: 25%;
	max-width: 281px;
	bottom: 50%;
	left: 0;
}
.inner h3.ttl {
	max-width: 720px;
	margin: 0 auto;
	padding: 33px 0 30px;
}
.inner .bg_white {
	padding: 8% 9% 8%;
	margin-bottom: 105px;
	background: #fff;
	border-radius: 11px;
}

/*=======================================
　mv
=======================================*/
#mv_wrap {
}
#mv_wrap img {
	vertical-align: middle;
}



/*============================
#sec_check
============================*/
#sec_check {
	position: relative;
	padding: 156px 0 188px;
	background: url(../../images/10years/bg_01.jpg) top center/cover no-repeat;
	z-index: 3;
}
#sec_check .inner .sttl_area {
	margin-bottom: 55px;
}
#sec_check .inner .flex_area {
	display: flex;
	justify-content: space-between;
	gap: 3.4%;
}
#sec_check .inner .flex_area .check_item{
	width: 31%;
	box-shadow: 8px 8px 0px #06406233;
}

@media only screen and (max-width: 767px){
	#sec_check {
		padding: 40px 0 100px;
		background: url(../../images/10years/bg_01.jpg) top center/cover no-repeat;
	}
	#sec_check .inner .sttl_area {
		margin-bottom: 20px;
	}
	#sec_check .inner .flex_area {
		gap: 20px;
		flex-direction: column;
	}
	#sec_check .inner .flex_area .check_item{
		width: 100%;
	}
	
}

/*============================
.sec_01
============================*/
.sec_01{
	padding-bottom: 150px;
	background: url(../../images/10years/bg_01.jpg) top center/cover no-repeat;
}
.ttl_area {
	background-size: auto auto;
	background-color: rgba(246, 109, 151, 1);
	background-image: repeating-linear-gradient(-34deg, transparent, transparent 30px, rgba(245, 123, 162, 1) 30px, rgba(245, 123, 162, 1) 48px );
	margin-bottom: 77px;
}
.ttl_area .inner {
	position: relative;
}
.ttl_area .inner .num {
	position: absolute;
	width: 28%;
	max-width: 281px;
	bottom: 50%;
	left: -2%;
	z-index: 15;
}
.inner h3.ttl {
	max-width: 720px;
	margin: 0 auto;
	padding: 33px 0 30px;
}
.inner .bg_white {
	padding: 8% 9% 8%;
	margin-bottom: 105px;
	background: #fff;
	border-radius: 11px;
}
.inner .bg_white .flex_area {
	display: flex;
	justify-content: space-between;
	gap: 46px 8.4%;
	flex-wrap: wrap;
	margin-bottom: 75px;
}
.inner .bg_white .flex_area .img_area {
	width: 45.8%;
}
.inner .bg_white .flex_area .txt_area {
	width: 45.8%;
	padding-top: 1em;
	line-height: 2;
}
.sec_01 .inner .bg_white .flex_area .txt_area .txt01 {
	margin-bottom: 20px;
}
.sec_01 .inner .bg_white .flex_area .txt_area .txt_cap {
	font-size: 14px;
}
.inner .bg_white .flex_area .txt_area span {
	font-weight: 600;
}
.inner .bg_white .img_signal {
	padding: 0 15px;
	margin-bottom: 30px;
}
.inner .bg_white .flex_area li {
	width: 45.8%;
}
.inner .bg_white .flex_area li img {
	margin-bottom: 10px;
}
.inner .bg_white .flex_area li p {
	font-size: 20px;
	font-weight: 600;
}
.inner .bg_white .txt01 {
	margin-bottom: 32px;
	line-height: 2;
}
.inner .bg_white .txt01 span {
	font-weight: 600;
}
.inner .bg_white .img_arrow {
	width: 10%;
	margin: 0 auto 32px;
	text-align: center;
}
.inner .bg_white .img_txt {
	max-width: 668px;
	margin: 0 auto 20px;
}
.inner .bg_white .bnr {
	margin-left: -5%;
	width: 105%;
}



.bnr_damage {
	margin-bottom: 100px;
}
.bnr_damage .bg {
	padding: 50px 100px;
	background: url(../../images/10years/damage_bg.jpg) top center/cover no-repeat;
	border: solid 5px #B42323;
	border-radius: 15px;
	filter: drop-shadow(0px 3px 6px #00000029);
}
.bnr_damage .bg .damage_ttl {
	text-align: center;
}
.bnr_damage .bg .damage_ttl p {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	padding-left: 65px;
	font-size: 45px;
	color: #B42323;
	font-weight: 900;
	text-align: center;
}
.bnr_damage .bg .damage_ttl p::before {
	content: '';
	position: absolute;
	background: url(../../images/10years/icon_damage.png) top center/cover no-repeat;
	top: 50%;
	left: -25px;
	width: 65px;
	height: 88px;
	transform: translateY(-50%);
}
.bnr_damage .bg .damage_ttl .small {
	font-size: 37px;
}
.bnr_damage .bg .damage_sttl {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}
.bnr_damage .bg .damage_link {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	
}
.bnr_damage .bg .damage_link .damage_link_item {
	position: relative;
	width: 100%;
	padding: 27px 50px 27px 36px;
	background: #fff;
	border: solid 1px #B42323;
	transition: all 0.3s ease;
	cursor: pointer;
}
.bnr_damage .bg .damage_link .damage_link_item:hover {
	opacity: 0.7;
}
.bnr_damage .bg .damage_link .damage_link_item::before {
	position: absolute;
	content: '';
	top: 50%;
	right: 25px;
	width: 31px;
	height: 31px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	background: #B42323;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.bnr_damage .bg .damage_link .damage_link_item::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 37px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);

}
.bnr_damage .bg .damage_link .damage_link_item p {
	font-size: 21px;
	font-weight: 500;
	color: #B42323;
}


@media only screen and (max-width: 1250px){
	.ttl_area .inner .num {
		width: 35%;
		bottom: 75%;
	}
	}

@media only screen and (max-width: 767px){
	.sec_01{
		padding-bottom: 80px;
	}
	.ttl_area {
		margin-bottom: 40px;
	}
	.ttl_area .inner .num {
		width: 35%;
		bottom: 75%;
		left: inherit;
	}
	.inner h3.ttl {
		padding: 20px 0 10px;
	}
	.inner .bg_white {
		padding: 8% 7%;
		margin-bottom: 40px;
	}
	.inner .bg_white .flex_area {
		flex-direction: column;
		gap: 20px 8.4%;
		margin-bottom: 30px;
	}
	.inner .bg_white .flex_area .img_area {
		width: 100%;
	}
	.sec_01 .inner .bg_white .flex_area .img_area {
		margin-left: -0.5em;
	}
	.inner .bg_white .flex_area .txt_area {
		width: 100%;
		padding-top: 0;
	}
	.sec_01 .inner .bg_white .flex_area .txt_area .txt_cap {
		font-size: 12px;
	}
	.inner .bg_white .img_signal {
		padding: 0;
		margin-bottom: 30px;
	}
	.inner .bg_white .flex_area li {
		width: 100%;
	}
	.inner .bg_white .flex_area li p {
		font-size: 16px;
		font-weight: 600;
	}
	.inner .bg_white .txt01 {
		margin-bottom: 10px;
		line-height: 2;
	}
	.inner .bg_white .img_arrow {
		width: 15%;
		margin: 0 auto 15px;
	}
	
.bnr_damage {
	margin-bottom: 40px;
}
.bnr_damage .bg {
	padding: 25px 15px;
}
.bnr_damage .bg .damage_ttl p {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.2;
	padding-left: 32px;
}
.bnr_damage .bg .damage_ttl p::before {
	top: 50%;
	left: -13px;
	width: 40px;
	height: 56px;
}
.bnr_damage .bg .damage_ttl p .small {
	font-size: 18px;
}
.bnr_damage .bg .damage_sttl {
	font-size: 20px;
	font-weight: 900;
	text-align: center;
}
.bnr_damage .bg .damage_link {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.bnr_damage .bg .damage_link .damage_link_item {
	padding: 20px 50px 20px 20px;
	background: #fff;
	border: solid 1px #B42323;
}
.bnr_damage .bg .damage_link .damage_link_item::before {
	right: 15px;
	width: 25px;
	height: 25px;
}
.bnr_damage .bg .damage_link .damage_link_item::after {
	right: 25px;
	width: 5px;
	height: 5px;

}
.bnr_damage .bg .damage_link .damage_link_item p {
	font-size: 16px;
}

}

/*============================
.sec_02
============================*/
.sec_02 {
	padding-bottom: 150px;
	background: url(../../images/10years/bg_01.jpg) top center/cover no-repeat;
}
.sec_02 .inner h3.ttl {
	max-width: 498px;
}
.sec_02 .inner .bg_white .example_box {
	padding: 5% 7%;
	margin-bottom: 80px;
	border: solid 2px #255FA7;
	border-radius: 15px;
}
.sec_02 .inner .bg_white .example_box .ttl_flex {
	display: flex;
	align-items: flex-end;
	gap: 2%;
	margin-bottom: 38px;
}
.sec_02 .inner .bg_white .example_box .ttl_flex .img_area {
	width: 14%;
	margin-left: 2%;
}
.sec_02 .inner .bg_white .example_box .ttl_flex .txt_area {
	width: 73.1%;
	font-size: 30px;
	font-weight: 800;
	color: #064062;
}
.sec_02 .inner .bg_white .example_box .ttl_flex .txt_area .small {
	font-size: 25px;
}
.sec_02 .inner .bg_white .example_box .flex_area {
	display: flex;
	justify-content: space-between;
	gap: 3.4%;
	margin-bottom: 15px;
}
.sec_02 .inner .bg_white .example_box .flex_area > img {
	width: 48.3%;
}
.sec_02 .inner .bg_white .example_box .txt01 {
	margin-bottom: 15px;
}
.sec_02 .inner .bg_white .example_box .arrow {
	margin: 0 auto 10px;
	text-align: center;
}
.sec_02 .inner .bg_white .example_box .price01 {
	width: 90%;
	max-width: 614px;
	margin: 0 auto;
}
.sec_02 .inner .bg_white .example_box .price02 {
	width: 90%;
	max-width: 471px;
	margin: 0 auto;
}
.sec_02 .inner .bg_white .example_box .price03 {
	width: 90%;
	max-width: 471px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.sec_02 {
		padding-bottom: 80px;
	}
	.sec_02 .inner .bg_white .example_box {
		padding: 8% 5%;
		margin-bottom: 30px;
	}
	.sec_02 .inner .bg_white .example_box .ttl_flex {
		flex-direction: column;
		align-items: center;
		gap: 2%;
		margin-bottom: 20px;
	}
	.sec_02 .inner .bg_white .example_box .ttl_flex .img_area {
		width: 30%;
		margin-left: 0;
	}
	.sec_02 .inner .bg_white .example_box .ttl_flex .txt_area {
		width: 100%;
		font-size: 22px;
		font-weight: 800;
		color: #064062;
	}
	.sec_02 .inner .bg_white .example_box .ttl_flex .txt_area .small {
		font-size: 18px;
	}
	.sec_02 .inner .bg_white .example_box .flex_area {
		flex-direction: column;
		gap: 10px;
	}
	.sec_02 .inner .bg_white .example_box .flex_area > img {
		width: 100%;
	}
	.sec_02 .inner .bg_white .example_box .txt01 {
		margin-bottom: 10px;
	}
	.sec_02 .inner .bg_white .example_box .arrow {
		width: 12%;
	}
	.sec_02 .inner .bg_white .example_box .price01 {
		width: 100%;
	}
	.sec_02 .inner .bg_white .example_box .price02 {
		width: 100%;
	}
	.sec_02 .inner .bg_white .example_box .price03 {
		width: 100%;
	}

}

/*============================
.sec_03
============================*/
.sec_03 {
	/* position: relative; */
	padding-bottom: 150px;
	background: url(../../images/10years/bg_01.jpg) top center/cover no-repeat;
}
.sec_03 .inner .ttl {
	max-width: 618px;
}
.sec_03 .inner .bg_white .flex_area {
	margin-bottom: 50px;
}
.inner .block_base {
	border: solid 2px #033F63;
	border-radius: 16px;
	background: #fff;
	margin-bottom: 100px;
}
.inner .block_base.block_pink {
	border: solid 2px #F66D98;
}
.inner .block_base .ttl_area {
	padding: 60px 0;
	margin: 0;
	background: #033F63;
	background: repeating-linear-gradient(90deg, #054062, #054062 70px, #104967 0, #104967 140px);
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.inner .block_base.block_pink .ttl_area {
	background: rgba(246, 109, 151, 1);
	background: repeating-linear-gradient(90deg, rgba(246, 109, 151, 1), rgba(246, 109, 151, 1) 70px, rgba(245, 123, 162, 1) 0, rgba(245, 123, 162, 1) 140px);
}
.inner .block_base .sttl_block01  {
	width: 90%;
	max-width: 825px;
	margin: 0 auto;
}
.inner .block_base .sttl_block02  {
	width: 90%;
	max-width: 624px;
	margin: 0 auto;
}
.inner .block_base .sttl_block03  {
	width: 90%;
	max-width: 540px;
	margin: 0 auto;
}
.inner .block_base .flex_area {
	display: flex;
	justify-content: space-between;
	padding: 55px 9%;
}
.inner .block_base .flex_area .txt_area {
	width: 46%;
	line-height: 2;
}
.inner .block_base .flex_area .img_area {
	width: 48%;
}
.inner .bnr_free {
	margin-left: -2%;
	width: 102%;
}


@media only screen and (max-width: 767px){
	.sec_03 {
		padding-bottom: 80px;
	}
	.inner .block_base {
		margin-bottom: 40px;
	}
	.inner .block_base .ttl_area {
		padding: 30px 0;
	}
	.sec_03 .inner .bg_white .flex_area {
		margin-bottom: 20px;
	}
	.inner .block_base .flex_area {
		flex-direction: column;
		gap: 30px;
		padding: 30px 9% 50px;
	}
	.inner .block_base .flex_area .txt_area {
		width: 100%;
	}
	.inner .block_base .flex_area .img_area {
		width: 100%;
	}

}