@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bentham&display=swap");
.l-header {
	position: relative;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
body .wrap, body aside {
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.15em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-feature-settings: "palt";
}
body section img, body aside img {
	margin: 0;
}

/* floating */
.floating {
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	width: 100%;
	z-index: 100;
}
.floating a {
	box-shadow: 0 3px 5px rgba(255, 255, 255, 0.3);
	width: 90%;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 1.5px;
	background-color: #1a1a1a;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 50px;
}
@media screen and (min-width: 768px) {
	.floating {
		width: 100%;
		justify-content: space-evenly;
	}
	.floating a {
		width: 49%;
		font-size: 16px;
		padding: 20px 0;
	}
}

.links {
	font-family: "Noto Sans JP", sans-serif;
}
.links > li {
	display: flex;
	align-items: center;
	height: 2.8em;
}
.links > li + li {
	margin: 1.8em 0 0;
}
.links em {
	font-size: 1.4em;
}
.links em :last-child {
	font-weight: bold;
	font-size: 12px;
}
.links small {
	font-size: 0.9em;
}
.links a {
	aspect-ratio: 170/28;
	height: 100%;
	margin: 0 0 0 auto;
	font-size: 1.2em;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.links {
		width: 100%;
	}
	.links li {
		height: 2em;
	}
	.links em {
		font-size: 1.2em;
	}
	.links small {
		font-size: 1em;
	}
	.links a {
		aspect-ratio: 8/2;
		font-size: 1em;
	}
}

aside ul {
	width: 100em;
	margin: auto;
}
aside li {
	padding: 10em;
	position: relative;
}
aside li + li::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #d2d2d0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
aside li h5 {
	margin: 0 0 2em;
	font-size: 2em;
	text-align: center;
}
aside li img {
	width: 80em;
	margin: 0 auto 4em;
	display: block;
	width: 100%;
}
aside li p {
	font-size: 1.6em;
	margin: -0.625em 0 1.25em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	aside li p {
		font-size: 1.4em;
	}
}
aside li div {
	margin: 0 0 2em;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	aside li div {
		justify-content: flex-start;
	}
}
aside li div strong {
	font-size: 2.6em;
}
@media screen and (max-width: 768px) {
	aside li div strong {
		font-size: 2.4em;
	}
}
aside li div em {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	font-size: 1.6em;
	border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
	aside li div em {
		font-size: 1.4em;
	}
}
aside li div em span {
	font-size: 1.5em;
}
aside li a {
	width: 40em;
	aspect-ratio: 560/55;
	font-size: 1.4em;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #808080;
	font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
	aside {
		width: 92%;
		margin: auto;
	}
	aside ul {
		width: 100%;
	}
	aside li {
		padding: 8em 0 5em;
	}
	aside li ::before {
		width: 100%;
	}
	aside li h5 {
		margin: 0 0 1.3888em;
		font-size: 1.8em;
		text-align: left;
	}
	aside li img {
		margin: 0 0 2.5em;
	}
	aside li a {
		width: 14.2857em;
		aspect-ratio: 200/40;
	}
}

main, aside {
	font-size: 10px;
}
main *, aside * {
	letter-spacing: 0.1em;
	line-height: 1em;
}
@media screen and (max-width: 1240px) {
	main, aside {
		font-size: 0.92vw;
	}
}
@media screen and (max-width: 768px) {
	main, aside {
		font-size: 2.66666vw;
	}
}

:root {
	--cont: 120em;
	--mgn: 100px;
}
@media screen and (max-width: 1240px) {
	:root {
		--cont: 100em;
	}
}
@media screen and (max-width: 768px) {
	:root {
		--cont: 92%;
		--mgn: 21.3333vw;
	}
}

.wrap {
	color: #1a1a1a;
}
.wrap img {
	width: 100%;
}
.wrap .about {
	padding: var(--mgn) 0;
}
@media screen and (max-width: 768px) {
	.wrap .about {
		width: 92%;
		margin: auto;
	}
}
.wrap .about h2 {
	font-size: 2em;
	line-height: 1.7em;
	margin: 0 0 0.8em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .about h2 {
		font-size: 1.8em;
		text-align: left;
	}
	.wrap .about h2 br {
		display: none;
	}
}
.wrap .about h2 + p {
	font-size: 1.4em;
	margin: 0 0 3.5em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .about h2 + p {
		font-size: 1.2em;
		text-align: left;
	}
}
.wrap .about a {
	font-size: 1.8em;
	width: 20em;
	border-radius: 2.4em;
	margin: auto;
	aspect-ratio: 360/48;
	background: #1a1a1a;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.wrap .about a {
		width: 100%;
	}
}
.wrap .about .date {
	width: var(--cont);
	margin: 5em auto 0;
	padding: 2em 0 5em;
	background: #F8F0E6;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .about .date {
		width: 100%;
		padding: 4em 0;
	}
}
.wrap .about .date h3 {
	font-size: 2em;
	margin: 0 0 0.8em;
}
@media screen and (max-width: 768px) {
	.wrap .about .date h3 {
		font-size: 1.8em;
	}
}
.wrap .about .date strong {
	font-size: 2.2em;
	margin: 0 0 0.7em;
	display: flex;
	justify-content: center;
	gap: 0.3em;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.wrap .about .date strong {
		margin: 0 0 0.4em;
		font-size: 2em;
		gap: 0.2em;
	}
}
.wrap .about .date strong span {
	font-size: 0.6em;
}
.wrap .about .date small {
	margin: 0 0 1.6em;
	font-size: 1.4em;
	line-height: 1.7em;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .about .date small {
		font-size: 1.2em;
	}
}
.wrap .about .date small + h3 {
	color: #805a24;
}
.wrap .about .date ul {
	margin: 0 0 5em;
	display: flex;
	flex-direction: column;
	gap: 1.2em;
}
@media screen and (max-width: 768px) {
	.wrap .about .date ul {
		margin: 0 0 4em;
	}
}
.wrap .about .date li {
	font-size: 2em;
	color: #805a24;
}
@media screen and (max-width: 768px) {
	.wrap .about .date li {
		font-size: 1.8em;
	}
}
.wrap .about .date p {
	font-size: 1.8em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .about .date p {
		font-size: 1.6em;
	}
}
.wrap .reason {
	padding: var(--mgn) calc(50% - var(--cont) / 2);
	background: #fbf7f1;
}
.wrap .reason h2 {
	font-size: 2em;
	margin: 0 0 var(--mgn);
	text-align: center;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .reason h2 {
		font-size: 1.8em;
	}
}
.wrap .reason ul {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.wrap .reason ul {
		gap: 12em;
	}
}
.wrap .reason li {
	width: 50%;
}
@media screen and (max-width: 768px) {
	.wrap .reason li {
		width: 100%;
	}
	.wrap .reason li + li {
		position: relative;
	}
	.wrap .reason li + li::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #1a1a1a;
		position: absolute;
		top: -6em;
		left: 0;
	}
}
.wrap .reason li:nth-child(2n) {
	padding: 0 0 0 2.4em;
}
@media screen and (max-width: 768px) {
	.wrap .reason li:nth-child(2n) {
		padding: 0;
	}
}
.wrap .reason li:nth-child(2n+1) {
	padding: 0 2.4em 0 0;
}
@media screen and (max-width: 768px) {
	.wrap .reason li:nth-child(2n+1) {
		padding: 0;
	}
}
.wrap .reason li:nth-child(n+3) {
	margin: 4em 0 0;
	padding-top: 4em;
	border-top: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
	.wrap .reason li:nth-child(n+3) {
		margin: 0;
		padding: 0;
		border: none;
	}
}
.wrap .reason li h3 {
	font-size: 2.2em;
	margin: 0 0 1em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .reason li h3 {
		font-size: 2em;
	}
}
.wrap .reason li img {
	margin: 0 0 3em;
}
@media screen and (max-width: 768px) {
	.wrap .reason li img {
		margin: 0 0 2em;
	}
}
.wrap .reason li p {
	font-size: 1.6em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .reason li p {
		font-size: 1.4em;
	}
}
.wrap .but {
	padding: var(--mgn) 0 0;
	display: flex;
	flex-direction: column;
	gap: 5em;
}
@media screen and (max-width: 768px) {
	.wrap .but {
		gap: 4em;
	}
}
.wrap .but strong {
	font-size: 3em;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .but strong {
		font-size: 2.8em;
	}
}
.wrap .but .hukidashi {
	width: 22em;
	margin: 0 auto 1.4em;
	font-size: 1.8em;
	line-height: 1.7em;
	text-align: center;
	padding: 0.8em 0;
	border: 2px solid #000;
	position: relative;
}
@media screen and (max-width: 768px) {
	.wrap .but .hukidashi {
		width: var(--cont);
		margin: 0 auto 1.2em;
		font-size: 1.6em;
		text-align: left;
		padding: 0.8em 1.2em;
	}
}
.wrap .but .hukidashi::after {
	content: "";
	width: 1.4em;
	aspect-ratio: 1/1;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #fff;
	position: absolute;
	bottom: -0.74em;
	left: 2.2222em;
	transform: translate3d(0, 0, 0) scale(0.6, 1) rotate(45deg);
}
.wrap .but .support {
	padding: 5em calc(50% - var(--cont) / 2) var(--mgn);
	background: #6b5d49;
}
@media screen and (max-width: 768px) {
	.wrap .but .support {
		padding: 4em 8%;
	}
}
.wrap .but .support h2 {
	font-size: 1.8em;
	margin: 0 0 1.5em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .but .support h2 {
		font-size: 1.6em;
		text-align: left;
		margin: 0 0 0.8em;
	}
}
.wrap .but .support ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5em 4%;
}
@media screen and (max-width: 768px) {
	.wrap .but .support ul {
		flex-direction: column;
		gap: 2em;
	}
}
.wrap .but .support li {
	width: 48%;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.wrap .but .support li {
		width: 100%;
	}
}
.wrap .but .support li p {
	font-size: 1.6em;
	line-height: 1.7em;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.wrap .but .support li p {
		font-size: 1.4em;
		letter-spacing: 0.08em;
	}
}
.wrap .person {
	width: var(--cont);
	margin: auto;
	padding: var(--mgn) 0;
}
.wrap .person img {
	margin: 0 0 5em;
}
@media screen and (max-width: 768px) {
	.wrap .person img {
		margin: 0 0 4em;
	}
}
.wrap .person ul {
	margin: 0 0 8em;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.wrap .person ul {
		flex-direction: column;
		margin: 0 0 6em;
		gap: 4em;
	}
}
.wrap .person li {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.wrap .person li {
		width: 100%;
	}
}
.wrap .person li h3 {
	font-size: 1.6em;
	margin: 0 0 1em;
}
@media screen and (max-width: 768px) {
	.wrap .person li h3 {
		font-size: 1.4em;
	}
}
.wrap .person li h3 strong {
	font-size: 1em;
	margin: 0 0.4em 0 0;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
}
.wrap .person li em {
	font-size: 1.6em;
	margin: 0 0 1.5em;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .person li em {
		font-size: 1.4em;
	}
}
.wrap .person li p {
	font-size: 1.6em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .person li p {
		font-size: 1.4em;
	}
}
.wrap .person a {
	font-size: 1.8em;
	width: 19.2222em;
	aspect-ratio: 346/62;
	background: #1a1a1a;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 1.5em;
}
@media screen and (max-width: 768px) {
	.wrap .person a {
		width: 100%;
		aspect-ratio: 335/60;
		font-size: 1.6em;
	}
}
.wrap .person > p {
	font-size: 1.6em;
	line-height: 1.8em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .person > p {
		font-size: 1.4em;
	}
}
.wrap .customer {
	padding: var(--mgn) calc(50% - 28.75em);
	background: #fbf7f1;
}
.wrap .customer h2 {
	font-size: 2em;
	line-height: 1.7em;
	text-align: center;
	margin: 0 0 2.6em;
}
@media screen and (max-width: 768px) {
	.wrap .customer h2 {
		font-size: 1.8em;
	}
}
.wrap .customer .slider {
	width: 57.5em;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.wrap .customer .slider {
		width: 100%;
		padding: 0 2em 2em;
		display: flex;
		overflow-x: scroll;
		align-items: flex-start;
		gap: 4em;
	}
	.wrap .customer .slider > li {
		min-width: 26.2em;
	}
}
.wrap .customer .slider .slick-prev, .wrap .customer .slider .slick-next {
	border-top: 2px solid #9b9b9b;
	border-right: 2px solid #9b9b9b;
	color: rgba(0, 0, 0, 0);
}
.wrap .customer img {
	margin: 0 0 3em;
}
@media screen and (max-width: 768px) {
	.wrap .customer img {
		margin: 0 0 2em;
	}
}
.wrap .customer ul {
	margin: 0 0 2.6em;
	display: flex;
	align-items: center;
	gap: 4em;
}
@media screen and (max-width: 768px) {
	.wrap .customer ul {
		margin: 0 0 1em;
	}
}
.wrap .customer ul li {
	gap: 1em;
	display: flex;
	flex-direction: column;
}
.wrap .customer ul li em {
	font-size: 1.6em;
	color: #a38c69;
}
@media screen and (max-width: 768px) {
	.wrap .customer ul li em {
		font-size: 1.4em;
	}
}
.wrap .customer ul li strong {
	font-size: 2.2em;
}
@media screen and (max-width: 768px) {
	.wrap .customer ul li strong {
		font-size: 2em;
	}
}
.wrap .customer ul li small {
	font-size: 1.2em;
}
@media screen and (max-width: 768px) {
	.wrap .customer ul li small {
		font-size: 1em;
	}
}
.wrap .customer ul li span {
	font-size: 1.4em;
	line-height: 1.4em;
}
@media screen and (max-width: 768px) {
	.wrap .customer ul li span {
		font-size: 1.2em;
	}
}
.wrap .customer p {
	font-size: 1.6em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .customer p {
		font-size: 1.4em;
	}
}
.wrap .voice {
	padding: var(--mgn) 0;
}
.wrap .voice h2 {
	font-size: 2em;
	text-align: center;
	margin: 0 0 var(--mgn);
}
@media screen and (max-width: 768px) {
	.wrap .voice h2 {
		font-size: 1.8em;
	}
}
.wrap .voice ul {
	width: 80em;
	margin: auto;
	border-top: 1px solid #888;
}
@media screen and (max-width: 768px) {
	.wrap .voice ul {
		width: var(--cont);
	}
}
.wrap .voice li {
	padding: 2em 0;
	border-bottom: 1px solid #888;
}
.wrap .voice li strong {
	font-size: 1.6em;
	margin: 0 0 0.8em;
	height: 2.625em;
	display: flex;
	align-items: center;
	gap: 1em;
}
@media screen and (max-width: 768px) {
	.wrap .voice li strong {
		font-size: 1.4em;
	}
}
.wrap .voice li strong::before {
	content: "";
	height: 100%;
	aspect-ratio: 1/1;
	background: url(../images/icon.png) no-repeat center/contain;
}
.wrap .voice li p {
	font-size: 1.6em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .voice li p {
		font-size: 1.4em;
	}
}
.wrap .yoyaku {
	padding: var(--mgn) calc(50% - var(--cont) / 2);
	background: #fbf7f1;
}
.wrap .yoyaku h2 {
	font-size: 2em;
	text-align: center;
	margin: 0 0 var(--mgn);
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku h2 {
		font-size: 1.8em;
	}
}
.wrap .yoyaku .inner {
	margin: 0 0 8em;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4em 4%;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .inner {
		gap: 4em;
		margin: 0 0 4em;
		flex-direction: column;
	}
}
.wrap .yoyaku .images {
	width: 80em;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .images {
		width: 100%;
	}
}
.wrap .yoyaku .images img {
	margin: 0 0 5em;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .images img {
		margin: 0 0 4em;
	}
}
.wrap .yoyaku .images p {
	font-size: 1.8em;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .images p {
		font-size: 1.6em;
	}
}
.wrap .yoyaku .info {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .info {
		width: 100%;
	}
}
.wrap .yoyaku .info p {
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 0 0 1.8em;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .info p {
		font-size: 1.6em;
		text-align: center;
		margin: 0 0 0.6em;
	}
}
.wrap .yoyaku .info img {
	width: 18.6em;
	margin: 0 0 4em;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .info img {
		margin: 0 auto 2em;
		display: block;
	}
	.wrap .yoyaku .info img + p {
		text-align: left;
		margin: 0 auto 2em;
	}
}
.wrap .yoyaku .info a {
	font-size: 1.8em;
	width: 19em;
	aspect-ratio: 346/62;
	background: #1a1a1a;
	font-weight: 400;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 1.5em;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .info a {
		font-size: 1.6em;
		width: 100%;
		aspect-ratio: 335/60;
	}
}
.wrap .yoyaku .info small {
	font-size: 1.6em;
	line-height: 1.7em;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .info small {
		font-size: 1.4em;
	}
}
.wrap .yoyaku > small {
	font-size: 1.4em;
	margin: 0 0 3em;
	line-height: 1.5em;
	text-align: center;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku > small {
		font-size: 1.2em;
		text-align: left;
	}
}
.wrap .yoyaku .access {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .access {
		text-align: left;
	}
}
.wrap .yoyaku .access li + li {
	margin: 2em 0 0;
}
.wrap .yoyaku .access a {
	font-size: 1.6em;
	display: inline-block;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.wrap .yoyaku .access a {
		font-size: 1.4em;
	}
}
.wrap .campaign {
	padding: var(--mgn) calc(50% - 40em);
	background: #f5ebe5;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.wrap .campaign {
		padding: var(--mgn) 4%;
	}
}
.wrap .campaign h3 {
	margin: 0 0 var(--mgn);
	font-size: 2em;
	text-align: center;
	line-height: 1.7em;
}
@media screen and (max-width: 768px) {
	.wrap .campaign h3 {
		font-size: 1.8em;
	}
}
.wrap .campaign h3 + a {
	width: 100%;
	margin: 0 0 4em;
	display: block;
}
@media screen and (max-width: 768px) {
	.wrap .campaign h3 + a {
		margin: 0 0 2em;
	}
}
.wrap .campaign > p {
	font-size: 1.6em;
	margin: 0 0 1.5em;
}
@media screen and (max-width: 768px) {
	.wrap .campaign > p {
		font-size: 1.4em;
		line-height: 1.7em;
	}
}
.wrap .campaign strong {
	font-size: 2.2em;
	margin: 0 0 1.2em;
	display: block;
	border: 1px solid #987b4b;
	padding: 0.2em 0.4em;
	box-sizing: border-box;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.wrap .campaign strong {
		width: 100%;
		text-align: center;
		font-size: 2em;
	}
}
.wrap .campaign em {
	font-size: 1.8em;
	margin: 0 0 0.625em;
	display: block;
	border: 1px solid #000;
	padding: 0.2em 0.4em;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.wrap .campaign em {
		font-size: 1.6em;
	}
}
.wrap .campaign .price {
	display: flex;
	gap: 1.2em;
}
.wrap .campaign .price p:first-child {
	font-size: 2em;
}
.wrap .campaign .price p:first-child span {
	font-size: 1.2em;
}
.wrap .campaign .price p:last-child {
	font-size: 2.4em;
	color: #987b4b;
}/*# sourceMappingURL=styles.css.map */