body {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

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

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

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	-webkit-filter: blur(10px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-head {
	background-color: #268c96;
	border-radius: 0.625rem;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1;
	padding-block: 7px;
	padding-block: 0.4375rem;
	padding-inline: 20px;
	padding-inline: 1.25rem;
	text-align: center;
	width: min(100%, 127px);
	width: min(100%, 7.9375rem);
}

.c-head--gray {
	background-color: #6a6a6a;
}

.c-pagination .nav-links {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-single .c-pagination .nav-links {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-pagination .page-numbers.current,
.c-pagination .page-numbers {
	color: #538c96;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-weight: 300;
	line-height: 1;
	margin-left: 12px;
	margin-left: 0.75rem;
	margin-right: 12px;
	margin-right: 0.75rem;
	padding: 4px 10px;
}

.c-pagination .page-numbers.current {
	-webkit-transition: all 0.3s;
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	transition: all 0.3s;
}

.c-pagination .next.page-numbers,
.c-pagination .prev.page-numbers {
	height: 30px;
	height: 1.875rem;
	position: absolute;
	width: 30px;
	width: 1.875rem;
}

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

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

.c-pagination .prev.page-numbers span,
.c-pagination .next.page-numbers span,
.c-pagination .nav-previous span,
.c-pagination .nav-next span {
	-webkit-transform: translateY(-50%);
	background-image: url(../../assets/images/common/next.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 16px;
	height: 1rem;
	position: absolute;
	transform: translateY(-50%);
	width: 18px;
	width: 1.125rem;
}

.c-pagination .next.page-numbers span,
.c-pagination .nav-next span {
	top: 50%;
}

.c-pagination .prev.page-numbers span,
.c-pagination .nav-previous span {
	-webkit-transform: rotate(180deg);
	top: 23%;
	transform: rotate(180deg);
}

.c-pagination .nav-previous a {
	font-size: 14px;
	font-size: 0.875rem;
	padding-left: 25px;
	padding-left: 1.5625rem;
}

.c-pagination .nav-next a {
	font-size: 14px;
	font-size: 0.875rem;
	padding-right: 25px;
	padding-right: 1.5625rem;
}

.c-pagination .nav-next {
	margin-left: auto;
}

.c-pagination .nav-previous span {
	left: 0;
}

.c-pagination .nav-next span {
	right: 0;
}

.c-read {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.75;
}

.c-text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2.3333333333;
}

.c-title-border {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: border-color 0.3s ease, color 0.3s ease;
	align-items: center;
	border-bottom: 1px solid transparent;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 1.2941176471;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 26px;
	padding-left: 1.625rem;
	position: relative;
	transition: border-color 0.3s ease, color 0.3s ease;
}

.c-title-border::before {
	background-color: #538c96;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	width: 15px;
	width: 0.9375rem;
}

.c-title {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

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

.c-title__en {
	color: #538c96;
	font-family: "Roboto", sans-serif;
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 100;
	line-height: 1.3166666667;
}

.c-title__en::first-letter {
	text-transform: uppercase;
}

.c-title__ja {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #707070;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
}

.c-title--br .c-title__en {
	font-size: 55px;
	font-size: 3.4375rem;
	line-height: 1;
}

.c-title--br .c-title__ja {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.c-top-link {
	color: #727272;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	padding-bottom: 6px;
	padding-bottom: 0.375rem;
	position: relative;
	text-transform: capitalize;
	width: 75px;
	width: 4.6875rem;
}

.c-top-link::before {
	background-color: #d2d2d2;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-top-link::after {
	-webkit-transition: 0.3s;
	background-color: #538c96;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: 0.3s;
	width: 10px;
	width: 0.625rem;
}

.l-construction {
	margin-top: 120px;
	margin-top: 7.5rem;
	padding-bottom: 256px;
	padding-bottom: 16rem;
}

.l-contact {
	margin-top: 95px;
	margin-top: 5.9375rem;
}

.l-flowchart {
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-bottom: 45px;
	padding-bottom: 2.8125rem;
}

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

.l-header {
	inset-inline: 0;
	position: fixed;
	z-index: 900;
}

.l-history {
	margin-top: 150px;
	margin-top: 9.375rem;
}

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

.l-message {
	margin-top: 136px;
	margin-top: 8.5rem;
}

.l-news-page {
	margin-top: 96px;
	margin-top: 6rem;
}

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

.l-overview {
	margin-top: 147px;
	margin-top: 9.1875rem;
	padding-bottom: 297px;
	padding-bottom: 18.5625rem;
}

.l-philosophy {
	margin-top: 140px;
	margin-top: 8.75rem;
}

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

.l-single {
	margin-top: 96px;
	margin-top: 6rem;
}

.l-sub-top {
	margin-top: 95px;
	margin-top: 5.9375rem;
}

.l-top-about {
	margin-top: min(65.8666666667vw, 300px);
	margin-top: min(65.8666666667vw, 18.75rem);
	padding-bottom: min(61.8666666667vw, 260px);
	padding-bottom: min(61.8666666667vw, 16.25rem);
}

.l-top-company {
	margin-top: 110px;
	margin-top: 6.875rem;
	padding-bottom: 38px;
	padding-bottom: 2.375rem;
	padding-top: 36px;
	padding-top: 2.25rem;
}

.l-top-flowchart {
	margin-top: 195px;
	margin-top: 12.1875rem;
}

.l-top-news {
	margin-top: 100px;
	margin-top: 6.25rem;
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
}

.l-top-services {
	margin-top: 117px;
	margin-top: 7.3125rem;
}

.l-trivia {
	margin-top: 142px;
	margin-top: 8.875rem;
	padding-bottom: 198px;
	padding-bottom: 12.375rem;
}

.p-construction-list {
	display: grid;
	gap: 98px;
	gap: 6.125rem;
}

.p-construction-list__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-grid;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.2em;
	grid-template-columns: repeat(2, auto);
	line-height: 1.3333333333;
}

.p-construction-list__head::before {
	color: #538c96;
	content: "■";
	font-size: 16px;
	font-size: 1rem;
}

.p-construction-list__scroll {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	overflow-x: auto;
}

.p-construction-list__scroll::-webkit-scrollbar {
	height: 4px;
	height: 0.25rem;
	width: 4px;
	width: 0.25rem;
}

.p-construction-list__scroll::-webkit-scrollbar-thumb {
	background-color: #538c96;
	border-radius: 9999px;
}

.p-construction-list__column {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: grid;
	grid-template-columns: repeat(4, minmax(170px, 15.9375rem));
	justify-content: space-between;
	margin-top: 24px;
	margin-top: 1.5rem;
	min-width: 1100px;
	min-width: 68.75rem;
}

.p-construction-list__column-term {
	font-size: max(10px, 15px);
	font-size: max(10px, 0.9375rem);
	line-height: 1.8666666667;
}

.p-construction {
	overflow-x: clip;
}

.p-construction__title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	text-align: center;
}

.p-construction__container {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-construction__text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-construction__img {
	margin-inline: calc(50% - 50vw);
	margin-top: -62px;
	margin-top: -3.875rem;
}

.p-construction__img img {
	-o-object-fit: cover;
	aspect-ratio: 375/445;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-contact {
	padding-bottom: 200px;
	padding-bottom: 12.5rem;
}

.p-contact__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2.3333333333;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-contact__tel {
	color: #538c96;
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 300;
	line-height: 1.3142857143;
	margin-top: 28px;
	margin-top: 1.75rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact__tel:before {
	-webkit-transform: translateY(-50%);
	background-image: url(../../assets/images/common/tell.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 30px;
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	width: 1.5625rem;
}

.p-contact__container {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin: 104px auto 0;
	margin: 6.5rem auto 0;
}

.p-contact__container-title {
	border-bottom: 2px solid #538c96;
	color: #538c96;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 2;
	margin: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-contact__policy-box {
	border: 1px solid #8c8c8c;
	height: 247px;
	height: 15.4375rem;
	margin-top: 45px;
	margin-top: 2.8125rem;
	overflow: hidden;
	padding: 15px 13px 15px 28px;
	padding: 0.9375rem 0.8125rem 0.9375rem 1.75rem;
	width: 100%;
}

.p-contact__policy-box-content {
	height: 232px;
	height: 14.5rem;
	overflow-y: scroll;
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
	padding-right: 15px;
	padding-right: 0.9375rem;
	padding-top: 15px;
	padding-top: 0.9375rem;
}

.p-contact__policy-box-content::-webkit-scrollbar {
	width: 3px;
}

.p-contact__policy-box-content::-webkit-scrollbar-thumb {
	background: #538c96;
	border-radius: 5px;
	width: 3px;
}

.p-contact__policy-box-title {
	color: #538c96;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.p-contact__policy-box-wrap {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.p-contact__policy-box-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.2857142857;
}

.p-contact__policy-box-head {
	color: #538c96;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.2857142857;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-contact__contents {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-contact__content {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.p-contact__head {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2.6666666667;
}

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

.p-contact__required {
	background-color: #538c96;
	color: #fff;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 20px;
	height: 1.25rem;
	line-height: 1.5384615385;
	margin-left: 16px;
	margin-left: 1rem;
	text-align: center;
	width: 60px;
	width: 3.75rem;
}

.p-contact__item {
	width: 100%;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea {
	background-color: #eaefee;
	font-size: 16px;
	font-size: 1rem;
	height: 40px;
	height: 2.5rem;
	line-height: 1.875;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	width: 100%;
}

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

.p-contact__policy {
	margin-top: 45px;
	margin-top: 2.8125rem;
	text-align: center;
}

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

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

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

.p-contact__item-checkbox input[type=checkbox] + span::before {
	-webkit-transform: translateY(-50%);
	background: #eaefee;
	content: "";
	height: 20px;
	height: 1.25rem;
	left: -20px;
	left: -1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	width: 1.25rem;
}

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

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

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

.p-contact__btn input[type=submit],
.p-contact__btn input[type=button] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: all 0.3s;
	align-items: center;
	background-color: #538c96;
	border: 1px solid #538c96;
	color: #fff;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 66px;
	height: 4.125rem;
	justify-content: center;
	letter-spacing: 0.2em;
	line-height: 2.6666666667;
	margin: auto;
	text-align: center;
	transition: all 0.3s;
	width: 216px;
	width: 13.5rem;
}

.p-contact__btn input[type=submit]:hover,
.p-contact__btn input[type=button]:hover,
.p-contact__btn input[type=submit]:focus,
.p-contact__btn input[type=button]:focus {
	background-color: #538c96;
	color: #fff;
	opacity: 1;
}

.wpcf7-spinner {
	position: absolute;
}

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

.p-flowchart__pc-img {
	display: none;
}

.p-flowchart__pc-img img {
	-o-object-fit: cover;
	aspect-ratio: 1200/1604;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-flowchart__img {
	aspect-ratio: 335/448;
	background-color: transparent;
	height: auto;
	position: relative;
	width: 100%;
}

.p-flowchart__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	gap: 0.25rem;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.p-flowchart__zoom-in,
.p-flowchart__zoom-out {
	aspect-ratio: 1/1;
	background: #84aab1;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: relative;
	width: 20px;
	width: 1.25rem;
}

.p-flowchart__zoom-in::before,
.p-flowchart__zoom-in::after,
.p-flowchart__zoom-out::before {
	-webkit-transform: translate(-50%, -50%);
	background-color: #fff;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	z-index: 1;
}

.p-flowchart__zoom-in::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.leaflet-container a {
	color: #d2d2d2;
}

.p-footer {
	background-color: #538c96;
	color: #fff;
	padding-bottom: 55px;
	padding-bottom: 3.4375rem;
	padding-top: 60px;
	padding-top: 3.75rem;
	text-align: center;
	width: 100%;
}

.p-footer__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 100%;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__logo img {
	-o-object-fit: contain;
	aspect-ratio: 211/124;
	height: auto;
	max-width: 211px;
	max-width: 13.1875rem;
	object-fit: contain;
	width: 100%;
}

.p-footer__address {
	font-size: 15px;
	font-size: 0.9375rem;
	font-style: normal;
	line-height: 1.4;
	margin-top: 32px;
	margin-top: 2rem;
}

.p-footer__tel {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 300;
	line-height: 1.3;
	margin: 10px auto 0;
	margin: 0.625rem auto 0;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__mail {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 auto;
	padding: 10px;
	padding: 0.625rem;
	padding-left: 35px;
	padding-left: 2.1875rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-footer__mail::before {
	-webkit-transform: translateY(-50%);
	background-image: url(../../assets/images/common/mail.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 14px;
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
	width: 1.3125rem;
}

.p-footer__copyright {
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.3333333333;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

body.is-fixed {
	overflow: hidden;
}

.p-header {
	background-color: rgba(255, 255, 255, .8);
	height: 60px;
	height: 3.75rem;
}

.p-header__inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.p-header__logo {
	height: inherit;
	max-width: 35px;
	max-width: 2.1875rem;
	width: 100%;
}

.p-header__logo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

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

.p-header__nav {
	display: none;
	height: inherit;
}

.p-header__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

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

.p-header__nav-item.p-header__nav-item--contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 18px;
	margin-left: 1.125rem;
}

.p-header__nav-item a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-transition: 0.5s;
	align-items: center;
	color: #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	height: inherit;
	line-height: 1.4285714286;
	padding: 0 18px;
	padding: 0 1.125rem;
	position: relative;
	text-transform: capitalize;
	transition: 0.5s;
}

.p-header__nav-item.p-header__nav-item--contact a {
	-webkit-transition: 0.5s;
	border: 1px solid #538c96;
	border-radius: 23px;
	color: #538c96;
	height: auto;
	height: initial;
	padding: 10px 48px;
	padding: 0.625rem 3rem;
	position: relative;
	transition: 0.5s;
}

.p-header__nav-item a span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	background-color: transparent;
	border-radius: 5px;
	bottom: 18px;
	bottom: 1.125rem;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: 0.5s;
	width: calc(100% - 2.25rem);
}

.p-header__nav-item a:hover {
	color: #538c96;
	opacity: 1;
}

.p-header__nav-item a:hover span {
	background-color: #538c96;
}

.p-header__nav-item.p-header__nav-item--contact a:hover {
	background-color: #538c96;
	color: #fff;
	opacity: 1;
}

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

.p-header__hamburger.is-open {
	background-color: transparent;
}

.p-header__hamburger span {
	-webkit-transform: translateX(-50%);
	-webkit-transition: 0.5s;
	background-color: #538c96;
	display: block;
	height: 1px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 25px;
	width: 1.5625rem;
}

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

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

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

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

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

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

.p-header__drawer {
	background-color: #538c96;
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 64px 0 84px;
	padding: 4rem 0 5.25rem;
	position: absolute;
	right: 0;
	scrollbar-width: none;
	top: 0;
	width: 100%;
	z-index: 900;
}

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

.p-header__drawer-logo {
	margin: auto;
	max-width: 211px;
	max-width: 13.1875rem;
}

.p-header__drawer-logo img {
	-o-object-fit: contain;
	aspect-ratio: 211/128;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-header__drawer-list {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.p-header__drawer-item a {
	color: #fff;
	display: block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.3181818182;
	padding: 12px 0;
	padding: 0.75rem 0;
	text-align: center;
	text-transform: capitalize;
}

.p-header__drawer-item.p-header__drawer-item--tell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	margin-top: 22px;
	margin-top: 1.375rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-header__drawer-item.p-header__drawer-item--tell a {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.8666666667;
	text-transform: uppercase;
}

.p-history__content {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-history__list {
	border-top: 1px solid #e2e2e2;
}

.p-history__item {
	border-bottom: 1px solid #e2e2e2;
	padding-block: 30px;
	padding-block: 1.875rem;
}

.p-history__date {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
}

.p-history__title {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.p-message__read {
	letter-spacing: -0.05em;
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.p-message__text-wrap {
	margin-top: 56px;
	margin-top: 3.5rem;
}

.p-message__text + .p-message__text {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-message__img {
	margin-inline: auto;
	margin-top: 75px;
	margin-top: 4.6875rem;
}

.p-message__img img {
	-o-object-fit: contain;
	aspect-ratio: 200/248;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-message__img-name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	gap: 20px;
	gap: 1.25rem;
	justify-content: center;
	line-height: 1;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-message__img-name span {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
}

.p-news-content {
	border-top: 1px solid #e2e2e2;
}

.p-news-content__link {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-transition: 0.5s;
	border-bottom: 1px solid #e2e2e2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 36px 0;
	padding: 2.25rem 0;
	transition: 0.5s;
}

.p-news-content--top .p-news-content__link {
	padding-block: 22px;
	padding-block: 1.375rem;
}

.p-news-content__date {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-news-content__text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.7333333333;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-news-page {
	padding-bottom: 423px;
	padding-bottom: 26.4375rem;
}

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

.p-news-page__pagination {
	margin-top: 40.5px;
	margin-top: 2.53125rem;
}

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

.p-overview__list {
	border-top: 1px solid #e2e2e2;
}

.p-overview__wrap {
	border-bottom: 1px solid #e2e2e2;
	display: grid;
	gap: 35px;
	gap: 2.1875rem;
	grid-template-columns: 4.6875rem auto;
	padding-block: 26px;
	padding-block: 1.625rem;
}

.p-overview__wrap--map {
	grid-template-areas: "term description" "map map";
	row-gap: 20px;
	row-gap: 1.25rem;
}

.p-overview__wrap--center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-overview__term {
	-moz-text-align-last: justify;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6666666667;
	text-align-last: justify;
}

.p-overview__wrap--map .p-overview__term {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: term;
}

.p-overview__description {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6666666667;
}

.p-overview__wrap--map .p-overview__description {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
	grid-area: description;
}

.p-overview__map {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: map;
}

.p-overview__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 335/250;
	border: none;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-overview__description-item {
	word-wrap: anywhere;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6666666667;
	padding-left: 1em;
	position: relative;
	text-indent: -0.5em;
	word-break: keep-all;
}

.p-overview__description-item::before {
	content: "・";
	font-size: 13px;
	font-size: 0.8125rem;
	left: 0.2em;
	position: absolute;
	top: 0.1em;
}

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

.p-philosophy__text {
	word-wrap: anywhere;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.3333333333;
	margin-top: 20px;
	margin-top: 1.25rem;
	word-break: keep-all;
}

.p-service {
	background-color: #f2f0ea;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
	padding-top: 55px;
	padding-top: 3.4375rem;
	position: relative;
	z-index: 3;
}

.p-service.p-service--construction {
	background-color: #dce7ea;
	z-index: 2;
}

.p-service.p-service--after {
	background-color: #c5d6db;
	z-index: 1;
}

.p-service.p-service--others {
	background-color: #84aab1;
	color: #fff;
}

.p-service::after {
	-webkit-transform: translateX(-50%);
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: inherit;
	bottom: -23px;
	bottom: -1.4375rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 25px;
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 54px;
	width: 3.375rem;
	z-index: 1;
}

.p-service--after::after,
.p-service--others::after {
	content: none;
}

.p-service__title {
	border-bottom: 2px solid #538c96;
	padding-bottom: 19px;
	padding-bottom: 1.1875rem;
}

.p-service--others .p-service__title {
	border-color: #fff;
}

.p-service__en {
	color: #538c96;
	font-family: "Roboto", sans-serif;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: 100;
	line-height: 1.32;
}

.p-service--others .p-service__en {
	color: #fff;
}

.p-service__ja {
	color: #787878;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.p-service--others .p-service__ja {
	color: #fff;
}

.p-service__container + .p-service__container {
	margin-top: 92px;
	margin-top: 5.75rem;
}

.p-service__content {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-service__content + .p-service__content {
	margin-top: 92px;
	margin-top: 5.75rem;
}

.p-service--after .p-service__read {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

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

.p-service--construction .p-service__text {
	padding-right: 22px;
	padding-right: 1.375rem;
}

.p-service__note {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2.6923076923;
	padding-left: 1em;
	text-indent: -1em;
}

.p-service__list {
	-ms-flex-wrap: wrap;
	border: 1px solid #538c96;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 405px;
	max-width: 25.3125rem;
	padding-block: 22px;
	padding-block: 1.375rem;
	padding-left: 24px;
	padding-left: 1.5rem;
	padding-right: 12px;
	padding-right: 0.75rem;
}

.p-service--others .p-service__list {
	border-color: #fff;
}

.p-service__item,
.p-service__item--delta {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.1428571429;
	padding-left: 1.1em;
	padding-right: 1em;
	position: relative;
}

.p-service--after .p-service__item,
.p-service--after .p-service__item--delta {
	font-weight: 500;
}

.p-service__item::before,
.p-service__item--delta::before {
	color: #538c96;
	content: "■";
	font-size: 13px;
	font-size: 0.8125rem;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0.7em;
}

.p-service__item--delta {
	line-height: 1.7857142857;
	width: 100%;
}

.p-service__item--delta::before {
	top: 0.5em;
}

.p-service__item--delta + .p-service__item--delta {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-service__item--delta + .p-service__item + .p-service__item,
.p-service__item--delta + .p-service__item--delta + .p-service__item,
.p-service__item--delta + .p-service__item + .p-service__item--delta,
.p-service__item--delta + .p-service__item--delta + .p-service__item--delta {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-service__item-dot {
	font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	margin-left: 0.3em;
}

.p-service__item-small {
	display: block;
	margin-left: -0.4em;
}

.p-service__wrap {
	border: 1px solid #fff;
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 405px;
	max-width: 25.3125rem;
	padding-block: 22px;
	padding-block: 1.375rem;
	padding-left: 24px;
	padding-left: 1.5rem;
	padding-right: 12px;
	padding-right: 0.75rem;
}

.p-service__wrap-item {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2.1428571429;
	padding-left: 1.1em;
	padding-right: 1em;
	position: relative;
}

.p-service__wrap-item::before {
	color: #fff;
	content: "■";
	font-size: 13px;
	font-size: 0.8125rem;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0.3em;
}

.p-service__img {
	margin-inline: auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 286px;
	width: 17.875rem;
}

.p-service--after .p-service__content:nth-of-type(2) .p-service__img {
	width: 293px;
	width: 18.3125rem;
}

.p-service--others .p-service__img {
	width: 316px;
	width: 19.75rem;
}

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

.p-single {
	padding-bottom: 196px;
	padding-bottom: 12.25rem;
}

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

.p-single__date {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4285714286;
}

.p-single__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.p-single__thumbnail {
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 100%;
}

.p-single__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 1200/675;
	height: auto;
	object-fit: cover;
	width: 100%;
}

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

.p-single__content p {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2.3333333333;
}

.p-single__pagination {
	margin-top: 88px;
	margin-top: 5.5rem;
	position: relative;
}

.p-single__btn {
	-webkit-transform: translate(-50%, -50%);
	content: "";
	font-size: 13px;
	font-size: 0.8125rem;
	height: inherit;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-sub-fv {
	overflow-x: clip;
}

.p-sub-fv__text {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.9090909091;
	margin-top: 38px;
	margin-top: 2.375rem;
}

.p-sub-fv__img {
	margin-right: calc(50% - 50vw);
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-sub-fv--company .p-sub-fv__img {
	margin-top: 124px;
	margin-top: 7.75rem;
}

.p-sub-fv__img img {
	-o-object-fit: cover;
	-o-object-position: left center;
	aspect-ratio: 355/220;
	border-radius: 3.125rem 0 0 3.125rem;
	height: 100%;
	object-fit: cover;
	object-position: left center;
	width: 100%;
}

.p-top-about {
	overflow-x: clip;
}

.p-top-about__container {
	position: relative;
	text-align: center;
}

.p-top-about__title {
	margin-inline: auto;
}

.p-top-about__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 500;
	line-height: 2.5294117647;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top-about__top-left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4.2666666667vw;
	justify-content: flex-end;
	left: 0;
	margin-left: calc(50% - 50vw);
	padding-right: 16px;
	padding-right: 1rem;
	position: absolute;
	top: max(-52.2666666667vw, -216px);
	top: max(-52.2666666667vw, -13.5rem);
	width: min(52vw, 292px);
	width: min(52vw, 18.25rem);
}

.p-top-about__top-left::before {
	-webkit-transform: translateY(-50%);
	background-color: #dce7ea;
	border-radius: 0 1.875rem 1.875rem 0;
	content: "";
	height: min(20.5333333333vw, 96px);
	height: min(20.5333333333vw, 6rem);
	left: 0;
	position: absolute;
	top: 58%;
	transform: translateY(-50%);
	width: 100%;
	z-index: -1;
}

.p-top-about__top-left1 {
	width: min(34.6666666667vw, 156px);
	width: min(34.6666666667vw, 9.75rem);
}

.p-top-about__top-left1 img {
	-o-object-fit: cover;
	aspect-ratio: 130/172;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-about__top-left2 {
	position: relative;
	top: max(-6.4vw, -32px);
	top: max(-6.4vw, -2rem);
	width: min(3.4666666667vw, 16px);
	width: min(3.4666666667vw, 1rem);
}

.p-top-about__top-left2 img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-about__top-right {
	position: absolute;
	right: 9.0666666667vw;
	top: -180px;
	top: -11.25rem;
	width: min(11.7333333333vw, 53px);
	width: min(11.7333333333vw, 3.3125rem);
}

.p-top-about__top-right::before {
	background-color: #f2f0ea;
	border-radius: 0.9375rem;
	content: "";
	height: min(8.8vw, 42px);
	height: min(8.8vw, 2.625rem);
	left: min(4.2666666667vw, 20px);
	left: min(4.2666666667vw, 1.25rem);
	position: absolute;
	top: max(-5.8666666667vw, -28px);
	top: max(-5.8666666667vw, -1.75rem);
	width: min(9.3333333333vw, 42px);
	width: min(9.3333333333vw, 2.625rem);
	z-index: -1;
}

.p-top-about__top-right img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-about__bottom-left1 {
	bottom: -18px;
	bottom: -1.125rem;
	left: 0;
	position: absolute;
	width: min(7.2vw, 32px);
	width: min(7.2vw, 2rem);
}

.p-top-about__bottom-left1 img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-about__bottom-left2 {
	bottom: -118px;
	bottom: -7.375rem;
	left: 11.7333333333vw;
	position: absolute;
	width: min(8.5333333333vw, 38px);
	width: min(8.5333333333vw, 2.375rem);
}

.p-top-about__bottom-left2::before {
	background-color: #84aab1;
	border-radius: 1.25rem;
	bottom: max(-6.6666666667vw, -30px);
	bottom: max(-6.6666666667vw, -1.875rem);
	content: "";
	height: min(14.1333333333vw, 64px);
	height: min(14.1333333333vw, 4rem);
	left: max(-13.3333333333vw, -58px);
	left: max(-13.3333333333vw, -3.625rem);
	position: absolute;
	width: min(17.0666666667vw, 76px);
	width: min(17.0666666667vw, 4.75rem);
	z-index: -1;
}

.p-top-about__bottom-left2::after {
	background-color: #f2f0ea;
	border-radius: 1.25rem;
	content: "";
	height: min(11.7333333333vw, 55px);
	height: min(11.7333333333vw, 3.4375rem);
	left: max(-20vw, -88px);
	left: max(-20vw, -5.5rem);
	position: absolute;
	top: max(-2.1333333333vw, -10px);
	top: max(-2.1333333333vw, -0.625rem);
	width: min(12.2666666667vw, 55px);
	width: min(12.2666666667vw, 3.4375rem);
	z-index: -1;
}

.p-top-about__bottom-left2 img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-about__bottom-right {
	bottom: -232px;
	bottom: -14.5rem;
	bottom: max(-61.8666666667vw, -260px);
	bottom: max(-61.8666666667vw, -16.25rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	gap: 1.5625rem;
	height: min(51.4666666667vw, 230px);
	height: min(51.4666666667vw, 14.375rem);
	margin-right: calc(50% - 50vw);
	position: absolute;
	right: 0;
	width: min(64vw, 286px);
	width: min(64vw, 17.875rem);
}

.p-top-about__bottom-right::before {
	background-color: #84aab1;
	border-radius: 2.5rem;
	bottom: 14px;
	bottom: 0.875rem;
	content: "";
	height: min(28.8vw, 128px);
	height: min(28.8vw, 8rem);
	left: 24px;
	left: 1.5rem;
	position: absolute;
	width: min(34.9333333333vw, 156px);
	width: min(34.9333333333vw, 9.75rem);
	z-index: -1;
}

.p-top-about__bottom-right1 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: min(11.2vw, 50px);
	width: min(11.2vw, 3.125rem);
}

.p-top-about__bottom-right1 img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.p-top-about__bottom-right2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-about__bottom-right2 img {
	-o-object-fit: cover;
	aspect-ratio: 173/132;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-top-company {
	overflow-x: clip;
}

.p-top-company__container {
	position: relative;
}

.p-top-company__content {
	background-color: #dce7ea;
	border-radius: 0 2.5rem 2.5rem 0;
	margin-left: calc(50% - 50vw);
	padding-bottom: 65px;
	padding-bottom: 4.0625rem;
	padding-left: calc(50vw - 50%);
	padding-right: 20px;
	padding-right: 1.25rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-top-company__title {
	margin-top: -140px;
	margin-top: -8.75rem;
}

.p-top-company__list {
	margin-top: 48px;
	margin-top: 3rem;
}

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

.p-top-company__img {
	margin-left: auto;
	margin-right: calc(50% - 50vw);
	margin-top: -48px;
	margin-top: -3rem;
	width: 70.7462686567%;
}

.p-top-company__img img {
	-o-object-fit: cover;
	-o-object-position: left center;
	aspect-ratio: 236/157;
	border-radius: 2.5rem 0 0 2.5rem;
	height: auto;
	object-fit: cover;
	object-position: left center;
	width: 100%;
}

.p-top-company__illust {
	bottom: -32px;
	bottom: -2rem;
	left: 4.2666666667vw;
	position: absolute;
	width: min(20.5333333333vw, 116px);
	width: min(20.5333333333vw, 7.25rem);
}

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

.p-top-flowchart__content {
	background-color: #f2f0ea;
	border-radius: 2.5rem 0 0 2.5rem;
	margin-right: calc(50% - 50vw);
	padding-bottom: 68px;
	padding-bottom: 4.25rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	padding-right: calc(50vw - 50%);
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-top-flowchart__title {
	margin-top: -144px;
	margin-top: -9rem;
}

.p-top-flowchart__read {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-top-flowchart__text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-flowchart__link {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin-top: 60px;
	margin-top: 3.75rem;
	padding-inline: 28px;
	padding-inline: 1.75rem;
}

.p-top_flowchart__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 17.0666666667vw;
	margin-left: calc(50% - 50vw);
	margin-top: -50px;
	margin-top: -3.125rem;
}

.p-top-flowchart__img {
	width: 62.5352112676%;
}

.p-top-flowchart__img img {
	-o-object-fit: cover;
	-o-object-position: right;
	aspect-ratio: 222/189;
	border-radius: 0 2.5rem 2.5rem 0;
	height: 100%;
	object-fit: cover;
	object-position: right;
	width: 100%;
}

.p-top-flowchart__illust {
	position: relative;
	top: 20px;
	top: 1.25rem;
	width: min(8.5333333333vw, 40px);
	width: min(8.5333333333vw, 2.5rem);
}

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

.p-top-mv__container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: grid;
	justify-content: center;
	overflow: clip;
	padding-top: 99px;
	padding-top: 6.1875rem;
	position: relative;
}

.p-top-mv__img {
	height: clamp(557px, 148.5333333333vw, 670px);
	height: clamp(34.8125rem, 148.5333333333vw, 41.875rem);
	width: clamp(645px, 172vw, 767px);
	width: clamp(40.3125rem, 172vw, 47.9375rem);
}

.p-top-mv__img img {
	-o-object-fit: cover;
	-o-object-position: -1.25rem center;
	aspect-ratio: 375/557;
	height: 100%;
	object-fit: cover;
	object-position: -1.25rem center;
	width: 100%;
}

.p-top-mv__catch {
	inset-inline: 0;
	margin-inline: auto;
	position: absolute;
	text-align: center;
	top: 24.3%;
}

.p-top-mv__catch-en {
	color: #538c96;
	font-family: "Roboto", sans-serif;
	font-size: 41px;
	font-size: 2.5625rem;
	font-weight: 100;
	line-height: 1.1951219512;
}

.p-top-mv__catch-ja {
	color: #787878;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.3333333333;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-news__title {
	margin-inline: auto;
}

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

.p-top-news__link {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin-top: 46px;
	margin-top: 2.875rem;
}

.p-top-services {
	overflow-x: clip;
	position: relative;
}

.p-top-services__read {
	margin-top: 48px;
	margin-top: 3rem;
}

.p-top-services__text {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-top-services__link {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.p-top-services__images {
	margin-top: 38px;
	margin-top: 2.375rem;
	position: relative;
}

.p-top-services__images::before {
	background-color: #84aab1;
	border-radius: 2.5rem;
	border-radius: min(10.6666666667vw, 3.75rem);
	content: "";
	height: min(46.1333333333vw, 240px);
	height: min(46.1333333333vw, 15rem);
	left: 0;
	position: absolute;
	top: 12.8vw;
	width: 68.3582089552%;
}

.p-top-services__img {
	margin-left: auto;
	position: relative;
	width: 79.7014925373%;
}

.p-top-services__img img {
	-o-object-fit: cover;
	aspect-ratio: 267/189;
	border-radius: 2.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-services__illust {
	bottom: max(-12vw, -68px);
	bottom: max(-12vw, -4.25rem);
	left: 30px;
	left: 1.875rem;
	position: absolute;
	width: min(13.6vw, 68px);
	width: min(13.6vw, 4.25rem);
}

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

.p-trivia__title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.p-trivia__container {
	margin-top: 58px;
	margin-top: 3.625rem;
}

.p-trivia__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #e2e2e2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-trivia__content:last-child {
	border-bottom: 1px solid #e2e2e2;
}

.p-trivia__read {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-trivia__text {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.p-trivia__img {
	margin-top: 100px;
	margin-top: 6.25rem;
	width: 105px;
	width: 6.5625rem;
}

.p-trivia__img.p-trivia__img--delta {
	margin-top: 62px;
	margin-top: 3.875rem;
	width: 183px;
	width: 11.4375rem;
}

.p-trivia__img.p-trivia__img--alpha {
	margin-top: 64px;
	margin-top: 4rem;
	width: 210px;
	width: 13.125rem;
}

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

@media (any-hover: hover) {

.c-title-border:hover {
	border-color: currentColor;
	color: #268c96;
}

.c-title-border--nohover:hover {
	border-color: transparent;
	color: inherit;
}

}

@media (hover: hover) {

.c-top-link:hover {
	opacity: 1;
}

.c-top-link:hover::after {
	width: 100%;
}

}

@media (hover: none) {

.c-top-link:active {
	opacity: 1;
}

.c-top-link:active::after {
	width: 100%;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

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

a:hover {
	opacity: 0.7;
}

.c-head {
	font-size: 1.125rem;
	min-width: 9.875rem;
	padding-bottom: 0.5625rem;
	padding-top: 0.5rem;
}

.c-pagination .page-numbers.current,
.c-pagination .page-numbers {
	font-size: 1.25rem;
	padding: 4px 12px;
}

.c-pagination .next.page-numbers,
.c-pagination .prev.page-numbers {
	position: relative;
}

.c-text {
	font-size: clamp(10px, 0.224rem + 0.84vw, 15px);
}

.c-title-border {
	font-size: 1.125rem;
	line-height: 1.3333333333;
}

.c-title-border--nohover {
	font-size: 1.25rem;
}

.c-title__en {
	font-size: 4.375rem;
	line-height: 1.0285714286;
}

.c-title__ja {
	margin-top: 0.75rem;
}

.c-title--br .c-title__en {
	font-size: 4.375rem;
}

.l-construction {
	margin-top: 12.375rem;
	padding-bottom: 23.5rem;
}

.l-contact {
	margin-top: 15.3125rem;
}

.l-flowchart {
	margin-top: 4.5rem;
	padding-bottom: 0;
	padding-bottom: initial;
}

.l-history {
	margin-top: 15rem;
}

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

.l-message {
	margin-top: 14.875rem;
}

.l-news-page {
	margin-top: 15.3125rem;
}

.l-others {
	margin-top: 6.25rem;
}

.l-overview {
	margin-top: 15.375rem;
	padding-bottom: 20.25rem;
}

.l-philosophy {
	margin-top: 11.25rem;
}

.l-service {
	margin-top: 5.5rem;
}

.l-single {
	margin-top: 15.3125rem;
}

.l-sub-top {
	margin-top: 9.875rem;
}

.l-top-about {
	margin-top: 17.625rem;
}

.l-top-company {
	margin-top: 22.5rem;
	padding-bottom: 5rem;
	padding-top: 0;
	padding-top: initial;
}

.l-top-flowchart {
	margin-top: 20.625rem;
}

.l-top-news {
	margin-top: 16.25rem;
	padding-bottom: 17.5rem;
}

.l-top-services {
	margin-top: 19.75rem;
}

.l-trivia {
	margin-top: 12.75rem;
	padding-bottom: 19rem;
}

.p-construction__container {
	margin-top: 9.625rem;
	position: relative;
}

.p-construction__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-construction__img {
	margin: 0;
	margin: initial;
	position: absolute;
	right: -5.5rem;
	top: -18.375rem;
	width: 44.4375rem;
}

.p-construction__img img {
	aspect-ratio: 1442/1444;
}

.p-construction__list {
	margin-top: 9.25rem;
}

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

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

.p-contact__tel {
	font-size: 2.625rem;
	line-height: 1.3095238095;
	margin-top: 2rem;
	padding-left: 2.1875rem;
}

.p-contact__tel:before {
	height: 2.1875rem;
	width: 1.875rem;
}

.p-contact__container {
	margin: 13.625rem auto 0;
	max-width: 51rem;
}

.p-contact__policy-box {
	margin-top: 5.40625rem;
	padding: 0.9375rem 0.9375rem 3.125rem 3.125rem;
}

.p-contact__policy-box-content {
	padding-bottom: 3.125rem;
	padding-right: 3.4375rem;
	padding-top: 1.875rem;
}

.p-contact__contents {
	margin-top: 4.71875rem;
	max-width: 51rem;
}

.p-contact__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.75rem;
	margin-top: 3.125rem;
}

.p-contact__head {
	min-width: 11.75rem;
}

.p-contact__head label {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.p-contact__policy {
	margin-top: 3.75rem;
	padding-left: 1rem;
}

.p-contact__item-checkbox input[type=checkbox] + span {
	padding: 0.5em 1em 0.5em 1.5em;
}

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

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

.p-flowchart__pc-img {
	display: block;
}

.p-flowchart__img {
	display: none;
}

.p-footer {
	padding-bottom: 4.0625rem;
	padding-top: 3.4375rem;
}

.p-footer__logo img {
	aspect-ratio: 247/185;
	max-width: 15.4375rem;
}

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

.p-footer__tel {
	margin: 0.375rem auto 0;
}

.p-footer__mail {
	margin: 0.1875rem auto 0;
	padding-left: 2.8125rem;
}

.p-header {
	height: 4.375rem;
}

.p-header__inner {
	padding: 0 3.125rem 0 3.75rem;
}

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

.p-header__nav {
	display: block;
}

.p-header__hamburger {
	display: none;
}

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

.p-history__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.375rem;
	padding-block: 2rem;
}

.p-history__date {
	font-size: clamp(10px, 0.304rem + 0.67vw, 14px);
	line-height: 2.3333333333;
	width: 7.5rem;
}

.p-history__title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 0;
	margin-top: initial;
}

.p-message__body {
	width: 54.3333333333%;
}

.p-message__read {
	letter-spacing: normal;
	letter-spacing: initial;
	margin-top: 2.75rem;
}

.p-message__text-wrap {
	margin-top: 1.25rem;
}

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

.p-message__img img {
	aspect-ratio: 240/297;
}

.p-message__img-name {
	font-size: clamp(10px, 0.304rem + 0.67vw, 14px);
}

.p-news-content__link {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	flex-direction: row;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 2.375rem 0.625rem;
}

.p-news-content--top .p-news-content__link {
	padding-block: 2.125rem;
}

.p-news-content__link:hover {
	background-color: #dce7ea;
	opacity: 1;
}

.p-news-content__date {
	width: 8.125rem;
}

.p-news-content__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.3333333333;
	margin-top: 0;
	margin-top: initial;
}

.p-news-page__content {
	margin-top: 6.25rem;
}

.p-news-page__pagination {
	margin-top: 4.71875rem;
}

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

.p-overview__wrap {
	gap: 5.6875rem;
	padding-block: 2.3125rem;
}

.p-overview__wrap--map {
	grid-template-areas: "term description" "term map";
	row-gap: 1.75rem;
}

.p-overview__term {
	font-size: clamp(10px, 0.224rem + 0.84vw, 15px);
}

.p-overview__description {
	font-size: clamp(10px, 0.224rem + 0.84vw, 15px);
}

.p-overview__wrap--map .p-overview__term {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
}

.p-overview__wrap--map .p-overview__description {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.p-overview__map {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
}

.p-overview__map iframe {
	aspect-ratio: 1034/360;
}

.p-overview__description-item {
	font-size: clamp(10px, 0.224rem + 0.84vw, 15px);
	line-height: 1.8;
}

.p-overview__description-item::before {
	font-size: clamp(10px, 0.384rem + 0.5vw, 13px);
}

.p-philosophy__text {
	font-size: 1.5625rem;
	line-height: 2;
	margin-top: 2.1875rem;
}

.p-service {
	padding-bottom: 5.625rem;
	padding-top: 5.75rem;
}

.p-service.p-service--after {
	padding-bottom: 3.75rem;
}

.p-service::after {
	bottom: -2.375rem;
	height: 2.375rem;
	width: 5.0625rem;
}

.p-service__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.1875rem;
	padding-right: 2.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-service__en {
	font-size: 4.375rem;
	line-height: 1.3142857143;
}

.p-service__ja {
	font-size: clamp(10px, 0.384rem + 0.5vw, 13px);
	margin-top: 0.625rem;
}

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

.p-service--after .p-service__content:nth-of-type(1) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 4.375rem;
}

.p-service--others .p-service__content {
	gap: 6rem;
}

.p-service__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7.0625rem;
	margin-top: 4rem;
}

.p-service--after .p-service__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7.5rem;
}

.p-service__content + .p-service__content {
	margin-top: 6.5rem;
}

.p-service__body {
	width: 53.0833333333%;
}

.p-service--after .p-service__read {
	margin-top: 2.125rem;
}

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

.p-service__note {
	font-size: clamp(10px, 0.384rem + 0.5vw, 13px);
}

.p-service__list {
	margin-inline: initial;
	max-width: 38.9375rem;
}

.p-service--after .p-service__list {
	padding-right: 2rem;
}

.p-service__item,
.p-service__item--delta {
	font-size: clamp(10px, 0.304rem + 0.67vw, 14px);
}

.p-service__item::before,
.p-service__item--delta::before {
	font-size: clamp(10px, 0.384rem + 0.5vw, 13px);
}

.p-service__item--delta {
	line-height: 1.9;
}

.p-service__item--delta + .p-service__item--delta {
	margin-top: 0;
	margin-top: initial;
}

.p-service__item--delta + .p-service__item + .p-service__item,
.p-service__item--delta + .p-service__item--delta + .p-service__item,
.p-service__item--delta + .p-service__item + .p-service__item--delta,
.p-service__item--delta + .p-service__item--delta + .p-service__item--delta {
	margin-top: 0;
	margin-top: initial;
}

.p-service__item-dot {
	margin-left: 0.4em;
}

.p-service__item-small {
	display: inline-block;
	margin-left: 1em;
}

.p-service__wrap {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-inline: initial;
	margin-top: 1rem;
	max-width: 38.9375rem;
}

.p-service__wrap-item {
	font-size: clamp(10px, 0.304rem + 0.67vw, 14px);
	padding-right: 2em;
}

.p-service__wrap-item::before {
	font-size: clamp(10px, 0.384rem + 0.5vw, 13px);
	top: 0.7em;
}

.p-service__img {
	margin-inline: initial;
	margin-top: -5.625rem;
	width: 25rem;
}

.p-service--construction .p-service__img {
	margin-top: 0;
	margin-top: initial;
}

.p-service--after .p-service__img {
	margin-top: -1.25rem;
}

.p-service--after .p-service__content:nth-of-type(2) .p-service__img {
	width: 25.625rem;
}

.p-service--others .p-service__img {
	margin-top: -3.375rem;
	width: 27.5625rem;
}

.p-single {
	padding-bottom: 26.75rem;
}

.p-single__container {
	margin-top: 6.625rem;
}

.p-single__content {
	margin-top: 5.3125rem;
}

.p-single__pagination {
	margin-top: 13.25rem;
}

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

.p-sub-fv__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5rem;
}

.p-sub-fv__content {
	margin-top: -1.125rem;
	width: 45.3333333333%;
}

.p-sub-fv--company .p-sub-fv__content {
	margin-top: -3.75rem;
}

.p-sub-fv__text {
	margin-top: 3.75rem;
}

.p-sub-fv__img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 0;
	margin-top: initial;
}

.p-sub-fv--company .p-sub-fv__img {
	margin-top: 0;
	margin-top: initial;
}

.p-sub-fv__img img {
	aspect-ratio: 659/430;
}

.p-top-about__inner.l-inner {
	max-width: 125rem;
}

.p-top-about__text {
	font-size: 1.25rem;
	line-height: 3;
	margin-top: 3.625rem;
}

.p-top-about__top-left {
	gap: 3rem;
	padding-right: 0;
	padding-right: initial;
	top: max(-8.345534407vw, -10.75rem);
	width: 28.0380673499vw;
}

.p-top-about__top-left::before {
	border-radius: 0 3.125rem 3.125rem 0;
	height: min(11.3469985359vw, 12.5rem);
	left: 0;
	width: 100%;
}

.p-top-about__top-left1 {
	width: min(19.3997071742vw, 20rem);
}

.p-top-about__top-left1 img {
	aspect-ratio: 265/350;
}

.p-top-about__top-left2 {
	right: -0.3125rem;
	top: -1.6875rem;
	width: min(1.9033674963vw, 2.25rem);
}

.p-top-about__top-right {
	right: min(19.6193265007vw, 16.75rem);
	top: -6rem;
	width: min(7.3206442167vw, 8.625rem);
}

.p-top-about__top-right::before {
	border-radius: 1.875rem;
	height: min(5.4904831625vw, 7.0625rem);
	left: min(2.4890190337vw, 2.8125rem);
	top: max(-3.8067349927vw, -5rem);
	width: min(5.8565153734vw, 7.5rem);
}

.p-top-about__bottom-left1 {
	bottom: -1.756954612vw;
	left: min(12.5915080527vw, 15.625rem);
	width: min(3.8799414348vw, 4.5rem);
}

.p-top-about__bottom-left2 {
	bottom: max(-15.8125915081vw, -15.625rem);
	left: min(29.6486090776vw, 37.5rem);
	width: min(5.1976573939vw, 5.9375rem);
}

.p-top-about__bottom-left2::before {
	border-radius: min(2.196193265vw, 2.375rem);
	bottom: max(-4.0263543192vw, -4.375rem);
	height: min(8.5651537335vw, 9.75rem);
	left: max(-7.7598828697vw, -8.375rem);
	width: min(10.3953147877vw, 11.25rem);
}

.p-top-about__bottom-left2::after {
	border-radius: min(2.196193265vw, 2.375rem);
	height: min(7.3206442167vw, 8.3125rem);
	left: max(-12.1522693997vw, -14.375rem);
	top: max(-1.0980966325vw, -1.25rem);
	width: min(7.6134699854vw, 8.75rem);
}

.p-top-about__bottom-right {
	bottom: -20.5rem;
	gap: 3.375rem;
	height: min(29.1361639824vw, 29.75rem);
	margin-right: 0;
	margin-right: initial;
	position: absolute;
	right: -25px;
	width: min(38.9458272328vw, 39.875rem);
}

.p-top-about__bottom-right::before {
	border-radius: 3.125rem;
	bottom: max(1.756954612vw, 1.5rem);
	height: 13.9375rem;
	left: min(3.953147877vw, 4.5rem);
	width: 16.9375rem;
}

.p-top-about__bottom-right1 {
	width: min(6.3689604685vw, 7.25rem);
}

.p-top-about__bottom-right2 img {
	-o-object-position: left center;
	aspect-ratio: 390/272;
	object-position: left center;
}

.p-top-company__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-company__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	border-radius: 3.125rem;
	flex: 1;
	margin-left: 0;
	margin-left: initial;
	margin-right: -6.625rem;
	max-width: 50rem;
	padding-bottom: 5.75rem;
	padding-left: 6.25rem;
	padding-right: 1.25rem;
	padding-top: 6.25rem;
}

.p-top-company__title {
	left: -0.5rem;
	position: relative;
}

.p-top-company__list {
	margin-top: 4.125rem;
}

.p-top-company__item + .p-top-company__item {
	margin-top: 1.75rem;
}

.p-top-company__img {
	margin-left: 0;
	margin-left: initial;
	margin-right: calc(50% - 50vw);
	margin-top: -5.875rem;
	padding-left: 0;
	padding-left: initial;
	width: 51.9166666667%;
}

.p-top-company__img img {
	aspect-ratio: 623/388;
}

.p-top-company__illust {
	bottom: -3.4375rem;
	left: 22.125rem;
	width: min(10.6881405564vw, 10.9375rem);
}

.p-top-flowchart__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
}

.p-top-flowchart__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	border-radius: 3.125rem;
	flex: 1;
	margin-left: -4.375rem;
	margin-right: 0;
	margin-right: initial;
	padding-bottom: 6.125rem;
	padding-left: 8.125rem;
	padding-right: 4.125rem;
	padding-top: 6.125rem;
}

.p-top-flowchart__read {
	margin-top: 4.0625rem;
}

.p-top-flowchart__link {
	margin-top: 5.25rem;
	padding-inline: 1.875rem;
}

.p-top_flowchart__images {
	display: block;
	margin-left: 0;
	margin-left: initial;
	margin-top: -7.5rem;
}

.p-top-flowchart__img {
	position: relative;
	width: 32.75rem;
}

.p-top-flowchart__img img {
	aspect-ratio: 524/370;
	border-radius: 3.125rem;
}

.p-top-flowchart__illust {
	bottom: -2.75rem;
	position: absolute;
	right: 39.875rem;
	top: auto;
	top: initial;
	width: min(13.6vw, 4rem);
}

.p-top-mv__container {
	display: block;
	overflow: visible;
	overflow: initial;
	padding-top: 14.875rem;
}

.p-top-mv__img {
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.p-top-mv__img img {
	-o-object-position: 56% center;
	aspect-ratio: 1366/506;
	object-position: 56% center;
}

.p-top-mv__catch {
	top: -4.625rem;
	top: max(-5.4172767204vw, -4.625rem);
	top: clamp(-4.625rem, -5.4172767204vw, -4.625rem);
	top: 22%;
}

.p-top-mv__catch-en {
	font-size: 5.3125rem;
	line-height: 1.1764705882;
}

.p-top-mv__catch-ja {
	margin-top: 2.125rem;
}

.p-top-news__inner.l-inner {
	max-width: 65.625rem;
}

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

.p-top-services__container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 7.6875rem;
	position: relative;
}

.p-top-services__container::before {
	background-color: #84aab1;
	border-radius: 3.125rem 0 0 3.125rem;
	content: "";
	height: 100%;
	position: absolute;
	right: calc(50% - 50vw);
	top: 0;
	width: calc(24.875rem + 50vw - 50%);
}

.p-top-services__content {
	margin-top: -1.25rem;
	width: 46.0833333333%;
}

.p-top-services__read {
	margin-top: 4.0625rem;
}

.p-top-services__link {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 3.125rem;
}

.p-top-services__images {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 0;
	margin-top: initial;
	padding-bottom: 8.4375rem;
	padding-top: 5.9375rem;
}

.p-top-services__images::before {
	content: none;
}

.p-top-services__img {
	margin-left: 0;
	margin-left: initial;
	width: 32.75rem;
}

.p-top-services__img img {
	border-radius: 3.125rem;
}

.p-top-services__illust {
	bottom: -1.375rem;
	left: 3.75rem;
	width: min(8.7115666179vw, 9rem);
}

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

.p-trivia__content {
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-ms-flex-direction: initial;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	flex-direction: initial;
	gap: 2.5rem;
	padding-bottom: 8.25rem;
	padding-top: 5.875rem;
}

.p-trivia__content:last-child {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 4rem;
}

.p-trivia__body {
	padding-bottom: 1.5rem;
	width: 60.8333333333%;
}

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

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

.p-trivia__img {
	margin-inline: auto;
	margin-top: 0;
	margin-top: initial;
	width: 9.625rem;
}

.p-trivia__img.p-trivia__img--delta {
	margin-right: 5.75rem;
	margin-top: 0;
	margin-top: initial;
	width: 13.75rem;
}

.p-trivia__img.p-trivia__img--alpha {
	margin-top: -0.9375rem;
	width: 17.5rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.p-top-company__img img {
	border-radius: 2.5rem;
}

}

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

.p-top-about__bottom-right2 img {
	border-radius: 3.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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