body {
	background: #f9f7ef;
	color: #212121;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-transition: opacity 0.3s;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

body::after {
	border: solid 5px #1ba8be;
	border: solid 0.3125rem #1ba8be;
	content: "";
	height: 100dvh;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 80;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

.c-btn {
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	background: #ffde47;
	border: 1px solid #ffde47;
	border-radius: 2.25rem;
	color: #212121;
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5625;
	padding: 17px 10px;
	padding: 1.0625rem 0.625rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s, border-color 0.3s;
	width: 310px;
	width: 19.375rem;
}

.c-centerBtn {
	margin: 100px 0;
	margin: 6.25rem 0;
	text-align: center;
}

.c-subTitle {
	color: #1ba8be;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.25;
	margin-bottom: 44px;
	margin-bottom: 2.75rem;
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
}

.c-subTitle::before {
	background: transparent;
	border: 5px solid #1ba8be;
	border: 0.3125rem solid #1ba8be;
	border-radius: 50%;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.4em;
	width: 20px;
	width: 1.25rem;
}

.c-title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 44px;
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.3636363636;
	position: relative;
}

.c-title::before,
.c-title::after {
	background-color: #1ba8be;
	border-radius: 0.3125rem;
	content: "";
	height: 7px;
	height: 0.4375rem;
	left: 0;
	position: absolute;
	top: -12px;
	top: -0.75rem;
	width: 10px;
	width: 0.625rem;
}

.c-title::after {
	left: 15px;
	left: 0.9375rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1100px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-main {
	padding-left: 200px;
	padding-left: 12.5rem;
}

.p-archive {
	padding: 67px 0 78px;
	padding: 4.1875rem 0 4.875rem;
}

.p-archive__items.--column {
	display: grid;
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-archive__empty {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 40px 0;
	padding: 2.5rem 0;
}

.p-breadcrumb {
	-ms-overflow-style: none;
	background: #fff;
	border-radius: 0.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	gap: 15px;
	gap: 0.9375rem;
	line-height: 1;
	overflow-x: auto;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	scrollbar-width: none;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-breadcrumb::-webkit-scrollbar {
	display: none;
}

.p-breadcrumb a {
	color: #1ba8be;
}

.p-breadcrumb span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 13px;
	gap: 0.8125rem;
}

.p-breadcrumb span.current-item {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	max-width: 300px;
	max-width: 18.75rem;
	overflow: hidden;
	white-space: normal;
}

.p-breadcrumb span + span::before {
	-webkit-transform: rotate(45deg);
	-ms-flex-negative: 0;
	background: #d1d1d1;
	content: "";
	flex-shrink: 0;
	height: 15px;
	height: 0.9375rem;
	transform: rotate(45deg);
	width: 1px;
}

.p-categoryTab {
	overflow: hidden;
}

.p-categoryTab__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.p-categoryTab__items::after {
	background: #212121;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	width: 100vw;
}

.p-categoryTab__item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	height: 80px;
	height: 5rem;
	justify-content: center;
	line-height: 1;
	width: 300px;
	width: 18.75rem;
}

.p-categoryTab__item.is-current a {
	border: 1px solid #212121;
	border-bottom-color: transparent;
	border-radius: 1.875rem 1.875rem 0 0;
	color: #1ba8be;
	pointer-events: none;
	position: relative;
}

.p-categoryTab__item.is-current a::before {
	-webkit-transform: translateX(-50%);
	background: #1ba8be;
	border-radius: 0.1875rem;
	bottom: 0;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 96px;
	width: 6rem;
	z-index: 2;
}

.p-categoryTab__item.is-current a::after {
	background: #f9f7ef;
	bottom: -3px;
	bottom: -0.1875rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-columnItem {
	display: grid;
	gap: 25px;
	gap: 1.5625rem;
	grid-template-columns: 13.125rem 1fr;
}

.p-columnItem__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 210/140;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-columnItem__body {
	padding-top: 10px;
	padding-top: 0.625rem;
}

.p-columnItem__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-columnItem__date {
	color: #b1b1b1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 88px;
	width: 5.5rem;
}

.p-columnItem__category {
	background: #ffde47;
	border-radius: 0.3125rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0;
	text-align: center;
	width: 80px;
	width: 5rem;
}

.p-columnItem__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5625;
	margin-top: 16px;
	margin-top: 1rem;
	overflow: hidden;
}

.p-contact {
	margin: 100px 0;
	margin: 6.25rem 0;
}

.p-contact__box {
	background: #fff;
	border-radius: 0.9375rem;
	padding: 49px 10px 51px;
	padding: 3.0625rem 0.625rem 3.1875rem;
	text-align: center;
}

.p-contact__title {
	color: #1ba8be;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.6071428571;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.p-contact__name {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
}

.p-contact__info {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.p-contact__links {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1em;
	justify-content: center;
}

.p-contact__links a {
	color: #1ba8be;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.5;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-underline-offset: 0.375rem;
}

.p-contact__btn {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-customArchive {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.p-customArchive__count {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.p-customArchive__count span {
	color: #212121;
	color: #1ba8be;
	font-size: 24px;
	font-size: 1.5rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

.p-customArchive__empty {
	margin: 30px 0;
	margin: 1.875rem 0;
}

.p-customList {
	display: grid;
	gap: 35px 25px;
	gap: 2.1875rem 1.5625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-customList .p-customList__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	background: #fff;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 10px 10px 17px;
	padding: 0.625rem 0.625rem 1.0625rem;
}

.p-customList .p-customList__wrapper {
	position: relative;
}

.p-customList .p-customList__img {
	border-radius: 0.625rem;
	overflow: hidden;
	position: relative;
}

.p-customList .p-customList__img img {
	-o-object-fit: contain;
	-webkit-transition: -webkit-transform 0.3s ease;
	aspect-ratio: 313/186;
	height: 100%;
	object-fit: contain;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.p-customList .p-customList__img .img-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-customList .p-customList__img::before {
	background: rgba(0, 0, 0, .5);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .41)));
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .41) 100%);
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-customList .p-customList__city {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #212121;
	border-radius: 0.3125rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	height: 17px;
	height: 1.0625rem;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 66px;
	min-width: 4.125rem;
	padding: 0 5px;
	padding: 0 0.3125rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 10px;
	top: 0.625rem;
}

.p-customList .p-customList__info {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 13px 10px;
	padding: 0.8125rem 0.625rem;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.p-customList .p-customList__offer {
	background: #ffde47;
	border-radius: 0.625rem;
	color: #212121;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
	margin: 0 0 0.3125rem;
	padding: 5px 15px;
	padding: 0.3125rem 0.9375rem;
}

.p-customList .p-customList__title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.p-customList .p-customList__text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	margin: 4px 0 0;
	margin: 0.25rem 0 0;
}

.p-customList .p-customList__address {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	justify-content: flex-start;
	line-height: 1.25;
	margin: 0;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-customList .p-customList__address::before {
	background-image: url(../images/icon/address.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	height: 1.125rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	margin-top: -2px;
	margin-top: -0.125rem;
	width: 13px;
	width: 0.8125rem;
}

.p-customList .p-customList__tags {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	margin-bottom: 19px;
	margin-bottom: 1.1875rem;
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 0;
}

.p-customList .p-customList__tag {
	background: #eeeeee;
	border-radius: 0.625rem;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0;
	padding: 3px 15px;
	padding: 0.1875rem 0.9375rem;
}

.p-customList .p-customList__link {
	color: #b1b1b1;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	margin: 0;
	margin-top: auto;
	text-align: right;
	text-decoration: underline;
}

.p-customSingle__main {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-customSingle__left {
	position: sticky;
	top: 20px;
	top: 1.25rem;
}

.p-customSingle__wrapper {
	margin: 0 15px;
	margin: 0 0.9375rem;
	position: relative;
}

.p-customSingle__img {
	background: #fff;
	border-radius: 0.625rem;
	overflow: hidden;
	position: relative;
}

.p-customSingle__img img {
	-o-object-fit: contain;
	aspect-ratio: 940/540;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-customSingle__img .img-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-customSingle__img::before {
	background: rgba(0, 0, 0, .5);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .41)));
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .41) 100%);
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-customSingle__city {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #212121;
	border-radius: 0.3125rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	height: 17px;
	height: 1.0625rem;
	justify-content: center;
	line-height: 1;
	margin: 0;
	min-width: 66px;
	min-width: 4.125rem;
	padding: 0 15px;
	padding: 0 0.9375rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 10px;
	top: 0.625rem;
}

.p-customSingle__info {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 12px 15px;
	padding: 0.75rem 0.9375rem;
	position: absolute;
	z-index: 2;
}

.p-customSingle__offer {
	background: #ffde47;
	border-radius: 0.625rem;
	color: #212121;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
	margin: 0 0 0.3125rem;
	padding: 5px 15px;
	padding: 0.3125rem 0.9375rem;
}

.p-customSingle__title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
}

.p-customSingle__text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
	margin: 8px 0 0;
	margin: 0.5rem 0 0;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}

.p-customSingle__body {
	background: #fff;
	border-radius: 0.9375rem;
	margin-top: -132px;
	margin-top: -8.25rem;
	padding: 153px 18px 32px;
	padding: 9.5625rem 1.125rem 2rem;
}

.p-customSingle__offerText {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5625;
}

.p-customSingle__offerItems {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	gap: 0.9375rem;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-customSingle__offerItem {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	justify-content: flex-start;
	line-height: 1;
}

.p-customSingle__offerItem::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 24px;
	height: 1.5rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	width: 24px;
	width: 1.5rem;
}

.p-customSingle__offerItem.--offer01::before {
	background-image: url(../images/icon/offer01.svg);
}

.p-customSingle__offerItem.--offer02::before {
	background-image: url(../images/icon/offer02.svg);
}

.p-customSingle__offerItem.--offer03::before {
	background-image: url(../images/icon/offer03.svg);
}

.p-customSingle__offerItem.--offer04::before {
	background-image: url(../images/icon/offer04.svg);
}

.p-customSingle__age {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	gap: 1.25rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-customSingle__ageTitle {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-customSingle__ageItems {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	gap: 0.625rem;
}

.p-customSingle__ageItem {
	background: #eeeeee;
	border-radius: 0.625rem;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0;
	padding: 3px 15px;
	padding: 0.1875rem 0.9375rem;
}

.p-customSingle__genre {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-customSingle__genreItems {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	gap: 0.625rem;
}

.p-customSingle__genreItem {
	background: #eeeeee;
	border-radius: 0.625rem;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0;
	padding: 3px 15px;
	padding: 0.1875rem 0.9375rem;
}

.p-customSingle__note {
	color: #878787;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6428571429;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.p-customSingle__right {
	background: #f1ede2;
	border-radius: 0.9375rem;
	padding: 25px 25px 9px;
	padding: 1.5625rem 1.5625rem 0.5625rem;
}

.p-customSingle__shopItems {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	gap: 1.5625rem;
}

.p-customSingle__shopItem {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	color: #b1b1b1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-size: 0.75rem;
	justify-content: flex-start;
	line-height: 1.25;
	text-align: center;
}

.p-customSingle__shopItem.--on {
	color: #1ba8be;
	font-weight: 700;
}

.p-customSingle__shopItem::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 40px;
	height: 2.5rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	width: 40px;
	width: 2.5rem;
}

.p-customSingle__shopItem.--shop01::before {
	background-image: url(../images/icon/shop01.svg);
}

.p-customSingle__shopItem.--shop02::before {
	background-image: url(../images/icon/shop02.svg);
}

.p-customSingle__shopItem.--shop03::before {
	background-image: url(../images/icon/shop03.svg);
}

.p-customSingle__shopItem.--shop04::before {
	background-image: url(../images/icon/shop04.svg);
}

.p-customSingle__shopItem.--shop01.--on::before {
	background-image: url(../images/icon/shop01_on.svg);
}

.p-customSingle__shopItem.--shop02.--on::before {
	background-image: url(../images/icon/shop02_on.svg);
}

.p-customSingle__shopItem.--shop03.--on::before {
	background-image: url(../images/icon/shop03_on.svg);
}

.p-customSingle__shopItem.--shop04.--on::before {
	background-image: url(../images/icon/shop04_on.svg);
}

.p-customSingle__shopText {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-customSingle__shopText > p {
	font-size: 12px;
	font-size: 0.75rem;
}

.p-customSingle__shopText > p::before {
	-ms-flex-negative: 0;
	background: #1ba8be;
	border-radius: 0.125rem;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 10px;
	height: 0.625rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	width: 10px;
	width: 0.625rem;
}

.p-customSingle__shopText > button {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	height: 1.25rem;
	margin-left: auto;
	padding: 0;
	width: 20px;
	width: 1.25rem;
}

.p-customSingle__shopText > button img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-customSingle__shopInfo {
	border-bottom: 1px solid #b1b1b1;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 36px;
	margin-top: 2.25rem;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
}

.p-customSingle__listWrapper {
	border-bottom: 1px dashed #707070;
	padding: 15px 0;
	padding: 0.9375rem 0;
}

.p-customSingle__listWrapper:last-child {
	border-bottom: none;
}

.p-customSingle__listTitle {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.375;
}

.p-customSingle__listText {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5625;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-customSingle__listText a {
	color: #1ba8be;
	text-decoration: underline;
}

.p-customSingle__access {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-customSingle__map {
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-top: 47.62%;
	position: relative;
	width: 100%;
}

.p-customSingle__map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-customSingle__btn {
	margin: 100px 0;
	margin: 6.25rem 0;
	text-align: center;
}

.p-drawer {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-webkit-overflow-scrolling: touch; /* スクロールバーを非表示 */
	-ms-overflow-style: none;
	background: #1ba8be;
	color: #fff;
	height: 100%;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 101;
}

.p-drawer::-webkit-scrollbar {
	display: none;
}

.p-drawer__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 24px 130px 24px 30px;
	padding: 1.5rem 8.125rem 1.5rem 1.875rem;
}

.p-drawer__logo {
	-ms-flex-negative: 0;
	display: inline-block;
	flex-shrink: 0;
	width: 202px;
	width: 12.625rem;
}

.p-drawer__search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	width: 100%;
}

.p-drawer__searchInner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-items: center;
	background: #ddf2f5;
	border: 1px solid #fff;
	border-radius: 0.3125rem;
	display: grid;
	gap: 3px;
	gap: 0.1875rem;
	grid-template-columns: 0.875rem 1fr;
	height: 50px;
	height: 3.125rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 9px 14px;
	padding: 0.5625rem 0.875rem;
	width: 100%;
}

.p-drawer__searchInput {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	background: transparent;
	border: none;
	color: #1ba8be;
	flex: 1;
	font-size: 16px;
	font-size: 1rem;
	outline: none;
	overflow-x: auto;
}

.p-drawer__searchInput::-moz-placeholder {
	color: #1ba8be;
}

.p-drawer__searchInput::-webkit-input-placeholder {
	color: #1ba8be;
}

.p-drawer__searchInput::-ms-input-placeholder {
	color: #1ba8be;
}

.p-drawer__searchInput::placeholder {
	color: #1ba8be;
}

.p-drawer__searchIcon {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	height: 0.875rem;
	padding: 0;
	width: 14px;
	width: 0.875rem;
}

.p-drawer__searchIcon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-drawer__searchButton {
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #eeeeee;
	border: 1px solid #fff;
	border-radius: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 50px;
	height: 3.125rem;
	justify-content: center;
	line-height: 1;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 70px;
	width: 4.375rem;
}

.p-drawer__inner {
	max-width: 1356px;
	max-width: 84.75rem;
}

.p-drawer__content {
	border: 2px dashed #ddf2f5;
	border: 0.125rem dashed #ddf2f5;
	border-radius: 0.9375rem;
	display: grid;
	gap: 6%;
	grid-template-columns: repeat(3, 1fr);
	padding: 63px 5% 22px;
	padding: 3.9375rem 5% 1.375rem;
}

.p-drawer__item > a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	border-bottom: 2px solid #fff;
	border-bottom: 0.125rem solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: 0.15em;
	line-height: 2.25;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
	padding: 1px 3px;
	padding: 0.0625rem 0.1875rem;
	position: relative;
	width: 100%;
}

.p-drawer__item > a::after {
	-ms-flex-negative: 0;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: center;
	border-bottom: 2px solid #fff;
	border-bottom: 0.125rem solid #fff;
	border-right: 2px solid #fff;
	border-right: 0.125rem solid #fff;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 9px;
	height: 0.5625rem;
	position: absolute;
	right: 3px;
	right: 0.1875rem;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: center;
	width: 9px;
	width: 0.5625rem;
}

.p-drawer__item > a.js-toggle-sp + ul {
	display: block;
}

.p-drawer__subItems {
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
}

.p-drawer__subItem > a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	justify-content: flex-start;
	line-height: 1.875;
	padding: 5px 0 5px 18px;
	padding: 0.3125rem 0 0.3125rem 1.125rem;
	width: 100%;
}

.p-drawer__subItem > a::before {
	-ms-flex-negative: 0;
	background: #fff;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 10px;
	height: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 10px;
	width: 0.625rem;
}

.p-drawer__subItem > a.bold {
	font-weight: 700;
}

.p-drawer__subItem > a.pl0 {
	padding-left: 0;
}

.p-drawer__subItem > a.link {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-drawer__subItem > a.link::after {
	background-image: url(../images/icon/window_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	height: 0.8125rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 13px;
	width: 0.8125rem;
}

.p-drawer__subSubItems {
	-o-border-image: repeating-linear-gradient(to right, #fff 0, #fff 4px, transparent 4px, transparent 8px) 1;
	border-bottom: 1px dashed transparent;
	border-image: repeating-linear-gradient(to right, #fff 0, #fff 4px, transparent 4px, transparent 8px) 1;
	margin-bottom: 11px;
	margin-bottom: 0.6875rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 18px;
	margin-right: 1.125rem;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}

.p-drawer__subSubItem > a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	justify-content: flex-start;
	line-height: 1.875;
	padding: 5px 0 5px 25px;
	padding: 0.3125rem 0 0.3125rem 1.5625rem;
	width: 100%;
}

.p-drawer__subSubItem > a::before {
	-ms-flex-negative: 0;
	background: #fff;
	content: "";
	flex-shrink: 0;
	height: 2px;
	height: 0.125rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 14px;
	margin-top: 0.875rem;
	width: 10px;
	width: 0.625rem;
}

.p-drawer__links {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 36px;
	gap: 0.375rem 2.25rem;
	padding: 30px 37px;
	padding: 1.875rem 2.3125rem;
}

.p-drawer__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	justify-content: flex-start;
	line-height: 2.1428571429;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-drawer__link a::after {
	background-image: url(../images/icon/window_white.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	height: 0.8125rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
	width: 13px;
	width: 0.8125rem;
}

/* active */

.p-drawer.active {
	opacity: 100;
	visibility: visible;
}

.p-faq__item {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-faq__question {
	background: #fff;
	border-radius: 0.9375rem;
	cursor: pointer;
	padding: 18px 60px 18px 25px;
	padding: 1.125rem 3.75rem 1.125rem 1.5625rem;
	position: relative;
}

.p-faq__question::before {
	-webkit-transform: rotate(45deg) translateY(-50%);
	-webkit-transform-origin: center;
	border-bottom: 2px solid #212121;
	border-bottom: 0.125rem solid #212121;
	border-right: 2px solid #212121;
	border-right: 0.125rem solid #212121;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: center;
	width: 11px;
	width: 0.6875rem;
}

.p-faq__question.is-open::before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.p-page__content p.p-faq__questionText,
.p-faq__questionText {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 19px;
	gap: 1.1875rem;
	grid-template-columns: 2.0625rem 1fr;
	line-height: 2;
	margin: 0;
}

.p-faq__questionText::before {
	color: #1ba8be;
	content: "Q";
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
}

.p-faq__answer {
	display: none;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-footer {
	background: #f1ede2;
	padding-left: 200px;
	padding-left: 12.5rem;
}

.p-footer__content {
	display: grid;
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: repeat(3, 1fr);
	padding: 96px 0 1px;
	padding: 6rem 0 0.0625rem;
}

.p-footer__item > a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	border-bottom: 2px solid #c6bda2;
	border-bottom: 0.125rem solid #c6bda2;
	color: #1ba8be;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: flex-start;
	letter-spacing: 0.15em;
	line-height: 2.25;
	margin-bottom: 22px;
	margin-bottom: 1.375rem;
	padding: 1px 3px;
	padding: 0.0625rem 0.1875rem;
	position: relative;
	width: 100%;
}

.p-footer__item > a::after {
	-ms-flex-negative: 0;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	-webkit-transform-origin: center;
	border-bottom: 2px solid #c6bda2;
	border-bottom: 0.125rem solid #c6bda2;
	border-right: 2px solid #c6bda2;
	border-right: 0.125rem solid #c6bda2;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 9px;
	height: 0.5625rem;
	position: absolute;
	right: 3px;
	right: 0.1875rem;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: center;
	width: 9px;
	width: 0.5625rem;
}

.p-footer__item > a.js-toggle-sp + ul {
	display: block;
}

.p-footer__subItems {
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
}

.p-footer__subItem > a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	justify-content: flex-start;
	line-height: 1.875;
	padding: 5px 0 5px 18px;
	padding: 0.3125rem 0 0.3125rem 1.125rem;
	width: 100%;
}

.p-footer__subItem > a::before {
	-ms-flex-negative: 0;
	background: #c6bda2;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	height: 10px;
	height: 0.625rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 10px;
	width: 0.625rem;
}

.p-footer__subItem > a.bold {
	font-weight: 700;
}

.p-footer__subItem > a.pl0 {
	padding-left: 0;
}

.p-footer__subItem > a.link {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-footer__subItem > a.link::after {
	background-image: url(../images/icon/window_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	height: 0.8125rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	width: 13px;
	width: 0.8125rem;
}

.p-footer__subSubItems {
	-o-border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	border-bottom: 1px dashed transparent;
	border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	margin-bottom: 11px;
	margin-bottom: 0.6875rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 18px;
	margin-right: 1.125rem;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}

.p-footer__subSubItem > a {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	justify-content: flex-start;
	line-height: 1.875;
	padding: 5px 0 5px 25px;
	padding: 0.3125rem 0 0.3125rem 1.5625rem;
	width: 100%;
}

.p-footer__subSubItem > a::before {
	-ms-flex-negative: 0;
	background: #c6bda2;
	content: "";
	flex-shrink: 0;
	height: 2px;
	height: 0.125rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	margin-top: 14px;
	margin-top: 0.875rem;
	width: 10px;
	width: 0.625rem;
}

.p-footer__links {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 35px;
	gap: 0.5rem 2.1875rem;
}

.p-footer__link a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	justify-content: flex-start;
	line-height: 1.5;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__link a::after {
	background-image: url(../images/icon/window_black.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	height: 0.8125rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
	width: 13px;
	width: 0.8125rem;
}

.p-footer__middle {
	-o-border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	border-top: 1px dashed transparent;
	display: grid;
	gap: 43px 50px;
	gap: 2.6875rem 3.125rem;
	grid-template-columns: 356fr 644fr;
	padding: 50px 0 35px;
	padding: 3.125rem 0 2.1875rem;
}

.p-footer__logos {
	grid-row: 1/3;
}

.p-footer__logo {
	display: inline-block;
	width: 250px;
	width: 15.625rem;
}

.p-footer__img {
	margin-top: 31px;
	margin-top: 1.9375rem;
	width: 70px;
	width: 4.375rem;
}

.p-footer__banners {
	display: grid;
	gap: 15px;
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	padding-left: 14px;
	padding-left: 0.875rem;
}

.p-footer__banner {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-footer__bottom {
	-o-border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: flex-end;
	border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	border-top: 1px dashed transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 37px 0;
	padding: 2.3125rem 0;
}

.p-footer__flag {
	display: grid;
	gap: 7px;
	gap: 0.4375rem;
	grid-template-columns: 4.625rem 1fr;
}

.p-footer__flag img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-footer__flagText {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25;
}

.p-footer__flagText span {
	display: block;
	font-weight: 700;
	margin-bottom: -10px;
	margin-bottom: -0.625rem;
}

.p-footer__copyright small {
	color: #c6bda2;
	font-size: 12px;
	font-size: 0.75rem;
}

.p-fv {
	overflow-x: clip;
	position: relative;
}

.p-fv::before {
	background-image: url(../images/top/fv_bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1027px;
	height: 64.1875rem;
	left: calc(50% - 26.25rem);
	position: absolute;
	top: -88px;
	top: -5.5rem;
	width: 1071px;
	width: 66.9375rem;
	z-index: -1;
}

.p-fv__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100svh;
	justify-content: center;
	min-height: 748px;
	min-height: 46.75rem;
	padding: 50px 15px;
	padding: 3.125rem 0.9375rem;
	position: relative;
}

.p-fv__news {
	background: #fff;
	border-radius: 0.9375rem 0rem 0rem 0.9375rem;
	bottom: 0;
	opacity: 0;
	padding: 10px 88px 10px 20px;
	padding: 0.625rem 5.5rem 0.625rem 1.25rem;
	position: absolute;
	right: 0;
	width: 481px;
	width: 30.0625rem;
}

.p-fv__items .slide-arrow {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transform: translateY(-50%) rotate(-45deg) scale(0.7);
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: absolute;
	right: -35px;
	right: -2.1875rem;
	transform: translateY(-50%) rotate(-45deg) scale(0.7);
	z-index: 10;
}

.p-fv__items .slide-arrow::before {
	content: "";
	height: 10px;
	height: 0.625rem;
	width: 10px;
	width: 0.625rem;
}

.p-fv__items .prev-arrow {
	top: 62%;
}

.p-fv__items .prev-arrow::before {
	border-bottom: 2px solid #212121;
	border-bottom: 0.125rem solid #212121;
	border-left: 2px solid #212121;
	border-left: 0.125rem solid #212121;
}

.p-fv__items .next-arrow {
	top: 38%;
}

.p-fv__items .next-arrow::before {
	border-right: 2px solid #212121;
	border-right: 0.125rem solid #212121;
	border-top: 2px solid #212121;
	border-top: 0.125rem solid #212121;
}

.p-fv__itemWrapper {
	display: grid;
	gap: 15px;
	gap: 0.9375rem;
	grid-template-columns: 6.125rem 1fr;
}

.p-fv__thumbnail {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-fv__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 98/75;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fv__date {
	color: #b1b1b1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.p-fv__category {
	background: #212121;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	margin-left: 10px;
	margin-left: 0.625rem;
	padding: 3px 0;
	padding: 0.1875rem 0;
	text-align: center;
	width: 80px;
	width: 5rem;
}

.p-fv__category.--news {
	background: #1ba8be;
}

.p-fv__category.--column {
	background: #ffde47;
	color: #212121;
}

.p-fv__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-top: 1px;
	margin-top: 0.0625rem;
	overflow: hidden;
}

.p-hamburger {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: -webkit-transform 0.6s ease;
	appearance: none;
	background-color: #1ba8be;
	border: none;
	border-radius: 1.25rem;
	cursor: pointer;
	display: block;
	height: 61px;
	height: 3.8125rem;
	outline: none;
	padding: 0;
	position: fixed;
	right: 25px;
	right: 1.5625rem;
	text-align: center;
	top: 25px;
	top: 1.5625rem;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 61px;
	width: 3.8125rem;
	z-index: 102;
}

.p-hamburger span {
	-webkit-transition: 0.3s -webkit-transform;
	background: #fff;
	display: block;
	height: 6px;
	height: 0.375rem;
	position: absolute;
	top: 28px;
	top: 1.75rem;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	width: 6px;
	width: 0.375rem;
}

.p-hamburger span:nth-child(1) {
	left: 14px;
	left: 0.875rem;
}

.p-hamburger span:nth-child(2),
.p-hamburger span:nth-child(3),
.p-hamburger span:nth-child(4) {
	left: 27px;
	left: 1.6875rem;
}

.p-hamburger span:nth-child(5) {
	left: 40px;
	left: 2.5rem;
}

/* active */

.p-hamburger.active {
	background-color: #fff;
}

.p-hamburger.active span {
	background: #1ba8be;
}

.p-hamburger.active span:nth-child(1) {
	left: 18px;
	left: 1.125rem;
	top: 18px;
	top: 1.125rem;
}

.p-hamburger.active span:nth-child(2) {
	left: 38px;
	left: 2.375rem;
	top: 18px;
	top: 1.125rem;
}

.p-hamburger.active span:nth-child(3) {
	left: 28px;
	left: 1.75rem;
	top: 28px;
	top: 1.75rem;
}

.p-hamburger.active span:nth-child(4) {
	left: 18px;
	left: 1.125rem;
	top: 38px;
	top: 2.375rem;
}

.p-hamburger.active span:nth-child(5) {
	left: 38px;
	left: 2.375rem;
	top: 38px;
	top: 2.375rem;
}

.p-header {
	-webkit-transition: -webkit-transform 0.6s ease; /* スクロールバーを非表示 */
	-ms-overflow-style: none;
	background: #1ba8be;
	color: #fff;
	height: 100%;
	min-height: 100vh;
	overflow-y: auto;
	position: fixed;
	scrollbar-width: none;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	width: 200px;
	width: 12.5rem;
	z-index: 100;
}

.p-header::-webkit-scrollbar {
	display: none;
}

.p-header__inner {
	padding: 40px 15px;
	padding: 2.5rem 0.9375rem;
}

.p-header__nav {
	margin-top: 39px;
	margin-top: 2.4375rem;
}

.p-header__navItem a {
	display: inline-block;
	padding: 14px 0;
	padding: 0.875rem 0;
	text-align: center;
	width: 100%;
}

.p-header__navImg {
	margin: 0 auto;
	width: 75px;
	width: 4.6875rem;
}

.p-header__navImg img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-header__navText {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.p-header__search {
	border-top: 1px solid #ddf2f5;
	border-top: 0.0625rem solid #ddf2f5;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding-top: 34px;
	padding-top: 2.125rem;
}

.p-header__searchInner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ddf2f5;
	border: 1px solid #fff;
	border-radius: 0.3125rem;
	display: grid;
	gap: 3px;
	gap: 0.1875rem;
	grid-template-columns: 0.875rem 1fr;
	padding: 9px 6px;
	padding: 0.5625rem 0.375rem;
}

.p-header__searchInput {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	background: transparent;
	border: none;
	color: #1ba8be;
	flex: 1;
	font-size: 12px;
	font-size: 0.75rem;
	outline: none;
	overflow-x: auto;
}

.p-header__searchInput::-moz-placeholder {
	color: #1ba8be;
}

.p-header__searchInput::-webkit-input-placeholder {
	color: #1ba8be;
}

.p-header__searchInput::-ms-input-placeholder {
	color: #1ba8be;
}

.p-header__searchInput::placeholder {
	color: #1ba8be;
}

.p-header__searchIcon {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	height: 0.875rem;
	padding: 0;
	width: 14px;
	width: 0.875rem;
}

.p-header__searchIcon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-links__items {
	display: grid;
	gap: 6px;
	gap: 0.375rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-links__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: background-color 0.3s;
	align-items: center;
	background: #f1ede2;
	border-radius: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 64px;
	height: 4rem;
	justify-content: center;
	line-height: 1.25;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: background-color 0.3s;
}

.p-links__item::before {
	background: #c6bda2;
	bottom: 0;
	content: "";
	height: 15px;
	height: 0.9375rem;
	position: absolute;
	right: 0;
	width: 15px;
	width: 0.9375rem;
}

.p-links__item::after {
	-webkit-transform: rotate(45deg);
	border-bottom: 1px solid #212121;
	border-right: 1px solid #212121;
	bottom: 6px;
	bottom: 0.375rem;
	content: "";
	display: inline-block;
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: 5px;
	right: 0.3125rem;
	transform: rotate(45deg);
	width: 5px;
	width: 0.3125rem;
}

/* モーダル */

.modal p {
	margin: 0;
}

.modal-overlay {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 24, 28, .5);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
}

.modal-container {
	background-color: #fff;
	border-radius: 0.9375rem;
	max-height: 90svh;
	max-width: 1050px;
	max-width: 65.625rem;
	overflow: hidden;
	position: relative;
	width: 90%;
}

.modal-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-bottom: 1px solid #eeeeee;
	border-bottom: 0.0625rem solid #eeeeee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	height: 3.125rem;
	justify-content: center;
	position: relative;
}

.modal-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.modal-close {
	-webkit-transform: translateY(-50%);
	background-image: url(../images/icon/close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 15px;
	height: 0.9375rem;
	left: 25px;
	left: 1.5625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	width: 0.9375rem;
}

.modal-content {
	max-height: calc(90vh - 6.9375rem);
	overflow-y: auto;
	padding: 0 35px;
	padding: 0 2.1875rem;
	padding-bottom: 59px;
	padding-bottom: 3.6875rem;
}

.modal-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-shadow: 0px -0.3125rem 1.25rem rgba(0, 0, 0, .1);
	align-items: center;
	background: #fff;
	bottom: 0;
	box-shadow: 0px -0.3125rem 1.25rem rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	height: 3.75rem;
	justify-content: flex-start;
	left: 0;
	padding: 0 35px;
	padding: 0 2.1875rem;
	position: absolute;
	width: 100%;
}

.modal-bottom-clear {
	color: #1ba8be;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 0;
}

.modal-bottom-submit {
	margin-left: auto;
	padding: 6px;
	padding: 0.375rem;
}

.p-modal__item {
	border-bottom: 1px solid #eeeeee;
	border-bottom: 0.0625rem solid #eeeeee;
}

.p-modal__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	gap: 2px;
	gap: 0.125rem;
	grid-template-columns: 8.4375rem 1fr;
	padding: 34px 16px;
	padding: 2.125rem 1rem;
}

.p-modal__itemTitle {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
}

.p-modal__itemInput.--select {
	max-width: 350px;
	max-width: 21.875rem;
	position: relative;
}

.p-modal__itemInput.--select::before {
	-webkit-transform: rotate(45deg) translateY(-50%);
	-webkit-transform-origin: center;
	border-bottom: 2px solid #b1b1b1;
	border-bottom: 0.125rem solid #b1b1b1;
	border-right: 2px solid #b1b1b1;
	border-right: 0.125rem solid #b1b1b1;
	content: "";
	display: inline-block;
	height: 9px;
	height: 0.5625rem;
	pointer-events: none;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 45%;
	transform: rotate(45deg) translateY(-50%);
	transform-origin: center;
	width: 9px;
	width: 0.5625rem;
}

.p-modal__itemInput.--alphabet {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	gap: 0.625rem;
	justify-content: flex-start;
}

.p-modal__itemInput select {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #b1b1b1;
	border-radius: 0.3125rem;
	color: #212121;
	height: 45px;
	height: 2.8125rem;
	padding: 9px 14px;
	padding: 0.5625rem 0.875rem;
	width: 100%;
}

.p-modal__itemInput input[type=checkbox],
.p-modal__itemInput input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.p-modal__alphabetFilter {
	display: none;
}

.p-modal__alphabetFilter + label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border: 1px solid #b1b1b1;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	height: 34px;
	height: 2.125rem;
	justify-content: center;
	line-height: 1;
	width: 34px;
	width: 2.125rem;
}

.p-modal__alphabetFilter:checked + label {
	background-color: #1ba8be;
	border-color: #1ba8be;
	color: #fff;
}

.p-modal__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #b1b1b1;
	border-radius: 0.3125rem;
	display: grid;
	gap: 3px;
	gap: 0.1875rem;
	grid-template-columns: 0.875rem 1fr;
	height: 45px;
	height: 2.8125rem;
	max-width: 650px;
	max-width: 40.625rem;
	padding: 9px 14px;
	padding: 0.5625rem 0.875rem;
	width: 100%;
}

.p-modal__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	background: transparent;
	border: none;
	flex: 1;
	font-size: 16px;
	font-size: 1rem;
	outline: none;
	overflow-y: auto;
}

.p-modal__input::-moz-placeholder {
	color: #b1b1b1;
}

.p-modal__input::-webkit-input-placeholder {
	color: #b1b1b1;
}

.p-modal__input::-ms-input-placeholder {
	color: #b1b1b1;
}

.p-modal__input::placeholder {
	color: #b1b1b1;
}

.p-modal__input::-webkit-calendar-picker-indicator {
	-webkit-appearance: none;
	display: none;
	margin: 0;
	opacity: 0;
	padding: 0;
	width: 0;
}

.p-modal__input::-moz-list-bullet {
	display: none;
}

.p-modal__input::-ms-expand {
	display: none;
}

.p-modal__input::-webkit-list-button {
	display: none;
}

.p-modal__input::-webkit-search-decoration {
	display: none;
}

.p-modal__input::-webkit-datetime-edit {
	display: none;
}

.p-modal__input::-webkit-datetime-edit-fields-wrapper {
	display: none;
}

.p-modal__input::-webkit-datetime-edit-text {
	display: none;
}

.p-modal__input::-webkit-datetime-edit-month-field {
	display: none;
}

.p-modal__input::-webkit-datetime-edit-day-field {
	display: none;
}

.p-modal__input::-webkit-datetime-edit-year-field {
	display: none;
}

.p-modal__input::-webkit-inner-spin-button {
	display: none;
}

.p-modal__input::-webkit-outer-spin-button {
	display: none;
}

.p-modal__icon {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	height: 0.875rem;
	padding: 0;
	width: 14px;
	width: 0.875rem;
}

.p-modal__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-modal__alphabet {
	margin-left: 9.7%;
}

.p-modal__alphabetHeading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.p-modal__alphabetHeading::after {
	-o-border-image: repeating-linear-gradient(to right, #b1b1b1 0, #b1b1b1 4px, transparent 4px, transparent 8px) 1;
	border-bottom: 1px dashed transparent;
	border-image: repeating-linear-gradient(to right, #b1b1b1 0, #b1b1b1 4px, transparent 4px, transparent 8px) 1;
	content: "";
	height: 1px;
	margin-left: 25px;
	margin-left: 1.5625rem;
	width: 100%;
}

.p-modal__alphabetBtns {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 9px 28px;
	gap: 0.5625rem 1.75rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-left: -5px;
	margin-left: -0.3125rem;
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.p-modal__alphabetBtn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	gap: 5px;
	gap: 0.3125rem;
	justify-content: flex-start;
	line-height: 1;
}

.p-modal__alphabetBtn input[type=checkbox] {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border: 1px solid #b1b1b1;
	border-radius: 50%;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	height: 1.25rem;
	justify-content: center;
	width: 20px;
	width: 1.25rem;
}

.p-modal__alphabetBtn input[type=checkbox]:checked {
	border-color: #1ba8be;
}

.p-modal__alphabetBtn input[type=checkbox]:checked::before {
	background-color: #1ba8be;
	border-radius: 50%;
	content: "";
	height: 12px;
	height: 0.75rem;
	width: 12px;
	width: 0.75rem;
}

.p-modal__tags {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	gap: 0.625rem;
}

.p-modal__tag {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
	margin: 0;
}

.p-modal__tag + label {
	background: #eeeeee;
	border-radius: 0.625rem;
	cursor: pointer;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 3px 15px;
	padding: 0.1875rem 0.9375rem;
}

.p-modal__tag:checked + label {
	background-color: #1ba8be;
	color: #fff;
}

/* モーダルアニメーション */

.micromodal-slide {
	display: none;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.p-nav__items {
	display: grid;
	gap: 30px;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-nav__item {
	-webkit-transition: background-color 0.3s;
	background: #fff;
	border-radius: 0.9375rem;
	padding: 27px 30px;
	padding: 1.6875rem 1.875rem;
	position: relative;
	transition: background-color 0.3s;
}

.p-nav__item::before {
	background: #ffde47;
	border-radius: 50%;
	bottom: 36px;
	bottom: 2.25rem;
	content: "";
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	width: 40px;
	width: 2.5rem;
}

.p-nav__item::after {
	background-image: url(../images/icon/arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 49px;
	bottom: 3.0625rem;
	content: "";
	height: 14px;
	height: 0.875rem;
	position: absolute;
	right: 43px;
	right: 2.6875rem;
	width: 14px;
	width: 0.875rem;
}

.p-nav__item.--window::before {
	background: #1ba8be;
}

.p-nav__item.--window::after {
	background-image: url(../images/icon/window_white.svg);
	bottom: 48px;
	bottom: 3rem;
	height: 16px;
	height: 1rem;
	right: 42px;
	right: 2.625rem;
	width: 16px;
	width: 1rem;
}

.p-nav__main {
	color: #1ba8be;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2.25;
}

.p-nav__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 9px;
	margin-top: 0.5625rem;
	padding-right: 90px;
	padding-right: 5.625rem;
}

.p-newsItem {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-o-border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	align-items: center;
	border-bottom: 1px dashed transparent;
	border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	padding: 34px 70px 34px 20px;
	padding: 2.125rem 4.375rem 2.125rem 1.25rem;
	position: relative;
}

.p-newsItem::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	border-right: 2px solid #212121;
	border-right: 0.125rem solid #212121;
	border-top: 2px solid #212121;
	border-top: 0.125rem solid #212121;
	content: "";
	display: inline-block;
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 29px;
	right: 1.8125rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	width: 0.75rem;
}

.p-newsItem__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-newsItem__date {
	color: #b1b1b1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 88px;
	width: 5.5rem;
}

.p-newsItem__category {
	background: #1ba8be;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0;
	text-align: center;
	width: 80px;
	width: 5rem;
}

.p-newsItem__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-left: 51px;
	margin-left: 3.1875rem;
	overflow: hidden;
}

.p-page__content section,
.block-editor section {
	border-bottom: 2px solid #f1ede2;
	border-bottom: 0.125rem solid #f1ede2;
	padding: 100px 0 70px;
	padding: 6.25rem 0 4.375rem;
}

.p-page__content h2,
.block-editor h2 {
	color: #1ba8be;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.25;
	margin-bottom: 44px;
	margin-bottom: 2.75rem;
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
}

.p-page__content h2::before,
.block-editor h2::before {
	background: transparent;
	border: 5px solid #1ba8be;
	border: 0.3125rem solid #1ba8be;
	border-radius: 50%;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.4em;
	width: 20px;
	width: 1.25rem;
}

.p-page__content h2 span,
.block-editor h2 span {
	font-size: 28px;
	font-size: 1.75rem;
}

.p-page__content h3,
.block-editor h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.6071428571;
	margin-bottom: 23px;
	margin-bottom: 1.4375rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.p-page__content h3::before,
.block-editor h3::before {
	background: #1ba8be;
	content: "";
	height: calc(100% - 0.9375rem);
	left: 0;
	position: absolute;
	top: 0.3em;
	width: 4px;
	width: 0.25rem;
}

.p-page__content h4,
.block-editor h4 {
	-o-border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	border-bottom: 1px dashed transparent;
	border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6666666667;
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 7px;
	padding-bottom: 0.4375rem;
}

.p-page__content p,
.block-editor p {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.5;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-page__content a,
.block-editor a {
	color: #1ba8be;
	text-decoration: underline;
}

.p-page__content ol,
.block-editor ol {
	list-style: decimal;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-page__content ul,
.block-editor ul {
	list-style: disc;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-page__content li,
.block-editor li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding-left: 6px;
	padding-left: 0.375rem;
}

.p-page__content img,
.block-editor img {
	-o-object-fit: contain;
	object-fit: contain;
	width: auto;
}

.p-page__content table,
.block-editor table {
	-webkit-text-size-adjust: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	min-width: 100%;
	table-layout: fixed;
	width: 100%;
}

.p-page__content table tr,
.block-editor table tr {
	background: #fff;
	text-align: left;
}

.p-page__content table th,
.block-editor table th {
	background: #1ba8be;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.875;
	padding: 10px 25px;
	padding: 0.625rem 1.5625rem;
}

.p-page__content table td,
.block-editor table td {
	border-right: 1px solid #ebebeb;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.875;
	padding: 10px 25px;
	padding: 0.625rem 1.5625rem;
}

.p-page__content table tr:nth-child(even),
.block-editor table tr:nth-child(even) {
	background: #f6f6f6;
}

.p-page__content table th:first-child,
.block-editor table th:first-child {
	border-radius: 0.9375rem 0 0 0;
}

.p-page__content table th:last-child,
.block-editor table th:last-child {
	border-radius: 0 0.9375rem 0 0;
}

.p-page__content table th:first-child:last-child,
.block-editor table th:first-child:last-child {
	border-radius: 0.9375rem 0.9375rem 0 0;
}

.p-page__content table th:last-child,
.p-page__content table td:last-child,
.block-editor table th:last-child,
.block-editor table td:last-child {
	border-right: none;
}

.p-page__content table .w150,
.block-editor table .w150 {
	width: 150px;
	width: 9.375rem;
}

.p-page__content .box,
.block-editor .box {
	background: #fff;
	border-radius: 0.9375rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	padding: 32px 32px 2px;
	padding: 2rem 2rem 0.125rem;
}

.p-page__content .subTitle,
.block-editor .subTitle {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 25px;
	margin-bottom: 1.5625rem;
}

.p-page__content .link,
.block-editor .link {
	border: 1px solid #1ba8be;
	border-radius: 0.625rem;
	color: #1ba8be;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.5;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
	padding: 4px 14px;
	padding: 0.25rem 0.875rem;
	text-decoration: none;
	width: 100%;
}

.p-page__content .link::after,
.block-editor .link::after {
	background-image: url(../images/icon/window.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 15px;
	height: 0.9375rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 15px;
	width: 0.9375rem;
}

.p-page__content .link + .link,
.block-editor .link + .link {
	margin-top: -20px;
	margin-top: -1.25rem;
}

.p-page__content .small,
.block-editor .small {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7857142857;
}

.p-page__content .pdf,
.block-editor .pdf {
	display: grid;
	gap: 15px;
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.p-page__content .pdf a,
.block-editor .pdf a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s;
	align-items: center;
	background: #f1ede2;
	border-radius: 2rem;
	color: #212121;
	display: grid;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	gap: 11px;
	gap: 0.6875rem;
	grid-template-columns: 1.125rem 1fr;
	height: 60px;
	height: 3.75rem;
	line-height: 1.25;
	padding: 0 20px;
	padding: 0 1.25rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

.p-page__content .pdf a::before,
.block-editor .pdf a::before {
	background-image: url(../images/icon/document.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 21px;
	height: 1.3125rem;
	width: 18px;
	width: 1.125rem;
}

.p-page__content .pdf a.xls::before,
.block-editor .pdf a.xls::before {
	background-image: url(../images/icon/xls.svg);
}

.p-page__content .pdf a.docx::before,
.block-editor .pdf a.docx::before {
	background-image: url(../images/icon/docx.svg);
}

.p-page__content .bannerList,
.block-editor .bannerList {
	display: grid;
	gap: 50px 30px;
	gap: 3.125rem 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-page__content .banner,
.block-editor .banner {
	text-decoration: none;
}

.p-page__content .banner img,
.block-editor .banner img {
	border-radius: 0.625rem;
	overflow: hidden;
}

.p-page__content .bannerText,
.block-editor .bannerText {
	color: #1ba8be;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 2.25;
	margin: 0;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-page__content .chart01,
.block-editor .chart01 {
	display: grid;
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 44px;
	margin-bottom: 2.75rem;
}

.p-page__content .chart02,
.block-editor .chart02 {
	display: grid;
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: 277fr 719fr;
	margin-bottom: 44px;
	margin-bottom: 2.75rem;
}

.p-page__content .statusContent,
.block-editor .statusContent {
	display: grid;
	gap: 50px 40px;
	gap: 3.125rem 2.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 57px;
	margin-top: 3.5625rem;
}

.p-page__content .statusContent a,
.block-editor .statusContent a {
	border-bottom: 1px solid #212121;
	border-bottom: 0.0625rem solid #212121;
	color: #212121;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 19px;
	padding-bottom: 1.1875rem;
	text-decoration: none;
}

.p-subFv + .p-page section:nth-of-type(1) {
	padding-top: 0;
}

.p-pageFaq__items {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-pageFaq__item {
	background: #fff;
	border-radius: 0.9375rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 0 36px;
	padding: 0 2.25rem;
}

.p-pageFaq__question {
	cursor: pointer;
	padding: 18px 35px 18px 0;
	padding: 1.125rem 2.1875rem 1.125rem 0;
	position: relative;
}

.p-pageFaq__question::before,
.p-pageFaq__question::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	background: #c6bda2;
	content: "";
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: -6px;
	right: -0.375rem;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 22px;
	width: 1.375rem;
}

.p-pageFaq__question::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-pageFaq__question.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-page__content p.p-pageFaq__questionText,
.p-pageFaq__questionText {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 25px;
	gap: 1.5625rem;
	grid-template-columns: 1.75rem 1fr;
	line-height: 2;
	margin: 0;
}

.p-pageFaq__questionText::before {
	color: #1ba8be;
	content: "Q";
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1;
}

.p-pageFaq__answer {
	-o-border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	border-image: repeating-linear-gradient(to right, #c6bda2 0, #c6bda2 4px, transparent 4px, transparent 8px) 1;
	border-top: 1px dashed transparent;
	display: none;
	padding: 12px 0 18px 0;
	padding: 0.75rem 0 1.125rem 0;
}

.p-page__content p.p-pageFaq__answerText,
.p-pageFaq__answerText {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	padding-left: 42px;
	padding-left: 2.625rem;
	position: relative;
}

.p-pageFaq__answerText::before {
	-webkit-transform: translateY(0.25rem);
	color: #ffde47;
	content: "A";
	display: inline-block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	height: auto;
	left: 0;
	line-height: 1;
	margin-right: 13px;
	margin-right: 0.8125rem;
	position: absolute;
	top: 0;
	transform: translateY(0.25rem);
	width: 28px;
	width: 1.75rem;
}

.p-page__content a.p-pageFaq__answerLink,
.p-pageFaq__answerLink {
	color: #1ba8be;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5625;
	margin: 0;
	padding-left: 42px;
	padding-left: 2.625rem;
	text-decoration: none;
}

.p-page__content a.p-pageFaq__answerLink[target=_blank]::after,
.p-pageFaq__answerLink[target=_blank]::after {
	background-image: url(../images/icon/window.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 15px;
	height: 0.9375rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 15px;
	width: 0.9375rem;
}

.p-pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-pagination .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: #212121;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	height: 60px;
	height: 3.75rem;
	justify-content: center;
	text-decoration: none;
	width: 60px;
	width: 3.75rem;
}

.p-pagination .current {
	background: #ffde47;
}

.p-policy__box {
	background: #fff;
	border-radius: 0.9375rem;
	padding: 47px 35px;
	padding: 2.9375rem 2.1875rem;
}

.p-policy__box h2 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.6666666667;
	margin-bottom: 38px;
	margin-bottom: 2.375rem;
}

.p-policy__box h3 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2.1428571429;
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.p-policy__box ul {
	list-style: disc;
	margin-top: 18px;
	margin-top: 1.125rem;
	padding-left: 24px;
	padding-left: 1.5rem;
}

.p-policy__box p {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-policy__box p,
.p-policy__box li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.5;
}

.p-policy__box p + ul {
	margin-top: 0;
}

.p-relatedPages {
	margin: 100px 0;
	margin: 6.25rem 0;
	overflow: hidden;
}

.p-relatedPages__box {
	background: #f1ede2;
	border-radius: 0.9375rem;
	padding: 49px 0 51px 58px;
	padding: 3.0625rem 0 3.1875rem 3.625rem;
	position: relative;
}

.p-relatedPages__box::before {
	background: #f1ede2;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 50vw;
	z-index: -1;
}

.p-relatedPages__title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.6071428571;
}

.p-relatedPages__items {
	display: grid;
	gap: 6px;
	gap: 0.375rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-relatedPages__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: background-color 0.3s;
	align-items: center;
	background: #fff;
	border-radius: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 84px;
	height: 5.25rem;
	justify-content: center;
	line-height: 1.25;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: background-color 0.3s;
}

.p-relatedPages__item::before {
	background: #c6bda2;
	bottom: 0;
	content: "";
	height: 15px;
	height: 0.9375rem;
	position: absolute;
	right: 0;
	width: 15px;
	width: 0.9375rem;
}

.p-relatedPages__item::after {
	-webkit-transform: rotate(-45deg);
	border-bottom: 1px solid #212121;
	border-right: 1px solid #212121;
	bottom: 5px;
	bottom: 0.3125rem;
	content: "";
	display: inline-block;
	height: 5px;
	height: 0.3125rem;
	position: absolute;
	right: 6px;
	right: 0.375rem;
	transform: rotate(-45deg);
	width: 5px;
	width: 0.3125rem;
}

.p-search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	background: #fff;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	margin-top: 52px;
	margin-top: 3.25rem;
	padding: 25px;
	padding: 1.5625rem;
}

.p-search__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-items: center;
	background: #fff;
	border: 1px solid #b1b1b1;
	border-radius: 0.3125rem;
	display: grid;
	gap: 3px;
	gap: 0.1875rem;
	grid-template-columns: 0.875rem 1fr;
	height: 45px;
	height: 2.8125rem;
	max-width: 282px;
	max-width: 17.625rem;
	padding: 9px 14px;
	padding: 0.5625rem 0.875rem;
	width: 100%;
}

.p-search__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	background: transparent;
	border: none;
	flex: 1;
	font-size: 16px;
	font-size: 1rem;
	outline: none;
	overflow-x: auto;
}

.p-search__input::-moz-placeholder {
	color: #b1b1b1;
}

.p-search__input::-webkit-input-placeholder {
	color: #b1b1b1;
}

.p-search__input::-ms-input-placeholder {
	color: #b1b1b1;
}

.p-search__input::placeholder {
	color: #b1b1b1;
}

.p-search__icon {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	height: 0.875rem;
	padding: 0;
	width: 14px;
	width: 0.875rem;
}

.p-search__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-search__button {
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #eeeeee;
	border: 1px solid #b1b1b1;
	border-radius: 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 45px;
	height: 2.8125rem;
	justify-content: center;
	line-height: 1;
	margin-left: 10px;
	margin-left: 0.625rem;
	width: 70px;
	width: 4.375rem;
}

.p-search__filter {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	background: #fff;
	border: 1px solid #b1b1b1;
	border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	color: #212121;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	height: 45px;
	height: 2.8125rem;
	justify-content: flex-start;
	line-height: 1;
	margin-left: 25px;
	margin-left: 1.5625rem;
	padding: 14px;
	padding: 0.875rem;
	width: 186px;
	width: 11.625rem;
}

.p-search__filter::before {
	background-image: url(../images/icon/filter.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	height: 0.6875rem;
	margin-right: 10px;
	margin-right: 0.625rem;
	width: 20px;
	width: 1.25rem;
}

.p-search__filter::after {
	-webkit-transform: rotate(45deg);
	border-bottom: 2px solid #b1b1b1;
	border-bottom: 0.125rem solid #b1b1b1;
	border-right: 2px solid #b1b1b1;
	border-right: 0.125rem solid #b1b1b1;
	content: "";
	display: inline-block;
	height: 9px;
	height: 0.5625rem;
	margin-left: auto;
	transform: rotate(45deg);
	width: 9px;
	width: 0.5625rem;
}

.p-shopModal {
	padding: 35px 63px;
	padding: 2.1875rem 3.9375rem;
}

.p-shopModal__shopItems {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 35px;
	gap: 2.1875rem;
}

.p-shopModal__shopItem {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	color: #b1b1b1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	justify-content: flex-start;
	line-height: 1.25;
	text-align: center;
}

.p-shopModal__shopItem.--on {
	color: #1ba8be;
	font-weight: 700;
}

.p-shopModal__shopItem::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	height: 3.125rem;
	margin-right: 15px;
	margin-right: 0.9375rem;
	width: 50px;
	width: 3.125rem;
}

.p-shopModal__shopItem.--shop01::before {
	background-image: url(../images/icon/shop01.svg);
}

.p-shopModal__shopItem.--shop02::before {
	background-image: url(../images/icon/shop02.svg);
}

.p-shopModal__shopItem.--shop03::before {
	background-image: url(../images/icon/shop03.svg);
}

.p-shopModal__shopItem.--shop04::before {
	background-image: url(../images/icon/shop04.svg);
}

.p-shopModal__shopItem.--shop01.--on::before {
	background-image: url(../images/icon/shop01_on.svg);
}

.p-shopModal__shopItem.--shop02.--on::before {
	background-image: url(../images/icon/shop02_on.svg);
}

.p-shopModal__shopItem.--shop03.--on::before {
	background-image: url(../images/icon/shop03_on.svg);
}

.p-shopModal__shopItem.--shop04.--on::before {
	background-image: url(../images/icon/shop04_on.svg);
}

p.p-shopModal__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 0.75rem;
	justify-content: flex-start;
	margin-top: 20px;
	margin-top: 1.25rem;
}

p.p-shopModal__text::before {
	-ms-flex-negative: 0;
	background: #1ba8be;
	border-radius: 0.125rem;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	height: 10px;
	height: 0.625rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	width: 10px;
	width: 0.625rem;
}

p.p-shopModal__note {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-single {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-single__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-single__date {
	color: #b1b1b1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 88px;
	width: 5.5rem;
}

.p-single__category {
	background: #1ba8be;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 0;
	text-align: center;
	width: 80px;
	width: 5rem;
}

.p-single__category.--column {
	background: #ffde47;
	color: #212121;
}

.p-single__title {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-single__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 210/140;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-single__btn {
	margin-top: 100px;
	margin-top: 6.25rem;
	text-align: center;
}

.p-statusList {
	display: grid;
	gap: 35px 25px;
	gap: 2.1875rem 1.5625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-statusList__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	background: #fff;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 26px 20px 17px;
	padding: 1.625rem 1.25rem 1.0625rem;
}

p.p-statusList__title {
	border-bottom: 1px solid #b1b1b1;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding-bottom: 14px;
	padding-bottom: 0.875rem;
}

p.p-statusList__lead {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2.0833333333;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-statusList__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	margin-top: auto;
}

a.p-statusList__link {
	color: #b1b1b1;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	text-decoration: underline;
}

.p-statusList__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: -webkit-transform 0.3s ease;
	align-items: center;
	background: #ffde47;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	height: 2.5rem;
	justify-content: center;
	margin-left: auto;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 40px;
	width: 2.5rem;
}

.p-statusList__icon img {
	height: 11px;
	height: 0.6875rem;
	width: 14px;
	width: 0.875rem;
}

.p-subFv {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 132px;
	padding-top: 8.25rem;
}

.p-subFv__breadcrumb {
	margin-left: auto;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-topAbout {
	border-bottom: 2px solid #f1ede2;
	border-bottom: 0.125rem solid #f1ede2;
	overflow-x: clip;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-topAbout__inner {
	position: relative;
}

.p-topAbout__inner::before {
	background: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0;
	width: 50vw;
	z-index: -1;
}

.p-topAbout__box {
	background: #fff;
	border-radius: 0.9375rem;
	display: grid;
	gap: 37px;
	gap: 2.3125rem;
	grid-template-columns: 562fr 392fr;
	padding: 44px 56px 43px 0;
	padding: 2.75rem 3.5rem 2.6875rem 0;
}

.p-topAbout__heading {
	margin-top: 6px;
	margin-top: 0.375rem;
	max-width: 493px;
	max-width: 30.8125rem;
}

.p-topAbout__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-topCategory {
	border-bottom: 2px solid #f1ede2;
	border-bottom: 0.125rem solid #f1ede2;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 112px;
	padding-top: 7rem;
}

.p-topCategory__items {
	display: grid;
	gap: 30px;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 52px;
	margin-top: 3.25rem;
}

.p-topCategory__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s ease;
	align-items: center;
	background: #fff;
	border-radius: 0.9375rem;
	display: inline-block;
	display: grid;
	gap: 10px;
	gap: 0.625rem;
	grid-template-columns: 1fr 11.75rem;
	overflow: hidden;
	padding: 25px 30px;
	padding: 1.5625rem 1.875rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.p-topCategory__item::before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: background-color 0.3s ease;
	background: #f0f9fb;
	border-radius: 50%;
	content: "";
	height: 319px;
	height: 19.9375rem;
	position: absolute;
	right: -82px;
	right: -5.125rem;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s ease;
	width: 319px;
	width: 19.9375rem;
}

.p-topCategory__heading {
	color: #1ba8be;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.875;
	position: relative;
}

.p-topCategory__img {
	position: relative;
}

.p-topCategory__img img {
	-o-object-fit: contain;
	aspect-ratio: 188/150;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-topColumn {
	overflow-x: clip;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 110px;
	padding-top: 6.875rem;
	position: relative;
}

.p-topColumn::before {
	background-image: url(../images/top/line03.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 490px;
	height: 30.625rem;
	left: 0;
	position: absolute;
	top: -118px;
	top: -7.375rem;
	width: 100%;
	z-index: -1;
}

.p-topColumn__inner {
	position: relative;
}

.p-topColumn__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-topColumn__btn {
	margin-left: auto;
}

.p-topColumn__items {
	display: grid;
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 51px;
	margin-top: 3.1875rem;
}

.p-topFaq {
	overflow-x: clip;
	padding-bottom: 135px;
	padding-bottom: 8.4375rem;
	padding-top: 110px;
	padding-top: 6.875rem;
	position: relative;
}

.p-topFaq::before,
.p-topFaq::after {
	background-image: url(../images/top/faq_bg01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 244px;
	height: 15.25rem;
	left: 0;
	position: absolute;
	top: 100px;
	top: 6.25rem;
	width: 100%;
	z-index: -1;
}

.p-topFaq::after {
	background-image: url(../images/top/faq_bg02.svg);
	bottom: -16px;
	bottom: -1rem;
	height: 294px;
	height: 18.375rem;
	top: auto;
}

.p-topFaq__inner {
	position: relative;
}

.p-topFaq__inner::before {
	background: #f1ede2;
	content: "";
	height: calc(100% - 12.5rem);
	left: 0;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 100px;
	top: 6.25rem;
	width: 100vw;
}

.p-topFaq__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-topFaq__btn {
	margin-left: auto;
}

.p-topFaq__items {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	gap: 30px;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 67px;
	margin-top: 4.1875rem;
}

.p-topFaq__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s ease;
	align-items: center;
	background: #fff;
	border-radius: 0.9375rem;
	display: inline-block;
	padding: 10px 10px 21px;
	padding: 0.625rem 0.625rem 1.3125rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.p-topFaq__item::before {
	-webkit-transition: background-color 0.3s ease;
	background: #fff;
	border-radius: 0.375rem;
	bottom: -36px;
	bottom: -2.25rem;
	content: "";
	height: 20px;
	height: 1.25rem;
	position: absolute;
	right: 100px;
	right: 6.25rem;
	transition: background-color 0.3s ease;
	width: 35px;
	width: 2.1875rem;
}

.p-topFaq__item:nth-child(even) {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-topFaq__item:nth-child(even)::before {
	left: 100px;
	left: 6.25rem;
	right: auto;
}

.p-topFaq__heading {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5625;
	margin-top: 22px;
	margin-top: 1.375rem;
	position: relative;
	text-align: center;
}

.p-topFaq__img {
	margin: -27px auto 0;
	margin: -1.6875rem auto 0;
	max-width: 214px;
	max-width: 13.375rem;
	position: relative;
}

.p-topFaq__img img {
	-o-object-fit: contain;
	aspect-ratio: 214/82;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-topNews {
	border-bottom: 2px solid #f1ede2;
	border-bottom: 0.125rem solid #f1ede2;
	overflow-x: clip;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 110px;
	padding-top: 6.875rem;
	position: relative;
}

.p-topNews::before {
	background-image: url(../images/top/line02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 490px;
	height: 30.625rem;
	left: 0;
	position: absolute;
	top: -282px;
	top: -17.625rem;
	width: 100%;
	z-index: -2;
}

.p-topNews__inner {
	position: relative;
}

.p-topNews__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
}

.p-topNews__btn {
	margin-left: auto;
}

.p-topNews__items {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.p-topPurpose {
	border-bottom: 2px solid #f1ede2;
	border-bottom: 0.125rem solid #f1ede2;
	overflow-x: clip;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 112px;
	padding-top: 7rem;
	position: relative;
}

.p-topPurpose::before {
	background-image: url(../images/top/line01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	height: 490px;
	height: 30.625rem;
	left: 0;
	position: absolute;
	top: -43px;
	top: -2.6875rem;
	width: 100%;
	z-index: -1;
}

.p-topPurpose__items {
	display: grid;
	gap: 30px;
	gap: 1.875rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 52px;
	margin-top: 3.25rem;
}

.p-topPurpose__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: background-color 0.3s ease;
	align-items: center;
	background: #fff;
	border-radius: 0.9375rem;
	display: inline-block;
	padding: 10px 10px 21px;
	padding: 0.625rem 0.625rem 1.3125rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.p-topPurpose__heading {
	color: #1ba8be;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.6666666667;
	margin-top: 22px;
	margin-top: 1.375rem;
	position: relative;
	text-align: center;
}

.p-topPurpose__img {
	margin: 0 auto;
	max-width: 180px;
	max-width: 11.25rem;
	position: relative;
}

.p-topPurpose__img img {
	-o-object-fit: contain;
	aspect-ratio: 188/150;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

@media (any-hover: hover) {

a:hover {
	opacity: 0.8;
}

.c-btn:hover {
	background: #fff;
	border: 1px solid #212121;
	opacity: 1;
}

.p-customList .p-customList__img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.p-links__item:hover {
	background: #1ba8be;
	color: #fff;
	opacity: 1;
}

.p-links__item:hover::before {
	background: #fff;
}

.p-nav__item:hover {
	background: #1ba8be;
	color: #fff;
}

.p-nav__item:hover .p-nav__main {
	color: #fff;
}

.p-nav__item.--window:hover::before {
	background: #fff;
}

.p-nav__item.--window:hover::after {
	background-image: url(../images/icon/window.svg);
}

.p-page__content .pdf a:hover,
.block-editor .pdf a:hover {
	background: #1ba8be;
	color: #fff;
	opacity: 1;
}

.p-relatedPages__item:hover {
	background: #1ba8be;
	color: #fff;
	opacity: 1;
}

.p-relatedPages__item:hover::before {
	background: #fff;
}

.p-statusList__icon:hover {
	-webkit-transform: translateX(0.3125rem);
	transform: translateX(0.3125rem);
}

.p-topCategory__item:hover {
	background: #1ba8be;
	opacity: 1;
}

.p-topCategory__item:hover::before {
	background: #1ba8be;
}

.p-topCategory__item:hover .p-topCategory__heading {
	color: #fff;
}

.p-topFaq__item:hover {
	background: #1ba8be;
	opacity: 1;
}

.p-topFaq__item:hover .p-topFaq__heading {
	color: #fff;
}

.p-topFaq__item:hover::before {
	background: #1ba8be;
}

.p-topPurpose__item:hover {
	background: #1ba8be;
	opacity: 1;
}

.p-topPurpose__item:hover .p-topPurpose__heading {
	color: #fff;
}

}

@media (max-width: 1366px) {

html {
	font-size: 1.1713030747vw;
}

}

@media screen and (max-width: 1100px) {

.l-main {
	padding: 0;
}

.p-footer {
	padding: 0;
}

.p-hamburger {
	border-radius: 0.9375rem;
	height: 3.125rem;
	right: 0.9375rem;
	top: 0.625rem;
	width: 3.125rem;
}

.p-hamburger span {
	height: 0.3125rem;
	top: 1.4375rem;
	width: 0.3125rem;
}

.p-hamburger span:nth-child(1) {
	left: 0.75rem;
}

.p-hamburger span:nth-child(2),
.p-hamburger span:nth-child(3),
.p-hamburger span:nth-child(4) {
	left: 1.4375rem;
}

.p-hamburger span:nth-child(5) {
	left: 2.125rem;
}

.p-hamburger.active span:nth-child(1) {
	left: 0.8125rem;
	top: 0.8125rem;
}

.p-hamburger.active span:nth-child(2) {
	left: 2.0625rem;
	top: 0.8125rem;
}

.p-hamburger.active span:nth-child(3) {
	left: 1.4375rem;
	top: 1.4375rem;
}

.p-hamburger.active span:nth-child(4) {
	left: 0.8125rem;
	top: 2.0625rem;
}

.p-hamburger.active span:nth-child(5) {
	left: 2.0625rem;
	top: 2.0625rem;
}

.p-header {
	height: 3.75rem;
	min-height: auto;
	width: 13.125rem;
}

.p-header__inner {
	height: inherit;
	padding: 0;
}

.p-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: center;
	padding: 0.625rem 0.9375rem;
}

.p-header__nav {
	display: none;
}

.p-header__search {
	display: none;
}

}

@media (max-width: 1050px) {

html {
	font-size: 1.5238095238vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

body::after {
	border-width: 0.1875rem;
}

.c-centerBtn {
	margin: 3.125rem 0;
}

.c-subTitle {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.875;
	margin-bottom: 1.375rem;
	padding-left: 1.5625rem;
}

.c-subTitle::before {
	border-width: 0.1875rem;
	height: 0.9375rem;
	top: 0.7em;
	width: 0.9375rem;
}

.c-title {
	font-size: 1.75rem;
	line-height: 1.25;
}

.c-title::before,
.c-title::after {
	height: 0.3125rem;
	width: 0.5rem;
}

.c-title::after {
	left: 0.8125rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 15px;
	padding-right: 15px;
}

.p-archive {
	padding: 1.25rem 0 4.875rem;
}

.p-archive__items.--column {
	gap: 2.1875rem;
	grid-template-columns: 1fr;
}

.p-breadcrumb {
	max-width: 100%;
}

.p-breadcrumb span {
	gap: 0.5rem;
	white-space: nowrap;
}

.p-breadcrumb span.current-item {
	display: block;
	max-width: none;
	white-space: nowrap;
}

.p-breadcrumb span + span::before {
	height: 0.75rem;
}

.p-categoryTab__inner {
	padding: 0 1.5625rem;
}

.p-categoryTab__item a {
	font-size: 1rem;
	height: 3.1875rem;
	width: 9.375rem;
}

.p-categoryTab__item.is-current a {
	border-radius: 1.25rem 1.25rem 0 0;
}

.p-categoryTab__item.is-current a::before {
	height: 0.1875rem;
	width: 4rem;
}

.p-columnItem {
	gap: 0.9375rem;
	grid-template-columns: 7.9375rem 1fr;
}

.p-columnItem__thumbnail img {
	border-radius: 0.3125rem;
}

.p-columnItem__body {
	padding-top: 0;
}

.p-columnItem__date {
	font-size: 0.75rem;
	width: 4.9375rem;
}

.p-columnItem__category {
	font-size: 0.75rem;
}

.p-columnItem__title {
	-webkit-line-clamp: 2;
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-top: 0.625rem;
}

.p-contact {
	margin: 3.125rem 0;
}

.p-contact__box {
	padding: 1.3125rem 0.625rem 1.5rem;
}

.p-contact__title {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-bottom: 0.125rem;
}

.p-contact__name {
	font-size: 0.875rem;
	line-height: 2.8571428571;
}

.p-contact__info {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 0;
}

.p-contact__links a {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	text-underline-offset: 0.25rem;
}

.p-contact__btn {
	margin-top: 1.25rem;
}

.p-customArchive {
	margin-top: 1.9375rem;
}

.p-customArchive__count {
	font-size: 0.75rem;
}

.p-customArchive__count span {
	font-size: 1.25rem;
}

.p-customArchive__empty {
	margin: 1.25rem 0;
}

.p-customList {
	gap: 1.625rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.p-customList .p-customList__item {
	border-radius: 0.625rem;
}

.p-customSingle__main {
	gap: 2.1875rem;
	grid-template-columns: 1fr;
}

.p-customSingle__left {
	position: relative;
	top: auto;
}

.p-customSingle__wrapper {
	margin: 0;
}

.p-customSingle__body {
	margin-top: 0;
	padding: 1.25rem 0 1.25rem;
	position: relative;
}

.p-customSingle__body::before {
	-webkit-transform: translateX(-50%);
	background: #fff;
	border-radius: 0.9375rem;
	bottom: 0;
	content: "";
	height: calc(100% + 6.125rem);
	left: 50%;
	max-width: 37.5rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.p-customSingle__right {
	padding: 1.5625rem 0;
	position: relative;
}

.p-customSingle__right::before {
	-webkit-transform: translateX(-50%);
	background: #f1ede2;
	border-radius: 0.9375rem;
	bottom: 0;
	content: "";
	height: 100%;
	left: 50%;
	max-width: 37.5rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.p-customSingle__shopItems {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	max-width: 12.5rem;
}

.p-customSingle__shopInfo {
	font-size: 1rem;
	line-height: 1.6875;
	margin-top: 2.125rem;
	padding-bottom: 0.1875rem;
}

.p-customSingle__listWrapper {
	padding: 0.6875rem 0;
}

.p-customSingle__listTitle {
	font-size: 0.875rem;
}

.p-customSingle__listText {
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-top: 0.1875rem;
}

.p-customSingle__access {
	margin-top: 3.125rem;
}

.p-customSingle__map {
	margin-top: 1.875rem;
	padding-top: 72.5%;
}

.p-customSingle__btn {
	margin: 3.125rem 0;
}

.p-drawer__header {
	display: block;
	padding: 0.875rem 0.9375rem 1.625rem;
}

.p-drawer__logo {
	width: 10.625rem;
}

.p-drawer__search {
	margin-left: 0;
	margin-top: 0.625rem;
}

.p-drawer__searchInner {
	height: 2.5rem;
	padding: 0.5625rem 0.375rem;
}

.p-drawer__searchInput {
	font-size: 0.75rem;
}

.p-drawer__searchButton {
	font-size: 0.75rem;
	height: 2.5rem;
	margin-left: 0.3125rem;
	width: 3.125rem;
}

.p-drawer__inner {
	max-width: 31.25rem;
}

.p-drawer__content {
	border-radius: 0.3125rem;
	gap: 0;
	grid-template-columns: 1fr;
	padding: 0.5625rem 0.9375rem 0;
}

.p-drawer__item > a {
	border-bottom: 1px solid #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 2.5;
	margin-bottom: 0.6875rem;
}

.p-drawer__item > a.js-toggle-sp::after,
.p-drawer__item > a.js-toggle-sp::before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	background: #fff;
	border: none;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0.1875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 0.75rem;
}

.p-drawer__item > a.js-toggle-sp::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-drawer__item > a.js-toggle-sp.is-open {
	border-bottom: none;
}

.p-drawer__item > a.js-toggle-sp.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-drawer__item > a.js-toggle-sp + ul {
	border-bottom: 1px solid #fff;
	display: none;
	margin-top: -0.5rem;
}

.p-drawer__subItems {
	margin-bottom: 0.6875rem;
	padding-bottom: 0.375rem;
}

.p-drawer__subItem > a {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	padding: 0.1875rem 0 0.1875rem 0.8125rem;
}

.p-drawer__subSubItems {
	margin-bottom: 0.4375rem;
	margin-top: -0.25rem;
	padding-bottom: 0.625rem;
}

.p-drawer__subSubItem > a {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	padding: 0 0 0 0.8125rem;
}

.p-drawer__links {
	gap: 0.0625rem 1.5625rem;
	padding: 1.0625rem 0;
}

.p-drawer__link a {
	font-size: 0.75rem;
}

.p-faq__item {
	margin-top: 1.5625rem;
}

.p-faq__question {
	border-radius: 0.625rem;
	padding: 0.4375rem 3.1875rem 0.625rem 0.875rem;
}

.p-faq__question::before {
	height: 0.5rem;
	right: 0.9375rem;
	width: 0.5rem;
}

.p-page__content p.p-faq__questionText,
.p-faq__questionText {
	font-size: 1rem;
	gap: 0.625rem;
	grid-template-columns: 1.5625rem 1fr;
	line-height: 1.5;
}

.p-faq__questionText::before {
	font-size: 1.5rem;
}

.p-faq__answer {
	margin-top: 1.3125rem;
}

.p-footer__content {
	gap: 0;
	grid-template-columns: 1fr;
	padding: 2.5rem 0 0;
}

.p-footer__item > a {
	border-bottom: 1px solid #c6bda2;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 2.5;
	margin-bottom: 0.6875rem;
}

.p-footer__item > a.js-toggle-sp::after,
.p-footer__item > a.js-toggle-sp::before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	background: #c6bda2;
	border: none;
	content: "";
	height: 0.125rem;
	position: absolute;
	right: 0.1875rem;
	top: 50%;
	transform: translateY(-50%);
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 0.75rem;
}

.p-footer__item > a.js-toggle-sp::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.p-footer__item > a.js-toggle-sp.is-open {
	border-bottom: none;
}

.p-footer__item > a.js-toggle-sp.is-open::after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-footer__item > a.js-toggle-sp + ul {
	border-bottom: 1px solid #c6bda2;
	display: none;
	margin-top: -0.5rem;
}

.p-footer__subItems {
	margin-bottom: 1.5625rem;
}

.p-footer__subItem > a {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	padding: 0.1875rem 0 0.1875rem 0.8125rem;
}

.p-footer__subSubItems {
	margin-bottom: 0.4375rem;
	margin-top: -0.25rem;
	padding-bottom: 0.625rem;
}

.p-footer__subSubItem > a {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	padding: 0 0 0 0.8125rem;
}

.p-footer__links {
	gap: 0.5625rem 1.5625rem;
	padding: 1.3125rem 0 1.5625rem;
}

.p-footer__link a {
	font-size: 0.75rem;
}

.p-footer__middle {
	display: block;
	padding: 2.1875rem 0 1.5625rem;
}

.p-footer__img {
	margin-top: 1.0625rem;
	width: 3.75rem;
}

.p-footer__banners {
	gap: 0.5rem;
	padding-left: 0;
}

.p-footer__banner {
	border-radius: 0.3125rem;
}

.p-footer__bottom {
	display: block;
	padding: 1.6875rem 0;
}

.p-footer__copyright {
	margin-top: 1.0625rem;
	text-align: center;
}

.p-fv::before {
	background-image: url(../images/top/fv_bg_sp.svg);
	height: 49.0625rem;
	left: calc(50% - 12.625rem);
	top: -0.3125rem;
	width: 32.9375rem;
}

.p-fv__inner {
	display: block;
	height: auto;
	min-height: auto;
	padding: 5rem 0.9375rem 0;
}

.p-fv__news {
	bottom: auto;
	margin-left: auto;
	margin-top: 0.8125rem;
	padding: 0.75rem 3.375rem 0.6875rem 0.875rem;
	position: relative;
	right: auto;
	width: 22.5rem;
}

.p-fv__itemWrapper {
	gap: 0.625rem;
}

.p-fv__thumbnail {
	border-radius: 0.3125rem;
}

.p-fv__date {
	font-size: 0.75rem;
}

.p-fv__category {
	font-size: 0.75rem;
}

.p-fv__title {
	font-size: 0.75rem;
	line-height: 1.6666666667;
}

.p-links__items {
	gap: 0.3125rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-links__item {
	font-size: 0.75rem;
	height: 3.4375rem;
	line-height: 1.6666666667;
}

.modal-overlay {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.modal-container {
	border-radius: 0.625rem 0.625rem 0 0;
	width: 100%;
}

.modal-header {
	height: 2.8125rem;
}

.modal-title {
	font-size: 1rem;
}

.modal-close {
	left: auto;
	right: 0.875rem;
}

.modal-content {
	max-height: calc(90vh - 6.625rem);
	padding: 0 0.9375rem 3.6875rem;
}

.modal-bottom {
	padding: 0 0.9375rem;
}

.modal-bottom-clear {
	font-size: 0.875rem;
}

.modal-bottom-submit {
	font-size: 0.875rem;
	width: 12.5rem;
}

.p-modal__wrapper {
	gap: 0.8125rem;
	grid-template-columns: 1fr;
	padding: 1.375rem 0;
}

.p-modal__itemTitle {
	font-size: 0.875rem;
}

.p-modal__itemInput.--select {
	max-width: 100%;
}

.p-modal__itemInput.--alphabet {
	gap: 0.3125rem;
}

.p-modal__itemInput select {
	font-size: 0.75rem;
}

.p-modal__alphabetFilter + label {
	height: 1.875rem;
	width: 1.875rem;
}

.p-modal__inner {
	height: 2.5rem;
	padding: 0.5625rem 0.375rem;
}

.p-modal__input {
	font-size: 0.75rem;
}

.p-modal__alphabet {
	margin-left: 4.5%;
	margin-top: -0.3125rem;
}

.p-modal__alphabetHeading {
	font-size: 0.875rem;
}

.p-modal__alphabetHeading::after {
	margin-left: 0.5625rem;
}

.p-modal__alphabetBtns {
	gap: 0.1875rem 0.3125rem;
	margin-top: 0.8125rem;
}

.p-modal__alphabetBtn {
	font-size: 0.75rem;
	gap: 0.1875rem;
}

.p-modal__alphabetBtn input[type=checkbox] {
	height: 1rem;
	width: 1rem;
}

.p-modal__alphabetBtn input[type=checkbox]:checked::before {
	height: 0.5rem;
	width: 0.5rem;
}

.p-modal__tags {
	gap: 0.625rem 0.3125rem;
}

.p-nav__items {
	gap: 1.5625rem;
	grid-template-columns: 1fr;
}

.p-nav__item {
	border-radius: 0.625rem;
	padding: 1.8125rem 1rem 3.625rem;
}

.p-nav__item::before {
	bottom: 1.4375rem;
	height: 2rem;
	right: 0.875rem;
	width: 2rem;
}

.p-nav__item::after {
	bottom: 2.0625rem;
	height: 0.6875rem;
	right: 1.4375rem;
	width: 0.8125rem;
}

.p-nav__item.--window::after {
	bottom: 2rem;
	height: 0.875rem;
	right: 1.4375rem;
	width: 0.875rem;
}

.p-nav__main {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.25;
}

.p-nav__text {
	font-size: 0.875rem;
	line-height: 2.5;
	padding-right: 0;
}

.p-newsItem {
	display: block;
	padding: 0.9375rem 1.25rem 0.8125rem 0;
}

.p-newsItem::before {
	height: 0.625rem;
	right: 0.125rem;
	width: 0.625rem;
}

.p-newsItem__date {
	font-size: 0.75rem;
	width: 4.9375rem;
}

.p-newsItem__category {
	font-size: 0.75rem;
}

.p-newsItem__title {
	font-size: 0.875rem;
	margin-left: 0;
	margin-top: 0.375rem;
}

.p-page__content section,
.block-editor section {
	padding: 2.875rem 0 2.1875rem;
}

.p-page__content h2,
.block-editor h2 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 1.875;
	margin-bottom: 1.375rem;
	padding-left: 1.5625rem;
}

.p-page__content h2::before,
.block-editor h2::before {
	border-width: 0.1875rem;
	height: 0.9375rem;
	top: 0.7em;
	width: 0.9375rem;
}

.p-page__content h2 span,
.block-editor h2 span {
	font-size: 1.25rem;
}

.p-page__content h3,
.block-editor h3 {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-bottom: 1rem;
	padding-left: 0.875rem;
}

.p-page__content h3::before,
.block-editor h3::before {
	height: calc(100% - 0.625rem);
	width: 0.1875rem;
}

.p-page__content h4,
.block-editor h4 {
	font-size: 1rem;
	line-height: 2.5;
	margin-bottom: 0.75rem;
	margin-top: 0.9375rem;
	padding-bottom: 0;
}

.p-page__content p,
.block-editor p {
	font-size: 0.875rem;
	line-height: 2.5;
	margin-bottom: 0.9375rem;
}

.p-page__content ol,
.block-editor ol {
	margin-bottom: 0.9375rem;
}

.p-page__content ul,
.block-editor ul {
	margin-bottom: 0.9375rem;
}

.p-page__content li,
.block-editor li {
	font-size: 0.75rem;
	line-height: 1.6666666667;
	margin-bottom: 0.5rem;
	padding-left: 0.125rem;
}

.p-page__content .tableWrapper,
.block-editor .tableWrapper { /* スクロールバーを非表示 */
	-ms-overflow-style: none;
	overflow-x: auto;
	scrollbar-width: none;
}

.p-page__content .tableWrapper::-webkit-scrollbar,
.block-editor .tableWrapper::-webkit-scrollbar {
	display: none;
}

.p-page__content table,
.block-editor table {
	margin-bottom: 0.9375rem;
	width: 62.5rem;
}

.p-page__content table tr,
.block-editor table tr {
	width: 62.5rem;
}

.p-page__content table th,
.block-editor table th {
	font-size: 0.875rem;
	line-height: 2.5;
}

.p-page__content table td,
.block-editor table td {
	font-size: 0.875rem;
	line-height: 2.5;
}

.p-page__content table th:first-child,
.block-editor table th:first-child {
	border-radius: 0.625rem 0 0 0;
}

.p-page__content table th:last-child,
.block-editor table th:last-child {
	border-radius: 0 0.625rem 0 0;
}

.p-page__content table th:first-child:last-child,
.block-editor table th:first-child:last-child {
	border-radius: 0.625rem 0.625rem 0 0;
}

.p-page__content .box,
.block-editor .box {
	border-radius: 0.625rem;
	margin-bottom: 0.9375rem;
	padding: 0.9375rem 0.875rem 0.125rem;
}

.p-page__content .subTitle,
.block-editor .subTitle {
	font-size: 1rem;
	line-height: 2.5;
	margin-bottom: 0.625rem;
}

.p-page__content .link,
.block-editor .link {
	font-size: 0.75rem;
	line-height: 1.6666666667;
	margin-bottom: 0.9375rem;
	margin-top: 0.6875rem;
	padding: 0.5rem 0.875rem;
}

.p-page__content .link::after,
.block-editor .link::after {
	height: 0.75rem;
	margin-top: 0.1875rem;
	width: 0.75rem;
}

.p-page__content .link + .link,
.block-editor .link + .link {
	margin-top: 0;
}

.p-page__content .small,
.block-editor .small {
	font-size: 0.75rem;
	line-height: 2.0833333333;
}

.p-page__content .pdf,
.block-editor .pdf {
	gap: 0.625rem;
	grid-template-columns: 1fr;
	margin-bottom: 0.9375rem;
	margin-top: 1.625rem;
}

.p-page__content .pdf a,
.block-editor .pdf a {
	font-size: 0.875rem;
	height: 3.5rem;
	line-height: 1.4285714286;
}

.p-page__content .bannerList,
.block-editor .bannerList {
	gap: 2.3125rem;
	grid-template-columns: 1fr;
}

.p-page__content .bannerText,
.block-editor .bannerText {
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 1.25;
	margin-top: 1.0625rem;
}

.p-page__content .chart01,
.block-editor .chart01 {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-bottom: 1.375rem;
}

.p-page__content .chart02,
.block-editor .chart02 {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-bottom: 1.375rem;
}

.p-page__content .statusContent,
.block-editor .statusContent {
	gap: 2.125rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.p-page__content .statusContent a,
.block-editor .statusContent a {
	font-size: 1rem;
	line-height: 1.5625;
	padding-bottom: 0.875rem;
}

.p-pageFaq__item {
	border-radius: 0.625rem;
	margin-top: 1.5625rem;
	padding: 0 1rem;
}

.p-pageFaq__question {
	padding: 1.375rem 2.1875rem 1.375rem 0;
}

.p-pageFaq__question::before,
.p-pageFaq__question::after {
	height: 0.1875rem;
	right: 0;
	width: 0.875rem;
}

.p-page__content p.p-pageFaq__questionText,
.p-pageFaq__questionText {
	font-size: 1rem;
	gap: 0.1875rem;
	grid-template-columns: 1.5625rem 1fr;
	line-height: 1.25;
}

.p-pageFaq__questionText::before {
	font-size: 1.5rem;
}

.p-pageFaq__answer {
	padding: 1.1875rem 0 1.125rem 0;
}

.p-page__content p.p-pageFaq__answerText,
.p-pageFaq__answerText {
	font-size: 0.875rem;
	line-height: 1.7857142857;
	padding-left: 1.75rem;
}

.p-pageFaq__answerText::before {
	font-size: 1.5rem;
	margin-right: 0.1875rem;
	width: 1.5625rem;
}

.p-page__content a.p-pageFaq__answerLink,
.p-pageFaq__answerLink {
	font-size: 0.75rem;
	line-height: 2.0833333333;
	padding-left: 1.75rem;
}

.p-page__content a.p-pageFaq__answerLink[target=_blank]::after,
.p-pageFaq__answerLink[target=_blank]::after {
	height: 0.75rem;
	margin-left: 0.3125rem;
	width: 0.75rem;
}

.p-pagination {
	gap: 0.625rem;
	margin-top: 3.125rem;
}

.p-pagination .page-numbers {
	font-size: 0.875rem;
	height: 2.5rem;
	width: 2.5rem;
}

.p-policy__box {
	padding: 1.8125rem 0.9375rem 3.625rem;
}

.p-policy__box h2 {
	font-size: 1.25rem;
	line-height: 2;
	margin-bottom: 1.3125rem;
}

.p-policy__box h3 {
	font-size: 1rem;
	line-height: 2.5;
	margin-bottom: 0.1875rem;
	margin-top: 1.375rem;
}

.p-policy__box ul {
	margin-top: 0;
	padding-left: 1.25rem;
}

.p-policy__box p {
	margin-top: 0.1875rem;
}

.p-policy__box p,
.p-policy__box li {
	font-size: 0.75rem;
	line-height: 2.0833333333;
}

.p-relatedPages {
	margin: 3.125rem 0;
}

.p-relatedPages__box {
	border-radius: 0;
	padding: 1.375rem 0;
}

.p-relatedPages__box::before {
	-webkit-transform: translateX(-50%);
	border-radius: 0.9375rem 0 0 0.9375rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

.p-relatedPages__title {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.p-relatedPages__items {
	gap: 0.3125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.375rem;
}

.p-relatedPages__item {
	font-size: 0.75rem;
	height: 3.4375rem;
	line-height: 1.6666666667;
}

.p-search {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	border-radius: 0;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 calc(50% - 50vw);
	padding: 1.25rem 0.9375rem;
	width: 100vw;
}

.p-search__inner {
	height: 2.5rem;
	max-width: 13.75rem;
	padding: 0.5625rem 0.375rem;
}

.p-search__input {
	font-size: 0.75rem;
}

.p-search__button {
	display: none;
}

.p-search__filter {
	font-size: 0.75rem;
	height: 2.5rem;
	margin-left: 0.3125rem;
	padding: 0.5625rem;
	width: 7.5rem;
}

.p-shopModal__shopItems {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 auto;
	margin-top: 1.25rem;
	max-width: 12.5rem;
}

.p-shopModal__shopItem {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 0.75rem;
	line-height: 1.25;
	text-align: center;
}

.p-shopModal__shopItem::before {
	height: 2.5rem;
	margin-right: 0;
	width: 2.5rem;
}

p.p-shopModal__note {
	font-size: 0.875rem;
	line-height: 2.5;
	margin-bottom: 1.25rem;
}

.p-single__date {
	font-size: 0.75rem;
	width: 4.9375rem;
}

.p-single__category {
	font-size: 0.75rem;
}

.p-single__title {
	margin-top: 0.6875rem;
}

.p-single__btn {
	margin-top: 3.125rem;
}

.p-statusList {
	gap: 1.5625rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.p-statusList__item {
	border-radius: 0.625rem;
	padding: 1.125rem 0.9375rem 1.25rem;
}

p.p-statusList__title {
	font-size: 1.25rem;
	margin-bottom: 0;
	padding-bottom: 0.375rem;
}

p.p-statusList__lead {
	margin-bottom: 0.25rem;
	margin-top: 0.5rem;
}

.p-subFv {
	padding-bottom: 3.25rem;
}

.p-subFv__breadcrumb {
	margin-left: 0;
	margin-top: 1.875rem;
}

.p-topAbout {
	margin-top: -2rem;
	padding-bottom: 3rem;
}

.p-topAbout__box {
	gap: 0.625rem;
	grid-template-columns: 1fr;
	padding: 1.5625rem 1.25rem 1.75rem 0;
}

.p-topAbout__heading {
	margin-left: 1.0625rem;
	max-width: 17.75rem;
}

.p-topAbout__text {
	font-size: 0.875rem;
	line-height: 2.5;
	margin-top: 1.0625rem;
}

.p-topAbout__img {
	grid-row: 1/2;
	max-width: 23.125rem;
}

.p-topCategory {
	padding-bottom: 3rem;
	padding-top: 3.9375rem;
}

.p-topCategory__items {
	gap: 0.9375rem;
	grid-template-columns: 1fr;
	margin-top: 1.6875rem;
}

.p-topCategory__item {
	grid-template-columns: 1fr 7.9375rem;
	padding: 1.0625rem 1.3125rem;
}

.p-topCategory__item::before {
	height: 13.5rem;
	right: -3.3125rem;
	width: 13.5rem;
}

.p-topCategory__heading {
	font-size: 1.25rem;
	line-height: 1.5;
}

.p-topColumn {
	padding-bottom: 4.375rem;
	padding-top: 3.9375rem;
}

.p-topColumn::before {
	background-image: url(../images/top/line03_sp.svg);
	height: 10.4375rem;
	top: -1.1875rem;
}

.p-topColumn__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-topColumn__wrapper {
	display: contents;
}

.p-topColumn__btn {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	margin: 3.125rem auto 0;
	order: 3;
}

.p-topColumn__items {
	gap: 1.5625rem;
	grid-template-columns: 1fr;
	margin-top: 1.5625rem;
}

.p-topFaq {
	padding-bottom: 4.375rem;
	padding-top: 3.9375rem;
}

.p-topFaq::before,
.p-topFaq::after {
	background-image: url(../images/top/faq_sp_bg01.svg);
	height: 4.875rem;
	top: 2.1875rem;
}

.p-topFaq::after {
	background-image: url(../images/top/faq_sp_bg02.svg);
	bottom: -0.125rem;
	top: auto;
}

.p-topFaq__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-topFaq__inner::before {
	height: calc(100% - 2.5rem);
	top: 2.5rem;
}

.p-topFaq__wrapper {
	display: contents;
}

.p-topFaq__title {
	position: relative;
}

.p-topFaq__btn {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	margin: 4.4375rem auto 0;
	order: 3;
	padding-bottom: 2rem;
	position: relative;
}

.p-topFaq__items {
	gap: 4.25rem;
	grid-template-columns: 1fr;
	margin-bottom: 1.25rem;
	margin-top: 2.6875rem;
	position: relative;
}

.p-topFaq__item {
	max-width: 25rem;
	width: calc(100% - 0.9375rem);
}

.p-topFaq__item:nth-child(even) {
	margin-left: auto;
	margin-top: 0;
}

.p-topNews {
	padding-bottom: 3rem;
	padding-top: 3.9375rem;
}

.p-topNews::before {
	background-image: url(../images/top/line02_sp.svg);
	height: 10.4375rem;
	top: -5.875rem;
}

.p-topNews__inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-topNews__wrapper {
	display: contents;
}

.p-topNews__btn {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	margin: 3.0625rem auto 0;
	order: 3;
}

.p-topNews__items {
	margin-top: 0.75rem;
}

.p-topPurpose {
	padding-bottom: 3rem;
	padding-top: 3.9375rem;
}

.p-topPurpose::before {
	background-image: url(../images/top/line01_sp.svg);
	height: 10.4375rem;
	top: -1.875rem;
}

.p-topPurpose__items {
	gap: 0.9375rem 1.0625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.625rem;
}

.p-topPurpose__item {
	border-radius: 0.625rem;
	padding: 0.625rem 0.625rem 0.875rem;
}

.p-topPurpose__heading {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.p-topPurpose__img {
	max-width: 7.5rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}


/*# sourceMappingURL=style.css.map */
