/* ボックスサイズは全要素に border-box を適用 */

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

/* ベースの文字スタイル設定 */

body {
	color: #463B33;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

/* 見出し・段落などの基本要素を初期化 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
tr,
figure,
figcaption,
blockquote,
pre {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* セクショニング要素の display をブロックに統一 */

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

/* リストスタイルのリセット */

ul,
ol {
	list-style: none;
}

/* 画像の扱い */

img {
	border-style: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* リンクのリセット */

a {
	color: inherit;
	text-decoration: none;
}

/* ボタンリセット */

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

/* フォーム要素のリセット */

input,
select,
textarea {
	background: none;
	border: none;
	box-shadow: none;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body {
	color: #463B33;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

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

a {
	color: inherit;
}

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

.l-header {
	background: #FFF3BC;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	height: 60px;
	left: 0;
	position: sticky;
	top: 0;
	z-index: 40;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
}

.l-header__right {
	display: none;
	gap: 32px;
}

.l-fv {
	margin-bottom: 40px;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.l-concept {
	position: relative;
	z-index: 1;
}

.l-concept::before {
	background: url(../../assets/img/top/concept_deco.png);
	background-position: right center; /* 右側を基準に */
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 80vw;
	position: absolute;
	top: 25px;
	width: 100%;
	z-index: -1;
}

.l-worry {
	margin-top: 100px;
}

#fv-event {
	scroll-margin-top: 500px;
}

.l-fvEvent {
	margin-bottom: 100px;
	position: relative;
}

.l-service {
	margin-bottom: 100px;
	margin-top: 100px;
}

.l-service-deco__top {
	height: 17vw;
	position: relative;
	width: 100%;
}

.l-service-deco__top::before {
	background: url(../../assets/img/top/service_decoTop.png) no-repeat center bottom;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: inherit;
}

.l-service__inner {
	background: #FFF3BC;
}

.l-service-deco__bottom {
	height: 19vw;
	position: relative;
	width: 100%;
}

.l-service-deco__bottom::after {
	background: url(../../assets/img/top/service_decoBottom.png) no-repeat center top;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: inherit;
}

.l-staff {
	margin-bottom: 132px;
}

.l-sponsor {
	margin-bottom: 100px;
}

#contact {
	scroll-margin-top: 50px;
}

.l-contact {
	background: url(../../assets/img/top/contact_deco.png) repeat top left/672px 1455px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}

.l-contact__inner {
	background: #FFF;
	border: 2px solid #463B33;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.l-footer {
	background: #FFF3BC;
	padding-top: 45px;
}

.l-footer__inner {
	position: relative;
}

.l-footer__inner::before {
	background: url(../../assets/img/footer/footprints_top.png) no-repeat center center/contain;
	content: "";
	height: 120px;
	position: absolute;
	right: clamp(1.25rem, -1.881rem + 13.36vw, 5.625rem);
	top: 60px;
	width: 55px;
}

.l-footer__inner::after {
	background: url(../../assets/img/footer/footprints.bottom.png) no-repeat center center/contain;
	bottom: 67px;
	content: "";
	height: 120px;
	position: absolute;
	right: clamp(1.25rem, -1.881rem + 13.36vw, 5.625rem);
	width: 55px;
}

.l-footer__tel {
	margin-bottom: 38px;
}

.l-footer__nav {
	margin-bottom: 14px;
}

.l-lower-service {
	background: #FFF3BC;
	margin-bottom: 100px;
	padding-bottom: 60px;
	padding-top: 60px;
}

#staff {
	scroll-margin-top: 100px;
}

.l-lower-staff {
	margin-bottom: 100px;
	margin-top: 132px;
}

#greeting {
	scroll-margin-top: 100px;
}

.l-lower-greeting {
	background: #FFF3BC;
	position: relative;
}

.l-lower-greeting::before {
	background: url(../../assets/img/staff/footprints.png) no-repeat center center/cover;
	content: "";
	height: 120px;
	position: absolute;
	right: 20px;
	top: 48px;
	width: 55px;
}

.l-lower-greeting__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-top: 40px;
}

.l-lower-greeting__deco--top {
	height: 0;
	position: relative;
	width: 100%;
}

.l-lower-greeting__deco--top::before {
	background: url(../../assets/img/staff/top-deco.png) no-repeat center bottom;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: -31px;
	width: inherit;
}

.l-lower-greeting__deco--bottom {
	height: 0;
	position: relative;
	width: 100%;
}

.l-lower-greeting__deco--bottom::before {
	background: url(../../assets/img/staff/bottom-deco.png) no-repeat center bottom;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: -1px;
	width: inherit;
}

.l-lower-consultation-method {
	background: #FFF3BC;
	margin-bottom: 132px;
}

.lower-consultation-method__inner {
	padding-bottom: 50px;
	padding-top: 40px;
}

.l-lower-consultation-method__deco--top {
	height: 0;
	position: relative;
	width: 100%;
}

.l-lower-consultation-method__deco--top::before {
	background: url(../../assets/img/consultation/deco-top.png) no-repeat center bottom;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: -31px;
	width: inherit;
}

.l-lower-consultation-method__deco--bottom {
	height: 0;
	position: relative;
	width: 100%;
}

.l-lower-consultation-method__deco--bottom::before {
	background: url(../../assets/img/consultation/deco-bottom.png) no-repeat center bottom;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: -1px;
	width: inherit;
}

.l-lower-consultation-flow {
	margin-bottom: 100px;
}

.l-lower-consultation-adviser {
	margin-bottom: 100px;
}

.l-lower-storeInfo {
	margin-bottom: 100px;
	margin-top: 160px;
}

.l-lower-eventDetail {
	background: url(../../assets/img/event_zen/detail-deco.png) repeat top left/672px auto;
	margin-bottom: 100px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}

