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

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

main {
	overflow: clip;
}

.l-bottom {
	background: url(../images/bg.webp) center center/cover no-repeat;
}

html.is-fixed {
	overflow: hidden;
}

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 {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-card {
	background-color: #fff;
	border-radius: 0.3rem;
	box-shadow: 0 0.3125rem 1rem rgba(0, 0, 0, 0.15);
	height: 100%;
	position: relative;
}

.c-card.--tag::before {
	background: url(../images/tag.webp) center center/contain no-repeat;
	content: "";
	height: 5.875rem;
	position: absolute;
	right: 1.5rem;
	top: -0.375rem;
	width: 3.75rem;
	z-index: 1;
}

.c-card__top {
	position: relative;
}

.c-card__img {
	border-radius: 0.3rem 0.3rem 0 0;
	overflow: hidden;
}

.c-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 385/231;
	height: 100%;
	object-fit: cover;
}

.c-card__logo {
	bottom: -1rem;
	left: 0;
	position: absolute;
	width: 11.625rem;
}

.c-card__content {
	padding: 1.75rem 1.25rem 1.25rem;
}

.c-card__prof {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.6;
}

.c-card__text {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 0.3125rem;
}

.c-colorTitle {
	transform: translate(0, 0) !important;
}

.c-colorTitle {
	font-family: "ten-mincho-text", serif;
	font-size: 4.5rem;
	font-weight: 500;
	font-weight: 400;
	line-height: 1.2222222222;
	position: relative;
	z-index: 1;
}

