@charset "UTF-8";
/* CSS Document */

.ttl_inner{
}

.ttl_inner .title{
	margin-bottom:7em;
}
.ttl_inner .title h1{
	font-size:1.1rem;
	margin-bottom:1em;
}
.ttl_inner .title h6{
	font-size:2.0rem;
	line-height:1em;
}
.ttl_inner .title h6 span{
}

/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.ttl_inner .title{
		text-align:center;
	}
}

/* -- cont_owner -- */
.cont_owner{
}

/* -- main -- */
.main{
	display:flex;
	margin:0 0 100px 0;
}
.main h3{
	width:400px;
	font-size:1.5rem;
	margin:0 0 1em 0;
}
.main p{
	width:calc(100% - 350px);
	padding:0 0 0 50px;
	border-left:1px solid #ccc;
}
/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.main{
		width:90%;
		max-width:500px;
		display:block;
		margin:0 auto 100px;
	}
	.main h3{
		font-size:1.3rem;
		width:100%;
		margin:0 0 1em 0;
	}
	.main p{
		width:100%;
		padding:0 0 0 0;
		border-left:unset;
	}
}
	

/* -- wrap_cont -- */
.wrap_cont{
	margin-bottom:100px;
}
.wrap_cont .inner{
	display:flex;
	justify-content:space-between;
	border-top:1px solid #ccc;
	padding:70px 40px;
}
.wrap_cont .inner:last-child{
	border-bottom:1px solid #ccc;
}
.wrap_cont .inner .text{
	width:50%;
	box-sizing:border-box;
	position:relative;
}
.wrap_cont .inner .text h2{
	font-size:1.5rem;
}
.wrap_cont .inner .text h6{
	font-size:0.8rem;
	margin:0 0 1.5em 0;
}
.wrap_cont .inner .text h3{
	font-size:1.1rem;
	margin:0 0 0.5em 0;
}
.wrap_cont .inner .text .btn{
	margin-top:30px;
	font-size:0.8rem;
}
.wrap_cont .inner .text .btn a{
	text-decoration:none;
	padding:1em 3em 1em 2em;
	border-radius:50px;
	background:#948977;
	box-shadow: 1rem 1rem 1rem -1rem hsl(200 50% 20% / 40%);
	background: linear-gradient(139deg, #948977, #7d6f57);
	color:#fff;
	text-align:center;
}
.wrap_cont .inner .image{
	width:40%;
	overflow:hidden;
	aspect-ratio:1 / 0.6;
	box-sizing:border-box;
}
.wrap_cont .inner .image img{
	width:100%;
	object-fit:cover;
}

/* ----------768px–---------- */
@media screen and (max-width: 768px) {
	.wrap_cont .inner{
		display:block;
		justify-content:unset;
		border-top:1px solid #ccc;
		padding:70px 5%;
		position:relative;
	}
	.wrap_cont .inner .text{
		width:100%;
		margin:0 0 50px 0;
		position:unset;
	}
	.wrap_cont .inner .text h2{
		font-size:1.3rem;
		text-align:center;
	}
	.wrap_cont .inner .text h6{
		text-align:center;
	}
	.wrap_cont .inner .image{
		width:100%;
		margin-bottom:50px;
	}
	.wrap_cont .inner .text .btn{
		margin-top:unset;
		font-size:0.8rem;
		position:absolute;
		bottom:40px;
		left:0;
		right:0;
		margin:auto;
		display:flex;
		width:fit-content;
	}
}

/* -- wrap_end -- */
.wrap_end{
	display:flex;
	margin:0 0 100px 0;
	background:#f9f9f9;
	padding:70px;
	box-sizing:border-box;
}
.wrap_end h2{
	width:400px;
	font-size:1.5rem;
}
.wrap_end p{
	width:calc(100% - 450px);
	padding:0 0 0 50px;
}
/* ----------959px–---------- */
@media screen and (max-width: 959px) {
	.wrap_end{
		display:block;
		margin:0 0 0 0;
		padding:5%;
	}
	.wrap_end h2{
		font-size:1.3rem;
		margin:0 0 1em 0;
	}
	.wrap_end p{
		width:100%;
		padding:0 0 0 0;
	}
}