@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap');

:root {
	--primary-color: #42210b;
	--primary-color-rgb: 66, 33, 11;
	--secondary-color: #cda49b;
	--secondary-color-rgb: 205, 164, 155;
	--white-color: #fff;
	--white-color-rgb: 255, 255, 255;
	--black-color: #231815;
	--black-color-rgb: 35, 24, 21;
	--bg-color1: #cda49b;
	--bg-color2: #f7f4f3;
	--bg-color3: #fff;
	--bg-color4: #d3cac5;
	--sans-jp: "Noto Sans JP", sans-serif;
	--serif-jp: "Shippori Mincho B1", serif;
	--sans-en: "Roboto", sans-serif;
	--serif-en: "EB Garamond", serif;
}

html {
	font-size: 62.5%;
	height: 100%;
	overflow-y: scroll;
}

body {
	position: relative;
	background-color: var(--white-color);
	color: var(--black-color);
	font-family: var(--sans-jp);
	font-weight: 400;
	line-height: 1.75;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100dvh;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
	overflow-x: clip;
	padding-top: 120px;
}

@media only screen and (min-width: 480px) {
	body {
		padding-top: 140px;
	}
}

.gmenu-open body {
	overflow: clip;
}

*, *:before, *:after {
	box-sizing: border-box;
}

a {
	color: var(--primary-color);
}

img.fix {
	width: 100%;
	height: auto;
}

.col-white {
	color: var(--white-color);
}

.col-primary {
	color: var(--primary-color);
}

.col-secondary {
	color: var(--secondary-color);
}

.content-wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}

.content-wrap.bg-col1 {
	background-color: var(--bg-color1);
}

.content-wrap.bg-col2 {
	background-color: var(--bg-color2);
}

.content-wrap.bg-col3 {
	background-color: var(--bg-color3);
}

.content-wrap.bg-col4 {
	background-color: var(--bg-color4);
}

.content-wrap::before,
.content-wrap::after {
	content: '';
	position: absolute;
	width: 50vw;
	width: 50dvw;
	height: 50vw;
	height: 50dvw;
	bottom: 0;
}

.content-wrap.right::before {
	right: 0;
	z-index: 2;
}

.content-wrap.right::after {
	right: 0;
	border-radius: 0 0 50% 0;
	z-index: 3;
}

.content-wrap.left::after {
	left: 0;
	border-radius: 0 0 0 50%;
	z-index: 3;
}

.content-wrap.b1::before,
.content-wrap.a1::after {
	background-color: var(--bg-color1);
}

.content-wrap.b2::before,
.content-wrap.a2::after {
	background-color: var(--bg-color2);
}

.content-wrap.b3::before,
.content-wrap.a3::after {
	background-color: var(--bg-color3);
}

@media only screen and (min-width: 480px) {

	.content-wrap::before,
	.content-wrap::after {
		width: 35vw;
		width: 35dvw;
		height: 35vw;
		height: 35dvw;
	}
}

@media only screen and (min-width: 768px) {

	.content-wrap::before,
	.content-wrap::after {
		width: 27.5vw;
		width: 27.5dvw;
		height: 27.5vw;
		height: 27.5dvw;
	}
}

.content-wrap .content-wrap-inner {
	position: relative;
	margin: 0 auto;
	padding: 25px 0 50px;
	z-index: 5;
}

.content-wrap .content-wrap-inner.mt-small {
	margin-top: 2.5rem;
}

.content-wrap .content-wrap-inner.pad-side,
.content-wrap .pad-side {
	padding-left: 15px;
	padding-right: 15px;
}

.content-wrap .content-wrap-inner.pt-none,
.content-wrap .pt-none {
	padding-top: 0;
}

.content-wrap .content-wrap-inner.pb-none,
.content-wrap .pb-none {
	padding-bottom: 0;
}

