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

@font-face {
	font-family: "din";
	src: url(../font/DINAlternate-Bold.ttf);
}

body {
	font-feature-settings: "palt";
	font-family: "Noto Sans JP", sans-serif;
}

body {
	font-feature-settings: "palt";
	color: #000;
	letter-spacing: 0.1em;
}

.u-mobile {
	display: none;
}

main {
	overflow: clip;
}

html {
	font-size: 16px;
}

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

*,
*::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;
	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;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}

.c-btn {
	align-items: center;
	background-color: #4d4d4d;
	border-radius: 1.375rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.5rem;
	height: 2.75rem;
	justify-content: center;
	letter-spacing: 0.13em;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.c-btn img {
	width: 0.5rem;
}

.c-hamburger {
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #808080;
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 5px);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 5px);
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.c-head {
	grid-gap: 1rem;
	align-items: center;
	border-bottom: 1px solid #b3b3b3;
	display: grid;
	gap: 1rem;
	grid-template-columns: 2.0625rem 1fr;
	min-height: 4.0625rem;
	padding-bottom: 0.625rem;
}

.c-head__icon {
	-o-object-fit: contain;
	height: 2.0625rem;
	object-fit: contain;
	width: 2.0625rem;
}

.c-head__content {
	align-items: center;
	display: flex;
}

.c-head__title {
	color: #4d4d4d;
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.17em;
	white-space: nowrap;
}

.c-head__subtitle {
	height: 1.125rem;
	margin-left: 1.25rem;
}

.c-head__subtitle img {
	height: 100%;
	width: auto;
}

.c-head__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.5714285714;
	margin-left: 0.75rem;
}

.c-lead {
	color: #323332;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.11em;
	line-height: 1.5;
	text-align: center;
}

.c-text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.14em;
	line-height: 1.8125;
	margin-top: 1.875rem;
	text-align: center;
}

.c-textLink a {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.08em;
}

.c-title {
	color: #4d4d4d;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.17em;
	text-align: center;
}

.c-title span {
	display: inline-block;
	opacity: 0;
	position: relative;
}

.c-title span::before {
	position: absolute;
}

.l-breadcumb {
	margin-top: 6.25rem;
}

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

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

.p-about {
	background-color: #f8f9f4;
	padding-top: 8.75rem;
}

.p-about__title {
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 1rem;
	position: relative;
}

.p-about__title::before {
	background: url(../images/about.svg) center center/contain no-repeat;
	content: "";
	height: 5rem;
	left: calc(50% - 22.5rem);
	position: absolute;
	top: -3.875rem;
	width: 12.5rem;
}

.p-about__wrap {
	grid-gap: 6.25vw;
	display: grid;
	gap: 6.25vw;
	grid-template-columns: 1fr 25.875rem;
	margin-top: 5rem;
}

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

.p-about__prof {
	grid-gap: 1.875rem;
	align-items: flex-end;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 14.875rem 1fr;
	margin-top: 2.8125rem;
}

.p-about__profImg a {
	aspect-ratio: 1;
	border-radius: 50%;
}

.p-about__profText {
	margin-bottom: 2rem;
}

.p-about__profText p:first-child {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.14em;
	line-height: 1.6;
}

.p-about__profText p:nth-child(2) {
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.56;
	margin-top: 1.625rem;
}

.p-about__profText p:nth-child(2) span {
	font-size: 1.1875rem;
}

.p-about__slider {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}

.p-about__slider::before {
	background: url(../images/about_02.png) center center/contain no-repeat;
	content: "";
	height: 6.1875rem;
	left: -6.125rem;
	opacity: 0;
	position: absolute;
	top: 2rem;
	transform: translateY(10%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
	width: 8rem;
	z-index: 1;
}

.p-about__slider::after {
	background: url(../images/about_03.png) center center/contain no-repeat;
	bottom: -2.1875rem;
	content: "";
	height: 13.5rem;
	opacity: 0;
	position: absolute;
	right: -5.625rem;
	transform: translateY(10%);
	transition: all 1s 0.5s cubic-bezier(0.155, 0.91, 0.695, 0.95);
	width: 7.4375rem;
	z-index: 1;
}

.p-about__slider.is-active::before,
.p-about__slider.is-active::after {
	opacity: 1;
	transform: translateY(0);
}

.p-about__imgs {
	border-radius: 0.5rem;
	display: grid;
	height: 26.5625rem;
	overflow: hidden;
}

.p-about__imgs > div {
	animation: aboutScroll1 60s -30s linear infinite;
}

.p-about__imgs > div:nth-child(2) {
	animation: aboutScroll2 60s 0s linear infinite;
}

.p-about__imgs.--reverse > div {
	animation-direction: reverse;
}

.p-about__img {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
}

.p-about__img img {
	-o-object-fit: cover;
	aspect-ratio: 202/135;
	border-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
}

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

.p-blog__card a {
	grid-gap: 1.875rem;
	align-items: flex-start;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 13.125rem 1fr;
}

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

.p-blog__img img {
	-o-object-fit: cover;
	aspect-ratio: 210/150;
	height: 100%;
	object-fit: cover;
}

.p-blog__time {
	font-family: "Akshar", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.02em;
}

.p-blog__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.625;
	margin-top: 0.5rem;
}

.p-blog__textLink {
	margin-top: 0.75rem;
	text-align: right;
}

.p-breadcrumb {
	margin-top: 6.25rem;
	padding: 0;
}

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

.p-breadcrumb li {
	display: inline;
}

.p-breadcrumb li::after {
	content: ">";
	padding: 0 0.2em;
}

.p-breadcrumb li:last-child::after {
	content: "";
}

.p-breadcrumb li a {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	transition: all 0.3s;
}

.p-breadcrumb li a:hover {
	opacity: 0.8;
}

