/* リキッドレイアウト対応 */

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

body {
	color: #3b3533;
	font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
	font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

html {
	scroll-padding-top: 3.25rem;
	background-color: #fcfcfc;
	scroll-behavior: smooth;
}

html[lang|=en] .l-subpage-fv__title,
html[lang|=en] .c-sec-title__ja,
html[lang|=en] .c-sec-title-row .-ja {
	font-family: "Jost", sans-serif;
	font-style: normal;
}

html[lang|=en] .c-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.6111111111;
}

html[lang=zh-Hans] body {
	font-family: "Noto Sans SC", sans-serif;
}

html[lang=zh-Hans] .l-subpage-fv__title,
html[lang=zh-Hans] .c-sec-title__ja,
html[lang=zh-Hans] .c-sec-title-row .-ja {
	font-family: "Noto Sans SC", sans-serif;
	font-style: normal;
}

html[lang=zh-Hans] .c-sec-title__en,
html[lang=zh-Hans] .c-sec-title-row .-en {
	font-family: "Jost", sans-serif;
	font-style: italic;
}

html[lang=zh-TW] body {
	font-family: "Noto Sans TC", sans-serif;
}

html[lang=zh-TW] .l-subpage-fv__title,
html[lang=zh-TW] .c-sec-title__ja,
html[lang=zh-TW] .c-sec-title-row .-ja {
	font-family: "Noto Sans TC", sans-serif;
	font-style: normal;
}

html[lang=zh-TW] .c-sec-title__en,
html[lang=zh-TW] .c-sec-title-row .-en {
	font-family: "Jost", sans-serif;
	font-style: italic;
}

html {
	font-size: 16px;
}

