@charset "UTF-8";

.sml {
	display: none;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
	
.deco {
	position: absolute;
	z-index: 1;
	transition-duration: 0.5s;
}
#deco01 {
	top: 5%;
	right: 10%;
	width: 50px;
}
#deco02 {
	animation: 3s linear infinite rotation1;
	top: 15%;
	left: 18%;
	width: 80px;
}
#deco03 {
	top: 35%;
	left: 3%;
	width: 70px;
}
#deco04 {
	bottom: 36%;
	right: -5%;
	width: 236px;
}
#deco05 {
	bottom: 32%;
	left: 22%;
	width: 30px;
}
#deco06 {
	bottom: 3%;
	left: 28%;
	width: 120px;
}
#deco07 {
	top: 1.5%;
	right: 15%;
	width: 80px;
}
#deco08 {
	animation: 3s linear infinite rotation1;
	top: 7%;
	right: -2%;
	width: 80px;
}
#deco09 {
	top: 22.5%;
	left: 14%;
	width: 210px;
}
#deco10 {
	top: 28%;
	left: 25%;
	width: 45px;
}
#deco11 {
	top: 40%;
	left: 5%;
	width: 50px;
}
#deco12 {
	top: 51%;
	right: 25%;
	width: 56px;
}
#deco13 {
	top: 57%;
	right: 2%;
	width: 120px;
}
#deco14 {
	animation: 3s linear infinite rotation1;
	top: 75%;
	left: 5%;
	width: 40px;
}
#deco15 {
	top: 85%;
	right: 40%;
	width: 80px;
}
#deco16 {
	top: 98%;
	right: 25%;
	width: 60px;
}
#deco17 {
	top: 103%;
	right: 2%;
	width: 120px;
}
#deco18 {
	animation:4s ease-in-out infinite rotation2;
	top: -5%;
	left: -2%;
	width: 140px;
}
#deco19 {
	top: 20%;
	right: 5%;
	width: 90px;
}
#deco20 {
	animation: 3s linear infinite rotation1;
	top: 38%;
	left: 18%;
	width: 50px;
}
#deco21 {
	top: 54%;
	left: 3%;
	width: 60px;
}
#deco22 {
	top: 8%;
	right: 4%;
	width: 80px;
}
#deco23 {
	top: 40%;
	left: -5%;
	width: 200px;
}
#deco24 {
	top: 56%;
	right: 5%;
	width: 120px;
}
#deco25 {
	top: 70%;
	left: 7%;
	width: 40px;
}
#deco26 {
	top: 99%;
	right: 5%;
	width: 30px;
}

	
#contents {
	overflow: hidden;
}
	
	#mainArea{
		position: relative;
		margin-bottom: 10px;
		overflow: hidden;
		padding-bottom: 4%;
	}
		#mainArea h1{
			position: absolute;
			width: 512px;
			height: 170px;
			top: 0;
			left: 0;
			right: 0;
			bottom: 5%;
			margin: auto;
		}
		#mainArea h1 img + img{
			position: absolute;
			top: 0;
			left: 0;
			width: 500px;
		}
		#mainArea > img{
			width: 100%;
			max-width: none;
		}
		#mainArea .wrap{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 100%;
		}
		#mainArea dl{
			position: absolute;
			right: 0;
			bottom: 16%;
			background-color: #e71f19;
			color: #fff;
			font-weight: bold;
			display: inline-block;
			padding: 20px;
			line-height: 1;
		}
		#mainArea dl::before,
		#mainArea dl::after{
			content: "";
			position: absolute;
			top: 0;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			height: calc(100% - 20px);
			width: 0;
		}
		#mainArea dl::before{
			left: -10px;
			border-right: 10px solid #e71f19;
		}
		#mainArea dl::after{
			right: -10px;
			border-left: 10px solid #e71f19;
		}
			#mainArea dl dt{
				letter-spacing: 3px;
			}
			#mainArea dl dd{
				margin-top: 15px;
				font-size: 27px;
				letter-spacing: 6px;
			}
	
	
	section{
		position: relative;
	}
		section .sec_tit {
			text-align: center;
		}
			section .sec_tit dl {
			}
				section .sec_tit dl dt {
					width: 1040px;
					margin: auto;
				}
				section .sec_tit dl dd {
					font-size: 24px;
					margin-top: 35px;
					color: #e71f19;
					letter-spacing: 6px;
				}

	.sec01 {
	}
		.sec01 .sec_tit dl dt {
			display: none;
		}
		.sec01 .sec_tit dl dd {
			font-size: 30px;
			letter-spacing: 6px;
		}
		.sec01 ul {
			margin-top: 90px;
		}
			.sec01 ul li {
			}
				.sec01 ul li {
					position: relative;
				}
				.sec01 ul li:nth-child(1) {
					padding-bottom: 310px;
				}
				.sec01 ul li:nth-child(2) {
					padding-bottom: 210px;
				}
				.sec01 ul li:nth-child(3) {
					padding-bottom: 220px;
				}
				.sec01 ul li:nth-child(4) {
					padding-bottom: 70px;
				}
					.sec01 ul li .sec_img {
						width: 888px;
						display: inline-block;
					}
					.sec01 ul li:nth-child(odd) {
						text-align: left;
					}
					.sec01 ul li:nth-child(even) {
						text-align: right;
					}
					.sec01 ul li:nth-child(odd) .sec_img {
						margin-left: -22%;
					}
					.sec01 ul li:nth-child(even) .sec_img {
						margin-right: -22%;
					}
					.sec01 ul li .sec_txt {
						position: absolute;
						width: 594px;
						box-sizing: border-box;
						padding: 60px 25px;
						background-color: #fde9e8;
					}
					.sec01 ul li:nth-child(odd) .sec_txt {
						top: 170px;
						right: -30px;
					}
					.sec01 ul li:nth-child(even) .sec_txt {
						text-align: left;
						top: 70px;
						left: -30px;
					}
					.sec01 ul li .sec_txt::before,
					.sec01 ul li .sec_txt::after{
						content: "";
						position: absolute;
						top: 0;
						border-top: 35px solid transparent;
						border-bottom: 35px solid transparent;
						height: calc(100% - 70px);
						width: 0;
					}
					.sec01 ul li .sec_txt::before{
						left: -35px;
						border-right: 35px solid #fde9e8;
					}
					.sec01 ul li .sec_txt::after{
						right: -35px;
						border-left: 35px solid #fde9e8;
					}
						.sec01 ul li .sec_txt > div {
						}
						.sec01 ul li .sec_txt div dl {
						}
							.sec01 ul li .sec_txt div dl dt {
								font-size: 18px;
								font-weight: bold;
								color: #e71f19;
							}
							.sec01 ul li .sec_txt div dl dd {
								margin-top: 15px;
							}
								.sec01 ul li .sec_txt div dl dd div {
									font-weight: bold;
									font-size: 26px;
									line-height: 1.6;
								}
								.sec01 ul li .sec_txt div dl dd p {
									margin-top: 25px;
									line-height: 2.2;
								}
	
	.sec02 {
		margin-top: 260px;
		background-image: url("../img/sec02_bg.jpg");
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
	}
			.sec02 .sec_tit dd {
				color: #fff;
			}
		.sec02 .sec_txt {
		}
			.sec02 .sec_txt dl {
				font-weight: bold;
			}
				.sec02 .sec_txt dl dt {
					margin-top: 90px;
					font-size: 34px;
					letter-spacing: 10px;
				}
				.sec02 .sec_txt dl dd {
					margin-top: 40px;
					font-size: 20px;
					line-height: 2.5;
					padding-bottom: 70%;
				}
	
	.sec03 {
		margin-top: 200px;
		text-align: center;
	}
		.sec03 .wrap {
			background-color: #f2f2f2;
			width: 970px;
			position: relative;
		}
		.sec03 .wrap::before ,
		.sec03 .wrap::after {
			content: "";
			position: absolute;
			top: 0;
			border-top: 35px solid transparent;
			border-bottom: 35px solid transparent;
			height: calc(100% - 70px);
			width: 0;
		}
		.sec03 .wrap::before{
			left: -35px;
			border-right: 35px solid #f2f2f2;
		}
		.sec03 .wrap::after{
			right: -35px;
			border-left: 35px solid #f2f2f2;
		}
			.sec03 .sec_tit dl dt {
				width: 540px;
			}
			.sec03 .sec_box {
				padding: 80px;
			}
				.sec03 .sec_box .sec_img {
					width: 340px;
					margin: 0 auto 60px;
				}
				.sec03 .sec_box dl {
					display: flex;
					flex-wrap: wrap;
					gap: 40px;
					font-feature-settings: "palt";
				}
				.sec03 .sec_box dl + dl {
					margin-top: 40px;
				}
				.sec03 .sec_box dl dt {
					width: 195px;
					text-align: right;
				}
				.sec03 .sec_box dl:nth-of-type(2) dt img {
					width: 152px;
				}
				.sec03 .sec_box dl:nth-of-type(3) dt img {
					width: 146px;
				}
				.sec03 .sec_box dl dd {
					margin-top: -0.5em;
					text-align: left;
					color: inherit;
					flex: 1;
				}
				.sec03 .sec_box dl:last-child dd {
					display: flex;
					flex-wrap: wrap;
					gap: 20px;
				}
					.sec03 .sec_box dl dd .dl_box {
						width: calc(50% - 10px);
					}
				.sec03 .sec_box dl dd .tit {
					font-size: 20px;
					font-weight: 400;
					}
					.sec03 .sec_box dl dd .txt {
						margin-top: 8px;
							font-size: 14px;
						}

	
	.sec04 {
		margin-top: 200px;
		background-color: #fde9e8;
		padding-bottom: 100px;
	}
		.sec04 .wrap {
		}
			.sec04 .table {
				width: 870px;
				margin: 80px auto 0;
			}
			.sec04 .table tr th {
				width: 5em;
				text-align-last: justify;
				text-justify: inter-ideograph;
			}
	
	.sec05 {
		margin-top: 170px;
		position: relative;
		padding-bottom: 150px;
	}
	.sec05::before {
		position: absolute;
		content: "";
		background-color: #f2f2f2;
		bottom: 0;
		width: 100%;
		height: 58%;
	}
		.sec05 .wrap {
		}
			.sec05 .sec_tit dl dd {
				font-size: 18px;
			}
			.sec05 .sec_txt ul {
				margin-top: 70px;
			}
				.sec05 .sec_txt ul li {
					float: left;
					width: 495px;
					height: 278px;
					overflow: hidden;
				}
				.sec05 .sec_txt ul li + li {
					margin-left: 50px;
				}
					.sec05 .sec_txt ul li a {
						display: table;
						width: 100%;
						height: 100%;
						text-align: center;
						position: relative;
						z-index: 1;
					}
					.sec05 .sec_txt li a::before {
						position: absolute;
						z-index: -1;
						content: "";
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background-size: cover;
						transition: 400ms;
					}
					.sec05 .sec_txt ul li:nth-child(1) a::before {
						background-image: url("../img/sec05_img01.png");
					}
					.sec05 .sec_txt ul li:nth-child(2) a::before {
						background-image: url("../img/sec05_img02.png");
					}
					.sec05 .sec_txt ul li a:hover::before {
						transform: scale(1.04);
					}
						.sec05 .sec_txt ul li a dl {
							display: table-cell;
							vertical-align: middle;
						}
							.sec05 .sec_txt ul li a dl dt {
								letter-spacing: 2px;
							}
								.sec05 .sec_txt ul li a dl dt div {
									font-size: 20px;
									color: #fff;
								}
									.sec05 .sec_txt ul li a dl dt div span {
										background-color: #e71f19;
										position: relative;
										display: block;
										padding: 6px 10px;
										width: 280px;
										margin: auto;
										line-height: 1;
									}
									.sec05 .sec_txt ul li a dl dt div span::before ,
									.sec05 .sec_txt ul li a dl dt div span::after {
										content: "";
										position: absolute;
										top: 0;
										border-top: 5px solid transparent;
										border-bottom: 5px solid transparent;
										height: calc(100% - 10px);
										width: 0;
									}
									.sec05 .sec_txt ul li a dl dt div span::before {
										left: -5px;
										border-right: 5px solid #e71f19;
									}
									.sec05 .sec_txt ul li a dl dt div span::after {
										right: -5px;
										border-left: 5px solid #e71f19;
									}
								.sec05 .sec_txt ul li a dl dt p {
									margin-top: 15px;
									color: #212121 !important;
								}
							.sec05 .sec_txt ul li a dl dd {
								display: none;
							}
	
	
	
}