.p-breadcrumb li span {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.p-client {
	padding-bottom: 6.25rem;
	padding-top: 7.1875rem;
}

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

.p-cms {
	background-color: #f8f9f4;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

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

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

.p-cta {
	background-color: #f2f9f7;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-cta__title {
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-cta__title span {
	position: relative;
}

.p-cta__title::before {
	background-color: #4d4d4d;
	content: "";
	height: 0.0625rem;
	left: -3.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(64deg);
	width: 2.75rem;
}

.p-cta__title::after {
	background-color: #4d4d4d;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: -3.75rem;
	top: 50%;
	transform: translateY(-50%) rotate(-64deg);
	width: 2.75rem;
}

.p-cta__lead {
	font-weight: 300;
	margin-top: 3.25rem;
	text-align: center;
}

.p-cta__subtitle {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.375rem;
	max-width: 26.25rem;
	position: relative;
}

.p-cta__subtitle span {
	color: #808080;
	font-size: 1.625rem;
	font-weight: 500;
	left: 50%;
	letter-spacing: 0.17em;
	position: absolute;
	text-align: center;
	text-align: center;
	top: calc(50% - 0.6875rem);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-cta__wrap {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
	justify-content: center;
	margin-top: 1.5625rem;
}

.p-cta__tel a span {
	display: inline-block;
	width: 0.8125rem;
}

.p-cta__tel a {
	align-items: baseline;
	display: flex;
	font-family: "Akshar", sans-serif;
	font-size: 1.9375rem;
	font-weight: bold;
	gap: 0.625rem;
}

.p-cta__tel > span {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	margin-top: 0.625rem;
	text-align: center;
}

.p-cta__note {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.p-cta__btn {
	margin-top: 0.75rem;
	max-width: 15.3125rem;
	text-align: center;
}

.p-drawer {
	background-color: #fff;
	display: none;
	height: calc(100% - 6.25rem);
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 6.25rem;
	transform: translateX(105%);
	transition: all 0.5s ease-in;
	width: 100%;
	z-index: 100;
}

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

.p-drawer__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	min-height: 46.875rem;
	position: relative;
}

.p-drawer__nav {
	max-width: calc(71.5625rem + 25px + 25px);
	width: 100%;
}

.p-drawer__blocks {
	align-items: flex-start;
	display: flex;
	gap: 2.5rem;
	justify-content: space-around;
}

.p-drawer__blockTitle {
	font-size: 1.25rem;
	font-weight: 500;
	position: relative;
}

.p-drawer__blockTitle::before {
	background-color: #8df78d;
	content: "";
	height: 0.1875rem;
	left: -0.875rem;
	position: absolute;
	top: 50%;
	width: 0.5625rem;
}

* + .p-drawer__links {
	margin-top: 1.375rem;
}

.p-drawer__link + .p-drawer__link {
	margin-top: 1.375rem;
}

.p-drawer__link a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: normal;
	position: relative;
}

.p-drawer__link a::before {
	bottom: -0.3125rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 0%;
}

.p-drawer__link a:hover::before {
	width: 100%;
}

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

.p-faq {
	padding-bottom: 6.25rem;
	padding-top: 8.125rem;
}

.p-faq__title {
	position: relative;
	text-align: left;
}

.p-faq__title::before {
	background: url(../images/faq.svg) center center/contain no-repeat;
	content: "";
	height: 3.3125rem;
	left: -5.625rem;
	position: absolute;
	top: -4.125rem;
	width: 5.625rem;
}

.p-faq__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.375rem;
	max-width: 56.5625rem;
}

.p-faq__item + .p-faq__item {
	margin-top: 3.75rem;
}

.p-faq__q {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.75;
	min-height: 3.75rem;
	padding-left: 5rem;
	position: relative;
}

.p-faq__q span {
	align-items: center;
	background-color: #666666;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Akshar", sans-serif;
	font-size: 2.1875rem;
	font-weight: bold;
	height: 3.75rem;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 3.75rem;
}

.p-faq__a {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.75;
	margin-top: 1.75rem;
	min-height: 3.75rem;
	padding-left: 6.25rem;
	position: relative;
}

.p-faq__a span {
	align-items: center;
	background-color: #999999;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Akshar", sans-serif;
	font-size: 2.1875rem;
	font-weight: bold;
	height: 3.75rem;
	justify-content: center;
	left: 1.25rem;
	position: absolute;
	top: 0;
	width: 3.75rem;
}

.p-faq__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	max-width: 15.3125rem;
}

.p-feature {
	background-color: #f8f9f4;
	padding-bottom: 6.25rem;
	padding-top: 10.9375rem;
}

.p-feature__inner {
	max-width: 1330px;
}

.p-feature__title {
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 1rem;
	position: relative;
}

.p-feature__title::before {
	background: url(../images/feature.svg) center center/contain no-repeat;
	content: "";
	height: 4.0625rem;
	left: calc(50% - 18.125rem);
	position: absolute;
	top: -1.875rem;
	width: 9.375rem;
}

.p-feature__lead {
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 54.6875rem;
}

.p-feature__slider {
	margin-left: -1.875rem;
	margin-top: 3.125rem;
	opacity: 0;
	transform: translateY(15%);
	transition: all 1.5s cubic-bezier(0.155, 0.91, 0.695, 0.95);
	width: calc(100% + 3.75rem);
}

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

.p-feature__card {
	margin: 0 1.875rem;
}

.p-feature__head {
	grid-gap: 0.875rem;
	align-items: center;
	color: #323332;
	display: grid;
	font-size: 1.4375rem;
	font-weight: bold;
	gap: 0.875rem;
	grid-template-columns: 5.25rem 1fr;
	letter-spacing: 0.11em;
	line-height: 1.4782608696;
}

.p-feature__head span {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	color: #666666;
	display: flex;
	font-family: "Akshar", sans-serif;
	font-size: 3.125rem;
	font-weight: bold;
	height: 5.25rem;
	justify-content: center;
	letter-spacing: 0.02em;
}

.p-feature__img {
	margin-top: 1rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-feature__img img {
	-o-object-fit: cover;
	aspect-ratio: 310/190;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
}

.p-feature__text {
	margin-top: 1.5rem;
	text-align: left;
}

.p-feature__slider .slide-arrow {
	background: url(../images/arrow.png) center center/contain no-repeat;
	cursor: pointer;
	height: 2.75rem;
	position: absolute;
	top: -5.875rem;
	width: 2.75rem;
}

.p-feature__slider .prev-arrow {
	right: 6.5625rem;
}

.p-feature__slider .next-arrow {
	right: 1.875rem;
	transform: rotate(180deg);
}

.p-float {
	bottom: 0;
	position: fixed;
	right: 0;
	transform: translateY(105%);
	transition: all 0.3s;
	z-index: 9;
}

.p-float.is-active {
	transform: translateY(0);
}

.p-float__btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 3.4375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-float__btn {
	height: 100%;
	width: 11.25rem;
}

.p-float__btn a {
	align-items: center;
	border: 1px solid #595959;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 500;
	gap: 0.625rem;
	height: 100%;
	justify-content: center;
	letter-spacing: normal;
	transition: all 0.3s;
	width: 100%;
}

.p-float__btn a span {
	align-items: center;
	border-radius: 50%;
	display: inline-flex;
	height: 1.5625rem;
	justify-content: center;
	transition: all 0.3s;
	width: 1.5625rem;
}

.p-float__btn a span img {
	transition: all 0.3s;
	width: 0.6875rem;
}

.p-float__btn:nth-child(1) a {
	background-color: #595959;
	color: #fff;
}

.p-float__btn:nth-child(1) span {
	background-color: #fff;
}

.p-float__btn:nth-child(1) span img {
	margin-left: 0.125rem;
}

.p-float__btn:nth-child(1) a:hover {
	background-color: #fff;
	color: #595959;
}

.p-float__btn:nth-child(1) a:hover span {
	background-color: #595959;
}

.p-float__btn:nth-child(2) a {
	background-color: #000;
	color: #fff;
}

.p-float__btn:nth-child(2) span {
	background-color: #fff;
}

.p-float__btn:nth-child(2) span img {
	margin-left: -0.0625rem;
}

.p-float__btn:nth-child(2) a:hover {
	background-color: #fff;
	color: #000;
}

.p-float__btn:nth-child(2) a:hover span {
	background-color: #000;
}

.p-float__btn:nth-child(2) a:hover span img {
	filter: initial;
}

.p-flow {
	background-color: #ecf4f7;
	padding-bottom: 6.25rem;
	padding-top: 6.875rem;
}

.p-flow__title {
	position: relative;
	text-align: left;
}

.p-flow__title::before {
	background: url(../images/flow.svg) center center/contain no-repeat;
	content: "";
	height: 2.875rem;
	left: -5.9375rem;
	position: absolute;
	top: -1.875rem;
	width: 5.9375rem;
}

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

.p-flow__list {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 18.4375rem 1fr;
}

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

.p-flow__subtitle {
	color: #666666;
	display: grid;
	font-size: 1.875rem;
	font-weight: 400;
	grid-template-columns: 4rem 1fr;
	letter-spacing: 0.02em;
	line-height: 1.5;
}

.p-flow__subtitle span:first-child {
	font-family: "Akshar", sans-serif;
	font-size: 3.125rem;
}

.p-flow__subtitle span:nth-child(2) {
	display: inline-block;
	margin-top: 0.625rem;
}

.p-flow__text {
	font-size: 0.9375rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.7333333333;
	margin-top: 0.9375rem;
}

.p-footer {
	background-color: #f8f9f4;
	padding-bottom: 6.5625rem;
	padding-top: 3.125rem;
}

.p-footer__inner.l-inner {
	max-width: 1330px;
}

.p-footer__units {
	display: flex;
	justify-content: space-around;
}

.p-footer__unitTitle {
	color: #666666;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.12em;
}

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

.p-footer__link + .p-footer__link {
	margin-top: 0.9375rem;
}

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

.p-footer__link a {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	position: relative;
}

.p-footer__link a::before {
	background-color: #000;
	bottom: -0.1875rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 0%;
}

.p-footer__link a:hover::before {
	width: 100%;
}

.p-footer__link.--big a {
	color: #333;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.p-footer__bottom {
	border-top: 1px solid #b3b3b3;
	margin-top: 3.75rem;
	padding-top: 2.5rem;
}

.p-footer__textLinks {
	align-items: center;
	display: flex;
	gap: 2.25rem;
	justify-content: center;
}

.p-footer__textLink a {
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.p-footer__copy {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin-top: 0.875rem;
	text-align: center;
}

.p-globalNav {
	align-items: center;
	display: flex;
	gap: 2.375rem;
	height: 100%;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	gap: 3.125rem;
	height: 100%;
}

.p-globalNav__link a {
	font-size: 0.875rem;
	font-weight: 400;
	position: relative;
}

.p-globalNav__link a::before {
	background-color: #000;
	bottom: -0.1875rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transition: all 0.3s;
	width: 0%;
}

.p-globalNav__link a:hover::before {
	width: 100%;
}

.p-globalNav__sns {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
}

.p-globalNav__snsLink {
	width: 1.125rem;
}

.p-globalNav__snsLink a {
	display: block;
}

.p-globalNav__contact a {
	grid-gap: 0.3125rem;
	align-items: center;
	background-color: #4d4d4d;
	border-radius: 1.875rem;
	color: #fff;
	display: grid;
	font-size: 0.875rem;
	font-weight: 400;
	gap: 0.3125rem;
	grid-template-columns: 1.5625rem 1fr;
	height: 2.6875rem;
	letter-spacing: 0.15em;
	padding-left: 1rem;
	padding-right: 1rem;
}

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

.p-header__inner.l-inner {
	align-items: center;
	display: flex;
	height: 100%;
	max-width: none;
	max-width: initial;
	padding-top: 0.625rem;
}

.p-header__logo {
	width: 10.625rem;
}

.p-header__logo a {
	display: block;
}

.p-header__aniv {
	margin-left: 2.5rem;
	width: 7.3125rem;
}

.p-header__aniv a {
	display: block;
}

.p-header__globalNav {
	height: 100%;
	margin-left: auto;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

.p-info {
	overflow: hidden;
	padding-top: 5.625rem;
}

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

.p-info__border svg {
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
	transition: all 2s;
	transition-delay: 1s;
}

.p-info__border.is-active svg {
	-webkit-clip-path: inset(0% 0% 0% 0%);
	clip-path: inset(0% 0% 0% 0%);
}

.p-info__title {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: 21.5625rem;
}

.p-info__text {
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.14em;
	margin-top: 2.5rem;
	text-align: center;
}

.p-info__logo {
	align-items: center;
	display: flex;
	gap: 1.5625rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-info__logo a {
	display: block;
}

.p-info__logo a:first-child {
	max-width: 11.25rem;
}

.p-info__logo a:last-child {
	max-width: 8.0625rem;
}

.p-info__address {
	grid-gap: 0.875rem;
	align-items: center;
	display: grid;
	font-size: 0.75rem;
	font-weight: 300;
	gap: 0.875rem;
	grid-template-columns: 1.5rem 1fr;
	letter-spacing: 0.04em;
	line-height: 1.5833333333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-info__sns {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 2.1875rem;
}

.p-info__sns li {
	width: 1.5625rem;
}

.p-info__sns li a {
	display: block;
}

.p-intro {
	overflow: clip;
	padding-bottom: 5.3125rem;
	padding-top: 7.1875rem;
	position: relative;
}

.p-intro::before {
	background: linear-gradient(to left, #c8f8e7, #d8ffaa 60%, transparent);
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-intro::after {
	background: linear-gradient(to right, #c8f8e7, #d8ffaa 60%, transparent);
	bottom: 0;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-intro__lead {
	margin-top: 2.375rem;
}

.p-intro__text {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.375rem;
	max-width: 31.8125rem;
}

.p-intro__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 15.625rem;
}

.p-intro__illust {
	border-radius: 0.9375rem;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: all 0.5s;
}

.p-intro__illust.is-active {
	opacity: 1;
}

.p-intro__illust.--1 {
	left: calc(50% - 41.25rem);
	top: 6.25rem;
	width: 14.125rem;
}

.p-intro__illust.--2 {
	left: calc(50% - 55.375rem);
	top: 50%;
	transform: translateY(-50%);
	width: 20.75rem;
}

.p-intro__illust.--3 {
	bottom: 5rem;
	left: calc(50% - 38rem);
	width: 16.375rem;
}

.p-intro__illust.--4 {
	right: calc(50% - 43.125rem);
	top: 2.8125rem;
	width: 16.375rem;
}

.p-intro__illust.--5 {
	right: calc(50% - 54.375rem);
	top: 50%;
	transform: translateY(-50%);
	width: 21.0625rem;
}

.p-intro__illust.--6 {
	bottom: 2.625rem;
	right: calc(50% - 38.5625rem);
	width: 14.125rem;
}

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

.p-keyword__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.875rem;
	max-width: 57.5rem;
}

.p-keyword__list a {
	align-items: center;
	background-color: #bababa;
	border: 1px solid #bababa;
	border-radius: 1.25rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 500;
	height: 2.5rem;
	letter-spacing: 0.05em;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	transition: all 0.3s;
}

.p-keyword__list a:hover {
	background-color: #fff;
	color: #bababa;
}

.p-mv {
	aspect-ratio: 1680/880;
	overflow: hidden;
	position: relative;
}

.p-mv::before {
	animation: rotate 60s linear infinite;
	background: url(../images/mv_illust.png) center center/contain no-repeat;
	bottom: -17.8571428571vw;
	content: "";
	height: 63.2738095238vw;
	position: absolute;
	right: -10.7142857143vw;
	width: 65.4761904762vw;
	z-index: 2;
}

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

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

.p-mv__content {
	max-width: 38.875rem;
	padding: 4.375rem 0 3.125rem;
	padding-left: 7.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}

.p-mv__content::before {
	background: linear-gradient(to right, #c8f8e7, #d8ffaa 60%, transparent);
	border-radius: 12.5rem 0 0 12.5rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s 0.3s;
	width: 0%;
	z-index: -1;
}

.p-mv__content.is-active::before {
	width: 100%;
}

.p-mv__en {
	left: 1.4375rem;
	max-width: 25rem;
	position: absolute;
	top: -2.875rem;
}

.p-mv__title {
	font-size: 3.4375rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	line-height: 1.2909090909;
}

.p-mv__title span {
	display: inline-block;
	opacity: 0;
}

.p-mv__lead {
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.14em;
	line-height: 1.7058823529;
	margin-top: 1.5rem;
}

.p-mv__text {
	bottom: 0.9375rem;
	color: #7f7f7f;
	font-size: 0.875rem;
	font-weight: 500;
	left: 2.8125rem;
	line-height: 1.5;
	position: absolute;
}

.p-mv__gallery {
	bottom: -10vw;
	height: 46.5476190476vw;
	margin-left: auto;
	position: absolute;
	right: -1.7857142857vw;
	width: 46.5476190476vw;
}

.p-mv__slider {
	border-radius: 50%;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.p-mv__slider .slick-list {
	height: 100%;
}

.p-mv__slider .slick-track {
	height: 100%;
}

.p-mv__slider img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-mv__gallery::before {
	background: url(../images/mv_frame.png) center center/contain no-repeat;
	content: "";
	height: 55vw;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 55vw;
}

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

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

.p-news__list a {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 5.9375rem 1fr;
	padding-left: 1.5rem;
}

.p-news__time {
	font-family: "Akshar", sans-serif;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.625;
}

.p-news__listText {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.625;
}

.p-news__textLink {
	margin-top: 1.875rem;
	text-align: right;
}

.p-other__title {
	color: #323332;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-other__cards {
	grid-gap: 1.5625rem;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 1rem;
}

.p-other__img img {
	-o-object-fit: cover;
	aspect-ratio: 255/190;
	border-radius: 0.625rem;
	height: 100%;
	object-fit: cover;
}

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

.p-other__text {
	color: #323332;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6875;
	margin-top: 0.625rem;
}

.p-price {
	background-color: #f2f9f7;
	padding-bottom: 7.5rem;
	padding-top: 8.4375rem;
}

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

.p-price__head {
	margin-left: auto;
	position: relative;
	width: calc(100% - 5.625rem);
}

.p-price__title {
	position: relative;
	text-align: left;
}

.p-price__title::before {
	background: url(../images/price.svg) center center/contain no-repeat;
	content: "";
	height: 2.375rem;
	left: -4.375rem;
	position: absolute;
	top: -3.75rem;
	width: 5.8125rem;
}

.p-price__lead {
	font-weight: 300;
	margin-top: 1.375rem;
	text-align: left;
}

.p-price__tag {
	align-items: center;
	border: 1px solid #323332;
	border-radius: 50%;
	bottom: 0;
	color: #323332;
	display: flex;
	font-size: 1.375rem;
	font-weight: 400;
	height: 10rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.4090909091;
	position: absolute;
	right: 0;
	text-align: center;
	width: 10rem;
}

.p-price__cards {
	grid-gap: 1.75rem;
	display: grid;
	gap: 1.75rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.8125rem;
}

.p-price__cards.u-mobile {
	display: none;
}

.p-price__card {
	background-color: #fff;
	border-radius: 1.5625rem;
	display: flex;
	flex-direction: column;
	padding: 2.25rem 1.75rem 1.875rem;
	position: relative;
}

.p-price__card::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: none;
	height: 6.25rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	transition: all 0.3s;
	width: 100%;
	z-index: 1;
}

.p-price__btn {
	align-items: center;
	bottom: 1.5625rem;
	display: none;
	display: none;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.625rem;
	justify-content: center;
	left: 0;
	letter-spacing: 0.14em;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.p-price__btn img {
	transform: rotate(-90deg);
	width: 1.75rem;
}

.p-price__cardTitle {
	color: #323332;
	font-size: 1.625rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	padding-bottom: 1rem;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.p-price__cardTitle::before {
	background: linear-gradient(to left, #c8f8e7, #d8ffaa);
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-price__number {
	color: #323332;
	font-size: 1.125rem;
	margin-top: 1.5rem;
	padding-bottom: 0.3125rem;
	text-align: center;
}

.p-price__number span {
	font-size: 1.875rem;
	font-weight: bold;
}

.p-price__text {
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.7142857143;
	margin-top: 1.875rem;
}

.p-price__lists {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-price__list + .p-price__list {
	margin-top: 1rem;
}

.p-price__list span:first-child {
	color: #808080;
	font-weight: bold;
}

.p-price__list span:last-child {
	font-weight: 500;
}

.p-service {
	padding-bottom: 8.4375rem;
	padding-top: 11.25rem;
}

.p-service__title {
	position: relative;
	text-align: left;
}

.p-service__title::before {
	background: url(../images/service.svg) center center/contain no-repeat;
	content: "";
	height: 3rem;
	left: -5.625rem;
	position: absolute;
	top: -3.75rem;
	width: 8.3125rem;
}

.p-service__lead {
	font-weight: 300;
	margin-top: 1rem;
	text-align: left;
}

.p-service__lists {
	grid-gap: 3.3125rem 2.8125rem;
	display: grid;
	gap: 3.3125rem 2.8125rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5rem;
}

.p-service__img {
	margin-left: auto;
	margin-right: auto;
	width: 5.3125rem;
}

.p-service__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
}

.p-service__listTitlte {
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.25;
	margin-top: 0.9375rem;
	text-align: center;
	white-space: nowrap;
}

.p-service__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.7142857143;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	max-width: 13.75rem;
}

.p-service__bottom {
	color: #666666;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1.5;
	margin-top: 4.375rem;
	text-align: center;
}

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

.p-story {
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 7.5rem;
	position: relative;
}

.p-story__main {
	position: relative;
}

.p-story__title {
	font-size: 1.5625rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.p-story__text {
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 2.1333333333;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.8125rem;
	max-width: 35rem;
}

.p-story__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.8125rem;
	max-width: 15.3125rem;
	text-align: center;
}

.p-story__slider {
	display: flex;
	margin-left: calc(50% - 50vw);
	margin-top: 3.75rem;
	width: 100vw;
}

.p-story__slider img {
	margin-left: 3rem;
	max-width: none;
	max-width: initial;
	width: 148.8095238095vw;
}

.p-story__slider img:first-child {
	animation: logo_slider 70s -35s linear infinite;
}

.p-story__slider img:last-child {
	animation: logo_slider2 70s 0s linear infinite;
}

.p-story__img1 {
	left: calc(50% - 41.75rem);
	mix-blend-mode: darken;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20.125rem;
}

.p-story__img2 {
	max-width: min(23.125rem, 19.2708333333vw);
	position: absolute;
	right: min(50% - 36.25rem, 50% - 36.8098159509vw);
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-trouble {
	background-color: #f2f7f2;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-trouble__inner.l-inner {
	max-width: 1410px;
}

.p-trouble__lead {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 37.5rem;
}

.p-trouble__lists {
	grid-gap: 4.375rem 0;
	display: grid;
	gap: 4.375rem 0;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.75rem;
}

.p-trouble__img {
	align-items: center;
	background: linear-gradient(to right, #c8f8e7, #d7ffad);
	border-radius: 50%;
	display: flex;
	height: 12.3125rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 12.3125rem;
}

.p-trouble__img::before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: calc(100% - 0.25rem);
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 0.25rem);
}

.p-trouble__img img {
	-o-object-fit: contain;
	height: 8.4375rem;
	object-fit: contain;
	position: relative;
	width: 8.4375rem;
	z-index: 1;
}

.p-trouble__subtitle {
	color: #323332;
	font-size: 1.3125rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 1.3913043478;
	margin-top: 0.625rem;
	text-align: center;
}

.p-trouble__tag {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	margin-top: 0.625rem;
	text-align: center;
}

.p-trouble__text {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.6666666667;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 15rem;
	text-align: center;
}

.p-voice {
	padding-bottom: 6.875rem;
	padding-top: 8.75rem;
}

.p-voice__title {
	position: relative;
}

.p-voice__title::before {
	background: url(../images/voice.svg) center center/contain no-repeat;
	content: "";
	height: 3.5rem;
	left: calc(50% - 13.3125rem);
	position: absolute;
	top: -3.125rem;
	width: 6.625rem;
}

.p-voice__text {
	font-size: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.125rem;
	max-width: 56.875rem;
}

.p-voice__lists {
	grid-gap: 8.125rem;
	display: grid;
	gap: 8.125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.375rem;
	max-width: 60.625rem;
}

.p-voice__listTitle {
	position: relative;
}

.p-voice__listTitle span {
	align-items: center;
	display: flex;
	font-size: 1.375rem;
	font-weight: bold;
	justify-content: center;
	left: 50%;
	letter-spacing: 0.11em;
	line-height: 1.3636363636;
	position: absolute;
	text-align: center;
	top: calc(50% - 0.9375rem);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-voice__img {
	margin-top: 2.5rem;
	position: relative;
}

.p-voice__img picture:nth-child(1) {
	border-radius: 50%;
	left: -1.875rem;
	overflow: hidden;
	position: absolute;
	top: -1.5rem;
	width: 13rem;
}

.p-voice__img picture:nth-child(2) {
	border-radius: 0.75rem;
	margin-left: auto;
	overflow: hidden;
	width: 20rem;
}

.p-voice__info {
	font-size: 1.125rem;
	letter-spacing: 0.14em;
	line-height: 1.5;
	margin-left: auto;
	margin-top: 1.5rem;
	width: 20rem;
}

.p-voice__google {
	height: 250px;
	margin-top: 3.75rem;
	overflow-y: scroll;
}

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

.p-works {
	padding-top: 11.25rem;
}

.p-works__title {
	position: relative;
	text-align: left;
}

.p-works__title::before {
	background: url(../images/works.svg) center center/contain no-repeat;
	content: "";
	height: 3.125rem;
	left: -3.75rem;
	position: absolute;
	top: -5rem;
	width: 8.3125rem;
}

.p-works__lead {
	margin-top: 1.5rem;
	text-align: left;
}

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

.p-works__item {
	grid-gap: 2.5rem;
	align-items: center;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 31.75rem 1fr;
}

.p-works__item + .p-works__item {
	margin-top: 3.75rem;
}

.p-works__img img {
	-o-object-fit: cover;
	aspect-ratio: 510/360;
	border-radius: 0.9375rem;
	height: 100%;
	object-fit: cover;
}

.p-works__subtitle {
	color: #323332;
	font-size: 2.1875rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	line-height: 1.4857142857;
}

.p-works_info {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.7916666667;
	margin-top: 1.875rem;
}

.p-works__text {
	margin-top: 1.5rem;
	text-align: left;
}

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

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

.p-faq__title::before {
	left: -1.25rem;
}

.p-flow__title::before {
	left: -1.25rem;
	top: -3.125rem;
}

.p-globalNav {
	gap: 1rem;
}

.p-globalNav__links {
	gap: 1.875rem;
}

.p-header__logo {
	width: 6.25rem;
}

.p-header__aniv {
	margin-left: 1.25rem;
	width: 3.75rem;
}

.p-price__title::before {
	left: -1.25rem;
}

.p-service__title::before {
	left: -1.25rem;
}

.p-works__title::before {
	left: -1.25rem;
}

}

@media (max-width: 1600px) {

html {
	font-size: 1.1764705882vw;
}

}

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

.p-about__slider::before {
	top: 6.25rem;
}

.p-about__slider::after {
	bottom: -6.25rem;
	right: 0;
}

.p-intro {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

.c-head {
	align-items: flex-start;
	min-height: 0;
	min-height: initial;
}

.c-head__content {
	flex-wrap: wrap;
}

.c-head__text {
	margin-left: 0;
	margin-top: 0.625rem;
	width: 100%;
}

.c-lead {
	font-size: 1rem;
}

.c-text {
	font-size: 0.875rem;
}

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

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

.p-about {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-about__title::before {
	height: 4rem;
	left: 0;
	width: 10rem;
}

.p-about__wrap {
	display: block;
	margin-top: 2.5rem;
}

.p-about__prof {
	align-items: center;
	gap: 0.9375rem;
	grid-template-columns: 9.375rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about__profText {
	margin: 0;
}

.p-about__profText p:first-child {
	font-size: 0.75rem;
}

.p-about__profText p:nth-child(2) span {
	font-size: 1rem;
}

.p-about__profText p:nth-child(2) {
	font-size: 1.25rem;
	margin-top: 1rem;
}

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

.p-about__slider::before {
	left: -0.625rem;
	top: -3.125rem;
}

.p-about__slider::after {
	bottom: -7.5rem;
	right: -0.625rem;
}

.p-about__imgs {
	height: 31.25rem;
}

.p-blog__card a {
	gap: 0.9375rem;
	grid-template-columns: 7.5rem 1fr;
}

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

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

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

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

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

.p-cms__wrap {
	display: block;
}

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

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

.p-cta__title span {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
}

.p-cta__title::before {
	left: -2.5rem;
}

.p-cta__title::after {
	right: -2.5rem;
}

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

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

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

.p-cta__tel > span {
	margin-top: 0;
}

.p-cta__btn {
	margin-top: 0.375rem;
}

.p-drawer {
	display: block;
	height: calc(100% - 3.75rem);
	top: 3.75rem;
}

.p-drawer__inner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-drawer__nav {
	margin-top: 2.625rem;
	width: 100%;
}

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

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

* + .p-drawer__links {
	margin-top: 1rem;
}

.p-drawer__link + .p-drawer__link {
	margin-top: 1rem;
}

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

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

.p-faq__title::before {
	height: 3rem;
	left: 0;
	top: -3rem;
	width: 4.5rem;
}

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

.p-faq__q {
	font-size: 0.875rem;
	min-height: 2.5rem;
	padding-left: 3.75rem;
}

.p-faq__q span {
	font-size: 1.5rem;
	height: 3.125rem;
	width: 3.125rem;
}

.p-faq__a {
	font-size: 0.875rem;
	min-height: 2.5rem;
	padding-left: 5rem;
}

.p-faq__a span {
	font-size: 1.5rem;
	height: 3.125rem;
	width: 3.125rem;
}

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

.p-feature__title::before {
	height: 2.5rem;
	left: 0;
	width: 7.5rem;
}

.p-feature__head {
	font-size: 1.125rem;
	gap: 0.625rem;
	grid-template-columns: 3.125rem 1fr;
	padding-right: 7.25rem;
}

.p-feature__head span {
	font-size: 2rem;
	height: 3.125rem;
}

.p-feature__slider .slide-arrow {
	top: 0rem;
}

.p-feature__slider .prev-arrow {
	right: 5.625rem;
}

.p-float {
	width: 100%;
}

.p-float__btns {
	width: 100%;
}

.p-float__btn {
	width: 100%;
}

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

.p-flow__title::before {
	height: 2.5rem;
	left: 0;
	width: 4.5rem;
}

.p-flow__list {
	display: block;
}

.p-flow__subtitle {
	font-size: 1.25rem;
	grid-template-columns: 2.5rem 1fr;
	line-height: 1.75rem;
}

.p-flow__subtitle span:first-child {
	font-size: 1.75rem;
}

.p-flow__subtitle span:nth-child(2) {
	margin-top: 0;
}

.p-footer {
	padding-bottom: 5rem;
}

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

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

.p-footer__textLinks {
	flex-direction: column;
	gap: 0.625rem;
}

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

.p-header {
	height: 3.75rem;
}

.p-header__inner.l-inner {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
}

.p-header__globalNav {
	display: none;
}

.p-header__hamburger {
	display: block;
	height: 100%;
	margin-left: auto;
	width: 1.875rem;
}

.p-header__drawer {
	display: block;
}

.p-info__text {
	font-size: 1rem;
	line-height: 1.5;
}

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

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

.p-intro::before {
	height: 0.3125rem;
}

.p-intro::after {
	height: 0.3125rem;
}

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

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

.p-intro__illusts {
	grid-gap: 0.3125rem;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.25rem;
}

.p-intro__illust {
	position: relative;
}

.p-intro__illust.--1 {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.p-intro__illust.--2 {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: translate(0);
	width: 100%;
}

.p-intro__illust.--3 {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.p-intro__illust.--4 {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.p-intro__illust.--5 {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	transform: translate(0);
	width: 100%;
}

.p-intro__illust.--6 {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	right: auto;
	right: initial;
	top: auto;
	top: initial;
	width: 100%;
}

.p-keyword__lists {
	gap: 0.9375rem;
}

.p-keyword__list a {
	font-size: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-mv {
	aspect-ratio: unset;
	margin-top: 3.75rem;
	padding-bottom: 1.875rem;
	padding-top: 3.125rem;
}

.p-mv::before {
	display: none;
}

.p-mv__img {
	bottom: 0;
	margin-left: 0;
	margin-left: initial;
	position: absolute;
	right: 0;
	width: 150vw;
}

.p-mv__content {
	padding: 0;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	position: relative;
	top: auto;
	top: initial;
	transform: translateY(0%);
}

.p-mv__en {
	left: 0.625rem;
	max-width: 15.625rem;
	top: -0.625rem;
}

.p-mv__title {
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
}

.p-mv__lead {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__text {
	bottom: auto;
	bottom: initial;
	color: #7f7f7f;
	font-size: 0.75rem;
	left: auto;
	left: initial;
	margin-top: 33.3333333333vw;
	position: relative;
	text-align: center;
}

.p-mv__gallery {
	height: 74.6666666667vw;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: auto;
	right: initial;
	width: 74.6666666667vw;
}

.p-mv__gallery::before {
	height: 88vw;
	width: 88vw;
}

.p-mv__gallery::after {
	animation: rotate2 60s linear infinite;
	background: url(../images/mv_illust.png) center center/contain no-repeat;
	content: "";
	height: 104.5333333333vw;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 104.5333333333vw;
	z-index: 2;
}

.p-news__list + .p-news__list {
	margin-top: 1.875rem;
}

.p-news__list a {
	grid-template-columns: 3.75rem 1fr;
	padding-left: 0.75rem;
}

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

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

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

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

.p-other__cardTitle {
	line-height: 1.5;
}

.p-other__text {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

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

.p-price__head {
	width: 100%;
}

.p-price__title::before {
	height: 2rem;
	left: 0;
	top: -3rem;
	width: 4.5rem;
}

.p-price__tag {
	font-size: 1rem;
	height: 6.25rem;
	margin-left: auto;
	margin-top: 1.25rem;
	position: relative;
	width: 6.25rem;
	z-index: 1;
}

.p-price__cards {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.25rem;
	width: 90%;
}

.p-price__cards .slick-track {
	display: flex;
}

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

.p-price__cards.u-desktop {
	display: none;
}

.p-price__cards.u-mobile {
	display: block;
}

.p-price__card {
	border-radius: 0.9375rem;
	max-height: 15rem;
	opacity: 0;
	overflow: hidden;
	transform: translateY(0.625rem);
	transition: all 0.5s;
}

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

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

.p-price__card.is-open {
	max-height: 62.5rem;
	padding-bottom: 6.25rem;
}

.p-price__card.is-open::before {
	opacity: 0;
}

.p-price__card.is-open .p-price__btn img {
	transform: rotate(90deg);
}

.p-price__card::before {
	display: block;
}

.p-price__btn {
	display: flex;
}

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

.p-service__title::before {
	height: em(40);
	left: 0;
	top: -3rem;
	width: 6.875rem;
}

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

.p-service__listTitlte {
	white-space: normal;
	white-space: initial;
}

.p-service__bottom {
	font-size: 1.125rem;
	margin-top: 3.125rem;
}

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

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

.p-story__slider img {
	margin-left: 1.875rem;
	width: 384vw;
}

.p-story__img1 {
	left: auto;
	left: initial;
	margin-top: 2rem;
	max-width: 15.625rem;
	position: relative;
	transform: translateY(0);
}

.p-story__img2 {
	margin-left: auto;
	margin-right: 0;
	max-width: 15.625rem;
	position: relative;
	right: 0;
	transform: translateY(0);
}

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

.p-trouble__lists {
	gap: 2.5rem 1.25rem;
}

.p-trouble__lists {
	grid-template-columns: repeat(2, 1fr);
}

.p-trouble__img {
	height: 9.375rem;
	width: 9.375rem;
}

.p-trouble__img img {
	height: 6.25rem;
	width: 6.25rem;
}

.p-trouble__subtitle {
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.p-trouble__tag {
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

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

.p-voice__title::before {
	height: 3rem;
	left: 0;
	width: 5rem;
}

.p-voice__lists {
	display: block;
	width: 80%;
}

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

.p-voice__listTitle span {
	font-size: 1rem;
	top: calc(50% - 0.625rem);
}

.p-voice__img picture:nth-child(1) {
	width: 9.375rem;
}

.p-voice__img picture:nth-child(2) {
	width: 90%;
}

.p-voice__info {
	font-size: 0.875rem;
	max-width: 20rem;
}

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

.p-works__title::before {
	height: 2.5rem;
	left: 0;
	top: -4rem;
	width: 6.875rem;
}

.p-works__item {
	display: block;
}

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

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

.p-works__subtitle {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.p-works_info {
	font-size: 1.125rem;
	margin-top: 1rem;
}

}

@media (max-width: 414px) {

html {
	font-size: 3.8647342995vw;
}

}

@keyframes aboutScroll1 {

0% {
	transform: translateY(100%);
}

100% {
	transform: translateY(-100%);
}

}

@keyframes aboutScroll2 {

0% {
	transform: translateY(0);
}

100% {
	transform: translateY(-200%);
}

}

@keyframes rotate {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes rotate2 {

0% {
	transform: translate(-50%, -50%) rotate(0deg);
}

100% {
	transform: translate(-50%, -50%) rotate(360deg);
}

}

@keyframes logo_slider {

0% {
	transform: translateX(100%);
}

100% {
	transform: translateX(-100%);
}

}

@keyframes logo_slider2 {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-200%);
}

}


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


.popup-wrap {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 999999;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-wrap.active { opacity: 1; visibility: visible;}

.popup-wrap .container { max-width: 1230px; margin: auto; padding: 0.8em 15px; color: #fff; font-size: max(0.8rem,0.5vw); line-height: 1.8; display: flex; justify-content: space-between; align-items: center;}
.popup-wrap .btn_area { display: block; font-size: 1.1em; color: #282828; background: url("../images/cookie_icon.svg") no-repeat 0.7em center #fff; background-size: 1.8em auto; padding: 0.3em 0.7em 0.3em 2.7em; margin-left: 1.5em; cursor: pointer;}
.popup-wrap a { text-decoration: underline;}

@media screen and (min-width: 1450px) {
	.popup-wrap .container { font-size: min(13px,0.8vw);}
}

@media screen and (max-width: 768px) {
	.popup-wrap .container p { width: calc(100% - 170px);}
	.popup-wrap .btn_area { width: 160px;}
}

@media screen and (max-width: 640px) {
	.popup-wrap .container { display: block;}
	.popup-wrap .container p { width: auto;}
	.popup-wrap .btn_area { width: auto; display: table; margin: 1em auto 0.5em;}
}


/* clearFix */
.clearFix { zoom: 100%;}
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.container.clearFix { max-width: 1230px; margin: 100px auto; padding: 0px 15px; font-size: 0.9375rem; line-height: 2.1333333333;}
.container.clearFix img { width: auto; height: auto;}
img.aligncenter { display: block; margin: 0px auto 20px;}
img.alignright { margin: 0 0 20px 20px; display: inline;}
img.alignleft { margin: 0 20px 20px 0; display: inline;}
.alignright { float: right;}
.alignleft { float: left;}

