@font-face {
	font-family: "ZenMaruGothic-regular";
	font-weight: 400;
	src: url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "ZenMaruGothic-medium";
	font-weight: 500;
	src: url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "ZenMaruGothic-bold";
	font-weight: 700;
	src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "NunitoSans";
	src: url("../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
}

body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	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 body defaults */

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

/* 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;
	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;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

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

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=checkbox],
input[type=radio] {
	display: none;
}

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

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

/* ホバー */

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

a:hover {
	opacity: 0.7;
}

.l-bg {
	background-color: #FCFCED;
}

.l-circles {
	overflow-y: clip;
	position: relative;
}

.l-circles__left {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}

.l-circles__right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.l-circles__left.l-circles__left--top {
	aspect-ratio: 217/4155;
	top: 3.875rem;
	width: 13.5625rem;
}

.l-circles__right.l-circles__right--top {
	aspect-ratio: 217/4181;
	top: 2.3125rem;
	width: 13.5625rem;
}

.l-circles__left.l-circles__left--info {
	aspect-ratio: 217/4462;
	top: 8.5rem;
	width: 13.5625rem;
}

.l-circles__right.l-circles__right--info {
	aspect-ratio: 217/4476;
	top: 7.0625rem;
	width: 13.5625rem;
}

.l-circles__left.l-circles__left--charm {
	aspect-ratio: 217/3463;
	top: 8.5rem;
	width: 13.5625rem;
}

.l-circles__right.l-circles__right--charm {
	aspect-ratio: 217/3491;
	top: 7.0625rem;
	width: 13.5625rem;
}

.l-circles__left.l-circles__left--contact {
	aspect-ratio: 208/1444;
	top: 8.625rem;
	width: 13rem;
}

.l-circles__right.l-circles__right--contact {
	aspect-ratio: 217/1460;
	top: 7.0625rem;
	width: 13.5625rem;
}

.l-header {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-section {
	padding: 3.75rem 0 5rem;
}

.c-column2 {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
	gap: 3.75rem;
}

.c-column3 {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.c-hoverRun {
	-webkit-text-decoration: none;
	background-image: linear-gradient(90deg, black, black);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
	color: black;
	display: inline;
	text-decoration: none;
	transition: background-size 0.5s;
}

.c-hoverUnderline {
	display: inline-block;
	position: relative;
}

.c-hoverUnderline::after {
	background: black;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
	width: 100%;
}

.c-imgHover {
	position: relative;
}

.c-imgHover img {
	transition: 0.5s opacity;
	width: 1.875rem;
}

.c-imgHover img:nth-of-type(2) {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.5s opacity;
}

.c-link {
	line-height: 1;
	position: relative;
}

.c-link::after {
	background: url(../images/common/) center center/contain no-repeat;
	content: "";
	height: 1em;
	position: absolute;
	right: -1em;
	top: 0.3em;
	width: 1em;
}

.c-table01 {
	border: 2px solid #000;
	border-collapse: collapse;
	width: 100%;
}

.c-table01__data,
.c-table01__head {
	border: 1px solid #000;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	line-height: 1;
	padding: 0.6875rem 0rem;
	text-align: center;
}

.c-table01__head {
	background-color: #FCD3CD;
	width: 14.63%;
}

.c-table02 {
	border: 2px solid #000;
	border-collapse: collapse;
	width: 100%;
}

.c-table02__data,
.c-table02__head {
	border: 1px solid #000;
}

.c-table02__head {
	background-color: #FDE9E6;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	line-height: 1;
	padding: 0.75rem 0rem;
	width: 66.17%;
}

.c-table02__data {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(0.75rem, 0.528rem + 0.46vw, 0.875rem);
	font-weight: 400;
	line-height: 1.0714285714;
	padding-left: 0.75rem;
}

.c-underBar {
	display: inline-block;
	position: relative;
}

.c-underBar::before {
	background-color: #333;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	opacity: 1;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 100%;
}

.p-activity__cards {
	grid-gap: 0.75rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 3.125rem;
}

.p-activity__contents {
	margin-top: 5.3125rem;
}

.p-activity__content {
	display: flex;
	justify-content: center;
}

.p-activity__content + .p-activity__content {
	margin-top: 3.125rem;
}

.p-activity__content:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.p-activity__img {
	width: 50%;
}

.p-activity__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/300;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-activity__content:nth-of-type(4) .p-activity__img img {
	aspect-ratio: 375/360;
}

.p-activity__body {
	background-color: #FCFCED;
	padding-left: 1.6875rem;
	padding-right: 1.25rem;
	padding-top: 1.5625rem;
	width: 50%;
}

.p-activity__title {
	color: #F79081;
	font-family: "ZenMaruGothic-bold";
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 2.8125rem;
	position: relative;
}

.p-activity__title::before {
	aspect-ratio: 39/41;
	content: "";
	left: 0;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 2.4375rem;
}

.p-activity__content:nth-of-type(1) .p-activity__title::before {
	background: url(../images/common/charm_number1.png) no-repeat center center/contain;
}

.p-activity__content:nth-of-type(2) .p-activity__title::before {
	background: url(../images/common/charm_number2.png) no-repeat center center/contain;
}

.p-activity__content:nth-of-type(3) .p-activity__title::before {
	background: url(../images/common/charm_number3.png) no-repeat center center/contain;
}

.p-activity__content:nth-of-type(4) .p-activity__title::before {
	background: url(../images/common/charm_number4.png) no-repeat center center/contain;
}

.p-activity__text {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
	margin-top: 1rem;
}

.p-button a {
	align-items: center;
	background-color: #F4A717;
	border-radius: calc(infinity * 1px);
	box-shadow: 0 0.3125rem 0 #C8C9CA;
	color: #fff;
	display: flex;
	font-family: "ZenMaruGothic-bold";
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 0.9375rem 2.5rem;
	transition: 0.4s;
	width: 18.75rem;
}

.p-button a:hover {
	box-shadow: 0 0 0 #C8C9CA;
	transform: translateY(0.3125rem);
}

.p-card {
	background-color: #FDDED9;
	border-radius: 10px;
	counter-increment: charmNumber;
	padding-bottom: 0.625rem;
	padding-top: 3.5625rem;
	position: relative;
}

.p-card::before {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	color: #F79081;
	content: counter(charmNumber);
	font-family: "ZenMaruGothic-bold";
	font-size: 2.5rem;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: -1.4375rem;
	transform: translateX(-50%);
	width: 3.125rem;
}

.p-card__title {
	color: #000;
	font-family: "ZenMaruGothic-bold";
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.p-card:first-of-type .p-card__img {
	margin-top: 1.25rem;
	max-width: 4.5rem;
}

.p-card:nth-of-type(2) .p-card__img {
	margin-top: 1.375rem;
	max-width: 5rem;
}

.p-card:nth-of-type(3) .p-card__img {
	margin-top: 1.875rem;
	max-width: 9.3125rem;
}

.p-card:nth-of-type(4) .p-card__img {
	margin-top: 1.6875rem;
	max-width: 5.9375rem;
}

.p-card__img {
	margin-left: auto;
	margin-right: auto;
}

.p-care__table01,
.p-care__table01 td,
.p-care__table01 th {
	border: 1px solid #000;
	border-collapse: collapse;
}

.p-care__tableWrap {
	margin-top: 1.5rem;
}

.p-care__table01 {
	border: 2px solid #000;
	position: relative;
	width: 100%;
}

.p-care__firstHead:first-child {
	width: 39.86%;
}

.p-care__firstHead:nth-child(2) {
	width: 19.86%;
}

.p-care__firstHead {
	background-color: #FFF1ED;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
	text-align: center;
}

.p-care__thirdHead {
	width: 19.73%;
}

.p-care__secondHead {
	background-color: #F4EBF4;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.25rem 0rem;
	text-align: center;
}

.p-care__thirdHead {
	background-color: #CFE1EB;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	padding: 0.25rem 0rem;
	text-align: center;
}

.p-care__tableContent {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.848rem + 0.32vw, 1.125rem);
	font-weight: 400;
	line-height: 1.5789473684;
	padding: 0.5rem 0rem;
	text-align: center;
	vertical-align: top;
}

.p-care__tableContent span {
	font-size: 0.875rem;
}

.p-care__table02 {
	border: 2px solid #000;
	border-spacing: 0;
	margin-top: 1.875rem;
	position: relative;
	width: 100%;
}

.p-care__table02::before {
	background: url(../images/common/careTable_ornament.png) no-repeat center center/contain;
	bottom: -3.75rem;
	content: "";
	height: 7.5rem;
	position: absolute;
	right: -1.875rem;
	width: 8.4375rem;
}

.p-care__secondHead02 {
	border-top: 1px solid #000;
	width: 20%;
}

.p-care__secondHead02 + .p-care__secondHead02 {
	border-left: 1px solid #000;
}

.p-care__firstHead02 {
	background-color: #fcf2d4;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.5rem 0rem;
	text-align: center;
}

.p-care__secondHead02 {
	background-color: #FFF1ED;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 1rem 0rem;
	text-align: center;
}

.p-care__secondHead02.p-care__secondHead02--small {
	font-size: clamp(1rem, 0.848rem + 0.32vw, 1.125rem);
}

.p-care__tableContent02 {
	border-top: 1px solid #000;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.848rem + 0.32vw, 1.125rem);
	font-weight: 400;
	line-height: 1.5789473684;
	padding-bottom: 4.25rem;
	padding-top: 0.5rem;
	text-align: center;
	vertical-align: top;
}

.p-care__tableContent02 + .p-care__tableContent02 {
	border-left: 1px solid #000;
}

.p-charge__text {
	margin-top: 1.875rem;
	text-align: center;
}

.p-charge__container {
	margin-top: 2.875rem;
}

.p-charge__body {
	margin-top: 0.3125rem;
}

.p-charge__freeTable {
	margin-top: 0.875rem;
}

.p-charge__tableNote {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	margin-top: 0.3125rem;
}

.p-charge__amountTable {
	border: 2px solid #000;
	border-collapse: collapse;
	margin-top: 1.875rem;
	width: 100%;
}

.p-charge__tableHeading {
	background-color: #FCD3CD;
	border: 1px solid #595959;
	border-collapse: collapse;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	line-height: 1;
	padding-bottom: 0.625rem;
	padding-top: 0.75rem;
}

.p-charge__tableHeading:first-child {
	width: 14.63%;
}

.p-charge__tableHeading:nth-child(2) {
	width: 66.44%;
}

.p-charge__tableHeading:nth-child(3) {
	width: 18.38%;
}

.p-charge__tableData {
	border: 1px solid #595959;
	border-collapse: collapse;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	line-height: 1;
	padding-bottom: 0.625rem;
	padding-top: 0.75rem;
	position: relative;
}

.p-charge__tableData span {
	font-size: clamp(0.75rem, 0.639rem + 0.23vw, 0.813rem);
	line-height: 1.0714285714;
	position: absolute;
	right: 0.5625rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-charge__tableData:first-child {
	text-align: center;
}

.p-charge__tableData:nth-child(2) {
	padding-left: 0.875rem;
}

.p-charge__tableData:nth-child(3) {
	padding-right: 1.0625rem;
	text-align: right;
}

.p-charge__conditionTable {
	margin-top: 1rem;
}

.p-charge__reductionTable {
	border: 2px solid #000;
	border-collapse: collapse;
	margin-top: 0.5625rem;
	width: 100%;
}

.p-charge__reductionTitle {
	background-color: #FCD3CD;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	line-height: 1;
	padding-bottom: 0.6875rem;
	padding-top: 0.75rem;
	width: 6.7%;
	writing-mode: vertical-lr;
}

.firefox .p-charge__reductionTitle {
	max-width: 3.125rem;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-charge__reductionMenu {
	background-color: #FDE9E6;
	border: 1px solid #000;
	border-collapse: collapse;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	line-height: 1;
	width: 26.84%;
}

.p-charge__reductionData {
	border: 1px solid #000;
	border-collapse: collapse;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.p-charm {
	padding-top: 9.75rem;
}

.p-charm__inner.l-inner {
	background: linear-gradient(180deg, transparent 0%, transparent 1.2%, #fff 1.2%, #fff 100%);
	padding-bottom: 5.4375rem;
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
}

.p-charm__activity {
	margin-top: 3.75rem;
}

.p-charm__care {
	margin-top: 3.75rem;
}

.p-concept {
	background-color: #fff;
	position: relative;
}

.p-concept__title.p-sectionTitle {
	display: contents;
}

.p-concept__title .p-sectionTitle__en {
	position: absolute;
	right: 4.5625rem;
	top: 4.1875rem;
	writing-mode: vertical-lr;
}

.p-concept__title .p-sectionTitle__en::before {
	background-color: #000;
	content: "";
	height: 17.5rem;
	left: 50%;
	position: absolute;
	top: 6.25rem;
	transform: translateX(-50%);
	width: 1px;
}

.p-concept__title .p-sectionTitle__ja {
	position: absolute;
	right: 4.375rem;
	top: 28.75rem;
	writing-mode: vertical-lr;
}

.p-concept__inner.l-inner {
	align-items: stretch;
	display: flex;
	margin-left: calc(50% - 50vw);
	max-height: 58.125rem;
	max-width: none;
	max-width: initial;
	padding-left: 0;
}

.p-concept__img {
	width: 57%;
}

.p-concept__img img {
	-o-object-fit: cover;
	-o-object-position: center top;
	aspect-ratio: 807/840;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.p-concept__content {
	padding-bottom: 3.625rem;
	padding-top: 3.375rem;
	position: relative;
	width: 43%;
}

.p-concept__message {
	color: #000;
	font-family: "ZenMaruGothic-medium";
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	width: -moz-fit-content;
	width: fit-content;
}

.p-concept__text {
	margin-top: 3.5rem;
	max-width: 20.6875rem;
}

.p-concept__button.p-button {
	margin-top: 3.125rem;
}

.p-contact {
	padding-top: 10.9375rem;
}

.p-contact__inner.l-inner {
	background: linear-gradient(180deg, transparent 0%, transparent 2%, #fff 2%, #fff 100%);
	padding-bottom: 3.875rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.p-contact__heading {
	margin-top: 2.5rem;
}

.p-contact__text {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.3888888889;
	margin-top: 2.0625rem;
	text-align: center;
}

.p-contact__form {
	margin-top: 4rem;
}

.p-contact__button.p-button {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wrap main {
	flex: 1;
}

.p-faq {
	padding-top: 5.9375rem;
}

.p-faq__inner.l-inner {
	background: linear-gradient(180deg, transparent 0%, transparent 7%, #fff 7%, #fff 100%);
	padding-bottom: 2.6875rem;
	padding-left: 2.6875rem;
	padding-right: 2.8125rem;
}

.p-faq__heading {
	margin-top: 2.875rem;
}

.p-faq__list {
	margin-top: 2rem;
}

.p-faqList__item {
	background-color: #fff;
}

.p-faqList__item + .p-faqList__item {
	margin-top: 0.75rem;
}

.p-faqList__itemQuestion {
	color: #000;
	cursor: pointer;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 1.25rem 3.75rem 1.25rem 1.25rem;
	position: relative;
}

.p-faqList__itemQuestion::before {
	border-right: 0.1875rem solid #F4A717;
	border-top: 0.1875rem solid #F4A717;
	content: "";
	height: 0.75rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 0.75rem;
}

.p-faqList__itemQuestion.is-open::before {
	transform: translateY(-50%) rotate(315deg);
}

.p-faqList__itemAnswer {
	border-top: 1px solid #D4D3C1;
	color: #000;
	display: none;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3888888889;
	padding: 0.875rem 3.75rem 0.875rem 1.25rem;
}

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

.p-feature__text {
	margin-top: 1.4375rem;
	text-align: center;
}

.p-flow__inner.l-inner {
	padding-left: 0;
	padding-right: 0;
	padding-top: 5.5rem;
}

.p-flow__description {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
	margin-top: 1.875rem;
	text-align: center;
}

.p-flow__step {
	margin-top: 2.5rem;
}

.p-flow__stepItem:not(:first-of-type) {
	position: relative;
}

.p-flow__stepItem:not(:first-of-type)::before {
	aspect-ratio: 60/40;
	background: url(../images/common/arrow_flow.svg) no-repeat center center/contain;
	content: "";
	left: 50%;
	position: absolute;
	top: -3.75rem;
	transform: translateX(-50%);
	width: 3.75rem;
}

.p-flow__stepItem + .p-flow__stepItem {
	margin-top: 5rem;
}

.p-flow__stepItem:first-of-type .p-flow__stepTitle::before {
	background: url(../images/common/flow01.png) no-repeat center center/contain;
}

.p-flow__stepItem:nth-of-type(2) .p-flow__stepTitle::before {
	background: url(../images/common/flow02.png) no-repeat center center/contain;
}

.p-flow__stepItem:nth-of-type(3) .p-flow__stepTitle::before {
	background: url(../images/common/flow03.png) no-repeat center center/contain;
}

.p-flow__stepItem:nth-of-type(4) .p-flow__stepTitle::before {
	background: url(../images/common/flow04.png) no-repeat center center/contain;
}

.p-flow__stepItem:nth-of-type(5) .p-flow__stepTitle::before {
	background: url(../images/common/flow05.png) no-repeat center center/contain;
}

.p-flow__stepTitle {
	color: #F79081;
	font-family: "ZenMaruGothic-medium";
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1.72;
	padding-left: 2.75rem;
	position: relative;
}

.p-flow__stepTitle::before {
	aspect-ratio: 44/48;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
}

.p-flow__stepDescription {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6666666667;
	margin-top: 0.375rem;
	padding: 0.625rem 0.25rem;
	position: relative;
}

.p-flow__stepDescription::before {
	background: url(../images/common/dotLine.svg) no-repeat center center/cover;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-footer {
	background-color: #F4A717;
	padding-bottom: 0.875rem;
	padding-top: 1.125rem;
}

.p-footer__copyright {
	color: #fff;
	font-family: "ZenMaruGothic-medium";
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.p-form-checkbox label {
	display: block;
}

.p-form-checkbox input {
	display: none;
}

.p-form-checkbox input + span {
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: "ZenMaruGothic-regular";
	font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
	font-weight: 400;
	line-height: 1;
	padding: 0 0 0 2.0625rem;
	position: relative;
}

.p-form-checkbox input + span::before {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	content: "";
	display: block;
	height: 1.5625rem;
	left: 0;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	width: 1.5625rem;
}

.p-form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #000;
	border-left: 0.1875rem solid #000;
	content: "";
	display: block;
	height: 0.8125rem;
	left: 0.1875rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 1.25rem;
}

.p-form-checkbox input:checked + span::after {
	opacity: 1;
}

.p-form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FBFCFB;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.p-form-input input:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.p-form-submit input {
	align-items: center;
	background-color: #F4A717;
	border-radius: calc(infinity * 1px);
	box-shadow: 0 0.3125rem 0 #C8C9CA;
	color: #fff;
	display: flex;
	font-family: "ZenMaruGothic-bold";
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 0.9375rem 2.5rem;
	transition: 0.4s;
	width: 18.75rem;
}

.p-form-submit input:hover {
	box-shadow: 0 0 0 #C8C9CA;
	transform: translateY(0.3125rem);
}

.p-form-submit input:hover,
.p-form-submit input:focus {
	outline: none;
}

.p-form-submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.p-form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #FBFCFB;
	background-image: none;
	border: 0.1875rem solid #ccc;
	border-radius: 0.9375rem;
	font-size: 0.9375rem;
	height: 12.5rem;
	padding: 0.5rem 0.9375rem;
	width: 100%;
}

.p-form-textarea textarea:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

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

.p-form__note {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3888888889;
	margin-bottom: 0.5rem;
	text-align: right;
}

.p-form__note span {
	color: #F7686D;
	margin-right: 0.375rem;
}

.p-form__wrap {
	align-items: center;
	border-top: 1px solid #ccc;
	display: flex;
	padding: 0.8125rem 0.3125rem;
}

.p-form__wrap:nth-child(6) {
	padding-top: 1.25rem;
}

.p-form__wrap:nth-child(7),
.p-form__wrap:nth-child(8) {
	border-top: none;
}

.p-form__wrap.p-form__wrap--column {
	align-items: flex-start;
	flex-direction: column;
}

.p-form__label {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.3888888889;
	max-width: 14.0625rem;
	width: 100%;
}

.p-form__label span {
	color: #F7686D;
	margin-left: 0.375rem;
}

.p-form__wrap.p-form__wrap--textarea .p-form__label {
	margin-top: 0.625rem;
}

.p-form__input {
	flex-grow: 1;
	font-family: "ZenMaruGothic-regular";
}

.p-form__textarea {
	font-family: "ZenMaruGothic-regular";
	margin-top: 0.875rem;
	width: 100%;
}

.p-form__submit {
	display: flex;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-form__checkbox.p-form-checkbox {
	display: flex;
	gap: 1.625rem;
	margin-top: 0.625rem;
}

.p-form__privacy {
	margin-top: 1.875rem;
}

.p-form__privacy-container {
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 6.25rem;
	margin-top: 0.625rem;
	overflow: scroll;
	padding: 1rem;
}

.p-form__privacy-text {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.p-form__privacy-note {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.3;
	margin-top: 1.875rem;
	text-align: center;
}

.p-guide {
	padding-top: 4.6875rem;
}

.p-guide__inner.l-inner {
	background: linear-gradient(180deg, transparent 0%, transparent 6%, #fff 6%, #fff 100%);
	padding-bottom: 3.25rem;
}

.p-guide__heading {
	margin-top: 1.875rem;
}

.p-guide__body {
	display: flex;
	gap: 2.625rem;
	justify-content: center;
	margin-top: 2.25rem;
	padding-left: 2.375rem;
	padding-right: 2.375rem;
}

.p-guide__text {
	width: 50%;
}

.p-guide__img {
	width: 50%;
}

.p-guide__button {
	display: flex;
	justify-content: center;
	margin-top: 2.625rem;
}

.p-header {
	background-color: rgba(255, 255, 255, 0.8);
	height: 4.6875rem;
}

.p-header__inner {
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 1.25rem;
	position: relative;
}

.p-header__logo {
	height: inherit;
	max-width: 16.25rem;
	width: 100%;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

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

.p-header__nav {
	height: inherit;
}

.p-header__navList {
	display: flex;
	height: inherit;
}

.p-header__navItem {
	height: inherit;
}

.p-header__navItem.p-header__navItem--line {
	align-items: center;
	display: flex;
	margin-left: 0.75rem;
}

.p-header__navItem.p-header__navItem--contact {
	align-items: center;
	display: flex;
	margin-left: 1.5625rem;
}

.p-header__navItem a {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "ZenMaruGothic-medium";
	font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
	font-weight: 500;
	height: inherit;
	line-height: 1;
	padding: 0 0.9375rem;
}

.p-header__navItem.p-header__navItem--line a {
	height: auto;
	height: initial;
	max-width: 2.0625rem;
	padding: 0;
}

.p-header__navItem.p-header__navItem--contact a {
	background-color: #F4A717;
	border-radius: calc(infinity * 1px);
	color: #fff;
	height: auto;
	height: initial;
	padding: 0.4375rem 1.25rem;
	position: relative;
}

.p-header__navItem.p-header__navItem--contact a::before {
	background-image: url(../images/common/mail.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-right: 0.1875rem;
	width: 1.125rem;
}

.p-header__hamburger {
	background-color: #F4A717;
	border: none;
	cursor: pointer;
	display: none;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	transition: 0.3s;
	width: 2.5rem;
	z-index: 999;
}

.p-header__hamburger.is-open {
	background-color: transparent;
}

.p-header__hamburger span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.25rem;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -0.375rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 0.375rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	background-color: #333;
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	background-color: #333;
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	background-color: #FCFCED;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding-bottom: 6.25rem;
	padding-top: 5rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

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

.p-header__drawerWrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}

.p-header__drawerNav {
	margin-top: 1.875rem;
}

.p-header__drawerLogo {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.5rem;
}

.p-header__drawerItem + .p-header__drawerItem {
	border-top: 1px solid #000;
}

.p-header__drawerItem a {
	color: #000;
	display: block;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.9375rem 0;
	text-align: center;
	text-transform: uppercase;
}

.p-header__drawerTel {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 18.75rem;
}

.p-header__drawerLine {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 18.75rem;
}

.p-header__text {
	bottom: -4.0625rem;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 0.8125rem;
	font-weight: 400;
	left: 1.25rem;
	line-height: 1.5384615385;
	position: absolute;
	text-shadow: 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB, 0 0 6px #CFE1EB;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.p-header__text.p-header__text--lower {
	text-shadow: none;
}

.p-heading {
	color: #F4A717;
	font-family: "ZenMaruGothic-medium";
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
}

.p-heading.p-heading--black {
	color: #000;
}

.p-headline {
	color: #F79081;
	font-family: "ZenMaruGothic-medium";
	font-size: clamp(1.438rem, 1.215rem + 0.46vw, 1.563rem);
	font-weight: 500;
	line-height: 1;
}

.p-information {
	padding-top: 10.9375rem;
}

.p-information__inner.l-inner {
	background: linear-gradient(180deg, transparent 0%, transparent 0.9%, #fff 0.9%, #fff 100%);
	padding-bottom: 2.8125rem;
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
}

.p-information__about {
	margin-top: 2.1875rem;
}

.p-information__target {
	margin-top: 5rem;
}

.p-information__charge {
	margin-top: 5.625rem;
}

.p-inquiry {
	padding-bottom: 2.25rem;
	padding-top: 3.125rem;
}

.p-inquiry__text {
	color: #000;
	font-family: "ZenMaruGothic-medium";
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 2rem;
	text-align: center;
}

.p-inquiry__phone {
	background-color: #fff;
	margin-top: 3.125rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
}

.p-inquiry__phoneHeading {
	color: #000;
	font-family: "ZenMaruGothic-medium";
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1;
}

.p-inquiry__phoneNumber {
	color: #F4A717;
	font-family: "ZenMaruGothic-bold";
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	padding-left: 3.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-inquiry__phoneNumber::before {
	aspect-ratio: 1;
	background: url(../images/common/tel_orange.png) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 2.625rem;
}

.p-inquiry__phoneHours {
	color: #000;
	display: inline-block;
	font-family: "ZenMaruGothic-medium";
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.5rem;
}

.p-inquiry__button {
	display: flex;
	justify-content: center;
	margin-top: 3rem;
}

.p-inquiry__line {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.0625rem;
	max-width: 25rem;
}

.p-inquiry__line.p-inquiry__line--contact {
	margin-top: 1.4375rem;
}

.p-inquiry__bottom {
	margin-top: 4rem;
}

.p-inquiry__bottomText {
	color: #000;
	font-family: "ZenMaruGothic-medium";
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.p-inquiry__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.9375rem;
}

.p-inquiry__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-left: 4.375rem;
}

.p-inquiry__tel {
	align-items: center;
	color: #000;
	display: flex;
	font-family: "ZenMaruGothic-bold";
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 1.25rem;
	position: relative;
}

.p-inquiry__tel::before {
	aspect-ratio: 1;
	background: url(../images/common/tel_black.png) no-repeat center center/contain;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.p-inquiry__tel span {
	color: #000;
	font-family: "ZenMaruGothic-medium";
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
}

.p-inquiry__address {
	align-items: center;
	display: flex;
	margin-top: 0.5rem;
	transform: translateX(-0.75rem);
}

.p-inquiry__addressText {
	color: #000;
	font-family: "ZenMaruGothic-medium";
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}

.p-inquiry__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	max-width: 35.9375rem;
}

.p-message {
	margin-top: -3.75rem;
	padding-bottom: 6.6875rem;
	position: relative;
	z-index: 1;
}

.p-message__inner.l-inner {
	max-width: 71rem;
}

.p-message__main {
	color: #000;
	font-family: "ZenMaruGothic-medium";
	font-size: 2.8125rem;
	font-weight: 500;
	line-height: 1.5555555556;
	margin-top: 3.625rem;
	text-align: center;
}

.p-message__text {
	margin-top: 2.4375rem;
	text-align: center;
}

.p-mv__inner {
	position: relative;
}

.p-mv__title {
	color: #E55927;
	font-family: "ZenMaruGothic-bold";
	font-size: 1.875rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.2;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
	top: 15vw;
	transform: translateX(-50%);
	width: 100%;
}

.p-schedule {
	padding-top: 4.375rem;
	position: relative;
	z-index: 1;
}

.p-schedule__text {
	margin-top: 2.5rem;
	position: relative;
	text-align: center;
}

.p-schedule__table {
	border: 2px solid #000;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 45rem;
}

.p-schedule__tableHeadings {
	display: flex;
}

.p-schedule__tableHead {
	border-bottom: 1px solid #000;
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	padding: 1rem 0;
	text-align: center;
	width: 50%;
}

.p-schedule__tableHead.p-schedule__tableHead--sky {
	background-color: #CFE1EB;
	border-top-left-radius: 10px;
}

.p-schedule__tableHead.p-schedule__tableHead--pink {
	background-color: #FFF1ED;
	border-left: 1px solid #000;
	border-top-right-radius: 10px;
}

.p-schedule__tableContentTop {
	border-bottom: 1px solid #000;
	display: flex;
}

.p-schedule__tableWrapper {
	width: 50%;
}

.p-schedule__tableContainerTop {
	display: flex;
}

.p-schedule__tableContainerTop:first-child {
	border-bottom: 1px solid #000;
}

.p-schedule__tableWrap {
	border-left: 1px solid #000;
	display: flex;
	width: 50%;
}

.p-schedule__tableContainer {
	display: flex;
	width: 50%;
}

.p-schedule__tableContainer:last-child {
	border-left: 1px solid #000;
}

.p-schedule__tableTime {
	background-color: #F4EBF4;
	color: #000;
	display: flex;
	flex-direction: column;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	padding: 0.625rem 0rem;
	text-align: center;
	width: 27.78%;
}

.p-schedule__tableTime span {
	display: block;
	padding-left: 1.25rem;
	transform: rotate(90deg);
}

.firefox .p-schedule__tableTime span {
	padding-left: 0.3125rem;
}

.p-schedule__tableMenu {
	align-items: center;
	background-color: #fff;
	border-left: 1px solid #000;
	color: #000;
	display: flex;
	font-family: "ZenMaruGothic-regular";
	font-size: 1.25rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	width: 72.23%;
}

.p-schedule__tableContentBottom {
	display: flex;
}

.p-schedule__tableContentBottom .p-schedule__tableTime {
	padding: 1.875rem 0rem;
}

.p-schedule__tableContentBottom .p-schedule__tableContainer:first-child .p-schedule__tableTime {
	border-bottom-left-radius: 10px;
}

.p-schedule__tableContentBottom .p-schedule__tableContainer:last-child .p-schedule__tableMenu {
	border-bottom-right-radius: 10px;
}

.p-schedule__tableNote {
	color: #000;
	font-family: "ZenMaruGothic-regular";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.9375rem;
	max-width: 45rem;
	padding-left: 1.125rem;
}

.p-schedule__tableNote + .p-schedule__tableNote {
	margin-top: 0.375rem;
}

.p-sectionTitle {
	text-align: center;
}

.p-sectionTitle__en {
	color: #F4A717;
	font-family: "NunitoSans";
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.p-sectionTitle__en.p-sectionTitle__en--whiteShadow {
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.p-sectionTitle__en.p-sectionTitle__en--creamShadow {
	text-shadow: 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED;
}

.p-sectionTitle__ja {
	color: #000;
	font-family: "ZenMaruGothic-medium";
	font-size: 1.5625rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 0.375rem;
}

.p-sectionTitle__ja.p-sectionTitle__ja--whiteShadow {
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.p-sectionTitle__ja.p-sectionTitle__ja--creamShadow {
	text-shadow: 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED, 0 0 4px #FCFCED;
}

.p-support__text {
	margin-top: 1.125rem;
	text-align: center;
}

.p-support__container {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-support__body {
	width: 52%;
}

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

.p-support__bodyText.u-base01 {
	line-height: 1.5555555556;
}

.p-support__img {
	width: 48%;
}

.p-target__text {
	margin-top: 1.875rem;
	text-align: center;
}

.p-target__container {
	display: flex;
	gap: 0.625rem;
	margin-top: 3.125rem;
}

.p-target__headline {
	padding-top: 0.25rem;
	width: 23.13%;
}

.p-target__headline span {
	position: relative;
	top: -0.5rem;
}

.p-target__body {
	width: 75.79%;
}

.u-base01 {
	font-family: "ZenMaruGothic-regular";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6666666667;
}

.u-base02 {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.88;
}

.u-font14 {
	font-size: 0.875rem;
}

.u-font16 {
	font-size: 1rem;
}

.u-font18 {
	font-size: 1.125rem;
}

.u-font20 {
	font-size: 1.25rem;
}

.u-font22 {
	font-size: 1.375rem;
}

.u-font24 {
	font-size: 1.5rem;
}

.u-font28 {
	font-size: 1.75rem;
}

.u-font32 {
	font-size: 2rem;
}

.u-font40 {
	font-size: 2.5rem;
}

.u-hover {
	transition: opacity 0.5s;
}

.u-hover:hover {
	opacity: 0.6;
	transition: opacity 0.5s;
}

.u-lh10 {
	line-height: 1;
}

.u-lh13 {
	line-height: 1.3;
}

.u-lh15 {
	line-height: 1.5;
}

.u-lh16 {
	line-height: 1.6;
}

.u-lh20 {
	line-height: 2;
}

.u-ls05 {
	letter-spacing: 0.05em;
}

.u-ls10 {
	letter-spacing: 0.1em;
}

.u-ls15 {
	letter-spacing: 0.15em;
}

.u-ls20 {
	letter-spacing: 0.2em;
}

.u-mt10 {
	margin-top: 10px !important;
	margin-top: 0.625rem !important;
}

.u-mt20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mt30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mt40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mt50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mt60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mt70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mt80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mt90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mt100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mt110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mt120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mt130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mt140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mt150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mt160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mt170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mt180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mt190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mt200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

.u-shadow {
	box-shadow: 0 0 13px rgba(255, 0, 0, 0.5);
}

.u-textLeft {
	text-align: Left !important;
}

.u-textCenter {
	text-align: Center !important;
}

.u-textRight {
	text-align: Right !important;
}

.u-textJustify {
	text-align: Justify !important;
}

.u-w300 {
	font-weight: 300;
}

.u-w400 {
	font-weight: 400;
}

.u-w500 {
	font-weight: 500;
}

.u-w600 {
	font-weight: 600;
}

.u-w700 {
	font-weight: 700;
}

.u-w900 {
	font-weight: 900;
}

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

.p-header__drawerWrap {
	max-width: 60%;
}

}

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

.c-hoverRun:hover {
	background-size: 100% 1px;
}

.c-hoverUnderline:hover::after {
	opacity: 1;
}

.c-imgHover:hover img:nth-of-type(1) {
	opacity: 0;
	transition: 0.5s opacity;
}

.c-imgHover:hover img:nth-of-type(2) {
	opacity: 1;
	transition: 0.5s opacity;
}

.c-underBar:hover:before {
	opacity: 0;
	transition: 0.5s all;
}

}

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

.u-linefeed {
	display: none;
}

}

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

.p-concept__title .p-sectionTitle__en {
	right: 3.125rem;
}

.p-concept__title .p-sectionTitle__ja {
	right: 3.125rem;
}

}

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

.p-concept__inner.l-inner {
	max-height: 50rem;
}

.p-concept__content {
	padding-top: 6.25rem;
}

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

.u-wide {
	display: none;
}

}

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

.p-mv__title {
	font-size: 2.5rem;
}

}

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

.p-information {
	position: relative;
	z-index: 1;
}

}

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

.p-concept__title .p-sectionTitle__en {
	right: 0;
}

.p-concept__title .p-sectionTitle__ja {
	right: 0;
}

}

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

.p-charm {
	position: relative;
	z-index: 1;
}

.p-contact {
	position: relative;
	z-index: 1;
}

.p-faq {
	position: relative;
	z-index: 1;
}

.p-guide {
	position: relative;
	z-index: 1;
}

.p-inquiry {
	position: relative;
	z-index: 1;
}

}

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

.p-concept__img img {
	-o-object-position: 70% 0%;
	object-position: 70% 0%;
}

}

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

.p-header__logo {
	max-width: 11.25rem;
}

.p-header__navItem a {
	letter-spacing: -0.05em;
}

}

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

.p-mv__title {
	font-size: 1.5rem;
	top: 18vw;
}

}

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

.p-concept__title .p-sectionTitle__en {
	right: -1.4375rem;
}

.p-concept__title .p-sectionTitle__ja {
	right: -1.4375rem;
}

}

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

.p-concept__content {
	padding-left: 1.25rem;
}

.p-concept__message {
	font-size: clamp(1.563rem, 0.982rem + 2.9vw, 2.375rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
}

}

@media (max-width: 800px) {

html {
	font-size: 2vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.l-circles__left.l-circles__left--top {
	width: 7.5rem;
}

.l-circles__right.l-circles__right--top {
	width: 7.5rem;
}

.l-circles__left.l-circles__left--info {
	top: 3.125rem;
	width: 7.5rem;
}

.l-circles__right.l-circles__right--info {
	top: 3.125rem;
	width: 7.5rem;
}

.l-circles__left.l-circles__left--charm {
	top: 3.125rem;
	width: 7.5rem;
}

.l-circles__right.l-circles__right--charm {
	top: 3.125rem;
	width: 7.5rem;
}

.l-circles__left.l-circles__left--contact {
	top: 3.125rem;
	width: 9.375rem;
}

.l-circles__right.l-circles__right--contact {
	top: 3.125rem;
	width: 9.375rem;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-section {
	padding: 2.5rem 0 3.125rem;
}

.c-column2 {
	gap: 1.875rem;
	grid-template-columns: repeat(1, 1fr);
}

.c-column2--gap60 {
	gap: 2.5rem;
}

.c-column2--gapSp20 {
	gap: 1.25rem;
}

.c-column3 {
	grid-template-columns: repeat(1, 1fr);
}

.c-column4 {
	grid-template-columns: repeat(1, 1fr);
}

.c-column4--sp2 {
	grid-template-columns: repeat(2, 1fr);
}

.c-table01__data,
.c-table01__head {
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	line-height: 1.2;
}

.c-table01__head {
	width: 30%;
}

.p-activity__cards {
	grid-template-columns: 1fr 1fr;
	row-gap: 1.875rem;
}

.p-activity__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
}

.p-activity__content {
	flex-direction: column;
}

.p-activity__content:nth-of-type(2n) {
	flex-direction: column;
}

.p-activity__img {
	width: 100%;
}

.p-activity__body {
	padding-bottom: 1.25rem;
	width: 100%;
}

.p-care__tableWrap {
	overflow-x: scroll;
}

.p-care__table01 {
	min-width: 41.875rem;
}

.p-care__firstHead {
	font-size: 1.125rem;
}

.p-care__secondHead {
	font-size: 1.125rem;
}

.p-care__thirdHead {
	font-size: 1.125rem;
}

.p-care__tableWrap02 {
	overflow-x: scroll;
}

.p-care__table02::before {
	bottom: 0rem;
	height: 3.75rem;
	right: -0.3125rem;
	width: 4.375rem;
}

.p-care__table02 {
	min-width: 41.875rem;
}

.p-care__firstHead02 {
	font-size: 1.125rem;
}

.p-care__secondHead02 {
	font-size: 1.125rem;
}

.p-charge__tableHeading {
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
}

.p-charge__tableData span {
	bottom: 0.5rem;
	left: 0.75rem;
	right: revert;
	top: revert;
	transform: revert;
}

.p-charge__tableData {
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.p-charge__tableData:nth-child(3) {
	padding-right: 0.3125rem;
}

.p-charm__inner.l-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-charm__care {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.p-concept__title.p-sectionTitle {
	display: block;
}

.p-concept__title .p-sectionTitle__en::before {
	display: none;
}

.p-concept__title .p-sectionTitle__en {
	position: static;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	writing-mode: revert;
}

.p-concept__title .p-sectionTitle__ja {
	position: static;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	writing-mode: revert;
}

.p-concept__inner.l-inner {
	flex-direction: column;
	margin-left: 0;
	margin-left: initial;
	max-height: none;
	max-height: initial;
	padding-left: 20px;
}

.p-concept__img {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.p-concept__img img {
	-o-object-position: center;
	object-position: center;
}

.p-concept__content {
	margin-top: -1.875rem;
	padding-left: 0;
	padding-top: 0;
	width: 100%;
}

.p-concept__text {
	margin-top: 1rem;
	max-width: none;
}

.p-concept__button.p-button {
	display: flex;
	justify-content: center;
}

.p-contact__inner.l-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-faq__inner.l-inner {
	max-width: 31.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-faqList__itemQuestion {
	font-size: 1.125rem;
}

.p-faqList__itemAnswer {
	font-size: 1rem;
}

.p-feature__text {
	text-align: left;
	text-align: initial;
}

.p-flow__description {
	text-align: revert;
}

.p-flow__stepTitle {
	font-size: 1.25rem;
}

.p-flow__stepDescription {
	font-size: 1rem;
}

.p-form-checkbox label {
	display: inline-block;
}

.p-form-checkbox label:not(:first-of-type) {
	margin-left: 1.25rem;
	margin-top: 0;
}

.p-form-submit input:hover {
	opacity: 0.8;
}

.p-form {
	padding: 0;
}

.p-form__wrap {
	flex-direction: column;
}

.p-form__label {
	max-width: none;
	max-width: initial;
}

.p-form__wrap.p-form__wrap--textarea .p-form__label {
	margin-top: 0;
}

.p-form__input {
	margin-top: 0.3125rem;
	width: 100%;
}

.p-guide__inner.l-inner {
	background: linear-gradient(180deg, transparent 0%, transparent 4%, #fff 4%, #fff 100%);
	max-width: 31.25rem;
}

.p-guide__body {
	flex-direction: column-reverse;
	gap: 1.25rem;
	padding-left: 0;
	padding-right: 0;
}

.p-guide__text {
	width: 100%;
}

.p-guide__img {
	width: 100%;
}

.p-header {
	height: 3.125rem;
}

.p-header__inner {
	padding-left: 0.625rem;
	padding-right: 0;
}

.p-header__logo {
	max-width: 8.125rem;
}

.p-header__nav {
	display: none;
}

.p-header__hamburger {
	display: block;
}

.p-heading {
	font-size: 1.875rem;
}

.p-information__inner.l-inner {
	background: linear-gradient(180deg, transparent 0%, transparent 0.6%, #fff 0.6%, #fff 100%);
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-inquiry__text {
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-inquiry__phoneHeading {
	font-size: 1.25rem;
}

.p-inquiry__phoneNumber {
	font-size: 2.5rem;
}

.p-inquiry__bottom {
	margin-top: 2.5rem;
}

.p-inquiry__bottomText {
	font-size: 1.125rem;
}

.p-inquiry__body {
	margin-top: 0.5rem;
	padding-left: 0;
}

.p-inquiry__address {
	transform: none;
}

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

.p-message {
	margin-top: 0;
	padding-bottom: 0;
}

.p-message__inner.l-inner {
	background: url(../images/common/circles_messageSp.png) no-repeat center top/cover;
}

.p-message__main {
	font-size: 1.625rem;
	letter-spacing: -0.05em;
	margin-top: 1.875rem;
}

.p-message__text {
	margin-top: 1.25rem;
	padding-bottom: 1.25rem;
}

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

.p-schedule__tableHead {
	font-size: 1rem;
}

.p-schedule__tableTime {
	font-size: 1rem;
}

.p-schedule__tableMenu {
	font-size: 1rem;
}

.p-schedule__tableNote {
	font-size: 0.6875rem;
	margin-top: 0.625rem;
	padding-left: 0;
}

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

.p-sectionTitle__ja {
	font-size: 1.25rem;
}

.p-support__text {
	margin-top: 1rem;
	text-align: revert;
}

.p-support__container {
	flex-direction: column-reverse;
}

.p-support__body {
	width: 100%;
}

.p-support__img {
	width: 100%;
}

.p-target__container {
	flex-direction: column;
}

.p-target__headline span {
	display: none;
}

.p-target__headline {
	width: 100%;
}

.p-target__body {
	width: 100%;
}

.u-base01--sp14 {
	font-size: 0.875rem;
	line-height: normal;
}

.u-base01--sp13 {
	font-size: 0.8125rem;
	line-height: normal;
}

.u-base01--sp12 {
	font-size: 0.75rem;
	line-height: normal;
}

.u-mtSp10 {
	margin-top: 10px !important;
	margin-top: 0.625rem !important;
}

.u-mtSp20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mtSp30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mtSp40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mtSp50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mtSp60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mtSp70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mtSp80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mtSp90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mtSp100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mtSp110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mtSp120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mtSp130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mtSp140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mtSp150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mtSp160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mtSp170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mtSp180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mtSp190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mtSp200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

.u-textMdLeft {
	text-align: Left !important;
}

.u-textMdCenter {
	text-align: Center !important;
}

.u-textMdRight {
	text-align: Right !important;
}

.u-textMdJustify {
	text-align: Justify !important;
}

}

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

.p-form__wrap:nth-child(7) .p-form__checkbox.p-form-checkbox {
	flex-direction: column;
}

.p-form__wrap:nth-child(7) .p-form-checkbox label:not(:first-of-type) {
	margin-left: 0;
}

}

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

.p-inquiry__addressText {
	font-size: 1rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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