body {
	font-family: noto-sans-cjk-jp, sans-serif;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

*,
*::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;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

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

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

picture {
	display: block;
}

.l-breadcrumb {
	margin-top: 5rem;
}

.l-can {
	margin-top: 5rem;
}

.l-footer {
	margin-top: 1.1875rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 0.925rem;
	padding-right: 0.925rem;
	width: 100%;
}



.l-instagram {
	margin-top: -6.5625rem;
}

.l-manage.--mt {
	margin-top: 6.25rem;
}

.l-material {
	margin-top: 3.75rem;
}

.l-recruit {
	margin-top: 2.625rem;
}

.l-topAccess {
	margin-top: -7.9375rem;
}

.l-topMenu.--mt {
	margin-top: 3.125rem;
}

.fuwafuwa {
	animation: fuwafuwa_sp 2.5s ease-in-out infinite alternate;
}

.pop {
	opacity: 0;
}

.pop.is-active {
	animation: pop 1.2s forwards;
}

.js-fade {
	opacity: 0;
	transform: translateY(max(10%, 3.125rem));
	transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

.js-fade.--left {
	transform: translateX(max(-10%, -3.125rem));
}

.js-fade.--right {
	transform: translateX(max(10%, 3.125rem));
}

.js-fade.is-fade {
	opacity: 1;
	transform: translate(0, 0);
}

.p-access {
	padding-top: 5rem;
}

.p-access__box {
	background-color: #F3F3F3;
	border-radius: 1.5625rem;
	padding: 1.875rem 1.25rem;
}

.p-access__wrap {
	margin-top: 3.125rem;
}
.p-access__tel{
	text-align: center;

}

.p-access__tel a {
	align-items: center;
	display: flex;
	font-size: 2.125rem;
	font-weight: 900;
	gap: 0.875rem;
	justify-content: center;
	letter-spacing: -0.015em;
	line-height: 1.5;
}

.p-access__tel a img {
	width: 2rem;
}
.p-access__tel span {
    font-size: 0.8rem;
    line-height: 1;
    color: #666;
}
.p-access__address {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 0.6875rem;
	text-align: center;
}

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

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

.p-access__btn + .p-access__btn {
	margin-top: 0.875rem;
}

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

.p-access__tableBody {
	border-radius: 1.25rem;
	overflow: hidden;
}

.p-access__row {
	display: grid;
	font-size: 1rem;
	font-weight: 900;
	grid-template-columns: 4.8125rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	line-height: 1.5;
	padding-block: 0.75rem;
	padding-left: 1.6875rem;
	padding-right: 0.625rem;
}

.p-access__row div {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-access__row div:first-child {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	justify-content: space-between;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.p-access__row {
	background-color: #fff;
	color: #000;
	font-weight: 400;
}

.p-access__row.--head {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding-block: 0.8125rem;
}

.p-access__row span {
	background-color: #000;
	border-radius: 50%;
	height: 1.125rem;
	width: 1.125rem;
}

.p-access__row span.--none {
	height: 0.1875rem;
	width: 0.875rem;
}

.p-access__note {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-top: 0.8125rem;
	text-align: center;
}

.p-access__map {
	border-radius: 1.5625rem;
	margin-top: 3.75rem;
	overflow: hidden;
}

.p-access__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-access__btn2 {
	margin-top: 1.8125rem;
	text-align: center;
}

.p-attempt {
	padding-bottom: 3.875rem;
	padding-top: 3.125rem;
}

.p-attempt__blocks {
	display: grid;
	gap: 0.875rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.75rem;
}

.p-breadcrumb {
	background-color: #F3F3F3;
	position: relative;
}

.p-breadcrumb__inner {
	height: 100%;
}

.p-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3125rem 0.375rem;
	padding: 0.625rem 0;
}

.p-breadcrumb__list > span {
	color: #000;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.014em;
	position: relative;
}

.p-breadcrumb__list > span + span {
	padding-left: 1.0625rem;
}

.p-breadcrumb__list > span + span::before {
	background: #000;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.p-breadcrumb__list > span + span::after {
	-webkit-mask: url(../images/common/arrow.webp) center center/0.4375rem no-repeat;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0;
	mask: url(../images/common/arrow.webp) center center/0.4375rem no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.p-caution {
	padding-top: 5rem;
}

.p-caution__box {
	background-color: #F3F3F3;
	border-radius: 1.875rem;
	padding: 2.8125rem 1.5rem 2.8125rem 2rem;
}

.p-caution__title {
	color: #494949;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
}

.p-caution__lists {
	margin-top: 1.625rem;
}

.p-caution__list {
	color: #494949;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 1.125rem;
	position: relative;
}

.p-caution__list::before {
	background-color: #FFD857;
	border-radius: 50%;
	content: "";
	height: 0.8125rem;
	left: 0;
	position: absolute;
	top: 0.0625rem;
	width: 0.8125rem;
}

.p-caution__list + .p-caution__list {
	margin-top: 1.25rem;
}

.p-caution__text {
	color: #494949;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.625rem;
}

.p-colorBox {
	padding-top: 5rem;
}

.p-colorBox.--pt-small {
	padding-top: 1.625rem;
}

.p-colorBox__main {
	margin-top: 2.6875rem;
	position: relative;
}

.c-colorBox__link {
	margin-top: 1.875rem;
}

.c-colorBox__link .c-textLink {
	font-size: 0.75rem;
}

.c-colorBox__link .c-textLink .c-arrow::before {
	-webkit-mask-size: 0.375rem;
	mask-size: 0.375rem;
}

.p-concept {
	background-color: #94DEFA;
	padding-bottom: 3.25rem;
	padding-top: 3.3125rem;
	position: relative;
}

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

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

.p-concept__img {
	margin-inline: auto;
}

.p-concept__block:nth-child(1) .p-concept__img {
	width: 17.25rem;
}

.p-concept__block:nth-child(2) .p-concept__img {
	width: 14.9375rem;
}

.p-concept__block:nth-child(3) .p-concept__img {
	width: 19.375rem;
}

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

.p-concept__bigText {
	font-size: 1.5625rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1.5;
}

.p-concept__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 1.9375rem;
}

.p-concept__text p + p {
	margin-top: 1em;
}

.p-concept__mv {
	border: 1.5px solid #000;
	border-radius: 6.25rem;
	margin-top: 4rem;
	overflow: hidden;
}

.p-concept__mv img {
	-o-object-fit: cover;
	aspect-ratio: 360/185;
	height: 100%;
	object-fit: cover;
}

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

.p-concept__lead {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 0.875rem;
}

.p-cv {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
	position: relative;
	z-index: 2;
}

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

.p-cv__btn + .p-cv__btn {
	margin-top: 2.0625rem;
}

.p-cv__links {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-cv__link {
	text-align: center;
	width: 100%;
}

.p-drawer {
	background-color: #6FD1F5;
	background-color: #fff;
	bottom: 0;
	height: calc(100% - 4.375rem);
	left: 0;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	transform: translateY(-105%);
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
}

.p-drawer.is-active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-drawer__inner {
	height: -moz-fit-content;
	height: fit-content;
}

.p-drawer__logo {
	width: 21rem;
}

.p-drawer__access {
	margin-top: 1.625rem;
	text-align: center;
}

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

.p-drawer__tel a {
	align-items: center;
	display: flex;
	font-size: 2.125rem;
	font-weight: 900;
	gap: 0.875rem;
	justify-content: center;
	letter-spacing: -0.015em;
	line-height: 1.2;
	white-space: nowrap;
}

.p-drawer__tel a img {
	width: 2rem;
}

.p-drawer__tel span {
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: center;
}

.p-drawer__btns {
	margin-top: 1.625rem;
}

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

.p-drawer__btn + .p-drawer__btn {
	margin-top: 0.875rem;
}

.p-drawer__recruit {
	margin-inline: auto;
	margin-top: 1.875rem;
	max-width: 23.4375rem;
	padding-inline: 0.9375rem;
	position: relative;
	z-index: 1;
}

.p-drawer__bg {
	display: block;
	margin-top: 1.875rem;
}

.p-drawerNav__blocks {
	border-top: 2px solid #000;
}

.p-drawerNav__block {
	border-bottom: 2px solid #000;
	padding-inline: 1rem;
	position: relative;
}

.p-drawerNav__block:nth-child(1) {
	background-color: #6FD1F5;
}

.p-drawerNav__block:nth-child(2) {
	background-color: #AAE3A7;
}

.p-drawerNav__block:nth-child(3) {
	background-color: #FEE38B;
}

.p-drawerNav__title {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 900;
	gap: 1.25rem;
	height: 6.75rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-drawerNav__icon {
	height: 4.125rem;
	width: 4rem;
}

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

.p-drawerNav__button {
	height: 1.4375rem;
	position: absolute;
	right: 1.0625rem;
	top: 2.625rem;
	width: 1.4375rem;
}

.p-drawerNav__button span {
	background-color: #000;
	display: inline-block;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 1.4375rem;
}

.p-drawerNav__button span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-drawerNav__title.is-active .p-drawerNav__button span:nth-child(2) {
	transform: translate(-50%, -50%);
}

.p-drawerNav__body {
	display: none;
	padding-bottom: 2.0625rem;
}

.p-drawerNav__btns {
	display: grid;
	gap: 0.4375rem 0.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-faq {
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
	position: relative;
	z-index: 2;
}

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

.p-faq__block + .p-faq__block {
	margin-top: 0.6875rem;
}

.p-faq__content {
	align-items: flex-start;
	display: grid;
	gap: 1.125rem;
	grid-template-columns: 3.4375rem 1fr;
}

.p-faq__block:nth-child(2) .p-faq__icon {
	margin-top: 1rem;
}

.p-faq__q {
	cursor: pointer;
	position: relative;
}

.p-faq__q-text {
	align-items: center;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 0.3125rem;
	display: flex;
	font-size: 0.9375rem;
	font-weight: 900;
	line-height: 1.4;
	margin-top: 1rem;
	min-height: 2.8125rem;
	padding: 0.5rem 3.5rem 0.5rem 1.25rem;
	position: relative;
}

.p-faq__q-text::before {
	background: url(../images/common/bg_faq_white_sp.webp) center right/contain no-repeat;
	content: "";
	height: 1.125rem;
	left: -1rem;
	position: absolute;
	top: 0.75rem;
	width: 1rem;
}

.p-faq__q::before,
.p-faq__q::after {
	background-color: #000;
	content: "";
	height: 0.1875rem;
	position: absolute;
	right: 1.25rem;
	top: 2.3125rem;
	transition: all 0.45s;
	width: 0.9375rem;
	z-index: 1;
}

.p-faq__q::after {
	transform: rotate(90deg);
}

.p-faq__q.is-active::after {
	transform: rotate(0deg);
}

.p-faq__icon.--q {
	height: 4.375rem;
}

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

.p-faq__a {
	display: none;
	margin-top: 1.8125rem;
}

.p-faq__a-text {
	background-color: #FEE38B;
	border: 2px solid #000;
	border-radius: 0.3125rem;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 2;
	padding: 0.8125rem 1rem;
	position: relative;
}

.p-faq__a-text::before {
	background: url(../images/common/bg_faq_yellow_sp.png) center right/contain no-repeat;
	content: "";
	height: 1.25rem;
	left: -1.125rem;
	position: absolute;
	top: 0.9375rem;
	width: 1.125rem;
}

.p-faq__a-text p + p {
	margin-top: 1em;
}

.p-float {
	bottom: -5.25rem;
	height: 2.6875rem;
	left: 0;
	margin-inline: auto;
	max-width: 22.5rem;
	position: fixed;
	right: 0;
	transition: all 0.45s;
	z-index: 99;
}

.p-float.is-active {
	bottom: 1.25rem;
}

.p-float__btns {
	border: 1.5px solid #000;
	border-radius: 3.125rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
	overflow: hidden;
}

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

.p-float__btn {
	height: 100%;
}
.p-float__btn:last-child img {
	width: 16px;
}
.p-float__btn + .p-float__btn {
	border-left: 1.5px solid #000;
}

.p-float__btn a {
	align-items: center;
	align-items: center;
	background-color: #F3F3F3;
	display: flex;
	font-size: 0.8125rem;
	font-weight: bold;
	gap: 0.4375rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.05em;
	transition: all 0.45s;
}

.p-float__btn img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 1.1875rem;
}

.p-float__btn:nth-child(1) a {
	padding-left: 0.3125rem;
}

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

.p-footer {
	background-color: #F3F3F3;
	border-radius: 1.875rem;
	margin-inline: auto;
	padding-bottom: 1.25rem;
	padding-top: 1.75rem;
	width: calc(100% - 1.875rem);
}

.p-footer__logo {
	margin-inline: auto;
	max-width: 14.5rem;
}

.p-footer__copy {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 1.5rem;
	text-align: center;
}

.p-globalNav {
	height: 3.75rem;
	position: fixed;
	right: 7.4375rem;
	top: 0;
}

.p-globalNav__links {
	align-items: center;
	border: 2px solid #000;
	border-radius: 0 0 0.9375rem 0.9375rem;
	border-top: none;
	display: flex;
	height: 100%;
	overflow: hidden;
}

.p-globalNav__link {
	height: 100%;
}

.p-globalNav__link a {
	align-items: center;
	background-color: #F3F3F3;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 1.125rem 1em;
	transition: all 0.45s;
	font-weight: bold;
}

.p-globalNav__link:nth-child(1) a {
	padding-left: calc(1.25rem + 1em);
}

.p-globalNav__link:last-child a {
	padding-right: calc(1.25rem + 1em);
}

.p-header {
	background-color: #fff;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	align-items: flex-start;
	display: flex;
	height: 100%;
	/*padding-left: 0.5rem;*/
}

.p-header__logo {
	max-width: 10.1875rem;
	max-width: 11.1875rem;
	background-color: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0 0 .75rem 0;
    overflow: hidden;
}

.p-header__logo.is-active {
	position: fixed;
	top: 0;
	transition: all 0.45s;
	z-index: 1;
}

.p-header__logo a {
	display: block;
	padding-top: 0.3125rem;
}

.p-header__logo img {
	transition: all 0.45s;
	padding: 0.5rem;
}

.p-header__logo span {
	color: #707070;
	font-size: 0.6875rem;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-top: 0.0625rem;
	display: block;
	padding: 0 0.5rem 0.5rem;
}

.p-header__nav {
	height: 4.25rem;
	margin-left: auto;
	position: fixed;
	right: 4.25rem;
	top: 0;
	transition: all 0.3s;
	width: 4.25rem;
}

.p-header__nav.is-hidden {
	opacity: 0;
	visibility: hidden;
}

.p-header__nav.u-mobile a {
	align-items: center;
	background-color: #FFD857;
	border: 1.5px solid #000;
	border-bottom-left-radius: 0.9375rem;
	border-top: none;
	display: inline-flex;
	flex-direction: column;
	gap: 0.25rem;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.p-header__nav.u-mobile img {
	width: 1.625rem;
}

.p-header__nav.u-mobile span {
	font-size: 0.6875rem;
	font-weight: bold;
	line-height: 1.5454545455;
}

.p-header__hamburger {
	align-items: center;
	display: flex;
	height: 4.25rem;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	width: 4.25rem;
	z-index: 99;
}

.p-important {
	padding-top: 3rem;
	position: relative;
}

.p-important__slider {
	margin-inline: auto;
	margin-top: 1.25rem;
	max-width: 18.75rem;
}

.p-important__slider .slick-list {
	overflow: unset;
}

.p-important__card {
	margin: 0 0.78125rem;
	width: 18.75rem;
}

.p-instagram {
	background-color: #64BE79;
	border-radius: 0 0 1.875rem 1.875rem;
	margin-inline: auto;
	padding-bottom: 5.625rem;
	padding-top: 9.375rem;
	position: relative;
	width: calc(100% - 0.925rem - 0.925rem);
}

.p-instagram::before {
	background: url(../images/top/bg_insta_01_sp.webp) center right/contain no-repeat;
	content: "";
	height: 5.375rem;
	left: -3.0625rem;
	position: absolute;
	top: 0.4375rem;
	width: 7.9375rem;
	z-index: 2;
}

.p-instagram::after {
	background: url(../images/top/bg_insta_02_sp.webp) top center/contain no-repeat;
	content: "";
	height: 4.5625rem;
	position: absolute;
	right: -2.375rem;
	top: 0.375rem;
	width: 11.375rem;
	z-index: 2;
}

.p-instagram__main {
	margin-top: 0.5rem;
}

.p-manage {
	background-color: #94DEFA;
	padding-bottom: 4.0625rem;
	padding-top: 4.0625rem;
	position: relative;
}

.p-manage__lead {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.3;
	margin-top: 1.0625rem;
}

.p-manage__slider {
	margin-inline: auto;
	margin-top: 2.6875rem;
	max-width: 18.75rem;
	position: relative;
}

.p-manage__slider .slick-list {
	overflow: unset;
}

.p-manage__card {
	height: 100%;
	margin-inline: 0.875rem;
	width: 18.75rem;
}

.p-manage__bird {
	left: 1.1875rem;
	position: absolute;
	top: 2.125rem;
	width: 4.5625rem;
}

.p-manage__cloud {
	height: 2.5625rem;
	position: absolute;
	right: -1.25rem;
	top: 2.5rem;
	width: 6.125rem;
}

.p-manage__cloud2 {
	height: 2.5625rem;
	position: absolute;
	right: -1.25rem;
	top: 2.5rem;
	width: 6.125rem;
	z-index: 1;
}

.p-manage__cloud3 {
	display: none;
	position: absolute;
}

.p-manage__cloud4 {
	display: none;
	position: absolute;
}

.p-manage__subtitle {
	margin-top: 3.125rem;
	text-align: center;
}

.p-manage__subtitle span {
	text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000;
	align-items: center;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 900;
	height: 2.375rem;
	justify-content: center;
	letter-spacing: 0.05em;
	margin-top: -0.375rem;
	padding-inline: 0.375rem;
}

.p-manage__subtitle.--pink span {
	background-color: #FFCFCF;
}

.p-manage__subtitle.--yellow span {
	background-color: #FEE38B;
}

.p-manage__subtitle img {
	margin-inline: auto;
	position: relative;
	width: 3.75rem;
	z-index: 1;
}

.p-material {
	background-color: #F3F3F3;
	padding-bottom: 2.5rem;
	padding-top: 5rem;
}

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

.p-modal {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.45s;
	visibility: hidden;
	width: 100%;
	z-index: 1000;
}

.p-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.p-modal__contents {
	border-radius: 0.9375rem;
	height: -moz-fit-content;
	height: fit-content;
	inset: 0;
	margin: auto;
	max-height: calc(100% - 6.25rem);
	max-width: 21.875rem;
	overflow-y: scroll;
	position: absolute;
	width: calc(100% - 3.125rem);
}

.p-modal__content {
	height: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	visibility: hidden;
}

.p-modal__content.is-active {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.p-modal__close {
	background: url(../images/common/close.webp) center center/contain no-repeat;
	cursor: pointer;
	height: 2.6875rem;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
	transition: all 0.45s;
	width: 2.6875rem;
}

.p-mv {
	padding-top: 5rem;
	position: relative;
}

.p-mv__inner {
	height: 100%;
}

.p-mv__video {
	height: 100%;
}

.p-mv__video video {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.p-mv__title {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18.125rem;
}

.p-mv__news {
	bottom: 0;
	height: 3.25rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.p-nav-pc__blocks.--1 {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 39% 1fr;
}

.p-nav-pc__blocks.--2 {
	display: grid;
	gap: 1.625rem 1.75rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-nav-pc__blocks.--half {
	display: grid;
	gap: 1.625rem;
}

.p-nav-pc__blocks + .p-nav-pc__blocks {
	margin-top: 1.625rem;
}

.p-nav-pc__blocks.--2 .p-nav-pc__block:nth-child(1),
.p-nav-pc__blocks.--2 .p-nav-pc__block:nth-child(2) {
	grid-row: 1/3;
}

.p-nav-pc__block > a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
}

.p-nav-pc__block.--small > a {
	padding-block: 1.625rem 2.375rem;
}

.p-nav-pc__block {
	background-color: #F3F3F3;
	border: 2px solid #000;
	border-radius: 3.75rem;
	display: block;
	padding-block: 2.125rem 2.625rem;
	padding-inline: 1.125rem;
	position: relative;
}

.p-nav-pc__block.--row {
	align-items: center;
	display: grid;
	gap: 1.8125rem;
	grid-template-columns: 11.5625rem 1fr;
	padding-block: 1.875rem;
	padding-inline: 2.75rem;
}

.p-nav-pc__block.--small {
	background: none;
	border: none;
	padding: 0;
	z-index: 1;
}

.p-nav-pc__block.--small a::before {
	background-color: #F3F3F3;
	border: 1.5px solid #000;
	border-radius: 3.75rem;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 100%;
	z-index: -1;
}

.p-nav-pc__icon {
	height: 6rem;
	margin-inline: auto;
	width: 4.6875rem;
}

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

.p-nav-pc__icon.--big {
	height: 6.875rem;
	margin: 0;
	width: auto;
}

.p-nav-pc__icon.--big img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.p-nav-pc__text {
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 0.875rem;
	text-align: center;
}

.p-nav-pc__links {
	display: grid;
	gap: 1.125rem;
	grid-template-columns: 100%;
}

.p-nav-pc__blocks.--2 .p-nav-pc__links {
	margin-inline: auto;
	margin-top: 1.9375rem;
	transform: translateX(-0.3125rem);
	width: -moz-fit-content;
	width: fit-content;
}

.p-nav-pc__links.--2 {
	-moz-column-gap: 2.625rem;
	column-gap: 2.625rem;
	grid-template-columns: 14.6875rem 1fr;
}

.p-nav-pc__arrow {
	bottom: 0;
	height: 2.5rem;
	position: absolute;
	right: 0;
	width: 2.5rem;
}

.p-payment {
	background-color: #fff;
	border-radius: 1.875rem;
	padding: 1.875rem 1.125rem;
	position: relative;
}

.p-payment__title {
	background-color: #E4E4E4;
	border-radius: 3.125rem;
	font-size: 0.875rem;
	font-weight: 400;
	left: 50%;
	line-height: 1.5;
	padding: 0.375rem 1.3125rem 0.375rem;
	position: absolute;
	text-align: center;
	top: -1.125rem;
	transform: translate(-50%, 0);
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-payment__logo {
	margin-inline: auto;
	max-width: 18.375rem;
}

.p-payment__text {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.4615384615;
	margin-top: 0.625rem;
	text-align: center;
}

.p-recruit {
	position: relative;
}

.p-recruit__content {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-recruit__lead {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: -0.015em;
	line-height: 1.5;
	margin-top: 0.3125rem;
	text-align: center;
}

.p-recruit__text {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 0.8125rem;
	text-align: center;
}

.p-recruit__btn {
	margin-top: 0.9375rem;
	text-align: center;
}

.p-subMv {
	padding-top: 1.4375rem;
	position: relative;
}

.p-subMv.--contact {
	padding-top: 3.75rem;
}

.p-subMv__icon {
	margin-inline: auto;
	max-width: 4.1875rem;
}

.p-subMv__title {
	margin-top: 0.375rem;
	text-align: center;
}

.p-subMv__title h1 {
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: -0.01em;
	line-height: 1.5;
}

.p-subMv__title p {
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 0.25rem;
	text-align: center;
}

.p-subMv__img {
	border: 1.5px solid #000;
	border-radius: 21.875rem;
	margin-top: 0.8125rem;
	overflow: hidden;
}

.p-subMv__img img {
	-o-object-fit: cover;
	aspect-ratio: 360/185;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-subMv__lead {
	font-size: 1.4375rem;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 1.125rem;
	text-align: center;
}

.p-subMv__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.7;
	margin-top: 1.25rem;
}

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

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

.p-subMv__img1 {
	margin-left: auto;
	margin-right: calc(50% - 50vw - 3.125rem);
	margin-top: 0.6875rem;
	width: 60vw;
}

.p-subMv__img2 {
	margin-left: calc(50% - 50vw - 4rem);
	margin-top: -10.375rem;
	width: 60vw;
}

.p-system {
	padding-bottom: 3.75rem;
	padding-top: 5rem;
}

.p-system__blocks {
	display: grid;
	gap: 1.125rem;
	margin-top: 2.625rem;
}

.p-system__block {
	border: 2px solid #000;
	border-radius: 2.5rem;
	overflow: hidden;
}

.p-system__img img {
	-o-object-fit: cover;
	aspect-ratio: 360/217;
	height: 100%;
	object-fit: cover;
}

.p-system__content {
	padding: 0.8125rem 2.0625rem 1.25rem;
}

.p-system__content h3 {
	font-size: 0.875rem;
	font-weight: 900;
	line-height: 2;
	text-align: center;
}

.p-system__content p {
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 0.125rem;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

.p-topAccess {
	background-color: #F3F3F3;
	padding-bottom: 2.375rem;
	position: relative;
}

.p-topAccess.--bottom {
	background: none;
}

.p-topAccess.--bottom::before {
	background: linear-gradient(to bottom, transparent 31.2820512821vw, #F3F3F3 31.2820512821vw);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-topAccess__img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	pointer-events: none;
	position: relative;
	width: 94.358974359vw;
	z-index: 1;
}

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

.p-topAccess__logo {
	margin-inline: auto;
	max-width: 17rem;
}

.p-topAccess__modalBtn {
	display: none;
	margin-top: 1.375rem;
	opacity: 0;
	visibility: hidden;
}

.p-topAccess__modalBtn > span {
	align-items: center;
	background-color: #E7E7E7;
	border-radius: 1.875rem;
	cursor: pointer;
	display: flex;
	font-size: 0.875rem;
	font-weight: 500;
	gap: 0.8125rem;
	justify-content: center;
	letter-spacing: 0.07em;
	line-height: 1.1;
	padding-block: 0.625rem;
	transition: all 0.45s;
	width: 100%;
}

.p-topAccess__modalBtn .c-arrow {
	height: 1.375rem;
	width: 1.375rem;
}

.p-topAccess__tel {
	margin-top: 0.6875rem;
	text-align: center;
}

.p-topAccess__tel a {
	align-items: center;
	display: flex;
	font-size: 2.125rem;
	font-weight: 900;
	gap: 0.875rem;
	justify-content: center;
	letter-spacing: -0.015em;
	line-height: 1.2;
}

.p-topAccess__tel span{
	font-size: 0.8rem;
    line-height: 1.3;
	letter-spacing: 0.05rem;
    color: #666;
}

.p-topAccess__tel a img {
	width: 2rem;
}

.p-topAccess__address {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-top: 0.6875rem;
	text-align: center;
}

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

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

.p-topAccess__btn + .p-topAccess__btn {
	margin-top: 0.875rem;
}

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

.p-topAccess__tableBody {
	border-radius: 1.25rem;
	overflow: hidden;
}

.p-topAccess__row {
	display: grid;
	font-size: 1rem;
	font-weight: 900;
	grid-template-columns: 4.8125rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	line-height: 1.5;
	padding-block: 0.75rem;
	padding-left: 1.6875rem;
	padding-right: 0.625rem;
}

.p-topAccess__row div {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-topAccess__row div:first-child {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	justify-content: space-between;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.p-topAccess__row {
	background-color: #fff;
	color: #000;
	font-weight: 400;
}

.p-topAccess__row.--head {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding-block: 0.8125rem;
}

.p-topAccess__row span {
	background-color: #000;
	border-radius: 50%;
	height: 1.125rem;
	width: 1.125rem;
}

.p-topAccess__row span.--none {
	height: 0.1875rem;
	width: 0.875rem;
}

.p-topAccess__note {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	line-height: 1.5;
	margin-top: 0.8125rem;
	text-align: center;
}

.p-topAccess__payment {
	margin-top: 3.4375rem;
}

.p-topAccess__map {
	margin-top: 2.3125rem;
}

.p-topAccess__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 360/282;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-topAccess__btn2 {
	margin-top: 1.8125rem;
	text-align: center;
}

.p-topAccess__text {
	margin-top: 0.9375rem;
}

.p-topAccess__content {
	background-color: #fff;
	padding: 4.0625rem;
	padding-inline: 1.875rem;
}

.p-topMenu {
	background-color: #B2F9E0;
	padding-bottom: 1.8125rem;
	padding-top: 1.3125rem;
	position: relative;
	z-index: 1;
}

.p-topMenu.--small {
	border-width: 0;
	padding-bottom: 6.25rem;
}

.p-topMenu__inner {
	max-width: 24.375rem;
}

.p-topMenu__title .c-enTitle {
	font-size: 2rem;
}

.p-topMenu__lists {
	display: grid;
	gap: 0.5625rem 0.375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 0.5625rem;
}

.p-topMenu__list {
	aspect-ratio: 1;
	height: 100%;
	position: relative;
}

.p-topMenu__list a {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	height: 100%;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.p-topMenu__list a::before {
	border: 1.5px solid #000;
	border-radius: 1.5625rem;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 100%;
	z-index: -1;
}

.p-topMenu__list a span {
	display: block;
	font-size: 0.6875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.1818181818;
	text-align: center;
}

.p-topMenu__list.--blue a::before {
	background-color: #6FD1F5;
}

.p-topMenu__list.--yellow a::before {
	background-color: #FFD857;
}

.p-topMenu__list.--green a::before {
	background-color: #AAE3A7;
}

.p-topMenu__icon {
	height: 3.75rem;
	margin-inline: auto;
	width: 4.3125rem;
}

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

.p-topMenu__list:nth-child(2) .p-topMenu__icon {
	width: 4rem;
}

.p-topMenu__list:nth-child(4) .p-topMenu__icon {
	width: 3.5625rem;
}

.p-topMenu__list:nth-child(5) .p-topMenu__icon {
	width: 3.0625rem;
}

.p-topMenu__lists2 {
	display: grid !important;
	gap: 0.4375rem 0.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.75rem;
}

.p-topMenu__arrow {
	display: none;
}

.p-topMenu__lead {
	background-color: #FFD857;
	border-radius: 1.25rem;
	font-size: 0.75rem;
	font-weight: 900;
	line-height: 2;
	margin-bottom: 1.875rem;
	padding: 1.625rem 2.25rem;
	text-align: center;
}

.p-topMenu__lead strong {
	display: block;
	font-size: 1.0625rem;
	margin-bottom: 0.25rem;
}

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

.p-topNews {
	padding-top: 2.3125rem;
	position: relative;
}

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

.p-topNews__body {
	margin-top: 0.625rem;
	position: relative;
}

.p-topNews__body::before {
	background: url(../images/top/bg_news_01_sp.webp) center center/contain no-repeat;
	content: "";
	height: 14.375rem;
	left: 0.8125rem;
	position: absolute;
	top: -5.9375rem;
	width: 6.125rem;
}

.p-topNews__body::after {
	background: url(../images/top/bg_news_02_sp.webp) center center/contain no-repeat;
	content: "";
	height: 11.875rem;
	position: absolute;
	right: 2.5625rem;
	top: -3.875rem;
	width: 3.625rem;
}

.p-topNews__blocks {
	background-color: #fff;
	border: 1.5px solid #000;
	border-radius: 1.5625rem 1.5625rem 0 0;
	padding-block: 0.625rem;
	padding-inline: 1.25rem;
	position: relative;
	z-index: 1;
}

.p-topNews__block + .p-topNews__block {
	border-top: 1.5px solid #000;
}

.p-topNews__block a {
	display: block;
	padding-block: 1.25rem;
	padding-left: 0.6875rem;
	padding-right: 3rem;
	position: relative;
}

.p-topNews__time {
	font-size: 0.875rem;
	letter-spacing: 0.075em;
	line-height: 1.5;
}

.p-topNews__blockTitle {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2;
	margin-top: 0.1875rem;
	overflow: hidden;
}

.p-topNews__arrow {
	height: 1.375rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
}

.p-topNews__btn {
	margin-top: 1.25rem;
	text-align: center;
}

.p-treatment {
	padding-top: 3.75rem;
	position: relative;
}

.p-treatment__head {
	left: 50%;
	position: absolute;
	top: -1.0625rem;
	transform: translate(-50%, 0);
	white-space: nowrap;
	z-index: 1;
}

.p-treatment__blocks {
	background-color: #B2F9E0;
	border: 1.5px solid #000;
	border-radius: 1.25rem;
	margin-top: 2.5rem;
	padding: 2.5rem 1.1875rem 2rem;
	position: relative;
}

.p-treatment__block + .p-treatment__block {
	margin-top: 1.3125rem;
}

.p-treatment__blockText {
	font-size: 0.875rem;
	line-height: 2;
	margin-bottom: 1.75rem;
}

.scroll-hint-icon {
	background: url("../images/common/swipe.webp") center center/contain no-repeat;
	height: 6.9375rem;
	width: 6.9375rem;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
	display: none;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
	display: none;
}

.scroll-hint-text {
	display: none;
}

.u-desktop {
	display: none;
}
.u-mobile{
	display: block;
}
html.is-fixed {
	overflow: hidden;
}

main {
	overflow: hidden;
}

p {
	text-align: justify;
}

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

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.slide-arrow {
	cursor: pointer;
	height: 2.375rem;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 2.375rem;
	z-index: 1;
}

.prev-arrow {
	left: -1.3125rem;
	opacity: 0;
	transform: translateY(-50%) rotate(180deg);
}

.next-arrow {
	right: -1.3125rem;
}

.slider-dots {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin: 0 auto;
	margin-top: 1.5625rem;
}

.slider-dots li {
	background-color: #fff;
	border-radius: 50%;
	height: 0.8125rem;
	list-style: none;
	transition: all 0.3s;
	width: 0.8125rem;
}

.slider-dots li.slick-active {
	background-color: #64BE79 !important;
}

.slider-dots button {
	display: none;
}

.slide-arrow-modal {
	cursor: pointer;
	height: 2.375rem;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 2.375rem;
	z-index: 1;
}

.slide-arrow-modal .c-arrow {
	background-color: #F3F3F3;
}

.prev-arrow-modal {
	left: 0.625rem;
	opacity: 0;
	transform: translateY(-50%) rotate(180deg);
}

.next-arrow-modal {
	right: 0.625rem;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.u-en {
	font-family: bovine-round-mvb, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.u-mb-none {
	margin-bottom: 0 !important;
}

.u-mt-none {
	margin-top: 0 !important;
}

.u-pb-none {
	padding-bottom: 0 !important;
}

.u-pt-none {
	padding-top: 0 !important;
}

.u-white {
	color: #fff;
}

.u-bg-white {
	background-color: #fff;
}

@media (hover: hover) {

.p-float__btn a:hover {
	background-color: #DEDEDE;
}

.p-globalNav__link a:hover {
	background-color: #DEDEDE;
}

.p-header__logo a:hover img {
	opacity: 0.9;
}

.p-manage__slider .slide-arrow:hover .c-arrow {
	background-color: #000;
}

.p-modal__close:hover {
	transform: scale(1.05);
}

.p-nav-pc__block > a:hover .c-arrow {
	background-color: #000;
}

.p-nav-pc__block > a:hover .c-arrow::before {
	background-color: #fff;
}

.p-nav-pc__block.--small a:hover::before {
	transform: translate(-50%, -50%) scale(1.03);
}

.p-topAccess__modalBtn:hover span {
	background-color: #D6D6D6;
}

.p-topAccess__modalBtn:hover .c-arrow {
	background: #000;
}

.p-topAccess__modalBtn:hover .c-arrow::before {
	background-color: #fff;
}

.p-topMenu__list a:hover::before {
	transform: translate(-50%, -50%) scale(1.03);
}

.p-topMenu__list a:hover .c-arrow {
	background-color: #000;
}

.p-topMenu__list a:hover .c-arrow::before {
	background-color: #fff;
}

.p-topNews__block a:hover .c-arrow {
	background-color: #000;
}

.p-topNews__block a:hover .c-arrow::before {
	background-color: #fff;
}

.slide-arrow:hover .c-arrow {
	background-color: #000 !important;
}

.slide-arrow:hover .c-arrow::before {
	background-color: #fff !important;
}

.slide-arrow-modal:hover .c-arrow {
	background-color: #000 !important;
}

.slide-arrow-modal:hover .c-arrow::before {
	background-color: #fff !important;
}

}

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

html {
	font-size: 1.0256410256vw;
}

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

.l-breadcrumb {
	margin-top: 0;
}

.l-can {
	margin-top: 8.125rem;
}

.l-footer {
	margin-bottom: 2.625rem;
	margin-top: 2.4375rem;
}

.l-inner {
	max-width: calc(97.5rem + 25px + 25px);
	padding-left: 25px;
	padding-right: 25px;
}
.l-cnotent {
	max-width: 1100px;
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
}
.l-inner--s {
	max-width: calc(81.25rem + 25px + 25px);
}

.l-instagram {
	margin-top: -13.8125rem;
}

.l-manage.--mt {
	margin-top: 12.5rem;
}

.l-material {
	margin-top: 0;
}

.l-topAccess {
	margin-top: -27.8125rem;
}

.l-topMenu.--mt {
	margin-top: 4.375rem;
}

.l-topMenu.--mb {
	margin-bottom: 18.75rem;
}

.fuwafuwa {
	animation: fuwafuwa 2.5s ease-in-out infinite alternate;
}

.p-access {
	padding-top: 8.375rem;
}

.p-access__box {
	padding: 6.1875rem 6.6875rem;
}

.p-access__wrap {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 45.625rem;
	margin-inline: auto;
	margin-top: 5.875rem;
	max-width: 84.125rem;
}

.p-access__tel{
	text-align: left;
}

.p-access__tel a {
	font-size: 3.375rem;
	gap: 1.75rem;
	justify-content: flex-start;
}

.p-access__tel a img {
	width: 3.625rem;
}

.p-access__address {
	font-size: 1.4375rem;
	margin-top: 0.9375rem;
	text-align: left;
}

.p-access__btns {
	display: grid;
	gap: 0.9375rem 1.125rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 31.625rem;
}

.p-access__btn:nth-child(3) {
	grid-column: 1/3;
}

.p-access__btn:nth-child(3) .c-btn {
	justify-content: center;
	padding-left: 0;
	width: 100%;
}

.p-access__btn + .p-access__btn {
	margin-top: 0;
}

.p-access__table {
	margin-top: 0;
}

.p-access__tableBody {
	border-radius: 1.875rem;
}

.p-access__row {
	font-size: 1.25rem;
	grid-template-columns: 13.75rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	padding-block: 2.25rem;
	padding-left: 3.9375rem;
	padding-right: 1.875rem;
}

.p-access__row div:first-child {
	font-size: 1.25rem;
}

.p-access__row.--head {
	padding-block: 1.875rem;
}

.p-access__row span {
	height: 1.75rem;
	width: 1.8125rem;
}

.p-access__row span.--none {
	border-radius: 0.0625rem;
	height: 0.1875rem;
	width: 1rem;
}

.p-access__note {
	font-size: 0.875rem;
	margin-top: 0.5625rem;
	text-align: right;
}

.p-access__map {
	border-radius: 3.75rem;
	margin-top: 6.25rem;
}

.p-access__map iframe {
	aspect-ratio: 1559/647;
}

.p-access__btn2 {
	margin-top: 2.8125rem;
}

.p-attempt {
	padding-bottom: 8.75rem;
	padding-top: 7.125rem;
}

.p-attempt__blocks {
	gap: 5.125rem 1.8125rem;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: auto;
	margin-top: 3.4375rem;
	max-width: 81.25rem;
}

.p-breadcrumb {
	background: none;
	left: 15.6875rem;
	min-height: 1.5rem;
	position: absolute;
	top: 0.4375rem;
}

.p-breadcrumb__list {
	gap: 0.3125rem 0.9375rem;
}

.p-breadcrumb__list > span {
	font-size: 0.9375rem;
}

.p-breadcrumb__list > span + span {
	padding-left: 0.9375rem;
}

.p-breadcrumb__list > span + span::before {
	height: 0.9375rem;
	left: -0.3125rem;
	top: 55%;
	width: 0.9375rem;
}

.p-breadcrumb__list > span + span::after {
	height: 0.9375rem;
	left: -0.3125rem;
	top: 55%;
	width: 0.9375rem;
}

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

.p-caution__box {
	border-radius: 3.75rem;
	margin-inline: auto;
	max-width: 55rem;
	padding: 3.75rem 5.4375rem 4.875rem;
}

.p-caution__title {
	font-size: 1.5rem;
}

.p-caution__lists {
	margin-top: 2.5625rem;
}

.p-caution__list {
	font-size: 1.125rem;
	line-height: 1.8;
	padding-left: 2.5625rem;
}

.p-caution__list::before {
	height: 1.25rem;
	top: 0.3125rem;
	width: 1.25rem;
}

.p-caution__list + .p-caution__list {
	margin-top: 1.5625rem;
}

.p-caution__text {
	font-size: 1.125rem;
	line-height: 1.8;
}

.p-colorBox {
	padding-top: 8.5625rem;
}

.p-colorBox.--pt-small {
	padding-top: 2.5rem;
}

.p-colorBox__main {
	margin-top: 5.375rem;
}

.c-colorBox__link {
	bottom: 3.875rem;
	left: initial;
	position: absolute;
	right: 5.125rem;
}

.c-colorBox__link .c-textLink {
	font-size: 0.9375rem;
}

.c-colorBox__link .c-textLink .c-arrow::before {
	-webkit-mask-size: 0.625rem;
	mask-size: 0.625rem;
}

.p-concept {
	border-radius: 3.75rem;
	margin-inline: auto;
	padding-bottom: 11.375rem;
	padding-top: 14.75rem;
	width: calc(100% - 4.375rem);
}

.p-concept.--small {
	padding-bottom: 18.625rem;
	padding-top: 7.625rem;
}

.p-concept__inner {
	max-width: calc(89.6875rem + 25px + 25px);
}

.p-concept__blocks {
	margin-top: 9.875rem;
}

.p-concept__block {
	align-items: center;
	display: grid;
	gap: 8.125rem;
	grid-template-columns: 1fr 40.125rem;
}

.p-concept__block + .p-concept__block {
	margin-top: 10.625rem;
}

.p-concept__img {
	margin: 0;
	order: 1;
}

.p-concept__block:nth-child(1) .p-concept__img {
	width: 100%;
}

.p-concept__block:nth-child(1) .p-concept__img img {
	width: 38.5625rem;
}

.p-concept__block:nth-child(2) .p-concept__img {
	width: 100%;
}

.p-concept__block:nth-child(2) .p-concept__img img {
	width: 37.1875rem;
}

.p-concept__block:nth-child(3) .p-concept__img {
	width: 100%;
}

.p-concept__block:nth-child(3) .p-concept__img img {
	width: 40.125rem;
}

.p-concept__content {
	margin-top: 0;
}

.p-concept__bigText {
	font-size: 2.25rem;
}

.p-concept__text {
	font-size: 1.25rem;
	line-height: 2.8;
	margin-top: 1.625rem;
}

.p-concept__text p + p {
	margin-top: 0.5em;
}

.p-concept__mv {
	border-radius: 18.75rem;
	border-width: 2px;
	margin-inline: auto;
	margin-top: 14.875rem;
	max-width: 81.25rem;
}

.p-concept__mv img {
	aspect-ratio: 1297/477;
}

.p-concept__title {
	margin-top: 4.9375rem;
}

.p-concept__lead {
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 2.8;
	margin-inline: auto;
	margin-top: 1.875rem;
	max-width: 50.6875rem;
}

.p-concept__illust1 {
	left: 4.75rem;
	position: absolute;
	top: 57.5rem;
	width: min(7.7083333333vw, 9.25rem);
}

.p-concept__illust1.--director {
	top: 69.9375rem;
}

.p-concept__illust2 {
	left: -2.1875rem;
	position: absolute;
	top: 128.5625rem;
	width: min(17.03125vw, 20.4375rem);
}

.p-concept__illust2.--director {
	top: 165.625rem;
}

.p-cv {
	padding-bottom: 9.375rem;
	padding-top: 11.25rem;
}

.p-cv__btn + .p-cv__btn {
	margin-top: 7.5rem;
}

.p-cv__links {
	flex-direction: row;
	gap: 3.25rem;
	margin-top: 9.375rem;
}

.p-cv__link {
	width: 24.875rem;
}

.p-drawer {
	background: #6FD1F5 url(../images/common/bg_drawer_pc.webp) center 15.875rem/contain no-repeat;
	background-color: #6FD1F5;
	height: 100%;
	padding-top: 0;
	top: 0;
}

.p-drawer__inner {
	margin-inline: auto;
	max-width: 81.25rem;
	min-height: 100vh;
	padding-bottom: 10.875rem;
	padding-top: 4.1875rem;
	position: relative;
}

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

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

.p-drawer__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.p-drawer__tel {
	align-items: center;
	display: flex;
	gap: 1.75rem;
}

.p-drawer__tel a {
	font-size: 2.9375rem;
}

.p-drawer__tel a img {
	width: 3.1875rem;
}

.p-drawer__tel span {
	font-size: 1.0625rem;
	text-align: left;
}

.p-drawer__btns {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	margin-top: 0;
}

.p-drawer__btn + .p-drawer__btn {
	margin-top: 0;
}

.p-drawer__recruit {
	margin-top: 2rem;
	max-width: 100%;
}

.p-drawer__bg {
	bottom: 0;
	position: absolute;
	right: calc(50% - 50vw + 0.4625rem);
	width: 22rem;
}

.p-faq {
	padding-bottom: 9.375rem;
	padding-top: 12.5rem;
}

.p-faq__inner {
	max-width: calc(80.9375rem + 25px + 25px);
}

.p-faq__blocks {
	margin-top: 3.3125rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 2.5rem;
}

.p-faq__content {
	gap: 0;
}

.p-faq__q {
	width: calc(100% - 8.75rem);
}

.p-faq__q .p-faq__content {
	grid-template-columns: 8.75rem 1fr;
}

.p-faq__q-text {
	border: 2px solid;
	border-radius: 0.625rem;
	font-size: 1.5rem;
	margin-top: 0;
	padding: 2.0625rem 9.6875rem 2.0625rem 2.8125rem;
}

.p-faq__q-text::before {
	background-image: url(../images/common/bg_faq_white.webp);
	height: 2rem;
	left: -1.3125rem;
	top: 2.125rem;
	width: 1.375rem;
}

.p-faq__q::before,
.p-faq__q::after {
	height: 0.3125rem;
	right: 2.375rem;
	top: 3.1875rem;
	width: 2.0625rem;
}

.p-faq__icon.--q {
	height: 7.3125rem;
	width: 6.25rem;
}

.p-faq__icon.--a {
	margin-left: auto;
	order: 1;
	width: 6.4375rem;
}

.p-faq__a {
	margin-left: auto;
	width: calc(100% - 8.75rem);
}

.p-faq__a .p-faq__content {
	grid-template-columns: 1fr 8.75rem;
}

.p-faq__a-text {
	border: 2px solid;
	border-radius: 0.625rem;
	font-size: 0.9375rem;
	padding: 2.25rem 3.5rem;
}

.p-faq__a-text::before {
	background-image: url(../images/common/bg_faq_yellow.webp);
	background-size: center center;
	height: 2rem;
	left: initial;
	right: -1.1875rem;
	top: 2.125rem;
	width: 1.25rem;
}

.p-float {
	bottom: 0;
	height: 30.5rem;
	left: initial;
	margin-block: auto;
	margin-inline: 0;
	right: 0.375rem;
	top: 0;
	width: 3.5rem;
}

.p-float__btns {
	border-width: 2px;
	grid-template-columns: 100%;
	grid-template-rows: repeat(3, 1fr);
}

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

.p-float__btns.--pc {
	display: grid;
}

.p-float__btn + .p-float__btn {
	border-left: none;
	border-top: 2px solid #000;
}

.p-float__btn a {
	flex-direction: column;
	font-size: 1.0625rem;
	gap: 0.5rem;
}

.p-float__btn a span {
	writing-mode: vertical-rl;
}

.p-float__btn img {
	width: 1.4375rem;
}
.p-float__btn:last-child img {
	width: 21px;
}
.p-float__btn:nth-child(1) a {
	padding: 0;
}

.p-float__btn:nth-child(3) a {
	padding: 0;
}

.p-footer {
	border-radius: 3.75rem;
	padding-bottom: 5rem;
	padding-top: 7.875rem;
	width: calc(100% - 4.375rem);
}

.p-footer__logo {
	max-width: 24.6875rem;
}

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

.p-header {
	background: none;
	border: none;
}
.p-header__inner{
	padding-left: 0.5rem;
}
.p-header__logo {
	max-width: 26.875rem;
	max-width: 42rem;
	background-color: transparent;
	border: none !important;
}

.p-header__logo a {
	align-items: flex-start;
	display: flex;
	gap: 1.125rem;
	padding-top: 0;
}

.p-header__logo img {
	background-color: #fff;
	border: 2px solid #000;
	border-bottom-right-radius: 1.25rem;
	border-left: none;
	border-top: none;
	left: 0;
	padding: 1rem 1.875rem;
	position: fixed;
	top: 0;
	width: 15.125rem;
}

.p-header__logo span {
	color: #000;
	font-size: 0.8125rem;
	letter-spacing: 0.025em;
	line-height: 2;
	margin-left: 15.5rem;
	margin-top: 0.5rem;
	display: inline;
}

.p-header__nav {
	height: auto;
	position: initial;
	width: auto;
}

.p-header__hamburger {
	height: 6.3125rem;
	width: 6.3125rem;
}

.p-important {
	padding-top: 6.875rem;
}

.p-important__slider {
	margin-top: 3.125rem;
	max-width: 81.25rem;
}

.p-important__card {
	margin-inline: 0;
	width: 100%;
}

.p-important__card + .p-important__card {
	margin-top: 4.25rem;
}

.p-instagram {
	border-radius: 0 0 3.75rem 3.75rem;
	padding-bottom: 13.125rem;
	padding-top: 18.1875rem;
	width: calc(100% - 4.375rem);
}

.p-instagram::before {
	background-image: url(../images/top/bg_insta_01.webp);
	background-position: center left;
	height: 14.5rem;
	left: -4.625rem;
	top: -10.5625rem;
	width: 36.25rem;
}

.p-instagram::after {
	background-image: url(../images/top/bg_insta_02.webp);
	background-position: center right;
	height: 14.5rem;
	right: -4.375rem;
	top: -9.5rem;
	width: 36.25rem;
}

.p-instagram__main {
	margin-top: 0.9375rem;
}

.p-manage {
	border-radius: 3.75rem;
	margin-inline: auto;
	padding-bottom: 7.625rem;
	padding-top: 7.3125rem;
	width: calc(100% - 4.375rem);
}

.p-manage__lead {
	font-size: 1.0625rem;
	margin-inline: auto;
	margin-top: 1.75rem;
	max-width: 40.3125rem;
}

.p-manage__slider {
	margin-top: 4.625rem;
	min-width: 42.5rem;
}

.p-manage__slider .slide-arrow .c-arrow {
	background-color: #F3F3F3;
}

.p-manage__card {
	margin-inline: 1.875rem;
	width: 42.5rem;
}

.p-manage__bird {
	left: calc(50% - min(42.1875vw, 50.625rem));
	top: 4.5625rem;
	width: 9.25rem;
}

.p-manage__cloud {
	right: calc(50% - min(42.5520833333vw, 51.0625rem));
	top: 4.5625rem;
	width: 16.875rem;
}

.p-manage__cloud2 {
	right: calc(50% - min(42.5520833333vw, 51.0625rem));
	top: 75rem;
	width: 16.875rem;
}

.p-manage__cloud3 {
	display: block;
	left: calc(50% - min(42.5520833333vw, 51.0625rem));
	top: 137.5rem;
	width: 16.875rem;
}

.p-manage__cloud4 {
	bottom: 15.625rem;
	display: block;
	right: calc(50% - min(42.5520833333vw, 51.0625rem));
	width: 16.875rem;
}

.p-manage__subtitle {
	margin-top: 4.8125rem;
}

.p-manage__subtitle span {
	font-size: 2.25rem;
	height: 3.625rem;
	margin-top: -0.625rem;
	padding-inline: 0.625rem;
}

.p-manage__subtitle img {
	width: 5.625rem;
}

.p-material {
	background: none;
	padding-top: 8.9375rem;
}

.p-material__blocks {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8125rem;
	justify-content: center;
	margin-inline: auto;
	margin-top: 3.625rem;
	max-width: 81.25rem;
}

.p-material__block {
	width: calc(33.3333333333% - 1.2083333333rem);
}

.p-material__box {
	background-color: #F3F3F3;
	border-radius: 3.75rem;
	padding-bottom: 10.8125rem;
	padding-top: 7.625rem;
}

.p-modal__contents {
	border-radius: 1.875rem;
	max-width: calc(100% - 6.25rem);
	width: 50rem;
}

.p-modal__close {
	height: 3.8125rem;
	right: 1.375rem;
	top: 1.375rem;
	width: 3.8125rem;
}

.p-mv {
	height: auto;
	margin-inline: auto;
	padding-bottom: 0;
	padding-top: 2.5rem;
	width: calc(100% - 4.375rem);
}

.p-mv__inner {
	max-width: unset;
}

.p-mv__video {
	border: 2px solid #000;
}

.p-mv__title {
	width: 40.5rem;
}

.p-mv__news {
	bottom: initial;
	left: calc(50% - 50vw + 1.25rem);
	max-width: 35.5rem;
	top: calc(min(100vh, 100%) - 7.5rem);
}

.p-nav-pc__blocks.--half {
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-nav-pc__block.--small a::before {
	border-width: 2px;
}

.p-payment {
	border-radius: 3.75rem;
	margin-inline: auto;
	max-width: 48.125rem;
	padding: 2.8125rem 5rem;
}

.p-payment__title {
	font-size: 1.125rem;
	padding: 0.625rem 2.5rem;
}

.p-payment__logo {
	max-width: 29.375rem;
}

.p-payment__text {
	font-size: 1rem;
	margin-top: 0.25rem;
}

.p-recruit {
	margin-inline: auto;
	width: calc(100% - 4.375rem);
}

.p-recruit.--wide {
	width: 100%;
}

.p-recruit__inner {
	max-width: unset;
	padding: 0;
}

.p-recruit__bnr {
	border-radius: 3.75rem;
	overflow: hidden;
}

.p-recruit__lead {
	font-size: 2.5rem;
	margin-top: 0.9375rem;
}

.p-recruit__text {
	font-size: 1.125rem;
	line-height: 1.7;
	margin-top: 1.625rem;
}

.p-recruit__btn {
	margin-top: 2.25rem;
}

.p-subMv {
	padding-top: 11.875rem;
}

.p-subMv__icon {
	max-width: 6.4375rem;
}

.p-subMv__title h1 {
	font-size: 2.5rem;
}

.p-subMv__title p {
	font-size: 0.875rem;
	margin-top: 0.375rem;
}

.p-subMv__img {
	border-width: 2px;
	margin-inline: auto;
	margin-top: 3.125rem;
	max-width: 81.25rem;
}

.p-subMv__img img {
	aspect-ratio: 1300/528;
}

.p-subMv__lead {
	font-size: 2rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 4.875rem;
}

.p-subMv__text {
	font-size: 1.0625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 3;
	margin-inline: auto;
	margin-top: 2.125rem;
	max-width: 46.375rem;
}

.p-subMv__bottomImg {
	margin-inline: auto;
	margin-top: 2.25rem;
	max-width: 91.5rem;
}

.p-subMv__img1 {
	margin: 0;
	position: absolute;
	right: -6.125rem;
	top: 64.375rem;
	width: 24.0625vw;
}

.p-subMv__img2 {
	left: -15.125rem;
	margin: 0;
	position: absolute;
	top: 75rem;
	width: 33.0208333333vw;
}

.p-system {
	padding-bottom: 9.375rem;
	padding-top: 9.375rem;
}

.p-system__blocks {
	gap: 2.875rem 3.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	margin-top: 3.125rem;
	max-width: 81.25rem;
}

.p-system__block {
	border-radius: 5rem;
}

.p-system__content {
	padding: 1.375rem 5.1875rem 3.1875rem;
}

.p-system__content h3 {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-system__content p {
	font-size: 0.9375rem;
	margin-top: 0.375rem;
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

.p-topAccess {
	border-radius: 3.75rem 3.75rem;
	margin-inline: auto;
	padding-bottom: 10.9375rem;
	width: calc(100% - 4.375rem);
}

.p-topAccess.--bottom::before {
	background-color: #F3F3F3;
	border-radius: 3.75rem;
	bottom: 0;
	height: calc(100% - 20.3645833333vw);
	top: initial;
}

.p-topAccess__img {
	margin-right: calc(50% - 50vw - 9.0625rem);
	width: 60.7291666667vw;
}

.p-topAccess__wrap {
	align-items: flex-end;
	display: grid;
	grid-template-columns: 1fr 45.625rem;
	margin-inline: auto;
	margin-top: -8.0625rem;
	max-width: 84.125rem;
}

.p-topAccess__logo {
	margin-left: 0;
	max-width: 34.125rem;
}

.p-topAccess__modalBtn {
	margin-top: 3rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-topAccess__modalBtn > span {
	border-radius: 3.125rem;
	font-size: 1.5rem;
	gap: 0.8125rem;
	padding: 1rem 1.5625rem 1rem 2.5rem;
}

.p-topAccess__modalBtn .c-arrow {
	height: 2.5rem;
	width: 2.5rem;
}

.p-topAccess__tel {
	margin-top: 1.9375rem;
	text-align: left;
}

.p-topAccess__tel a {
	font-size: 3.375rem;
	gap: .75rem;
	justify-content: flex-start;
}

.p-topAccess__tel a img {
	width: 3.625rem;
}

.p-topAccess__address {
	font-size: 1.4375rem;
	margin-top: 0.9375rem;
	text-align: left;
}

.p-topAccess__btns.u-desktop {
	display: grid;
	gap: 0.9375rem 1.125rem;
	grid-template-columns: repeat(2, 1fr);
	max-width: 31.625rem;
}

.p-topAccess__btn:nth-child(3) {
	grid-column: 1/3;
}

.p-topAccess__btn:nth-child(3) .c-btn {
	justify-content: center;
	padding-left: 0;
	width: 100%;
}

.p-topAccess__btn + .p-topAccess__btn {
	margin-top: 0;
}

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

.p-topAccess__tableBody {
	border-radius: 1.875rem;
}

.p-topAccess__row {
	font-size: 1.25rem;
	grid-template-columns: 13.75rem 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	padding-block: 2.25rem;
	padding-left: 3.9375rem;
	padding-right: 1.875rem;
}

.p-topAccess__row div:first-child {
	font-size: 1.25rem;
}

.p-topAccess__row.--head {
	padding-block: 1.875rem;
}

.p-topAccess__row span {
	height: 1.75rem;
	width: 1.8125rem;
}

.p-topAccess__row span.--none {
	border-radius: 0.0625rem;
	height: 0.1875rem;
	width: 1rem;
}

.p-topAccess__note {
	font-size: 0.875rem;
	margin-top: 0.5625rem;
	text-align: right;
}

.p-topAccess__payment {
	margin-top: 6.25rem;
}

.p-topAccess__map {
	margin-inline: auto;
	margin-top: 5.9375rem;
	max-width: 97.375rem;
}

.p-topAccess__map iframe {
	aspect-ratio: 1558/647;
	border-radius: 3.75rem;
}

.p-topAccess__btn2 {
	margin-top: 2.8125rem;
}

.p-topAccess__text {
	margin-top: 1.6875rem;
}

.p-topAccess__content {
	padding: 5.125rem 4.375rem;
}

.p-topMenu {
	border: 2px solid #000;
	border-radius: 0 0 3.75rem 3.75rem;
	border-top: none;
	margin-inline: auto;
	padding-bottom: 7.4375rem;
	padding-top: 3.75rem;
	width: calc(100% - 4.375rem);
}

.p-topMenu.--small {
	border-radius: 3.125rem;
}

.p-topMenu__inner {
	max-width: calc(80.9375rem + 25px + 25px);
}

.p-topMenu__title .c-enTitle {
	font-size: 4rem;
}

.p-topMenu__lists {
	gap: 1.53125rem;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 1.25rem;
}

.p-topMenu__list a {
	gap: 0.625rem;
}

.p-topMenu__list a::before {
	border-radius: 3.75rem;
	border-width: 2px;
}

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

.p-topMenu__icon {
	height: 6.75rem;
	width: 6.875rem;
}

.p-topMenu__list:nth-child(2) .p-topMenu__icon {
	width: 7.1875rem;
}

.p-topMenu__list:nth-child(4) .p-topMenu__icon {
	width: 6.6875rem;
}

.p-topMenu__list:nth-child(5) .p-topMenu__icon {
	width: 5.75rem;
}

.p-topMenu__lists2.u-mobile {
	display: none !important;
}

.p-topMenu__arrow {
	bottom: 0;
	display: block;
	height: 2.5rem;
	position: absolute;
	right: 0;
	width: 2.5rem;
}

.p-topMenu__nav {
	margin-top: 2.3125rem;
}

.p-topMenu__lead {
	border-radius: 3.75rem;
	font-size: 0.9375rem;
	padding-block: 1.875rem;
}

.p-topMenu__lead strong {
	font-size: 1.5rem;
	margin-bottom: 0.625rem;
}

.p-topNews {
	padding-top: 6.9375rem;
	z-index: 3;
}

.p-topNews__cloud1 {
	content: "";
	height: 7.125rem;
	left: -2.1875rem;
	position: absolute;
	top: 9.125rem;
	width: min(15.8823529412vw, 16.875rem);
}

.p-topNews__cloud2 {
	content: "";
	height: 7.125rem;
	position: absolute;
	right: -2.1875rem;
	top: 5.5625rem;
	width: min(15.8823529412vw, 16.875rem);
}

.p-topNews__body {
	margin-inline: auto;
	margin-top: 0.375rem;
	max-width: 68.625rem;
}

.p-topNews__body::before {
	background-image: url(../images/top/bg_news_01.webp);
	bottom: -0.8125rem;
	height: 23.375rem;
	left: -7rem;
	top: initial;
	width: 10rem;
	z-index: 2;
}

.p-topNews__body::after {
	background-image: url(../images/top/bg_news_02.webp);
	bottom: -0.75rem;
	height: 19.3125rem;
	right: -3.5625rem;
	top: initial;
	width: 5.875rem;
	z-index: 2;
}

.p-topNews__blocks {
	border-radius: 3.75rem;
	border-width: 2px;
	padding-block: 2.25rem;
	padding-inline: 7.8125rem;
}

.p-topNews__block + .p-topNews__block {
	border-width: 2px;
}

.p-topNews__block a {
	padding-block: 2rem;
	padding-left: 0;
	padding-right: 7.3125rem;
}

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

.p-topNews__blockTitle {
	-webkit-line-clamp: 1;
	font-size: 1.125rem;
}

.p-topNews__arrow {
	height: 2.625rem;
	right: 0;
	width: 2.625rem;
}

.p-topNews__arrow .c-arrow {
	background-color: #F3F3F3;
}

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

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

.p-treatment__head {
	top: -2.5rem;
}

.p-treatment__blocks {
	border-radius: 3.75rem;
	border-width: 2px;
	margin-inline: auto;
	margin-top: 5rem;
	max-width: 68.75rem;
	padding: 6.25rem 7.875rem;
}

.p-treatment__block .c-wrapText {
	align-items: center;
}

.p-treatment__block + .p-treatment__block {
	margin-top: 4.75rem;
}

.p-treatment__blockText {
	font-size: 1.25rem;
	margin-bottom: 2.5rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.slide-arrow {
	height: 4.25rem;
	top: 50%;
	width: 4.25rem;
}

.prev-arrow {
	left: -2.1875rem;
}

.next-arrow {
	right: -2.1875rem;
}

.slide-arrow-modal {
	height: 4.25rem;
	width: 4.25rem;
}

.prev-arrow-modal {
	left: calc(50% - min(27rem, 50vw - 6.25rem));
}

.next-arrow-modal {
	right: calc(50% - min(27rem, 50vw - 6.25rem));
}

}

@media (min-width: 1560px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes fuwafuwa {

100% {
	transform: translate(0, -2rem);
}

}

@keyframes fuwafuwa_sp {

100% {
	transform: translate(0, -0.5rem);
}

}

@keyframes pop {

30% {
	opacity: 0;
	transform: scale(0.8);
}

40% {
	transform: scale(1.03);
}

50% {
	transform: scale(0.98);
}

60% {
	opacity: 1;
	transform: scale(1);
}

100% {
	opacity: 1;
	transform: scale(1);
}

}