@media only screen and (min-width: 480px) {
	.content-wrap .content-wrap-inner {
		padding: 35px 0 65px;
	}

	.content-wrap .content-wrap-inner.mt-small {
		margin-top: 3.5rem;
	}

	.content-wrap .content-wrap-inner.pad-side,
	.content-wrap .pad-side {
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media only screen and (min-width: 768px) {
	.content-wrap .content-wrap-inner {
		padding: 35px 0 75px;
	}

	.content-wrap .content-wrap-inner.mt-small {
		margin-top: 4.5rem;
	}

	.content-wrap .content-wrap-inner.pad-side,
	.content-wrap .pad-side {
		padding-left: 45px;
		padding-right: 45px;
	}

	.content-wrap .content-wrap-inner.pad-side.pc-width,
	.content-wrap .pad-side.pc-width {
		max-width: 920px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 1024px) {

	.content-wrap .content-wrap-inner.pc-pad-side,
	.content-wrap .pc-pad-side {
		padding-left: 45px;
		padding-right: 45px;
	}
}

.page-title {
	text-align: left;
	line-height: 1.6;
	margin-bottom: 4rem;
}

.page-title.en {
	font-size: 9vw;
	font-size: 9dvw;
	font-family: var(--serif-en);
	font-weight: 400;
}

.page-title.jp {
	font-size: 8vw;
	font-size: 8dvw;
	font-family: var(--serif-jp);
	font-weight: 400;
}

.page-title small {
	display: block;
	letter-spacing: 0.25rem;
	font-weight: 400;
}

.page-title.en small {
	font-size: 0.35em;
	font-family: var(--sans-jp);
}

.page-title.jp small {
	font-size: 0.45em;
	font-family: var(--serif-en);
}

.result-page-title {
	margin-bottom: 2.5rem;
	font-size: 4.6vw;
	font-size: 4.6dvw;
	font-family: var(--serif-jp);
	font-weight: 400;
	text-align: center;
}

@media only screen and (min-width: 480px) {
	.page-title {
		margin-bottom: 4.5rem;
	}

	.page-title.en {
		font-size: 4.2rem;
	}

	.page-title.jp {
		font-size: 3.6rem;
	}

	.result-page-title {
		font-size: 2.6rem;
	}
}

@media only screen and (min-width: 768px) {
	.content-wrap .content-wrap-inner {
		max-width: 1200px;
		margin: 0 auto;
		overflow: visible;
	}

	a img {
		transition: all 0.25s ease-in-out;
		opacity: 1;
	}

	a:hover img {
		opacity: 0.5;
	}
}

.content-wrap p {
	font-size: 1.5rem;
}

.content-wrap table,
.content-wrap table th,
.content-wrap table td {
	font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
	.content-wrap p {
		font-size: 1.6rem;
	}
}


/*--------------------------*/
/* SVGアイコン*/
/*--------------------------*/
.bg-icon {
	mask-size: cover;
	mask-position: center center;
	mask-repeat: no-repeat;
}

.search-area {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewbox="0 0 64 64"><path d="M32,62.9l-0.9-1.2c-0.8-1.1-18.6-26.4-18.6-39.8C12.5,9.2,20.2,1.1,32,1.1c11.8,0,19.5,8.2,19.5,20.8 c0,13.8-17.9,38.8-18.6,39.8L32,62.9z M32,3.3c-10.5,0-17.3,7.3-17.3,18.6C14.7,33,28.4,53.8,32,59.1c3.7-5.3,17.3-25.9,17.3-37.3 C49.3,10.6,42.5,3.3,32,3.3z M32,28.2c-4.1,0-7.5-3.4-7.5-7.5s3.4-7.5,7.5-7.5c4.1,0,7.5,3.4,7.5,7.5S36.1,28.2,32,28.2z M32,15.5 c-2.9,0-5.3,2.4-5.3,5.3S29.1,26,32,26s5.3-2.4,5.3-5.3S34.9,15.5,32,15.5z"></path></svg>');
}

.search-type {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewbox="0 0 64 64"><path d="M39.5,1H9.6C9,1,8.5,1.5,8.5,2.1v59.8C8.5,62.5,9,63,9.6,63h44.8c0.6,0,1.1-0.5,1.1-1.1V17.1c0,0,0-0.1,0-0.1 l0,0l0,0l0,0l0,0c0,0,0,0,0,0v0c0,0,0,0,0,0v0c0,0,0,0,0,0v0c0,0,0,0,0,0l0,0c0,0,0,0,0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0 c0-0.1-0.1-0.3-0.2-0.4l0,0l0,0l0,0l0,0l0,0c0,0,0,0,0,0L40.3,1.3l0,0l0,0l0,0l0,0l0,0l0,0c0,0,0,0,0,0l0,0l0,0c0,0-0.1,0-0.1-0.1 l0,0l0,0c0,0-0.1,0-0.1-0.1l0,0l0,0c0,0-0.1,0-0.1,0l0,0l0,0c0,0-0.1,0-0.1,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0,0c0,0,0,0,0,0 l0,0l0,0l0,0l0,0c0,0,0,0,0,0h0c0,0,0,0,0,0h0c0,0,0,0,0,0l0,0l0,0l0,0l0,0C39.5,1,39.5,1,39.5,1L39.5,1z M38.3,3.2H10.7 c0,8.1,0,57.5,0,57.5h42.6V18.2H39.5c-0.6,0-1.1-0.5-1.1-1.1V3.2L38.3,3.2z M17.1,44.3H32c0.6,0,1.1-0.5,1.1-1.1s-0.5-1.1-1.1-1.1 H17.1c-0.6,0-1.1,0.5-1.1,1.1S16.4,44.3,17.1,44.3L17.1,44.3z M17.1,35h22.4c0.6,0,1.1-0.5,1.1-1.1s-0.5-1.1-1.1-1.1H17.1 c-0.6,0-1.1,0.5-1.1,1.1S16.4,35,17.1,35L17.1,35z M17.1,25.7h22.4c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1H17.1 c-0.6,0-1.1,0.5-1.1,1.1C15.9,25.1,16.4,25.7,17.1,25.7L17.1,25.7z M40.6,4.8l1.6,1.6l9.5,9.5H40.6V4.8L40.6,4.8z" fill-rule="evenodd" clip-rule="evenodd"></path></svg>');
}

.search-line {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewbox="0 0 64 64"><path d="M53.2,61.5l-2-2.4H12.6l-2,2.4c-0.5,0.6-1.3,0.6-1.9,0.2c-0.6-0.5-0.6-1.3-0.2-1.9l4.7-5.6H9.6 c-2.2,0-4.1-1.8-4.1-4.1V6.1C5.5,3.8,7.3,2,9.6,2h44.9c2.2,0,4.1,1.8,4.1,4.1v44.1c0,2.2-1.8,4.1-4.1,4.1h-3.9l4.7,5.6 c0.2,0.3,0.3,0.6,0.3,1c0,0.4-0.2,0.7-0.5,0.9c-0.3,0.2-0.6,0.3-1,0.3C53.8,62,53.4,61.8,53.2,61.5L53.2,61.5z M16.3,54.8l-1.4,1.6 h34l-1.4-1.6c-0.2-0.2-0.3-0.4-0.3-0.7H16.6C16.5,54.4,16.4,54.6,16.3,54.8L16.3,54.8z M8.2,6.1v44.1c0,0.4,0.1,0.7,0.4,1 c0.3,0.3,0.6,0.4,1,0.4h44.9c0.7,0,1.4-0.6,1.4-1.4V6.1c0-0.4-0.1-0.7-0.4-1c-0.3-0.3-0.6-0.4-1-0.4H9.6c-0.4,0-0.7,0.1-1,0.4 C8.4,5.4,8.2,5.7,8.2,6.1L8.2,6.1z M41.2,43.2c0-1.9,1.2-3.6,2.9-4.4c1.8-0.7,3.8-0.3,5.2,1c1.4,1.4,1.8,3.4,1,5.2 c-0.7,1.8-2.5,2.9-4.4,2.9C43.3,47.9,41.2,45.8,41.2,43.2L41.2,43.2z M43.9,43.2c0,0.8,0.5,1.6,1.3,1.9c0.8,0.3,1.6,0.1,2.2-0.4 c0.6-0.6,0.8-1.5,0.4-2.2c-0.3-0.8-1.1-1.3-1.9-1.3C44.8,41.1,43.9,42,43.9,43.2L43.9,43.2z M13.1,43.2c0-1.9,1.2-3.6,2.9-4.4 c1.8-0.7,3.8-0.3,5.2,1c1.4,1.4,1.8,3.4,1,5.2c-0.7,1.8-2.5,2.9-4.4,2.9C15.2,47.9,13.1,45.8,13.1,43.2L13.1,43.2z M15.8,43.2 c0,0.8,0.5,1.6,1.3,1.9c0.8,0.3,1.6,0.1,2.2-0.4c0.6-0.6,0.8-1.5,0.4-2.2c-0.3-0.8-1.1-1.3-1.9-1.3C16.7,41.1,15.8,42,15.8,43.2 L15.8,43.2z M15,34.8c-1.5,0-2.7-1.2-2.7-2.7V12.1c0-0.7,0.3-1.4,0.8-1.9c0.5-0.5,1.2-0.8,1.9-0.8h34c0.7,0,1.4,0.3,1.9,0.8 c0.5,0.5,0.8,1.2,0.8,1.9v20.1c0,0.7-0.3,1.4-0.8,1.9c-0.5,0.5-1.2,0.8-1.9,0.8H15z M15,32.1h34V19.3H15L15,32.1z M49,16.6v-4.6H15 v4.6H49z M49,16.6"/></svg>');
}

.search-option {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewbox="0 0 64 64"><path d="M61.5,10.4H18c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5h43.5c0.8,0,1.5-0.7,1.5-1.5 C63,11.1,62.3,10.4,61.5,10.4L61.5,10.4z"/><circle cx="5.5" cy="11.9" r="4.5"/><path d="M61.5,30.5H18c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5h43.5c0.8,0,1.5-0.7,1.5-1.5 C63,31.2,62.3,30.5,61.5,30.5L61.5,30.5z"/><circle cx="5.5" cy="32" r="4.5"/><path d="M61.5,50.6H18c-0.8,0-1.5,0.7-1.5,1.5c0,0.8,0.7,1.5,1.5,1.5h43.5c0.8,0,1.5-0.7,1.5-1.5 C63,51.3,62.3,50.6,61.5,50.6L61.5,50.6z"/><circle cx="5.5" cy="52.1" r="4.5"/></svg>');
}

.search-word {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewbox="0 0 64 64"><path d="M61.7,60.6L42.6,41.5c4-4.2,6.5-9.9,6.5-16.2c0-13-10.6-23.6-23.6-23.6C12.6,1.7,2,12.3,2,25.3 c0,13,10.6,23.6,23.6,23.6c6,0,11.5-2.2,15.6-5.9L60.3,62c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3C62.1,61.6,62.1,61,61.7,60.6z M4,25.3C4,13.4,13.7,3.7,25.6,3.7s21.6,9.7,21.6,21.6s-9.7,21.6-21.6,21.6S4,37.1,4,25.3z"/></svg>');
}

.search-shop {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewbox="0 0 64 64"><path d="M44.3,17.9c-1,0-1.8,0.8-1.8,1.7c0,1,0.8,1.7,1.8,1.7c1,0,1.8-0.8,1.8-1.7C46.2,18.7,45.3,17.9,44.3,17.9z"/><path d="M44.6,23.4c-0.7,0-1.3,0.6-1.3,1.2c0,0.7,0.6,1.2,1.3,1.2c0.7,0,1.3-0.6,1.3-1.2 C45.9,23.9,45.3,23.4,44.6,23.4z"/><path d="M43.3,27.8c-0.6,0-1,0.4-1,1c0,0.5,0.5,1,1,1c0.6,0,1-0.4,1-1C44.3,28.2,43.9,27.8,43.3,27.8z"/><path d="M24,23.9c-1-0.3-2,0.3-2.2,1.2c-0.2,0.9,0.3,1.9,1.3,2.1c1,0.3,2-0.3,2.2-1.2C25.6,25.1,25,24.1,24,23.9z"/><path d="M22.9,29.2c-0.7-0.2-1.4,0.2-1.6,0.9c-0.2,0.7,0.2,1.3,0.9,1.5c0.7,0.2,1.4-0.2,1.6-0.9 C24,30.1,23.5,29.4,22.9,29.2z"/><path d="M20.5,33.1c-0.5-0.1-1.1,0.2-1.2,0.7c-0.1,0.5,0.2,1,0.7,1.2c0.5,0.1,1.1-0.2,1.2-0.7 C21.3,33.8,21,33.3,20.5,33.1z"/><path d="M56,57.1l-6.8-2.2l-2.1-11.7c0.8-1.5,1.5-2.7,2.1-3.8c2.4-4.1,3.8-6.5,2.6-13.5L47,3.6 c-0.1-0.4-0.5-0.7-0.9-0.6L32.9,5.3c-0.4,0.1-0.7,0.5-0.7,0.9l3,22.7c1.2,6.9,3.4,8.7,7,11.8c1,0.8,2.1,1.7,3.3,2.9l2.1,11.7 l-5.6,4.3c-0.3,0.2-0.4,0.6-0.2,1c0.1,0.3,0.4,0.5,0.7,0.5c0,0,0.1,0,0.1,0l13.2-2.3c0.4-0.1,0.6-0.4,0.7-0.7 C56.6,57.6,56.4,57.2,56,57.1z M45.6,4.7l2.1,9.4c-1.5-0.4-3.6-0.5-6.4,0.5c-3,1-5,0.7-6.3,0.2l-1.1-8L45.6,4.7z M36.9,28.7 l-1.6-12.1c0.7,0.2,1.4,0.3,2.4,0.3c1.2,0,2.5-0.2,4.1-0.7c3-1,5-0.7,6.3-0.2l2.3,10.3c1.1,6.3-0.1,8.4-2.4,12.4 c-0.5,0.9-1.2,2-1.8,3.2c-1-0.9-2-1.7-2.8-2.4C39.8,36.5,38,35,36.9,28.7z M45.6,58.8l3.1-2.4l3.7,1.2L45.6,58.8z"/><path d="M31,5.3L17.9,3c-0.4-0.1-0.8,0.2-0.9,0.6L12.1,26c-1.2,6.9,0.2,9.4,2.6,13.5c0.6,1.1,1.4,2.3,2.1,3.8 l-2.1,11.7L8,57.1c-0.4,0.1-0.6,0.4-0.6,0.8c0,0.4,0.3,0.7,0.7,0.7L21.3,61c0,0,0.1,0,0.1,0c0.3,0,0.6-0.2,0.7-0.5 c0.1-0.3,0-0.7-0.2-1l-5.6-4.3l2.1-11.7c1.2-1.1,2.3-2.1,3.3-2.9c3.6-3,5.8-4.8,7-11.8l3-22.7C31.8,5.8,31.5,5.4,31,5.3z M11.5,57.6l3.7-1.2l3.1,2.4L11.5,57.6z M27.1,28.6c-1.1,6.3-2.9,7.8-6.5,10.8c-0.8,0.7-1.8,1.5-2.8,2.4c-0.6-1.2-1.3-2.3-1.8-3.2 c-2.3-4-3.5-6-2.4-12.3l2.2-9.9c0.7,0.2,1.6,0.4,2.7,0.4c1.2,0,2.5-0.2,4.1-0.7c2.9-0.9,4.8-0.7,6.1-0.2L27.1,28.6z M29,14.3 c-1.5-0.5-3.8-0.7-6.8,0.3c-2.8,0.9-4.8,0.7-6,0.3l2.2-10.1l11.6,2L29,14.3z"/></svg>');
}

.icon-beginner {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewbox="0 0 64 64"><path d="M46.2,3c-2.5,0-3.9,1-4.9,2.2c-1,1.2-9.3,11.2-9.3,11.2s-8.2-10-9.3-11.2C21.7,4,20.4,3,17.8,3 c-2.2,0-4.7,1.8-4.7,4.3v29.6c0,1.3,0.2,2.1,0.9,3c0.6,0.8,16.2,18.9,17.9,21V61c0,0,0,0,0.1-0.1c0,0.1,0.1,0.1,0.1,0.1v-0.2 c0,0,0,0,0,0c0-0.1,0.1-0.1,0.2-0.2c0,0,0,0,0.1-0.1c0.1-0.1,0.1-0.2,0.2-0.3c0,0,0,0,0-0.1c0.3-0.4,0.7-0.8,1.2-1.4c0,0,0,0,0,0 c0.1-0.2,0.3-0.3,0.4-0.5c0-0.1,0.1-0.1,0.1-0.2c0.3-0.4,0.7-0.8,1.1-1.2c0.1-0.1,0.2-0.3,0.4-0.4c0.1-0.1,0.2-0.2,0.2-0.3 c0.6-0.7,1.2-1.4,1.9-2.2c0.5-0.6,1-1.2,1.6-1.8c0.4-0.5,0.8-0.9,1.2-1.4c0.1-0.1,0.1-0.2,0.2-0.3c0.2-0.2,0.4-0.5,0.6-0.7 c0.1-0.1,0.1-0.2,0.2-0.3c0.2-0.2,0.4-0.5,0.6-0.7c0.1-0.1,0.1-0.1,0.2-0.2c1.1-1.2,2.1-2.4,3-3.5c0,0,0,0,0,0 c0.2-0.3,0.4-0.5,0.6-0.8c0,0,0.1-0.1,0.1-0.1c0.2-0.2,0.3-0.4,0.5-0.6c0.1-0.1,0.1-0.1,0.2-0.2c0.4-0.4,0.7-0.9,1.1-1.2 c0,0,0.1-0.1,0.1-0.1c0.1-0.2,0.3-0.3,0.4-0.4c0,0,0.1-0.1,0.1-0.2c0.1-0.1,0.2-0.2,0.3-0.3C49,41.1,49,41,49.1,41 c0.1-0.1,0.2-0.2,0.2-0.3c0,0,0.1-0.1,0.1-0.1c0.1-0.1,0.2-0.2,0.2-0.3c0,0,0,0,0-0.1c0.1-0.1,0.1-0.1,0.1-0.2c0,0,0,0,0.1-0.1 c0-0.1,0.1-0.1,0.1-0.1c0.7-0.9,0.9-1.7,0.9-3V7.3C50.9,4.8,48.4,3,46.2,3z M31,55.3c-3.4-4-14-16.1-14.4-16.8 c-0.5-0.7-1.3-2.3-1.3-4.5V8.4c0-0.9,0.7-2.5,2.8-2.5c1.5,0,2.3,0.9,2.9,1.6c0.5,0.6,7.3,8.9,8.1,9.9c0.4,0.6,1.3,1.5,1.9,2.8V55.3z"/></svg>');
}

.icon-taiken {
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewbox="0 0 64 64"><path d="M21.7,24.9c-1.4,0-2.5,1.1-2.5,2.5c0,1.4,1.1,2.5,2.5,2.5c1.4,0,2.5-1.1,2.5-2.5C24.2,26,23.1,24.9,21.7,24.9z"/><path d="M32,24.9c-1.4,0-2.5,1.1-2.5,2.5c0,1.4,1.1,2.5,2.5,2.5c1.4,0,2.5-1.1,2.5-2.5C34.5,26,33.4,24.9,32,24.9z"/><path d="M42.3,24.9c-1.4,0-2.5,1.1-2.5,2.5c0,1.4,1.1,2.5,2.5,2.5c1.4,0,2.5-1.1,2.5-2.5C44.8,26,43.7,24.9,42.3,24.9z"/><path class="st0" d="M50.9,6.6H13.1C7.5,6.6,3,11.1,3,16.5v21.4c0,5.4,4.5,9.9,10.1,9.9h2.7V55c0,0.9,0.5,1.8,1.4,2.1 c0.3,0.1,0.6,0.2,0.9,0.2c0.6,0,1.2-0.2,1.6-0.7l9.2-8.9h21.8c5.6,0,10.1-4.4,10.1-9.9V16.5C61,11.1,56.5,6.6,50.9,6.6z M58.7,37.9 c0,4.2-3.5,7.5-7.8,7.5H28.1L18.2,55v-9.6h-5.1c-4.3,0-7.8-3.4-7.8-7.5V16.5c0-4.2,3.5-7.5,7.8-7.5h37.8c4.3,0,7.8,3.4,7.8,7.5 V37.9z"/></svg>');
}


/*--------------------------*/
/* form関連*/
/*--------------------------*/

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	border-radius: 9999px;
	transition: border 0.25s ease-in-out;
	cursor: pointer;
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2342210b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 2rem center;
	background-size: 10px 12px;
}

select::-ms-expand {
	display: block;
}

select:focus {
	outline: none;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

input[type="text"] {
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	border-radius: 9999px;
	transition: border 0.25s ease-in-out;
	ime-mode: active;
}

textarea {
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	transition: border 0.25s ease-in-out;
	ime-mode: active;
}

input[type="text"]:focus,
textarea:focus {
	outline: none;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

input[type="text"]::placeholder {
	transition: color 0.25s ease-in-out;
}

button.job-search-button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
	border-radius: 9999px;
	transition: border 0.25s ease-in-out;
	cursor: pointer;
	border: 1px solid var(--bg-color2);
	background-color: var(--bg-color2);
	color: var(--primary-color);
	padding: 0.75rem 7.5rem 0.75rem 5.5rem;
}

.submit-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.submit-btn button {
	border-radius: 9999px;
	font-size: 1.6rem;
	cursor: pointer;
}

.veiw-btn {
	display: flex;
	justify-content: center;
}

.veiw-btn a {
	position: relative;
	display: inline-block;
	border-radius: 9999px;
	font-size: 1.6rem;
	font-weight: 400;
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 1rem 4rem;
}

.btn.arrow {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 1px;
	margin: 5px 0 5px 1rem;
	border-radius: 9999px;
}

a .arrow {
	position: absolute;
	display: inline-block;
	right: 1.25rem;
	top: 50%;
	width: 16px;
	height: 1px;
	margin: 5px 0 5px 0;
	transform: translateY(-5px);
	border-radius: 9999px;
}

.btn.arrow::before,
.btn.arrow::after,
a .arrow::before,
a .arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 0.5px);
	right: 0;
	width: 8px;
	height: 1px;
	border-radius: 9999px;
	transform-origin: calc(100% - 0.5px) 50%;
}

.btn.arrow::before,
a .arrow::before {
	transform: rotate(45deg);
}

.btn.arrow::after,
a .arrow::after {
	transform: rotate(-45deg);
}

.btn.arrow.white,
.btn.arrow.white::before,
.btn.arrow.white::after,
a .arrow.white,
a .arrow.white::before,
a .arrow.white::after {
	background-color: var(--white-color);
}

.btn.arrow.primary,
.btn.arrow.primary::before,
.btn.arrow.primary::after,
a .arrow.primary,
a .arrow.primary::before,
a .arrow.primary::after {
	background-color: var(--primary-color);
}

@media only screen and (min-width: 480px) {
	.btn.arrow {
		width: 18px;
		margin: 5px 0 5px 1rem;
	}

	a .arrow {
		right: 1.5rem;
		width: 18px;
		margin: 5px 0 5px 0;
		transform: translateY(-6px);
	}

	.btn.arrow::before,
	.btn.arrow::after,
	a .arrow::before,
	a .arrow::after {
		width: 8px;
	}
}

@media only screen and (min-width: 768px) {
	.veiw-btn a {
		padding: 1.5rem 5rem;
	}

	a .arrow {
		right: 2rem;
		width: 20px;
	}
}

@media only screen and (min-width: 1024px) {}

/*--------------------------*/
/* バナー*/
/*--------------------------*/
.banner-area {
	margin: 25px auto 0;
	max-width: 920px;
}

.banner-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 0;
}

