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

body {
	color: #3F3E3D;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	line-height: 1.5;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

.heading1 {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.heading2 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.heading3 {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.heading4 {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
}

.body-large {
	font-size: max(14px, 1rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
}

.body-large-bold {
	font-size: max(14px, 1rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2;
}

.body-default1-bold {
	font-size: max(12px, 0.875rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2;
}

.body-default1 {
	font-size: max(12px, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
}

.body-default2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(12px, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
}

.body-small {
	font-size: max(10px, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.link-large-regular {
	font-size: max(12px, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.35;
}

.link-medium-regular {
	-webkit-text-decoration: underline;
	font-size: max(11px, 0.8125rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-decoration: underline;
}

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

/* 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;
}

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

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

.p-about {
	background-color: #FAF8F3;
	padding-top: 6.25rem;
}

.p-about__headWrapper {
	text-align: center;
	padding-top: 6.25rem;
}

.p-about__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

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

.p-about__text {
	margin-top: 2.5rem;
	text-align: center;
}

.p-about__line {
	background-color: #DAD9D7;
	height: 10rem;
	margin: 2.5rem auto 0;
	width: 1px;
}

.p-company {
	background-color: #FAF8F3;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

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

.p-company__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

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

.p-company__content {
	margin: 5rem auto 0;
	max-width: 57.5rem;
	width: 100%;
}

.p-company__list {
	border-bottom: 1px solid #DAD9D7;
	display: flex;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.p-company__list:first-child {
	padding-top: 0;
}

.p-company__label {
	border-right: 1px solid #DAD9D7;
	max-width: 7.25rem;
	width: 100%;
}

.p-company__text {
	padding-left: 2.5rem;
}

.p-contact {
	background-color: #F3EEE7;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 60rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-contact__headWrapper {
	color: #3F3E3D;
	text-align: center;
}

.p-contact__headEn {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: capitalize;
}

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

.p-contact__form {
	background-color: #FAF8F3;
	margin: 5rem auto 0;
	padding: 4rem 2.5rem;
}

.p-contact__content + .p-contact__content {
	margin-top: 1.5rem;
}

.p-contact__content input {
	background-color: #fff;
	display: block;
	margin-top: 0.5rem;
	padding: 1rem 1.5rem;
	width: 100%;
}

.p-contact__content input::-moz-placeholder,
.p-contact__content textarea::-moz-placeholder {
	color: #D4D2D0;
	font-size: max(12px, 0.875rem);
}

.p-contact__content input::placeholder,
.p-contact__content textarea::placeholder {
	color: #D4D2D0;
	font-size: max(12px, 0.875rem);
}

.p-contact__content textarea {
	background-color: #fff;
	display: block;
	margin-top: 0.5rem;
	padding: 1rem 1.5rem;
	width: 100%;
}

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

.p-contact__radio {
	display: inline-flex;
}

.p-contact__radio + .p-contact__radio {
	margin-left: 1.5rem;
}

.p-contact__checkLabel {
	cursor: pointer;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(10px, 0.875rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-left: max(20px, 1.75rem);
	position: relative;
}

.p-contact__checkLabel::before {
	background-color: #fff;
	border: 1px solid #DAD9D7;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

input[type=radio]:checked + .p-contact__checkLabel::after {
	background-color: #404040;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	left: 3px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

input[type=radio]:focus + .p-contact__checkLabel::before,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=checkbox]:focus + span::before {
	box-shadow: 0 0 5px 0 rgba(28, 153, 173, 0.8);
}

/* ラジオボタン */

input[type=radio],
input[type=checkbox] {
	display: block;
	height: 0;
	margin: 0;
	opacity: 0;
	outline-offset: 8px;
	padding: 0;
	position: absolute;
	width: 0;
}

.p-contact__required {
	border: 1px solid #797674;
	margin-left: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-contact__privacyWrapper {
	margin-top: 4rem;
	text-align: center;
}

.p-contact__privacy span {
	display: block;
	margin: 0.5rem auto 0;
	padding-left: max(20px, 1.75rem);
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-contact__privacy span::before {
	background-color: #fff;
	border: 1px solid #DAD9D7;
	content: "";
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.p-contact__privacy input:checked + span::before {
	background-color: #404040;
}

.p-contact__privacy input:checked + span::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	display: inline-block;
	height: 12px;
	left: 5px;
	position: absolute;
	top: 6px;
	transform: rotate(45deg);
	width: 6px;
	z-index: 1;
}

.p-contact__privacyLink {
	border-bottom: 1px solid #797674;
	color: #797674;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.35;
}

.p-contact__submit {
	margin: 2.5rem auto 0;
	width: 380px;
}

.p-contact__submitBtn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #404040;
	color: #fff;
	display: flex;
	justify-content: center;
	text-decoration: none;
	width: 100%;
}

.p-contact__submitBtn::before {
	content: "";
	display: inline-block;
	height: 3.1875rem;
	vertical-align: middle;
}

/*======================================
  バリデーション  
======================================*/

.error {
	color: #D33365;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(10px, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.p-contact__content input.error-input {
	border: 1px solid #D33365;
}

.p-education {
	background-color: #FAF8F3;
	padding-top: 6.25rem;
}

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

.p-education__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

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

.p-experience {
	background-color: #FAF8F3;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

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

.p-experience__headJa {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2;
	text-align: center;
}

.p-experience__text {
	margin-top: 2.5rem;
	text-align: center;
	white-space: nowrap;
}

.p-experience__line {
	background-color: #DAD9D7;
	height: 160px;
	margin: 2.5rem auto 0;
	width: 1px;
}

.p-experience__flow {
	margin-top: 4rem;
}

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

.p-experience__contentWrapper {
	margin: 2.5rem auto 0;
	max-width: 57.5rem;
	width: 100%;
}

.p-experience__content {
	align-items: center;
	border: 1px solid #DAD9D7;
	display: flex;
	padding: 2.5rem;
	position: relative;
}

.p-experience__content + .p-experience__content {
	margin-top: 3.25rem;
}

.p-experience__content:not(:last-child)::after {
	background: url(../images/top/arrow.svg) no-repeat center center/cover;
	bottom: -2.5rem;
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transform: rotate(90deg);
	width: 1.25rem;
}

.p-experience__img {
	width: 2.5rem;
}

.p-experience__img img {
	aspect-ratio: 1;
}

.p-experience__title {
	margin-left: 1.5rem;
}

.p-fv__image {
	height: 400px;
	margin-top: 7.5rem;
}

.p-fv__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/200;
	height: 100%;
	object-fit: cover;
}

.p-mission {
	background-color: #FAF8F3;
	padding-top: 6.25rem;
}

.p-mission__inner.l-inner {
	max-width: 34.625rem;
}

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

.p-mission__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

.p-mission__headJa {
	margin-top: 1rem;
	white-space: nowrap;
}

.p-mission__textWrapper {
	margin-top: 2.5rem;
	text-align: center;
}

.p-mission__text + .p-mission__text {
	margin-top: 1.5rem;
}

.p-mission__img {
	margin: 2.5rem auto 0;
	max-width: 20.9375rem;
	width: 100%;
}

.p-mission__img img {
	aspect-ratio: 1;
}

.p-mumyo {
	background-color: #F3EEE7;
	padding-bottom: 12.5rem;
}

.p-mumyo__topImg {
	height: 400px;
}

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

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

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

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

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

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

.p-mumyo__partnerWrapper {
	margin-top: 4rem;
}

.p-mumyo__partnerHead {
	position: relative;
}

.p-mumyo__partnerHead::after {
	background-color: #DAD9D7;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 76.0869565217%;
}

.p-mumyo__nameWrapper {
	align-items: center;
	display: flex;
	margin-top: 1.5rem;
}

.p-mumyo__nameEn {
	display: inline-block;
	margin-left: 1rem;
}

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

.p-mumyo__membership {
	padding: 2.5rem 5rem;
}

.p-mumyo__membership.--first {
	background-color: #FAF8F3;
	margin-top: 4rem;
}

.p-mumyo__membership.--second {
	background-color: #fff;
	margin-top: 1rem;
}

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

.p-mumyo__priceBox {
	border: 1px solid #DAD9D7;
	margin-top: 4rem;
	padding: 2.5rem 5rem;
}

.p-mumyo__priceHead {
	border-bottom: 1px solid #DAD9D7;
	padding-bottom: 1rem;
}

.p-mumyo__price {
	display: block;
}

.p-mumyo__price.--first {
	display: block;
	margin-top: 1rem;
}

.p-mumyo__price strong {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-mumyo__annotation {
	display: block;
	margin-top: 1rem;
}

.p-mumyo__btnWrapper {
	display: flex;
	justify-content: center;
	margin: 4rem auto 0;
}

.p-mumyo__btnWrapper a {
	background-color: #404040;
	color: #fff;
	display: block;
	max-width: 25.625rem;
	text-align: center;
	transition: background-color 0.3s;
	width: 100%;
}

.p-mumyo__btnWrapper a::before {
	content: "";
	display: inline-block;
	height: 3.125rem;
	vertical-align: middle;
}

.p-mv {
	background: url(../images/top/mv.jpg) no-repeat center center/cover;
	margin-top: 7.5rem;
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.p-mv__heading {
	margin-left: auto;
	margin-right: auto;
	width: 31.25rem;
}

.p-mv__heading img {
	aspect-ratio: 500/196;
}

.p-mv__contact {
	margin: 19.5625rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv__contact a {
	align-items: center;
	background-color: #fff;
	color: #3F3E3D;
	display: flex;
	justify-content: center;
	transition: background-color 0.3s;
	width: 240px;
}

.p-mv__contact a::before {
	content: "";
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}

.p-privacy {
	background-color: #F3EEE7;
	padding-bottom: 6.25rem;
	padding-top: 10rem;
}

.p-privacy__head {
	font-size: 1.5rem;
	text-align: center;
}

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

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

.p-privacy__text {
	line-height: 2;
	margin-top: 0.5rem;
}

.p-privacy__subHead {
	font-size: 1.5rem;
	font-weight: 600;
}

.p-profile {
	background-color: #FAF8F3;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

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

.p-profile__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

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

.p-profile__content {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-top: 5rem;
}

.p-profile__img {
	max-width: 27.5rem;
	width: 100%;
}

.p-profile__img img {
	aspect-ratio: 440/500;
}

.p-profile__body {
	max-width: 27.5rem;
	width: 100%;
}

.p-profile__post {
	display: block;
}

.p-profile__nameWrapper {
	align-items: center;
	display: flex;
	gap: 1rem;
}

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

.p-result {
	background-color: #FAF8F3;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

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

.p-result__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

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

.p-result__content {
	background-color: #fff;
	margin-top: 5rem;
	padding: 4rem 2.5rem;
}

.p-result__name {
	padding-left: 3.5rem;
	position: relative;
}

.p-result__name::before {
	background: url(../images/top/human.webp) no-repeat center center/cover;
	content: "";
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.p-result__items {
	display: flex;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-result__item {
	border: 1px solid #DAD9D7;
	max-width: 25rem;
	padding: 2.5rem 1.5rem;
	position: relative;
	width: 100%;
}

.p-result__item:first-child::after {
	background: url(../images/top/arrow.svg) no-repeat center center/cover;
	content: "";
	height: 0.875rem;
	position: absolute;
	right: -1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.p-result__item.--large {
	margin-top: 1.5rem;
	max-width: none;
	max-width: initial;
}

.p-result__heading {
	border-bottom: 1px solid #DAD9D7;
	padding-bottom: 1rem;
}

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

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

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

.p-result__title {
	font-size: max(12px, 0.875rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-left: 1.375rem;
	position: relative;
}

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

.p-result__text {
	margin-top: 0.25rem;
}

.p-service {
	background-color: #F3EEE7;
	padding-bottom: 9.375rem;
	padding-top: 6.25rem;
}

.p-service__inner.l-inner {
	max-width: 90rem;
}

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

.p-service__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

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

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

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

.p-service__headImg {
	margin: 2rem auto 0;
	max-width: 27.5rem;
}

.p-service__headImg img {
	aspect-ratio: 440/350;
}

.p-service__text {
	margin-top: 2rem;
	text-align: center;
}

.p-service__lists {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 3.5rem;
}

.p-service__list {
	max-width: 27.5rem;
	width: 100%;
}

.p-service__img {
	width: 100%;
}

.p-service__img img {
	-o-object-fit: cover;
	aspect-ratio: 440/320;
	object-fit: cover;
}

.p-service__title {
	font-size: 1.25rem;
	margin-top: 1rem;
	text-transform: uppercase;
}

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

.p-service__link {
	-webkit-text-decoration: underline;
	color: #3F3E3D;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 1rem;
	text-decoration: underline;
}

.p-support {
	background-color: #F3EEE7;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

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

.p-support__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

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

.p-support__content {
	background-color: #FAF8F3;
	margin: 6.25rem auto 0;
	max-width: 57.5rem;
	padding: 5rem 15rem;
	width: 100%;
}

.p-support__contentHead {
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.p-support__img {
	margin-top: 1.5rem;
	max-width: 27.5rem;
}

.p-support__img img {
	aspect-ratio: 440/320;
}

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

.p-support__img2 {
	margin-top: 1.5rem;
	max-width: 27.5rem;
}

.p-support__img2 img {
	aspect-ratio: 1;
}

.p-support__priceBox {
	border: 1px solid #DAD9D7;
	margin-top: 3rem;
	padding: 2.5rem 1.5rem;
}

.p-support__priceHead {
	border-bottom: 1px solid #DAD9D7;
	padding-bottom: 1rem;
}

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

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

.p-support__body.--02 .p-support__annotation {
	margin-left: 0.5rem;
	margin-top: 0;
}

.p-support__price {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-support__price strong {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-support__annotation {
	display: block;
	margin-top: 1rem;
}

.p-support__session {
	display: block;
}

.p-thanks {
	background-color: #FAF8F3;
	padding-bottom: 7.5rem;
	padding-top: 15rem;
}

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

.p-thanks__text {
	margin-top: 1.5rem;
	text-align: center;
}

.p-thanks__btnWrapper {
	display: flex;
	justify-content: center;
	margin: 4rem auto 0;
}

.p-thanks__btnWrapper a {
	background-color: #404040;
	color: #fff;
	display: block;
	max-width: 25.625rem;
	text-align: center;
	transition: background-color 0.3s;
	width: 100%;
}

.p-thanks__btnWrapper a::before {
	content: "";
	display: inline-block;
	height: 3.125rem;
	vertical-align: middle;
}

.p-utopia {
	background-color: #FAF8F3;
	padding-bottom: 12.5rem;
	padding-top: 6.25rem;
}

.p-utopia__inner.l-inner {
	max-width: 60rem;
}

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

.p-utopia__img {
	margin-top: 1.5rem;
	max-width: 57.5rem;
	width: 100%;
}

.p-utopia__img img {
	aspect-ratio: 920/306;
}

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

.p-utopia__contentWrapper {
	margin-top: 3.5rem;
}

.p-utopia__content {
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #DAD9D7;
	border-right: 1px solid #DAD9D7;
	display: flex;
	padding: 2.5rem 3.5rem;
}

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

.p-utopia__icon {
	width: 5rem;
}

.p-utopia__icon img {
	aspect-ratio: 1;
}

.p-utopia__body {
	flex: 1;
	margin-left: 2.5rem;
}

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

.p-utopia__priceBox {
	border: 1px solid #DAD9D7;
	margin-top: 3.5rem;
	padding: 2.5rem 5rem;
}

.p-utopia__priceHead {
	border-bottom: 1px solid #DAD9D7;
	padding-bottom: 1rem;
}

.p-utopia__price {
	display: block;
	margin-top: 1rem;
}

.p-utopia__price strong {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

.p-utopia__btnWrapper {
	display: flex;
	justify-content: center;
	margin: 3.5rem auto 0;
}

.p-utopia__btnWrapper a {
	background-color: #404040;
	color: #fff;
	display: block;
	max-width: 25.625rem;
	text-align: center;
	transition: background-color 0.3s;
	width: 100%;
}

.p-utopia__btnWrapper a::before {
	content: "";
	display: inline-block;
	height: 3.125rem;
	vertical-align: middle;
}

.p-vision {
	background-color: #FAF8F3;
	padding-top: 6.25rem;
}

.p-vision__inner.l-inner {
	max-width: 34.625rem;
	width: 100%;
}

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

.p-vision__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

.p-vision__headJa {
	margin-top: 1rem;
	white-space: nowrap;
}

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

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

.p-vision__text.--bold {
	font-weight: 700;
}

.p-vision__text + .p-vision__text {
	margin-top: 1.5rem;
}

.p-vision__img {
	margin: 1.5rem auto 0;
	max-width: 27.5rem;
	width: 100%;
}

.p-vision__img img {
	aspect-ratio: 1;
}

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

.p-vision__bottom {
	height: 400px;
	margin-top: 6.25rem;
}

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

.p-voice {
	background-color: #F3EEE7;
	padding-top: 6.25rem;
}

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

.p-voice__headEn {
	font-family: "Noto Sans JP", sans-serif;
}

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

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

.p-voice__content {
	background-color: #FAF8F3;
	padding: 2.5rem;
}

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

.p-voice__text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: max(12px, 0.875rem);
	font-weight: 400;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-left: 4rem;
	position: relative;
}

.p-voice__text::before {
	background: url(../images/top/blowing.webp) no-repeat center center/cover;
	content: "";
	height: 2.5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 2.5rem;
}

.p-voice__bottom {
	height: 400px;
	margin-top: 6.25rem;
}

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

.p-footer {
	position: relative;
}

.p-footer__img {
	width: 100%;
}

.p-footer__img img {
	-o-object-fit: cover;
	height: 400px;
	object-fit: cover;
}

.p-footer__copy {
	color: #fff;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-header {
	background-color: #FAF8F3;
	border-bottom: 1px solid #DAD9D7;
	left: 0;
	padding-bottom: 0.9375rem;
	padding-top: 0.9375rem;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2000;
}

.p-header__logo {
	margin-left: auto;
	margin-right: auto;
	width: 76px;
}

.p-header__logo img {
	aspect-ratio: 76/64;
}

.p-header__nav {
	margin: 0.75rem auto 0;
	max-width: 47.125rem;
	width: 100%;
}

.p-header__navList {
	display: flex;
	justify-content: space-between;
}

.p-header__navItem a {
	color: #3F3E3D;
	position: relative;
	transition: color 0.3s;
}

.p-header__navItem a::after {
	background: #797674;
	bottom: -3px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	width: 100%;
}

.p-sp-nav {
	background: #FAF8F3;
	height: 100svh;
	left: 0;
	margin-top: 3.8125rem;
	overflow: auto;
	padding-bottom: 10.625rem;
	padding-top: 6.875rem;
	position: fixed;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.3s;
	width: 100%;
	z-index: 3000;
}

.p-sp-nav.is-open {
	transform: translateX(0);
}

.p-sp-nav__list {
	grid-row-gap: 5rem;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	place-items: center;
	row-gap: 5rem;
}

.p-sp-nav__item a {
	color: #3F3E3D;
}

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

.p-sp-nav__hamburger span {
	background-color: #3F3E3D;
	display: block;
	height: 1px;
	transition: transform 0.3s;
	width: 1.375rem;
}

.p-sp-nav__hamburger span:nth-of-type(2) {
	margin-top: 0.4375rem;
}

.p-sp-nav__hamburger span:nth-of-type(3) {
	margin-top: 0.4375rem;
}

.p-sp-nav__hamburger.is-open span:nth-of-type(1) {
	transform: translateY(0.5rem) rotate(45deg);
}

.p-sp-nav__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-sp-nav__hamburger.is-open span:nth-of-type(3) {
	transform: translateY(-0.5rem) rotate(-45deg);
}

.p-banner {
	display: block;
	max-width: 440px;
	margin-inline: auto;
}

.p-banner:hover {
	opacity: 0.7;
}

.p-banner img {
	aspect-ratio: 440 / 324;
	object-fit: cover;
}

@media (any-hover: hover) {

.p-contact__privacyLink:hover {
	opacity: 0.7;
}

.p-contact__submitBtn:hover {
	background-color: #797674;
}

.p-mumyo__btnWrapper a:hover {
	background-color: #797674;
}

.p-mv__contact a:hover {
	background-color: #797674;
	color: #fff;
}

.p-service__link:hover {
	color: #797674;
}

.p-thanks__btnWrapper a:hover {
	background-color: #797674;
}

.p-utopia__btnWrapper a:hover {
	background-color: #797674;
}

.p-header__navItem a:hover {
	color: #797674;
}

.p-header__navItem a:hover::after {
	transform: scale(1, 1);
}

}

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

.p-support__contentHead {
	letter-spacing: 0.1em;
}

}

@media (max-width: 920px) {

html {
	font-size: 1.7391304348vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.heading2 {
	font-size: 1.5rem;
}

.heading3 {
	font-size: 1.25rem;
	line-height: 2;
}

.heading4 {
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.l-inner {
	max-width: 31.25rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-about__headWrapper {
	padding-top: 2.5rem;
}

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

.p-about__text {
	font-size: 0.875rem;
	margin-top: 2rem;
}

.p-company {
	padding-top: 0;
}

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

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

.p-company__label {
	max-width: 5.75rem;
}

.p-company__text {
	padding-left: 1rem;
}

.p-contact__form {
	margin-top: 3.75rem;
	padding: 2.5rem 1rem;
}

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

.p-contact__content input {
	padding: 1rem;
}

.p-contact__content textarea {
	padding: 1rem;
}

.p-contact__radio {
	display: block;
}

.p-contact__radio + .p-contact__radio {
	margin-left: 0;
	margin-top: 0.375rem;
}

.p-contact__privacyWrapper {
	margin-top: 3rem;
}

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

.p-contact__submit {
	width: 100%;
}

.p-education__inner.l-inner {
	padding-left: 1.0625rem;
	padding-right: 1.0625rem;
}

.p-education__headJa {
	font-size: 1.5rem;
	letter-spacing: 0.17em;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.p-experience__wrapper {
	width: 93.1343283582%;
}

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

.p-experience__text {
	font-size: 0.875rem;
	white-space: normal;
}

.p-experience__content {
	padding: 1.5rem;
}

.p-experience__title {
	font-size: 0.875rem;
	margin-left: 0.5rem;
}

.p-fv__image {
	height: 200px;
	margin-top: 3.75rem;
}

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

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

.p-mission__img {
	max-width: none;
	max-width: initial;
}

.p-mumyo__topImg {
	height: 200px;
}

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

.p-mumyo__partnerHead::after {
	width: calc(100% - 188px);
}

.p-mumyo__nameEn {
	font-size: 0.75rem;
	line-height: 1.5;
}

.p-mumyo__membership {
	padding: 2.5rem 1.25rem;
}

.p-mumyo__membership.--first {
	margin-top: 2.5rem;
}

.p-mumyo__membership.--second {
	margin-top: 1.5rem;
}

.p-mumyo__priceBox {
	margin-top: 2.5rem;
	padding: 2rem 1.25rem;
}

.p-mumyo__btnWrapper a {
	max-width: none;
	max-width: initial;
}

.p-mv {
	background: url(../images/top/mv-sp.jpg) no-repeat center center/cover;
	height: 23.4375rem;
	margin-top: 3.75rem;
	padding-bottom: 1.5rem;
	padding-top: 3.75rem;
}

.p-mv__heading {
	width: 17.625rem;
}

.p-mv__contact {
	margin-top: 8.125rem;
}

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

.p-privacy__head {
	font-size: 1.25rem;
}

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

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

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

.p-privacy__subHead {
	font-size: 1.25rem;
}

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

.p-profile__content {
	display: block;
	margin-top: 3.75rem;
}

.p-profile__img {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	max-width: initial;
	width: 89.552238806%;
}

.p-profile__img img {
	aspect-ratio: 300/340;
}

.p-profile__body {
	margin-top: 1.5rem;
	max-width: none;
	max-width: initial;
	padding-top: 1.5rem;
}

.p-profile__nameEn {
	font-size: 0.75rem;
}

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

.p-result__content {
	margin-top: 3.75rem;
	padding: 2.5rem 1.5rem;
}

.p-result__items {
	display: block;
}

.p-result__item {
	padding: 1.5rem 0.9375rem;
}

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

.p-result__item:first-child::after {
	bottom: -1.875rem;
	right: 50%;
	top: auto;
	transform: translateX(50%) rotate(90deg);
}

.p-result__title::before {
	top: 7px;
	transform: none;
	transform: initial;
}

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

.p-service__inner.l-inner {
	max-width: 31.25rem;
}

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

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

.p-service__text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
}

.p-service__text.--small {
	margin-top: 1rem;
}

.p-service__text.--narrow {
	margin-left: auto;
	margin-right: auto;
	width: 84.776119403%;
}

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

.p-service__list {
	max-width: none;
	max-width: initial;
}

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

.p-service__title {
	margin-top: 0.75rem;
}

.p-service__listText {
	margin-top: 0.75rem;
}

.p-service__link {
	margin-top: 0.75rem;
}

.p-support__headJa {
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-top: 0.5rem;
}

.p-support__content {
	margin-top: 3.75rem;
	max-width: none;
	max-width: initial;
	padding: 2.5rem 1.25rem;
}

.p-support__img {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	max-width: none;
	max-width: initial;
}

.p-support__img2 {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	max-width: none;
	max-width: initial;
}

.p-support__priceBox {
	margin-top: 2.5rem;
	padding: 2rem 0.9375rem;
}

.p-support__body.--02 {
	display: block;
}

.p-support__body.--02 .p-support__annotation {
	margin-left: 0;
	margin-top: 0.25rem;
}

.p-thanks__btnWrapper a {
	max-width: none;
	max-width: initial;
}

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

.p-utopia__inner.l-inner {
	max-width: 31.25rem;
}

.p-utopia__head {
	font-size: 1.25rem;
	line-height: 2;
}

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

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

.p-utopia__content {
	display: block;
	padding: 1.5rem 1.1875rem;
}

.p-utopia__content + .p-utopia__content {
	margin-top: 1.5rem;
}

.p-utopia__icon {
	margin-left: auto;
	margin-right: auto;
}

.p-utopia__body {
	margin-left: 0;
	margin-top: 1rem;
}

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

.p-utopia__priceBox {
	margin-top: 2.5rem;
	padding: 2rem 1.25rem;
}

.p-utopia__btnWrapper a {
	max-width: none;
	max-width: initial;
}

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

.p-vision__inner.l-inner {
	max-width: none;
	max-width: initial;
}

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

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

.p-vision__bottom {
	height: 200px;
}

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

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

.p-voice__content {
	padding: 2.5rem 1.5rem;
}

.p-voice__text {
	padding-left: 0;
	padding-top: 3.5rem;
}

.p-voice__bottom {
	height: 200px;
}

.p-footer__img img {
	height: 200px;
}

.p-footer__copy {
	white-space: nowrap;
}

.p-header {
	padding-bottom: 0.3125rem;
	padding-top: 0.3125rem;
}

.p-header__logo {
	width: 64px;
}

.p-header__logo img {
	aspect-ratio: 64/54;
}

.p-sp-nav__hamburger {
	display: block;
	padding: 0;
	position: absolute;
	right: 1.25rem;
	top: 1.3125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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