@charset "utf-8";
/* .mod_footer{
	background: transparent;
} */
#summit2025{
	.ttl{
		span{
			font-size: 2.6rem;
		}
	}
	@media (width <= 767px) {/* SP */
		padding-top: 3.2rem;
	}
	.c-kvSec {
		@media (width > 767px) {
			height: auto;
		}
		@media (width <= 767px) {/* SP */
			display: block;
		}
		& .imgBlock {
			@media (width > 767px) {
				img {
					object-fit: cover;
					width: 100%;
					height: auto;
				}
			}
			@media (width <= 767px) {/* SP */
				width: 100%;
			}
		}
	}
	.summit_contents01{
		width: 100.2rem;
		margin: 0 auto 0;
		text-align: center;
		@media (width <= 767px) {/* SP */
			width: 90%;
		}
	}
	.summit_txt{
		position: relative;
        font-family: var(--ff-zen);
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: .02em;
        font-size: 2.8rem;
        padding-top: 14rem;
		padding-bottom: 9rem;
		@media (width <= 767px) {/* SP */
			font-size: 1.9rem;
			padding-top: 4rem;
			padding-bottom: 5rem;
		}
	}
	.summit_txt02{
		position: relative;
        font-family: var(--ff-zen);
        font-weight: 400;
        line-height: 1.7;
        letter-spacing: .02em;
        font-size: 2.8rem;
        padding-top: 12rem;
		padding-bottom: 3rem;
			span{
				color: var(--cc-red);
			}
		@media (width <= 767px) {/* SP */
			font-size: 2.2rem;
			padding-top: 8rem;
			padding-bottom: 4rem;
		}
	}
	.summit_contents02{
		width: 100.4rem;
		margin: 0 auto 0;
		padding-bottom: 12rem;
		text-align: center;
		@media (width <= 767px) {/* SP */
			width: 90%;
			padding-bottom: 6.4rem;
		}
	}
	.txtBlock{
		@media (width <= 767px) {/* SP */
			display: none;
		}
	}
}
.sec_application{
	background-color: #FAF9F9;
	/* background-color: #666; */
	border-radius: 8px;
	width: 100rem;
	padding: 6.4rem 0;
	margin: 0 auto 30rem;
	@media (width <= 767px) {/* SP */
		width: 90%;
		padding: 5.4rem 3rem;
		box-sizing: border-box;
		margin: 0 auto 16rem;
	}
	.title_wrap{
		text-align: center;
		margin-bottom: 3rem;
		@media (width <= 767px) {/* SP */
			margin-bottom: 2rem;
		}
		p{
			color: #FF000A;
			font-size: 1.4rem;
			font-family: var(--ff-avenir);
			@media (width <= 767px) {/* SP */
				font-size: 1.6rem;
			}
		}
		h2{
			color: #190C0C;
			font-size: 2.8rem;
			font-family: var(--ff-zen);
			letter-spacing: 0.1em;
			@media (width <= 767px) {/* SP */
				font-size: 2.0rem;
			}
		}
	}
	.text{
		color: #64615F;
		font-size: 1.6rem;
		text-align: center;
		margin-bottom: 3rem;
	}
	.btn_wrap{
		display: flex;
		gap: 16px;
		justify-content: space-between;
		width: 58.4rem;
		margin: 0 auto;
		@media (width <= 767px) {/* SP */
			flex-direction: column;
			justify-content: center;
			width: 100%;
		}
		img{
			width: 100%;
		}
	}
	a{
		transition: 0.4s;
	}
	a:hover{
		opacity: 0.5;
	}
}