.banner-area.sns ul {
	gap: 1rem 0;
}

.banner-area ul li {
	width: 47.5%;
}

.banner-area.sns ul li {
	width: 48.5%;
}

.banner-area ul li a {
	display: block;
}

.banner-area ul li a img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

#top-sec07 .banner-area ul li a img,
#top-sec08 .banner-area ul li a img {
	aspect-ratio: 1;
}

.banner-area.sns ul li a img {
	aspect-ratio: 1;
}

.banner-area ul li a span {
	display: block;
	text-align: center;
	font-size: 1.3rem;
	margin-top: 0.75rem;
	color: var(--black-color);
}

.banner-area.full-width {
	max-width: 680px;
}

.banner-area.full-width ul {
	flex-direction: column;
	align-items: center;
}

.banner-area.full-width ul li {
	width: 100%;
}

.banner-area.full-width ul li a img {
	aspect-ratio: 2/1;
}

@media only screen and (min-width: 480px) {
	.banner-area {
		margin: 45px auto 0;
	}

	.banner-area ul {
		gap: 2.5rem 0;
	}

	.banner-area.sns ul {
		gap: 2.5rem 0;
	}

	.banner-area ul li a span {
		font-size: 1.5rem;
		margin-top: 1rem;
	}

	.banner-area ul li a img {
		aspect-ratio: 3/2;
	}

	.banner-area.full-width ul li a img {
		aspect-ratio: 5/2;
	}

	#top-sec07 .banner-area ul li a img,
	#top-sec08 .banner-area ul li a img {
		aspect-ratio: 1;
	}
}

