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

body {
	font-family: "noto-sans-cjk-jp", sans-serif;
	text-align: justify;
}

.u-desktop {
	display: none;
}

main {
	overflow: hidden;
}

html {
	font-size: 16px;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	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;
	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 {
	display: block;
	height: 100%;
	height: 3.5625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 17.1875rem;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

.c-btn::before {
	background-color: #fff;
	border: 0.15625rem solid #000000;
	border-radius: 4.5rem;
	content: "";
	height: calc(100% + 0.3125rem);
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	width: 100%;
	z-index: -1;
}

.c-btn span {
	align-items: center;
	border: 0.09375rem solid #000000;
	border-radius: 4.5rem;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.c-btn.--black span {
	background-color: #000000;
	color: #fff;
	transition: all 0.3s;
}

.c-btn.--white span {
	background-color: #fff;
	color: #000000;
	transition: all 0.3s;
}

.c-btn.--white::before {
	background-color: #000000;
}

.c-hamburger {
	background-color: #fff;
	background-color: #000000;
	border: 2px solid #000000;
	border-bottom-left-radius: 1.25rem;
	height: 100%;
	width: 100%;
}

.c-hamburger span {
	background-color: #fff;
	border-radius: 0.125rem;
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 1.25rem;
}

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

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

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

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

.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-title {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.c-title2 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5625;
	text-align: center;
}

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

.l-section > div {
	padding-top: 4.375rem;
}

.p-about {
	background-color: #FFEEFA;
	padding-bottom: 4.375rem;
}

.p-about__img {
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.375rem;
	overflow: hidden;
	width: 88.8888888889%;
}

.p-about__lead {
	color: #40292D;
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-about__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 17.1875rem;
}

.p-about__box {
	background-color: #fff;
	border-radius: 1.25rem;
	color: #40292D;
	margin-top: 1.75rem;
	padding: 1.5625rem 2.125rem 1.875rem;
}

.p-about__boxTitle {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.p-about__boxText {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.p-about__cv {
	margin-top: 2.875rem;
}

.p-card {
	background-color: #fff;
	border-radius: 1.125rem;
	padding: 1.5rem 1.5rem 1.25rem;
}

.p-card__img {
	width: 100%;
}
.p-card__img img{
	border-radius: 10px;
	width: 100%;
}
.p-card__prof {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	margin-top: 0.625rem;
	text-align: center;
}

.p-card__subtitle {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.625rem;
	text-align: center;
}

.p-card__text {
	font-size: 0.75rem;
	line-height: 2.333333333;
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
}

.p-cv {
	background-color: #C8EC37;
	border-radius: 1.25rem;
	padding: 1.875rem 1.25rem 2.1875rem;
	position: relative;
}

.p-cv__title {
	font-size: 1.625rem;
	font-weight: bold;
	line-height: 1.446;
}

.p-cv__title span {
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.5;
}

.p-cv__circle {
	align-items: center;
	background-color: #fff;
	border: 0.05rem solid #000000;
	border-radius: 50%;
	display: flex;
	font-size: 0.625rem;
	font-weight: bold;
	height: 4.25rem;
	justify-content: center;
	line-height: 1.383;
	position: absolute;
	right: 0.5rem;
	text-align: center;
	top: 0.625rem;
	transform: rotate(12deg);
	width: 4.25rem;
}

.p-cv__btns {
	margin-top: 1.5625rem;
}

.p-cv__btn {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

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

.p-cv__text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 2;
	margin-top: 1rem;
}

.p-cv__text p:nth-child(1) {
	order: 1;
}

.p-drawer {
	background-color: #000000;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding-top: 6.25rem;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-drawer__links {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.375rem;
	width: 100%;
}

.p-drawer__link:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.p-drawer__link a {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4166666667;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	text-align: center;
}

.p-drawer__btns {
	background-color: #C8EC37;
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 22.1875rem;
	padding: 2.8125rem 2.1875rem;
}

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

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

.p-faq {
	padding-bottom: 4.375rem;
}

.p-faq__items {
	margin-top: 2.625rem;
}

.p-faq__item {
	border: 0.0625rem solid #000000;
	border-radius: 2rem;
	box-shadow: 0 0.3125rem 0 #000000;
	cursor: pointer;
	position: relative;
}

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

.p-faq__q {
	background-color: #fff;
	border: 0.125rem solid #000000;
	border-radius: 1.25rem;
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.625rem 1.25rem;
	position: relative;
	transition: all 0.3s;
	z-index: 1;
}

.p-faq__item.is-active .p-faq__q {
	background-color: #C8EC37;
}

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

.p-faq__q::before {
	background-color: #000000;
	content: "";
	height: 2px;
	position: absolute;
	right: 1.25rem;
	top: 1.125rem;
	width: 0.875rem;
}

.p-faq__q::after {
	background-color: #000000;
	content: "";
	height: 2px;
	position: absolute;
	right: 1.25rem;
	top: 1.125rem;
	transform: rotate(90deg);
	transition: all 0.3s;
	width: 0.875rem;
}

.p-faq__a {
	transition: margin-top 0s !important;
}

.p-faq__a {
	border-radius: 0 0 1.25rem 1.25rem;
	display: none;
	font-size: 0.75rem;
	font-weight: 400;
	left: 0;
	line-height: 1.8333333333;
	margin-top: -1.375rem;
	padding: 2.25rem 0.75rem 0.75rem;
	position: relative;
}

.p-flow {
	background-color: #F0F6D7;
	padding-block: 3rem;
}

.p-flow__inner {

}

.p-flow__title {

}

.p-flow__lead {
	width: 11.0625rem;
	margin-inline: auto;
	margin-top: 2rem;
}

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

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

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

.p-footer {
	background-color: #000000;
	padding-bottom: 2.5rem;
	padding-top: 1.5rem;
}

.p-footer__inner {
	max-width: 20.3125rem;
}

.p-footer__wrap {
	margin-top: 1.75rem;
}

.p-footer__links {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
}

.p-footer__link a {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 400;
	transition: all 0.3s;
}

.p-footer__link a:hover {
	color: #C8EC37;
}

.p-footer__logo {
	filter: brightness(0) invert(1);
}

.p-footer__copy {
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 400;
	margin-top: 3.125rem;
	text-align: center;
}

.p-functions__note {
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.p-function__blocks {
	max-width: 21.125rem;
	display: grid;
	gap: 2rem;
	margin-inline: auto;
	margin-top: 3rem;
}

.p-function__block {
	background-color: #fff;
	padding: 2rem;
	border-radius: 2rem;
	padding: 2rem;
}

.p-function__img {

}

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

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

.p-function__blockText {
	font-size: 0.75rem;
	line-height: 1.8;
	margin-top: 0.625rem;

}


.p-function {
	background-color: #E9E9E9;
	padding-bottom: 4rem;
}

.p-function__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 21.125rem;
	width: 100%;
}

.p-function__item {
	grid-gap: 0.75rem;
	background-color: #fff;
	border-radius: 1.25rem;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 5.375rem 1fr;
	padding: 1rem 1.375rem;
}

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

.p-function__icon {
	height: 100%;
	max-height: 3rem;
}

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

.p-function__subtitle {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: bold;
}

.p-function__text {
	font-size: 0.75rem;
	grid-column: 1/3;
	line-height: 1.8333333333;
}

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

.p-globalNav__lists {
	background-color: #fff;
	border-radius: 5.625rem;
	/*display: grid;
	grid-template-columns: repeat(5, 8.875rem);*/
	display: flex;
	gap: 2rem;
	height: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.p-globalNav__list {
	height: 100%;
}

.p-globalNav__list a {
	align-items: center;
	display: grid;
	font-size: 1.125rem;
	font-weight: bold;
	height: 100%;
	justify-items: center;
	place-items: center;
	transition: all 0.3s;
}

.p-globalNav__list a:hover {
	color: #C8EC37;
}

.p-globalNav__btn {
	height: 100%;
	margin-left: 1.125rem;
	width: 17.5rem;
}

.p-globalNav__btn a {
	align-items: center;
	background-color: #000000;
	border: 2px solid #000000;
	border-radius: 5.625rem;
	color: #fff;
	display: grid;
	font-size: 1.125rem;
	font-weight: bold;
	height: 100%;
	justify-items: center;
	place-items: center;
	transition: all 0.3s;
}

.p-globalNav__btn a:hover {
	background-color: #fff;
	color: #000000;
}

.p-header {
	height: 2.8125rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.p-header__inner {
	align-items: center;
	display: flex;
}

.p-header__logo {
	max-width: 13.25rem;
	margin-top: 0.5rem;
}

.p-header__logo a {
	display: block;
}

.p-header__logo img {
	filter: brightness(0);
}

.p-header__hamburger {
	height: 3.8125rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 3.8125rem;
	z-index: 1;
}

.p-header__globalNav {
	display: none;
}

.p-movie {
	background-color: #FFEEFA;
	overflow: hidden;
	padding-bottom: 4rem;
}

.p-movie__cards {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 2.5rem;
}

.p-movie__card {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.1875rem;
	width: 100%;
}

.p-movie__more {
	margin-top: 5.75rem;
}

.p-movie__subTitle {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-movie__subText {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: center;
}

.p-movie__slider {
	margin-left: calc(50% - 50vw);
	margin-top: 1.75rem;
	width: 109.7435897436vw;
}

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

.p-movie__youtube {
	aspect-ratio: 150/84;
	border-radius: 0.5625rem;
	margin: 0 0.375rem;
	overflow: hidden;
}

.p-movie__youtube button {
	display: none;
}

.p-movie__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	margin-top: 2rem;
}

.p-movie__tag {
	font-size: 0.75rem;
	background-color: #fff;
	padding: 0.5rem 0.925rem;
	border-radius: 2rem;
}

.p-movieCard {
	background-color: #fff;
	border-radius: 1.25rem;
	padding: 1.5625rem 2rem 2.8125rem;
}

.p-movieCard__movie {
	-o-object-fit: cover;
	aspect-ratio: 260/145;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-movieCard__movie button {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 2.75rem;
}

.p-movieCard__movie button:hover {
	transform: translate(-50%, -50%) scale(1.18);
}

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

.p-movieCard__titleSub {
	font-size: 0.75rem;
	font-weight: bold;
}

.p-movieCard__titleMain {
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 0.5rem;
}

.p-movieCard__text {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	margin-top: 1.25rem;
}

.p-mv {
	padding-bottom: 2.5rem;
	padding-top: 5.375rem;
	position: relative;
}

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

.p-mv__top {
	margin-left: auto;
	margin-right: auto;
	max-width: 20.625rem;
}

.p-mv__lead {
	max-width: 100%;
	position: relative;
	width: 100%;
}

.p-mv__lead span {
	align-items: center;
	background-color: #fff;
	border: 0.09rem solid #000000;
	border-radius: 50%;
	display: flex;
	font-size: 0.625rem;
	font-weight: bold;
	height: 4.25rem;
	justify-content: center;
	line-height: 1.383;
	position: absolute;
	right: -4.5rem;
	text-align: center;
	top: -1.5625rem;
	transform: rotate(12deg);
	width: 4.25rem;
}

.p-mv__title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0.5625rem 0 .75rem 0;
	text-align: center;
}

.p-mv__title span {
	font-size: 1.625rem;
}

.p-mv__note {
	text-align: center;
	font-size: 0.625rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.p-mv__text {
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5rem;
	letter-spacing: 0;
}

.p-mv__img {
	/* max-width: 24.6875rem; */
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: 0.0;
}

.p-mv__bottom {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #fff;
	margin-top: -7.1875rem;
	padding-inline: 0.9375rem;
}

.p-mv__lists {
	max-width: 24.6875rem;
	/*border-right: 2px solid #E9E9E9;*/
	display: grid;
	gap: .25rem;
	margin-inline: auto;
	grid-template-columns: repeat(3,1fr);
}

.p-mv__list {
	/*border-left: 2px solid #E9E9E9;*/
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
	background-color: #fff;
    border: 1px solid #000000;
	border-radius: .75rem;
}

.p-mv__btns {
	margin-top: 1.375rem;
}

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

.p-pay {
	align-items: center;
	border: 2px solid #000000;
	border-radius: 0.73125rem;
	box-shadow: 0 2px 0 #000000;
	display: flex;
	flex-direction: column;
	padding: 1.25rem 0.625rem;
	color: #000000;
}

.disabled {
	cursor: not-allowed;
	pointer-events: none;
}

.p-pay__text {
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.p-pay__price {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}

.p-pay__price small {
	font-size: 0.75rem;
}

.p-plan {
	background-color: #E9E9E9;
	background-color: #FFEEFA;
	padding-bottom: 3.75rem;
}

.p-plan__box {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 2.375rem;
	padding: 2.5rem 1.25rem;
}

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

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

.p-plan__info dl + dl {
	margin-top: 2rem;
}

.p-plan__info dt {
	align-items: center;
	background-color: #E9E9E9;
	border-radius: 1.25rem;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	height: 1.625rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 12.5rem;
	text-align: center;
	width: 100%;
}

.p-plan__info dd {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.3125rem;
	text-align: center;
}

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

.p-plan__list {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	padding-left: 1.3125rem;
	position: relative;
}

.p-plan__list::before {
	background: url(../images/check.png) center center/contain no-repeat;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.p-plan__btn {
	margin-top: 1.75rem;
	position: relative;
	z-index: 1;
}

.p-plan__text {
	font-size: 0.625rem;
	font-weight: 400;
	margin-top: 2rem;
	text-align: center;
	line-height: 1.5;
}

.p-resolve {
	background-color: #FFEEFA;
	padding-bottom: 3.4375rem;
	padding-top: 2.8125rem;
}

.p-resolve__title {

}

.p-resolve__movie {
	border-radius: 0.5rem;
	margin-top: 1.25rem;
}

.p-resolve__movie button {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	width: 3.625rem;
}

.p-resolve__movie button:hover {
	transform: translate(-50%, -50%) scale(1.18);
}

.p-resolve__movie lite-youtube {
	border-radius: 0.375rem;
	box-shadow: 0 0.25rem 0 #000000;
	max-width: none;
	max-width: initial;
	width: 100%;
}

.p-resolve__movie iframe {
	-o-object-fit: cover;
	aspect-ratio: 360/200;
	border: 1px solid #000000;
	border-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-resolve__text {
	font-size: 0.75rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.75rem;
	text-align: center;
}

.p-service {
	background-color: #F0F6D7;
	padding-bottom: 3.625rem;
}

.p-service__blocks {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.8125rem;
	max-width: 19.375rem;
}

.p-service__block {
	padding: 2rem;
	border-radius: 1.5rem;
	background-color: #fff;
}

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

.p-service__img img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-service__content {
	margin-top: 0.625rem;
}

.p-service__subTitle {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}

.p-service__text {
	font-size: 0.75rem;
	line-height: 1.8333333333;
	margin-top: 0.625rem;
}

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

.p-test {
	margin-left: calc(50% - min(3.125rem, 50px));
}

.p-trouble {
	background-color: #E9E9E9;
	padding-bottom: 2.375rem;
	padding-top: 3.125rem;
}

.p-trouble__title {
	position: relative;
	padding-bottom: 6.875rem;
}

.p-trouble__title::before {
	position: absolute;
	content: "";
	background: url(../images/trouble_title_img.png) center center /contain no-repeat;
	width: 5.5rem;
	height: 6.1875rem;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.p-trouble__lists {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 1.5rem;
}

.p-trouble__list {
	align-items: center;
	background-color: #fff;
	border-radius: 0.75rem;
	display: flex;
	font-size: 0.9rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1.5;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	text-align: center;
	width: calc(50% - 0.4375rem);
}

.p-voice {
	background-color: #FFEEFA;
	overflow: hidden;
	padding-bottom: 5.25rem;
}

.p-voice__slider {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.25rem;
	max-width: 21.125rem;
}

.p-voice__card {
	margin: 0 0.8125rem;
}

.p-voice__slider .slick-list {
	overflow: visible;
	overflow: initial;
}

.slide-arrow {
	background: url(../images/arrow.png) center center/contain no-repeat;
	cursor: pointer;
	height: 1.3125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3125rem;
	z-index: 1;
}

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

.next-arrow {
	right: 0.1875rem;
}

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

.slider-dots li {
	background-color: #D9D9D9;
	border-radius: 50%;
	height: 0.75rem;
	list-style: none;
	width: 0.75rem;
}

.slider-dots li.slick-active {
	background-color: #C8EC37;
}

.slider-dots button {
	display: none;
}

lite-youtube > .lty-playbtn {
	background: url(../images/play-btn.png) center center/contain no-repeat;
	filter: initial;
}

@media (hover: hover) {

.c-btn:hover {
	transform: translateY(0.3125rem);
}

.c-btn:hover::before {
	height: 100%;
}

.c-btn.--black:hover span {
	background-color: #fff;
	color: #000000;
}

.c-btn.--white:hover span {
	background-color: #000000;
	color: #fff;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 0.8333333333vw;
}

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

.c-btn {
	height: 4.4375rem;
}

.c-btn span {
	border-width: 2px;
	font-size: 1.3125rem;
}

.c-btn.--black {
	max-width: 18.3125rem;
}

.c-btn.--white {
	max-width: 15.1875rem;
}

.c-btn.--black span {
	font-size: 1.0625rem;
}

.c-title {
	font-size: 3.125rem;
}

.c-title2 {
	font-size: 2rem;
}

.l-inner {
	max-width: calc(81.25rem + 25px + 25px);
}

.l-section > div {
	padding-top: 6.875rem;
}

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

.p-about__img {
	border-radius: 1.875rem;
	margin-top: 3.75rem;
	max-width: 62.1875rem;
	width: 100%;
}

.p-about__lead {
	font-size: 1.0625rem;
	margin-top: 2.5rem;
}

.p-about__logo {
	margin-top: 1rem;
	max-width: rem 305;
}

.p-about__box {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5625rem;
	max-width: 44.25rem;
	padding: 1.5625rem 5.625rem 1.875rem;
}

.p-about__boxTitle {
	font-size: 1.1875rem;
}

.p-about__boxText {
	font-size: 1.0625rem;
}

.p-about__cv {
	margin-top: 4.375rem;
}

.p-card {
	border-radius: 2.5rem;
	padding: 3.4375rem 6.25rem 7.5rem;
}

.p-card__img {
	width: 100%;
}

.p-card__prof {
	font-size: 1.0625rem;
	margin-top: 2rem;
}

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

.p-card__text {
	font-size: 1.0625rem;
	line-height: 2;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.p-cv {
	align-items: flex-end;
	border-radius: 2.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 5.5rem 4.0625rem 5rem 5.3125rem;
}

.p-cv__title {
	font-size: 3rem;
	grid-row: 1/3;
}

.p-cv__title span {
	font-size: 1.8125rem;
}

.p-cv__circle {
	border-width: 2px;
	font-size: 1.3125rem;
	height: 8.875rem;
	left: 31.75rem;
	line-height: 1.3333333333;
	right: auto;
	right: initial;
	top: 2.625rem;
	width: 8.875rem;
}

.p-cv__btns {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 18.3125rem 15.1875rem;
	margin-top: 4.5rem;
}


.p-cv__btn {
	margin: 0;
}

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

.p-cv__text {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 6rem;
	grid-column: span 2;
	font-size: 0.875rem;
	line-height: 1.6428571429;
}

.p-cv__text p:nth-child(1) {
	order: -1;
}

.p-faq__items {
	margin-left: auto;
	margin-right: auto;
	max-width: 71rem;
}

.p-faq__item {
	border-radius: 3.4375rem;
	border-width: 0.125rem;
}

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

.p-faq__q {
	border-radius: 3.125rem;
	border-width: 0.1875rem;
	font-size: 1.3125rem;
	padding: 1.875rem 6.25rem 1.875rem 3.4375rem;
}

.p-faq__q::before {
	height: 4px;
	right: 2.625rem;
	top: 2.875rem;
	width: 1.875rem;
}

.p-faq__q::after {
	height: 4px;
	right: 2.625rem;
	top: 2.875rem;
	width: 1.875rem;
}

.p-faq__a {
	border-radius: 0 0 3.125rem 3.125rem;
	border-width: 3px;
	font-size: 1.0625rem;
	margin-top: -3.125rem;
	padding: 4.6875rem 2.8125rem 2.5rem;
}

.p-flow {
	padding-block: 7.125rem;
}

.p-flow__lead {
	max-width: 39.75rem;
	width: 100%;
	margin-top: 5rem;
}

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

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

.p-footer {
	padding-bottom: 2.0625rem;
	padding-top: 5.625rem;
}

.p-footer__inner {
	max-width: 97.5rem;
}

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

.p-footer__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 6.25rem;
}

.p-footer__links {
	display: flex;
	gap: 1.5rem;
}

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

.p-function {
	padding-bottom: 4.375rem;
}

.p-function__blocks {
	max-width: initial;
}

.p-function__block {
	padding: 2.5rem 7rem;
	display: grid;
	gap: 4rem;
	grid-template-columns: 1fr 29.675rem;
	align-items: center;
}

.p-function__blockTitle {
	text-align: left;
	font-size: 2.25rem;
}

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

.p-function__blockImg {
	order: 1;
}

.p-function__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.25rem 1.875rem;
	justify-content: center;
	margin-top: 4.375rem;
	max-width: none;
	max-width: initial;
}

.p-function__item {
	border-radius: 2.5rem;
	display: block;
	padding: 2.8125rem 2.1875rem 3.125rem;
	width: calc(25% - 1.40625rem);
}

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

.p-function__icon {
	max-height: 11.25rem;
}

.p-function__subtitle {
	font-size: 1.3125rem;
	justify-content: center;
	margin-top: 2.75rem;
}

.p-function__text {
	font-size: 1.0625rem;
	line-height: 1.2352941176;
	margin-top: 1.375rem;
}

.p-functions__note {
	text-align: center;
	font-size: 1rem;
	margin-top: 2rem;
}

.p-header {
	height: 7rem;
}

.p-header__inner {
	max-width: none;
	max-width: initial;
	padding-left: 2rem;
	padding-right: 2rem;
}

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

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

.p-header__globalNav {
	display: block;
	height: 4.25rem;
	margin-left: auto;
	position: fixed;
	right: 1.125rem;
	top: 1.375rem;
}

.p-movie {
	padding-bottom: 10.3125rem;
}

.p-movie__title {
	font-size: 3.125rem;
}

.p-movie__tags {
	gap: 0.875rem 1.25rem;
}

.p-movie__tag {
	padding: 1rem 2rem;
	font-size: 1.3rem;
	border-radius: 5rem;
}

.p-movie__cards {
	grid-gap: 2.8125rem;
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 3.125rem;
}

.p-movie__card {
	max-width: 100%;
}

.p-movie__more {
	margin-top: 7.625rem;
}

.p-movie__subTitle {
	font-size: 2rem;
}

.p-movie__subText {
	font-size: 1.1875rem;
}

.p-movie__slider {
	margin: 0 auto;
	margin-top: 2.375rem;
	width: 100rem;
}

.p-movie__slider .slick-list {
	overflow: visible;
	overflow: initial;
}

.p-movie__slider + .p-movie__slider {
	margin-top: 3rem;
}

.p-movie__youtube {
	border-radius: 1.875rem;
	margin: 0 1.25rem;
}

.p-movieCard {
	border-radius: 2.5rem;
	padding: 3.125rem 3.875rem 2.875rem;
}

.p-movieCard__movie button {
	width: 5.375rem;
}

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

.p-movieCard__titleSub {
	font-size: 1.3125rem;
	line-height: 1.4761904762;
}

.p-movieCard__titleMain {
	font-size: 2.25rem;
	margin-top: 0.375rem;
}

.p-movieCard__text {
	font-size: 1.3125rem;
	line-height: 2.5238095238;
	margin-top: 3.125rem;
}

.p-mv {
	padding-bottom: 8.125rem;
	padding-top: 10.125rem;
	overflow: hidden;
}

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

.p-mv__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	max-width: 40.75rem;
}

.p-mv__top {
	margin-left: 0;
	max-width: 100%;
	position: relative;
	z-index: 1;
}

.p-mv__lead {
	max-width: 36.3125rem;
}

.p-mv__lead span {
	border-width: 3px;
	font-size: 1.3125rem;
	height: 8.875rem;
	right: -7.375rem;
	top: -3.0625rem;
	width: 8.875rem;
}

.p-mv__title {
	font-size: 3.875rem;
	font-size: 4rem;
	line-height: 1.3;
	text-align: left;
}

.p-mv__title span {
	font-size: 2.875rem;
	font-size: 3.63rem;
}

.p-mv__note {
	text-align: left;
	font-size: 0.75rem;
}

.p-mv__text {
	font-size: 1.2rem;
	letter-spacing: 0.05rem;
}

.p-mv__img {
	top: 0;
	margin-block: 0;
	bottom: 0;
	height: 105%;
	max-width: unset;
	/* min-width: 50vw; */
	width: 65rem;
	position: absolute;
	right: calc(50% - min(50vw, 60rem));
}

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

.p-mv__bottom {
	width: fit-content;
	margin-top: 1.875rem;
	position: relative;
	z-index: 1;
	background: none;
	max-width: unset;
	padding: 0;
	margin-inline: 0;
}

.p-mv__lists {
	border-width: 3px;
	grid-template-columns: repeat(3, 1fr);
	max-width: 40rem;
	gap: 1rem;
}

.p-mv__list {
	border-width: 2px;
	font-size: 1.35rem;
	padding: 1.25rem;
	padding: 1.25rem .5rem;
}

.p-mv__btns {
	grid-gap: 1.0625rem;
	display: grid;
	gap: 1.0625rem;
	grid-template-columns: 18.3125rem 15.1875rem;
	margin-top: 2.9375rem;
}

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

.p-pay {
	border-radius: 1.25rem;
	box-shadow: 0 0.375rem 0 #000000;
	padding: 1.75rem 0.9375rem 2.1875rem;
	transition: all 0.3s;
}

.p-pay.is-active {
	background-color: #F3F3F3;
	box-shadow: none;
	transform: translateY(0.375rem);
}

.p-pay__text {
	font-size: 1.0625rem;
}

.p-pay__price {
	font-size: 2.25rem;
	line-height: 1.6111111111;
}

.p-pay__price small {
	display: block;
}

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

.p-plan__box {
	box-shadow: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.625rem;
	max-width: 43.75rem;
	padding: 3.125rem 4.25rem;
}

.p-plan__wrap {
	gap: 2.5rem;
}

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

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

.p-plan__info dt {
	font-size: 1.1875rem;
	height: 2.125rem;
	max-width: 16.5625rem;
}

.p-plan__info dd {
	font-size: 2.25rem;
	line-height: 1.4444444444;
	margin-top: 0.4375rem;
}

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

.p-plan__list {
	font-size: 1.0625rem;
	padding-left: 1.875rem;
}

.p-plan__list::before {
	height: 1.125rem;
	width: 1.125rem;
}

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

.p-plan__btn .c-btn {
	font-size: 1.3125rem;
	width: 15.1875rem;
}

.p-plan__text {
	font-size: 0.75rem;
	margin-top: 2.5rem;
}

.p-resolve {
	padding-bottom: 7.9375rem;
	padding-top: 5.125rem;
}

.p-resolve__title {
	margin-inline: auto;
	max-width: 49.625rem;
}

.p-resolve__movie {
	border-radius: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 62.5rem;
}

.p-resolve__movie button {
	width: 10.1875rem;
}

.p-resolve__movie lite-youtube {
	border-radius: 1.25rem;
}

.p-resolve__movie iframe {
	border-width: 3px;
}

.p-resolve__text {
	font-size: 1.375rem;
	line-height: 1.4545454545;
	margin-top: 3.375rem;
}

.p-service {
	padding-bottom: 8.125rem;
}

.p-service__blocks {
	margin-top: 5.125rem;
	gap: 3rem;
	max-width: 100%;
}

.p-service__block {
	display: grid;
	grid-template-columns: 1fr 24.125rem;
	gap: 3.75rem;
	padding: 5rem 8.5rem;
	border-radius: 2.5rem;
}

.p-service__block:nth-child(odd) {
	grid-template-columns: 24.125rem 1fr;
}

.p-service__block:nth-child(even) .p-service__img {
	order: 1;
}
/* 
.p-service__block:nth-child(2) {
	gap: 5rem;
}

.p-service__block:nth-child(2) .p-service__img {
	max-width: 23.4375rem;
}

.p-service__block:nth-child(3) {
	gap: 5.625rem;
	margin-top: 9.375rem;
}

.p-service__block:nth-child(3) .p-service__img {
	max-width: 22rem;
}

.p-service__block:nth-child(4) {
	gap: 7.1875rem;
	margin-top: 11.25rem;
} */

.p-service__img {
	max-height: 18.75rem;
	width: auto;
}

.p-service__img img {
	height: 100%;
}

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

.p-service__subTitle {
	font-size: 2.25rem;
	text-align: left;
}

.p-service__text {
	font-size: 1.3125rem;
	margin-top: 1.5rem;
}

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

.p-trouble__title {
	width: fit-content;
	margin-inline: auto;
	text-align: left;
	padding-bottom: 0;
}

.p-trouble__title::before {
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	width: 8.1875rem;
	height: 9.875rem;
	left: initial;
	right: -9rem;
}

.p-trouble__lists {
	gap: 2.8125rem;
	margin-top: 3.75rem;
}

.p-trouble__list {
	border-radius: 2.5rem;
	font-size: 1.8125rem;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
	width: calc(33.3333333333% - 1.875rem);
}

.p-voice__slider {
	margin-top: 3.75rem;
	max-width: 49.375rem;
}

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

.slide-arrow {
	height: 3.1875rem;
	width: 3.1875rem;
}

.slider-dots {
	gap: 1.25rem;
	margin-top: 5rem;
}

.slider-dots li {
	height: 1.625rem;
	width: 1.625rem;
}

.p-voice__cv {
	margin-top: 7.9375rem;
}

}

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

.p-pay:hover {
	box-shadow: none;
	transform: translateY(0.375rem);
}

}

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

.p-mv {
	height: 100vh;
	max-height: 1000px;
	min-height: 800px;
	padding-bottom: 0;
	padding-top: 0;
}

.p-mv__content {
	min-height: 800px;
	max-height: 1000px;
	padding-top: 4.6875rem;
}

}

@media (min-width: 1921px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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