.c-colorTitle::before {
	background: linear-gradient(to right, #CE3DCA, #FA0D15, #FAE402, #41F919, #FFFFFF);
	bottom: 0.625rem;
	content: "";
	height: 1.0625rem;
	left: 0;
	max-width: 55.5rem;
	position: absolute;
	transition: all 0.75s 0.25s;
	width: 0%;
	z-index: -1;
}

.c-colorTitle.is-active::before {
	width: 100%;
}

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

.c-hamburger span {
	background-color: #000000;
	display: inline-block;
	height: 0.09375rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 100%;
}

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

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

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

.c-hamburger.is-active span {
	background-color: #fff;
}

.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-lead {
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 2.1538461538;
	margin-top: 1.9375rem;
}

.c-title {
	font-family: "ten-mincho-text", serif;
	font-size: 4.375rem;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.l-cv2 {
	margin-top: 8.875rem;
}

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

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

.l-mv {
	margin-top: 8.5rem;
}

.l-voice2 {
	margin-top: 10.5rem;
}

.fadeIn {
	opacity: 0;
	transform: translateY(20%);
	transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.fadeIn.popUp {
	transform: translateY(20%) scale(0);
}

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

.fadeIn.popUp.is-active {
	transform: translateY(0) scale(1);
}

.delay_05 {
	transition-delay: 0.5s !important;
}

.p-cv {
	overflow: hidden;
	position: relative;
}

.p-cv.--bg {
	background: #000 url(../images/bg_cv.webp) center center/cover no-repeat;
	padding-bottom: 7.875rem;
	padding-top: 9.6875rem;
}

.p-cv.white {
	color: #fff;
}

.p-cv.--bg::before {
	background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0.8));
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

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

.p-cv__title {
	font-family: "ten-mincho-text", serif;
	font-size: 5.625rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

.p-cv__title.small {
	font-size: 4.375rem;
	line-height: 1.3;
}

.p-cv__text {
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 2.7;
	margin-top: 0.625rem;
	text-align: center;
}

.p-cv__text.small {
	font-size: 1.625rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 2.3125rem;
}

.p-cv__btn {
	margin-top: 3.375rem;
	text-align: center;
}

.p-cv__btn a {
	align-items: center;
	background: linear-gradient(to right, #D7383A, #D7383A 12%, #A72D8D);
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.625rem;
	font-weight: bold;
	height: 6.25rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 47.1875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-cv__btn a::before {
	background: #A72D8D;
	border-radius: 3.125rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.p-cv__btn a span {
	position: relative;
	z-index: 1;
}

.p-cv__note {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.875rem;
	text-align: center;
}

.p-cv__head {
	margin-top: 8.875rem;
}

.p-drawer {
	background-color: #000;
	display: none;
	height: 100dvh;
	left: 0;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-drawer__inner {
	height: -moz-fit-content;
	height: fit-content;
	min-height: 59.1875rem;
	padding-left: 2.1875rem;
	padding-right: 2.1875rem;
	position: relative;
}

.p-drawer__nav {
	left: 50%;
	max-width: 29.5rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

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

.p-drawer__link a {
	color: #fff;
	font-family: "Gothic A1", sans-serif;
	font-size: 1.9375rem;
	font-weight: bold;
	line-height: 1.2903225806;
}

.p-drawer__link a span {
	display: block;
	font-size: 0.9375rem;
}

.p-drawer__btn {
	margin-top: 6.875rem;
	text-align: center;
}

.p-drawer__btn a {
	align-items: center;
	background: linear-gradient(to right, #D7383A, #D7383A 12%, #A72D8D);
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.625rem;
	font-weight: bold;
	height: 6.25rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 47.1875rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-drawer__btn a::before {
	background: #A72D8D;
	border-radius: 3.125rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.p-flow__steps {
	position: relative;
}

.p-flow__steps::before {
	background: linear-gradient(to bottom, #D8383B, #A02C9A);
	content: "";
	height: 85.7142857143%;
	left: 9.75rem;
	position: absolute;
	top: 15rem;
	width: 0.625rem;
}

.p-flow__step {
	background-image: linear-gradient(to right, #808080 0.5rem, transparent 0.5rem);
	background-position: right bottom;
	background-repeat: repeat-x;
	background-size: 1rem 0.125rem;
	display: grid;
	grid-template-columns: 7.5rem 1fr 36.25rem;
	padding-bottom: 4.6875rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
	padding-top: 4.6875rem;
	position: relative;
	z-index: 1;
}

.p-flow__number {
	align-items: center;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "D-DIN", sans-serif;
	font-size: 3.25rem;
	height: 7.5rem;
	justify-content: center;
	margin-top: 4.0625rem;
	width: 7.5rem;
}

.p-flow__step:nth-child(1) .p-flow__number {
	background-color: #D8383B;
}

.p-flow__step:nth-child(2) .p-flow__number {
	background-color: #D8383B;
}

.p-flow__step:nth-child(3) .p-flow__number {
	background-color: #D03646;
}

.p-flow__step:nth-child(4) .p-flow__number {
	background-color: #C4335B;
}

.p-flow__step:nth-child(5) .p-flow__number {
	background-color: #B83170;
}

.p-flow__step:nth-child(6) .p-flow__number {
	background-color: #AC2E86;
}

.p-flow__step:nth-child(7) {
	align-items: center;
	display: flex;
	padding-bottom: 7.5rem;
	padding-left: 4.0625rem;
	padding-top: 7.5rem;
}

.p-flow__step:nth-child(7) .p-flow__number {
	background-color: #A02C9A;
	font-size: 4.5rem;
	height: 11.625rem;
	width: 11.625rem;
}

.p-flow__text {
	align-items: center;
	display: flex;
	font-size: 1.625rem;
	font-weight: 500;
	height: 7.5rem;
	line-height: 1.5;
	margin-left: 2rem;
	margin-top: 4.0625rem;
}

.p-footer {
	color: black;
	padding-bottom: 11.875rem;
	padding-top: 4.375rem;
	position: relative;
	z-index: 1;
}

.p-footer__box {
	background-color: #fff;
	border-radius: 1rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 59.75rem;
	padding-bottom: 5.1875rem;
	padding-top: 5.8125rem;
}

.p-footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 33.75rem;
}

.p-footer__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2.0555555556;
	margin-top: 0.125rem;
	text-align: center;
}

.p-footer__text {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.7222222222;
	margin-top: 1.875rem;
	text-align: center;
}

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

.p-footer__text2 {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 2.0555555556;
	text-align: center;
}

.p-footer__btns {
	grid-gap: 1.375rem;
	align-items: center;
	display: grid;
	gap: 1.375rem;
	grid-template-columns: 14.0625rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	max-width: 32.25rem;
}

.p-footer__btn a {
	transition: all 0.45s;
}

.p-footer__link {
	margin-top: 0.4375rem;
}

.p-footer__link a {
	align-items: center;
	border: 2px solid #2E70B5;
	border-radius: 0.625rem;
	color: #2E70B5;
	color: #2E70B5;
	display: flex;
	font-size: 1.25rem;
	font-size: 1.25rem;
	font-weight: 600;
	font-weight: 600;
	height: 4.6875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: all 0.45s;
	width: 32.25rem;
}

.p-footer__link a::before {
	-webkit-mask: url(../images/arrow.svg) center center/contain no-repeat;
	background-color: #2E70B5;
	content: "";
	height: 0.9375rem;
	mask: url(../images/arrow.svg) center center/contain no-repeat;
	position: absolute;
	right: 2.5625rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 0.5625rem;
}

.p-footer__wrap {
	grid-gap: 2.9375rem;
	align-items: center;
	display: grid;
	gap: 2.9375rem;
	grid-template-columns: 13.875rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.4375rem;
	max-width: 33.0625rem;
}

.p-footer__tag {
	background-color: #000;
	border-radius: 0.4375rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-footer__lists {
	list-style: disc;
	margin-left: 1.5em;
	margin-top: 0.625rem;
}

.p-footer__list {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 2;
}

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

.p-gallery__img {
	width: 38.875rem;
}

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

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

.p-globalNav__link {
	display: flex;
	height: 100%;
}

.p-globalNav__link a {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	height: 100%;
}

.p-globalNav__btn {
	width: 20.625rem;
}

.p-globalNav__btn a {
	align-items: center;
	background: linear-gradient(to right, #D7383A, #D7383A 12%, #A72D8D);
	border-radius: 3.125rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 3.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-globalNav__btn a::before {
	background: #A72D8D;
	border-radius: 3.125rem;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.45s;
	width: 100%;
}

.p-globalNav__btn a span {
	position: relative;
	z-index: 1;
}

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

.p-header__inner.l-inner {
	align-items: center;
	display: flex;
	max-width: none;
	max-width: initial;
	padding-left: 1.625rem;
	padding-right: 2.75rem;
}

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

.p-header__logo a {
	display: block;
}

.p-header__globalNav {
	margin-left: auto;
}

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

.p-how {
	background-color: #fff;
	margin-top: 10.625rem;
	padding-bottom: 17.5rem;
}

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

.p-how__top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.25rem;
	position: relative;
	width: 76.5rem;
}

.p-how__movie {
	left: 50%;
	position: absolute;
	top: 2.625rem;
	transform: translateX(-50%);
	width: 55.9375rem;
	z-index: 1;
}

.p-how__movie video {
	width: 100%;
}

.p-how__flow {
	margin-top: 6.875rem;
}

.p-intro {
	background: url(../images/bg_intro.webp) center center/cover no-repeat;
	color: #fff;
	padding-bottom: 10rem;
	padding-top: 17.6875rem;
	position: relative;
}

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

.p-intro__title {
	font-family: "ten-mincho-text", serif;
	font-size: 4.0625rem;
	font-weight: 400;
	line-height: 1.4615384615;
}

.p-intro__text {
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 3.35;
	margin-top: 1.25rem;
}

.p-intro__bottom {
	font-family: "Gothic A1", sans-serif;
	font-size: 5rem;
	font-weight: bold;
	margin-top: 7.5rem;
}

.p-intro__bottom p.small {
	font-size: 2.125rem;
	margin-top: 2.8125rem;
}

.p-mv {
	background: linear-gradient(to bottom, white calc(100% - 8.125rem), transparent calc(100% - 8.125rem));
	position: relative;
	z-index: 1;
}

.p-mv__logo {
	font-family: "Gothic A1", sans-serif;
	font-size: 1.0416666667vw;
	font-weight: bold;
	left: 2.4479166667vw;
	position: absolute;
	top: 14.2708333333vw;
	transform: translateX(-50%) rotate(-90deg);
}

.p-mv__main {
	margin-left: auto;
	position: relative;
	width: 94.4270833333vw;
}

.p-mv__video {
	height: auto;
	width: 100%;
}

.p-mv__video video {
	width: 100%;
}

.p-mv__content {
	bottom: 5.125rem;
	left: 5.75rem;
	position: absolute;
}

.p-mv__title {
	font-family: "ten-mincho-text", serif;
}

.p-mv__title.fadeIn {
	opacity: 1;
	transform: translate(0, 0);
}

.p-mv__title > span {
	font-feature-settings: "palt";
	color: #fff;
	display: inline-block;
	font-size: 5.875rem;
	font-weight: 400;
	padding-left: 0.125rem;
	padding-right: 0.125rem;
	position: relative;
}

.p-mv__title > span::before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.45s 0.5s;
	width: 0;
}

.p-mv__title span > span {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: all 0.45s 1s;
}

.p-mv__title > span:nth-child(n+2) {
	margin-top: 1.4375rem;
}

.p-mv__text {
	font-family: "Gothic A1", sans-serif;
	margin-top: 2.5rem;
}

.p-mv__text.fadeIn {
	opacity: 1;
	transform: translate(0, 0);
}

.p-mv__text > span {
	font-feature-settings: "palt";
	color: #fff;
	display: inline-block;
	font-size: 2.125rem;
	font-weight: bold;
	padding-left: 0.125rem;
	padding-right: 0.125rem;
	padding-top: 0.25rem;
	position: relative;
	z-index: -1;
}

.p-mv__text span > span {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

.p-mv__text > span::before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.45s 1s;
	width: 0;
	z-index: -1;
}

.p-mv__text > span:nth-child(n+2) {
	margin-top: 1.0625rem;
}

.p-mv__text > span > span {
	transition: all 0.45s 1.5s;
}

.p-mv__title.is-active > span::before {
	width: 100%;
}

.p-mv__title.is-active > span > span {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.p-mv__text.is-active > span::before {
	width: 100%;
}

.p-mv__text.is-active > span > span {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.p-pr {
	background-color: #fff;
	padding-top: 12vh;
}

.p-pr__inner {
	height: auto;
	max-width: calc(78.125rem + 25px + 25px);
	width: 100%;
}

.p-pr__sliderWrapper {
	height: 55vh;
	margin-top: 2.875rem;
	position: relative;
}

.p-pr__slides {
	display: flex;
	gap: 4.375rem;
	height: 100%;
	position: absolute;
	top: 0;
}

.p-pr__slide {
	height: 100%;
}

.p-pr__slide img {
	height: 100%;
	max-width: none;
	max-width: initial;
	width: auto;
}

.p-voice {
	overflow: hidden;
	padding-bottom: 1.25rem;
	padding-top: 7.5rem;
}

.p-voice__lead {
	font-family: "ten-mincho-text", serif;
	font-size: 3rem;
	line-height: 1.4;
	margin-top: 8.125rem;
	text-align: center;
}

.p-voice__logo {
	background-color: #fff;
	border-radius: 0.625rem;
	display: grid;
	margin-top: 4.25rem;
	padding: 6.25rem 7.5rem;
}

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

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

.p-voice__card {
	width: calc(33.3333333333% - 1.0416666667rem);
}

.p-voice2__wrap {
	grid-gap: 4rem;
	align-items: center;
	display: grid;
	gap: 4rem;
	grid-template-columns: 33.9375rem 1fr;
	margin-top: 4.875rem;
}

.p-voice2__img {
	border-radius: 0.6875rem;
	overflow: hidden;
}

.p-voice2__text {
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

.p-voice2__note {
	font-size: 1.375rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

@media (hover: hover) {

.p-cv__btn a:hover {
	opacity: 1;
}

.p-cv__btn a:hover::before {
	opacity: 1;
}

.p-footer__btn a:hover {
	opacity: 0.8;
}

.p-footer__link a:hover {
	background-color: #2E70B5;
	color: #fff;
}

.p-footer__link a:hover::before {
	background-color: #fff;
}

.p-globalNav__btn a:hover {
	opacity: 1;
}

.p-globalNav__btn a:hover::before {
	opacity: 1;
}

}

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

.u-mobile {
	display: none;
}

}

@media (max-width: 1800px) {

html {
	font-size: 0.8888888889vw;
}

}

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

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

.c-card__content {
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}

.c-colorTitle {
	font-size: 2.8125rem;
	line-height: 1.2222222222;
}

.c-colorTitle::before {
	bottom: 0.3125rem;
	height: 0.8125rem;
	max-width: 27.75rem;
}

.c-lead {
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: 1.125rem;
}

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

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

.l-intro {
	margin-top: -4.0625rem;
}

.l-mv {
	margin-top: 5.625rem;
}

.l-voice2 {
	margin-top: 6.125rem;
}

.p-cv.--bg {
	background-image: url(../images/bg_cv_sp.webp);
	padding-bottom: 5.625rem;
	padding-top: 6.875rem;
}

.p-cv__inner {
	display: grid;
	padding-left: 0;
	padding-right: 0;
}

.p-cv__title {
	font-feature-settings: "palt";
	font-size: 2.6875rem;
	letter-spacing: 0.1em;
}

.p-cv__title.small {
	font-size: 2.1875rem;
	line-height: 1.4;
}

.p-cv__text {
	font-size: 1.25rem;
	line-height: 2;
	margin-top: 0.375rem;
}

.p-cv__text.small {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

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

.p-cv__btn a {
	font-size: 1rem;
	height: 3.9375rem;
	max-width: 29.5rem;
}

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

.p-cv__head {
	margin-top: 0;
	order: -1;
}

.p-drawer__btn a {
	font-size: 1rem;
	height: 3.9375rem;
	max-width: 29.5rem;
}

.p-flow__steps {
	margin-left: -1.5625rem;
	width: calc(100% + 1.5625rem + 1.5625rem);
}

.p-flow__steps::before {
	left: 5rem;
	top: 4.25rem;
	width: 0.3125rem;
}

.p-flow__step {
	align-items: center;
	background-image: linear-gradient(to right, #808080 0.1875rem, transparent 0.1875rem);
	background-size: 0.375rem 0.125rem;
	gap: 1.375rem;
	grid-template-columns: 3.4375rem 1fr;
	padding-bottom: 1.5625rem;
	padding-left: 3.4375rem;
	padding-right: 1.875rem;
	padding-top: 1.5625rem;
}

.p-flow__number {
	font-size: 1.875rem;
	height: 3.4375rem;
	margin-top: 0;
	padding-top: 0rem;
	width: 3.4375rem;
}

.p-flow__step:nth-child(7) {
	padding-bottom: 1.5625rem;
	padding-left: 3.4375rem;
	padding-top: 1.5625rem;
}

.p-flow__step:nth-child(7) .p-flow__number {
	font-size: 1.875rem;
	height: 3.4375rem;
	padding-top: 0.4rem;
	width: 3.4375rem;
}

.p-flow__text {
	font-size: 1.25rem;
	height: auto;
	margin-left: 0;
	margin-top: 0;
}

.p-flow__img {
	display: none;
}

.p-footer {
	padding-bottom: 3.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 3.125rem;
}

.p-footer__box {
	border-radius: 0.875rem;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

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

.p-footer__title {
	line-height: 3.25rem;
	margin-top: 0.875rem;
}

.p-footer__text {
	font-size: 1.0625rem;
	line-height: 1.8235294118;
	margin-top: 0.3125rem;
}

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

.p-footer__text2 {
	font-size: 1.0625rem;
	line-height: 1.8235294118;
	margin-top: 0.3125rem;
}

.p-footer__btns {
	gap: 0.5rem;
	grid-template-columns: 8.25rem 1fr;
	margin-top: 2.5rem;
	max-width: 18.75rem;
}

.p-footer__link a {
	border-radius: 0.375rem;
	border-width: 1px;
	font-size: 0.875rem;
	height: 2.75rem;
	width: 18.625rem;
}

.p-footer__link a::before {
	right: 1.3125rem;
}

.p-footer__wrap {
	gap: 0.8125rem;
	grid-template-columns: 8rem 1fr;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 18.75rem;
}

.p-footer__tag {
	border-radius: 0.25rem;
	font-size: 0.8125rem;
	padding: 0.4375rem;
}

.p-footer__lists {
	margin-left: 1em;
	margin-top: 0.3125rem;
}

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

.p-gallery {
	margin-top: 3.875rem;
}

.p-gallery__img {
	width: 16.6875rem;
}

.p-globalNav__btn {
	display: none;
}

.p-globalNav__btn a {
	font-size: 1rem;
	height: 3.9375rem;
	max-width: 29.5rem;
}

.p-header {
	height: 5.625rem;
}

.p-header__inner.l-inner {
	padding-left: 0.5rem;
	padding-right: 2.1875rem;
}

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

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

.p-how {
	margin-top: 5.3125rem;
	padding-bottom: 11.25rem;
}

.p-how__top {
	margin-left: -1.5625rem;
	margin-top: 4.0625rem;
	width: calc(100% + 1.5625rem + 1.5625rem);
}

.p-how__movie {
	top: 1.1875rem;
	width: 24.8125rem;
}

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

.p-intro {
	background-position: top right;
	padding-bottom: 5.3125rem;
	padding-top: 7.6875rem;
}

.p-intro__title {
	font-size: 2rem;
	white-space: nowrap;
}

.p-intro__text {
	font-size: 1.25rem;
	line-height: 2.35;
	margin-top: 2.1875rem;
}

.p-intro__bottom {
	font-size: 3.75rem;
	margin-top: 5rem;
	text-align: center;
}

.p-intro__bottom p.small {
	font-size: 1.5625rem;
	margin-top: 2.1875rem;
}

.p-mv {
	background: linear-gradient(to bottom, white calc(100% - 4.0625rem), transparent calc(100% - 4.0625rem));
}

.p-mv__logo {
	font-size: 2.7777777778vw;
	left: 4.4444444444vw;
	top: 55.5555555556vw;
}

.p-mv__main {
	width: calc(100% - 9.8148148148vw);
}

.p-mv__video {
	height: auto;
	height: initial;
}

.p-mv__content {
	bottom: 10.1851851852vw;
	left: 5.1851851852vw;
}

.p-mv__title > span {
	font-size: 11.1111111111vw;
}

.p-mv__title > span:nth-child(n+2) {
	margin-top: 2.5925925926vw;
}

.p-mv__text {
	margin-top: 4.2592592593vw;
}

.p-mv__text > span {
	font-size: 3.7037037037vw;
}

.p-mv__text > span:nth-child(n+2) {
	margin-top: 2.2222222222vw;
}

.p-pr {
	padding-top: 3.75rem;
}

.p-pr .p-cv__bottom {
	margin-bottom: 6.875rem;
	margin-top: 0;
}

.p-pr__sliderWrapper {
	height: 16.25rem;
	margin-top: 3.75rem;
}

.p-pr__slides {
	gap: 1.75rem;
}

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

.p-voice__lead {
	font-size: 1.875rem;
	margin-top: 3.9375rem;
}

.p-voice__logo {
	margin-top: 2.5rem;
	padding: 2.8125rem 3.75rem;
}

.p-voice__cards {
	display: block;
	margin-left: calc(50% - 50vw);
	margin-top: 5.8125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100vw;
}

.p-voice__cards .slick-list {
	overflow: visible;
	overflow: initial;
	padding-bottom: 0.625rem;
}

.p-voice__card {
	height: auto !important;
}

.p-voice__card {
	margin-right: 1.75rem;
	width: 24.875rem;
}

.p-voice__swipe {
	align-items: baseline;
	display: flex;
	font-family: "Gothic A1", sans-serif;
	font-size: 0.9375rem;
	font-weight: bold;
	gap: 0.5rem;
	letter-spacing: 0.17em;
	margin-top: 3.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__swipe::after {
	background: url(../images/arrow.webp) center center/contain no-repeat;
	content: "";
	display: block;
	height: 0.5625rem;
	width: 3.9375rem;
}

.p-voice2__inner {
	display: grid;
}

.p-voice2__wrap {
	display: contents;
}

.p-voice2__img {
	margin-top: 2.3125rem;
	order: 1;
}

.p-voice2__text {
	font-size: 1.25rem;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-voice2__note {
	font-size: 0.9375rem;
	margin-top: 0.125rem;
	text-align: center;
}

}

@media (max-width: 540px) {

html {
	font-size: 2.962962963vw;
}

}


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