@media only screen and (min-width: 1024px) {
	.banner-area {
		margin: 55px auto 0;
	}

	.banner-area ul {
		gap: 4.5rem 0;
	}

	.banner-area ul li a img {
		aspect-ratio: 3/2;
	}

	.banner-area.full-width ul li a img {
		aspect-ratio: 3/1;
	}

	#top-sec07 .banner-area ul li a img,
	#top-sec08 .banner-area ul li a img {
		aspect-ratio: 1;
	}
}

/*--------------------------*/
/* 検索ナビ（アアコーディオン）*/
/*--------------------------*/
.read-more {
	position: relative;
}

.read-more .accordion-area {
	position: relative;
	text-align: left;
	max-height: 300px;
	transition: max-height 0.5s ease-in-out;
	overflow: hidden;
	z-index: 1;
}

.read-more:has(:checked) .accordion-area {
	max-height: 9999px;
}

.read-more .accordion-area::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(to bottom, rgba(247, 244, 243, 0), rgba(247, 244, 243, 1));
	content: '';
	z-index: 2;
}

.read-more:has(:checked) .accordion-area::after {
	content: none;
}

.accordion-area a {
	position: relative;
	display: block;
	font-size: 1.6rem;
}

.accordion-area small {
	font-size: 0.8em;
}

.accordion-area>ul {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.accordion-area>ul>li {
	position: relative;
	display: flex;
	flex-direction: column;
	background-color: var(--bg-color3);
	border: 1px solid var(--bg-color3);
	font-size: 1.6rem;
	line-height: 3.2em;
	border-radius: 1.6em;
	cursor: pointer;
}

.accordion-area>ul>li .area-title {
	display: block;
	color: var(--primary-color);
	cursor: pointer;
	padding: 0 0 0 2rem;
}

.accordion-area>ul>li .area-title em {
	display: inline-block;
}

.accordion-area>ul>li .pref-title {
	display: block;
	color: var(--primary-color);
	cursor: pointer;
	border-top: 1px solid var(--bg-color1);
	padding-left: 3.6rem;
}

.accordion-area>ul>li .shop-title {
	display: block;
	color: var(--primary-color);
	cursor: pointer;
	border-top: 1px solid var(--bg-color1);
	padding-left: 5.2rem;
}

.accordion-area li.promoted-area1 {
	color: var(--primary-color);
	cursor: pointer;
	padding-left: 5.2rem;
	border-top: 1px solid var(--bg-color1);
}

.accordion-area.children02>ul>li>ul>li>ul>li {
	color: var(--primary-color);
	cursor: pointer;
	padding-left: 5.2rem;
	border-top: 1px solid var(--bg-color1);
}

.accordion-area .shop-list {
	margin: 0.75rem 1.5rem 3.5rem;
}

.accordion-area .shop-list>li {
	position: relative;
	color: var(--primary-color);
	white-space: nowrap;
	cursor: pointer;
	background-color: var(--bg-color2);
	padding: 0.25rem 0 0.25rem 1.75rem;
	border-radius: 9999px;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}

.accordion-area a .arrow {
	right: 2rem;
}

.accordion-area .accordion-title {
	position: relative;
	z-index: 1;
}

.accordion-area .accordion-title::before {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 16px;
	height: 1px;
	transform: rotate(90deg);
	background-color: var(--primary-color);
	transition: all 0.25s ease-in-out;
	z-index: 2;
}

.accordion-area .accordion-title::after {
	content: "";
	display: block;
	position: absolute;
	top: 49%;
	right: 2rem;
	width: 16px;
	height: 1px;
	background-color: var(--primary-color);
	transition: all 0.25s ease-in-out;
	opacity: 1;
	z-index: 3;
}

.accordion-area .accordion-title.open::before {
	transform: rotate(180deg);
}

.accordion-area .accordion-title.open::after {
	opacity: 0;
}

.accordion-area .accordion-content {
	display: none;
}

.read-more label {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 1rem 4.5rem;
	border-radius: 9999px;
	background-color: var(--primary-color);
	color: var(--white-color);
	font-size: 1.6rem;
	transform: translateX(-50%);
	cursor: pointer;
	white-space: nowrap;
	z-index: 5;
}

.read-more:has(:checked) label {
	display: none;
}

.read-more input {
	display: none;
}

@media only screen and (min-width: 480px) {
	.accordion-area .shop-list>li {
		display: inline-block;
		padding: 0.25rem 5.25rem 0.25rem 2.25rem;
		margin: 0 1.5rem 1.5rem 0;
	}

	.accordion-area a .arrow {
		right: -3.5rem;
	}

	.accordion-area .accordion-title::before {
		width: 18px;
	}

	.accordion-area .accordion-title::after {
		width: 18px;
	}

	.read-more label {
		padding: 1.25rem 5rem;
	}
}

@media only screen and (min-width: 1024px) {
	.accordion-area>ul>li {
		line-height: 3.6em;
		border-radius: 1.8em;
	}

	.accordion-area>ul>li .area-title {
		padding: 0 0 0 3rem;
	}

	.accordion-area>ul>li .pref-title {
		padding-left: 4.6rem;
	}

	.accordion-area>ul>li .shop-title {
		padding-left: 6.2rem;
	}

	.accordion-area.children02>ul>li>ul>li>ul>li {
		padding-left: 6.2rem;
	}

	.accordion-area .shop-list {
		margin: 0.75rem 2.5rem 3.5rem;
	}
}

/*--------------------------*/
/* 検索ナビ（リンク）*/
/*--------------------------*/
.read-more .search-flex-area {
	position: relative;
	text-align: left;
	max-height: 200px;
	transition: max-height 0.5s ease-in-out;
	overflow: hidden;
	z-index: 1;
}

.read-more:has(:checked) .search-flex-area {
	max-height: 9999px;
}

.read-more .search-flex-area::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, rgba(247, 244, 243, 0), rgba(247, 244, 243, 1));
	content: '';
	z-index: 2;
}

.read-more:has(:checked) .search-flex-area::after {
	content: none;
}

.search-flex-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.search-flex-area ul.full {
	gap: 1.5rem 0;
}

.search-flex-area ul.full>li {
	width: 100%;
}

.search-flex-area ul.half {
	gap: 1.5rem 4%;
}

.search-flex-area ul.half>li {
	width: 48%;
}

.search-flex-area ul li a {
	position: relative;
	display: block;
	background-color: var(--bg-color3);
	border: 1px solid var(--bg-color3);
	font-size: 1.5rem;
	border-radius: 9999px;
	cursor: pointer;
	padding: 1rem 1.5rem;
}

@media only screen and (min-width: 480px) {
	.search-flex-area ul.full {
		gap: 1.75rem 0;
	}

	.search-flex-area ul.half {
		gap: 1.7rem 5%;
	}

	.search-flex-area ul.half>li {
		width: 47.5%;
	}

	.search-flex-area ul li a {
		font-size: 1.6rem;
		padding: 1.25rem 1.75rem;
	}
}



