body {
	color: #25212A;
	font-family: "shippori-mincho", sans-serif;
}

.u-pc {
	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 root defaults */

html {
	scroll-behavior: smooth;
}

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


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

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

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

.access {
	background-image: url("../images/common/access_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 60px;
	padding-top: 60px;
}

.access__contents {
	margin-top: 65px;
}

.access__add {
	font-size: 14px;
	font-family: "shippori-mincho", sans-serif;
	font-style: normal;
}

.access__method dt {
	border-bottom: 1px solid #AB7D97;
	color: #AB7D97;
	display: flex;
	font-size: 14px;
	padding-bottom: 5px;
}

.access__method-icon {
	height: 24px;
	width: 24px;
}

.access__method dd {
	font-size: 11px;
	padding: 10px 14px;
}

.access__note dt {
	border-bottom: 1px solid #AB7D97;
	color: #AB7D97;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 5px;
}

.access__note dd {
	font-size: 13px;
	padding-top: 10px;
}

.access__info {
	grid-gap: 30px;
	display: grid;
	gap: 30px;
}

.access__note {
	margin-top: -25px;
}

.access__btn {
	margin-top: -8px;
}

.access__link {
	align-items: center;
	border: 1px solid #AB7D97;
	color: #AB7D97;
	display: flex;
	font-size: 18px;
	gap: 30px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 10px 16px 80px;
	transition: 0.3;
	width: 94%;
}

.access__map {
	margin-top: 60px;
}

.faq {
	background-color: #fff;
	padding-bottom: 60px;
	padding-top: 60px;
}

.faq__contents {
	grid-row-gap: 16px;
	display: grid;
	margin-top: 60px;
	row-gap: 16px;
}

.faq__question {
	background-color: #E3DCE0;
}

.faq__q {
	align-content: center;
	background-color: #462C62;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	height: 36px;
	justify-content: center;
	place-content: center;
	width: 36px;
}

.faq__question-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	position: relative;
	width: 90%;
}

.faq__question-inner {
	cursor: pointer;
	display: grid;
	grid-template-columns: 15% auto;
	padding: 16px;
	position: relative;
}

.faq__question-inner::before {
	background-color: #462C62;
	content: "";
	height: 2px;
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 16px;
}

.faq__question-inner::after {
	background-color: #462C62;
	content: "";
	height: 16px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s;
	width: 2px;
}

.faq__question-inner.is-close::after {
	top: 38%;
	transform: rotate(180deg);
	transition: transform 0.3s;
}

.faq__answer {
	display: none;
}

.faq__a {
	align-content: center;
	background-color: #E3DCE0;
	border-radius: 50%;
	color: #462C62;
	display: grid;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	height: 36px;
	justify-content: center;
	place-content: center;
	width: 36px;
}

.faq__answer-inner {
	display: grid;
	grid-template-columns: 13% auto;
	margin-top: 16px;
	padding: 0 16px;
}

.faq__answer-text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.56px;
	line-height: 1.8;
}

.faq__answer-list {
	position: relative;
}

.faq__answer-list::before {
	background-color: #462C62;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	rotate: 45deg;
	top: 10px;
	width: 6px;
}

.faq__answer.is-active {
	display: block;
}

.flow {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}

.flow::after {
	background-image: url("../images/common/flow/castle.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 277px;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 30px;
	width: 110px;
	z-index: 0;
}

.flow__contents {
	grid-row-gap: 40px;
	display: grid;
	margin-top: 60px;
	row-gap: 40px;
}

.flow__item {
	grid-row-gap: 6px;
	align-content: center;
	display: grid;
	justify-content: center;
	place-content: center;
	row-gap: 6px;
	text-align: center;
}

.flow__item-number {
	align-content: center;
	background-color: #462C62;
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-family: "dm-sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	height: 32px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	place-content: center;
	width: 32px;
}

.flow__item-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
}

