.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

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

/* hover指定できるPCを想定したスタイル */

/* hoverが使えないタッチ端末を想定した装飾 */

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 3.75rem;
}

body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	word-wrap: break-word;
	word-wrap: break-word;
	color: #3C3C3C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: Noto Serif JP, serif;
	font-weight: 400;
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	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: 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]) {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	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;
}

.c-breadcrumb {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.c-breadcrumb .current-item {
	color: #0D700D;
}

.c-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	-webkit-transition: 0.3s;
	background: #0D700D;
	border: 1px solid #0D700D;
	border-radius: 0.375rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	color: #ffffff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1;
	max-width: 240px;
	max-width: 15rem;
	padding: 18px 75px;
	padding: 1.125rem 4.6875rem;
	position: relative;
	transition: 0.3s;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	width: 100%;
}

.c-button::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	border-right: 2px solid #ffffff;
	border-right: 0.125rem solid #ffffff;
	border-top: 2px solid #ffffff;
	border-top: 0.125rem solid #ffffff;
	content: "";
	height: 8px;
	height: 0.5rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
	width: 8px;
	width: 0.5rem;
}

.c-button.c-button--header {
	color: #ffffff;
	padding: 20px 40px 20px 65px;
	padding: 1.25rem 2.5rem 1.25rem 4.0625rem;
}

.home .c-button.c-button--header {
	color: #3C3C3C;
}

.c-button.c-button--cta {
	padding: 18px 20px 18px 50px;
	padding: 1.125rem 1.25rem 1.125rem 3.125rem;
	text-align: center;
}