/*--------------------------*/
/* ヘッダー */
/*--------------------------*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
	background-color: rgba(var(--white-color-rgb), 1);
	z-index: 9001;
	transition: height 0.5s ease-out;
}

.header-inner {
	position: relative;
	display: flex;
	width: 100%;
	height: 60px;
	padding: 15px 10px 0 10px;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 15px;
}

.header-inner .logo {
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
}

.header-inner .logo h1 {
	flex: 1.15;
	max-width: 180px;
	height: 100%;
}

.header-inner .logo h1 img {
	flex: 1;
	display: block;
	width: auto;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.header-inner .logo h2 {
	flex: 1;
	max-width: 180px;
	font-size: 10px;
	line-height: 1.35;
}

.header-inner .logo h2 br {
	display: none;
}

.header-inner .favorite {
	position: relative;
	flex: 1;
	width: 36px;
	min-width: 36px;
	max-width: 36px;
	z-index: 9003;
	margin-right: 5px;
}

.header-inner .favorite dt {
	position: absolute;
	top: -6px;
	right: -8px;
	width: 2rem;
	height: 2rem;
	background-color: var(--secondary-color);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header-inner .favorite dt span {
	color: var(--white-color);
	font-size: 1.1rem;
	font-family: var(--sans-en);
	line-height: 1;
}

.header-inner .favorite dd {
	padding: 6px 3px;
}

.header.is-animation {
	height: 70px;
	overflow: hidden;
	box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 480px) {
	.header {
		height: 140px;
	}

	.header-inner {
		height: 70px;
		padding: 15px 25px 0 25px;
		gap: 0 36px;
		align-items: center;
	}

	.header-inner .logo {
		gap: 20px;
	}

	.header-inner .favorite {
		width: 44px;
		min-width: 44px;
		max-width: 44px;
	}

	.header-inner .favorite dt {
		top: -6px;
		right: -10px;
		width: 2.2rem;
		height: 2.2rem;
	}

	.header-inner .favorite dt span {
		font-size: 1.2rem;
	}

	.header.is-animation {
		height: 80px;
	}
}

@media only screen and (min-width: 768px) {
	.header-inner {
		padding: 15px 35px 0 35px;
	}

	.header-inner .logo h2 br {
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	.header.is-animation {
		padding-bottom: 15px;
		height: auto;
		overflow: visible;
	}
}

#main-nav {
	padding: 10px 10px 0;
}

#main-nav ul {
	display: flex;
	gap: 5px;
	justify-content: space-between;
	align-items: center;
}

#main-nav ul li {
	flex: 1;
	text-align: center;
}

#main-nav ul li a {
	display: block;
	border-radius: 9999px;
	background-color: var(--bg-color2);
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 1rem 0;
	color: var(--black-color);
}

@media only screen and (min-width: 480px) {
	#main-nav {
		padding: 10px 25px 0;
	}

	#main-nav ul {
		gap: 10px;
	}

	#main-nav ul li a {
		font-size: 1.5rem;
		padding: 1.25rem 0;
	}
}

@media only screen and (min-width: 1024px) {
	.header.is-animation #main-nav {
		display: none;
	}
}

#menu-button {
	flex: 1;
	display: grid;
	place-items: center;
	place-content: center;
	width: 34px;
	max-width: 34px;
	height: 34px;
	border: none;
	cursor: pointer;
	z-index: 9910;
}

.bar,
.bar::before,
.bar::after {
	width: 34px;
	height: 2px;
	background-color: var(--primary-color);
	transition:
		transform 0.5s ease-out,
		background-color 0.5s ease-out;
}

.bar {
	display: grid;
}

.bar::before, .bar::after {
	content: "";
	grid-area: 1/1;
}

.bar::before {
	transform: translateY(-11px);
}

.bar::after {
	transform: translateY(11px);
}

.gmenu-open .bar {
	background-color: transparent;
}

.gmenu-open .bar::before {
	background-color: var(--white-color);
	transform: rotate(45deg);
}

.gmenu-open .bar::after {
	background-color: var(--white-color);
	transform: rotate(-45deg);
}

.menu-label {
	display: none;
}

@media only screen and (min-width: 480px) {
	.modal-menu-button {
		margin-top: -7px;
		width: 40px;
		max-width: 40px;
	}

	.bar,
	.bar::before,
	.bar::after {
		width: 40px;
	}

	.bar::before {
		transform: translateY(-12px);
	}

	.bar::after {
		transform: translateY(12px);
	}
}

#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: var(--primary-color);
	left: 0;
	top: 0;
	z-index: 9905;
	overflow-y: auto;
	transform: translateY(-100%);
	transition: transform 0.5s ease-out;
}

#menu::-webkit-scrollbar {
	display: none;
}

.gmenu-open #menu {
	transform: translateY(0);
}

#menu .menu-inner {
	position: relative;
	max-width: 520px;
	height: 100%;
	margin: 0 auto;
	padding: 60px 15px 0;
	text-align: center;
}

#menu h2 {
	margin: 0 auto;
	width: 240px;
	max-width: 40vw;
	max-width: 40dvw;
}

#menu ul.menu-list {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-top: 3.5rem;
}

#menu ul.menu-list>li {
	border-top: 1px solid var(--bg-color1);
}

#menu ul.menu-list>li:last-child {
	border-bottom: 1px solid var(--bg-color1);
}

#menu ul.menu-list>li a {
	padding: 1.75rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--white-color);
	font-size: 1.6rem;
	font-weight: 400;
}

#menu .sns-link ul li a i {
	color: var(--white-color);
}

@media only screen and (min-width: 1024px) {
	#menu h2 {
		width: 200px;
	}
}

/* 検索モーダル */
.modal-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: var(--bg-color1);
	left: 0;
	top: 0;
	z-index: 9905;
	overflow-y: auto;
	transform: translateY(-100%);
	transition: transform 0.5s ease-out;
}

.modal-menu::-webkit-scrollbar {
	display: none;
}

.modal-menu.open {
	transform: translateY(0);
}

.modal-menu .close-bar-area {
	position: absolute;
	display: block;
	top: 40px;
	right: 20px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	z-index: 9910;
}

.modal-menu .close-bar,
.modal-menu .close-bar::before,
.modal-menu .close-bar::after {
	display: grid;
	place-items: center;
	place-content: center;
	width: 34px;
	height: 2px;
	background-color: var(--white-color);
	transition:
		transform 0.5s ease-out,
		background-color 0.5s ease-out;
	z-index: 9911;
}

.modal-menu .close-bar {
	display: grid;
	background-color: transparent;
}

.modal-menu .close-bar::before,
.modal-menu .close-bar::after {
	content: "";
	grid-area: 1/1;
}

.modal-menu .close-bar::before {
	transform: rotate(45deg);
}

.modal-menu .close-bar::after {
	transform: rotate(-45deg);
}

.modal-menu .menu-inner {
	position: relative;
	max-width: 520px;
	height: 100%;
	margin: 0 auto;
	padding: 60px 15px 0;
	text-align: center;
}

.modal-menu h2 {
	margin: 0 auto;
	width: 240px;
	max-width: 40vw;
	max-width: 40dvw;
}

.modal-menu h3 {
	margin: 15px auto 0;
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	gap: 0.75rem;
}

.modal-menu h3 .bg-icon {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background-color: var(--bg-color3);
}

.modal-menu .accordion-area {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

.modal-menu .accordion-area>ul {
	gap: 0;
}

.modal-menu .accordion-area>ul>li {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--bg-color3);
	font-size: 1.8rem;
	line-height: 1.5;
	border-radius: 0;
	padding-bottom: 1.5rem;
}

.modal-menu .accordion-area>ul>li .area-title {
	position: relative;
	display: block;
	font-size: 1.6rem;
	color: var(--white-color);
	margin-top: 1.5rem;
	padding-left: 0.75rem;
}

.modal-menu .accordion-area .accordion-title::before,
.modal-menu .accordion-area .accordion-title::after {
	width: 18px;
	background-color: var(--white-color);
}

.modal-menu .modal-list {
	margin-top: 45px;
	margin-bottom: 15px;
	text-align: left;
}

.modal-menu .accordion-area .accordion-content.modal-list {
	margin-top: 0;
	margin-bottom: 0;
}

.modal-menu .accordion-area .accordion-content>ul,
.modal-menu .modal-list>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3%;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.modal-menu .accordion-area .accordion-content>ul>li {
	width: 31.33%;
}

.modal-menu .modal-list>ul>li,
.modal-menu .accordion-area .accordion-content.modal-list>ul>li {
	width: 48.5% !important;
}

.modal-menu .accordion-area .accordion-content ul>li .checkbox-item,
.modal-menu .modal-list>ul>li .checkbox-item {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--white-color);
	border: 1px solid var(--white-color);
	border-radius: 9999px;
	line-height: 3.4rem;
	white-space: nowrap;
	transition: all 0.25s ease-in-out;
}

.modal-menu .accordion-area .accordion-content>ul>li .checkbox-item .area-check,
.modal-menu .modal-list>ul>li .checkbox-item .area-check {
	appearance: none;
	position: relative;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: 1rem;
}

.modal-menu .accordion-area .accordion-content>ul>li .checkbox-item .area-check:checked::after,
.modal-menu .modal-list>ul>li .checkbox-item .area-check:checked::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 13px;
	height: 7px;
	border-bottom: 1px solid var(--white-color);
	border-left: 1px solid var(--white-color);
	transform: rotate(-45deg);
}

.modal-menu .accordion-area .accordion-content>ul>li .checkbox-item:has(input:checked),
.modal-menu .modal-list>ul>li .checkbox-item:has(input:checked) {
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.modal-menu .accordion-area .accordion-content .district-area>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3%;
}