.l-lower-eventDetail__inner {
	background: #FFF;
	border: 2px solid #463B33;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

.l-lower-eventSupport {
	margin-bottom: 100px;
}

.l-lower-eventSupport__decoTop {
	height: 17vw;
	position: relative;
	width: 100%;
}

.l-lower-eventSupport__decoTop::before {
	background: url(../../assets/img/event_zen/support-decoTop.png) no-repeat center bottom;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: inherit;
}

.l-lower-eventSupport__decoTop--work {
	height: 17vw;
	position: relative;
	width: 100%;
}

.l-lower-eventSupport__decoTop--work::before {
	background: url(../../assets/img/event_work/support-decoTop.png) no-repeat center bottom;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: inherit;
}

.l-lower-eventSupport__inner {
	background: #FFF3BC;
}

.l-lower-eventSupport__inner--work {
	background: #ECF7B6;
}

.l-lower-eventSupport__decoBottom {
	height: 19vw;
	position: relative;
	width: 100%;
}

.l-lower-eventSupport__decoBottom::after {
	background: url(../../assets/img/event_zen/support-decoBottom.png) no-repeat center top;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: inherit;
}

.l-lower-eventSupport__decoBottom--work {
	height: 19vw;
	position: relative;
	width: 100%;
}

.l-lower-eventSupport__decoBottom--work::after {
	background: url(../../assets/img/event_work/support-decoBottom.png) no-repeat center top;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	content: "";
	height: inherit;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: inherit;
}

.l-lower-event--zen {
	margin-bottom: 247px;
	position: relative;
}

.l-lower-event--zen::after {
	background: url(../../assets/img/event_zen/fv-deco-sp.png) no-repeat center center;
	background-size: 492px auto;
	content: "";
	height: 630px;
	left: 0;
	position: absolute;
	top: -50%;
	width: 100%;
}

.l-lower-event--work {
	margin-bottom: 305px;
	position: relative;
}

.l-lower-event--work::after {
	background: url(../../assets/img/event_work/fv-deco-sp.png) no-repeat center center;
	background-size: 492px auto;
	content: "";
	height: 630px;
	left: 0;
	position: absolute;
	top: -46%;
	width: 100%;
}

.l-lower-event__inner {
	text-align: center;
}

.l-lower-eventGuest {
	background: #F5D144;
	position: relative;
}

.l-lower-eventGuest__deco--top {
	height: 0;
	position: relative;
	width: 100%;
}

.l-lower-eventGuest__deco--top::before {
	background: url(../../assets/img/event_work/deco-top.png) no-repeat center bottom;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: -31px;
	width: inherit;
}

.l-lower-eventGuest__deco--bottom {
	height: 0;
	position: relative;
	width: 100%;
}

.l-lower-eventGuest__deco--bottom::before {
	background: url(../../assets/img/event_work/deco-bottom.png) no-repeat center bottom;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 32px;
	left: 0;
	position: absolute;
	top: -1px;
	width: inherit;
}

.g-recaptcha {
	margin-top: 50px;
}

.c-link-button {
	display: inline-flex;
	position: relative;
	text-align: center;
}

.c-link-button:hover .c-link-button__arrow svg path {
	stroke-dashoffset: -50;
}

.c-link-button__text {
	letter-spacing: 0.7px;
	padding-left: 20px;
}

.c-link-button__text--service3 {
	padding-left: 34px;
}

.c-link-button__arrow {
	left: 0;
	position: absolute;
}

.c-link-button__arrow svg path {
	stroke-dasharray: 250;
	stroke-dashoffset: 0;
	transition: stroke-dashoffset 0.5s ease;
}

.c-link-button__arrow--contact {
	top: -3px;
}

.c-link-button__arrow--service {
	top: 20px;
}

.c-link-button__circle {
	position: absolute;
	right: -50px;
}

.c-link-button__circle img {
	height: 40px;
	width: 40px;
}

.c-link-button__circle--contact {
	top: 0;
}

.c-link-button__circle--contact2 {
	display: none;
}

.c-link-button__circle--service {
	top: 23px;
}

.c-link-button__circle--service3 {
	right: -65px;
	top: 23px;
}

.c-link-button__circle--staff {
	right: -65px;
}

.c-section-title {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}

.c-section-title::before,
.c-section-title::after {
	background: url(../../assets/img/top/title-deco.png) no-repeat;
	background-size: contain;
	content: "";
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
}

.c-section-title::before {
	left: -55px;
}

.c-section-title::after {
	right: -55px;
}

.c-section-title--work::before,
.c-section-title--work::after {
	background: url(../../assets/img/top/title-deco-work.png) no-repeat;
	background-size: contain;
}

.c-to-top-button {
	bottom: 81px;
	opacity: 0;
	position: fixed;
	right: 15px;
	transition: opacity 0.4s, visibility 0.4s;
	visibility: hidden;
	z-index: 300;
}

.c-to-top-button.is-show {
	opacity: 1;
	visibility: visible;
}

.c-to-top-button img {
	height: 78px;
	width: 75px;
}

.c-copyright {
	align-items: center;
	background: #F8931C;
	display: flex;
	justify-content: center;
	padding-bottom: 74px;
	padding-top: 18px;
}

.c-copyright__text {
	color: #FFF;
	font-weight: 400;
}

.c-logo-header {
	padding-bottom: 10px;
	padding-top: 10px;
}

.c-logo-header img {
	height: 60px;
	width: 130px;
}

.c-button-drawer {
	background: url(../../assets/img/header/header_open.png) no-repeat center center/contain;
	height: 32px;
	transition: transform 0.3s;
	width: 32px;
}

.c-button-drawer.is-checked {
	background: url(../../assets/img/header/header_close.png) no-repeat center center/contain;
	transform: rotate(180deg); /* 回転アニメーション例 */
}

.c-footer-link {
	font-size: 16px;
	font-weight: 500;
	padding-left: 12px;
	position: relative;
	transition: opacity 0.3s ease;
}

.c-footer-link:hover {
	opacity: 0.5;
}

.c-footer-link::before {
	background: url(../../assets/img/footer/arrow.png) no-repeat center center/contain;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.c-footer-link--sub {
	font-size: 14px;
	left: 15px;
	position: relative;
}

.c-footer-link--sub::before {
	background: url(../../assets/img/footer/arrow2.png) no-repeat center center/contain;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.c-footer-link--instagram::after {
	background: url(../../assets/img/footer/instagram.png) no-repeat center center/contain;
	content: "";
	height: 20px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.c-footer-link--youtube::after {
	background: url(../../assets/img/footer/youtube.png) no-repeat center center/contain;
	content: "";
	height: 20px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.c-footer-link--line::after {
	background: url(../../assets/img/footer/line.png) no-repeat center center/contain;
	content: "";
	height: 20px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.c-service-button {
	align-items: center;
	background: #FFF;
	border: 2px solid #F8931C;
	border-radius: 20px;
	box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-bottom: 4px;
	padding-top: 4px;
	position: relative;
	transition: all 0.3s ease;
	width: 295px;
}

.c-service-button:hover {
	background: #F8931C;
	border: 2px solid #fff;
	color: #FFF;
}

.c-service-button:hover .c-service-button__text,
.c-service-button:hover .c-service-button__arrow {
	color: #FFF;
	fill: #FFF;
}

.c-service-button__text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.6px;
	transition: color 0.3s ease;
}

.c-service-button__arrow {
	margin-left: 8px;
	position: relative;
	top: 2px;
	fill: currentColor;
	stroke: currentColor;
}

.c-service-button__submenu {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
	display: none;
	flex-direction: column;
	left: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 10;
}

.c-service-button__submenu li {
	list-style: none;
}

.c-service-button__submenu li a {
	color: #333;
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease;
	width: 100%;
}

.c-service-button__submenu li a:hover {
	background: #F8931C;
	color: #fff;
}

.c-service-button.active .c-service-button__submenu {
	display: flex;
}

.c-service-button__instagram {
	padding-right: 8px;
}

.c-service-button__instagram img {
	height: 20px;
	width: 20px;
}

.p-footer-cta {
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	bottom: 0;
	display: flex;
	gap: 12px;
	height: 60px;
	justify-content: center;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 39;
}

.p-footer-cta__tel a {
	align-items: center;
	color: #F8931C;
	display: flex;
	font-size: 20px;
	font-weight: 700;
	gap: 4px;
}

.p-footer-cta__tel img {
	height: 20px;
	padding-bottom: 2px;
	width: 20px;
}

.p-footer-cta__tel.is-header a {
	font-size: 32px;
}

.p-footer-cta__tel.is-header img {
	height: 30px;
	width: 30px;
}

.p-footer-cta__contact {
	align-items: center;
	background: linear-gradient(90deg, #F8931C 0%, #FEDE4B 100%);
	border-radius: 8px;
	box-shadow: 1px 4px 3px 0px rgba(115, 74, 44, 0.3);
	display: flex;
	gap: 6px;
	height: 47px;
	justify-content: center;
	width: clamp(7.5rem, -5.955rem + 67.27vw, 9.813rem);
}

.p-footer-cta__contact img {
	height: 24px;
	width: 24px;
}

.p-footer-cta__contactText {
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.6px;
}

.p-footer-cta__contactText--big {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
}

.p-worry-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.p-worry-item__title {
	background: #FFF3BC;
	border-radius: 30px;
	padding-bottom: 9px;
	padding-top: 9px;
	position: relative;
	text-align: center;
	top: 40px;
	width: 275px;
}

.p-worry-item__img {
	left: -3%;
	position: relative;
	width: 275px;
	z-index: -1;
}

.p-worry-item__text {
	font-weight: 400;
	line-height: 170%;
	margin-top: 20px;
	text-align: left;
}

.p-top-worry {
	text-align: center;
}

.p-top-worry__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 4px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.p-service-card {
	background: #FFF;
	border-radius: 20px;
	max-height: 330px;
	max-width: 335px;
}

.p-service-card__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

.p-service-card__head img {
	height: 40px;
	left: 20px;
	position: absolute;
	top: -25px;
	width: 60px;
}

.p-service-card__title {
	font-size: 20px;
	font-weight: 700;
}

.p-service-card__img {
	text-align: center;
}

.p-service-card__img img {
	height: 170px;
}

.p-service-card__button {
	display: inline-block;
	left: clamp(3.75rem, -8.977rem + 63.64vw, 5.938rem);
	margin-bottom: 26px;
	margin-top: 15px;
	position: relative;
}

.p-top-service__titleWrap {
	text-align: center;
}

.p-top-service__cards {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}

.p-staff-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow: hidden;
	position: relative;
}

.p-staff-card__img img {
	border-radius: 20px;
}

.p-staff-card__youtube {
	bottom: 380px;
	position: absolute;
	right: 0;
}

.p-staff-card__youtube img {
	height: 100px;
	width: 100px;
}

.p-staff-card__name {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.p-staff-card__info {
	display: flex;
	flex-wrap: wrap;
}

.p-staff-card__info-left {
	background: #FFF3BC;
	border-bottom: 5px solid #fff;
	font-weight: 500;
	padding: 10px;
	width: 40%;
}

.p-staff-card__info-left.is-message {
	width: 100%;
}

.p-staff-card__info-right {
	background: #FFFCF0;
	font-weight: 500;
	padding: 10px;
	width: 60%;
}

.p-staff-card__info-right.is-message {
	height: 130px;
	width: 100%;
}

.p-staff-card__btn {
	padding-right: 70px;
	text-align: right;
}

.p-top-staff__titleWrap {
	text-align: center;
}

.p-top-staff__cards {
	display: flex;
	flex-direction: column;
	gap: 56px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.p-top-staff__card {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.p-top-staff__others {
	background: #FFF3BC;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	width: 153px;
}

.p-top-staff__others-text {
	font-size: 20px;
	font-weight: 500;
}

.p-header-nav {
	align-items: center;
	display: flex;
	gap: 26px;
}

.p-header-nav__item {
	position: relative;
	transition: color 0.3s ease;
}

.p-header-nav__item::after {
	background-color: currentColor;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0%;
}

.p-header-nav__item:hover {
	color: #F8931C;
}

.p-header-nav__item:hover::after {
	width: 100%;
}

.p-header-nav__item a {
	font-size: 11px;
	font-weight: 500;
}

.p-header-nav__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.p-header-nav__dropdown {
	position: relative;
}

.p-header-nav__dropdown .p-header-nav__dropdown-toggle {
	cursor: pointer;
}

.p-header-nav__dropdown .p-header-nav__dropdown-menu {
	background: #FFF3BC;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	display: none;
	left: 0;
	min-width: 160px;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}

.p-header-nav__dropdown .p-header-nav__dropdown-menu .p-header-nav__dropdown-item {
	color: #463B33;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	white-space: nowrap;
}

.p-header-nav__dropdown .p-header-nav__dropdown-menu .p-header-nav__dropdown-item:hover {
	color: #F8931C;
}

.p-header-nav__dropdown.open .p-header-nav__dropdown-menu {
	display: block;
}

#js-drawerMenu {
	opacity: 0;
	pointer-events: none;
	transform: translateY(-100%);
	transition: transform 0.5s ease, opacity 1s ease;
	z-index: 999;
}

#js-drawerMenu.is-checked {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.p-drawerMenu {
	background: #FFF3BC;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 60px;
	transform: translateY(-100%);
	transition: transform 0.5s;
	width: 100%;
	z-index: 39;
}

.p-drawerMenu.is-checked {
	transform: translateY(0);
}

.p-drawerMenu__content {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 550px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
}

.p-drawerMenu__link {
	align-items: center;
	border-top: 2px solid #F8931C;
	display: flex;
	gap: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	position: relative;
	transition: width 0.3s ease;
}

.p-drawerMenu__link:hover {
	color: #F8931C;
}

.p-drawerMenu__link:nth-last-child(1) {
	border-bottom: 2px solid #F8931C;
}

.p-drawerMenu__link::after {
	background-image: url(../../assets/img/header/header_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.p-swiper__picture img {
	filter: brightness(80%);
	height: clamp(26.438rem, 23.925rem + 10.72vw, 32.5rem);
	width: 100%;
}

.p-swiper__pagination {
	display: flex;
	flex-direction: column;
	gap: 8px;
	left: 2px !important;
	position: absolute;
	top: clamp(25rem, 23.058rem + 8.29vw, 29.688rem) !important;
	width: auto !important;
}

.swiper-pagination-bullet {
	background: #ccc;
	height: 8px;
	opacity: 1;
	transition: background 0.3s;
	width: 8px;
}

.swiper-pagination-bullet-active {
	background: #F8931C;
}

.p-swiper__buttonPrev {
	background: url(../../assets/img/fv/fv_prev.png) no-repeat center center/contain;
	height: 40px;
	left: 1px;
	top: clamp(19.375rem, 17.692rem + 7.18vw, 23.438rem);
	width: 40px;
}

.p-swiper__buttonNext {
	background: url(../../assets/img/fv/fv_next.png) no-repeat center center/contain;
	height: 40px;
	right: 1px;
	top: clamp(19.375rem, 17.692rem + 7.18vw, 23.438rem);
	width: 40px;
}

/* デフォルトの矢印を非表示に */

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.p-swiper__textbox {
	color: #FFF;
	left: clamp(2.5rem, -1.685rem + 17.86vw, 5rem);
	position: absolute;
	top: 397px;
	z-index: 1;
}

.p-swiper__text1 {
	border-bottom: 2px dotted #fff;
	display: block;
	font-size: clamp(1.25rem, 0.622rem + 2.68vw, 1.625rem);
	font-weight: 600;
	letter-spacing: 1.6px;
	line-height: 150%; /* 30px */
}

.p-swiper__text2 {
	border-bottom: 2px dotted #fff;
	display: block;
	font-size: clamp(1.25rem, 0.622rem + 2.68vw, 1.625rem);
	font-weight: 600;
	letter-spacing: 1.6px;
	line-height: 150%; /* 30px */
	margin-top: 7px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-swiper__text--big {
	font-size: 26px;
	letter-spacing: 2.6px;
}

.p-concept__description {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.p-concept__subTitle {
	color: #F8931C;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.1px;
}

.p-concept__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 32px; /* 160% */
	margin-top: 14px;
}

.p-concept__textBlock {
	margin-bottom: 85px;
	margin-top: 27px;
}

.p-concept__text {
	font-weight: 500;
	line-height: 24px; /* 171.429% */
}

.p-concept__img {
	padding-right: 40px;
}

.p-concept__btn {
	margin-top: 30px;
	padding-right: 70px;
	text-align: right;
}

.p-swiperEvent {
	position: relative;
}

.p-swiperEvent__slide {
	border-radius: 20px;
	overflow: hidden;
}

.p-swiperEvent__picture img {
	height: clamp(7.813rem, 3.954rem + 16.46vw, 17.125rem);
	transition: transform 0.3s ease;
	width: 100%;
}

.p-swiperEvent__picture img:hover {
	transform: scale(1.02);
}

.p-swiperEvent__pagination {
	margin-top: 10px; /* 画像との間隔 */
	position: relative;
	text-align: center;
}

/* デフォルトの矢印を非表示に */

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.p-arrow {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-arrow__img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-arrow__img--sp img {
	max-height: 280px;
}

.p-arrow__img--pc {
	display: none;
}

.p-arrow__textbox {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-arrow__textbox--pc {
	display: none;
}

.p-arrow__smallText {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%; /* 24px */
}

.p-arrow__bigText {
	font-size: 30px;
}

.p-arrow__middleText {
	font-size: 20px;
}

.p-arrow__text {
	font-size: 32px;
	font-weight: 500;
	line-height: 150%; /* 48px */
}

.p-arrow__bigText--pc {
	font-size: 38px;
}

.p-top-sponsor__titleWrap {
	text-align: center;
}

.p-top-sponsor__items {
	display: grid;
	gap: 40px 30px;
	grid-template-columns: repeat(2, auto);
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 400px;
}

.p-sponsor__item {
	border: 3px solid #FFF3BC;
	border-radius: 8px;
	height: 120px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: auto;
}

.p-sponsor__item.is-none {
	display: none;
}

.p-sponsor__item:hover .p-sponsor__content img {
	transform: scale(1.05);
}

.p-sponsor__label {
	background: white;
	font-size: 12px;
	font-size: 12px;
	left: 50%;
	padding: 0 1em;
	position: absolute;
	top: -0.8em;
	transform: translateX(-50%);
	white-space: nowrap;
}

.p-sponsor__content {
	left: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.p-sponsor__content img {
	height: auto;
	max-width: 100%;
	transition: transform 0.3s ease;
}

.p-top-contact__titleWrap {
	margin-bottom: 40px;
	margin-top: 30px;
	text-align: center;
}

.p-top-contact__text {
	font-weight: 400;
}

.p-top-contact__text--red {
	color: #EE5A6D;
}

.p-form {
	margin-top: 40px;
}

.p-form__lists {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
}

.p-form__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.p-form__button {
	border: 1px solid #F8931C;
	border-radius: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	transition: all 0.3s ease;
	width: 270px;
}

.p-form__button:hover {
	background: #F8931C;
}

.p-form__button:hover .p-form__btn {
	color: #fff;
}

.p-form__btn {
	color: #F8931C;
	display: block;
	font-size: 16px;
	width: 100%;
}

.p-contact-control__left {
	display: flex;
	gap: 10px;
}

.p-contact-control__required {
	background: #EE5A6D;
	border-radius: 5px;
	color: #FFF;
	font-size: 13px;
	padding: 3px 8px;
}

.p-contact-control__text {
	background: #F6F6F6;
	border: none;
	border-radius: 5px;
	outline: none;
	padding: 10px;
	width: 100%;
}

.p-contact-control__text.is-error {
	background: #fff0f7;
	border: 2px solid #EE5A6D;
}

.p-contact-control__text:focus {
	background: #FFF3BC;
	border: 2px solid #F8931C;
	outline: none;
}

.p-contact-control__text::-moz-placeholder {
	color: #A1A1A1;
	font-size: 13px;
	font-weight: 500;
}

.p-contact-control__text::placeholder {
	color: #A1A1A1;
	font-size: 13px;
	font-weight: 500;
}

.p-contact-control__radios {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.p-contact-control__radioInput {
	height: 1px;
	position: absolute;
	width: 1px;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
}

.p-contact-control__radioInput:checked + .p-contact-control__radioText::after {
	opacity: 1;
}

.p-contact-control__radioInput:focus + .p-contact-control__radioText::before {
	border: 1px solid #F8931C;
}

.p-contact-control__radioText {
	font-size: 13px;
	padding-left: 27px;
	position: relative;
}

.p-contact-control__radioText::before,
.p-contact-control__radioText::after {
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-contact-control__radioText::before {
	background-color: #f5f5f5;
	height: 20px;
	left: 0;
	width: 20px;
}

.p-contact-control__radioText::after {
	background: #F8931C;
	height: 10px;
	left: 5px;
	opacity: 0;
	width: 10px;
}

.p-contact-control__textarea {
	background: #F6F6F6;
	border: none;
	border-radius: 5px;
	outline: none;
	padding-bottom: 104px;
	padding-left: 10px;
	padding-top: 10px;
	width: 100%;
}

.p-contact-control__textarea.is-error {
	background: #fff0f7;
	border: 2px solid #EE5A6D;
}

.p-contact-control__textarea:focus {
	background: #FFF3BC;
	border: 2px solid #F8931C;
	outline: none;
}

.p-contact-control__textarea::-moz-placeholder {
	color: #A1A1A1;
	font-size: 13px;
	font-weight: 500;
}

.p-contact-control__textarea::placeholder {
	color: #A1A1A1;
	font-size: 13px;
	font-weight: 500;
}

.p-footer-nav {
	display: flex;
	flex-direction: column;
	gap: 38px;
}

.p-footer-nav__item {
	font-size: 16px;
	font-weight: 700;
}

.p-footer-subNav {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 20px;
	margin-top: 18px;
}

.p-footer-subNav__items {
	display: flex;
	flex-direction: column;
	margin-top: 18px;
}

.p-footer-subNav__item--sub {
	margin-top: 18px;
}

.p-footer__logo {
	padding-bottom: 4px;
}

.p-lower-fv {
	border-radius: 20px;
	height: 230px;
	margin-bottom: 60px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
}

.p-lower-fv--service {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/service/fv.png) no-repeat center center/cover;
}

.p-lower-fv--staff {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/staff/fv-sp.png) no-repeat center center/cover;
	margin-bottom: 92px;
}

.p-lower-fv--consultation {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/consultation/fv-sp.png) no-repeat center center/cover;
}

.p-lower-fv--eventZen {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/event_zen/fv-sp.png) no-repeat center center/cover;
	margin-bottom: 230px;
}

.p-lower-fv--eventWork {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/event_work/fv-sp.png) no-repeat center center/cover;
	margin-bottom: 230px;
}

.p-lower-fv__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 175px;
	transform: translateX(-50%);
}

.p-lower-fv__title {
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4.8px;
}

.p-lower-fv__subtitle {
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
}

.p-service-detail {
	background: #FFF;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.p-service-detail__head {
	border-bottom: 2px solid #D9D9D9;
	height: 108px;
	margin-bottom: 40px;
	position: relative;
}

.p-service-detail__head::after {
	background: url(../../assets/img/service/flag.png) no-repeat center center/contain;
	content: "";
	height: 88px;
	left: 0;
	position: absolute;
	top: 0;
	width: 143px;
}

.p-service-detail__headTitle {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	left: 11px;
	position: relative;
	top: 30px;
	z-index: 1;
}

.p-service-detail__headTitle.is-consultation {
	left: 31px;
}

.p-service-detail__card {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-service-detail__body {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-service-detail__left {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.p-service-detail__title {
	color: #F8931C;
	font-size: 20px;
	font-weight: 700;
}

.p-service-detail__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

.p-service-detail__img img {
	height: clamp(14.375rem, 10.19rem + 17.86vw, 18.75rem);
	width: 100%;
}

.p-service-detail__btn {
	justify-content: center;
	margin-top: 20px;
}

#event {
	scroll-margin-top: 100px;
}

#support {
	scroll-margin-top: 100px;
}

#consultation {
	scroll-margin-top: 100px;
}

.p-lower-service__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-lower-greeting__titleWrap {
	text-align: center;
}

.p-lower-greeting__content {
	margin-top: 40px;
	padding-bottom: 50px;
}

.p-lower-greeting__subtitle {
	font-size: 25px;
	font-weight: 700;
}

.p-lower-greeting__textWrap {
	margin-top: 27px;
}

.p-lower-greeting__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px; /* 171.429% */
}

.p-lower-greeting__text--date {
	flex-shrink: 0;
}

.p-lower-greeting__textWrap2 {
	margin-top: 20px;
}

.p-lower-greeting__textWrap3 {
	margin-top: 20px;
}

.p-lower-greeting__textWrap4 {
	margin-top: 27px;
	text-align: right;
}

.p-lower-greeting__imgWrap {
	margin-top: 40px;
}

.p-lower-greeting__about {
	margin-top: 40px;
}

.p-lower-greeting__career-title {
	border-bottom: 2px solid #F8931C;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 14px;
}

.p-lower-greeting__career-block {
	display: flex;
	gap: 20px;
	justify-content: start;
	margin-top: 20px;
}

.p-lower-greeting__licence-title {
	border-bottom: 2px solid #F8931C;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 14px;
}

.p-lower-greeting__licence-block {
	margin-top: 20px;
}

.p-lower-consultation-method__titleWrap {
	text-align: center;
}

.p-lower-consultation-method__content {
	margin-top: 40px;
}

.p-lower-consultation-method__items {
	background: #FFF;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 30px 20px;
	text-align: center;
}

.p-consultation-method {
	border-bottom: 1px dashed #D9D9D9;
	margin-left: auto;
	margin-right: auto;
	max-width: 295px;
	padding-bottom: 60px;
}

.p-consultation-content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 295px;
}

.p-consultation-method__left {
	position: relative;
}

.p-consultation-method__title {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	left: 50%;
	letter-spacing: 2.7px;
	position: absolute;
	text-align: center;
	top: 47px;
	transform: translateX(-50%);
}

.p-consultation-method__img img {
	height: 120px;
	width: 120px;
}

.p-consultation-method__right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 30px;
}

.p-consultation__right-content {
	gap: 3px;
}

.p-consultation-method__free {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-consultation-method__subtitleBox {
	display: flex;
	gap: 7px;
	justify-content: center;
}

.p-consultation-method__subtitle {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2.4px;
	position: relative;
}

.p-consultation-method__subtitle::after {
	background: rgba(255, 208, 0, 0.4);
	content: "";
	height: 12px;
	left: -5%;
	position: absolute;
	top: 43%;
	width: 110%;
}

.p-consultation-method__subtitleBox2 {
	display: flex;
	gap: 7px;
}

.p-consultation-method__subtitle2 {
	color: #698C17;
	font-weight: 500;
	letter-spacing: 2.1px;
}

.p-consultation-method__subtitle3 {
	color: #698C17;
	font-weight: 500;
	letter-spacing: 2.1px;
}

.p-consultation-method__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px; /* 187.5% */
	text-align: left;
}

.p-consultation-method__paid {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-consultation-cta {
	text-align: center;
}

.p-consultation-cta__title {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

.p-consultation-cta__title::before {
	background: url(../../assets/img/consultation/cta_left.png) no-repeat center center/cover;
	content: "";
	height: 39px;
	left: -60px;
	position: absolute;
	top: 18px;
	width: 42px;
}

.p-consultation-cta__title::after {
	background: url(../../assets/img/consultation/cta_right.png) no-repeat center center/cover;
	content: "";
	height: 39px;
	position: absolute;
	right: -60px;
	top: 18px;
	width: 42px;
}

.p-consultation-cta__buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 30px;
}

.p-consultation-cta__outside {
	border-radius: 20px;
	box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
	height: 100px;
	width: 150px;
}

.p-consultation-cta__outside--line {
	background: #00B900;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}

.p-consultation-cta__outside--line::after {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.p-consultation-cta__outside--line:hover::after {
	opacity: 1;
}

.p-consultation-cta__outside--instagram {
	background: radial-gradient(69.66% 69.66% at 10% 0%, rgba(84, 116, 234, 0.9) 2.12%, rgba(128, 99, 211, 0.9) 13%, rgba(102, 0, 255, 0) 100%), radial-gradient(100.34% 101.43% at 3.39% 86.49%, #FFBF1A 0%, #FFBF1A 16.31%, #F16857 54.18%, #F43A7A 89.9%);
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}

.p-consultation-cta__outside--instagram::after {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.p-consultation-cta__outside--instagram:hover::after {
	opacity: 1;
}

.p-consultation-cta__inside {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 20px;
	display: flex;
	height: 90px;
	left: 5px;
	position: relative;
	top: 5px;
	width: 140px;
}

.p-consultation-cta__inside--line {
	background: #00B900;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}

.p-consultation-cta__inside--line::after {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.p-consultation-cta__inside--line:hover::after {
	opacity: 1;
}

.p-consultation-cta__inside--instagram {
	background: radial-gradient(69.66% 69.66% at 10% 0%, rgba(84, 116, 234, 0.9) 2.12%, rgba(128, 99, 211, 0.9) 13%, rgba(102, 0, 255, 0) 100%), radial-gradient(100.34% 101.43% at 3.39% 86.49%, #FFBF1A 0%, #FFBF1A 16.31%, #F16857 54.18%, #F43A7A 89.9%);
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}

.p-consultation-cta__inside--instagram::after {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.p-consultation-cta__inside--instagram:hover::after {
	opacity: 1;
}

.p-consultation-cta__text {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.6px;
	padding-left: 10px;
	position: relative;
	text-align: left;
	z-index: 2;
}

.p-consultation-cta__text--instagram {
	letter-spacing: normal;
}

.p-consultation-cta__img {
	left: 1px;
	position: relative;
	z-index: 2;
}

.p-consultation-cta__img img {
	height: 27px;
	width: 27px;
}

.p-flow-item {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 295px;
	place-items: center;
	position: relative;
}

.p-flow-item__imgNum {
	left: 40px;
	position: absolute;
	top: 10px;
}

.p-flow-item__imgNum img {
	height: 40px;
	width: 60px;
}

.p-flow-item__img img {
	height: 200px;
	width: 200px;
}

.p-flow-item__title {
	background: #F8931C;
	border-radius: 40px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.6px;
	padding-bottom: 9px;
	padding-top: 9px;
	position: absolute;
	text-align: center;
	top: 170px;
	width: 200px;
}

.p-flow-item__title::before {
	background: url(../../assets/img/consultation/flow-arrow.png) no-repeat center center/cover;
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	top: 37px;
	transform: translateX(-50%);
	width: 16px;
}

.p-flow-item__text {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.4px;
	margin-top: 30px;
}

.p-lower-consultation-flow__titleWrap {
	text-align: center;
}

.p-lower-consultation-flow__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 40px;
}

.p-lower-consultation-adviser__titleWrap {
	text-align: center;
}

.p-lower-consultation-adviser__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 400px;
}

.p-lower-consultation-adviser__info {
	text-align: center;
}

.p-lower-consultation-adviser__name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 20px;
}

.p-adviser-profile {
	-moz-text-align-last: left;
	display: flex;
	flex-direction: column;
	text-align-last: left;
}

.p-adviser-profile-top {
	background: #FFF3BC;
	font-weight: 500;
	padding: 10px;
	width: 100%;
}

.p-adviser-profile-bottom {
	background: #FFFCF0;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%; /* 23.8px */
	padding: 10px;
	width: 100%;
}

.p-storeInfo-item__titleWrap {
	margin-bottom: 20px;
	margin-top: 10px;
	position: relative;
	text-align: center;
}

.p-storeInfo-item__titleWrap::after {
	background: url(../../assets/img/event_zen/info-arrow.png) no-repeat center center/cover;
	content: "";
	height: 17px;
	left: 50%;
	position: absolute;
	top: -10px;
	transform: translateX(-50%);
	width: 24px;
}

.p-storeInfo-item__titleWrap--work::after {
	background: url(../../assets/img/event_work/info-arrow.png) no-repeat center center/cover;
}

.p-storeInfo-item__title {
	background: #F8931C;
	border-radius: 40px;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.p-storeInfo-item__title--work {
	background: #ACBF53;
}

.p-storeInfo-item__text--big {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.p-storeInfo-item__text {
	-moz-text-align-last: left;
	font-weight: 400;
	letter-spacing: 1.4px;
	text-align-last: left;
}

.p-storeInfo-head {
	display: flex;
	margin-bottom: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 400px;
}

.p-storeInfo-head__icon {
	position: absolute;
}

.p-storeInfo-head__icon img {
	height: 120px;
	width: 120px;
}

.p-storeInfo-head__textbox {
	position: relative;
	width: 100%;
}

.p-storeInfo-head__textbox::before {
	background: #FFF3BC;
	border-radius: 100px 10px 10px 100px;
	content: "";
	height: 100px;
	left: 0;
	position: absolute;
	top: 12px;
	width: 100%;
	z-index: -1;
}

.p-storeInfo-head__textbox::after {
	background: url(../../assets/img/event_zen/dots-deco.png) no-repeat center center/cover;
	content: "";
	height: 100px;
	position: absolute;
	right: 0;
	top: 12px;
	width: 75px;
}

.p-storeInfo-head__textbox--work::before {
	background: #ECF7B6;
}

.p-storeInfo-head__textbox--work::after {
	background: url(../../assets/img/event_work/dots-deco.png) no-repeat center center/cover;
}

.p-storeInfo-head__text {
	font-weight: 700;
	left: 48%;
	letter-spacing: 2.8px;
	position: absolute;
	top: 32px;
}

.p-storeInfo-head__text--work {
	left: 46%;
}

.p-storeInfo-head__text--shop {
	left: 50%;
}

.p-storeInfo-head__text--service {
	left: 47%;
}

.p-storeInfo-head__text--en {
	left: 45%;
	position: absolute;
	top: 64px;
}

.p-storeInfo-head__text--en img {
	height: 20px;
	width: 68px;
}

.p-storeInfo-head__text--en-lessons {
	left: 40%;
}

.p-storeInfo-head__text--en-lessons img {
	height: 20px;
	width: 111px;
}

.p-storeInfo-head__text--en-service {
	left: 42%;
}

.p-storeInfo-head__text--en-service img {
	width: 100px;
}

.p-lower-storeInfo__titleWrap {
	text-align: center;
}

.p-lower-storeInfo__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}

.p-lower-storeInfo__textbox {
	margin-top: 40px;
}

.p-lower-storeInfo__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.p-lower-storeInfo__items {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.p-lower-eventDetail__titleWrap {
	text-align: center;
}

.p-eventDetail__info {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.p-eventDetail__info-left {
	background: #FFF3BC;
	border-bottom: 20px solid #fff;
	font-weight: 500;
	font-weight: 500;
	letter-spacing: 2.8px;
	padding: 10px;
	width: 40%;
}

.p-eventDetail__info-left.is-last {
	border-bottom: none;
}

.p-eventDetail__info-left.is-full {
	width: 100%;
}

.p-eventDetail__info-left--work {
	background: #ECF7B6;
}

.p-eventDetail__info-right {
	background: #FFFCF0;
	border-bottom: 20px solid #fff;
	font-weight: 500;
	font-weight: 400;
	padding: 10px;
	width: 60%;
}

.p-eventDetail__info-right.is-last {
	border-bottom: none;
}

.p-eventDetail__info-right.is-full {
	width: 100%;
}

.p-eventDetail__info-text {
	color: #000;
	font-size: 11px;
	font-weight: 400;
	margin-top: 20px;
	text-align: right;
}

.p-lower-eventSupport__titleWrap {
	text-align: center;
}

.p-lower-eventSupport__cards {
	display: grid;
	gap: 40px 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding-top: 40px;
}

.p-lower-eventSupport__card {
	overflow: hidden;
}

.p-lower-eventSupport__card:hover {
	border: 2px solid #F8931C;
}

.p-lower-eventSupport__card:hover .p-eventSupport-card__img img {
	transform: scale(1.2);
}

.p-lower-eventSupport__card--work:hover {
	border: 2px solid #ACBF53;
}

.p-eventSupport-card {
	border-radius: 8px;
	position: relative;
}

.p-eventSupport-card__img {
	display: block;
	overflow: hidden;
}

.p-eventSupport-card__img img {
	transition: transform 0.4s;
}

.p-eventSupport-card__heading {
	align-items: center;
	background: #fff;
	border-radius: 0px 0px 8px 8px;
	display: flex;
	height: 60px;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-eventSupport-card__heading::before {
	background: url(../../assets/img/event_zen/sankaku.png) no-repeat center center/contain;
	content: "";
	height: 36px;
	position: absolute;
	right: 0;
	top: 24px;
	width: 36px;
}

.p-eventSupport-card__heading::after {
	background: url(../../assets/img/event_zen/zoom-icon.png) no-repeat center center/contain;
	bottom: 2px;
	content: "";
	height: 16px;
	position: absolute;
	right: 2px;
	width: 16px;
}

.p-eventSupport-card__heading--work::before {
	background: url(../../assets/img/event_work/sankaku.png) no-repeat center center/contain;
}

.p-eventSupport-card__text {
	font-weight: 500;
}

.p-eventSupport-modal {
	background-color: rgba(0, 0, 0, 0.8); /* 透明度70%のグレー背景 */
	border: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-eventSupport-modal__content {
	background: #fff;
	border-radius: 24px;
	height: -moz-fit-content;
	height: fit-content;
	inset: 0;
	margin: auto;
	max-height: calc(100% - 40px);
	max-width: calc(100% - 40px);
	overflow: hidden;
	padding: 0em;
	position: fixed;
	width: 335px;
}

.p-eventSupport-modal__head img {
	height: 210px;
	width: 100%;
}

.p-eventSupport-modal__body {
	padding-left: 20px;
	padding-right: 20px;
}

.p-eventSupport-modal__textbox {
	margin-top: 14px;
	text-align: center;
}

.p-eventSupport-modal__title {
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.p-eventSupport-modal__text {
	display: block;
	font-size: 12px;
	font-weight: 500;
	line-height: 160%; /* 19.2px */
	margin-bottom: 15px;
	margin-top: 15px;
}

.p-eventSupport-modal__info {
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-eventSupport-modal__info-text {
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}

.p-eventSupport-modal__info-text.is-tel {
	margin-bottom: 20px;
}

.p-eventSupport-modal__close-button {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-eventSupport-modal__close-button button {
	background: #FFF;
	border: 2px solid #F8931C;
	border-radius: 20px;
	box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	padding: 7px 24px;
	transition: all 0.3s ease;
}

.p-eventSupport-modal__close-button button:hover {
	background-color: #F8931C;
	border-color: #FFF;
	color: #FFF;
}

.p-eventSupport-modal__close-button--work {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-eventSupport-modal__close-button--work button {
	background: #FFF;
	border: 2px solid #ACBF53;
	border-radius: 20px;
	box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.25);
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	padding: 7px 24px;
	transition: all 0.3s ease;
}

.p-eventSupport-modal__close-button--work button:hover {
	background-color: #ACBF53;
	border-color: #FFF;
	color: #FFF;
}

.p-lower-event__titlebox {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-lower-event__titlebox--work {
	gap: 24px;
}

.p-lower-event__title {
	font-size: 25px;
	font-weight: 700;
}

.p-lower-event__slogan {
	font-size: 20px;
	font-weight: 700;
}

.p-lower-event__textbox {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 60px;
}

.p-lower-event__date {
	font-size: 20px;
	font-weight: 700;
}

.p-lower-event__time {
	font-size: 20px;
	font-weight: 700;
}

.p-lower-event__address {
	font-size: 20px;
	font-weight: 700;
}

.p-eventGuest {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.p-eventGuest-title {
	left: 50%;
	position: absolute;
	top: -3px;
	transform: translateX(-50%);
	z-index: 1;
}

.p-eventGuest-title img {
	height: 27px;
	max-width: none;
	width: 227px;
}

.p-eventGuest-top {
	background: #fff;
	border-radius: 20px 20px 0 0;
	display: flex;
	position: relative;
}

.p-eventGuest-left {
	padding-left: clamp(0.625rem, -6.587rem + 30.77vw, 1.875rem);
	padding-right: 10px;
	text-align: center;
}

.p-eventGuest-left-textbox1 {
	margin-top: 20px;
}

.p-eventGuest-left-text1 {
	font-size: 12px;
	font-weight: 600;
	line-height: 180%; /* 21.6px */
}

.p-eventGuest-left-textbox2 {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 10px;
}

.p-eventGuest-left-text2 {
	color: #FF0400;
	font-weight: 600;
	letter-spacing: 0.7px;
	line-height: 15px;
}

.p-eventGuest-left-text2--is-big {
	color: #FF0400;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.9px;
}

.p-eventGuest-left-text3 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.6px;
	line-height: 15px; /* 125% */
}

.p-eventGuest-left-text4 {
	color: #E80013;
	font-size: 8px;
	font-weight: 600;
	line-height: 20px; /* 250% */
	margin-top: 11px;
}

.p-eventGuest-right--sp {
	padding-left: 20px;
	top: 20px;
}

.p-eventGuest-right--sp img {
	height: 135px;
	position: absolute;
	right: clamp(0.625rem, -6.587rem + 30.77vw, 1.875rem);
	top: 20px;
	width: 135px;
}

.p-eventGuest-right--pc {
	display: none;
}

.p-eventGuest-bottom {
	background: #F8931C;
	border-radius: 0px 0px 20px 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
}

.p-eventGuest-bottom-text1 {
	display: flex;
	display: block;
	gap: 13px;
}

.p-eventGuest-bottom-text1-1 {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px; /* 125% */
}

.p-eventGuest-bottom-text1-2 {
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
}

.p-eventGuest-bottom-text2 {
	color: #FFF;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
	margin-top: 5px;
}

.p-eventGuest-bottom-text2-1 {
	font-size: 12px;
}

.p-eventGuest-bottom-text2-2 {
	font-size: 15px;
}

.p-eventGuest-bottom-text2-3 {
	font-size: 11px;
}

.p-eventGuest-bottom-text3 {
	color: #FFF;
	font-size: 10px;
	font-weight: 600;
	line-height: 190%; /* 19px */
	margin-bottom: 10px;
	margin-top: 15px;
}

.p-eventGuest-bottom-btn {
	align-items: center;
	background: #fff;
	border-radius: 25px;
	color: #F8931C;
	display: flex;
	filter: drop-shadow(0px 4px 0px #985A11);
	gap: 2px;
	height: 25px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3px;
	padding-left: 36px;
	padding-top: 6px;
	transition: background 0.3s ease, color 0.3s ease;
	width: 170px;
}

.p-eventGuest-bottom-btn:hover {
	background: #F8931C;
	color: #fff;
}

.p-eventGuest-bottom-btn--text {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.1px;
	line-height: 15px; /* 136.364% */
}

.p-eventGuest-bottom-btn--arrow {
	height: 14px;
	position: relative;
	top: -2px;
	width: 11px;
}

.p-eventGuest-bottom-text4 {
	color: #FFF;
	font-size: 7px;
	font-weight: 600;
	line-height: 10px; /* 142.857% */
	padding-bottom: 4px;
	text-align: center;
}

.u-separate {
	margin-bottom: 30px;
	margin-top: 30px;
}

.u-hidden-sp {
	display: none;
}

.u-hidden-pc {
	display: flex;
}

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

.p-concept__textBlock {
	margin-bottom: 60px;
}

.p-sponsor__label {
	font-size: 14px;
}

.p-lower-fv--staff {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/staff/fv-pc.png) no-repeat center center/cover;
}

.p-lower-fv--consultation {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/consultation/fv-pc.png) no-repeat center center/cover;
}

.p-lower-fv--eventZen {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/event_zen/fv-pc.png) no-repeat center center/cover;
}

.p-lower-fv--eventWork {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../assets/img/event_work/fv-pc.png) no-repeat center center/cover;
}

}

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

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

.l-concept::before {
	background-size: contain;
	height: 642px;
	top: -130px;
}

.l-worry {
	margin-top: 236px;
}

.l-fvEvent {
	margin-bottom: 250px;
}

.l-service {
	margin-bottom: 150px;
	margin-top: 150px;
}

.l-staff {
	margin-bottom: 150px;
}

.l-sponsor {
	margin-bottom: 150px;
}

.l-contact {
	padding-bottom: 100px;
	padding-top: 100px;
}

.l-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-bottom: 60px;
	padding-left: 112px;
	padding-right: 112px;
}

.l-lower-service {
	margin-bottom: 150px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.l-lower-staff {
	margin-bottom: 150px;
	margin-top: 182px;
}

.l-lower-greeting::before {
	height: 150px;
	right: 60px;
	top: 30px;
	width: 70px;
}

.l-lower-greeting__inner {
	padding-top: 100px;
}

.l-lower-consultation-flow {
	margin-bottom: 150px;
}

.l-lower-consultation-adviser {
	background: #FFF3BC;
	margin-bottom: 150px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.l-lower-consultation-adviser__inner {
	background: #fff;
	border-radius: 20px;
	padding-bottom: 50px;
	padding-left: clamp(2.5rem, -6.382rem + 15.79vw, 6.25rem);
	padding-right: clamp(2.5rem, -6.382rem + 15.79vw, 6.25rem);
	padding-top: 50px;
}

.l-lower-eventDetail {
	margin-bottom: 150px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.l-lower-eventDetail__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-bottom: 60px;
	padding-left: 112px;
	padding-right: 112px;
	padding-top: 60px;
}

.l-lower-eventSupport {
	margin-bottom: 150px;
}

.l-lower-event--zen {
	margin-bottom: 338px;
}

.l-lower-event--zen::after {
	background: url(../../assets/img/event_zen/fv-deco-pc.png) no-repeat center center;
	background-size: 1160px auto;
	content: "";
	height: 660px;
	left: 0;
	position: absolute;
	top: -74%;
	width: 100%;
}

.l-lower-event--work {
	margin-bottom: 357px;
}

.l-lower-event--work::after {
	background: url(../../assets/img/event_work/fv-deco-pc.png) no-repeat center center;
	background-size: 1160px auto;
	content: "";
	height: 667px;
	left: 0;
	position: absolute;
	top: -53%;
	width: 100%;
}

.c-link-button__circle--contact1 {
	display: none;
}

.c-link-button__circle--contact2 {
	display: block;
}

.c-to-top-button img {
	height: 104px;
	width: 100px;
}

.c-service-button {
	padding-bottom: 7px;
	padding-top: 7px;
}

.c-service-button__text {
	font-size: 18px;
}

.c-service-button:hover .c-service-button__submenu {
	display: flex;
}

.p-worry-item {
	width: clamp(14.688rem, 9.063rem + 11.72vw, 18.438rem);
}

.p-worry-item__title {
	font-size: 16px;
	width: 235px;
}

.p-top-worry__items {
	align-items: start;
	display: flex;
	flex-direction: row;
	gap: clamp(1.25rem, -2.5rem + 7.81vw, 3.75rem);
	margin-bottom: 40px;
}

.p-service-card__head img {
	height: clamp(2.125rem, 1.563rem + 1.17vw, 2.5rem);
	left: 10px;
	width: clamp(3rem, 1.875rem + 2.34vw, 3.75rem);
}

.p-service-card__button {
	left: clamp(0.375rem, -7.5rem + 16.41vw, 5.625rem);
}

.p-top-service__cards {
	display: flex;
	flex-direction: row;
	gap: 34px;
	justify-content: center;
	margin-top: 60px;
}

.p-staff-card__youtube {
	bottom: 360px;
}

.p-staff-card__youtube img {
	height: 80px;
	width: 80px;
}

.p-staff-card__info {
	font-size: 12px;
}

.p-staff-card__info-left {
	padding: 7px;
}

.p-staff-card__info-right {
	padding: 7px;
}

.p-top-staff__cards {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 60px;
	margin-top: 60px;
}

.p-top-staff__others {
	padding-bottom: 15px;
	padding-top: 15px;
}

.p-header-nav__dropdown:hover .p-header-nav__dropdown-menu {
	display: block;
}

.p-swiper__textbox {
	left: clamp(5rem, -0.625rem + 11.72vw, 8.75rem);
	top: clamp(25rem, 15.625rem + 19.53vw, 31.25rem);
}

.p-swiper__text1 {
	font-size: 32px;
}

.p-swiper__text2 {
	font-size: 32px;
}

.p-swiper__text--big {
	font-size: 38px;
}

.p-concept__wrap {
	display: flex;
	flex-direction: row-reverse;
	gap: 30px;
}

.p-concept__description {
	padding-left: 0;
	padding-right: 40px;
	padding-top: 36px;
}

.p-concept__textBlock {
	margin-top: 36px;
}

.p-concept__img {
	padding-right: 0;
}

.p-concept__img img {
	height: 426px;
	max-width: clamp(25rem, 2.5rem + 46.88vw, 40rem);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	border-radius: 0px 20px 20px 0px;
	object-position: bottom;
}

.p-concept__btn {
	bottom: 30px;
	position: absolute;
	right: 90px;
}

.p-arrow__img--sp {
	display: none;
}

.p-arrow__img--pc {
	display: block;
}

.p-top-sponsor__items {
	gap: clamp(2.5rem, -3.125rem + 11.72vw, 6.25rem);
	grid-template-columns: repeat(2, 1fr);
	margin-top: 60px;
	max-width: 1000px;
}

.p-top-contact__titleWrap {
	margin-bottom: 60px;
	margin-top: 60px;
}

.p-top-contact__text {
	font-weight: 500;
}

.p-form {
	margin-top: 70px;
}

.p-form__lists {
	margin-bottom: 64px;
}

.p-form__list {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.p-contact-control__left {
	flex: 0 0 240px;
}

.p-contact-control__label {
	font-size: 16px;
}

.p-contact-control__right {
	flex: 1;
}

.p-contact-control__text {
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
}

.p-footer-subNav {
	margin-bottom: 0;
}

.p-lower-fv {
	height: 370px;
	margin-bottom: 80px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 40px;
}

.p-lower-fv--staff {
	margin-bottom: 112px;
}

.p-lower-fv--eventZen {
	margin-bottom: 285px;
}

.p-lower-fv--eventWork {
	margin-bottom: 285px;
}

.p-lower-fv__heading {
	top: 244px;
}

.p-service-detail {
	max-width: 1000px;
	padding-bottom: 60px;
	padding-left: 60px;
	padding-right: 60px;
}

.p-service-detail__head {
	height: 160px;
	margin-bottom: 60px;
}

.p-service-detail__head::after {
	height: 130px;
	top: -4px;
	width: 200px;
}

.p-service-detail__headTitle {
	font-size: 28px;
	left: 16px;
	top: 37px;
}

.p-service-detail__headTitle.is-consultation {
	left: 44px;
}

.p-service-detail__card {
	gap: 100px;
}

.p-service-detail__body {
	flex-direction: row;
	gap: 35px;
}

.p-service-detail__left {
	gap: 0;
	width: 50%;
}

.p-service-detail__title {
	font-size: 24px;
	font-weight: 600;
}

.p-service-detail__text {
	margin-bottom: 21px;
	margin-top: 20px;
}

.p-service-detail__text.is-marche {
	margin-bottom: 20px;
}

.p-service-detail__text.is-consultation {
	margin-bottom: 20px;
}

.p-service-detail__right {
	width: 50%;
}

.p-service-detail__img img {
	height: 350px;
}

.p-service-detail__btn {
	justify-content: center;
	margin-top: 0;
}

.p-lower-service__items {
	gap: 60px;
}

.p-lower-greeting__content {
	display: flex;
	gap: 80px;
	margin-top: 60px;
}

.p-lower-greeting__description {
	width: 50%;
}

.p-lower-greeting__imgWrap {
	width: 50%;
}

.p-consultation-cta__title {
	font-size: 20px;
}

.p-consultation-cta__buttons {
	gap: 100px;
}

.p-consultation-cta__outside {
	width: 300px;
}

.p-consultation-cta__inside {
	height: 80px;
	left: 10px;
	top: 10px;
	width: 280px;
}

.p-consultation-cta__text {
	font-size: 18px;
	letter-spacing: 1.8px;
}

.p-consultation-cta__text--instagram {
	letter-spacing: 1.8px;
}

.p-consultation-cta__img {
	left: 17px;
	top: -3px;
}

.p-lower-consultation-flow__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	max-width: 650px;
}

.p-lower-consultation-adviser__contents {
	margin-top: 60px;
	max-width: 1000px;
}

.p-lower-consultation-adviser__content {
	display: flex;
	gap: 20px;
}

.p-lower-consultation-adviser__img {
	width: 50.8928571429%;
}

.p-lower-consultation-adviser__info {
	width: 46.556122449%;
}

.p-lower-consultation-adviser__name {
	-moz-text-align-last: left;
	margin-bottom: 10px;
	margin-top: 0;
	text-align-last: left;
}

.p-adviser-profile-top {
	font-size: 16px;
	font-weight: 600;
}

.p-adviser-profile-top.is-message {
	margin-top: 8px;
}

.p-storeInfo-item__title {
	font-size: 16px;
}

.p-storeInfo-head {
	margin-bottom: 260px;
	margin-top: 80px;
	max-width: 1000px;
}

.p-storeInfo-head__icon img {
	height: 200px;
	width: 200px;
}

.p-storeInfo-head__textbox::before {
	height: 160px;
	top: 19px;
}

.p-storeInfo-head__textbox::after {
	height: 162px;
	top: 19px;
	width: 122px;
}

.p-storeInfo-head__text {
	font-size: 20px;
	font-weight: 700;
	left: 59%;
	letter-spacing: 4px;
	top: 83px;
}

.p-storeInfo-head__text--lessons {
	left: 65%;
}

.p-storeInfo-head__text--service {
	left: 61%;
}

.p-storeInfo-head__text--en {
	left: 40%;
	top: 83px;
}

.p-storeInfo-head__text--en img {
	height: 30px;
	width: 117px;
}

.p-storeInfo-head__text--en-lessons {
	left: 36%;
}

.p-storeInfo-head__text--en-lessons img {
	width: 197px;
}

.p-storeInfo-head__text--en-shop {
	left: 40%;
}

.p-storeInfo-head__text--en-service {
	left: 34%;
}

.p-storeInfo-head__text--en-service img {
	width: 180px;
}

.p-lower-storeInfo__content {
	max-width: 1000px;
}

.p-lower-storeInfo__items {
	display: grid;
	gap: 60px 40px;
	grid-template-columns: repeat(3, 1fr);
}

.p-eventDetail {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.p-eventDetail__info {
	margin-top: 60px;
}

.p-eventDetail__info-left {
	font-size: 16px;
	letter-spacing: 3.2px;
	padding: 8px;
}

.p-eventDetail__info-left.is-full {
	width: 40%;
}

.p-eventDetail__info-right {
	letter-spacing: 1.4px;
}

.p-eventDetail__info-right.is-full {
	width: 60%;
}

.p-lower-eventSupport__cards {
	gap: 40px 20px;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1000px;
	padding-left: 40px;
	padding-right: 40px;
}

.p-eventSupport-card__heading {
	height: 80px;
}

.p-eventSupport-card__heading::before {
	height: 64px;
	top: 22px;
	width: 64px;
}

.p-eventSupport-card__heading::after {
	height: 24px;
	width: 24px;
}

.p-eventSupport-card__text {
	font-size: 16px;
}

.p-eventSupport-modal__content {
	width: 380px;
}

.p-lower-event__titlebox {
	gap: 33px;
}

.p-lower-event__title {
	font-size: 32px;
}

.p-lower-event__textbox {
	gap: 20px;
	margin-top: 52px;
}

.p-eventGuest {
	max-width: 1000px;
}

.p-eventGuest-title {
	top: -6px;
}

.p-eventGuest-title img {
	height: 35px;
	width: 290px;
}

.p-eventGuest-top {
	justify-content: left;
	padding-left: 45px;
}

.p-eventGuest-left {
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 0;
}

.p-eventGuest-left-textbox1 {
	margin-top: 30px;
}

.p-eventGuest-left-text1 {
	font-size: 20px;
	line-height: 40px; /* 200% */
}

.p-eventGuest-left-textbox2 {
	align-items: center;
	flex-direction: row;
}

.p-eventGuest-left-text2 {
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 2.4px;
}

.p-eventGuest-left-text2--is-big {
	font-size: 30px;
	letter-spacing: 3.6px;
	line-height: 15px;
}

.p-eventGuest-left-text3 {
	font-size: 20px;
	letter-spacing: 1px;
}

.p-eventGuest-left-text4 {
	font-size: 12px;
	margin-top: 25px;
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-eventGuest-right--sp {
	display: none;
}

.p-eventGuest-right--pc {
	display: block;
}

.p-eventGuest-right--pc img {
	display: block;
	height: 220px;
	position: absolute;
	right: 10px;
	top: 85px;
	width: 220px;
}

.p-eventGuest-bottom {
	padding-left: 45px;
}

.p-eventGuest-bottom-text1-1 {
	font-size: 20px;
}

.p-eventGuest-bottom-text1-2 {
	font-size: 18px;
}

.p-eventGuest-bottom-text2-2 {
	font-size: 16px;
}

.p-eventGuest-bottom-text3 {
	margin-top: 10px;
}

.p-eventGuest-bottom-btn {
	gap: 20px;
	height: 28px;
	margin-bottom: 15px;
	padding-bottom: 6px;
	padding-left: 62px;
	width: 260px;
}

.p-eventGuest-bottom-btn--text {
	font-size: 14px;
	letter-spacing: 1.4px;
}

.p-eventGuest-bottom-btn--arrow {
	height: 17px;
	padding-bottom: 3px;
	top: 0;
	width: 14px;
}

.p-eventGuest-bottom-text4 {
	font-size: 10px;
}

.u-hidden-sp {
	display: flex;
}

.u-hidden-pc {
	display: none;
}

}

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

.l-fv {
	margin-bottom: 50px;
	margin-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
}

.l-fvEvent {
	padding-left: 60px;
	padding-right: 60px;
}

.l-footer__inner::before {
	right: 20px;
	top: -20px;
}

.l-footer__inner::after {
	bottom: 20px;
	right: 265px;
}

.l-lower-consultation-method {
	margin-bottom: 182px;
}

.lower-consultation-method__inner {
	padding-top: 100px;
}

.c-section-title {
	font-size: 28px;
}

.c-service-button {
	border-radius: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 360px;
}

.p-worry-item__title {
	font-size: 16px;
	width: 275px;
}

.p-staff-card__youtube img {
	height: 100px;
	width: 100px;
}

.p-staff-card__info {
	font-size: 14px;
}

.p-top-staff__cards {
	gap: 60px;
}

.p-top-staff__others {
	padding-bottom: 30px;
	padding-top: 30px;
	width: 193px;
}

.p-swiper__pagination {
	left: 42px !important;
}

.p-swiper__buttonPrev {
	height: 50px;
	left: 40px;
	width: 50px;
}

.p-swiper__buttonNext {
	height: 50px;
	right: 40px;
	width: 50px;
}

.p-concept__subTitle {
	font-size: 14px;
}

.p-concept__title {
	font-size: 28px;
	letter-spacing: 2.24px;
	line-height: 44px; /* 157.143% */
	margin-top: 24px;
}

.p-concept__text {
	font-size: 16px;
}

.p-swiperEvent__picture img {
	border-radius: 20px;
}

.p-arrow__textbox--sp {
	display: none;
}

.p-arrow__textbox--pc {
	display: block;
}

.p-contact-control__radios {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 180px);
}

.p-footer-nav {
	flex-direction: row;
	gap: clamp(0.813rem, -1.704rem + 4.47vw, 1.875rem);
}

.p-footer-nav__item--mod {
	position: relative;
	right: 20px;
}

.p-footer__logo {
	margin-top: 20px;
}

.p-service-detail__text.is-marche {
	margin-bottom: 45px;
}

.p-service-detail__text.is-consultation {
	margin-bottom: 69px;
}

.p-lower-consultation-method__content {
	margin-top: 60px;
}

.p-lower-consultation-method__items {
	max-width: 1000px;
	padding: 30px 25px;
}

.p-consultation-method {
	display: flex;
	gap: 48px;
	max-width: 100%;
	padding-bottom: 35px;
}

.p-consultation-content {
	display: flex;
	gap: 47px;
	margin-top: 35px;
	max-width: 100%;
}

.p-consultation-method__title {
	font-size: 26px;
	letter-spacing: 3.9px;
	top: 57px;
	white-space: nowrap;
}

.p-consultation-method__img img {
	height: 154px;
	width: 154px;
}

.p-consultation-method__right {
	gap: 0;
}

.p-consultation__right--method {
	align-items: center;
	flex-direction: row;
	justify-content: center;
	margin-top: 0;
}

.p-consultation-method__free {
	padding-right: clamp(1.875rem, -1.323rem + 5.69vw, 2.938rem);
	position: relative;
}

.p-consultation-method__free::after {
	background: url(../../assets/img/consultation/border.png) no-repeat center center/contain;
	content: "";
	height: 189px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-consultation-method__subtitleBox {
	flex-direction: column;
}

.p-consultation-method__subtitle {
	font-size: 20px;
	letter-spacing: 3px;
}

.p-consultation-method__subtitle::after {
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
}

.p-consultation-method__subtitleBox2 {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.p-consultation-method__subtitle2 {
	font-size: 18px;
	letter-spacing: 2.7px;
}

.p-consultation-method__subtitle3 {
	font-size: 18px;
	letter-spacing: 2.7px;
}

.p-consultation-method__paid {
	padding-left: clamp(2.5rem, -5.589rem + 14.38vw, 5.188rem);
}

.p-lower-consultation-flow__items {
	gap: 60px 40px;
	max-width: 700px;
}

.p-storeInfo-item__title {
	font-size: 20px;
}

.p-lower-eventSupport__cards {
	gap: 60px 40px;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1000px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
}

.p-eventGuest-right--pc img {
	height: 240px;
	right: 35px;
	top: 77px;
	width: 240px;
}

}

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

.l-header {
	height: 80px;
}

.l-header__inner {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
}

.l-header__right {
	display: flex;
}

.l-footer__inner::after {
	bottom: 20px;
	right: 20px;
}

.l-lower-greeting::before {
	height: 220px;
	right: 60px;
	width: 100px;
}

.c-copyright {
	padding-bottom: 16px;
	padding-top: 19px;
}

.c-button-drawer {
	display: none;
}

.p-footer-cta {
	display: none;
}

.p-worry-item__title {
	font-size: 18px;
	width: 275px;
}

.p-staff-card__youtube {
	bottom: 390px;
}

.p-staff-card__info-left {
	padding: 10px;
}

.p-staff-card__info-right {
	padding: 10px;
}

.p-top-staff__cards {
	gap: 80px;
}

.p-drawerMenu {
	display: none;
}

.p-concept__wrap {
	gap: 64px;
}

.p-concept__description {
	padding-left: 0;
	padding-right: 140px;
}

.p-lower-fv__heading {
	top: 264px;
}

.p-lower-consultation-method__items {
	max-width: 1000px;
	padding: 30px 35px;
}

.p-consultation-method__free {
	padding-right: 47px;
}

.p-consultation-method__subtitleBox {
	flex-direction: row;
}

.p-consultation-method__subtitle::after {
	left: 48%;
	width: 110%;
}

.p-consultation-method__paid {
	padding-left: 83px;
}

.p-flow-item__imgNum {
	left: 5px;
}

.p-lower-consultation-flow__items {
	grid-template-columns: repeat(4, 1fr);
	max-width: 1000px;
}

.p-eventGuest-right--pc img {
	height: 280px;
	top: 32px;
	width: 280px;
}

}