/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {

.deco {
	position: absolute;
	z-index: 1;
	transition-duration: 0.5s;
	line-height: 1;
}
#deco01 {
	top: 5%;
	right: 5%;
	width: 25px;
}
#deco02 {
	display: none;
}
#deco03 {
	display: none;
}
#deco04 {
	bottom: 46%;
	right: -5%;
	width: 118px;
}
#deco05 {
	bottom: 32%;
	left: 22%;
	width: 15px;
}
#deco06 {
	bottom: 0%;
	left: 20%;
	width: 60px;
}
#deco07 {
	top: 1.5%;
	right: 15%;
	width: 40px;
}
#deco08 {
	animation: 3s linear infinite rotation1;
	top: 7%;
	right: -2%;
	width: 40px;
}
#deco09 {
	display: none;
}
#deco10 {
	top: 28.5%;
	left: 25%;
	width: 22px;
}
#deco11 {
	top: 40%;
	left: 5%;
	width: 25px;
}
#deco12 {
	display: none;
}
#deco13 {
	top: 56%;
	right: 2%;
	width: 60px;
}
#deco14 {
	animation: 3s linear infinite rotation1;
	top: 75%;
	left: 5%;
	width: 20px;
}
#deco15 {
	top: 81%;
	left: 25%;
	width: 40px;
}
#deco16 {
	top: 100%;
	right: 15%;
	width: 30px;
}
#deco17 {
	display: none;
}
#deco18 {
	animation:4s ease-in-out infinite rotation2;
	top: -5%;
	left: -8%;
	width: 70px;
}
#deco19 {
	top: 20%;
	right: 5%;
	width: 45px;
}
#deco20 {
	animation: 3s linear infinite rotation1;
	top: 52%;
	left: 10%;
	width: 25px;
}
#deco21 {
	display: none;
}
#deco22 {
	top: 8%;
	right: 4%;
	width: 40px;
}
#deco23 {
	top: 45%;
	left: -5%;
	width: 100px;
}
#deco24 {
	top: 58%;
	right: 5%;
	width: 60px;
}
#deco25 {
	top: 99%;
	left: 5%;
	width: 25px;
}
#deco26 {
	display: none;
}

	
#contents {
	overflow: hidden;
}
	
	#mainArea{
		position: relative;
		overflow: hidden;
		padding-bottom: 15%;
		height: 67vw;
	}
	#mainArea::before{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 95%;
		background-image: url("../img/main_bg.jpg");
		background-size: cover;
		background-position: 45% 0%;
	}
		#mainArea h1{
			position: relative;
			width: 40%;
			margin-left: 10%;
			padding: 40px 0;
		}
		#mainArea h1 img + img{
			position: absolute;
			top: 40px;
			left: 0;
		}
		#mainArea .wrap{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 100%;
		}
		#mainArea dl{
			position: absolute;
			right: calc(5% + 10px);
			bottom: 15%;
			background-color: #e71f19;
			color: #fff;
			font-weight: bold;
			display: inline-block;
			padding: 10px 5px;
			line-height: 1;
		}
		#mainArea dl::before,
		#mainArea dl::after{
			content: "";
			position: absolute;
			top: 0;
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			height: calc(100% - 20px);
			width: 0;
		}
		#mainArea dl::before{
			left: -10px;
			border-right: 10px solid #e71f19;
		}
		#mainArea dl::after{
			right: -10px;
			border-left: 10px solid #e71f19;
		}
			#mainArea dl dt{
				letter-spacing: 3px;
				font-size: 12px;
			}
			#mainArea dl dd{
				margin-top: 10px;
				font-size: 18px;
				letter-spacing: 2px;
			}
	
	
	section{
		position: relative;
	}
		section .sec_tit {
			text-align: center;
		}
			section .sec_tit dl {
			}
				section .sec_tit dl dt {
					width: 280px;
					margin: auto;
				}
				section .sec_tit dl dd {
					font-size: 18px;
					margin-top: 20px;
					color: #e71f19;
					letter-spacing: 6px;
				}

	.sec01 {
		margin-top: 50px;
	}
		.sec01 .sec_tit dl dt {
			display: none;
		}
		.sec01 .sec_tit dl dd {
			font-size: 22px;
			letter-spacing: 4px;
		}
		.sec01 ul {
			margin-top: 50px;
		}
			.sec01 ul li {
				position: relative;
				padding: 0 3%;
			}
			.sec01 ul li + li {
				margin-top: 70px;
			}
				.sec01 ul li .sec_img {
				}
				.sec01 ul li:nth-child(odd) .sec_img {
					margin-left: -22%;
				}
				.sec01 ul li:nth-child(even) .sec_img {
					margin-right: -22%;
				}
				.sec01 ul li .sec_txt {
					position: relative;
					width: 85%;
					margin: -80px auto 0;
					box-sizing: border-box;
					padding: 25px 10px;
					background-color: #fde9e8;
				}
				.sec01 ul li .sec_txt::before,
				.sec01 ul li .sec_txt::after{
					content: "";
					position: absolute;
					top: 0;
					border-top: 15px solid transparent;
					border-bottom: 15px solid transparent;
					height: calc(100% - 30px);
					width: 0;
				}
				.sec01 ul li .sec_txt::before{
					left: -15px;
					border-right: 15px solid #fde9e8;
				}
				.sec01 ul li .sec_txt::after{
					right: -15px;
					border-left: 15px solid #fde9e8;
				}
					.sec01 ul li .sec_txt > div {
					}
					.sec01 ul li .sec_txt div dl {
					}
						.sec01 ul li .sec_txt div dl dt {
							font-size: 14px;
							font-weight: bold;
							color: #e71f19;
						}
						.sec01 ul li .sec_txt div dl dd {
							margin-top: 10px;
						}
							.sec01 ul li .sec_txt div dl dd div {
								font-weight: bold;
								font-size: 20px;
								line-height: 1.6;
							}
							.sec01 ul li .sec_txt div dl dd p {
								margin-top: 20px;
								line-height: 2;
							}
	
	.sec02 {
		margin-top: 130px;
		background-image: url("../img/sec02_bg.jpg");
		background-size: cover;
		background-position: bottom center;
		text-align: center;
	}
			.sec02 .sec_tit dd {
				color: #fff;
			}
		.sec02 .sec_txt {
		}
			.sec02 .sec_txt dl {
				font-weight: bold;
			}
				.sec02 .sec_txt dl dt {
					margin-top: 50px;
					font-size: 22px;
					letter-spacing: 8px;
				}
				.sec02 .sec_txt dl dd {
					margin-top: 30px;
					font-size: 16px;
					line-height: 2;
					padding-bottom: 155vw;
				}
	
	.sec03 {
		margin-top: 100px;
		text-align: center;
	}
		.sec03 .wrap {
			background-color: #f2f2f2;
			position: relative;
			width: calc(85% - 15px);
			margin: auto;
			padding: 0;
		}
		.sec03 .wrap::before ,
		.sec03 .wrap::after {
			content: "";
			position: absolute;
			top: 0;
			border-top: 15px solid transparent;
			border-bottom: 15px solid transparent;
			height: calc(100% - 30px);
			width: 0;
		}
		.sec03 .wrap::before{
			left: -15px;
			border-right: 15px solid #f2f2f2;
		}
		.sec03 .wrap::after{
			right: -15px;
			border-left: 15px solid #f2f2f2;
		}
			.sec03 .sec_tit dl dt {
			}
			.sec03 .sec_box {
				padding: 20px 10px;
			}
				.sec03 .sec_box .sec_img {
					width: 100%;
					margin: 0 auto 50px;
				}
				.sec03 .sec_box dl {
					display: flex;
					flex-wrap: wrap;
					flex-direction: column;
					gap: 25px;
					font-feature-settings: "palt";
				}
				.sec03 .sec_box dl + dl {
					margin-top: 40px;
				}
				.sec03 .sec_box dl dt {
					width: 195px;
				}
				.sec03 .sec_box dl:nth-of-type(2) dt {
					width: 152px;
				}
				.sec03 .sec_box dl:nth-of-type(3) dt {
					width: 146px;
				}
				.sec03 .sec_box dl dd {
					margin-top: -0.5em;
					text-align: left;
					color: inherit;
					flex: 1;
				}
				.sec03 .sec_box dl:last-child dd {
					display: flex;
					flex-wrap: wrap;
					flex-direction: column;
					gap: 20px;
				}
				.sec03 .sec_box dl dd .tit {
					font-size: 18px;
					font-weight: 400;
					}
					.sec03 .sec_box dl dd .txt {
						margin-top: 8px;
						font-size: 14px;
					}
	
	.sec04 {
		margin-top: 100px;
		background-color: #fde9e8;
		padding-bottom: 50px;
	}
		.sec04 .wrap {
		}
			.sec04 .table {
				margin-top: 40px;
			}
			.sec04 .table tr th {
				width: 5em;
				text-align-last: justify;
				text-justify: inter-ideograph;
			}
	
	.sec05 {
		margin-top: 100px;
		position: relative;
		padding-bottom: 100px;
	}
	.sec05::before {
		position: absolute;
		content: "";
		background-color: #f2f2f2;
		bottom: 0;
		width: 100%;
		height: 75%;
	}
		.sec05 .wrap {
		}
			.sec05 .sec_tit dl dd {
				font-size: 18px;
			}
			.sec05 .sec_txt ul {
				margin-top: 30px;
			}
				.sec05 .sec_txt ul li {
					width: 100%;
					height: 50vw;
					overflow: hidden;
				}
				.sec05 .sec_txt ul li + li {
					margin-top: 20px;
				}
					.sec05 .sec_txt ul li a {
						display: table;
						width: 100%;
						height: 100%;
						text-align: center;
						position: relative;
						z-index: 1;
					}
					.sec05 .sec_txt li a::before {
						position: absolute;
						z-index: -1;
						content: "";
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						background-size: cover;
					}
					.sec05 .sec_txt ul li:nth-child(1) a::before {
						background-image: url("../img/sec05_img01.png");
					}
					.sec05 .sec_txt ul li:nth-child(2) a::before {
						background-image: url("../img/sec05_img02.png");
					}
						.sec05 .sec_txt ul li a dl {
							display: table-cell;
							vertical-align: middle;
						}
							.sec05 .sec_txt ul li a dl dt {
								letter-spacing: 2px;
							}
								.sec05 .sec_txt ul li a dl dt div {
									font-size: 18px;
									color: #fff;
								}
									.sec05 .sec_txt ul li a dl dt div span {
										background-color: #e71f19;
										position: relative;
										display: block;
										padding: 6px 6px;
										width: 220px;
										margin: auto;
										line-height: 1;
									}
									.sec05 .sec_txt ul li a dl dt div span::before ,
									.sec05 .sec_txt ul li a dl dt div span::after {
										content: "";
										position: absolute;
										top: 0;
										border-top: 5px solid transparent;
										border-bottom: 5px solid transparent;
										height: calc(100% - 10px);
										width: 0;
									}
									.sec05 .sec_txt ul li a dl dt div span::before {
										left: -5px;
										border-right: 5px solid #e71f19;
									}
									.sec05 .sec_txt ul li a dl dt div span::after {
										right: -5px;
										border-left: 5px solid #e71f19;
									}
								.sec05 .sec_txt ul li a dl dt p {
									margin-top: 12px;
									color: #212121 !important;
								}
							.sec05 .sec_txt ul li a dl dd {
								display: none;
							}
	
}



/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 374px) {

.sml {
	display: block;
}
				.sec02 .sec_txt dl dd {
					padding-bottom: 175vw;
				}
	
}