.modal-menu .accordion-area .accordion-content .district-area>ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3%;
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li {
	display: none;
	width: 48.5%;
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li.full {
	width: 100%;
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li.open {
	display: block;
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li .checkbox-item {
	color: var(--primary-color);
	background-color: var(--white-color);
	border: none;
	line-height: 3.2rem;
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li .checkbox-item .district-check {
	appearance: none;
	position: relative;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: 1rem;
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li .checkbox-item .district-check:checked::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 13px;
	height: 7px;
	border-bottom: 1px solid var(--white-color);
	border-left: 1px solid var(--white-color);
	transform: rotate(-45deg);
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li .checkbox-item:has(input:checked) {
	background-color: var(--primary-color);
	border: none;
	color: var(--white-color);
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li.full button {
	width: 100%;
	color: var(--primary-color);
	background-color: var(--white-color);
	border: none;
	line-height: 3.2rem;
	appearance: none;
	cursor: pointer;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 400;
	border-radius: 9999px;
}

.modal-menu .accordion-area .accordion-content .district-area>ul>li.full button:active {
	background-color: var(--primary-color);
	border: none;
	color: var(--white-color);
}

.modal-menu .btn-area {
	position: sticky;
	padding: 2rem 0 1.5rem;
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	left: 0;
	bottom: 0;
	background-color: rgba(var(--secondary-color-rgb), 0.85);
	z-index: 9906;
}

.modal-menu .btn-area .submit-btn button {
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 1rem 2rem 1rem 3rem;
}

.modal-menu .btn-area .reset-btn input {
	background-color: #333;
	color: var(--white-color);
	border-radius: 9999px;
	font-size: 1.6rem;
	padding: 1rem 1.75rem;
}

@media only screen and (min-width: 480px) {
	.modal-menu .menu-inner {
		padding: 75px 15px 0;
	}

	.modal-menu .menu-inner h3 {
		font-size: 1.8rem;
	}

	.modal-menu .accordion-area {
		margin-top: 25px;
	}

	.modal-menu .accordion-area>ul>li {
		padding-bottom: 2rem;
	}

	.modal-menu .accordion-area>ul>li .area-title {
		font-size: 1.8rem;
		margin-top: 2rem;
	}

	.modal-menu .accordion-area .accordion-title::before,
	.modal-menu .accordion-area .accordion-title::after {
		width: 20px;
	}

	.modal-menu .accordion-area .accordion-content>ul {
		gap: 1.25rem 3%;
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}

	.modal-menu .accordion-area .accordion-content ul>li .checkbox-item {
		font-size: 1.6rem;
		line-height: 3.8rem;
	}

	.modal-menu .accordion-area .accordion-content>ul>li .checkbox-item .area-check {
		width: 20px;
		height: 20px;
		margin-left: 1.25rem;
	}

	.modal-menu .accordion-area .accordion-content>ul>li .checkbox-item .area-check:checked::after {
		top: 2px;
	}

	.modal-menu .accordion-area .accordion-content .district-area>ul {
		gap: 1.25rem 3%;
	}

	.modal-menu .accordion-area .accordion-content .district-area>ul>li {
		display: none;
		width: 31.33%;
	}

	.modal-menu .accordion-area .accordion-content .district-area>ul>li .checkbox-item {
		line-height: 3.6rem;
	}

	.modal-menu .accordion-area .accordion-content .district-area>ul>li .checkbox-item .district-check {
		width: 20px;
		height: 20px;
		margin-left: 1.25rem;
	}

	.modal-menu .accordion-area .accordion-content .district-area>ul>li .checkbox-item .district-check:checked::after {
		top: 2px;
	}

	.modal-menu .btn-area {
		gap: 2rem;
		padding: 2.5rem 0 2.5rem;
	}

	.modal-menu .btn-area .submit-btn button {
		font-size: 1.8rem;
		padding: 1.25rem 2.5rem 1.25rem 3.5rem;
	}

	.modal-menu .btn-area .reset-btn input {
		font-size: 1.8rem;
		padding: 1.25rem 1.75rem;
	}
}

@media only screen and (min-width: 1024px) {
	.modal-menu {
		position: fixed;
		left: auto;
		right: 0;
		top: 0;
		transform: translateY(0) translateX(105%);
		max-width: 640px;
		min-height: 100vh;
		box-shadow: -8px 0px 8px -4px rgba(0, 0, 0, 0.3);
		overscroll-behavior-y: contain;
		overflow-y: auto;
	}

	.menu-open .modal-menu {
		transform: translateX(0);
	}

	.modal-menu .menu-inner {
		padding: 75px 0 0;
	}

	.modal-menu h2 {
		width: 200px;
	}

	.modal-menu h3 {
		font-size: 1.6rem;
	}

	.modal-menu .btn-area {
		padding: 3.5rem 0 4.5rem;
	}
}

.shop-list-flex {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 3.5rem;
}

.shop-list {
	background-color: var(--white-color);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.35);
	padding-top: 2.5rem;
}

.accordion-content.shop-list {
	box-shadow: none;
}

.shop-list .shop-list-header {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.shop-list .shop-list-header h3 {
	font-size: 1.5rem;
	font-family: var(--serif-jp);
	font-weight: 400;
	color: var(--primary-color);
}

.shop-list .shop-list-header h2,
.shop-list .shop-list-header h2 a {
	font-size: 2rem;
	font-family: var(--sans-jp);
	font-weight: 400;
	color: var(--black-color);
}

.shop-list .shop-list-header ul {
	display: flex;
	gap: 0.75rem;
	margin: 1rem 0 1.5rem;
}

.shop-list .shop-list-header ul>li {
	border: 1px solid var(--secondary-color);
	border-radius: 9999px;
	color: var(--secondary-color);
	font-size: 13px;
	font-weight: 400;
	padding: 0.25rem 1.25rem;
}

.shop-list .shop-list-body {
	font-size: 1.5rem;
	font-family: var(--sans-jp);
	font-weight: 400;
	margin-top: 1.5rem;
}

.shop-list .shop-list-body .feature {
	background-color: var(--bg-color2);
	padding: 1.25rem;
	margin-bottom: 2.5rem;
	border-radius: 0.75rem;
}

.shop-list .shop-list-body .feature dt {
	color: var(--primary-color);
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.shop-list .shop-list-body .feature dt i {
	display: inline-block;
	width: 2em;
	height: 2em;
	background-color: var(--secondary-color);
	border-radius: 50%;
	color: var(--white-color);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
}

.shop-list .shop-list-body .feature dt em {
	font-size: 1.6em;
}

.shop-list .shop-list-body .feature dd {
	font-size: 1.3rem;
	margin-top: 0.75rem;
}

.shop-list .shop-list-body .read-more .accordion-area::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.shop-list .shop-list-body .job-icon {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 3%;
	margin-top: 3.5rem;
	justify-content: flex-start;
}

.shop-list .shop-list-body .job-icon>li {
	width: 48.5%;
	text-align: center;
}

.shop-list .shop-list-body .job-icon>li a {
	display: block;
	background-color: var(--secondary-color);
	color: var(--white-color);
	padding: 0.75rem 0;
	white-space: nowrap;
	border-radius: 9999px;
}

.shop-list .shop-list-body .job-icon>li a.disable {
	background-color: var(--black-color);
	color: var(--bg-color4);
	opacity: 0.5;
}

.shop-list .shop-list-footer {
	margin-top: 1.5rem;
	background-color: var(--bg-color2);
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
}

@media only screen and (min-width: 768px) {
	.shop-list .shop-list-header h3 {
		font-size: 1.6rem;
	}

	.shop-list .shop-list-header h2,
	.shop-list .shop-list-header h2 a {
		font-size: 2.2rem;
	}

	.shop-list .shop-list-header ul {
		gap: 1rem;
	}

	.shop-list .shop-list-header ul>li {
		font-size: 14px;
		padding: 0.25rem 1.5rem;
	}

	.shop-list .shop-list-body {
		font-size: 1.6rem;
		margin-top: 2rem;
	}

	.shop-list .shop-list-body .feature {
		padding: 1.5rem 2.5rem;
		margin-bottom: 3rem;
	}

	.shop-list .shop-list-body .feature dd {
		font-size: 1.5rem;
	}

	.shop-list .shop-list-body .job-icon {
		gap: 0 1.5%;
		margin-top: 4.5rem;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.shop-list .shop-list-body .job-icon>li {
		flex: 1;
		width: auto;
	}

	.shop-list .shop-list-footer {
		margin-top: 2.5rem;
		padding-top: 3rem;
		padding-bottom: 4rem;
	}
}

@media only screen and (min-width: 1024px) {
	.shop-list-flex {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 5rem 5%;
	}

	.shop-list-flex .shop-list {
		width: 47.5%;
		padding: 3.5rem;
	}

	.shop-list-flex .shop-list .shop-list-header.pad-side,
	.shop-list-flex .shop-list .shop-list-body.pad-side {
		padding-left: 0;
		padding-right: 0;
	}

	.shop-list-flex .shop-list .shop-list-footer .pad-side {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.shop-list .shop-list-footer {
		padding-top: 1.5rem;
		padding-bottom: 2.5rem;
	}
}


.shop-detail .shop-detail-header h3 {
	font-size: 1.5rem;
	font-family: var(--serif-jp);
	font-weight: 400;
	color: var(--primary-color);
}

.shop-detail .shop-detail-header h2,
.shop-detail .shop-detail-header h2 a {
	font-size: 2rem;
	font-family: var(--sans-jp);
	font-weight: 400;
	color: var(--black-color);
}

.shop-detail .thumb-icon {
	display: flex;
	gap: 0.75rem;
	margin: 1rem 0 2.5rem;
	flex-wrap: wrap;
}

.shop-detail .thumb-icon>li {
	border: 1px solid var(--secondary-color);
	border-radius: 9999px;
	color: var(--secondary-color);
	font-size: 13px;
	font-weight: 400;
	padding: 0.25rem 1rem;
}

.shop-detail .thumb-icon>li.disable {
	border: 1px solid var(--bg-color2);
	background-color: var(--bg-color2);
	color: #999;
}


.apply-icon {
	display: flex;
	gap: 0 1.5rem;
	margin-bottom: 2.5rem;
	justify-content: space-between;
}

.apply-icon li {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.apply-icon li a {
	position: relative;
	display: block;
	background-color: #545555;
	color: var(--white-color);
	text-align: center;
	padding: 1.5rem;
	border-radius: 1rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	opacity: 1;
}

.apply-icon .web-apply a {
	background-color: #bd6e7a;
}

.apply-icon .phone-apply a {
	background-color: #5d9ec7;
}

.apply-icon .line-apply a {
	background-color: #01b901;
}

.apply-icon li a::before {
	content: '';
	display: block;
	margin: 0 auto 0.75rem;
	width: 4rem;
	height: 4rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.apply-icon .web-apply a::before {
	background-image: url('../images/icon-mobile.png');
}

.apply-icon .phone-apply a::before {
	background-image: url('../images/icon-phone.png');
}

.apply-icon .line-apply a::before {
	background-image: url('../images/icon-line.png');
}

.apply-icon li a em {
	display: block;
	font-size: 1.35em;
}

@media only screen and (min-width: 768px) {
	.apply-icon li a {
		padding: 2rem;
		font-size: 1.8rem;
		opacity: 1;
		transition: all 0.25s ease-in-out;
	}

	.apply-icon li a:hover {
		opacity: 0.65;
	}

	.apply-icon li a::before {
		margin: 0 auto 1rem;
	}

	.apply-icon li a em {
		display: inline;
		font-size: inherit;
	}
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 4.5rem;
}

.pagination a {
	display: inline-block;
	color: var(--black-color);
	border-radius: 50%;
	border: 1px solid var(--bg-color4);
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	font-family: var(--sans-en);
}

.pagination i {
	line-height: 40px;
}

.pagination .active a {
	background-color: var(--secondary-color);
	color: var(--white-color);
}

.pagination a:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
}

.pagination .disabled a {
	pointer-events: none;
	color: var(--bg-color4);
}

.pagination .disabled a:hover {
	background-color: initial;
	color: var(--white-color);
}

@media only screen and (min-width: 768px) {
	.pagination {
		gap: 0 1.25rem;
		margin-top: 5rem;
	}

	.pagination a {
		width: 46px;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}

	.pagination i {
		line-height: 46px;
	}
}

.pagination.article-pagenation {
	justify-content: space-between;
	margin-top: 0;
}

.pagination.article-pagenation a {
	border-radius: inherit;
	border: none;
	width: inherit;
	height: inherit;
	font-size: 1.5rem;
	font-family: var(--serif-en);
	font-weight: 400;
}

.pagination.article-pagenation .active a {
	background-color: inherit;
	color: inherit;
}

.pagination.article-pagenation a:hover {
	background-color: inherit;
	color: inherit;
}

.pagination.article-pagenation i {
	padding: 0 0.75rem;
}


.sns-link ul {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

.sns-link ul li a i {
	display: block;
	font-size: 2.4rem;
	padding: 0 1.25rem;
	color: var(--primary-color);
}

.sns-link ul li span {
	display: none;
}

@media only screen and (min-width: 480px) {
	.sns-link ul {
		margin-top: 40px;
	}

	.sns-link ul li a i {
		font-size: 2.6rem;
		padding: 0 1.5rem;
	}
}

@media only screen and (min-width: 768px) {
	.sns-link ul {
		margin-top: 50px;
	}

	.sns-link ul li a i {
		padding: 0 2rem;
	}
}

.fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
	transition-delay: 0.5s;
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

.fa-twitter:before {
	content: "𝕏";
	font-family: unset;
	font-weight: bold;
}

/*--------------------------*/
/* Youtube埋め込み*/
/*--------------------------*/
.youtube-area {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube-area iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*--------------------------*/
/* swiper*/
/*--------------------------*/
.swiper {
	width: 100%;
	height: auto;
}

.swiper .swiper-wrapper {
	padding-bottom: 5rem;
}

.swiper .swiper-slide {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper .swiper-slide .swiper-slide__img {
	width: 100%;
	aspect-ratio: 1.48 / 1;
	overflow: hidden;
}

.swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.swiper .swiper-slide .swiper-slide-content {
	margin-top: 1rem;
	text-align: center;
}

.swiper .swiper-slide .swiper-slide-content dl {
	font-weight: 300;
	color: var(--black-color);
}

.swiper .swiper-slide .swiper-slide-content dl dt {
	font-size: 1.5rem !important;
}

.swiper .swiper-slide .swiper-slide-content dl dd {
	margin-top: 4px;
	font-size: 1.2rem !important;
}

.swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	margin: 0 6px !important;
	background: var(--primary-color) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	color: var(--primary-color);
	font-size: 2.4rem !important;
	transform: translateY(-50%);
	line-height: 1;
}

.swiper .zoom-out img {
	transform: scale(1.3);
	opacity: 0.25;
	transition:
		transform 1s ease-in-out,
		opacity 1s ease-in-out;
}

.swiper .zoom-out.swiper-slide-active img {
	transform: scale(1);
	opacity: 1;
	transition:
		transform 5s ease-in-out,
		opacity 2.5s ease-in-out;
}

.shop-detail .swiper-button-prev::after,
.shop-detail .swiper-button-next::after {
	color: var(--white-color);
}

@media only screen and (min-width: 480px) {
	.swiper .zoom-out.swiper-slide-visible img {
		transform: scale(1);
		opacity: 1;
		transition:
			transform 5s ease-in-out,
			opacity 2.5s ease-in-out;
	}

	.swiper .swiper-slide .swiper-slide-content dl dt {
		font-size: 1.6rem !important;
	}

	.swiper .swiper-slide .swiper-slide-content dl dd {
		margin-top: 5px;
		font-size: 1.3rem !important;
	}
}

@media only screen and (min-width: 768px) {
	.swiper .zoom-out img {
		transform: scale(1);
		opacity: 1;
		transition: none;
	}
}


/*--------------------------*/
/* パンくず*/
/*--------------------------*/
.breadcrumb {
	background-color: var(--secondary-color);
	padding: 5px 15px;
}

.breadcrumb ol {
	display: flex;
	gap: 0 13px;
	font-size: 13px;
	flex-wrap: wrap;
}

.breadcrumb ol>li {
	display: flex;
	align-items: center;
}

.breadcrumb ol>li:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	margin-left: 6px;
	border-top: 1px solid var(--white-color);
	border-right: 1px solid var(--white-color);
	transform: rotate(45deg);
}

.breadcrumb ol>li a {
	color: var(--white-color);
	text-decoration: none;
}


/*--------------------------*/
/* フッター電話番号*/
/*--------------------------*/
#tel-inq {
	position: relative;
}

#tel-inq dl {
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1rem;
}

#tel-inq dl dt {
	font-size: 1em;
	font-weight: 400;
}

#tel-inq dl .tel {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 2.4em;
	font-weight: 400;
	font-family: var(--serif-en);
}

#tel-inq dl .tel::before {
	content: '';
	display: inline-block;
	width: 3.4rem;
	height: 2.4rem;
	background-image: url('../images/freedial.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#tel-inq dl .note {
	font-size: 0.9em;
}

@media only screen and (min-width: 480px) {
	#tel-inq dl {
		font-size: 1.8rem;
		margin-top: 1.25rem;
	}

	#tel-inq dl .tel {
		gap: 1.25rem;
		font-size: 2.8em;
	}

	#tel-inq dl .tel::before {
		width: 4.6rem;
		height: 3rem;
	}
}

/*--------------------------*/
/* ページTOPボタン */
/*--------------------------*/
#page-top {
	position: fixed;
	right: 10px;
	bottom: 15px;
	z-index: 8800;
}

#page-top a {
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	text-decoration: none;
	background-color: rgba(var(--primary-color-rgb), 0.85);
	transition: all 0.3s ease;
	border-radius: 50%;
}

#page-top a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid var(--white-color);
	border-right: 2px solid var(--white-color);
	transform: translateY(-30%) translateX(-50%) rotate(-45deg);
}

#page-top a:hover {
	text-decoration: none;
	opacity: 0.5;
}