.c-button.c-button--cta,
.c-button.c-button--header,
.c-button.c-button--lower {
	-webkit-transition: background-position 0.3s ease-out;
	background: -webkit-gradient(linear, left top, right top, from(#03c603), color-stop(50%, #00ff00), to(#03c603));
	background: linear-gradient(90deg, #03c603 0%, #00ff00 50%, #03c603 100%);
	background-size: 200% 100%;
	border: none;
	border-radius: 0.375rem;
	font-size: 18px;
	font-size: 1.125rem;
	max-width: 320px;
	max-width: 20rem;
	position: relative;
	transition: background-position 0.3s ease-out;
}

.c-button.c-button--header::before,
.c-button.c-button--cta::before,
.c-button.c-button--lower::before {
	display: none;
}

.c-button.c-button--header::after {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 20/14;
	background-image: url(../../assets/images/common/mail_white_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.home .c-button.c-button--header::after {
	background-image: url(../../assets/images/common/mail_icon.png);
}

.c-button.c-button--cta::after {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 20/14;
	background-image: url(../../assets/images/common/mail_icon-white.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: auto;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

.c-button--secondary {
	background-color: #07BD07;
	border: 1px solid #07BD07;
	font-size: 18px;
	font-size: 1.125rem;
	max-width: 240px;
	max-width: 15rem;
	padding: 13px 67px;
	padding: 0.8125rem 4.1875rem;
	padding: 18px;
	padding: 1.125rem;
	width: 100%;
}

.c-lower-mv {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	aspect-ratio: 375/250;
	background-image: url(../../assets/images/common/lower_fv_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%;
}

.c-lower-mv.c-lower-mv--02 {
	background-image: url(../../assets/images/common/lower_fv_02.jpg);
}

.c-lower-mv.c-lower-mv--03 {
	background-image: url(../../assets/images/common/lower_fv_03.jpg);
}

.c-lower-mv.c-lower-mv--04 {
	background-image: url(../../assets/images/common/lower_fv_04.jpg);
}

.c-lower-mv__title {
	color: #ffffff;
	text-align: center;
}

.c-lower-mv__title-en {
	font-family: "EB Garamond", serif;
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
}

.c-lower-mv__title-ja {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-transform: uppercase;
}

.c-pagination .page-numbers.current,
.c-pagination .page-numbers {
	display: inline-block;
	font-family: "EB Garamond", serif;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1;
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
}

.c-pagination .page-numbers.current {
	color: #07BD07;
}

.c-pagination .next.page-numbers,
.c-pagination .prev.page-numbers {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	aspect-ratio: 1/1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 30px;
}

.c-pagination .next.page-numbers {
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-right: 0;
	right: 0;
}

.c-pagination .next.page-numbers img,
.c-pagination .prev.page-numbers img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 30px;
}

.c-pagination .prev.page-numbers {
	left: 0;
	margin-left: 0;
	margin-right: 20px;
	margin-right: 1.25rem;
}

.c-section-title {
	color: #0D700D;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 160%;
}

.c-tag {
	background-color: #00FF00;
	border-radius: 1.875rem;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
}

.c-thumb {
	width: 100%;
}

.c-thumb img {
	-o-object-fit: cover;
	aspect-ratio: 340/200;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.c-title {
	text-align: center;
}

.c-title.c-title--left {
	text-align: left;
}

.c-title__number {
	color: #A5F2A5;
	font-family: "EB Garamond", serif;
	font-size: 80px;
	font-size: 5rem;
	line-height: 1;
}

.c-title__en {
	color: #0D700D;
	font-family: "EB Garamond", serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: -40px;
	margin-top: -2.5rem;
	text-transform: uppercase;
}

.c-title--left .c-title__en,
.c-title--white .c-title__en {
	margin-top: 0;
	margin-top: initial;
}

.c-title__ja {
	color: #0D700D;
	font-family: "EB Garamond", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.c-title.c-title--white .c-title__en,
.c-title.c-title--white .c-title__ja {
	color: #ffffff;
}

.l-footer {
	position: sticky;
	top: 100vh;
}

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

.l-lower {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-404 {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.p-404__title {
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.p-404__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-404__button {
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.p-about-content {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
	position: relative;
}

.p-about-content::before,
.p-about-content::after {
	aspect-ratio: 820/962;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	width: 90%;
}

.p-about-content::before {
	background-image: url(../../assets/images/top/bg.png);
	bottom: 35%;
	left: 0;
}

.p-about-content::after {
	background-image: url(../../assets/images/about/about_bg.png);
	bottom: 0;
	right: 0;
}

.p-about-content__item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 10px;
	gap: 0.625rem;
	justify-content: center;
}

.p-about-content__img {
	width: 100%;
}

.p-about-content__img img {
	-o-object-fit: cover;
	aspect-ratio: 525/380;
	border-radius: 0.375rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-about-content__textWrap {
	display: contents;
}

.p-about-content__item + .p-about-content__item {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-about-content__item:not(:first-of-type) {
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}

.p-about-content__item:not(:first-of-type)::before {
	background-image: url(../../assets/images/about/line.png);
	background-repeat: repeat;
	background-size: contain;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-about-content__title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	color: #0D700D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	gap: 10px;
	gap: 0.625rem;
	letter-spacing: 0.05em;
	line-height: 1.4;
	order: -1;
}

.p-about-content__title span {
	color: #07BD07;
	font-family: "EB Garamond", serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.p-about-content__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-about-head .p-about-head__inner {
	padding-left: 15px;
	padding-right: 15px;
}

.p-about-head__en-title {
	color: #00FF00;
	font-family: "EB Garamond", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.p-about-head__title {
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-about-head__lead {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-about-head__items {
	-moz-column-gap: 0.9375rem;
	-webkit-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
	margin-top: 1.875rem;
	row-gap: 10px;
	row-gap: 0.625rem;
}

.p-about-head__item {
	-webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	border-radius: 0.625rem;
	box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.p-about-head__item a {
	display: block;
}

.p-about-head__item-textWrap {
	background-color: #07BD07;
	padding: 12px 5px 40px 5px;
	padding: 0.75rem 0.3125rem 2.5rem 0.3125rem;
	position: relative;
}

.p-about-head__item-textWrap::before {
	-webkit-transform: translateX(-50%);
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	aspect-ratio: 50/16;
	background-color: #FFF67F;
	bottom: 10px;
	bottom: 0.625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 50px;
	width: 3.125rem;
}

.p-about-head__label {
	background-color: #FFF67F;
	border-radius: 1.875rem;
	color: #0D700D;
	font-family: "EB Garamond", serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: "EB Garamond", serif;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: auto;
	padding: 4px 14px 6px 15px;
	padding: 0.25rem 0.875rem 0.375rem 0.9375rem;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about-head__item-title {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-about-head__item-img {
	background-color: #ffffff;
	margin: auto;
	padding: 5px 3px;
	padding: 0.3125rem 0.1875rem;
	width: 100%;
}

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

.p-about-head__item:nth-child(1) .p-about-head__item-img {
	max-width: 100px;
	max-width: 6.25rem;
}

.p-about-head__item:nth-child(2) .p-about-head__item-img {
	max-width: 147px;
	max-width: 9.1875rem;
}

.p-about-head__item:nth-child(3) .p-about-head__item-img {
	max-width: 165px;
	max-width: 10.3125rem;
}

.p-about-head__item:nth-child(4) .p-about-head__item-img {
	max-width: 184px;
	max-width: 11.5rem;
}

.p-about-head__item:nth-child(5) .p-about-head__item-img {
	max-width: 193px;
	max-width: 12.0625rem;
}

.p-about-head__item:nth-child(1) img {
	aspect-ratio: 100/96;
}

.p-about-head__item:nth-child(2) img {
	aspect-ratio: 147/96;
}

.p-about-head__item:nth-child(3) img {
	aspect-ratio: 165/96;
}

.p-about-head__item:nth-child(4) img {
	aspect-ratio: 184/96;
}

.p-about-head__item:nth-child(5) img {
	aspect-ratio: 193/96;
}

.p-about__head {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-about__content {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-case {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
}

.p-case__search {
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
}

.p-case__list {
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
}

.p-caseDetail {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-caseDetail__title {
	background-color: #0D700D;
	border-radius: 0.625rem;
	color: #ffffff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 3px;
	padding: 0.1875rem;
	text-align: center;
	width: 100%;
}

.p-caseDetail__head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 2vw;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-caseDetail__head-text {
	background-color: #F6F6F6;
	border-radius: 0.625rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

.p-caseDetail__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	gap: 0.625rem;
}

.p-caseDetail__tag {
	background-color: #00FF00;
	border-radius: 1.875rem;
	color: #000000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 3px 10px;
	padding: 0.1875rem 0.625rem;
}

.p-caseDetail__meta {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	position: relative;
}

.p-caseDetail__meta::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1/1;
	background-color: #07BD07;
	border-radius: 1.875rem;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.p-caseDetail__section {
	background-color: #ffffff;
	border-radius: 0.625rem;
	padding: 10px;
	padding: 0.625rem;
}

.p-caseDetail__section:not(:last-of-type) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-caseDetail__section + .p-caseDetail__section {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-caseDetail__heading {
	color: #0D700D;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.p-caseDetail__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-caseDetail__thumbnail {
	border-radius: 0.625rem;
	max-width: 540px;
	max-width: 33.75rem;
	overflow: hidden;
	width: 100%;
}

.p-caseDetail__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 540/389;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-caseDetail__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.single-case h3.wp-block-heading,
.single-member h3.wp-block-heading {
	color: #07BD07;
	font-family: "EB Garamond", serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.single-case h2.wp-block-heading,
.single-member h2.wp-block-heading {
	color: #0D700D;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

body.single-case .is-layout-flex,
body.single-member .is-layout-flex {
	gap: 3vw;
	margin-bottom: 60px;
	margin-bottom: 3.75rem;
}

.single-case h4.wp-block-heading,
.single-member h4.wp-block-heading {
	color: #0D700D;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.single-case ul.wp-block-list,
.single-member ul.wp-block-list {
	margin-top: 16px;
	margin-top: 1rem;
}

.single-case .p-caseDetail__content p + p,
.single-member .p-memberDetail__content p + p {
	margin-top: 16px;
	margin-top: 1rem;
}

.single-case .p-caseDetail__content ul,
.single-member .p-memberDetail__content ul {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.single-case .p-caseDetail__content li,
.single-member .p-memberDetail__content li {
	list-style: disc;
}

.single-case p,
.single-member p {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.single-case .wp-block-separator,
.single-member .wp-block-separator {
	background-image: linear-gradient(to right, #07BD07 6px, transparent 6px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 10px 4px;
	border: none;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-bottom: 2px;
}

.single-case .nav-links,
.single-member .nav-links {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 64px;
	gap: 4rem;
	justify-content: center;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow figure {
	border-radius: 0.625rem;
	max-width: 500px;
	max-width: 31.25rem;
	overflow: hidden;
	width: 100%;
}

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow img {
	-o-object-fit: cover;
	aspect-ratio: 500/348;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.single-case .nav-previous,
.single-member .nav-previous,
.single-case .nav-next,
.single-member .nav-next {
	-webkit-transition: 0.3s;
	border-radius: 0.25rem;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	transition: 0.3s;
}

.p-caseList-item {
	-webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	border-radius: 0.625rem;
	box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.p-caseList-item__textWrap {
	padding: 15px 20px 32px;
	padding: 0.9375rem 1.25rem 2rem;
}

.p-caseList-item__area {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 15px;
	padding-left: 0.9375rem;
	position: relative;
}

.p-caseList-item__area::before {
	-webkit-transform: translateY(-50%);
	aspect-ratio: 1.1;
	background-color: #07BD07;
	border-radius: 3.125rem;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.p-caseList-item__title {
	color: #07BD07;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.2;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-caseList-item__tag {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-caseList-item__tag + .p-caseList__item-tag {
	margin-left: 10px;
	margin-left: 0.625rem;
}

.p-caseList__title {
	color: #0D700D;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-caseList__items {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 30px;
	margin-top: 1.875rem;
	row-gap: 30px;
	row-gap: 1.875rem;
}

.p-caseList__pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
}

.p-caseList__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-caseSearch__link {
	background-color: #F6F6F6;
	border-radius: 0.625rem;
	max-width: 1080px;
	max-width: 67.5rem;
	padding: 20px 10px;
	padding: 1.25rem 0.625rem;
	width: 100%;
}

.p-caseSearch__link-all {
	color: #07BD07;
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	padding: 15px;
	padding: 0.9375rem;
	text-decoration: underline;
}

.p-caseSearch__link-wrap {
	border-top: 1px solid #C8C8C8;
}

.p-caseSearch__group ul {
	background-color: #ffffff;
	border-radius: 0.625rem;
	margin-top: 5px;
	margin-top: 0.3125rem;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	width: 100%;
}

.p-caseSearch__group + .p-caseSearch__group {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-caseSearch .p-caseSearch__group p {
	display: block;
	line-height: 2.3;
}

.p-caseSearch__group label {
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
}

li.cat-item {
	margin-left: 10px;
	margin-left: 0.625rem;
}

.p-caseSearch__group label::before {
	-webkit-transform: translateY(-50%);
	-webkit-transition: background-color 0.3s;
	aspect-ratio: 1/1;
	background-color: #D9D9D9;
	border-radius: 0.1875rem;
	content: "";
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s;
	width: 15px;
}

.p-caseSearch__group .current-cat label::before {
	background-color: #07BD07;
}

.p-caseSearch__submit input {
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	-webkit-transition: 0.3s;
	background-color: #07BD07;
	border-radius: 0.375rem;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
	color: #ffffff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0, 6em;
	line-height: 1;
	padding: 13px 67px;
	padding: 0.8125rem 4.1875rem;
	transition: 0.3s;
}

.p-caseSearch__submit {
	margin: 34px auto 0;
	margin: 2.125rem auto 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-caseSearch__reset {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05 em;
	line-height: 1;
	margin: 15px auto;
	margin: 0.9375rem auto;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	text-decoration: underline;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-company-message {
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	position: relative;
}

.p-company-message::before {
	aspect-ratio: 820/962;
	background-image: url(../../assets/images/top/bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 90%;
	z-index: -1;
}

.p-company-message__inner {
	margin-right: 15px;
	margin-right: 0.9375rem;
}

.p-company-message__title {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	color: #0D700D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	font-family: "EB Garamond", serif;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.p-company-message__title span {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-company-message__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: -20px;
	margin-top: -1.25rem;
}

.p-company-message__img {
	width: 100%;
}

.p-company-message__img img {
	-o-object-fit: contain;
	aspect-ratio: 520/400;
	border-radius: 0 0.625rem 0.625rem 0;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-company-message__signature {
	-webkit-transform: rotate(-5.6deg) translateY(-30px);
	color: #00FF00;
	font-family: "Babylonica", cursive;
	font-size: 60px;
	font-size: 3.75rem;
	line-height: 1;
	text-align: right;
	transform: rotate(-5.6deg) translateY(-30px);
}

.p-company-message__text-block {
	margin-left: 15px;
	margin-left: 0.9375rem;
}

.p-company-message__name {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #0D700D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 16px;
	gap: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-company-message__name strong {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
}

.p-company-message__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-company-message__sub-image {
	margin-left: auto;
	margin-top: 26px;
	margin-top: 1.625rem;
	max-width: 215px;
	max-width: 13.4375rem;
	width: 100%;
}

.p-company-message__sub-image img {
	-o-object-fit: cover;
	aspect-ratio: 215/200;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-company-overview__title {
	text-align: center;
}

.p-company-overview__list {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	max-width: 800px;
	max-width: 50rem;
}

.p-company-overview__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	letter-spacing: em;
	line-height: 1.6;
	padding: 10px 0;
	padding: 0.625rem 0;
}

.p-company-overview__row:not(:first-of-type) {
	border-top: 1px solid #C8C8C8;
}

.p-company-overview__term {
	min-width: 100px;
	min-width: 6.25rem;
}

.p-company-overview__map {
	aspect-ratio: 375/280;
	width: 100%;
}

.p-company-overview__map iframe {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-company-philosophy {
	background-image: url(../../assets/images/company/message-bg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 20px;
	padding: 3.75rem 1.25rem;
}

.p-company-philosophy__content {
	background-color: rgba(255, 255, 255, .7);
	border-radius: 0.625rem;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	text-align: center;
}

.p-company-philosophy__title {
	color: #0D700D;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.p-company-philosophy__subtitle {
	color: #07BD07;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-company-philosophy__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: left;
}

.p-company__message {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-company__overview {
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-contact {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.p-contact__container {
	margin-top: 112px;
	margin-top: 7rem;
}

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

.p-contact__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.p-contact__contents {
	margin: 40px auto 0;
	margin: 2.5rem auto 0;
	max-width: 800px;
	max-width: 50rem;
}

.p-contact__content {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contact__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1;
}

.p-contact__head p {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-contact__head label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-contact__item {
	width: 100%;
}

.p-contact__required {
	background-color: #C60303;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	height: 20px;
	height: 1.25rem;
	line-height: 1.6666666667;
	margin-left: 10px;
	margin-left: 0.625rem;
	text-align: center;
	width: 40px;
	width: 2.5rem;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea {
	background-color: #ffffff;
	border: 1px solid #C8C8C8;
	font-size: 16px;
	font-size: 1rem;
	height: 36px;
	height: 2.25rem;
	line-height: 1.875;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	width: 100%;
}

.p-contact__item .p-contact__item-textarea {
	height: 215px;
	height: 13.4375rem;
	overflow: auto;
	resize: none;
}

.p-contact__comment {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 16px;
	padding-left: 1rem;
}

::-moz-placeholder {
	color: #D9D9D9;
}

::-webkit-input-placeholder {
	color: #D9D9D9;
}

::-ms-input-placeholder {
	color: #D9D9D9;
}

::placeholder {
	color: #D9D9D9;
}

.p-contact__item-checkbox input[type=checkbox] {
	-webkit-transform: translateY(-50%);
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-contact__item-checkbox input[type=checkbox] + span {
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 0.5em;
	position: relative;
}

.p-contact__item-checkbox input[type=checkbox]:focus + span {
	opacity: 0.7;
}

.p-contact__item-checkbox input[type=checkbox] + span::before {
	-webkit-transform: translateY(-50%);
	background-color: #ffffff;
	border: 1px solid #C8C8C8;
	content: "";
	height: 16px;
	height: 1rem;
	left: -16px;
	left: -1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
}

.p-contact__item-checkbox input[type=checkbox] + span::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: all 0.3s ease 0s;
	border-bottom: 2px solid #3C3C3C;
	border-left: 2px solid #3C3C3C;
	content: "";
	display: block;
	height: 8px;
	height: 0.5rem;
	left: -14px;
	left: -0.875rem;
	margin-top: -0.1em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 0.8em;
}

.p-contact__item-checkbox input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.p-contact__policy-link {
	text-decoration: underline;
}

.p-contact__policy-link {
	text-decoration: underline;
}

.wpcf7-list-item {
	display: block;
}

.p-contact__btn-wrap {
	margin: 42px auto 0;
	margin: 2.625rem auto 0;
}

.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .25);
	-webkit-transition: all 0.3s;
	align-items: center;
	background-color: #07BD07;
	border: 1px solid #07BD07;
	border-radius: 0.375rem;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, .25);
	color: #ffffff;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: auto;
	padding: 18px;
	padding: 1.125rem;
	text-align: center;
	transition: all 0.3s;
	width: 240px;
	width: 15rem;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
	background-color: #ffffff;
	color: #07BD07;
	opacity: 1;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled,
input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
	-webkit-transform: none;
	-webkit-box-shadow: none;
	background-color: #C8C8C8;
	border: none;
	box-shadow: none;
	color: #ffffff;
	opacity: 1;
	transform: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
	opacity: 1;
}

.wpcf7-spinner {
	position: absolute;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.p-contact__btn-submit:disabled {
	background-color: #3C3C3C;
	color: #ffffff;
	font-size: 15px;
	font-size: 0.9375rem;
}

.p-contact__notes-wrap {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-contact__notes {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-contact.p-contact--thanks .p-contact__btn {
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
}

.p-cta {
	background-image: url(../../assets/images/common/cta_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-cta__container {
	background-color: rgba(255, 255, 255, .9);
	margin: 10px auto 0;
	margin: 0.625rem auto 0;
	max-width: 1000px;
	max-width: 62.5rem;
	padding: 40px 20px 50px;
	padding: 2.5rem 1.25rem 3.125rem;
	text-align: center;
}

.p-cta__head {
	color: #0D700D;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.p-cta__head-text {
	color: #0D700D;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-cta__button {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-cta_comment {
	color: #0D700D;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-faq-list__item {
	border-bottom: 1px solid #00FF00;
	padding: 0 8.5px;
	padding: 0 0.53125rem;
}

.p-faq-list__item-question {
	color: #0D700D;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 160%;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	padding-top: 20px;
	padding-top: 1.25rem;
	position: relative;
}

.p-faq-list__item-question span {
	font-size: 25px;
	font-size: 1.5625rem;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	-webkit-transition: 0.3s;
	background: #00FF00;
	content: "";
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 36px;
	top: 2.25rem;
	transition: 0.3s;
	width: 18px;
	width: 1.125rem;
}

.p-faq-list__item-question::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.p-faq-list__item-question.is-open::after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.p-faq-list__item-answer {
	display: none;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 220%;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.p-faq-list__item-answer span {
	color: #00FF00;
	font-size: 25px;
	font-size: 1.5625rem;
	padding-right: 14px;
	padding-right: 0.875rem;
}

.p-footer {
	background-color: #0D700D;
	color: #ffffff;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-footer__inner {
	height: inherit;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-footer__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.p-footer__logo {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
}

.p-footer__address {
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 180%;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-footer__right {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-footer__nav-items {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-footer__nav-item a {
	display: inline-block;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	position: relative;
}

.p-footer__nav-item a::before {
	-webkit-transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
	background-color: #ffffff;
	bottom: 6px;
	bottom: 0.375rem;
	content: "";
	height: 1.5px;
	left: 30px;
	left: 1.875rem;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.6, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.6, 0, 0, 1);
	width: calc(100% - 3.75rem);
}

.p-footer__copyright {
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	line-height: 160%;
	margin-top: 60px;
	margin-top: 3.75rem;
	text-align: center;
	width: 100%;
}

.p-header {
	background-color: #ffffff;
	height: 60px;
	height: 3.75rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.home .p-header {
	background-color: rgba(9, 9, 9, .25);
}

.is-top .p-header {
	-webkit-animation: fade 2s forwards;
	-webkit-animation-delay: 2s;
	animation: fade 2s forwards;
	animation-delay: 2s;
	opacity: 0;
}

.home .p-header.is-drawer-open {
	-webkit-transition: background-color 0.3s;
	background-color: transparent;
	transition: background-color 0.3s;
}

.p-header__inner {
	height: inherit;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.p-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: 0.3s;
	align-items: center;
	color: #0D700D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	height: inherit;
	letter-spacing: 0.04em;
	line-height: 1;
	position: relative;
	transition: 0.3s;
	z-index: 999;
}

.home .p-header__logo {
	color: #ffffff;
}

.is-drawer-open .p-header__logo {
	color: #ffffff;
}

.p-header__nav {
	display: none;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: min(16px, 1vw);
	gap: min(1rem, 1vw);
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
}

.p-header__nav-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #3C3C3C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: min(16px, 1.4vw);
	font-size: min(1rem, 1.4vw);
	font-weight: 700;
	height: inherit;
	letter-spacing: 0.015em;
	line-height: 1;
	padding: 10px;
	padding: 0.625rem;
	position: relative;
}

.home .p-header__nav-item a {
	color: #ffffff;
}

.p-header__nav-item a::after {
	-webkit-transform: translateX(-50%) scale(0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	background-color: #07BD07;
	bottom: 25px;
	bottom: 1.5625rem;
	content: "";
	height: 2px;
	left: 50%;
	opacity: 0;
	position: absolute;
	transform: translateX(-50%) scale(0);
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	width: 30px;
	width: 1.875rem;
}

.p-header__nav-contactText {
	color: #3C3C3C;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: #ffffff;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: center;
}

.home .p-header__nav-contactText {
	color: #ffffff;
}

.p-header__hamburger {
	-webkit-transition: 0.3s;
	border: none;
	cursor: pointer;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	position: fixed;
	right: 20px;
	right: 1.25rem;
	top: 0;
	transition: 0.3s;
	width: 40px;
	width: 2.5rem;
	z-index: 999;
}

.p-header__hamburger span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	background-color: #3C3C3C;
	display: block;
	height: 2px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 24px;
	width: 1.5rem;
}

.home .p-header__hamburger span {
	background-color: #ffffff;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -6px;
	top: -0.375rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 6px;
	top: 0.375rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	-webkit-transform: translateX(-50%) rotate(45deg);
	background-color: #ffffff;
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	background-color: #ffffff;
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	background-color: #ffffff;
	top: -4px;
	top: -0.25rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	-webkit-transition: 0.6s;
	background-color: rgba(9, 9, 9, .9);
	height: 100%;
	padding: 90px 20px 60px;
	padding: 5.625rem 1.25rem 3.75rem;
	position: fixed;
	right: -120%;
	top: 0;
	transition: 0.6s;
	width: 100%;
	z-index: 900;
}

.p-header__drawer.is-open {
	right: 0;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

body.is-fixed {
	overflow: hidden;
}

.p-header__logo-link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-header__drawer-item {
	border-bottom: 1px solid #ffffff;
}

.p-header__drawer-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 20px 0;
	padding: 1.25rem 0;
}

.p-header__drawer-contact {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	text-align: center;
}

.p-header__drawer-contactText {
	color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-member {
	padding-bottom: 120px;
	padding-bottom: 7.5rem;
}

.p-member__list {
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
}

.p-memberDetail__head {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	gap: 2vw;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-memberDetail__thumbnail {
	border-radius: 0.625rem;
	max-width: 360px;
	max-width: 22.5rem;
	overflow: hidden;
	width: 100%;
}

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

.p-memberDetail__name {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.p-memberDetail__head-text {
	background-color: #F6F6F6;
	border-radius: 0.625rem;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-memberDetail__section {
	background-color: #ffffff;
	border-radius: 0.625rem;
	padding: 10px;
	padding: 0.625rem;
}

.p-memberDetail__section:first-of-type {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-memberDetail__section + .p-memberDetail__section {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-memberDetail__heading {
	color: #0D700D;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.p-memberDetail__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-memberDetail__content {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-memberList-item {
	-webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	border-radius: 0.625rem;
	box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
}

.p-memberList-item__thumb {
	border-radius: 0.625rem 0.625rem 0 0;
	overflow: hidden;
	width: 100%;
}

.p-memberList-item__thumb img {
	-o-object-fit: cover;
	aspect-ratio: 300/360;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-memberList-item__textWrap {
	padding: 15px 20px;
	padding: 0.9375rem 1.25rem;
}

.p-memberList-item__title {
	color: #0D700D;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.p-memberList-item__tag {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-memberList__title {
	color: #0D700D;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-memberList__items {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 30px;
	margin-top: 1.875rem;
	row-gap: 30px;
	row-gap: 1.875rem;
}

.p-memberList__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-memberSearch {
	background-color: #F6F6F6;
	border-radius: 0.625rem;
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
	max-width: 1080px;
	max-width: 67.5rem;
	padding: 20px 10px;
	padding: 1.25rem 0.625rem;
	width: 100%;
}

.p-memberSearch__link-wrap {
	border-top: 1px solid #c8c8c8;
}

.p-memberSearch__link {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-memberSearch__head {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.p-memberSearch__head:not(:first-child) {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-memberSearch__tag {
	-webkit-transition: 0.3s;
	background-color: #ffffff;
	border-radius: 0.1875rem;
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 4px 12px;
	padding: 0.25rem 0.75rem;
	transition: 0.3s;
}

.p-memberSearch__tag.is-current {
	background-color: #07BD07;
}

.p-memberSearch__tag:not(:last-of-type) {
	margin-right: 10px;
	margin-right: 0.625rem;
}

.modal {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	position: relative;
	z-index: 95;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.modal__container {
	background-color: #ffffff;
	height: 60%;
	max-height: 1167px;
	max-height: 72.9375rem;
	max-width: 1000px;
	max-width: 62.5rem;
	padding: 30px 12px 30px 28px;
	padding: 1.875rem 0.75rem 1.875rem 1.75rem;
	width: calc(100% - 1.875rem);
}

.modal__containerInner {
	display: block;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	width: 100%;
}

.modal__containerInner::-webkit-scrollbar {
	background: #0D700D;
	width: 4px;
	width: 0.25rem;
}

.modal__containerInner::-webkit-scrollbar-thumb {
	background-color: #07BD07;
	border-radius: 6.25rem;
}

.modal__header {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 18px;
	padding-bottom: 1.125rem;
}

.modal__date {
	color: #b3b3b3;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
	margin: 0;
}

.modal__title {
	color: #07BD07;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6666666667;
	margin: 6px 0 0;
	margin: 0.375rem 0 0;
}

.modal__close {
	aspect-ratio: 1/1;
	background: #07BD07;
	border-radius: 100%;
	display: block;
	height: auto;
	position: absolute;
	right: -14px;
	right: -0.875rem;
	top: -14px;
	top: -0.875rem;
	width: 40px;
	width: 2.5rem;
}

.modal__close::before,
.modal__close::after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	background-color: #ffffff;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) rotate(-45deg);
	width: 20px;
	width: 1.25rem;
}

.modal__close::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.modal__content {
	margin: 24px 0 0;
	margin: 1.5rem 0 0;
}

.modal__content figure {
	margin: 20px 0;
	margin: 1.25rem 0;
	padding: 0;
}

.modal__content figure img {
	display: block;
	width: 100%;
}

.modal__content figure figcaption {
	font-size: 12px;
	font-size: 0.75rem;
	margin: 4px 0 0;
	margin: 0.25rem 0 0;
	opacity: 0.7;
}

.modal__content p {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 14px 0 0;
	margin: 0.875rem 0 0;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
	-webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
	-webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
	-webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
	-webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

.p-privacy {
	padding-bottom: 80px;
	padding-bottom: 5rem;
}

.p-privacy__container {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-privacy__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.2;
}

.p-privacy__list li {
	line-height: 1.6;
}

.p-privacy__text-box {
	border: 1px solid #3C3C3C;
	border-radius: 0.375rem;
	line-height: 2.2;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 20px;
	padding: 1.25rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-privacy__text-head {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 0 5px 5px 15px;
	padding: 0 0.3125rem 0.3125rem 0.9375rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-privacy__text-head::before {
	background: #07BD07;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
	width: 0.375rem;
}

.p-privacy__text-head::after {
	background-image: url(../../assets/images/about/line.png);
	background-repeat: repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-related {
	margin-top: 80px;
	margin-top: 5rem;
}

.p-related__title {
	color: #0D700D;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.6;
	text-align: center;
}

.p-related__list {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 60px;
	margin-top: 3.75rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	row-gap: 39px;
	row-gap: 2.4375rem;
}

.p-related__button {
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
	text-align: center;
}

.p-top-about {
	background-image: url(../../assets/images/top/about_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-top-about__textWrap {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 730px;
	max-width: 45.625rem;
}

.p-top-about__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 180%;
}

.p-top-about__text + .p-top-about__text {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-about__button {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-top-case {
	background-color: #F6F6F6;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-top-case__items {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 60px;
	margin-top: 3.75rem;
	row-gap: 30px;
	row-gap: 1.875rem;
}

.p-top-case__item {
	-webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	border-radius: 0.625rem;
	box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.p-top-case__item-img {
	width: 100%;
}

.p-top-case__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 340/200;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-case__item-textWrap {
	padding: 15px 20px 30px 20px;
	padding: 0.9375rem 1.25rem 1.875rem 1.25rem;
}

.p-top-case__item-area {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 160%;
	padding-left: 14px;
	padding-left: 0.875rem;
	position: relative;
}

.p-top-case__item-area::before {
	-webkit-transform: translateY(-50%);
	background-color: #07BD07;
	border-radius: 50%;
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.p-top-case__item-title {
	color: #07BD07;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 120%;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-top-case__item-tub {
	background-color: #00FF00;
	border-radius: 1.875rem;
	color: #000000;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding: 7px 10px;
	padding: 0.4375rem 0.625rem;
}

.p-top-case__item-tub + .p-top-case__item-tub {
	margin-left: 10px;
	margin-left: 0.625rem;
}

.p-top-case__button {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	text-align: center;
}

.p-top-case__parallax {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	height: 300px;
	height: 18.75rem;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-top-case__parallax::before {
	aspect-ratio: 1440/997;
	background-image: url(../../assets/images/top/case_parallax02.jpg);
	background-position: top center;
	background-size: cover;
	content: "";
	height: 700px;
	height: 43.75rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-top-faq {
	background-color: #ffffff;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-faq__list {
	margin: 60px auto 0;
	margin: 3.75rem auto 0;
	max-width: 894px;
	max-width: 55.875rem;
}

.p-top-member {
	background-color: #ffffff;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	position: relative;
}

.p-top-member::before {
	aspect-ratio: 820/962;
	background-image: url(../../assets/images/top/bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10%;
	content: "";
	left: 0;
	position: absolute;
	width: 90%;
}

.p-top-member__items {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 60px;
	margin-top: 3.75rem;
	row-gap: 60px;
	row-gap: 3.75rem;
}

.p-top-member__img {
	width: 100%;
}

.p-top-member__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/360;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-member__name-en {
	-webkit-transform: rotate(-10deg);
	color: #00FF00;
	font-family: "Babylonica", cursive;
	font-size: min(80px, 7vw);
	font-size: min(5rem, 7vw);
	line-height: 1;
	margin-left: -20px;
	margin-left: -1.25rem;
	margin-top: -60px;
	margin-top: -3.75rem;
	transform: rotate(-10deg);
}

.p-top-member__bottom {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-member__bottom-name {
	color: #0D700D;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 160%;
}

.p-top-member__info-label {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-top-member__info-text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-top-about__button {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-top-mv {
	height: 60vh;
	min-height: 400px;
	min-height: 25rem;
	position: relative;
	z-index: 1;
}

.p-top-mv__inner {
	height: inherit;
	min-height: inherit;
}

.p-top-mv__slider,
.p-top-mv__slider .swiper-img,
.p-top-mv__slider .swiper-img img {
	height: 60vh;
	min-height: inherit;
}

.p-top-mv__slider .swiper-img img {
	-o-object-fit: cover;
	aspect-ratio: 1440/780;
	object-fit: cover;
}

.p-top-mv__slider .swiper-slide.swiper-slide-active .swiper-img,
.p-top-mv__slider .swiper-slide.swiper-slide-duplicate-active .swiper-img,
.p-top-mv__slider .swiper-slide.swiper-slide-prev .swiper-img {
	-webkit-animation: scale 8s linear 0s normal both;
	animation: scale 8s linear 0s normal both;
}

.p-top-mv__copy {
	-webkit-transform: translate(-50%, -50%);
	-webkit-clip-path: inset(0% 100% 0% 0%);
	clip-path: inset(0% 100% 0% 0%);
	color: #ffffff;
	display: inline-block;
	font-size: min(26px, 7vw);
	font-size: min(1.625rem, 7vw);
	font-weight: 600;
	font-weight: bold;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 50px 0;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, .7);
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.p-top-mv__copy.is-active {
	-webkit-animation: slideIn 6s cubic-bezier(0.15, 1, 0.3, 1) forwards;
	-webkit-animation-delay: 0.2s;
	animation: slideIn 6s cubic-bezier(0.15, 1, 0.3, 1) forwards;
	animation-delay: 0.2s;
}

.p-top-news {
	background-color: #F6F6F6;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-top-news__list {
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 894px;
	max-width: 55.875rem;
}

.p-top-news__listItem + .p-top-news__listItem {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-news__listItemInner {
	border-bottom: 1px solid #C8C8C8;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-top-news__listItemTitle {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-top-support {
	background-color: #F6F6F6;
	padding-top: 60px;
	padding-top: 3.75rem;
}

.p-top-support__items {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-top: 40px;
	margin-top: 2.5rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	row-gap: 30px;
	row-gap: 1.875rem;
}

.p-top-support__item {
	-webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	border-radius: 0.625rem;
	box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.p-top-support__item-worries {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 27.5px 8px 27.5px;
	padding: 1.25rem 1.71875rem 0.5rem 1.71875rem;
	position: relative;
}

.p-top-support__item-worries::before {
	-webkit-transform: translateX(-50%);
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #ffffff;
	bottom: -22px;
	bottom: -1.375rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 24px;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 40px;
	width: 2.5rem;
}

.p-top-support__item-lead {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1.5px solid #07BD07;
	border-radius: 0.375rem;
	color: #0D700D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 60px;
	height: 3.75rem;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 140%;
	text-align: center;
	width: 100%;
}

.p-top-support__item-lead + .p-top-support__item-lead {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-top-service__item-img {
	margin: 12px auto 0;
	margin: 0.75rem auto 0;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

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

/* 1番目のli内の画像 */

.p-top-support__items > li:nth-child(1) .p-top-service__item-img img {
	aspect-ratio: 100/96;
	margin: auto;
	max-width: 96px;
	max-width: 6rem;
}

/* 2番目 */

.p-top-support__items > li:nth-child(2) .p-top-service__item-img img {
	aspect-ratio: 225/100;
}

/* 3番目 */

.p-top-support__items > li:nth-child(3) .p-top-service__item-img img {
	aspect-ratio: 208/100;
}

/* 4番目 */

.p-top-support__items > li:nth-child(4) .p-top-service__item-img img {
	aspect-ratio: 225/100;
}

.p-top-support__item-service {
	background-color: #07BD07;
	padding: 40px 27.5px 25px 27.5px;
	padding: 2.5rem 1.71875rem 1.5625rem 1.71875rem;
}

.p-top-support__label {
	background-color: #FFF67F;
	border-radius: 1.875rem;
	color: #0D700D;
	font-family: "EB Garamond", serif;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: auto;
	padding: 7px 18px;
	padding: 0.4375rem 1.125rem;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-support__item-title {
	color: #ffffff;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 120%;
	margin-top: 15px;
	margin-top: 0.9375rem;
	padding-bottom: 12px;
	padding-bottom: 0.75rem;
	text-align: center;
}

.p-top-support__item-text {
	border-top: 1.5px solid #ffffff;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 160%;
	padding-top: 15px;
	padding-top: 0.9375rem;
}

.p-top-support__button {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	text-align: center;
}

.p-top-support__parallax {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
	height: 300px;
	height: 18.75rem;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-top-support__parallax::before {
	aspect-ratio: 1440/1000;
	background-image: url(../../assets/images/top/support_parallax02.jpg);
	background-position: top center;
	background-size: cover;
	content: "";
	height: 700px;
	height: 43.75rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

/* アニメーション前 */

.u-blur {
	opacity: 0;
}

.u-blur.is-active {
	-webkit-animation: blur 0.8s ease-out forwards;
	animation: blur 0.8s ease-out forwards;
}

/* アニメーション前 */

.u-fadeIn {
	list-style: none;
	opacity: 0;
}

.u-fadeIn.is-active {
	-webkit-animation: fadeIn 0.8s ease-out forwards;
	animation: fadeIn 0.8s ease-out forwards;
}

/* アニメーション前 */

.u-fade-type-up,
.u-fade-type-up-slide {
	opacity: 0;
}

.u-fade-type-up-slide {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

/* トリガー発火でis-activeを付与 */

.u-fade-type-up.is-active {
	-webkit-transition: 2s;
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
	transition: 2s;
}

.u-fade-type-up-slide.is-active {
	-webkit-transition: 0.5s;
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
	transition: 0.5s;
}

.u-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

@media (hover: hover) {

a:hover {
	opacity: 0.8;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:hover {
	opacity: 1;
}

.p-header__nav-item a:hover {
	opacity: 1;
}

.p-header__nav-item a:hover::after {
	-webkit-transform: translateX(-50%) scale(1);
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

}

@media (hover: none) {

a:active {
	opacity: 0.8;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.c-button:disabled:active {
	opacity: 1;
}

}

@media (any-hover: hover) {

.c-button:hover {
	background-color: #ffffff;
	color: #0D700D;
	opacity: 1;
}

.c-button.c-button--header:hover {
	background-color: inherit;
	background-position: 100% 0;
	color: #ffffff;
	opacity: 1;
}

.home .c-button.c-button--header:hover {
	color: #3C3C3C;
}

.c-button.c-button--cta:hover,
.c-button.c-button--lower:hover {
	background-color: inherit;
	background-position: 100% 0;
	color: #ffffff;
	opacity: 1;
}

.c-button--secondary:hover {
	color: #07BD07;
}

.c-button:hover::before {
	border-right: 0.125rem solid #0D700D;
	border-top: 0.125rem solid #0D700D;
	opacity: 1;
}

.single-case .nav-previous:hover,
.single-member .nav-previous:hover,
.single-case .nav-next:hover,
.single-member .nav-next:hover {
	color: #07BD07;
}

.p-caseSearch__submit input:hover {
	opacity: 0.7;
}

.p-contact__policy-link:hover {
	opacity: 0.6;
}

.p-footer__nav-item a:hover {
	opacity: 1;
}

.p-footer__nav-item a:hover::before {
	-webkit-transform: scale(1, 1);
	-webkit-transform-origin: left top;
	transform: scale(1, 1);
	transform-origin: left top;
}

.p-memberSearch__tag:hover {
	background-color: #07BD07;
	opacity: 1;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4814814815vw;
}

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

html {
	scroll-padding-top: 6.25rem;
}

.c-breadcrumb {
	padding-left: 8.4vw;
}

.c-button.c-button--header {
	font-size: 0.9375rem;
	padding: 0.875rem 1.25rem 0.875rem 2.8125rem;
}

.c-button.c-button--cta {
	padding: 1.125rem 5.5rem 1.125rem 7.3125rem;
}

.c-lower-mv {
	aspect-ratio: 1440/330;
}

.c-lower-mv__title-en {
	font-size: 3.75rem;
}

.c-lower-mv__title-ja {
	font-size: 1.625rem;
}

.c-pagination .page-numbers.current,
.c-pagination .page-numbers {
	font-size: 1.5625rem;
}

.c-pagination .next.page-numbers,
.c-pagination .prev.page-numbers {
	min-width: 50px;
}

.c-pagination .next.page-numbers img,
.c-pagination .prev.page-numbers img {
	width: 50px;
}

.c-section-title {
	font-size: 2.125rem;
}

.c-title__number {
	font-size: 8.75rem;
}

.c-title__en {
	font-size: 3.125rem;
	margin-top: -4.0625rem;
}

.c-title__ja {
	font-size: 1.375rem;
	line-height: 1;
}

.l-inner {
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
}

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

.p-404 {
	padding-bottom: 10rem;
}

.p-404__title {
	margin-top: 7rem;
}

.p-404__text {
	text-align: center;
}

.p-404__button {
	margin-top: 5rem;
}

.p-about-content {
	padding-bottom: 10rem;
}

.p-about-content::before,
.p-about-content::after {
	width: 51.5%;
}

.p-about-content__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 7vw;
}

.p-about-content__item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-about-content__img {
	max-width: 32.8125rem;
}

.p-about-content__img img {
	border-radius: 0.625rem;
}

.p-about-content__textWrap {
	display: block;
	max-width: 27rem;
}

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

.p-about-content__item:not(:first-of-type) {
	padding-top: 5rem;
}

.p-about-content__title {
	-webkit-box-ordinal-group: initial;
	-ms-flex-order: initial;
	font-size: 1.5625rem;
	gap: 1.25rem;
	order: initial;
}

.p-about-head__en-title {
	font-size: 1.125rem;
}

.p-about-head__lead {
	font-size: 1.125rem;
	text-align: center;
}

.p-about-head__items {
	-moz-column-gap: 1.1875rem;
	-webkit-column-gap: 1.1875rem;
	column-gap: 1.1875rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 3.75rem;
}

.p-about__head {
	margin-top: 5.625rem;
}

.p-about__content {
	margin-top: 10rem;
}

.p-case {
	padding-bottom: 13.125rem;
}

.p-case__search {
	margin: 5.625rem auto 0;
}

.p-case__list {
	margin: 5rem auto 0;
}

.p-caseDetail {
	margin-top: 5.625rem;
}

.p-caseDetail__title {
	font-size: 2.125rem;
}

.p-caseDetail__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 3.75rem;
}

.p-caseDetail__head-text {
	padding: 1.875rem 1rem;
}

.p-caseDetail__section {
	padding: 1.25rem;
}

.p-caseDetail__section:not(:last-of-type) {
	margin-top: 1.875rem;
}

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

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

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

.single-case h3.wp-block-heading,
.single-member h3.wp-block-heading {
	font-size: 3.125rem;
}

.single-case h2.wp-block-heading,
.single-member h2.wp-block-heading {
	font-size: 1.875rem;
	margin-bottom: 3.75rem;
}

.single-case h4.wp-block-heading,
.single-member h4.wp-block-heading {
	font-size: 1.25rem;
}

.single-case ul.wp-block-list,
.single-member ul.wp-block-list {
	margin-top: 1.5rem;
}

.single-case .p-caseDetail__content p + p,
.single-member .p-memberDetail__content p + p {
	margin-top: 1.5rem;
}

.single-case .p-caseDetail__content ul,
.single-member .p-memberDetail__content ul {
	margin-bottom: 1.5rem;
}

.single-case .p-caseDetail__content li,
.single-member .p-memberDetail__content li {
	line-height: 1.8;
}

.single-case p,
.single-member p {
	line-height: 2.2;
}

.single-case .wp-block-separator,
.single-member .wp-block-separator {
	margin-bottom: 5rem;
	margin-top: 6.25rem;
}

.single-case .nav-links,
.single-member .nav-links {
	margin-top: 5rem;
}

.single-case .nav-previous,
.single-member .nav-previous,
.single-case .nav-next,
.single-member .nav-next {
	font-size: 1.25rem;
}

.p-caseList-item__title {
	font-size: 1.5rem;
}

.p-caseList__title {
	font-size: 2.125rem;
}

.p-caseList__items {
	-moz-column-gap: 1.875rem;
	-webkit-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.75rem;
	row-gap: 3.75rem;
}

.p-caseList__text {
	font-size: 1.125rem;
	margin-top: 5rem;
}

.p-caseSearch__link {
	padding: 1.5625rem 2.5rem 2.5rem;
}

.p-caseSearch__link-all {
	font-size: 1.125rem;
}

.p-caseSearch__group label {
	font-size: 1rem;
}

.p-company-message {
	padding-bottom: 5rem;
}

.p-company-message::before {
	width: 51.5%;
}

.p-company-message__inner {
	margin-right: 0;
	margin-right: initial;
}

.p-company-message__title {
	font-size: 5.125rem;
	padding-left: 7.5rem;
}

.p-company-message__content {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 7vw;
	margin-right: 7vw;
}

.p-company-message__img {
	max-width: 32.5rem;
}

.p-company-message__signature {
	-webkit-transform: rotate(-5.6deg) translate(30px, -30px);
	font-size: 5rem;
	transform: rotate(-5.6deg) translate(30px, -30px);
}

.p-company-message__text-block {
	margin-left: 0;
	margin-left: initial;
	max-width: 32.5rem;
}

.p-company-message__sub-image {
	-webkit-transform: translateX(7vw);
	transform: translateX(7vw);
}

.p-company-overview__list {
	margin: 2.5rem auto 0;
}

.p-company-overview__row {
	line-height: 2.2;
	padding: 1.25rem 0;
}

.p-company-overview__term {
	min-width: 10.625rem;
}

.p-company-overview__map {
	aspect-ratio: 620/400;
	margin: auto;
	max-width: 38.75rem;
}

.p-company-philosophy {
	padding: 8.125rem 10vw 4.375rem;
}

.p-company-philosophy__content {
	padding: 4.875rem 2.5rem 4.375rem;
}

.p-company-philosophy__title {
	font-size: 1.875rem;
}

.p-company-philosophy__subtitle {
	font-size: 1.5625rem;
	margin-top: 1.5625rem;
}

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

.p-company__message {
	margin-top: 5.625rem;
}

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

.p-contact {
	padding-bottom: 10rem;
}

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

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

.p-contact__head p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	align-items: center;
	flex-direction: row;
}

.p-contact__required {
	margin-left: 1rem;
}

.p-contact__item .p-contact__item-textarea {
	height: 10rem;
}

.p-contact__btn-wrap {
	margin: 4.375rem auto 0;
}

.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
	width: 16.25rem;
}

.p-contact.p-contact--thanks .p-contact__btn {
	margin-top: 5rem;
}

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

.p-cta__container {
	padding: 2.5rem 2.5rem 3.125rem;
}

.p-cta__head {
	font-size: 1.75rem;
	line-height: 200%;
}

.p-cta__head-text {
	font-size: 1rem;
	margin-top: 0.875rem;
}

.p-faq-list__item {
	padding: 0 0.53125rem;
}

.p-faq-list__item-question {
	font-size: 1.25rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-faq-list__item-question::before,
.p-faq-list__item-question::after {
	top: 3.5rem;
	width: 1.25rem;
}

.p-footer {
	padding-right: 2.5rem;
}

.p-footer__inner {
	max-width: 1130px;
	max-width: 75rem;
	padding-left: 25px;
	padding-right: 25px;
}

.p-footer__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	flex-direction: row;
	justify-content: space-between;
}

.p-footer__right {
	margin-top: 0;
	margin-top: initial;
}

.p-footer__nav-items {
	-moz-column-gap: 3.75rem;
	-webkit-column-gap: 3.75rem;
	column-gap: 3.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-header {
	height: 5.625rem;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: min(2.5rem, 2vw);
	padding-right: min(2.5rem, 2vw);
}

.p-header__logo {
	margin-right: auto;
}

.p-header__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	margin-left: auto;
}

.p-header__hamburger {
	display: none;
}

.p-member {
	padding-bottom: 13.125rem;
}

.p-member__list {
	margin: 5rem auto 0;
}

.p-memberDetail__head {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 3.75rem;
}

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

.p-memberDetail__head-text {
	padding: 1.875rem 1.25rem;
}

.p-memberDetail__section {
	padding: 1.25rem;
}

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

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

.p-memberList-item__title {
	font-size: 1.5rem;
}

.p-memberList__title {
	font-size: 2.125rem;
}

.p-memberList__items {
	-moz-column-gap: 5.5vw;
	-webkit-column-gap: 5.5vw;
	column-gap: 5.5vw;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.75rem;
	row-gap: 3.75rem;
}

.p-memberList__text {
	font-size: 1.125rem;
	margin-top: 5rem;
}

.p-memberSearch {
	margin: 5.625rem auto 0;
	padding: 1.5625rem 2.5rem 2.5rem;
}

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

.modal {
	font-size: 1rem;
}

.modal__container {
	padding: 6.25rem 3.75rem 6.25rem 6.25rem;
}

.modal__containerInner {
	padding-right: 2.25rem;
}

.modal__header {
	padding-bottom: 2rem;
}

.modal__date {
	font-size: 1rem;
	line-height: 1.625;
}

.modal__title {
	font-size: 1.5rem;
	line-height: 1.5833333333;
	margin-top: 0.5rem;
}

.modal__close {
	right: -1.5rem;
	top: -1.5rem;
	width: 3.75rem;
}

.modal__close::before,
.modal__close::after {
	width: 1.625rem;
}

.modal__content {
	margin: 1.5rem 0 0;
}

.modal__content figure {
	margin: 2.25rem 0;
}

.modal__content figure figcaption {
	font-size: 0.8125rem;
}

.modal__content p {
	font-size: 1rem;
	line-height: 2;
	margin: 1rem 0 0;
}

.p-privacy {
	padding-bottom: 7.5rem;
}

.p-privacy__container {
	margin-top: 7rem;
}

.p-privacy__text-head {
	padding: 0 1.25rem;
}

.p-related {
	margin-top: 10rem;
}

.p-related__title {
	font-size: 2.125rem;
}

.p-related__list {
	-moz-column-gap: 1.875rem;
	-webkit-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.75rem;
	row-gap: 3.75rem;
}

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

.p-top-about__text {
	line-height: 220%;
	text-align: center;
}

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

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

.p-top-case__items {
	-moz-column-gap: 1.875rem;
	-webkit-column-gap: 1.875rem;
	column-gap: 1.875rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 3.75rem;
}

.p-top-case__button {
	padding-bottom: 7.5rem;
}

.p-top-case__parallax {
	height: 30rem;
}

.p-top-case__parallax::before {
	height: 62.3125rem;
}

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

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

.p-top-member::before {
	width: 51.5%;
}

.p-top-member__items {
	-moz-column-gap: 6vw;
	-webkit-column-gap: 6vw;
	column-gap: 6vw;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-top-member__items > li:nth-child(2) {
	margin-top: 2.5rem;
}

.p-top-member__items > li:nth-child(3) {
	margin-top: 5rem;
}

.p-top-mv {
	height: 100vh;
}

.p-top-mv__slider,
.p-top-mv__slider .swiper-img,
.p-top-mv__slider .swiper-img img {
	height: 100vh;
}

.p-top-mv__copy {
	font-size: 3.125rem;
}

.p-top-mv__copy.is-active {
	-webkit-animation: slideIn 8s cubic-bezier(0.15, 1, 0.3, 1) forwards;
	animation: slideIn 8s cubic-bezier(0.15, 1, 0.3, 1) forwards;
}

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

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

.p-top-support__items {
	-moz-column-gap: 3vw;
	-webkit-column-gap: 3vw;
	column-gap: 3vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 3vw;
}

.p-top-support__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.p-top-support__item-worries {
	padding: 1.25rem 1.2vw 0.25rem 1.2vw;
	width: 51.9230769231%;
}

.p-top-support__item-worries::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	-webkit-transform: translateY(-50%);
	bottom: auto;
	bottom: initial;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: 2.5rem;
	left: auto;
	left: initial;
	right: -1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-top-support__item-lead {
	max-width: 14.375rem;
}

.p-top-support__item-service {
	padding: 1.5625rem 1.71875rem 1.5625rem 1.71875rem;
	width: 48.0769230769%;
}

.p-top-support__button {
	padding-bottom: 7.5rem;
}

.p-top-support__parallax {
	height: 30rem;
}

.p-top-support__parallax::before {
	height: 62.5rem;
}

.u-fade-type-up.is-active {
	-webkit-transition: 1s;
	transition: 1s;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fade {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fade {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes mmfadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@-webkit-keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@keyframes mmfadeOut {

from {
	opacity: 1;
}

to {
	opacity: 0;
}

}

@-webkit-keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes mmslideIn {

from {
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
}

to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@keyframes mmslideOut {

from {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

to {
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
}

}

@-webkit-keyframes scale {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

}

@keyframes scale {

0% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

100% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

}

@-webkit-keyframes slideIn {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

}

@keyframes slideIn {

0% {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
}

100% {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

}

@-webkit-keyframes blur {

0% {
	-webkit-filter: blur(5px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
	filter: blur(5px);
	opacity: 0;
}

100% {
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
}

}

@keyframes blur {

0% {
	-webkit-filter: blur(5px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
	filter: blur(5px);
	opacity: 0;
}

100% {
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	opacity: 1;
}

}

@-webkit-keyframes fadeIn {

0% {
	-webkit-transform: translateY(100px);
	opacity: 0;
	transform: translateY(100px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeIn {

0% {
	-webkit-transform: translateY(100px);
	opacity: 0;
	transform: translateY(100px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}


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