.flow__text {
	font-size: 14px;
	font-family: "shippori-mincho", sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

.flow__icon01 {
	margin-left: auto;
	margin-right: auto;
	width: 77px;
}

.flow__icon02 {
	margin-left: auto;
	margin-right: auto;
	width: 63px;
}

.flow__icon03 {
	margin-left: auto;
	margin-right: auto;
	width: 64px;
}

.flow__icon04 {
	margin-left: auto;
	margin-right: auto;
	width: 87px;
}

.footer {
	aspect-ratio: 1/0.67;
	background-image: url("../images/common/footer_bg_sp.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 92px;
	padding-top: 44px;
	position: relative;
	width: 100%;
	z-index: 0;
}

.footer::before {
	background-color: rgba(37, 33, 42, 0.65);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.footer__inner {
	height: inherit;
}

.footer__logo-link {
	display: block;
	width: 67px;
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 205px;
}

.footer__menu-link {
	color: #fff;
	font-size: 9px;
}

.footer__copyright {
	color: #fff;
	font-size: 9px;
}

.fv {
	aspect-ratio: 375/620;
	background-image: url("../images/common/fv/fv_sp.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.fv__title {
	color: #462C62;
	font-family: "shippori-mincho", sans-serif;
	font-size: 20px;
	font-weight: 600;
	left: 48.5%;
	line-height: 1.65;
	position: absolute;
	text-align: center;
	top: 29.5%;
	transform: translate(-50%, 0);
	width: -moz-max-content;
	width: max-content;
}

.fv__title::before {
	background-image: url("../images/common/fv/fv_main_ashirai.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: contain;
	content: "";
	display: block;
	height: 50vw;
	left: 48.5%;
	position: absolute;
	top: -44.5%;
	transform: translate(-50%, 0);
	width: 100%;
}

.fv__message {
	background-color: #E3DCE0;
	background-image: url("../images/common/access_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -134px;
	padding: 20px 0 26px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fv__message-text {
	color: #462C62;
	font-family: "shippori-mincho", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}

.fv__btn-wrap {
	grid-row-gap: 17px;
	display: grid;
	margin-top: 20px;
	row-gap: 17px;
}

.gallery__contents {
	grid-gap: 4px;
	display: grid;
	gap: 4px;
	grid-auto-flow: dense;
	grid-template-columns: repeat(2, minmax(120px, 1fr));
}

.gallery__item img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.gallery__item:nth-child(1) {
	grid-column: 1/2;
}

.gallery__item:nth-child(2) {
	grid-column: 2/3;
}

.gallery__item:nth-child(3) {
	grid-column: 1/2;
}

.gallery__item:nth-child(4) {
	grid-column: 2/3;
}

.gallery__item:nth-child(5) {
	grid-column: 1/2;
}

.gallery__item:nth-child(6) {
	grid-column: 2/3;
}

.gallery__item:nth-child(7) {
	grid-column: 1/2;
}

.gallery__item:nth-child(8) {
	grid-column: 2/3;
}

.gallery__item:nth-child(9) {
	grid-column: 1/2;
}

.gallery__item:nth-child(10) {
	grid-column: 2/3;
}

.gallery__img01,
.gallery__img02,
.gallery__img03,
.gallery__img04,
.gallery__img05,
.gallery__img06,
.gallery__img07,
.gallery__img08,
.gallery__img09,
.gallery__img10 {
	aspect-ratio: 1/1;
}

.header {
	background: transparent;
	padding-left: 12px;
	padding-top: 22px;
	position: fixed;
	z-index: 10;
}

.header__logo {
	width: 116px;
}

.introduction {
	background-color: #fff;
	padding-bottom: 60px;
	padding-top: 55px;
}

.introduction__description {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 47px;
	text-align: center;
}

.introduction__description--top {
	display: block;
}

.introduction__description--bottom {
	background-color: #E3DCE0;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding: 2px 20px;
	width: -moz-fit-content;
	width: fit-content;
}

.introduction__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 95%;
}

.introduction__items {
	grid-gap: 20px;
	display: grid;
	gap: 20px;
}

.message {
	background-color: #fff;
	background-image: url("../../assets_party-lp/images/common/message_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
	padding-bottom: 80px;
	padding-top: 80px;
	position: relative;
	text-align: center;
}

.message__text {
	font-family: "shippori-mincho", sans-serif;
	font-size: 18px;
	line-height: 2.7;
}

.message__text--big {
	font-size: 20px;
}

.onayami {
	background-image: url("../images/common/access_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 203px 0 60px;
}

.onayami__intro {
	font-size: 18px;
	text-align: center;
}

.onayami__intro-text {
	display: inline-block;
	font-size: 15px;
	font-family: "shippori-mincho", sans-serif;
	line-height: 1.6;
	padding-bottom: 10px;
	position: relative;
}

.onayami__intro-text-line {
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.onayami__title {
	font-size: 15px;
	font-weight: 500;
	margin-top: 17px;
	text-align: center;
}

.onayami__title--big1 {
	font-size: 22px;
	line-height: 1.3;
	position: relative;
	top: 16px;
}

.onayami__title--big2 {
	font-size: 33px;
}

.onayami__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 85%;
}

.onayami__items {
	grid-gap: 20px;
	display: grid;
	gap: 20px;
}

.onayami__item {
	align-items: center;
	background-color: #e1dddd;
	display: flex;
	gap: 8px;
	max-width: 96%;
	padding: 7px 13px 7px 16px;
	width: 100%;
}

.onayami__item:nth-child(odd) {
	margin-left: auto;
	position: relative;
}

.onayami__item:nth-child(odd)::before {
	-webkit-clip-path: polygon(100% 0, 0 35%, 100% 100%);
	background-color: #e1dddd;
	clip-path: polygon(100% 0, 0 35%, 100% 100%);
	content: "";
	display: block;
	height: 21px;
	left: -16px;
	position: absolute;
	top: 30%;
	width: 21px;
}

.onayami__item:nth-child(even) {
	margin-right: auto;
	position: relative;
}

.onayami__item:nth-child(even)::before {
	-webkit-clip-path: polygon(100% 22%, 0 0, 0 100%);
	background-color: #e1dddd;
	clip-path: polygon(100% 22%, 0 0, 0 100%);
	content: "";
	display: block;
	height: 21px;
	position: absolute;
	right: -12px;
	top: 30%;
	width: 21px;
}

.onayami__icon01 {
	width: 28px;
}

.onayami__icon02 {
	width: 27px;
}

.onayami__icon03 {
	width: 29px;
}

.onayami__icon04 {
	width: 26px;
}

.onayami__text {
	font-size: 13px;
	font-family: "shippori-mincho", sans-serif;
}

.onayami__text--big {
	font-size: 15px;
}

.plan__contents {
	margin-top: 60px;
}

.reason {
	background-color: #EEE8EB;
	overflow: hidden;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.reason::before,
.reason::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

.reason::before {
	background: url("../images/common/castle01.png") no-repeat center/contain;
	height: 363px;
	left: -16%;
	top: 48px;
	width: 340px;
}

.reason::after {
	background: url("../images/common/castle02.png") no-repeat center/contain;
	height: 363px;
	right: -16%;
	top: 36.5%;
	width: 340px;
}

.reason__inner.inner {
	max-width: 1290px;
}

.reason__contents {
	margin-top: 48px;
}

.reason__items {
	grid-gap: 47px;
	display: grid;
	gap: 47px;
}

.usecase {
	background-color: #EEE8EB;
	padding-bottom: 60px;
	padding-top: 54px;
}

.usecase__contents {
	grid-row-gap: 35px;
	display: grid;
	margin-top: 50px;
	row-gap: 35px;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.btn {
	align-items: center;
	background-color: #462C62;
	border: 1px solid #392f44;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.09);
	color: #fff;
	display: inline-block;
	display: flex;
	font-family: "shippori-mincho", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	gap: 20px;
	justify-content: center;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.5rem;
	padding: 17px 0 17px 16%;
	transition: background-color 0.3s;
	width: 100%;
}

.btn--white {
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
	color: #462C62;
}

.btn--light {
	background-color: #BC99AD;
	border: 1px solid #BC99AD;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.09);
}

.card01 {
	background: #fff;
	box-shadow: 0 0 12.5px 0 rgba(60, 86, 52, 0.1);
}

.card01__img img {
	-o-object-fit: cover;
	aspect-ratio: 335/229;
	object-fit: cover;
}

.card01__body {
	padding: 28px 16px;
	position: relative;
}

.card01__number {
	color: #d7b3c8;
	font-family: YuMincho;
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2.5px;
	line-height: 1;
	position: absolute;
	right: 8px;
	text-align: right;
	top: -16px;
}

.card01__category {
	color: #AB7D97;
	font-family: "Josefin Sans";
	font-family: 400;
	font-size: 14px;
}

.card01__title {
	color: #25212A;
	font-size: 18px;
	font-weight: 500;
	font-weight: 500;
}

.card01__text-wrap {
	margin-top: 15px;
}

.card01__text {
	color: #444;
	font-family: "shippori-mincho", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}

.card02 {
	position: relative;
	width: 100%;
	z-index: 1;
}

.card02::before {
	background: linear-gradient(to bottom, transparent 0%, transparent 6%, #462c62 6%, #462c62 77%, transparent 77%, transparent 100%);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.card02__img-wrap {
	width: 93%;
}

.card02__img-wrap--right {
	margin-left: auto;
}

.card02__img {
	aspect-ratio: 322/222;
}

.card02__body {
	background-color: #fff;
	box-shadow: 0 0 13px 0 rgba(58, 40, 77, 0.15);
	margin-left: auto;
	margin-top: -20px;
	padding: 35px 18px;
	width: 97%;
}

.card02__body--reverse {
	margin-left: 0;
	margin-left: initial;
	margin-right: auto;
}

.card02__title {
	color: #462C62;
	font-size: 1.25rem;
}

.card02__sub-title-wrap {
	margin-top: 20px;
}

.card02__sub-title {
	background-color: #E3DCE0;
	color: #444;
	font-size: 14px;
	padding: 4px;
}

.card02__sub-title--comment {
	position: relative;
}

.card02__sub-title--comment::before {
	background-color: #462C62;
	content: "";
	height: 2px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s;
	width: 12px;
}

.card02__sub-title--comment::after {
	background-color: #462C62;
	content: "";
	height: 2px;
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s;
	width: 12px;
}

.card02__sub-title--comment::after .card02__sub-title--comment.is-close::before {
	transform: translateY(-50%) rotate(0deg);
}

.card02__summary-list {
	margin-top: 10px;
}

.card02__summary-inner {
	display: flex;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 4px;
}

.card02__summary-inner dt {
	width: 25%;
}

.card02__summary-inner dd {
	width: 75%;
}

.card02__comment-wrap {
	margin-top: 10px;
}

.card02__comment {
	font-family: "shippori-mincho", sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

.card03 {
	background-color: #fff;
	padding: 15px 0 46px 20px;
}

.card03__body {
	grid-gap: 0 25px;
	display: grid;
	gap: 0 25px;
	grid-template-areas: "number text" "img img";
	grid-template-columns: 8% 87%;
	margin-top: 10px;
	position: relative;
}

.card03__number {
	color: #AB7D97;
	font-size: 35px;
	grid-area: number;
	line-height: 1;
}

.card03__body-inner {
	grid-area: text;
	width: 92%;
}

.card03__category {
	color: #AB7D97;
	font-size: 20px;
	writing-mode: vertical-lr;
}

.card03__title {
	color: #25212A;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

.card03__text-wrap {
	margin-top: 15px;
}

.card03__text {
	color: #333;
	font-family: "shippori-mincho", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}

.card03__images {
	grid-area: img;
	margin-top: 20px;
	position: relative;
}

.card03__img02 {
	bottom: -20px;
	height: 150px;
	left: 30%;
	position: absolute;
	width: 220px;
}

.card03__img04 {
	bottom: -20px;
	height: 120px;
	left: 30%;
	position: absolute;
	width: 176px;
}

.card03__img07 {
	bottom: -20px;
	height: 150px;
	left: 30%;
	position: absolute;
	width: 220px;
}

.card03__img09 {
	bottom: -20px;
	height: 120px;
	position: absolute;
	right: 30%;
	width: 176px;
}

.card03__img05 {
	bottom: -20px;
	height: 153px;
	position: absolute;
	right: 5%;
	width: 224px;
}

.card03__img11 {
	bottom: -20px;
	height: 150px;
	left: 30%;
	position: absolute;
	width: 220px;
}

.cta {
	background-color: #E3DCE0;
	color: #462C62;
	padding-bottom: 50px;
	padding-top: 70px;
	text-align: center;
}

.cta__text {
	font-family: "shippori-mincho", sans-serif;
	font-size: 14px;
}

.cta__text--big {
	font-size: 24px;
}

.cta__tel {
	-moz-column-gap: 15px;
	align-items: center;
	column-gap: 15px;
	display: flex;
	font-size: 40px;
	justify-content: center;
	letter-spacing: 0.02em;
	margin-top: 10px;
	padding-right: 14px;
}

.cta__tel--big {
	display: inline-block;
}

.cta__hours {
	font-family: "shippori-mincho", sans-serif;
	font-size: 16px;
}

.cta__inner-btn {
	margin-top: 42px;
}

.cta__micro-copy {
	display: inline-block;
	font-family: "shippori-mincho", sans-serif;
	font-size: 12px;
	position: relative;
}

.cta__micro-copy::before,
.cta__micro-copy::after {
	background-color: #462C62;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 20px;
}

.cta__micro-copy::before {
	left: -24px;
	rotate: 54deg;
}

.cta__micro-copy::after {
	right: -15px;
	rotate: -54deg;
}

.cta__btn {
	grid-row-gap: 20px;
	display: grid;
	margin-top: 4px;
	row-gap: 20px;
}

.section-title {
	text-align: center;
}

.section-title__main {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	position: relative;
}

.section-title__main--small {
	display: block;
	font-size: 13px;
	line-height: 1.3;
}

.section-title__main::before {
	background-color: #25212A;
	bottom: -20px;
	content: "";
	height: 20px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.75px;
}

.section-title__main::after {
	background-color: #25212A;
	border-radius: 50%;
	bottom: -20px;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 5px;
}

/* card03スライダーに関連するスタイル */
  .card03__slider {
  margin-right: calc(50% - 50vw);
  max-width: 300px;
  width: 100%;
}
.card03__slider .slick-img img {
  height: auto;
  width: 100%;
  aspect-ratio: 300/187;
  object-fit: cover;
}
.card03__slider .slick-dots {
  position: absolute;
  top: 190px;
  width: 100%;
  text-align: center; 
}
.card03__slider .slick-slide {
	height: initial;
	margin: 0 12px;
}
.card03__slider .slick-list {
	overflow: initial;
}

.card03__slider .slick-dots li {
  display: none;
}

.card03__slider .slick-dots li.slick-active {
  display: inline-block;
  width: 189px;
  height: 4.7px;
  border-radius: 20px;
  background-color: rgba(166, 155, 134, .2);
  overflow: hidden;
}

.card03__slider .slick-dots li.slick-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4.7px;
  background-color: #A69B86;
  border-radius: 20px;
  animation: progressbar-anime 3.5s linear forwards;
}

@keyframes progressbar-anime {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

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

.btn {
	font-size: 1.125rem;
	gap: 40px;
	max-width: 21.875rem;
	padding: 17px 0 17px 5%;
}

.btn:hover {
	background-color: #2d1c3f;
	color: #fff;
}

}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.access {
	padding-bottom: 115px;
	padding-top: 120px;
}

.access__contents {
	display: flex;
	gap: 35px;
	justify-content: center;
	margin-top: 100px;
}

.access__add {
	align-items: center;
	display: flex;
	font-size: 16px;
	gap: 10px;
}

.access__method {
	margin-top: 12px;
	width: 96%;
}

.access__method dt {
	padding-bottom: 1px;
}

.access__method dd {
	font-size: 14px;
}

.access__info {
	padding-left: 18px;
}

.access__note {
	width: 96%;
}

.access__btn {
	max-width: 325px;
}

.access__link:hover {
	background-color: #b28aa1;
	color: #fff;
}

.access__link:hover svg,
.access__link:hover svg line,
.access__link:hover svg circle,
.access__link:hover svg path {
	fill: #fff !important;
	stroke: #fff !important;
}

.access__map {
	margin-top: 0;
	max-width: 503px;
}

.faq {
	padding-bottom: 117px;
	padding-top: 120px;
}

.faq__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 88px;
	max-width: 880px;
	row-gap: 32px;
	width: 100%;
}

.faq__question-title {
	font-size: 14px;
	margin-top: 5px;
}

.faq__question-inner {
	grid-template-columns: 7.5% auto;
	padding: 16px 24px;
}

.faq__answer-inner {
	grid-template-columns: 7.5% auto;
	margin-top: 24px;
	padding: 0 26px;
}

.flow {
	padding-bottom: 138px;
	padding-top: 130px;
}

.flow::after {
	height: 909px;
	right: -110px;
	width: 425px;
}

.flow__contents {
	-moz-column-gap: 3%;
	align-items: start;
	column-gap: 3%;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 117px;
	position: relative;
	z-index: 1;
}

.flow__contents::after {
	background-color: #462C62;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	left: 50%;
	max-width: 820px;
	position: absolute;
	top: auto;
	top: 25px;
	transform: translateX(-50%);
	width: 80%;
	z-index: 0;
}

.flow__item {
	align-items: start;
	position: relative;
	row-gap: 0;
	z-index: 1;
}

.flow__item-number {
	height: 47px;
	order: -1;
	width: 47px;
}

.flow__title-wrap {
	margin-top: 24px;
}

.flow__item-title {
	font-size: 18px;
}

.flow__text-wrap {
	margin-top: 10px;
	text-align: left;
}

.flow__img-wrap {
	margin-top: 24px;
	order: -1;
}

.flow__icon01 {
	width: 123px;
}

.flow__icon02 {
	width: 102px;
}

.flow__icon03 {
	width: 97px;
}

.flow__icon04 {
	width: 127px;
}

.footer {
	aspect-ratio: 1440/531;
	background-image: url("../images/common/footer_bg.png");
	padding-top: 77px;
}

.footer__logo-link {
	width: 154px;
}

.footer__bottom {
	margin-top: 314px;
}

.footer__menu {
	align-items: center;
	display: flex;
	gap: 40px;
}

.footer__menu-link {
	font-size: 13px;
}

.footer__copyright {
	font-size: 13px;
}

.fv {
	aspect-ratio: 1440/752;
	background-image: url("../images/common/fv/fv_pc.jpg");
}

.fv__title {
	font-size: clamp(1.875rem, 1.693rem + 0.91vw, 2.375rem);
	left: 50%;
	top: 32.5%;
}

.fv__title::before {
	height: 372px;
	left: 50.5%;
	top: -150%;
	width: 53.5%;
}

.fv__message {
	left: 50%;
	max-width: 85%;
	padding: 48px 0;
	transform: translateX(-50%);
	width: 100%;
}

.fv__message-text {
	font-size: 16px;
	padding-left: 3%;
}

.fv__btn-wrap {
	-moz-column-gap: 10px;
	column-gap: 10px;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	width: 80%;
}

.gallery__contents {
	grid-template-columns: 1.45fr 1fr 1.45fr 0.9fr 1fr;
}

.gallery__item:nth-child(1) {
	grid-row: 1/3;
}

.gallery__item:nth-child(2) {
	grid-row: 1/4;
}

.gallery__item:nth-child(3) {
	grid-column: 3/4;
	grid-row: 1/3;
}

.gallery__item:nth-child(4) {
	grid-column: 4/5;
	grid-row: 1/4;
}

.gallery__item:nth-child(5) {
	grid-column: 5/6;
	grid-row: 1/3;
}

.gallery__item:nth-child(6) {
	grid-column: 1/2;
	grid-row: 3/5;
}

.gallery__item:nth-child(7) {
	grid-column: 2/3;
	grid-row: 4/5;
}

.gallery__item:nth-child(8) {
	grid-column: 3/4;
	grid-row: 3/5;
}

.gallery__item:nth-child(9) {
	grid-column: 4/5;
	grid-row: 4/5;
}

.gallery__item:nth-child(10) {
	grid-column: 5/6;
	grid-row: 3/5;
}

.gallery__img01 {
	-o-object-fit: cover;
	aspect-ratio: 359/271;
	object-fit: cover;
}

.gallery__img02 {
	aspect-ratio: 247/315;
}

.gallery__img03 {
	aspect-ratio: 357/243;
}

.gallery__img05 {
	aspect-ratio: 217/240;
}

.gallery__img06 {
	aspect-ratio: 359/241;
}

.gallery__img07 {
	aspect-ratio: 247/171;
}

.gallery__img08 {
	aspect-ratio: 357/243;
}

.gallery__img09 {
	aspect-ratio: 247/173;
}

.gallery__img10 {
	aspect-ratio: 217/245;
}

.header {
	padding-left: 20px;
	padding-top: 30px;
}

.header__logo {
	width: 155px;
}

.introduction {
	padding-bottom: 110px;
	padding-top: 112px;
}

.introduction__description {
	margin-top: 78px;
}

.introduction__description--bottom {
	margin-top: 15px;
}

.introduction__contents {
	max-width: 850px;
	width: 100%;
}

.introduction__items {
	gap: 38px 50px;
	grid-template-columns: repeat(2, 1fr);
}

.message {
	background-size: 23%;
	padding-bottom: 138px;
	padding-top: 145px;
}

.message__text {
	font-size: 20px;
	letter-spacing: 0.05em;
}

.onayami {
	padding: 260px 0 121px;
}

.onayami__intro {
	font-size: 20px;
}

.onayami__intro-text {
	font-size: 20px;
	margin-left: 7%;
}

.onayami__intro-text-line {
	margin-left: 32%;
	width: 43%;
}

.onayami__title {
	font-size: 19px;
	margin-left: 4%;
	margin-top: 32px;
}

.onayami__title--big1 {
	font-size: 30px;
	letter-spacing: 0.08em;
	margin-left: 4%;
	top: 10px;
}

.onayami__title--big2 {
	font-size: 40px;
}

.onayami__contents {
	margin-top: 63px;
	width: 90%;
}

.onayami__items {
	gap: 63px 20px;
	grid-template-columns: repeat(2, 1fr);
}

.onayami__item {
	gap: 12px;
	padding: 16px 20px 10px 13px;
}

.onayami__item:nth-child(odd)::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	bottom: -17px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	left: 6%;
	top: auto;
	top: initial;
}

.onayami__item:nth-child(even)::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	bottom: -17px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 6%;
	top: auto;
	top: initial;
}

.onayami__item:nth-child(2) {
	margin-left: 60px;
	padding-right: 50px;
	width: -moz-fit-content;
	width: fit-content;
}

.onayami__item:nth-child(3) {
	margin-left: 0px;
	padding: 10px 30px 5px 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.onayami__item:nth-child(4) {
	margin-left: -4px;
}

.onayami__icon01 {
	width: 49px;
}

.onayami__icon02 {
	width: 40px;
}

.onayami__icon03 {
	width: 45px;
}

.onayami__icon04 {
	width: 35px;
}

.onayami__text {
	font-size: 16px;
}

.onayami__text--big {
	font-size: 18px;
}

.reason {
	padding: 130px 0;
}

.reason::before {
	height: 919px;
	left: -8%;
	top: 0;
	width: 882px;
}

.reason::after {
	height: 861px;
	right: -7%;
	width: 826px;
}

.reason__contents {
	margin-top: 80px;
}

.reason__items {
	gap: 110px;
}

.reason__item:nth-child(odd) {
	margin-left: calc(50% - 50vw);
}

.reason__item:nth-child(even) {
	margin-right: calc(50% - 50vw);
}

.usecase {
	padding-bottom: 70px;
	padding-top: 120px;
}

.usecase__inner.inner {
	max-width: 1190px;
}

.usecase__contents {
	margin-top: 120px;
	row-gap: 136px;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.btn--white:hover {
	background-color: #a87a94;
	color: #fff;
}

.btn--light:hover {
	background-color: #a87a94;
	color: #fff;
}

.btn--wide {
	max-width: 24.3125rem;
}

.card01__img img {
	aspect-ratio: 400/250;
}

.card01__body {
	padding: 30px 40px;
}

.card01__number {
	font-size: 42.5px;
	right: 15px;
	top: -18px;
}

.card02 {
	align-items: center;
	display: flex;
	justify-content: center;
}

.card02::before {
	background: linear-gradient(to right, transparent 0%, transparent 31%, #462c62 31%, #462c62 96%, transparent 96%, transparent 100%);
	max-height: 472px;
	top: -30px;
}

.card02:nth-child(even)::before {
	background: linear-gradient(to right, transparent 0%, transparent 4%, #462c62 4%, #462c62 69%, transparent 69%, transparent 100%);
	top: -30px;
}

.card02--reverse {
	flex-direction: row-reverse;
}

.card02__img-wrap {
	margin-right: -20px;
	max-width: 570px;
	position: relative;
	width: 100%;
	width: 52%;
	z-index: 1;
}

.card02__img-wrap--right {
	-webkit-margin-start: initial;
	margin-inline-start: initial;
	margin-left: 0;
	margin-left: initial;
}

.card02__img-wrap--reverse {
	margin-left: -20px;
	margin-right: 0;
}

.card02__img {
	aspect-ratio: 570/394;
}

.card02__body {
	margin-left: 0;
	margin-left: initial;
	margin-top: 0;
	max-width: 630px;
	padding: 35px 35px 35px 5%;
	position: relative;
	width: 53%;
}

.card02__body--reverse {
	margin-right: 0;
	margin-right: initial;
	padding: 35px 5% 35px 35px;
}

.card02__comment {
	font-size: 14px;
}

.card03 {
	padding: 70px;
	padding-left: 9%;
}

.card03__body {
	display: flex;
	gap: 32px;
	margin-top: 24px;
	padding-left: 6px;
}

.card03__number {
	font-size: 50px;
	grid-area: initial;
}

.card03__number--reverse {
	left: calc(48% + 100px);
	position: relative;
	transform: translateX(-50%);
}

.card03__body-inner {
	grid-area: initial;
}

.card03__category--reverse {
	margin-left: 50px;
}

.card03__title {
	font-size: 18px;
}

.card03__text-wrap {
	margin-top: 20px;
	max-width: 450px;
}

.card03__images {
	grid-area: initial;
	margin-left: 4.5%;
	margin-top: -75px;
	max-width: 544px;
}

.card03__img02 {
	bottom: 0;
	left: 40%;
}

.card03__img04 {
	bottom: 0;
	left: 0;
}

.card03__img07 {
	bottom: 0;
	left: 40%;
}

.card03__img09 {
	bottom: 10%;
	right: 40%;
}

.card03__img05 {
	bottom: 0;
	right: 35%;
}

.card03__img11 {
	bottom: 0;
	left: 40%;
}

.card03__images--reverse {
	margin-left: -18px;
	order: -1;
}

.cta {
	display: grid;
	grid-template-columns: 55% 45%;
	justify-content: center;
	padding-bottom: 100px;
	padding-top: 80px;
}

.cta__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.cta__text {
	font-size: 1.55rem;
	margin-left: -4px;
}

.cta__text--big {
	font-size: 2.2rem;
}

.cta__tel {
	-moz-column-gap: 7px;
	column-gap: 7px;
	font-size: clamp(3.125rem, 3.095rem + 0.13vw, 4.25rem);
	margin-top: 0;
}

.cta__tel svg {
	height: 54px;
	width: 54px;
}

.cta__hours {
	font-size: 18px;
	margin-left: -107px;
}

.cta__inner-btn {
	margin-top: 0;
}

.cta__micro-copy {
	font-size: 17px;
	margin-top: 10px;
}

.cta__btn {
	margin-top: 10px;
	row-gap: 45px;
}

.section-title__main {
	font-size: 20px;
	line-height: 2.5;
}

.section-title__main--small {
	font-size: 16px;
}

.section-title__main::before {
	bottom: -30px;
	height: 30px;
}

.section-title__main::after {
	bottom: -30px;
}

}

@media screen and (min-width: 1024px) {
.fv__title::before {
	top: -98.5%;
}

.fv__message {
	bottom: -136px;
	max-width: 75%;
}

.card03__img02 {
	bottom: -32px;
	left: 34%;
	width: 224px;
}

.card03__img04 {
	bottom: -32px;
	left: 44.5%;
}

.card03__img07 {
	bottom: -32px;
	left: 34%;
	width: 224px;
}

.card03__img09 {
	bottom: -32px;
	height: 146px;
	right: 36.5%;
	width: 220px;
}

.card03__img05 {
	bottom: -34px;
	right: 2.8%;
}

.card03__img11 {
	bottom: -32px;
	left: 34%;
	width: 224px;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.cta {
	grid-template-columns: 40% 31%;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}