@media only screen and (min-width: 480px) {
	#page-top {
		right: 15px;
		bottom: 15px;
	}

	#page-top a {
		width: 58px;
		height: 58px;
	}

	#page-top a::before {
		width: 16px;
		height: 16px;
	}
}


/*--------------------------*/
/* フッターバナー*/
/*--------------------------*/
#footer-banner {
	position: relative;
	background-color: var(--primary-color);
}

#footer-banner ul {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

#footer-banner ul img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 480px) {
	#footer-banner ul {
		gap: 2rem;
	}
}

@media only screen and (min-width: 768px) {
	#footer-banner ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 2rem 4%;
		margin-top: 1.5rem;
	}

	#footer-banner ul>li {
		width: 48%;
	}
}

/*--------------------------*/
/* フッター */
/*--------------------------*/
#footer {
	position: relative;
	background-color: var(--primary-color);
	padding: 25px 0 0;
	z-index: 3;
}

#footer h2 {
	max-width: 220px;
	height: auto;
	margin: 0 auto 20px 0;
}

#footer .company {
	display: flex;
	flex-direction: column;
	font-size: 1.3rem;
	font-weight: 400;
	color: var(--white-color);
}

#footer .company dt {
	font-weight: 500;
}

#footer nav {
	position: relative;
	padding: 3.5rem 0 0;
}

#footer nav ul {
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 400;
	gap: 1rem;
}

#footer nav ul>li {
	border-bottom: 1px solid rgba(var(--white-color-rgb), 0.5);
}

#footer nav ul>li a {
	position: relative;
	display: block;
	color: var(--white-color);
	padding: 1rem 0 1.5rem;
}

#footer .sns-link ul li a i {
	color: var(--white-color);
}

#footer .copy {
	text-align: center;
	font-size: 1.3rem;
	font-weight: 400;
	font-family: var(--serif-en);
	color: var(--white-color);
	background-color: var(--bg-color1);
	padding: 30px 0;
}

@media only screen and (min-width: 480px) {
	#footer {
		padding: 35px 0 0;
	}

	#footer h2 {
		max-width: 240px;
	}

	#footer .company {
		font-size: 1.4rem;
	}

	#footer nav ul {
		font-size: 1.6rem;
		gap: 1.5rem;
	}

	#footer nav ul>li a {
		padding: 1.25rem 0 1.75rem;
	}

	#footer .copy {
		font-size: 1.4rem;
		padding: 35px 0;
	}
}

@media only screen and (min-width: 768px) {
	#footer {
		padding: 50px 0 0;
	}

	#footer nav ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 2rem 5%;
		margin-bottom: 7.5rem;
	}

	#footer nav ul>li {
		width: 47.5%;
	}
}

/*インタビュー*/
.interview-list-flex {
	margin: 5rem auto 0;
	max-width: 640px;
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}

.interview-list-flex>li {
	position: relative;
}

.interview-list-flex>li .number {
	position: absolute;
	top: -10%;
	left: -2.5%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	font-family: var(--serif-en);
	font-size: 1.2rem;
	font-weight: 400;
	z-index: 1;
}

.interview-list-flex>li .number em {
	font-size: 1.5em;
}

.interview-list-flex>li figure {
	position: relative;
	overflow: hidden;
}