*,
*::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: 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;
	height: auto;
	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: 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');
	-webkit-filter: blur(10px);
	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 {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

.p-buy-sell-challenge {
	background-image: url("../images/buy-sell/challenge_bg-pc.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 214px;
	padding: 6.25rem 0 13.375rem;
}

.p-buy-sell-challenge__content {
	text-align: center;
}

.p-buy-sell-challenge__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-buy-sell-challenge__button {
	margin: 100px auto 0;
	margin: 6.25rem auto 0;
}

.p-buy-sell-strength {
	padding-block: 70px 140px;
	padding-block: 4.375rem 8.75rem;
}

.p-buy-sell-strength__items {
	gap: 58px;
	gap: 3.625rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.p-buy-sell-strength__item.c-card:nth-child(2) {
	margin-top: 120px;
	margin-top: 7.5rem;
}

.p-buy-sell-strength__item.c-card:nth-child(3) {
	margin-top: 0;
}

.p-buy-sell-support {
	padding-block: 100px 50px;
	padding-block: 6.25rem 3.125rem;
}

.p-buy-sell-support__items {
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-buy-sell-support__item {
	max-width: 393px;
	max-width: 24.5625rem;
	width: 100%;
}

.p-buy-sell-support__item:nth-child(odd) {
	border-right: 1px solid #bfbfbf;
	padding-right: 40px;
	padding-right: 2.5rem;
}

.p-buy-sell-support__item:nth-child(even) {
	padding-left: 40px;
	padding-left: 2.5rem;
}

.p-buy-sell-support__item-title {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #73b1ae;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-buy-sell-support__item-body {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-buy-sell-support__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-buy-sell-support__logo::before {
	background-color: #bfbfbf;
	content: "";
	display: block;
	height: 1px;
	width: 200px;
	width: 12.5rem;
}

.p-buy-sell-support__logo::after {
	background-color: #bfbfbf;
	content: "";
	display: block;
	height: 1px;
	width: 200px;
	width: 12.5rem;
}

.p-buy-sell-support__logo img {
	margin-inline: 40px;
	margin-inline: 2.5rem;
	height: auto;
	width: 144px;
	width: 9rem;
}

.p-buy-sell__bg {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(#dedede), color-stop(#e5e5e5), to(#fcfcfc));
	background: linear-gradient(to bottom, #fcfcfc, #dedede, #e5e5e5, #fcfcfc);
}

.p-case-archive {
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
}

.p-case-archive__item {
	padding-block: 100px;
	padding-block: 6.25rem;
	border-bottom: 1px solid #dedede;
}

.p-case-archive__item:first-child {
	padding-top: 0;
}

.p-case-archive__item.-no-image .p-case-archive__item-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-case-archive__item-main {
	gap: 56px;
	gap: 3.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-case-archive__item-image {
	border-radius: 2rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 418px;
	height: 26.125rem;
	overflow: hidden;
	width: 360px;
	width: 22.5rem;
}

.p-case-archive__item-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-case-archive__item-body {
	max-width: 478px;
	max-width: 29.875rem;
	width: 100%;
}

.p-case-archive__item-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-case-archive__item-meta {
	-moz-column-gap: 0.75rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-column-gap: 0.75rem;
	column-gap: 0.75rem;
	display: grid;
	font-size: 18px;
	font-size: 1.125rem;
	grid-template-columns: minmax(7.375rem, auto) 1fr;
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-case-archive__item-meta .-row {
	display: contents;
}

.p-case-archive__item-meta dt {
	padding-block: 4px;
	padding-block: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #73b1ae;
	color: #73b1ae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 45px;
	min-height: 2.8125rem;
	min-width: 0;
	padding-right: 6px;
	padding-right: 0.375rem;
	white-space: nowrap;
}

.p-case-archive__item-meta dd {
	padding-block: 4px;
	padding-block: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 45px;
	min-height: 2.8125rem;
	min-width: 0;
}

.p-case-archive__item-meta .-row:last-child dt {
	border-bottom: 1px solid #73b1ae;
}

.p-case-archive__item-meta .-row:last-child dd {
	border-bottom: 1px solid #dedede;
}

img.p-case-archive__fallback-logo {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: min(70%, 160px);
	width: min(70%, 10rem);
}

.p-case-archive__sub-images {
	gap: 30px 60px;
	gap: 1.875rem 3.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-case-archive__sub-images--slider {
	display: block;
	margin-top: 60px;
	margin-top: 3.75rem;
	overflow: hidden;
}

.p-case-archive__sub-images--slider .swiper-wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.p-case-archive__sub-images--slider .swiper-slide {
	height: auto;
}

.p-case-archive__sub-nav {
	gap: 24px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-case-archive__sub-nav-btn {
	background-color: #fcfcfc;
	border: 1px solid #73b1ae;
	border-radius: 999px;
	bottom: auto !important;
	color: #73b1ae;
	height: 48px;
	height: 3rem;
	left: auto !important;
	margin: 0 !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	-webkit-transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
	width: 48px;
	width: 3rem;
}

.p-case-archive__sub-nav-btn::after {
	font-size: 16px !important;
	font-size: 1rem !important;
	font-weight: 700;
}

.p-case-archive__sub-nav-btn:hover {
	background-color: #73b1ae;
	color: #fcfcfc;
}

.p-case-archive__sub-nav-btn.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

body.post-type-archive-case .glightbox-container .gprev,
body.post-type-archive-case .glightbox-container .gnext {
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
}

.p-case-archive__sub-image {
	aspect-ratio: 1/1;
	border-radius: 1.25rem;
	overflow: hidden;
}

.p-case-archive__sub-image a {
	color: inherit;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	display: block;
	height: 100%;
	text-decoration: none;
}

.p-case-archive__sub-image a:focus-visible {
	outline: 2px solid #73b1ae;
	outline-offset: 3px;
	outline-offset: 0.1875rem;
}

.p-case-archive__sub-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-case-archive__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 80px;
	margin-top: 5rem;
}

.p-case-archive__pagination-list {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-case-archive__pagination-item .page-numbers {
	padding-inline: 12px;
	padding-inline: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fcfcfc;
	border: 1px solid #dedede;
	border-radius: 999px;
	color: #3b3533;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: 42px;
	height: 2.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	min-width: 42px;
	min-width: 2.625rem;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.p-case-archive__pagination-item a.page-numbers:hover {
	border-color: #73b1ae;
	color: #73b1ae;
}

.p-case-archive__pagination-item .page-numbers.current {
	background-color: #73b1ae;
	border-color: #73b1ae;
	color: #fcfcfc;
	pointer-events: none;
}

.p-company-access {
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 180px;
	padding-bottom: 11.25rem;
}

.p-company-access__content {
	gap: 90px;
	gap: 5.625rem;
	display: grid;
	grid-template-columns: 19.6875rem 1fr;
}

.p-company-access__title.c-sec-title {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-company-access__info .c-text + .c-text {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-company-access__address.c-text {
	font-weight: 400;
}

.p-company-access__map {
	aspect-ratio: 622/252;
	max-width: 622px;
	max-width: 38.875rem;
	overflow: hidden;
	width: 100%;
}

.p-company-access__map iframe {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-company-group {
	padding-block: 140px 154px;
	padding-block: 8.75rem 9.625rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(#dedede), to(#fcfcfc));
	background: linear-gradient(to bottom, #fcfcfc, #dedede, #fcfcfc);
}

.p-company-group__content {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	grid-template-columns: 1fr minmax(36.25rem, 1fr);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-company-group__title.c-sec-title {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-company-group__bubble-area {
	max-width: 560px;
	max-width: 35rem;
	position: relative;
	right: -40px;
	right: -2.5rem;
	width: 100%;
}

.p-company-inc {
	padding-block: 140px;
	padding-block: 8.75rem;
	background: url("../images/company/inc_bg-pc.webp") no-repeat center center/cover;
}

.p-company-inc__title.c-sec-title {
	margin-bottom: 0;
}

.p-company-inc__table {
	margin-inline: auto;
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 670px;
	max-width: 41.875rem;
	width: 100%;
}

.p-company-inc__row {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	grid-template-columns: 9.375rem 1fr;
}

.p-company-inc__row dt {
	padding-block: 10px;
	padding-block: 0.625rem;
	border-top: 1px solid #73b1ae;
	color: #73b1ae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	height: 100%;
	min-height: 65px;
	min-height: 4.0625rem;
	width: 150px;
	width: 9.375rem;
}

.p-company-inc__row dd {
	padding-block: 10px;
	padding-block: 0.625rem;
	border-top: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	min-height: 65px;
	min-height: 4.0625rem;
}

.p-company-inc__row dd ol {
	list-style: decimal;
	padding-left: 1.5em;
}

.p-company-inc__row dd li + li {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-company-message__content {
	gap: 80px;
	gap: 5rem;
	display: grid;
	grid-template-columns: 28.0625rem 1fr;
	position: relative;
	z-index: 2;
}

.p-company-message__content--no-image {
	gap: 0;
	grid-template-columns: 1fr;
}

.p-company-message__content::before {
	background-color: #e9f5f4;
	content: "";
	height: 693px;
	height: 43.3125rem;
	left: 50%;
	position: absolute;
	top: 80px;
	top: 5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 626px;
	width: 39.125rem;
	z-index: 0;
}

.p-company-message__title.c-sec-title {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-company-message__image {
	aspect-ratio: 449/522;
	border-radius: 2.5rem;
	max-width: 449px;
	max-width: 28.0625rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-company-message__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-company-message__body {
	position: relative;
	z-index: 2;
}

.p-company-message__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-company-message__text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-company-message__signature {
	margin-top: 66px;
	margin-top: 4.125rem;
	text-align: right;
}

.p-consultation-case {
	margin-top: 100px;
	margin-top: 6.25rem;
	padding-bottom: 240px;
	padding-bottom: 15rem;
}

.p-consultation-case__items {
	gap: 60px 40px;
	gap: 3.75rem 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.p-consultation-case__item {
	gap: 38px;
	gap: 2.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 508px;
	max-width: 31.75rem;
	width: 100%;
}

.p-consultation-case__item-image {
	border-radius: 1.25rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 200px;
	height: 12.5rem;
	overflow: hidden;
	width: 200px;
	width: 12.5rem;
}

.p-consultation-case__item-image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-consultation-case__item-image--placeholder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; /* 薄色ロゴが読めるよう中間〜やや濃いグレー */
	background-color: #6a6a6a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-consultation-case__item-image--placeholder img {
	-o-object-fit: contain;
	height: auto;
	max-height: 55%;
	max-width: 55%;
	object-fit: contain;
	width: auto;
}

.p-consultation-case__item-body {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
	max-width: 268px;
	max-width: 16.75rem;
	width: 100%;
}

.p-consultation-case__item-title {
	color: #3b3533;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.p-consultation-case__item-meta {
	-moz-column-gap: 0.75rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-column-gap: 0.75rem;
	column-gap: 0.75rem;
	display: grid;
	grid-template-columns: minmax(7.375rem, auto) 1fr;
}

.p-consultation-case__item-meta .-row {
	display: contents;
}

.p-consultation-case__item-meta dt {
	padding-block: 4px;
	padding-block: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #73b1ae;
	color: #73b1ae;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 45px;
	min-height: 2.8125rem;
	min-width: 0;
	padding-right: 6px;
	padding-right: 0.375rem;
	white-space: nowrap;
}

.p-consultation-case__item-meta dd {
	padding-block: 4px;
	padding-block: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #dedede;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 45px;
	min-height: 2.8125rem;
	min-width: 0;
}

.p-consultation-case__item-meta .-row:last-child dt {
	border-bottom: 1px solid #73b1ae;
}

.p-consultation-case__item-meta .-row:last-child dd {
	border-bottom: 1px solid #dedede;
}

.p-consultation-criteria__area {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-consultation-criteria__sec-title {
	color: #3b3533;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.p-consultation-criteria__items {
	grid-gap: 1.25rem 1.5625rem;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-consultation-criteria__item {
	height: 150px;
	height: 9.375rem;
	overflow: hidden;
	position: relative;
	width: 150px;
	width: 9.375rem;
}

.p-consultation-criteria__item-image {
	-o-object-fit: cover;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.p-consultation-criteria__item-title {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #3b3533;
	border-radius: 0.625rem 0 0 0;
	bottom: 0;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 41px;
	height: 2.5625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-consultation-criteria__type {
	border-bottom: 1px solid #dedede;
	margin-top: 80px;
	margin-top: 5rem;
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
	padding-right: 11px;
	padding-right: 0.6875rem;
}

.p-consultation-criteria__type-box {
	background-color: #f2f2f2;
	border: 4px double #73b1ae;
	border: 0.25rem double #73b1ae;
	padding: 43px 40px;
	padding: 2.6875rem 2.5rem;
}

.p-consultation-criteria__list {
	gap: 20px 50px;
	gap: 1.25rem 3.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: auto auto -webkit-max-content;
	grid-template-columns: auto auto max-content;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

html:lang(en-US) .p-consultation-criteria__list {
	gap: 20px 0;
	gap: 1.25rem 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	grid-template-columns: 1fr;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

html:lang(zh-Hans) .p-consultation-criteria__list,
html:lang(zh-TW) .p-consultation-criteria__list {
	-moz-column-gap: 1.5rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 1.5rem;
	column-gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	width: 100%;
}

html:lang(zh-Hans) .p-consultation-criteria__list-item.c-text,
html:lang(zh-TW) .p-consultation-criteria__list-item.c-text {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

html:lang(zh-Hans) .p-consultation-criteria__list-item.c-text::before,
html:lang(zh-TW) .p-consultation-criteria__list-item.c-text::before {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-consultation-criteria__list-item.c-text {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-consultation-criteria__list-item.c-text:nth-child(n+2) {
	margin-top: 0;
}

.p-consultation-criteria__list-item.c-text::before {
	background: url("../images/common/icon/ellipse.svg") no-repeat center center/contain;
	content: "";
	display: block;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 18px;
	height: 1.125rem;
	width: 20px;
	width: 1.25rem;
}

.p-consultation-criteria__type-text {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: right;
}

.p-consultation .l-subpage-about__lead {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-consultation__bg {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(#f0f0f0), to(#fcfcfc));
	background: linear-gradient(to bottom, #fcfcfc, #f0f0f0, #fcfcfc);
}

.p-development-comparison {
	padding-block: 140px;
	padding-block: 8.75rem;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(#dedede), to(#fcfcfc));
	background: linear-gradient(to bottom, #fcfcfc, #dedede, #fcfcfc);
}

.p-development-comparison__table {
	border-bottom: 1px solid #3b3533;
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.p-development-comparison__visual:first-child .-title {
	color: #73b1ae;
}

.p-development-comparison__visual:not(:first-child) {
	border-top: 1px solid #3b3533;
}

.p-development-comparison__visual:not(:first-child) .p-development-comparison__visual-item {
	background-color: #f0f0f0;
}

.p-development-comparison__visual-item {
	height: 40px;
	height: 2.5rem;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	-webkit-transition: height 0.72s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.5s ease, padding 0.3s ease;
	transition: height 0.72s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.5s ease, padding 0.3s ease;
	will-change: height, background-color;
}

.p-development-comparison__visual-bg {
	inset: 0;
	background-image: var(--comparison-bg-pc);
	background-position: center;
	background-size: cover;
	opacity: 0;
	position: absolute;
	-webkit-transform: scale(1.035);
	transform: scale(1.035);
	-webkit-transition: opacity 0.58s ease, -webkit-transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
	transition: opacity 0.58s ease, -webkit-transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
	transition: opacity 0.58s ease, transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
	transition: opacity 0.58s ease, transform 0.82s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.82s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: -1;
}

.p-development-comparison__visual-item {
	background-color: #f0f0f0;
	color: #3b3533;
	padding: 8px 40px;
	padding: 0.5rem 2.5rem;
}

.p-development-comparison__visual-item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-development-comparison__visual-item-title .-title {
	-webkit-transition: color 0.5s ease, font-size 0.62s cubic-bezier(0.22, 1, 0.36, 1);
	transition: color 0.5s ease, font-size 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.p-development-comparison__visual-item-title .-sub {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0em;
	opacity: 0;
	-webkit-transform: translateY(0.375rem);
	transform: translateY(0.375rem);
	-webkit-transition: opacity 0.56s ease 0.08s, -webkit-transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
	transition: opacity 0.56s ease 0.08s, -webkit-transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
	transition: opacity 0.56s ease 0.08s, transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
	transition: opacity 0.56s ease 0.08s, transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.08s, -webkit-transform 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

.p-development-comparison__visual-item-content {
	--comparison-metric-label-w: minmax(0, max-content);
	margin-top: 20px;
	margin-top: 1.25rem;
	opacity: 0;
	-webkit-transform: translateY(0.625rem);
	transform: translateY(0.625rem);
	-webkit-transition: opacity 0.62s ease 0.12s, -webkit-transform 0.74s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
	transition: opacity 0.62s ease 0.12s, -webkit-transform 0.74s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
	transition: opacity 0.62s ease 0.12s, transform 0.74s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
	transition: opacity 0.62s ease 0.12s, transform 0.74s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, -webkit-transform 0.74s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.p-development-comparison__visual-item-content .-roi,
.p-development-comparison__visual-item-content .-text {
	-moz-column-gap: 0.35em;
	row-gap: 0.1em;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-column-gap: 0.35em;
	column-gap: 0.35em;
	display: grid;
	grid-template-columns: var(--comparison-metric-label-w) minmax(0, 1fr);
}

.p-development-comparison__visual-item-content .p-development-comparison__metric-body {
	min-width: 0;
}

.p-development-comparison__visual-item-content--ja {
	--comparison-metric-label-w: minmax(108px, max-content);
	--comparison-metric-label-w: minmax(6.75rem, max-content);
}

.p-development-comparison__visual-item-content--en {
	--comparison-metric-label-w: minmax(74.4px, max-content);
	--comparison-metric-label-w: minmax(4.65rem, max-content);
}

.p-development-comparison__visual-item-content--zh-cn,
.p-development-comparison__visual-item-content--zh-tw {
	--comparison-metric-label-w: minmax(66.4px, max-content);
	--comparison-metric-label-w: minmax(4.15rem, max-content);
}

.p-development-comparison__visual-item.is-active {
	color: #fcfcfc;
	height: 230px;
	height: 14.375rem;
	padding: 30px 40px;
	padding: 1.875rem 2.5rem;
}

.p-development-comparison__visual-item.is-active .p-development-comparison__visual-item-title .-title {
	color: #fcfcfc;
	font-size: 24px;
	font-size: 1.5rem;
}

.p-development-comparison__visual-item.is-active .p-development-comparison__visual-item-title .-sub,
.p-development-comparison__visual-item.is-active .p-development-comparison__visual-item-content,
.p-development-comparison__visual-item.is-active .p-development-comparison__visual-bg {
	opacity: 1;
}

.p-development-comparison__visual-item.is-active .p-development-comparison__visual-item-title .-sub,
.p-development-comparison__visual-item.is-active .p-development-comparison__visual-item-content {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.p-development-comparison__visual-item.is-active .p-development-comparison__visual-bg {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.p-development-comparison__bottom {
	gap: 26px;
	gap: 1.625rem;
	padding-inline: 63px 69px;
	padding-inline: 3.9375rem 4.3125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr 1fr;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 80px;
	margin-top: 5rem;
}

.p-development-comparison__chart {
	max-width: 369px;
	max-width: 23.0625rem;
	width: 100%;
}

.p-development-comparison__message.c-text {
	max-width: 473px;
	max-width: 29.5625rem;
	width: 100%;
}

.p-development-comparison__message.c-text p + p {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-development-service {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(#f0f0f0), to(#fcfcfc));
	background: linear-gradient(to bottom, #fcfcfc, #f0f0f0, #fcfcfc);
	padding-bottom: 245px;
	padding-bottom: 15.3125rem;
}

.p-development-service__content-container {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-development-service__items {
	margin-inline: auto;
	grid-gap: 0px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.p-development-service__item-head {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-development-service__item-img {
	width: 65px;
	width: 4.0625rem;
}

.p-development-service__item-img img {
	width: 65px;
	width: 4.0625rem;
}

.p-development-service__item-ja {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.p-development-service__item-en {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-development-service__item-text-box {
	grid-gap: 0px 0px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0px 0.1875rem 1.875rem #dedede;
	box-shadow: 0px 0.1875rem 1.875rem #dedede;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
}

.p-development-service__item-text-box.--pc {
	display: grid;
}

.p-development-service__item-text-box.--sp {
	display: none;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text {
	padding-inline: 20px 25px;
	padding-inline: 1.25rem 1.5625rem;
	margin-top: 0;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text:nth-child(-n+3) {
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text:nth-child(n+4) {
	padding-top: 15px;
	padding-top: 0.9375rem;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text:nth-child(2),
.p-development-service__item-text-box > .p-development-service__item-text.c-text:nth-child(5) {
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text .-title {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text .-text {
	display: block;
}

.p-development-service__arrow {
	margin-inline: auto;
	height: 40px;
	height: 2.5rem;
	width: 14px;
	width: 0.875rem;
}

.p-development-service__change {
	background-color: #fcfcfc;
	-webkit-box-shadow: 0px 0.1875rem 1.875rem #dedede;
	box-shadow: 0px 0.1875rem 1.875rem #dedede;
	padding: 40px;
	padding: 2.5rem;
	text-align: center;
}

.p-development-service__change-title {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.p-development-service__change-en {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0em;
}

.p-development-service__change-text {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-entry-404 {
	padding-block: 20vh 35vh;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(#dedede), to(#fcfcfc));
	background: linear-gradient(to bottom, #fcfcfc, #dedede, #fcfcfc);
}

.p-entry-404__inner {
	margin-inline: auto;
	gap: 30px;
	gap: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 500px;
	max-width: 31.25rem;
	text-align: center;
	width: 100%;
}

.p-entry-404__head {
	color: #73b1ae;
	font-size: 72px;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.p-entry-404__lead {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.p-entry-404__btn {
	margin-inline: auto;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.c-sec-title-row.p-support-merit__title {
	margin-bottom: 45px;
	margin-bottom: 2.8125rem;
}

.p-support-merit__items {
	padding-inline: 20px;
	padding-inline: 1.25rem;
	-moz-column-gap: 5rem;
	row-gap: 40px;
	row-gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5rem;
	column-gap: 5rem;
	display: grid;
	grid-template-columns: -webkit-max-content 1fr;
	grid-template-columns: max-content 1fr;
}

.p-support-merit__item {
	display: contents;
	width: 100%;
}

.p-support-merit__item:nth-child(n+2) {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-support-merit__item-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #73b1ae;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.1em;
	min-width: 0;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	text-align: center;
	width: 100%;
}

.p-support-merit__item-text.c-text {
	margin-top: 0;
}

.p-support-merit__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-support-merit__logo::before {
	background-color: #bfbfbf;
	content: "";
	display: block;
	height: 1px;
	width: 200px;
	width: 12.5rem;
}

.p-support-merit__logo::after {
	background-color: #bfbfbf;
	content: "";
	display: block;
	height: 1px;
	width: 200px;
	width: 12.5rem;
}

.p-support-merit__logo img {
	margin-inline: 40px;
	margin-inline: 2.5rem;
	height: auto;
	width: 144px;
	width: 9rem;
}

.p-support-option {
	margin-top: 70px;
	margin-top: 4.375rem;
	padding-bottom: 240px;
	padding-bottom: 15rem;
}

.p-support-option__content {
	position: relative;
}

.p-support-option__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.p-support-option__lead.c-text {
	max-width: 575px;
	max-width: 35.9375rem;
	width: 100%;
}

.p-support-option__lead.c-text.c-deco {
	padding-left: 12px;
	padding-left: 0.75rem;
}

.p-support-option__lead.c-text.c-deco::before {
	height: 18px;
	height: 1.125rem;
	top: 6px;
	top: 0.375rem;
}

.p-support-option__items {
	grid-gap: 0px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.p-support-option__item.c-visual-card:nth-child(even) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-support-option__item.c-visual-card:nth-child(odd) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-support-price {
	padding-block: 120px 70px;
	padding-block: 7.5rem 4.375rem;
}

.p-support-price__body {
	margin-inline: auto;
	margin-top: 45px;
	margin-top: 2.8125rem;
	max-width: 946px;
	max-width: 59.125rem;
}

.p-support-price__lead.c-text {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
}

.p-support__bg {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(#f0f0f0), to(#fcfcfc));
	background: linear-gradient(to bottom, #fcfcfc, #f0f0f0, #fcfcfc);
}

.p-top-about {
	background: url("../images/top/about_bg.webp") no-repeat bottom center/cover;
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
}

.p-top-about__content {
	gap: 30px;
	gap: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-about--no-rep .p-top-about__content {
	padding-inline: 70px;
	padding-inline: 4.375rem;
}

.p-top-about__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 449px;
	max-width: 28.0625rem;
	width: 100%;
}

.p-top-about__photo {
	border-radius: 1.5rem;
	display: block;
	height: auto;
	width: 100%;
}

.p-top-about__text-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 474px;
	max-width: 29.625rem;
	min-width: 0;
	width: 100%;
}

.p-top-about--no-rep .p-top-about__text-col {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: none;
}

.p-top-about--has-rep .p-top-about__text-col {
	max-width: 474px;
	max-width: 29.625rem;
}

.p-top-about__title-wrap {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-top-about--no-rep .p-top-about__title-wrap {
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.p-top-about__main {
	width: 100%;
}

.p-top-about--no-rep .p-top-about__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 474px;
	max-width: 29.625rem;
	min-width: 0;
}

.p-top-about__text {
	color: #3b3533;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-top-about--no-rep .p-top-about__main .p-top-about__text:first-of-type {
	margin-top: 0;
}

.p-top-about--has-rep .p-top-about__main .p-top-about__text:first-of-type {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-about__link-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-about__link.c-link {
	color: #3b3533;
	margin-left: auto;
}

.p-top-about__link.c-link::after {
	background-color: #3b3533;
}

.p-top-contact {
	background: url("../images/top/contact_bg.webp") no-repeat center center/cover;
	padding-bottom: 300px;
	padding-bottom: 18.75rem;
	position: relative;
}

.p-top-contact__content {
	gap: 0 48px;
	gap: 0 3rem;
	display: grid;
	grid-template-columns: 7.5rem 1fr;
}

.p-top-contact__title.c-sec-title {
	gap: 14px;
	gap: 0.875rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	left: -165px;
	left: -10.3125rem;
	margin-bottom: 0;
	position: relative;
	top: 152px;
	top: 9.5rem;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-top-contact__title.c-sec-title .c-sec-title__en {
	color: #fcfcfc;
}

.p-top-contact__form {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
}

.p-top-contact__form input.wpcf7-text::-moz-placeholder,
.p-top-contact__form input.wpcf7-email::-moz-placeholder,
.p-top-contact__form input.wpcf7-tel::-moz-placeholder,
.p-top-contact__form textarea.wpcf7-textarea::-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form input.wpcf7-text::-webkit-input-placeholder,
.p-top-contact__form input.wpcf7-email::-webkit-input-placeholder,
.p-top-contact__form input.wpcf7-tel::-webkit-input-placeholder,
.p-top-contact__form textarea.wpcf7-textarea::-webkit-input-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form input.wpcf7-text::-moz-placeholder,
.p-top-contact__form input.wpcf7-email::-moz-placeholder,
.p-top-contact__form input.wpcf7-tel::-moz-placeholder,
.p-top-contact__form textarea.wpcf7-textarea::-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form input.wpcf7-text::-ms-input-placeholder,
.p-top-contact__form input.wpcf7-email::-ms-input-placeholder,
.p-top-contact__form input.wpcf7-tel::-ms-input-placeholder,
.p-top-contact__form textarea.wpcf7-textarea::-ms-input-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form input.wpcf7-text::placeholder,
.p-top-contact__form input.wpcf7-email::placeholder,
.p-top-contact__form input.wpcf7-tel::placeholder,
.p-top-contact__form textarea.wpcf7-textarea::placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__field {
	gap: 28px;
	gap: 1.75rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	grid-template-columns: 11.25rem 1fr;
}

.p-top-contact__label {
	color: #3b3533;
	font-size: 16px;
	font-size: 1rem;
}

.p-top-contact__required {
	color: #e60615;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.p-top-contact__input,
.p-top-contact__textarea {
	background: #fcfcfc;
	border-radius: 0.25rem;
	padding: 10px 12px;
	padding: 0.625rem 0.75rem;
	width: 100%;
}

.p-top-contact__control {
	gap: 6px;
	gap: 0.375rem;
	display: grid;
}

.p-top-contact__example {
	color: #fcfcfc;
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-top-contact__textarea {
	min-height: 230px;
	min-height: 14.375rem;
	resize: vertical;
}

.p-top-contact__radios {
	gap: 16px 38px;
	gap: 1rem 2.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-top-contact__radio {
	position: relative;
}

.p-top-contact__radio-input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.p-top-contact__radio-label {
	color: #3b3533;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	padding-left: 26px;
	padding-left: 1.625rem;
	position: relative;
}

.p-top-contact__radio-label::before {
	background: #fcfcfc;
	border: 1px solid #141414;
	border-radius: 50%;
	content: "";
	height: 16px;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
}

.p-top-contact__radio-label::after {
	background: #73b1ae;
	border-radius: 50%;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	width: 10px;
	width: 0.625rem;
}

.p-top-contact__radio-input:checked + .p-top-contact__radio-label::after {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.p-top-contact__field--radios {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-top-contact__form .p-top-contact__control .wpcf7-radio {
	gap: 16px 38px;
	gap: 1rem 2.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-top-contact__form .p-top-contact__control .wpcf7-list-item {
	margin: 0;
}

.p-top-contact__form .p-top-contact__control .wpcf7-list-item label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	min-height: 16px;
	min-height: 1rem;
	position: relative;
}

.p-top-contact__form .p-top-contact__control .wpcf7-list-item input[type=radio] {
	cursor: pointer;
	height: 16px;
	height: 1rem;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
	z-index: 1;
}

.p-top-contact__form .p-top-contact__control .wpcf7-list-item-label {
	color: #3b3533;
	font-size: 16px;
	font-size: 1rem;
	padding-left: 26px;
	padding-left: 1.625rem;
	position: relative;
}

.p-top-contact__form .p-top-contact__control .wpcf7-list-item-label::before {
	background: #fcfcfc;
	border: 1px solid #141414;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 16px;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	width: 1rem;
}

.p-top-contact__form .p-top-contact__control .wpcf7-list-item-label::after {
	background: #73b1ae;
	border-radius: 50%;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 3px;
	left: 0.1875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
	width: 10px;
	width: 0.625rem;
}

.p-top-contact__form .p-top-contact__control .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.p-top-contact__policy {
	margin-inline: auto;
	-webkit-overflow-scrolling: touch;
	background: #fcfcfc;
	border-radius: 0.25rem;
	color: #3b3533;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 140px;
	height: 8.75rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 511px;
	max-width: 31.9375rem;
	overflow: auto;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-top-contact__policy-title {
	color: #3b3533;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.p-top-contact__policy-body {
	line-height: 1.6;
}

.p-top-contact__policy-text {
	line-height: 1.6;
	margin: 0;
}

.p-top-contact__policy-text + .p-top-contact__policy-text {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-top-contact__policy-heading {
	color: #3b3533;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 16px 0 8px;
	margin: 1rem 0 0.5rem;
}

.p-top-contact__policy-heading:first-child {
	margin-top: 0;
}

.p-top-contact__policy-list {
	line-height: 1.55;
	list-style: disc;
	margin: 6px 0 12px;
	margin: 0.375rem 0 0.75rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-top-contact__policy-list li + li {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-top-contact__policy-list--plain {
	list-style: none;
	padding-left: 0;
}

.p-top-contact__policy-address {
	line-height: 1.55;
	margin: 8px 0 0;
	margin: 0.5rem 0 0;
	padding: 0;
}

.p-top-contact__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-contact__submit {
	background: #73b1ae;
	border-radius: 62.4375rem;
	color: #fcfcfc;
	font-size: 14px;
	font-size: 0.875rem;
	min-width: 220px;
	min-width: 13.75rem;
	padding: 14px 32px;
	padding: 0.875rem 2rem;
}

.p-top-contact__form .top-contact__form-item {
	gap: 28px;
	gap: 1.75rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	display: grid;
	grid-template-columns: 11.25rem 1fr;
}

.p-top-contact__form .top-contact__form-item-title {
	color: #3b3533;
	font-size: 16px;
	font-size: 1rem;
}

.p-top-contact__form .top-contact__form-item-title .-required {
	color: #e60615;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.p-top-contact__form .top-contact__form-item-data {
	gap: 6px;
	gap: 0.375rem;
	display: grid;
}

.p-top-contact__form .top-contact__form-item-data .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.p-top-contact__form .top-contact__form-item-data input.wpcf7-text,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-email,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-tel,
.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea {
	background: #fcfcfc;
	border: none;
	border-radius: 0.25rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #3b3533;
	font: inherit;
	max-width: 100%;
	padding: 10px 12px;
	padding: 0.625rem 0.75rem;
	width: 100%;
}

.p-top-contact__form .top-contact__form-item-data input.wpcf7-text::-moz-placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-email::-moz-placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-tel::-moz-placeholder,
.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea::-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form .top-contact__form-item-data input.wpcf7-text::-webkit-input-placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-email::-webkit-input-placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-tel::-webkit-input-placeholder,
.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea::-webkit-input-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form .top-contact__form-item-data input.wpcf7-text::-moz-placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-email::-moz-placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-tel::-moz-placeholder,
.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea::-moz-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form .top-contact__form-item-data input.wpcf7-text::-ms-input-placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-email::-ms-input-placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-tel::-ms-input-placeholder,
.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea::-ms-input-placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form .top-contact__form-item-data input.wpcf7-text::placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-email::placeholder,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-tel::placeholder,
.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea::placeholder {
	color: #9a9a9a;
	opacity: 1;
}

.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea {
	min-height: 230px;
	min-height: 14.375rem;
	resize: vertical;
}

.p-top-contact__form .top-contact__form-item-data .-example {
	color: #fcfcfc;
	font-size: 13px;
	font-size: 0.8125rem;
}

.p-top-contact__form .top-contact__form-privacy {
	margin-inline: auto;
	-webkit-overflow-scrolling: touch;
	background: #fcfcfc;
	border-radius: 0.25rem;
	color: #3b3533;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 140px;
	height: 8.75rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 511px;
	max-width: 31.9375rem;
	overflow: auto;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-top-contact__form .top-contact__form-privacy-title {
	color: #3b3533;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.p-top-contact__form .top-contact__form-privacy-text {
	line-height: 1.6;
}

.p-top-contact__form .top-contact__form-privacy-text ul {
	line-height: 1.55;
	list-style: disc;
	margin: 6px 0 12px;
	margin: 0.375rem 0 0.75rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.p-top-contact__form .top-contact__form-privacy-text ul li + li {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-top-contact__form .top-contact__form-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-contact__form .top-contact__form-btn {
	display: inline-block;
	padding: 0;
	position: relative;
}

.p-top-contact__form .top-contact__form-btn::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='%23ffffff' stroke='%2373b1ae' stroke-width='0.5'/%3E%3Cpath fill='none' stroke='%2373b1ae' stroke-width='0.65' stroke-linecap='round' stroke-linejoin='round' d='M8.5 15.5 15.5 8.5M15.5 8.5h-4.5M15.5 8.5v4.5'/%3E%3C/svg%3E") no-repeat center/contain;
	content: "";
	height: 24px;
	height: 1.5rem;
	pointer-events: none;
	position: absolute;
	right: 18px;
	right: 1.125rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
	z-index: 2;
}

.p-top-contact__form .wpcf7-spinner {
	position: absolute;
	top: 100%;
}

.p-top-contact__form .top-contact__form-btn .wpcf7-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #73b1ae;
	border: none;
	border-radius: 62.4375rem;
	-webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
	box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fcfcfc;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin: 0;
	min-width: 330px;
	min-width: 20.625rem;
	padding: 18px 52px;
	padding: 1.125rem 3.25rem;
	position: relative;
	text-align: center;
	width: 330px;
	width: 20.625rem;
	z-index: 1;
}

.p-top-contact__form .top-contact__form-btn .wpcf7-submit:focus-visible {
	outline: 2px solid #fcfcfc;
	outline-offset: 3px;
	outline-offset: 0.1875rem;
}

.p-top-contact__form .top-contact__form-btn .wpcf7-submit:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.p-top-contact__form.wpcf7-form .p-top-contact__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
	margin-top: 3.75rem;
	position: relative;
}

.p-top-contact__form.wpcf7-form .p-top-contact__actions .wpcf7-submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #73b1ae;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11.5' fill='%23ffffff' stroke='%2373b1ae' stroke-width='0.5'/%3E%3Cpath fill='none' stroke='%2373b1ae' stroke-width='0.65' stroke-linecap='round' stroke-linejoin='round' d='M8.5 15.5 15.5 8.5M15.5 8.5h-4.5M15.5 8.5v4.5'/%3E%3C/svg%3E");
	background-position: right 18px center;
	background-position: right 1.125rem center;
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	border: none;
	border-radius: 62.4375rem;
	-webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
	box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fcfcfc;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin: 0;
	min-width: 330px;
	min-width: 20.625rem;
	padding: 18px 52px;
	padding: 1.125rem 3.25rem;
	position: relative;
	text-align: center;
	width: 330px;
	width: 20.625rem;
	z-index: 1;
}

.p-top-contact__form.wpcf7-form .p-top-contact__actions .wpcf7-submit:focus-visible {
	outline: 2px solid #fcfcfc;
	outline-offset: 3px;
	outline-offset: 0.1875rem;
}

.p-top-contact__form.wpcf7-form .p-top-contact__actions .wpcf7-submit:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.p-top-contact__form .wpcf7-response-output {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 16px 0 0;
	margin: 1rem 0 0;
	width: 100%;
}

.p-top-gallery {
	overflow: hidden;
}

.p-top-gallery__track {
	-webkit-animation: gallery-scroll 72s linear infinite;
	animation: gallery-scroll 72s linear infinite;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.p-top-gallery__list {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-padding-end: 24px;
	padding-inline-end: 24px;
	-webkit-padding-end: 1.5rem;
	padding-inline-end: 1.5rem;
}

.p-top-gallery__slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 320px;
	max-width: 20rem;
	overflow: hidden;
	width: 100%;
}

.p-top-gallery__slide img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-hero {
	max-height: 100vh;
	position: relative;
}

.p-top-hero__inner {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.p-top-hero__video-wrap {
	border-radius: 0 0 6.25rem 6.25rem;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	max-height: 100vh;
	overflow: hidden;
}

.p-top-hero__video {
	border-radius: 0 0 6.25rem 6.25rem;
	width: 100%;
}

.p-top-hero__content {
	gap: 16px;
	gap: 1rem;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-bottom: 58px;
	padding-bottom: 3.625rem;
	width: 100%;
}

.p-top-hero__copy {
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.25;
}

.p-top-hero__text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.7;
}

.p-top-hero__text.--sp {
	display: none;
}

.p-top-hero__text.--pc {
	display: block;
}

.p-top-news__content {
	gap: 60px;
	gap: 3.75rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-news__side {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100%;
	width: 262px;
	width: 16.375rem;
}

.p-top-news__title.c-sec-title {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}

.p-top-news__actions .c-btn {
	max-width: 262px;
	max-width: 16.375rem;
}

.p-top-news__main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	width: 100%;
}

.p-top-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-top-news__item {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #73b1ae;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 18px 0;
	padding: 1.125rem 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.p-top-news__item:first-child {
	margin-top: 0;
}

.p-top-news__item-meta {
	gap: 20px;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-news__date {
	color: #3b3533;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6923076923;
}

.p-top-news__cat {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #73b1ae;
	border-radius: 6.25rem;
	color: #fcfcfc;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	height: 22px;
	height: 1.375rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.2;
	min-width: 100px;
	min-width: 6.25rem;
	padding: 2px 13px;
	padding: 0.125rem 0.8125rem;
	text-align: center;
	white-space: nowrap;
}

.p-top-news__title-text.c-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 200px;
	flex: 1 1 200px;
	-ms-flex: 1 1 12.5rem;
	flex: 1 1 12.5rem;
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}

.p-top-news__title-text.c-text + .c-text {
	margin-top: 0;
}

.p-top-news__empty {
	margin: 0;
}

.p-top-service__content {
	position: relative;
}

.p-top-service__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.p-top-service__title.c-sec-title {
	margin-bottom: 0;
}

.p-top-service__lead {
	max-width: 575px;
	max-width: 35.9375rem;
	width: 100%;
}

.p-top-service__lead.c-deco {
	padding-left: 12px;
	padding-left: 0.75rem;
}

.p-top-service__lead.c-deco::before {
	height: 18px;
	height: 1.125rem;
	top: 6px;
	top: 0.375rem;
}

.p-top-service__items {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 50px;
	margin-top: 3.125rem;
	position: relative;
	z-index: 2;
}

.p-top-service__item.c-visual-card:nth-child(even) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-top__bg-top {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(#dedede), to(#fcfcfc));
	background: linear-gradient(180deg, #fcfcfc, #dedede, #fcfcfc);
}

.p-top__bg-middle {
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(50%, #fcfcfc), color-stop(#dedede), to(#bfbfbf));
	background: linear-gradient(180deg, #fcfcfc, #fcfcfc 50%, #dedede, #bfbfbf);
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #73b1ae;
	border-radius: 6.25rem;
	-webkit-box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
	box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, .16);
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	height: 3.75rem;
	isolation: isolate;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	padding: 14px 28px;
	padding: 0.875rem 1.75rem;
	position: relative;
	width: 330px;
	width: 20.625rem;
}

.c-btn svg {
	display: block;
}

.c-btn circle,
.c-btn line,
.c-btn path {
	-webkit-transition: fill 0.2s ease, stroke 0.2s ease;
	transition: fill 0.2s ease, stroke 0.2s ease;
}

.c-btn .c-btn__icon {
	fill: #fcfcfc;
	stroke: #fcfcfc;
	stroke-width: 1;
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: fill 0.2s ease, stroke 0.2s ease, -webkit-transform 0.3s ease;
	transition: fill 0.2s ease, stroke 0.2s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, fill 0.2s ease, stroke 0.2s ease;
	transition: transform 0.3s ease, fill 0.2s ease, stroke 0.2s ease, -webkit-transform 0.3s ease;
	width: 24px;
	width: 1.5rem;
	z-index: 2;
}

.c-btn .-text {
	color: inherit;
	font-weight: bold;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 2;
}

.c-btn__ripple {
	background: #fcfcfc;
	border-radius: 50%;
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	transition: -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
	width: 0;
	z-index: 1;
}

.c-btn:hover .c-btn__ripple,
.c-btn:focus-visible .c-btn__ripple {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.c-card {
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.c-card__img {
	border-radius: 1.25rem;
}

.c-card__title {
	color: #3b3533;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 40px;
	margin-top: 2.5rem;
	position: relative;
}

.c-card__text {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.c-deco {
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.c-deco::before {
	background-color: #73b1ae;
	content: "";
	display: block;
	height: 22px;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 8px;
	top: 0.5rem;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	width: 2px;
	width: 0.125rem;
}

.c-link {
	gap: 18px;
	gap: 1.125rem;
	padding-inline: 6px;
	padding-inline: 0.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fcfcfc;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	position: relative;
	-webkit-transition: color 0.2s ease, opacity 0.2s ease;
	transition: color 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

.c-link::after {
	inset: auto 0 0 0;
	background-color: #fcfcfc;
	content: "";
	height: 1px;
	position: absolute;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
	transition: background-color 0.2s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, background-color 0.2s ease;
	transition: transform 0.3s ease, background-color 0.2s ease, -webkit-transform 0.3s ease;
	z-index: 0;
}

.c-link::before {
	inset: auto 0 -1px 0;
	background-color: #73b1ae;
	content: "";
	height: 2px;
	height: 0.125rem;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
	will-change: transform;
	z-index: 1;
}

.c-link svg {
	display: block;
}

.c-link circle,
.c-link line,
.c-link path {
	-webkit-transition: fill 0.2s ease, stroke 0.2s ease;
	transition: fill 0.2s ease, stroke 0.2s ease;
}

.c-sec-title-row {
	gap: 0px 25px;
	gap: 0px 1.5625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-sec-title-row .-line {
	background-color: #73b1ae;
	display: block;
	height: 4px;
	height: 0.25rem;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.55s ease;
	transition: -webkit-transform 0.55s ease;
	transition: transform 0.55s ease;
	transition: transform 0.55s ease, -webkit-transform 0.55s ease;
	width: 40px;
	width: 2.5rem;
}

.c-sec-title-row .-en {
	font-family: "Jost", sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1;
	opacity: 0;
	-webkit-transform: translateX(-1rem);
	transform: translateX(-1rem);
	-webkit-transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
	transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
	transition: opacity 0.65s ease, transform 0.65s ease;
	transition: opacity 0.65s ease, transform 0.65s ease, -webkit-transform 0.65s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.c-sec-title-row .-ja {
	color: #73b1ae;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	opacity: 0;
	-webkit-transform: translateX(-0.75rem);
	transform: translateX(-0.75rem);
	-webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
	transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
	transition: opacity 0.55s ease, transform 0.55s ease;
	transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease;
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.c-sec-title-row.is-inview .-line {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.c-sec-title-row.is-inview .-en,
.c-sec-title-row.is-inview .-ja {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.c-sec-title {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-sec-title.is-inview .c-sec-title__ja {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.c-sec-title.is-inview .c-sec-title__ja::before,
.c-sec-title.is-inview .c-sec-title__ja::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.c-sec-title.is-inview .c-sec-title__en {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.c-sec-title .c-sec-title__ja {
	color: #73b1ae;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	opacity: 0;
	padding-bottom: 2px;
	padding-bottom: 0.125rem;
	position: relative;
	-webkit-transform: translateY(0.375rem);
	transform: translateY(0.375rem);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-sec-title .c-sec-title__ja::after {
	border-bottom: 2px solid #73b1ae;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	width: 50px;
	width: 3.125rem;
	z-index: 1;
}

.c-sec-title .c-sec-title__ja::before {
	border-bottom: 2px dashed #73b1ae;
	bottom: 0;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform 0.8s ease;
	transition: -webkit-transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	width: 100%;
	z-index: 0;
}

.c-sec-title .c-sec-title__en {
	color: #3b3533;
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 80px;
	font-size: 5rem;
	font-style: italic;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	opacity: 0;
	position: relative;
	-webkit-transform: translateX(-1.25rem);
	transform: translateX(-1.25rem);
	-webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
	transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
	transition: opacity 0.55s ease, transform 0.55s ease;
	transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease;
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.p-top .c-sec-title {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.c-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.c-text + .c-text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.c-visual-card {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 500px;
	height: 31.25rem;
	max-width: 343px;
	max-width: 21.4375rem;
	overflow: hidden;
	padding: 40px 20px;
	padding: 2.5rem 1.25rem;
	position: relative;
	width: 100%;
}

.c-visual-card:nth-child(odd) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.c-visual-card:nth-child(even) {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-visual-card__img {
	-o-object-fit: cover;
	-o-object-position: center;
	bottom: 0;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.c-visual-card__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 2;
}

.c-visual-card__text {
	position: relative;
	z-index: 2;
}

.c-wechat-modal {
	inset: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px;
	padding: 1rem;
	position: fixed;
	z-index: 200;
}

.c-wechat-modal.is-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-wechat-modal__backdrop {
	inset: 0;
	background-color: rgba(0, 0, 0, .55);
	position: absolute;
}

.c-wechat-modal__panel {
	background-color: #fcfcfc;
	border-radius: 0.75rem;
	-webkit-box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, .2);
	box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, .2);
	max-width: 320px;
	max-width: 20rem;
	padding: 28px 20px 20px;
	padding: 1.75rem 1.25rem 1.25rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.c-wechat-modal__title {
	color: #3b3533;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
}

.c-wechat-modal__img-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-wechat-modal__img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 240px;
	width: 15rem;
}

.c-wechat-modal__close {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: none;
	border-radius: 50%;
	color: #3b3533;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 28px;
	font-size: 1.75rem;
	height: 36px;
	height: 2.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	top: 8px;
	top: 0.5rem;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 36px;
	width: 2.25rem;
}

body.is-wechat-modal-open {
	overflow: hidden;
}

.l-drawer {
	display: none;
}

.l-drawer__overlay {
	display: none;
}

.l-footer {
	background-color: #535252;
	border-radius: 6.25rem 6.25rem 0 0;
	color: #fcfcfc;
	margin-top: -100px;
	margin-top: -6.25rem;
	position: relative;
	width: 100%;
	z-index: 10;
}

.l-footer__inner {
	padding-block: 104px 20px;
	padding-block: 6.5rem 1.25rem;
}

.l-footer__main {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__logo {
	display: block;
	max-width: 300px;
	max-width: 18.75rem;
	width: 100%;
}

.l-footer__logo-img {
	width: 100%;
}

.l-footer__address {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.l-footer__tel {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 6px;
	margin-top: 0.375rem;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.l-footer__fax {
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-footer__nav {
	gap: 16px 64px;
	gap: 1rem 4rem;
	-ms-flex-line-pack: start;
	align-content: start;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(2, auto);
	grid-template-rows: repeat(3, auto);
}

html:lang(en-US) .l-footer__nav {
	gap: 16px;
	gap: 1rem;
	grid-auto-flow: row;
	grid-template-columns: 1fr;
	grid-template-rows: none;
}

html:lang(en-US) .l-footer__link {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: normal;
}

.l-footer__links {
	gap: 30px;
	gap: 1.875rem;
	-ms-flex-line-pack: start;
	align-content: start;
	display: grid;
}

.l-footer__link {
	gap: 6px;
	gap: 0.375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
	white-space: nowrap;
}

.l-footer__link .-icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 16px;
	height: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16px;
	width: 1rem;
}

.l-footer__link .-ja {
	font-size: 14px;
	font-size: 0.875rem;
}

.l-footer__link .-en {
	color: #73b1ae;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.l-footer__link .-icon svg {
	display: block;
}

.l-footer__link .-icon circle,
.l-footer__link .-icon path,
.l-footer__link .-icon line {
	-webkit-transition: fill 0.2s ease, stroke 0.2s ease;
	transition: fill 0.2s ease, stroke 0.2s ease;
}

.l-footer__sns {
	gap: 20px;
	gap: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__sns-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	height: 1.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	width: 1.875rem;
}

.l-footer__sns-link svg > g > path:first-child {
	fill: transparent;
}

button.l-footer__sns-link {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.l-footer__bottom {
	gap: 32px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.l-footer__copyright {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__copyright-text {
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-footer__privacy {
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-footer__privacy {
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.l-hamburger {
	display: none;
}

.l-header {
	color: #fcfcfc;
	height: 92px;
	height: 5.75rem;
	left: 50%;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: background-color 0.3s ease, height 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: background-color 0.3s ease, height 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, height 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, height 0.3s ease, color 0.3s ease, -webkit-box-shadow 0.3s ease;
	width: 100%;
	z-index: 140;
}

.l-header__inner {
	height: inherit;
	padding-left: 170px;
	padding-left: 10.625rem;
}

.l-header__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-header__logo-link {
	display: block;
	height: inherit;
	position: relative;
}

.l-header__logo-img {
	display: block;
	height: inherit;
	width: 150px;
	width: 9.375rem;
}

.l-header__logo-img--dark {
	display: none;
}

.l-header.is-scrolled .l-header__logo-img--default {
	display: none;
}

.l-header.is-scrolled .l-header__logo-img--dark {
	display: block;
}

.l-header__gnav {
	padding-inline: 80px 86px;
	padding-inline: 5rem 5.375rem;
	border-bottom: 1px solid #fcfcfc;
	border-left: 1px solid #fcfcfc;
	border-radius: 0 0 0 1.25rem;
	display: block;
	height: inherit;
}

.l-header__gnav-list {
	gap: 30px;
	gap: 1.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-header__gnav-item {
	height: inherit;
}

.l-header__gnav-item.--service {
	cursor: default;
	position: relative;
}

.l-header__gnav-item.--lang {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__gnav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
	position: relative;
	text-align: center;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.l-header__gnav-link::after {
	background-color: #73b1ae;
	bottom: 24px;
	bottom: 1.5rem;
	content: "";
	height: 2px;
	height: 0.125rem;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-header__gnav-link .-ja {
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
}

.l-header__gnav-link .-en {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	-webkit-transition: line-height 0.2s ease;
	transition: line-height 0.2s ease;
	white-space: nowrap;
}

.l-header__gnav-link .-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-header__gnav-item.--contact .l-header__gnav-link {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 30px;
	margin-left: 1.875rem;
	position: relative;
}

.l-header__gnav-item.--contact .l-header__gnav-link::before {
	background-color: #fcfcfc;
	content: "";
	height: 39px;
	height: 2.4375rem;
	left: -30px;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: background-color 0.2s ease, height 0.2s ease;
	transition: background-color 0.2s ease, height 0.2s ease;
	width: 1px;
	z-index: 1;
}

.l-header__gnav-item.--contact .l-header__gnav-link .-icon svg {
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
}

.l-header__gnav-item.--contact .l-header__gnav-link #icon-contact #Area,
.l-header__gnav-item.--contact .l-header__gnav-link #icon-contact path {
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.l-header__gnav-item.--contact .l-header__gnav-link:hover #icon-contact #Area,
.l-header__gnav-item.--contact .l-header__gnav-link:focus-visible #icon-contact #Area,
.l-header__gnav-item.--contact .l-header__gnav-link.is-current #icon-contact #Area {
	fill: #73b1ae;
}

.l-header__gnav-item.--contact .l-header__gnav-link:hover #icon-contact path,
.l-header__gnav-item.--contact .l-header__gnav-link:focus-visible #icon-contact path,
.l-header__gnav-item.--contact .l-header__gnav-link.is-current #icon-contact path {
	fill: #fcfcfc;
}

.l-header__gnav-item.--lang {
	height: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	position: relative;
}

.l-header__gnav-item.--lang .l-header__lang {
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fcfcfc;
	border: 1px solid #fcfcfc;
	border-radius: 6.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 23px;
	height: 1.4375rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 84px;
	min-width: 5.25rem;
	padding: 2px 10px;
	padding: 0.125rem 0.625rem;
	text-align: center;
}

.l-header__gnav-item.--lang .l-header__lang-text {
	font-size: 13px;
	font-size: 0.8125rem;
}

.l-header__gnav-item.--lang .-icon {
	height: 6px;
	height: 0.375rem;
	width: 10px;
	width: 0.625rem;
}

.l-header__service-menu {
	background-color: #fcfcfc;
	border: 1px solid #fcfcfc;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, .15);
	left: 50%;
	margin-top: 6px;
	margin-top: 0.375rem;
	min-width: 120px;
	min-width: 7.5rem;
	opacity: 0;
	padding: 6px;
	padding: 0.375rem;
	position: absolute;
	top: 75%;
	-webkit-transform: translateX(-50%) translateY(-0.25rem);
	transform: translateX(-50%) translateY(-0.25rem);
	-webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s, -webkit-transform 0.2s;
	visibility: hidden;
}

.l-header__service-item + .l-header__service-item {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.l-header__service-link {
	border-radius: 0.375rem;
	color: #3b3533;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	padding: 6px 10px;
	padding: 0.375rem 0.625rem;
	white-space: nowrap;
}

.l-header__lang-menu {
	background-color: #fcfcfc;
	border: 1px solid #fcfcfc;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, .15);
	margin-top: 6px;
	margin-top: 0.375rem;
	min-width: 120px;
	min-width: 7.5rem;
	opacity: 0;
	padding: 6px;
	padding: 0.375rem;
	position: absolute;
	right: 0;
	top: 65%;
	-webkit-transform: translateY(-0.25rem);
	transform: translateY(-0.25rem);
	-webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
	transition: opacity 0.2s, transform 0.2s, visibility 0.2s, -webkit-transform 0.2s;
	visibility: hidden;
}

.l-header__lang-item + .l-header__lang-item {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.l-header__lang-link {
	border-radius: 0.375rem;
	color: #3b3533;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	padding: 6px 10px;
	padding: 0.375rem 0.625rem;
	white-space: nowrap;
}

.l-header__gnav-item:not(.--lang) .l-header__gnav-link.is-current {
	color: #73b1ae;
}

.l-header__gnav-item:not(.--lang) .l-header__gnav-link.is-current::after {
	display: none;
}

.l-header.is-scrolled {
	background-color: #fcfcfc;
	-webkit-box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, .16);
	box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, .16);
	height: 52px;
	height: 3.25rem;
}

.l-header.is-scrolled .l-header__gnav {
	border: none;
	border-radius: 0;
}

.l-header.is-scrolled .l-header__gnav-link {
	color: #3b3533;
	padding-bottom: 3px;
	padding-bottom: 0.1875rem;
}

.l-header.is-scrolled .l-header__gnav-link::after {
	bottom: 8px;
	bottom: 0.5rem;
}

.l-header.is-scrolled .l-header__gnav-link .-en {
	line-height: 1.2;
}

.l-header.is-scrolled .l-header__gnav-item.--contact .l-header__gnav-link::before {
	background-color: #3b3533;
	height: 29px;
	height: 1.8125rem;
}

.l-header.is-scrolled .l-header__gnav-item.--contact #icon-contact #Area {
	fill: transparent;
	stroke: #3b3533;
	stroke-width: 1;
}

.l-header.is-scrolled .l-header__gnav-item.--contact #icon-contact path {
	fill: #3b3533;
}

.l-header.is-scrolled .l-header__gnav-item.--contact .l-header__gnav-link:hover #icon-contact #Area,
.l-header.is-scrolled .l-header__gnav-item.--contact .l-header__gnav-link:focus-visible #icon-contact #Area,
.l-header.is-scrolled .l-header__gnav-item.--contact .l-header__gnav-link.is-current #icon-contact #Area {
	fill: #73b1ae;
	stroke: #73b1ae;
}

.l-header.is-scrolled .l-header__gnav-item.--contact .l-header__gnav-link:hover #icon-contact path,
.l-header.is-scrolled .l-header__gnav-item.--contact .l-header__gnav-link:focus-visible #icon-contact path,
.l-header.is-scrolled .l-header__gnav-item.--contact .l-header__gnav-link.is-current #icon-contact path {
	fill: #fcfcfc;
}

.l-header.is-scrolled .l-header__lang {
	background-color: #fcfcfc;
	border-color: #3b3533;
}

.l-header.is-scrolled .l-header__lang .l-header__lang-text {
	color: #3b3533;
}

.l-header.is-color {
	color: #3b3533;
}

.l-header.is-color .l-header__logo-img--default {
	display: none;
}

.l-header.is-color .l-header__logo-img--dark {
	display: block;
}

.l-header.is-color .l-header__gnav {
	border-color: #3b3533;
}

.l-header.is-color .l-header__gnav-item.--contact .l-header__gnav-link::before {
	background-color: #3b3533;
	height: 29px;
	height: 1.8125rem;
}

.l-header.is-color .l-header__gnav-item.--contact #icon-contact #Area {
	fill: transparent;
	stroke: #3b3533;
	stroke-width: 1;
}

.l-header.is-color .l-header__gnav-item.--contact #icon-contact path {
	fill: #3b3533;
}

.l-header.is-color .l-header__gnav-item.--contact .l-header__gnav-link:hover #icon-contact #Area,
.l-header.is-color .l-header__gnav-item.--contact .l-header__gnav-link:focus-visible #icon-contact #Area,
.l-header.is-color .l-header__gnav-item.--contact .l-header__gnav-link.is-current #icon-contact #Area {
	fill: #73b1ae;
	stroke: #73b1ae;
}

.l-header.is-color .l-header__gnav-item.--contact .l-header__gnav-link:hover #icon-contact path,
.l-header.is-color .l-header__gnav-item.--contact .l-header__gnav-link:focus-visible #icon-contact path,
.l-header.is-color .l-header__gnav-item.--contact .l-header__gnav-link.is-current #icon-contact path {
	fill: #fcfcfc;
}

.l-header.is-color .l-header__lang {
	background-color: #fcfcfc;
	border-color: #3b3533;
}

.l-header.is-color .l-header__lang .l-header__lang-text {
	color: #3b3533;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1076px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-section--mt {
	margin-top: 140px;
	margin-top: 8.75rem;
}

.l-section--pt {
	padding-top: 140px;
	padding-top: 8.75rem;
}

.l-subpage-about__inner {
	margin-inline: auto;
	max-width: 1366px;
	max-width: 85.375rem;
}

.l-subpage-about__content {
	padding-left: 155px;
	padding-left: 9.6875rem;
	position: relative;
}

.l-subpage-about__content::before {
	background-color: #e9f5f4;
	content: "";
	height: 520px;
	height: 32.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 470px;
	width: 29.375rem;
	z-index: 0;
}

.l-subpage-about__content .c-sec-title {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.l-subpage-about__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 550px;
	height: 34.375rem;
	position: relative;
	z-index: 2;
}

.l-subpage-about__title-wrap {
	position: relative;
	z-index: 2;
}

.l-subpage-about__lead {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-top: 0.625rem;
	max-width: 600px;
	max-width: 37.5rem;
}

html[lang=zh-Hans] .l-subpage-about--buy-sell .l-subpage-about__lead {
	max-width: 700px;
	max-width: 43.75rem;
}

.l-subpage-about__text {
	max-width: 1026px;
	max-width: 64.125rem;
	position: relative;
	z-index: 2;
}

.l-subpage-about__text:first-of-type {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.l-subpage-about__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 750px;
	max-width: 46.875rem;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.l-subpage-about__image img {
	display: block;
	height: auto;
	width: 100%;
}

.l-subpage-fv {
	padding-block: 170px 50px;
	padding-block: 10.625rem 3.125rem;
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0 0 0 6.25rem;
	color: #fcfcfc;
	margin-bottom: 140px;
	margin-bottom: 8.75rem;
	min-height: 392px;
	min-height: 24.5rem;
	overflow: hidden;
	position: relative;
}

.l-subpage-fv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 2;
}

.l-subpage-fv__breadcrumb {
	border-top: 1px solid #fcfcfc;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.l-subpage-fv__breadcrumb-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-subpage-fv__breadcrumb-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0em;
	line-height: 1.2;
}

.l-subpage-fv__breadcrumb-item:not(:first-child)::before {
	margin-inline: 10px;
	margin-inline: 0.625rem;
	color: #fcfcfc;
	content: "|";
	display: inline-block;
}

.l-subpage-fv__breadcrumb-link {
	color: inherit;
}

.l-subpage-fv__breadcrumb-current {
	color: #73b1ae;
	position: relative;
}

.l-subpage-fv__breadcrumb-current::after {
	background-color: #73b1ae;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: -11px;
	top: -0.6875rem;
	width: 100%;
	z-index: 2;
}

.l-subpage-fv__title {
	font-size: 80px;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

html[lang|=en] .l-subpage-fv--development .l-subpage-fv__title {
	letter-spacing: 0;
}

html[lang|=en] .l-subpage-fv--development .l-subpage-fv__title-sub {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
}

.l-subpage-fv--company {
	background-image: url("../images/company/fv_img-pc.webp");
}

.l-subpage-fv--buying-and-selling {
	background-image: url("../images/buy-sell/fv_img-pc.webp");
}

.l-subpage-fv--development {
	background-image: url("../images/development/fv_img-pc.webp");
}

.l-subpage-fv--support {
	background-image: url("../images/support/fv_img-pc.webp");
}

.l-subpage-fv--consultation {
	background-image: url("../images/consultation/fv_img-pc.webp");
}

.l-subpage-fv--case {
	background-image: url("../images/case/fv_img-pc.webp");
}

.u-anime {
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
	visibility: hidden;
	will-change: opacity, transform, visibility;
}

.u-anime.is-show,
.u-load-anime.is-show {
	opacity: 1;
	visibility: visible;
}

.u-anime.--fadeinup {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.u-anime.--fadeinup.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadein {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadein.is-show {
	-webkit-transform: none;
	transform: none;
}

.u-anime.--fadeinrich {
	-webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeinrich.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.u-anime.--fadeindown {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.u-anime.--fadeindown.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.u-anime.--fadeinleft {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.u-anime.--fadeinleft.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--fadeinright {
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.u-anime.--fadeinright.is-show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.u-anime.--rotatein {
	-webkit-transform: rotate(-10deg) scale(0.9);
	transform: rotate(-10deg) scale(0.9);
}

.u-anime.--rotatein.is-show {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
}

.u-anime.--slideinleft {
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: clip-path;
}

.u-anime.--slideinleft.is-show {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-transition: -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition: clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-clip-path 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.u-anime.--delay1 {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.u-anime.--delay2 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.u-anime.--delay3 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.u-anime.--delay4 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.u-anime.--delay5 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.u-anime.--delay6 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.u-anime.--delay7 {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.u-anime.--delay8 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.u-anime.--delay9 {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.u-anime.--delay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.u-anime.--delay11 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.u-anime.--delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.u-anime.--delay13 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.u-anime.--delay14 {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.u-anime.--delay15 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.u-anime.--delay16 {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.u-anime.--delay17 {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.u-anime.--delay18 {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.u-anime.--delay19 {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.u-anime.--delay20 {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

@media (prefers-reduced-motion: reduce) {

.p-top-gallery__track {
	-webkit-animation: none;
	animation: none;
}

.c-sec-title,
.c-sec-title .c-sec-title__ja::before,
.c-sec-title .c-sec-title__ja::after,
.c-sec-title * {
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

}

@media (hover: hover) {

.c-btn:hover,
.c-btn:focus-visible {
	color: #73b1ae;
}

.c-btn:hover circle,
.c-btn:focus-visible circle {
	fill: #73b1ae;
	stroke: #73b1ae;
}

.c-btn:hover line,
.c-btn:focus-visible line,
.c-btn:hover path,
.c-btn:focus-visible path {
	stroke: #fcfcfc;
}

.c-link:hover,
.c-link:focus-visible {
	color: #73b1ae;
	opacity: 1;
}

.c-link:hover::after,
.c-link:focus-visible::after {
	background-color: #fcfcfc;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.c-link:hover::before,
.c-link:focus-visible::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.c-link:hover circle,
.c-link:focus-visible circle {
	fill: #73b1ae;
	stroke: #fcfcfc;
}

.c-link:hover line,
.c-link:focus-visible line,
.c-link:hover path,
.c-link:focus-visible path {
	stroke: #fcfcfc;
}

.c-wechat-modal__close:hover,
.c-wechat-modal__close:focus-visible {
	background-color: rgba(115, 177, 174, .2);
	color: #73b1ae;
}

.l-footer__link:hover .-ja,
.l-footer__link:focus-visible .-ja {
	color: #73b1ae;
}

.l-footer__link:hover .-icon circle,
.l-footer__link:focus-visible .-icon circle {
	fill: #73b1ae;
	stroke: #fcfcfc;
}

.l-footer__link:hover .-icon path,
.l-footer__link:focus-visible .-icon path {
	stroke: #fcfcfc;
}

.l-footer__link:hover .-icon line,
.l-footer__link:focus-visible .-icon line {
	stroke: #fcfcfc;
}

.l-footer__tel:hover,
.l-footer__tel:focus-visible,
.l-footer__privacy:hover,
.l-footer__privacy:focus-visible {
	color: #73b1ae;
}

.l-header__gnav-item .l-header__gnav-link:hover,
.l-header__gnav-item .l-header__gnav-link:focus-visible,
.l-header__gnav-item .l-header__gnav-link:hover::before,
.l-header__gnav-item .l-header__gnav-link:focus-visible::before {
	opacity: 1;
}

.l-header__gnav-item:not(.--lang) .l-header__gnav-link:hover,
.l-header__gnav-item:not(.--lang) .l-header__gnav-link:focus-visible {
	color: #73b1ae;
}

.l-header__gnav-item:not(.--lang) .l-header__gnav-link:hover::after,
.l-header__gnav-item:not(.--lang) .l-header__gnav-link:focus-visible::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.l-header__gnav-item.--lang:hover .l-header__lang-menu,
.l-header__gnav-item.--lang:focus-within .l-header__lang-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.l-header__gnav-item.--service:hover .l-header__service-menu,
.l-header__gnav-item.--service:focus-within .l-header__service-menu {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
	visibility: visible;
}

.l-header__service-link:hover,
.l-header__service-link:focus-visible {
	background-color: #73b1ae;
	color: #fcfcfc;
}

.l-header__lang-link:hover,
.l-header__lang-link:focus-visible {
	background-color: #73b1ae;
	color: #fcfcfc;
}

a.u-anime.is-show:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

}

@media screen and (min-width: 768px) and (max-width: 1366px) {

.l-header__inner {
	padding-left: max(1.25rem, min(10.625rem, (100vw - 1026px) / 2 + 1.5625rem));
}

.l-header__gnav {
	padding-inline: max(1.25rem, min(5rem, (100vw - 1026px) / 2 + 1.5625rem));
}

}

@media screen and (max-width: 1439px) {

.p-company-group__bubble-area {
	position: static;
	right: auto;
}

}

@media (max-width: 1366px) {

.l-subpage-about__content {
	padding-left: 11.3469985359vw;
}

}

@media screen and (max-width: 1279px) {

.u-xl {
	display: none;
}

.p-case-archive__item-main {
	gap: 2rem;
}

.p-case-archive__sub-images {
	gap: 1.25rem 2.5rem;
}

.p-company-access__content {
	gap: 2.625rem;
}

.p-company-group__content {
	grid-template-columns: 1fr minmax(25rem, 1fr);
}

.p-company-message__content {
	gap: 2.5rem;
	grid-template-columns: 20rem 1fr;
}

.p-company-message__content--no-image {
	grid-template-columns: 1fr;
}

.p-company-message__content::before {
	height: 50.7320644217vw;
	width: 45.8272327965vw;
}

.l-footer__nav {
	gap: 0.5rem 2.5rem;
}

}

@media (max-width: 1026px) {

html {
	font-size: 1.559454191vw;
}

}

@media screen and (max-width: 1023px) {

.u-lg {
	display: none;
}

.p-consultation-criteria__items {
	grid-template-columns: repeat(4, 1fr);
}

.p-support-merit__items {
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
}

html[lang|=en] .l-subpage-fv--development .l-subpage-fv__title {
	font-size: 4.25rem;
}

}

@media screen and (max-width: 767px) {

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

html[lang|=en] .c-text {
	font-size: 1.0625rem;
	line-height: 1.6470588235;
}

html {
	font-size: 16px;
}

.p-buy-sell-challenge {
	background-image: url("../images/buy-sell/challenge_bg-sp.webp");
	padding: 2.5rem 0 9.375rem;
}

.p-buy-sell-challenge__content {
	text-align: left;
}

.p-buy-sell-challenge__lead {
	font-size: 1.25rem;
	margin-bottom: 1.875rem;
}

.p-buy-sell-challenge__button {
	margin-top: 2.5rem;
}

.p-buy-sell-strength {
	padding-block: 2.5rem 5rem;
}

.p-buy-sell-strength__items {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-buy-sell-strength__item.c-card:nth-child(2) {
	margin-top: 0;
}

.p-buy-sell-support {
	padding-block: 2.5rem 1.25rem;
}

.p-buy-sell-support__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-buy-sell-support__items {
	display: contents;
}

.p-buy-sell-support__item {
	margin-inline: auto;
	max-width: none;
}

.p-buy-sell-support__item:nth-child(odd) {
	border-right: none;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-right: 0;
}

.p-buy-sell-support__item:nth-child(even) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-left: 0;
}

.p-buy-sell-support__item-body {
	margin-top: 1.25rem;
}

.p-buy-sell-support__logo {
	margin-block: 1.875rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	overflow: hidden;
}

.p-buy-sell-support__logo::before {
	width: 100%;
}

.p-buy-sell-support__logo::after {
	width: 100%;
}

.p-buy-sell-support__logo img {
	margin-inline: 1.25rem;
}

.p-buy-sell .l-subpage-about .c-sec-title .c-sec-title__en {
	font-size: 3rem;
}

.p-case-archive {
	padding-bottom: 9.375rem;
}

.p-case-archive__item {
	padding-block: 2.5rem;
}

.p-case-archive__item-main {
	gap: 1.875rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-case-archive__item-image {
	aspect-ratio: 335/250;
	border-radius: 1.25rem;
	height: auto;
	width: 100%;
}

.p-case-archive__item-body {
	max-width: none;
}

.p-case-archive__item-title {
	font-size: 1.25rem;
}

.p-case-archive__item-meta {
	-moz-column-gap: 0.5rem;
	-webkit-column-gap: 0.5rem;
	column-gap: 0.5rem;
	font-size: 1rem;
	grid-template-columns: minmax(6.125rem, auto) 1fr;
	margin-top: 1.25rem;
}

.p-case-archive__item-meta dt {
	min-height: 2.5rem;
	padding-right: 0.25rem;
}

.p-case-archive__item-meta dd {
	min-height: 2.5rem;
}

.p-case-archive__sub-images {
	gap: 0.9375rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1.25rem;
}

.p-case-archive__sub-images--slider {
	margin-top: 1.25rem;
}

.p-case-archive__sub-nav {
	gap: 1rem;
	margin-top: 1rem;
}

.p-case-archive__sub-nav-btn {
	height: 2.75rem;
	width: 2.75rem;
}

body.post-type-archive-case .glightbox-container .gprev,
body.post-type-archive-case .glightbox-container .gnext {
	background-color: rgba(0, 0, 0, .65) !important;
	border-radius: 0.5rem !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 3.25rem !important;
	margin-top: 0 !important;
	min-height: 3.25rem !important;
	min-width: 3.25rem !important;
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	width: 3.25rem !important;
	z-index: 100000 !important;
}

body.post-type-archive-case .glightbox-container .gprev {
	left: 0.625rem !important;
	right: auto !important;
}

body.post-type-archive-case .glightbox-container .gnext {
	left: auto !important;
	right: 0.625rem !important;
}

body.post-type-archive-case .glightbox-container .gprev:not(.disabled),
body.post-type-archive-case .glightbox-container .gnext:not(.disabled) {
	opacity: 1 !important;
}

.p-case-archive__pagination {
	margin-top: 3.125rem;
}

.p-case-archive__pagination-list {
	gap: 0.25rem;
}

.p-case-archive__pagination-item .page-numbers {
	font-size: 0.75rem;
	height: 2.375rem;
	min-width: 2.375rem;
}

.p-company-access {
	padding-bottom: 9.375rem;
}

.p-company-access__content {
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

.p-company-access__map {
	aspect-ratio: 335/252;
}

.p-company-group {
	padding-block: 5rem;
}

.p-company-group__content {
	grid-template-columns: 1fr;
}

.p-company-group__head {
	display: contents;
}

.p-company-group__text {
	margin-top: 3.75rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-company-group__bubble-area {
	margin-inline: auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-company-inc {
	padding-block: 5rem;
	background: url("../images/company/inc_bg-sp.webp") no-repeat center center/cover;
}

.p-company-inc__table {
	margin-top: 2.5rem;
}

.p-company-inc__row {
	gap: 0.25rem;
	grid-template-columns: 6.25rem 1fr;
	padding: 0.3125rem 0;
}

.p-company-inc__row dt {
	min-height: 2.8125rem;
	width: 6.25rem;
}

.p-company-inc__row dd {
	min-height: 2.8125rem;
}

.p-company-message__content {
	gap: 0;
	grid-template-columns: 1fr;
}

.p-company-message__content::before {
	height: 17.9375rem;
	left: auto;
	right: 0;
	top: 2.1875rem;
	-webkit-transform: none;
	transform: none;
	width: 17.9375rem;
}

.p-company-message__title.c-sec-title {
	margin-bottom: 1.25rem;
}

.p-company-message__image {
	margin-inline: auto;
	aspect-ratio: 335/389;
	border-radius: 1.25rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-company-message__body {
	display: contents;
}

.p-company-message__title.c-sec-title {
	margin-bottom: 0.625rem;
}

.p-company-message__lead {
	font-size: 1.25rem;
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-company-message__text {
	margin-top: 1.25rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-company-message__signature {
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.p-consultation-case {
	margin-top: 5rem;
	padding-bottom: 10rem;
}

.p-consultation-case__items {
	gap: 2.5rem 0px;
	grid-template-columns: 1fr;
}

.p-consultation-case__item {
	gap: 1.25rem;
	margin-inline: auto;
}

.p-consultation-case__item-image {
	height: 7.5rem;
	width: 7.5rem;
}

.p-consultation-case__item-body {
	gap: 0.875rem;
	max-width: none;
}

.p-consultation-case__item-title {
	font-size: 1.25rem;
}

.p-consultation-case__item-meta {
	-moz-column-gap: 0.5rem;
	-webkit-column-gap: 0.5rem;
	column-gap: 0.5rem;
	grid-template-columns: minmax(6.125rem, auto) 1fr;
}

.p-consultation-case__item-meta dt {
	min-height: 2.25rem;
	padding-right: 0.25rem;
}

.p-consultation-case__item-meta dd {
	min-height: 2.25rem;
}

.p-consultation-criteria__sec-title {
	font-size: 1.25rem;
}

.p-consultation-criteria__items {
	grid-gap: 0.75rem 0.9375rem;
	margin-inline: auto;
	grid-template-columns: repeat(2, 1fr);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-consultation-criteria__item {
	height: 10rem;
	width: 10rem;
}

.p-consultation-criteria__item-title {
	font-size: 1rem;
	height: 2.75rem;
}

.p-consultation-criteria__type {
	border-bottom: none;
	margin-top: 3.75rem;
	padding-bottom: 0;
}

.p-consultation-criteria__type-box {
	padding: 1.25rem;
}

.p-consultation-criteria__list {
	gap: 0.625rem 0px;
	grid-template-columns: 1fr;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

html:lang(en-US) .p-consultation-criteria__list {
	gap: 0.625rem 0px;
}

html:lang(zh-Hans) .p-consultation-criteria__list,
html:lang(zh-TW) .p-consultation-criteria__list {
	-moz-column-gap: 0;
	row-gap: 0.625rem;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-column-gap: 0;
	column-gap: 0;
	grid-template-columns: 1fr;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

html:lang(zh-Hans) .p-consultation-criteria__list-item.c-text::before,
html:lang(zh-TW) .p-consultation-criteria__list-item.c-text::before {
	margin-top: 0.625rem;
}

.p-consultation-criteria__list-item.c-text::before {
	height: 0.5rem;
	width: 0.75rem;
}

.p-consultation-criteria__type-text {
	margin-top: 1.25rem;
	text-align: left;
}

.p-consultation .l-subpage-about__lead {
	margin-top: 2.5rem;
}

.p-development-comparison {
	padding-block: 5rem;
}

.p-development-comparison__table {
	margin-top: 2.5rem;
}

.p-development-comparison__visual-bg {
	background-image: var(--comparison-bg-pc);
}

.p-development-comparison__visual-item {
	padding: 0.5rem 0.625rem;
}

.p-development-comparison__visual-item-content .-text + .-text {
	margin-top: 1.5rem;
}

.p-development-comparison__visual-item.is-active {
	height: auto;
	padding: 1.25rem 0.625rem;
}

.p-development-comparison__visual-item.is-active .p-development-comparison__visual-item-title .-title {
	font-size: 1.25rem;
}

.p-development-comparison__bottom {
	gap: 2.5rem;
	padding-inline: 0rem;
	grid-template-columns: 1fr;
	margin-top: 2.5rem;
}

.p-development-comparison__message.c-text p + p {
	margin-top: 1rem;
}

.p-development-service {
	padding-bottom: 9.375rem;
}

.p-development-service__content-container {
	gap: 2.5rem;
}

.p-development-service__items {
	grid-gap: 2.5rem 0px;
	grid-template-columns: 1fr;
}

.p-development-service__item {
	margin-inline: auto;
}

.p-development-service__item-img {
	width: 3.125rem;
}

.p-development-service__item-img img {
	width: 3.125rem;
}

.p-development-service__item-text-box {
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.p-development-service__item-text-box.--pc {
	display: none;
}

.p-development-service__item-text-box.--sp {
	display: grid;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text {
	padding-inline: 0;
	margin-top: 1.875rem;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text:nth-child(-n+3) {
	padding-bottom: 0;
}

.p-development-service__item-text-box > .p-development-service__item-text.c-text:nth-child(n+4) {
	padding-bottom: 0;
}

.p-development-service__change {
	padding: 1.25rem;
}

.p-development-service__change-text {
	margin-top: 1.25rem;
	text-align: left;
}

.p-entry-404 {
	padding-block: 15vh 25vh;
}

.p-entry-404__head {
	font-size: 2.25rem;
}

.p-entry-404__lead {
	font-size: 1.5rem;
}

.p-support-merit__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.c-sec-title-row.p-support-merit__title {
	margin-bottom: 2.5rem;
}

.p-support-merit__items {
	padding-inline: 0;
	row-gap: unset;
	-moz-column-gap: unset;
	-webkit-column-gap: unset;
	column-gap: unset;
	display: block;
}

.p-support-merit__item {
	margin-inline: auto;
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-support-merit__item-title {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-support-merit__logo {
	margin-block: 1.875rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	overflow: hidden;
}

.p-support-merit__logo::before {
	width: 100%;
}

.p-support-merit__logo::after {
	width: 100%;
}

.p-support-merit__logo img {
	margin-inline: 1.25rem;
}

.p-support-option {
	margin-top: 2.1875rem;
	padding-bottom: 10rem;
}

.p-support-option__head {
	gap: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-support-option__title.c-sec-title {
	margin-bottom: 0;
}

.p-support-option__lead.c-text.c-deco {
	margin-top: 1.75rem;
}

.p-support-option__items {
	grid-gap: 2.5rem 0px;
	grid-template-columns: 1fr;
	margin-top: 5rem;
}

.p-support-option__items .c-visual-card {
	height: 23.75rem;
}

.p-support-option__item.c-visual-card:nth-child(odd) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-support-price {
	padding-block: 5rem 2.5rem;
}

.p-support-price__body {
	margin-top: 2.5rem;
}

.p-support-price__lead.c-text {
	font-size: 1.25rem;
}

.p-support .l-subpage-about .c-sec-title .c-sec-title__en {
	font-size: 2.25rem;
}

.p-top-about {
	background: url("../images/top/about_bg-sp.webp") no-repeat top center/cover;
	padding-bottom: 5rem;
}

.p-top-about__content {
	gap: 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-about--no-rep .p-top-about__content {
	padding-inline: 0;
}

.p-top-about__img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-about__photo {
	border-radius: 1rem;
}

.p-top-about--no-rep .p-top-about__text-col {
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-about--no-rep .p-top-about__title-wrap {
	max-width: none;
}

.p-top-about--no-rep .p-top-about__main {
	max-width: none;
}

.p-top-about__text {
	margin-top: 1.875rem;
}

.p-top-about--has-rep .p-top-about__main .p-top-about__text:first-of-type {
	margin-top: 1.25rem;
}

.p-top-about__link-wrap {
	margin-top: 2.5rem;
}

.p-top-contact {
	background: url("../images/top/contact_bg-sp.webp") no-repeat center center/cover;
	padding-bottom: 9.375rem;
}

.p-top-contact__content {
	gap: 2.5rem 0;
	grid-template-columns: 1fr;
}

.p-top-contact__title.c-sec-title {
	gap: 0.875rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	margin-bottom: 0;
	position: static;
	top: 0;
	-webkit-transform: none;
	transform: none;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-contact__field {
	gap: 0.375rem 0;
	grid-template-columns: 1fr;
}

.p-top-contact__input,
.p-top-contact__textarea {
	border-radius: 0.125rem;
	padding: 0.5rem 0.625rem;
}

.p-top-contact__textarea {
	min-height: 8.75rem;
}

.p-top-contact__radios {
	gap: 0.875rem 2rem;
}

.p-top-contact__field--radios {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.p-top-contact__form .p-top-contact__control .wpcf7-radio {
	gap: 0.875rem 2rem;
}

.p-top-contact__policy {
	height: 10rem;
	margin-top: 1.25rem;
	padding: 0.625rem;
}

.p-top-contact__actions {
	margin-top: 2.5rem;
}

.p-top-contact__submit {
	font-size: 1rem;
	min-width: 18.75rem;
	padding: 0.875rem 1.25rem;
}

.p-top-contact__form .top-contact__form-item {
	gap: 0.375rem 0;
	grid-template-columns: 1fr;
}

.p-top-contact__form .top-contact__form-item-data input.wpcf7-text,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-email,
.p-top-contact__form .top-contact__form-item-data input.wpcf7-tel,
.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea {
	border-radius: 0.125rem;
	padding: 0.5rem 0.625rem;
}

.p-top-contact__form .top-contact__form-item-data textarea.wpcf7-textarea {
	min-height: 8.75rem;
}

.p-top-contact__form .top-contact__form-privacy {
	height: 10rem;
	margin-top: 1.25rem;
	padding: 0.625rem;
}

.p-top-contact__form .top-contact__form-btn-wrap {
	margin-top: 2.5rem;
}

.p-top-contact__form .top-contact__form-btn::after {
	right: 1rem;
}

.p-top-contact__form .top-contact__form-btn .wpcf7-submit {
	margin-inline: auto;
	font-size: 1rem;
	max-width: 20.625rem;
	min-width: 0;
	padding: 1.125rem 3rem;
	width: 100%;
}

.p-top-contact__form.wpcf7-form .p-top-contact__actions {
	margin-top: 2.5rem;
}

.p-top-contact__form.wpcf7-form .p-top-contact__actions .wpcf7-submit {
	margin-inline: auto;
	background-position: right 1rem center;
	font-size: 1rem;
	max-width: 20.625rem;
	min-width: 0;
	padding: 1.125rem 3rem;
	width: 100%;
}

.p-top-gallery__list {
	gap: 0.625rem;
	-webkit-padding-end: 0.625rem;
	padding-inline-end: 0.625rem;
}

.p-top-gallery__slide {
	max-width: 12.5rem;
}

.p-top-hero {
	height: 37.5rem;
}

.p-top-hero__video-wrap {
	border-radius: 0 0 2.5rem 2.5rem;
	height: 100%;
	width: 100%;
}

.p-top-hero__video {
	-o-object-fit: cover;
	border-radius: 0 0 2.5rem 2.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-hero__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 0;
}

.p-top-hero__text {
	padding-inline: 1.25rem;
	margin-top: 2.5rem;
}

.p-top-hero__text.--sp {
	display: block;
}

.p-top-hero__text.--pc {
	display: none;
}

.p-top-news__content {
	gap: 2.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-news__side {
	width: 100%;
}

.p-top-news__title.c-sec-title {
	margin-bottom: 1.25rem;
}

.p-top-news__actions .c-btn {
	margin-inline: 0;
}

.p-top-news__main {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.p-top-news__item {
	gap: 0.5rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem 0;
}

.p-top-news__title-text.c-text {
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	min-height: 0;
	width: 100%;
}

.p-top-service__head {
	gap: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-service__lead.c-deco {
	margin-top: 1.75rem;
}

.p-top-service__items {
	grid-gap: 2.5rem 0px;
	grid-template-columns: 1fr;
}

.c-btn {
	margin-inline: auto;
}

.c-card {
	margin-inline: auto;
	max-width: none;
	padding-right: 0.6875rem;
}

.c-card__title {
	font-size: 1.25rem;
	margin-top: 1.875rem;
}

.c-card__text {
	margin-top: 1.25rem;
}

.c-deco {
	padding-left: 0.9375rem;
}

.c-deco::before {
	height: 1.25rem;
	top: 0.375rem;
}

.c-sec-title-row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-sec-title-row .-en {
	font-size: 2rem;
}

.c-sec-title-row .-ja {
	display: block;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-left: 4.0625rem;
}

.c-sec-title {
	margin-bottom: 1.875rem;
}

.c-sec-title .c-sec-title__ja {
	padding-bottom: 0.375rem;
}

.c-sec-title .c-sec-title__en {
	font-size: 3.75rem;
}

.p-top .c-sec-title {
	margin-bottom: 1.25rem;
}

.c-visual-card {
	margin-inline: auto;
	height: 18.75rem;
	max-width: 20.9375rem;
	padding: 1.25rem 0.625rem;
}

.c-visual-card:nth-child(even) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.c-visual-card__title {
	margin-top: 1.875rem;
}

.l-drawer {
	display: block;
	height: 100dvh;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
	width: 100%;
	z-index: 120;
}

.l-drawer.is-show {
	pointer-events: auto;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.l-drawer__inner {
	-webkit-overflow-scrolling: touch;
	background: #3b3533;
	border-radius: 0 0 0 5.25rem;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow-y: auto;
	padding: 8.125rem 1.25rem 5rem;
}

.l-drawer__menu {
	gap: 0.625rem;
	display: grid;
}

.l-drawer__menu-link {
	gap: 0.625rem;
	padding-block: 0.625rem;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	padding-left: 1.375rem;
	position: relative;
}

.l-drawer__menu-link .-en {
	color: #73b1ae;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.l-drawer__menu-link .-ja {
	color: #fcfcfc;
	font-size: 0.8125rem;
	font-weight: 400;
}

.l-drawer__menu-link .-icon {
	height: 1rem;
	width: 1rem;
}

.l-drawer__lang {
	margin-top: 2.25rem;
	padding-left: 1.375rem;
}

.l-drawer__lang-heading {
	color: #73b1ae;
	font-family: "Jost", sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 0.875rem;
	text-transform: uppercase;
}

.l-drawer__lang-list {
	gap: 0.625rem 0.75rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.l-drawer__lang-item {
	margin: 0;
}

.l-drawer__lang-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(252, 252, 252, .35);
	border-radius: 6.25rem;
	color: #fcfcfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.25;
	min-height: 2.75rem;
	padding: 0.5rem 0.75rem;
	text-align: center;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.l-drawer__lang-link:hover,
.l-drawer__lang-link:focus-visible {
	border-color: #73b1ae;
	color: #73b1ae;
}

.l-drawer__lang-link:focus-visible {
	outline: 2px solid #73b1ae;
	outline-offset: 2px;
}

.l-drawer__lang-link.is-current {
	background-color: #73b1ae;
	border-color: #73b1ae;
	color: #fcfcfc;
	font-weight: 700;
}

.l-drawer__lang-link.is-current:hover,
.l-drawer__lang-link.is-current:focus-visible {
	background-color: #73b1ae;
	border-color: #73b1ae;
	color: #fcfcfc;
}

.l-drawer__sns {
	gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
	padding-left: 1.375rem;
}

.l-drawer__sns-link {
	aspect-ratio: 1/1;
	background: transparent;
	border-radius: 50%;
	color: #9ab9b7;
	display: grid;
	font-family: "Jost", sans-serif;
	font-size: 0.625rem;
	place-items: center;
	width: 1.875rem;
}

.l-drawer__sns-link svg > g > path:first-child {
	fill: transparent;
}

button.l-drawer__sns-link {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
}

.l-drawer__overlay {
	inset: 0;
	background: rgba(0, 0, 0, .18);
	display: block;
	opacity: 0;
	position: fixed;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 110;
}

.l-drawer__overlay.is-show {
	opacity: 1;
	visibility: visible;
}

body.is-fixed {
	overflow: hidden;
}

.l-footer {
	border-radius: 2.5rem 2.5rem 0 0;
	margin-top: -5rem;
}

.l-footer__inner {
	padding-block: 5rem 1.25rem;
}

.l-footer__main {
	margin-inline: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__logo {
	margin-inline: auto;
	max-width: 16.25rem;
}

.l-footer__address {
	margin-top: 2.25rem;
}

.l-footer__link {
	padding-block: 0.3125rem;
}

.l-footer__link .-icon {
	height: 0.75rem;
	width: 0.75rem;
}

.l-footer__link .-ja {
	font-size: 0.8125rem;
}

.l-footer__link .-en {
	font-size: 0.625rem;
	margin-left: 0;
}

.l-footer__bottom {
	gap: 1.75rem;
}

.l-footer__copyright-text {
	font-size: 0.625rem;
}

.l-footer__privacy {
	font-size: 0.625rem;
}

.l-hamburger {
	background-color: #73b1ae;
	border-radius: 50%;
	display: grid;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 2.5rem;
	place-items: center;
	position: relative;
	width: 2.5rem;
	z-index: 130;
}

.l-hamburger::before,
.l-hamburger::after {
	background-color: #fcfcfc;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 1.25rem;
}

.l-hamburger::before {
	-webkit-transform: translate(-50%, calc(-50% - 0.25rem)) rotate(0deg);
	transform: translate(-50%, calc(-50% - 0.25rem)) rotate(0deg);
}

.l-hamburger::after {
	-webkit-transform: translate(-50%, calc(-50% + 0.25rem)) rotate(0deg);
	transform: translate(-50%, calc(-50% + 0.25rem)) rotate(0deg);
}

.l-hamburger.is-show::before {
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
}

.l-hamburger.is-show::after {
	-webkit-transform: translate(-50%, -50%) rotate(-225deg);
	transform: translate(-50%, -50%) rotate(-225deg);
}

.l-header {
	height: 3.1875rem;
	padding-top: 0.3125rem;
}

.l-header__inner {
	padding-inline: 1.25rem;
}

.l-header__gnav {
	display: none;
}

.l-header__service-menu {
	display: none;
}

.l-header.is-scrolled {
	padding-block: 0.125rem;
	height: 3.1875rem;
}

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-section--mt {
	margin-top: 5rem;
}

.l-section--pt {
	padding-top: 5rem;
}

.l-subpage-about__content {
	padding-inline: 1.25rem;
}

.l-subpage-about__content::before {
	height: 17.9375rem;
	left: auto;
	right: 1.25rem;
	top: 3.5625rem;
	-webkit-transform: none;
	transform: none;
	width: 17.9375rem;
}

.l-subpage-about__content .c-sec-title {
	margin-bottom: 0.3125rem;
}

.l-subpage-about__title.c-sec-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.l-subpage-about__title.c-sec-title .c-sec-title__en {
	max-width: 100%;
	word-wrap: break-word;
}

html[lang|=en] .l-subpage-about__title .c-sec-title__en {
	font-size: clamp(2rem, 9.2vw, 3.75rem);
}

.l-subpage-about__main {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
}

.l-subpage-about__title-wrap {
	display: contents;
}

.l-subpage-about__lead {
	font-size: 1.25rem;
	margin-top: 2.5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.l-subpage-about__text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.l-subpage-about__text:first-of-type {
	margin-top: 1.25rem;
}

.l-subpage-about__image {
	margin-top: 0.3125rem;
	position: static;
}

.l-subpage-fv {
	padding-block: 6.875rem 1.625rem;
	border-radius: 0 0 0 2.5rem;
	margin-bottom: 5rem;
	min-height: 18.75rem;
}

.l-subpage-fv__breadcrumb {
	padding-top: 0.3125rem;
}

.l-subpage-fv__breadcrumb-current::after {
	top: -0.375rem;
}

.l-subpage-fv__title {
	font-size: 2.5rem;
}

html[lang|=en] .l-subpage-fv--development .l-subpage-fv__title {
	font-size: 2.5rem;
	letter-spacing: 0.04em;
}

html[lang|=en] .l-subpage-fv--development .l-subpage-fv__title-sub {
	letter-spacing: 0.02em;
	white-space: normal;
}

.l-subpage-fv--company {
	background-image: url("../images/company/fv_img-sp.webp");
}

.l-subpage-fv--buying-and-selling {
	background-image: url("../images/buy-sell/fv_img-sp.webp");
}

.l-subpage-fv--development {
	background-image: url("../images/development/fv_img-sp.webp");
}

.l-subpage-fv--support {
	background-image: url("../images/support/fv_img-sp.webp");
}

.l-subpage-fv--consultation {
	background-image: url("../images/consultation/fv_img-sp.webp");
}

.l-subpage-fv--case {
	background-image: url("../images/case/fv_img-sp.webp");
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes gallery-scroll {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

}

@keyframes gallery-scroll {

from {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

to {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}

}


/*# sourceMappingURL=style.css.map */