.interview-list-flex>li figure figcaption {
	text-align: center;
	font-size: 1.6rem;
	font-family: var(--sans-jp);
	font-weight: 500;
	margin-top: 0.75rem;
}

.interview-list-flex>li figure figcaption small {
	display: block;
	font-size: 0.85em;
	font-weight: 400;
}

.interview-list-flex>li figure .new {
	position: absolute;
	top: -4.5rem;
	right: -4.5rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 9rem;
	height: 9rem;
	background-color: var(--secondary-color);
	color: var(--white-color);
	font-size: 1.4rem;
	font-family: var(--serif-en);
	font-weight: 400;
	transform: rotate(45deg);
	line-height: 2;
}

@media only screen and (min-width: 768px) {
	.interview-list-flex {
		max-width: 100%;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 6rem 5%;
	}

	.interview-list-flex>li {
		width: 47.5%;
	}

	.interview-list-flex>li .number {
		top: -7.5%;
		left: -5%;
	}
}

@media only screen and (min-width: 1024px) {
	.interview-list-flex {
		gap: 6rem 10%;
	}

	.interview-list-flex>li {
		width: 45%;
	}
}


.sub-page-body {
	font-size: 1.5rem;
	font-weight: 400;
}

.sub-page-body .lead {
	font-size: 1.5rem;
	font-weight: 400;
}

.sub-page-body dl {
	position: relative;
	margin-top: 3rem;
}

.sub-page-body dl>dt {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.sub-page-body dl>dt:not(:first-child) {
	margin-top: 3rem;
}

.sub-page-body dl>dd {
	margin-bottom: 1.5rem;
}

.sub-page-body dl>dd>ul {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.sub-page-body p {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 3rem;
	line-height: 2;
}

.sub-page-body ul.list-disc {
	position: relative;
	padding-left: 2.8rem;
	list-style-type: disc;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.sub-page-body ul.list-disc>li {
	margin-bottom: 0.75rem;
	font-weight: 500;
}

.sub-page-body ol.list-num {
	position: relative;
	padding-left: 2.8rem;
	list-style-type: decimal;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.sub-page-body ol.list-num>li {
	margin-bottom: 0.75rem;
	font-size: 1.8rem;
	font-weight: 500;
}

.sub-page-body ol.list-num>li h4 {
	font-size: 1.8rem;
	font-weight: 500;
}

.sub-page-body ol.list-num>li p {
	font-size: 1.6rem;
	font-weight: 400;
	margin-top: 1rem;
	line-height: 1.8;
}

@media only screen and (min-width: 768px) {
	.sub-page-body {
		font-size: 1.6rem;
	}

	.sub-page-body .lead {
		font-size: 1.6rem;
	}

	.sub-page-body dl>dt {
		font-size: 1.6rem;
		margin-bottom: 1.75rem;
	}

	.sub-page-body dl>dt:not(:first-child) {
		margin-top: 3.5rem;
	}

	.sub-page-body dl>dd {
		margin-bottom: 1.75rem;
	}

	.sub-page-body p {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}

	.sub-page-body ul.list-disc {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}

	.sub-page-body ol.list-num {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}
}


/*問い合わせフォーム*/
.sub-page-body .detail-page-title {
	margin-top: 5rem;
	margin-bottom: 2rem;
	line-height: 1.75;
}

.sub-page-body .form .lead {
	font-size: 1.3rem;
	text-align: center;
}

.sub-page-body .form .star {
	color: var(--secondary-color);
}

.sub-page-body .form dl {
	font-size: 1.6rem;
	font-weight: 400;
}

.sub-page-body .form dl dt {
	margin-bottom: 1.75rem;
	padding: 1rem;
	background-color: var(--bg-color1);
	color: var(--primary-color);
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
}

.sub-page-body .form dl dt span {
	color: var(--white-color);
	padding-right: 0.5rem;
}

.sub-page-body .form dl dd {
	margin-bottom: 2.5rem;
}

.sub-page-body .form .form-flex {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	align-items: center;
}

.sub-page-body .form .form-flex.flex-row {
	flex-direction: column;
	gap: 0.75rem;
}

.sub-page-body .form label {
	white-space: nowrap;
}

.sub-page-body .form input[type="text"] {
	width: 100%;
	border-radius: 1rem;
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
	padding: 0.75rem 1rem;
}

.sub-page-body .form input[type="text"].halfBox {
	max-width: 120px;
}

.sub-page-body .form select {
	position: relative;
	width: 100%;
	min-width: 70px;
	padding: 1rem;
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
	border-radius: 1rem;
	z-index: 2;
}

.sub-page-body .form input[type="radio"] {
	display: none;
}

.sub-page-body .form .radioBtn label {
	position: relative;
	padding-left: 2.4rem;
	cursor: pointer;
}

.sub-page-body .form .radioBtn label::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
	border-radius: 100%;
	transform: translateY(-50%);
}

.sub-page-body .form .radioBtn input[type="radio"]:checked+label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 5px;
	width: 8px;
	height: 8px;
	background-color: var(--primary-color);
	border-radius: 100%;
	transform: translateY(-50%);
}

.sub-page-body .form select {
	background-position: right 1rem center;
}

.sub-page-body .form .birth {
	gap: 0.75rem;
}

.sub-page-body .form input[type="checkbox"] {
	display: none;
}

.sub-page-body .form input[type="checkbox"]:checked+label::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 4px;
	width: 10px;
	height: 5px;
	margin: -3px 0 0;
	border-left: 2px solid var(--primary-color);
	border-bottom: 2px solid var(--primary-color);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sub-page-body .form .week label,
.sub-page-body .form .agree label {
	position: relative;
	display: inline-block;
	padding-left: 2.5rem;
	padding-right: 1rem;
	cursor: pointer;
}

.sub-page-body .form .week label::before,
.sub-page-body .form .agree label::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
	transform: translateY(-50%);
}

.sub-page-body .form .time {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
}

.sub-page-body .form textarea {
	width: 100%;
	height: 150px;
	padding: 1rem;
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
	border-radius: 1rem;
}

.sub-page-body .form .note {
	font-size: 1.3rem;
	margin: 0;
	text-align: left;
	width: 100%;
	text-indent: -1em;
	padding-left: 1em;
}

.sub-page-body .form .agree {
	background-color: var(--bg-color4);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	border-radius: 1rem;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.sub-page-body .form .agree p {
	margin-top: 0;
	margin-bottom: 0;
}

.sub-page-body .form .agree a {
	text-decoration: underline;
}

.sub-page-body .form .submit-btn {
	flex-direction: row;
	margin-top: 4.5rem;
	justify-content: center;
}

.sub-page-body .form .submit-btn button {
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 1.25rem 3.5rem 1.25rem 4.5rem;
	white-space: nowrap;
}

.sub-page-body .form .error {
	width: 100%;
	color: #c00;
	font-size: 1.4rem;
	text-align: center;
	margin: 0.75rem 0;
}

.sub-page-body .form .textArea .error {
	margin: 0 0 10px !important;
}

@media only screen and (min-width: 768px) {
	.sub-page-body .form .lead {
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}

	.sub-page-body .form dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 3.5rem;
	}

	.sub-page-body .form dl dt {
		width: 30%;
		padding: 1.25rem;
	}

	.sub-page-body .form dl dd {
		width: 65%;
		padding: 0.5rem;
		margin-bottom: 0;
	}

	.sub-page-body .form .form-flex {
		justify-content: flex-start;
		align-items: center;
	}

	.sub-page-body .form .form-flex.flex-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.sub-page-body .form .week {
		text-align: left;
	}

	.sub-page-body .form .agree {
		margin-top: 3rem;
		padding: 2.5rem;
	}

	.sub-page-body .form .error {
		font-size: 1.4rem;
		text-align: left;
	}

	.sub-page-body .form .form-head .error,
	.sub-page-body .form .agree .error {
		text-align: center;
		margin: 0 0;
	}
}

/* confirm */
.sub-page-body .form.confirm dl dd {
	text-align: center;
	margin-bottom: 1.5rem;
}

.sub-page-body .form .submit-btn .back {
	flex: 1;
}

.sub-page-body .form .submit-btn .back button {
	border: 1px solid var(--primary-color);
	background-color: var(--white-color);
	color: var(--primary-color);
	padding: 1.25rem 3.5rem 1.25rem 3.5rem;
}

.sub-page-body .form .submit-btn .send {
	flex: 2;
}

.sub-page-body .form .submit-btn .send button {
	background-color: var(--primary-color);
	color: var(--white-color);
	padding: 1.25rem 3.5rem 1.25rem 4.5rem;
	white-space: nowrap;
	;
}

@media only screen and (min-width: 768px) {
	.sub-page-body .form.confirm .form-head {
		margin-bottom: 5rem;
	}

	.sub-page-body .form.confirm dl {
		margin-top: 2rem;
	}

	.sub-page-body .form.confirm dl dt {
		margin-bottom: 0;
	}

	.sub-page-body .form.confirm dl dd {
		text-align: left;
		margin-bottom: 0;
	}
}

/*Web応募フォーム*/
#entry-sec.sub-page-body .detail-page-title .title-head {
	display: block;
	margin-bottom: 0.35rem;
}

#entry-sec.sub-page-body .detail-page-title .title-head em {
	display: inline-block;
	font-size: 1.4rem;
	border: 1px solid var(--secondary-color);
	color: var(--secondary-color);
	padding: 0.35rem 1.25rem;
	border-radius: 9999px;
}

#entry-sec.sub-page-body .detail-page-title {
	margin-top: 2.5rem;
	margin-bottom: 0;
}

#entry-sec.sub-page-body .address {
	margin-top: 2rem;
	margin-bottom: 0;
	text-align: center;
	font-size: 1.5rem;
}