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

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

.u-mobile {
	display: none;
}

html {
	font-size: 62.5%;
}

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

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

/* ホバー */

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

a:hover {
	opacity: 0.8;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	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;
}

.aboutUs {
	margin-top: 100px;
	margin-top: 10rem;
	padding-top: 305px;
	padding-top: 30.5rem;
	position: relative;
	z-index: 2;
}

.aboutUs__bg {
	aspect-ratio: 1440/850;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.aboutUs__bg img {
	-o-object-fit: cover;
	aspect-ratio: 1440/850;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.aboutUs__contents {
	background: rgba(255, 255, 255, .8);
	border-radius: 3rem;
	padding: 73px 20px 53px;
	padding: 7.3rem 2rem 5.3rem;
	text-align: center;
}

.aboutUs__lead {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 74px;
	margin-top: 7.4rem;
}

.aboutUs__text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.94;
	margin-top: 43px;
	margin-top: 4.3rem;
}

.aboutUs__text span {
	color: #43AC99;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.75;
}

.aboutUs__flex {
	gap: 40px;
	gap: 4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 26px;
	margin-top: 2.6rem;
}

.aboutUs__content {
	background: #43AC99;
	color: #fff;
	padding: 25px 25px 35px;
	padding: 2.5rem 2.5rem 3.5rem;
	text-align: center;
}

.aboutUs__content-title {
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.6em;
	line-height: 2;
}

.aboutUs__line {
	-webkit-animation: lineFlow 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
	animation: lineFlow 2s cubic-bezier(0.65, 0, 0.35, 1) infinite;
	background-color: #fff;
	display: block;
	height: 25px;
	height: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-top: 0.8rem;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 1px;
}

.aboutUs__content-text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.67;
	margin-top: 17px;
	margin-top: 1.7rem;
}

.access {
	margin-top: 116px;
	margin-top: 11.6rem;
}

.access__flex {
	gap: 83px;
	gap: 8.3rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.access__title {
	margin-right: auto;
}

.access__map-block {
	margin-top: 20px;
	margin-top: 2rem;
	width: 380px;
	width: 38rem;
}

.access__map {
	aspect-ratio: 38/27;
}

.access__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 38/27;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.access__map-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.94;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.access__address {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.56;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.accordion {
	width: 100%;
}

.accordion__item:not(:first-child) {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.accordion__title {
	background: #D7ECD7;
	border-radius: 1rem;
	cursor: pointer;
	padding: 27px 50px 54px 80px;
	padding: 2.7rem 5rem 5.4rem 8rem;
	position: relative;
}

.accordion__title::before,
.accordion__title::after {
	background: #000000;
	content: "";
	height: 2px;
	height: 0.2rem;
	position: absolute;
	right: 28px;
	right: 2.8rem;
	top: 35%;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	width: 13px;
	width: 1.3rem;
}

.accordion__title::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion__title.is-open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion__title.is-open::before {
	opacity: 0;
}

.accordion__title-text {
	color: #000000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}

.accordion__title-text::before {
	color: #39A238;
	content: "Q";
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 500;
	left: -60px;
	left: -6rem;
	letter-spacing: -0.03em;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accordion__content {
	background: #fff;
	border-radius: 0.5rem;
	display: none;
	margin-left: 80px;
	margin-left: 8rem;
	margin-right: 50px;
	margin-right: 5rem;
	margin-top: -25px;
	margin-top: -2.5rem;
	padding: 25px 30px 14px;
	padding: 2.5rem 3rem 1.4rem;
	position: relative;
	z-index: 4;
}

.accordion__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
}

.achievements {
	margin-top: 80px;
	margin-top: 8rem;
}

.achievements__lead {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.94;
	margin-top: 50px;
	margin-top: 5rem;
	text-align: center;
}

.achievements__flex {
	gap: 35px;
	gap: 3.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 60px;
	margin-top: 6rem;
}

.achievements__card {
	aspect-ratio: 1/1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #43AC99;
	border-radius: 2rem;
	color: #fff;
	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;
}

.achievements__icon {
	width: 114px;
	width: 11.4rem;
}

.achievements__card-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	margin-top: 40px;
	margin-top: 4rem;
}

.achievements__text {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 16px;
	margin-top: 1.6rem;
}

[class*=js-fade] {
	opacity: 0;
	-webkit-transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 1.4s cubic-bezier(0.16, 1, 0.3, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), filter 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 1.4s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: opacity, transform;
}

.js-fade-up {
	-webkit-transform: translateY(2.8rem) scale(0.985);
	transform: translateY(2.8rem) scale(0.985);
}

.js-fade-in {
	-webkit-transform: scale(0.985);
	transform: scale(0.985);
}

.js-fade-left {
	-webkit-transform: translateX(-2.8rem) scale(0.985);
	transform: translateX(-2.8rem) scale(0.985);
}

.js-fade-right {
	-webkit-transform: translateX(2.8rem) scale(0.985);
	transform: translateX(2.8rem) scale(0.985);
}

[class*=js-fade].is-inview {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.js-fade-mist {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="6" /></filter></svg>#filter');
	-webkit-filter: blur(6px);
	filter: blur(6px);
	opacity: 0;
	-webkit-transform: translateY(2rem) scale(0.99);
	transform: translateY(2rem) scale(0.99);
}

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

.js-fade-pop {
	opacity: 0;
	-webkit-transform: translateY(2rem) scale(0.94);
	transform: translateY(2rem) scale(0.94);
}

.js-fade-pop.is-inview {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.34, 1.4, 0.64, 1);
	transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.34, 1.4, 0.64, 1);
	transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.34, 1.4, 0.64, 1);
	transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.34, 1.4, 0.64, 1), -webkit-transform 0.9s cubic-bezier(0.34, 1.4, 0.64, 1);
}

.blog-list {
	gap: 12px;
	gap: 1.2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	padding-top: 2rem;
}

.blog-list:first-child {
	padding-top: 0;
}

.blog-list__img {
	aspect-ratio: 27/17;
	width: 45%;
}

.blog-list__img img {
	-o-object-fit: cover;
	aspect-ratio: 27/17;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-list__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5714;
	overflow: hidden;
	width: calc(55% - 1.2rem);
}

.bottom-cta {
	display: none;
}

.bottom-cta.is-visible {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.bottom-cta__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bottom-cta__item {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #43AC99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
	padding-top: 5px;
	padding-top: 0.5rem;
}

.bottom-cta__item:first-child {
	border-right: none;
}

.bottom-cta__icon {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	width: 14px;
	width: 1.4rem;
}

.bottom-cta__icon img {
	height: auto;
	width: 100%;
}

.bottom-cta__body {
	display: block;
}

.bottom-cta__lead {
	color: #43AC99;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
}

.bottom-cta__lead.tel {
	color: #000000;
}

.bottom-cta__main {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 6px;
	margin-top: 0.6rem;
}

.bottom-cta__main--tel {
	color: #43AC99;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 0;
}

.bottom-cta__note {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 4px;
	margin-top: 0.4rem;
}

.bottom-cta__banner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #DCEEDF;
	border: 2px solid #43AC99;
	border-top: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
	padding-top: 6px;
	padding-top: 0.6rem;
}

.bottom-cta__banner img {
	height: auto;
	width: 140px;
	width: 14rem;
}

.bottom-cta-omni .bottom-cta__item {
	border-bottom: 2px solid #43AC99;
	border-left: 2px solid #43AC99;
	border-right: 2px solid #43AC99;
	border-top: none;
}

.bottom-cta-omni .bottom-cta__item:first-child {
	border-right: none;
}

.bottom-cta-omni .bottom-cta__banner {
	gap: 26px;
	gap: 2.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid #43AC99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bottom-cta-omni .bottom-cta__banner__flex {
	gap: 7px;
	gap: 0.7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bottom-cta-omni .bottom-cta__banner__flex img {
	height: auto;
	width: 24px;
	width: 2.4rem;
}

.bottom-cta-omni .bottom-cta__banner__flex p {
	color: #43AC99;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}

.breadcrumbs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 10px;
	bottom: 1rem;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	left: 25px;
	left: 2.5rem;
	line-height: 1.6;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
}

.breadcrumbs span {
	color: #000000;
	font-size: inherit;
	font-weight: 500;
}

.breadcrumbs span a {
	color: #000000 !important;
	font-size: inherit;
	font-weight: 500;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.breadcrumbs span a:hover {
	color: #43AC99;
}

.breadcrumbs > span:last-of-type {
	min-width: 0;
	overflow: hidden;
}

/* 現在ページ（リンクなし）だけ緑 文字数制限 */

.breadcrumbs .current-item {
	color: #43AC99;
	display: block;
	max-width: 30em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* HOME だけ英字フォント */

.breadcrumbs .home span[property=name] {
	color: #000000 !important;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin-top: 3px;
	margin-top: 0.3rem;
}

.button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #43AC99;
	border: 2px solid #43AC99;
	border-radius: 9999px;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	height: 60px;
	height: 6rem;
	line-height: 1;
	max-width: 210px;
	max-width: 21rem;
	padding: 0 27px;
	padding: 0 2.7rem;
	position: relative;
	text-align: left;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.button:hover {
	background: #fff;
	color: #43AC99;
	opacity: 1;
}

.button::after {
	background: #fff;
	border-radius: 9999px;
	content: "";
	height: 6px;
	height: 0.6rem;
	position: absolute;
	right: 27px;
	right: 2.7rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 6px;
	width: 0.6rem;
}

.button:hover::after {
	background: #43AC99;
}

.button.button--large {
	line-height: 1.2;
	max-width: 340px;
	max-width: 34rem;
}

.change {
	margin-top: 50px;
	margin-top: 5rem;
	padding-bottom: 158px;
	padding-bottom: 15.8rem;
	padding-top: 92px;
	padding-top: 9.2rem;
	position: relative;
	z-index: 2;
}

.change::after {
	background: url(../img/omni/change_bg.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.change__flex {
	gap: 40px;
	gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 73px;
	margin-top: 7.3rem;
}

.change__card {
	background: #fff;
	border-radius: 2rem;
	-webkit-box-shadow: 0 0 30px 14px rgba(0, 0, 0, .03);
	box-shadow: 0 0 30px 14px rgba(0, 0, 0, .03);
	position: relative;
	width: calc(50% - 2rem);
}

.change__card::after {
	background: url(../img/omni/omni-arrow.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 24px;
	height: 2.4rem;
	position: absolute;
	right: -35px;
	right: -3.5rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 35px;
	width: 3.5rem;
}

.change__card.change__card--after {
	background: #DCF1E2;
}

.change__card.change__card--after::after {
	display: none;
}

.change__lead {
	color: #39A238;
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 14px;
	margin-top: 1.4rem;
	padding-bottom: 9px;
	padding-bottom: 0.9rem;
	padding-left: 28px;
	padding-left: 2.8rem;
	position: relative;
}

.change__lead::after {
	background: #39A238;
	bottom: 0;
	content: "";
	height: 3px;
	height: 0.3rem;
	left: 0;
	position: absolute;
	width: 220px;
	width: 22rem;
}

.change__card.change__card--after .change__lead {
	font-weight: 900;
	padding-left: 43px;
	padding-left: 4.3rem;
}

.change__card-img {
	aspect-ratio: 5/3;
	margin-top: 36px;
	margin-top: 3.6rem;
	padding-left: 35px;
	padding-left: 3.5rem;
	padding-right: 35px;
	padding-right: 3.5rem;
	width: 100%;
}

.change__card-img img {
	-o-object-fit: cover;
	aspect-ratio: 5/3;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.change__card-list {
	color: #40423F;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.68;
	margin-top: 30px;
	margin-top: 3rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
	padding-left: 45px;
	padding-left: 4.5rem;
	padding-right: 20px;
	padding-right: 2rem;
}

.change__card-list.change__card-list--bold {
	font-weight: 700;
}

.change__last {
	color: #40423F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 55px;
	font-size: 5.5rem;
	font-weight: 900;
	line-height: 1.236;
	margin-top: 88px;
	margin-top: 8.8rem;
	text-align: center;
}

.change__last span {
	color: #39A238;
}

.change__note {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.57;
	margin-top: 40px;
	margin-top: 4rem;
	text-align: center;
}

.company {
	background: #F2F2F2;
	margin-top: 80px;
	margin-top: 8rem;
	padding-bottom: 82px;
	padding-bottom: 8.2rem;
	padding-top: 82px;
	padding-top: 8.2rem;
}

.company__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.company__title {
	margin-right: auto;
}

.company__contents {
	width: 843px;
	width: 84.3rem;
}

.company__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #D4D4D4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
}

.company__row:not(:first-child) {
	padding-top: 16px;
	padding-top: 1.6rem;
}

.company__term {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	width: 150px;
	width: 15rem;
}

.company__desc {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}

.company__link {
	color: inherit;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.company__link:hover {
	color: #43AC99;
}

.contact {
	margin-top: 96px;
	margin-top: 9.6rem;
}

.contact__flex {
	gap: 20px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 46px;
	margin-top: 4.6rem;
}

.contact__card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2rem;
	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;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 28px 40px 33px;
	padding: 2.8rem 4rem 3.3rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.contact__card--mail {
	background: #000000;
	border: 2px solid #000000;
	color: #fff;
}

.contact__card--tel {
	background: #43AC99;
	border: 2px solid #43AC99;
	color: #fff;
}

.contact__card--mail:hover {
	background: #fff;
	color: #000000;
	opacity: 1;
}

.contact__card--tel:hover {
	background: #fff;
	color: #43AC99;
	opacity: 1;
}

.contact__lead {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.contact__main {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid currentColor;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
	margin-top: 20px;
	margin-top: 2rem;
	padding-top: 36px;
	padding-top: 3.6rem;
	width: 100%;
}

.contact__main--tel {
	gap: 10px;
	gap: 1rem;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding-top: 23px;
	padding-top: 2.3rem;
}

.contact__icon {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	position: relative;
	width: 30px;
	width: 3rem;
}

.contact__icon-img {
	height: auto;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
}

.contact__icon-img--hover {
	inset: 0;
	opacity: 0;
	position: absolute;
}

.contact__card:hover .contact__icon-img {
	opacity: 0;
}

.contact__card:hover .contact__icon-img--hover {
	opacity: 1;
}

.contact__note {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}

.contact__banner {
	gap: 24px;
	gap: 2.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #DCEEDF;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
	margin-top: 1.6rem;
	padding: 35px 36px 35px 102px;
	padding: 3.5rem 3.6rem 3.5rem 10.2rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.contact__banner:hover {
	opacity: 0.8;
}

.contact__banner-logo {
	height: auto;
	width: 289px;
	width: 28.9rem;
}

.contact__banner-text {
	gap: 22px;
	gap: 2.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.contact__banner-arrow {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	-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: 9px;
	width: 0.9rem;
}

.contact__banner-arrow img {
	height: auto;
	width: 100%;
}

.contact__banner:hover .contact__banner-arrow {
	-webkit-transform: translateX(0.4rem);
	transform: translateX(0.4rem);
}

.faq {
	margin-top: 116px;
	margin-top: 11.6rem;
}

.faq__accordion {
	margin-top: 75px;
	margin-top: 7.5rem;
	width: 100%;
}

.flow {
	margin-top: 116px;
	margin-top: 11.6rem;
}

.flow__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 84px;
	margin-top: 8.4rem;
	max-width: 817px;
	max-width: 81.7rem;
	width: 100%;
}

.flow__content {
	gap: 14px;
	gap: 1.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	margin-top: 5rem;
}

.flow__content:first-child {
	margin-top: 0;
}

.flow__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100px;
	width: 10rem;
}

.flow__icon img {
	height: auto;
	width: 100%;
}

.flow__flex {
	width: calc(100% - 11.4rem);
}

.flow__head {
	gap: 27px;
	gap: 2.7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flow__num {
	color: #39A238;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.244;
}

.flow__title {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.384;
}

.flow__body {
	border-top: 1px dotted #39A238;
	margin-top: 10px;
	margin-top: 1rem;
	padding-top: 8px;
	padding-top: 0.8rem;
}

.flow__content:last-child .flow__body {
	border-bottom: none;
	padding-bottom: 0;
}

.flow__text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.25;
}

.flow__note {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.57;
	margin-top: -2px;
	margin-top: -0.2rem;
}

.footer-top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 120px;
	margin-top: 12rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.footer-top__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1385px;
	max-width: 138.5rem;
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	width: 100%;
}

.footer-top__bg {
	aspect-ratio: 1345/480;
	background-image: url(../img/footer-top_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.footer-top__logo {
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 230px;
	width: 23rem;
	z-index: 2;
}

.footer {
	background: #323232;
	color: #fff;
	margin-top: 36px;
	margin-top: 3.6rem;
	padding-bottom: 52px;
	padding-bottom: 5.2rem;
	padding-top: 80px;
	padding-top: 8rem;
}

.footer__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__left {
	border-right: 1px solid rgba(255, 255, 255, .3);
	width: 310px;
	width: 31rem;
}

.footer__lead {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.footer__tel {
	gap: 15px;
	gap: 1.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 18px;
	margin-top: 1.8rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.footer__tel:hover {
	opacity: 0.8;
}

.footer__tel-icon {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	width: 19px;
	width: 1.9rem;
}

.footer__tel-icon img {
	height: auto;
	width: 100%;
}

.footer__right {
	padding-left: 60px;
	padding-left: 6rem;
	width: calc(100% - 31rem);
}

.footer__nav {
	margin-left: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__items {
	gap: 40px;
	gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__link {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.footer__link:hover {
	opacity: 0.7;
}

.footer__banner {
	border: 2px solid #43AC99;
	border-radius: 9999px;
	color: #43AC99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	height: 42px;
	height: 4.2rem;
	line-height: 1;
	margin-left: auto;
	margin-top: 36px;
	margin-top: 3.6rem;
	max-width: 340px;
	max-width: 34rem;
	padding: 10px 26px;
	padding: 1rem 2.6rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.footer__banner:hover {
	background: #43AC99;
	color: #fff;
}

.footer__banner::after {
	background: #43AC99;
	border-radius: 9999px;
	content: "";
	height: 6px;
	height: 0.6rem;
	position: absolute;
	right: 18px;
	right: 1.8rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 6px;
	width: 0.6rem;
}

.footer__banner:hover::after {
	background: #fff;
}

.footer__privacy {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1;
	margin-left: auto;
	margin-top: 48px;
	margin-top: 4.8rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__privacy:hover {
	opacity: 1;
}

.footer__privacy.footer__privacy--sp {
	display: none;
}

.footer__copyright {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-top: 190px;
	margin-top: 19rem;
}

/*デフォルト色の指定*/

/*サイズ等の指定*/

/*ボタン系の指定*/

/*ラジオボタンの指定*/

/*チェックボックスの指定*/

/*テキストエリアの指定*/

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #f0f0f0;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #f0f0f0;
	border-radius: 0;
	border-radius: 0.5rem;
	font-family: inherit; /*↓カスタム */
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 100%;
	padding: 16px 10px;
	padding: 1.6rem 1rem;
	width: 100%; /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #EEA104;
}

[type=tel] {
	width: 100%;
}

button,
[type=button],
[type=submit] {
	background: #EEA104;
	background-image: none;
	border: none;
	border-radius: 0;
	border-radius: 9999px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1; /*↓リセットCSS */
	margin: 0;
	max-width: 320px;
	max-width: 32rem; /*↓カスタム */
	padding: 19px 116px;
	padding: 1.9rem 11.6rem;
	text-decoration: none;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: auto;
	width: 100%;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	color: #40423F;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 20px 0 0;
	margin: 0 2rem 0 0;
	padding: 0 0 0 23px;
	padding: 0 0 0 2.3rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 18px;
	height: 1.8rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	width: 1.8rem;
}

[type=radio] + span::after {
	opacity: 0;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #EEA104;
	border-radius: 50%;
	content: "";
	display: block;
	height: 12px;
	height: 1.2rem;
	left: 3px;
	left: 0.3rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 1.2rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox].accept {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #40423F;
	border-radius: 0.2rem;
	cursor: pointer;
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 14px;
	height: 1.4rem;
	margin: 0;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 14px;
	width: 1.4rem;
}

[type=checkbox].accept::after {
	border-bottom: 2px solid #43AC99;
	border-left: 2px solid #43AC99;
	content: "";
	height: 6px;
	height: 0.6rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 47%;
	-webkit-transform: translate(-50%, -60%) rotate(-45deg);
	transform: translate(-50%, -60%) rotate(-45deg);
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 10px;
	width: 1rem;
}

[type=checkbox].accept:checked::after {
	opacity: 1;
}

select { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f0f0f0;
	border: none;
	border: 1px solid #f0f0f0; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0.5rem;
	color: inherit;
	color: #000000;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-size: 1.4rem; /*↓カスタム */
	margin-top: 10px;
	margin-top: 1rem;
	max-width: 300px;
	max-width: 30rem;
	padding: 16px 10px;
	padding: 1.6rem 1rem;
	width: 100%; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

select:focus {
	border: 1px solid #EEA104;
}

[type=date] { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	position: relative; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

[type=date]:focus {
	border-color: #EEA104;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 255px;
	height: 25.5rem;
	resize: none;
	width: 100%;
}

.form {
	letter-spacing: 0.05em;
}

.form__item {
	-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;
}

.form__item + .form__item {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.form__item dt {
	color: #40423F;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.form__item dd {
	width: 74%;
}

.wpcf7-radio,
.wpcf7-form-control-wrap:has(.wpcf7-radio) {
	gap: 10px;
	gap: 1rem;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.form__item dd.form__radio label {
	display: block;
}

.form__item dd.form__radio label:not(:first-child) {
	margin-top: 0;
}

.form__privacy-policy {
	gap: 6px;
	gap: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #40423F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 56px;
	margin-top: 5.6rem;
}

.form__underline {
	border-bottom: 1px solid #40423F;
}

.form__btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
	margin-top: 2.3rem;
	max-width: 100%;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.form__btn::after {
	background: #fff;
	border-radius: 9999px;
	content: "";
	height: 6px;
	height: 0.6rem;
	position: absolute;
	right: 22px;
	right: 2.2rem;
	top: 37%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 6px;
	width: 0.6rem;
}

.form-contact .form__item {
	gap: 17px;
	gap: 1.7rem;
	-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;
}

.form-contact .form__item + .form__item {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.form-contact .form__item dt {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.form-contact .form__item dt span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #BB3D3D;
	border-radius: 0.5rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	height: 16px;
	height: 1.6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 24px;
	margin-left: 2.4rem;
	width: 40px;
	width: 4rem;
}

.form-contact .form__item dd {
	width: 100%;
}

.form-contact .form__privacy-policy {
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 60px;
	margin-top: 6rem;
}

.form-contact .form__underline {
	border-bottom: 1px solid #000000;
}

.form-contact button,
.form-contact [type=button],
.form-contact [type=submit] {
	background: #43AC99;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	max-width: 100%;
	padding: 23px 27px;
	padding: 2.3rem 2.7rem;
	text-align: left;
	width: 210px;
	width: 21rem;
}

.form-contact [type=text],
.form-contact [type=search],
.form-contact [type=tel],
.form-contact [type=url],
.form-contact [type=email],
.form-contact [type=password],
.form-contact [type=date],
.form-contact textarea {
	background: #f4f4f4;
	border: 1px solid #D3D3D3;
	border-radius: 1rem;
}

.form-contact [type=text]::-moz-placeholder,
.form-contact [type=search]::-moz-placeholder,
.form-contact [type=tel]::-moz-placeholder,
.form-contact [type=url]::-moz-placeholder,
.form-contact [type=email]::-moz-placeholder,
.form-contact [type=password]::-moz-placeholder,
.form-contact [type=date]::-moz-placeholder,
.form-contact textarea::-moz-placeholder {
	color: #D5D5D5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 0.13em;
}

.form-contact [type=text]::-webkit-input-placeholder,
.form-contact [type=search]::-webkit-input-placeholder,
.form-contact [type=tel]::-webkit-input-placeholder,
.form-contact [type=url]::-webkit-input-placeholder,
.form-contact [type=email]::-webkit-input-placeholder,
.form-contact [type=password]::-webkit-input-placeholder,
.form-contact [type=date]::-webkit-input-placeholder,
.form-contact textarea::-webkit-input-placeholder {
	color: #D5D5D5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 0.13em;
}

.form-contact [type=text]::-moz-placeholder,
.form-contact [type=search]::-moz-placeholder,
.form-contact [type=tel]::-moz-placeholder,
.form-contact [type=url]::-moz-placeholder,
.form-contact [type=email]::-moz-placeholder,
.form-contact [type=password]::-moz-placeholder,
.form-contact [type=date]::-moz-placeholder,
.form-contact textarea::-moz-placeholder {
	color: #D5D5D5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 0.13em;
}

.form-contact [type=text]::-ms-input-placeholder,
.form-contact [type=search]::-ms-input-placeholder,
.form-contact [type=tel]::-ms-input-placeholder,
.form-contact [type=url]::-ms-input-placeholder,
.form-contact [type=email]::-ms-input-placeholder,
.form-contact [type=password]::-ms-input-placeholder,
.form-contact [type=date]::-ms-input-placeholder,
.form-contact textarea::-ms-input-placeholder {
	color: #D5D5D5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 0.13em;
}

.form-contact [type=text]::placeholder,
.form-contact [type=search]::placeholder,
.form-contact [type=tel]::placeholder,
.form-contact [type=url]::placeholder,
.form-contact [type=email]::placeholder,
.form-contact [type=password]::placeholder,
.form-contact [type=date]::placeholder,
.form-contact textarea::placeholder {
	color: #D5D5D5;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 0.13em;
}

.form-contact [type=radio] + span {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
}

.form-contact [type=radio] + span::before {
	border: 1px solid #000000;
}

.form-contact [type=radio] + span::after {
	background: #43AC99;
}

.wpcf7-spinner {
	display: block;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.form__privacy-policy .wpcf7-list-item label {
	gap: 6px;
	gap: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.grecaptcha-badge {
	z-index: 1000;
}

.hidden-fields-container {
	display: none;
	visibility: hidden;
}

.fv {
	height: 100vh;
	min-height: 753px;
	min-height: 75.3rem;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

.fv__canvas {
	inset: 0;
	display: block;
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.fv__inner {
	position: relative;
	z-index: 1;
}

.fv__lead-content {
	margin-left: 120px;
	margin-left: 12rem;
	margin-top: 248px;
	margin-top: 24.8rem;
	max-width: 700px;
	max-width: 70rem;
	padding: 20px;
	padding: 2rem;
	position: relative;
	width: 100%;
}

.fv__lead-content::before {
	inset: 0;
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, .93) 0%, rgba(255, 255, 255, .9) 45%, rgba(255, 255, 255, 0) 80%);
	content: "";
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.fv__lead {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.fv__title {
	color: #0B0B0B;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1.167;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.fv__title .green {
	color: #43AC99;
	font-family: "Montserrat", sans-serif;
	font-size: 55px;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.fv__icon-block {
	gap: 12px;
	gap: 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.fv__icon {
	background: #43AC99;
	border-radius: 9999px;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
}

.fv__sub {
	color: #43AC99;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	margin-top: 10px;
	margin-top: 1rem;
}

.fv__flex {
	gap: 20px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 33px;
	margin-top: 3.3rem;
}

.fv__card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1rem;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 280px;
	max-width: 28rem;
	padding: 10px 18px 10px;
	padding: 1rem 1.8rem 1rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.fv__card--mail {
	background: #000000;
	border: 2px solid #000000;
	color: #fff;
}

.fv__card--tel {
	background: #43AC99;
	border: 2px solid #43AC99;
	color: #fff;
}

.fv__card--mail:hover {
	background: #fff;
	color: #000000;
	opacity: 1;
}

.fv__card--tel:hover {
	background: #fff;
	color: #43AC99;
	opacity: 1;
}

.fv__card-lead {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.fv__card-main {
	gap: 6px;
	gap: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid currentColor;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
	margin-top: 10px;
	margin-top: 1rem;
	padding-top: 14px;
	padding-top: 1.4rem;
	width: 100%;
}

.fv__card-main--tel {
	gap: 6px;
	gap: 0.6rem;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding-top: 3px;
	padding-top: 0.3rem;
}

.fv__card-icon {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	position: relative;
	width: 15px;
	width: 1.5rem;
}

.fv__card-icon-img {
	height: auto;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
}

.fv__card-icon-img--hover {
	inset: 0;
	opacity: 0;
	position: absolute;
}

.fv__card:hover .fv__card-icon-img {
	opacity: 0;
}

.fv__card:hover .fv__card-icon-img--hover {
	opacity: 1;
}

.fv__card-note {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
}

.header {
	height: 80px;
	height: 8rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header::before {
	inset: 0;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #000), to(transparent));
	-webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
	backdrop-filter: blur(16px) saturate(115%);
	background: rgba(255, 255, 255, .7);
	content: "";
	mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #000), to(transparent));
	mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
	pointer-events: none;
	position: absolute;
	z-index: -2;
}

.header.header__omni::before {
	display: none;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	position: relative;
	width: 100%;
}

.header__top-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 311px;
	width: 31.1rem;
	z-index: -1;
}

.header__top-right img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.header__name {
	margin-right: auto;
}

.header__logo {
	width: 272px;
	width: 27.2rem;
}

.header__hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.header__nav {
	height: inherit;
}

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

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

.header__item:not(:first-child) {
	margin-left: 30px;
	margin-left: 3rem;
}

.header__item.header__item--small:not(:first-child) {
	margin-left: 20px;
	margin-left: 2rem;
}

.header__item:last-of-type {
	margin-left: 7px;
	margin-left: 0.7rem;
}

.header__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	height: inherit;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__link.header__link--small {
	font-size: 14px;
	font-size: 1.4rem;
}

.header__link.header__link--contact {
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 9999px;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	height: auto;
	padding: 8px 29px;
	padding: 0.8rem 2.9rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.header__link.header__link--contact:hover {
	background-color: #fff;
	color: #000000;
	opacity: 1;
}

.header__link.header__link--tel {
	gap: 4px;
	gap: 0.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #43AC99;
	border: 1px solid #43AC99;
	border-radius: 9999px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	height: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.04em;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.header__link.header__link--tel:hover {
	background-color: #fff;
	color: #43AC99;
	opacity: 1;
}

.header__link.header__link--tel.header__link--orange {
	background-color: #EEA104;
	border: 1px solid #EEA104;
}

.header__link.header__link--tel.header__link--orange:hover {
	background-color: #fff;
	color: #EEA104;
	opacity: 1;
}

.header__link--tel .header__tel-icon {
	display: block;
	line-height: 0;
	position: relative;
	width: 14px;
	width: 1.4rem;
}

.header__link--tel .header__tel-icon img {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
}

.header__tel-icon-img--hover {
	inset: 0;
	opacity: 0;
	position: absolute;
}

.header__link--tel:hover .header__tel-icon-img {
	opacity: 0;
}

.header__link--tel:hover .header__tel-icon-img--hover {
	opacity: 1;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1230px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.logo {
	margin-top: 43px;
	margin-top: 4.3rem;
}

.logo__img {
	margin-left: auto;
	margin-right: auto;
	width: 806px;
	width: 80.6rem;
}

.modal {
	inset: 0;
	-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;
	opacity: 0;
	padding: 40px 20px;
	padding: 4rem 2rem;
	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: 2000;
}

.modal.is-open {
	opacity: 1;
	visibility: visible;
}

.modal__overlay {
	inset: 0;
	background: rgba(0, 0, 0, .8);
	cursor: pointer;
	position: absolute;
}

.modal__inner {
	-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;
	max-height: 100%;
	max-width: 600px;
	max-width: 60rem;
	position: relative;
	-webkit-transform: scale(0.96);
	transform: scale(0.96);
	-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: 100%;
}

.modal.is-open .modal__inner {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.modal__body {
	gap: 16px;
	gap: 1.6rem;
	-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;
	max-width: 760px;
	max-width: 76rem;
	width: 100%;
}

.modal__body.is-multiple {
	max-width: 1140px;
	max-width: 114rem;
}

.modal__img {
	-o-object-fit: contain;
	border-radius: 0.4rem;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: auto;
	max-height: calc(100vh - 16rem);
	min-width: 0;
	object-fit: contain;
	width: 100%;
}

.modal__close {
	background: #39A238;
	border: none;
	cursor: pointer;
	height: 40px;
	height: 4rem;
	padding: 0;
	position: absolute;
	right: 0;
	top: -50px;
	top: -5rem;
	width: 40px;
	width: 4rem;
}

.modal__close::before,
.modal__close::after {
	background: #fff;
	content: "";
	height: 2px;
	height: 0.2rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 60%;
}

.modal__close::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

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

.news-card {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #D4D4D4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 27px;
	padding-bottom: 2.7rem;
}

.news-card + .news-card {
	margin-top: 34px;
	margin-top: 3.4rem;
}

.news-card__img {
	aspect-ratio: 27/17;
	width: 23%;
}

.news-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 27/17;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.news-card__body {
	width: calc(77% - 2rem);
}

.news-card__info {
	gap: 21px;
	gap: 2.1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.news-card__date {
	color: #43AC99;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 3.125;
}

.news-card__category {
	background: #D9D9D9;
	border-radius: 9999px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.167;
	padding: 5px 15px;
	padding: 0.5rem 1.5rem;
}

.news-card__title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 4px;
	margin-top: 0.4rem;
}

.news-card__text {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.714;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.news {
	margin-top: 78px;
	margin-top: 7.8rem;
}

.news__contents {
	background: #fff;
	border: 3px solid #43AC99;
	border-radius: 2rem;
	margin-top: 35px;
	margin-top: 3.5rem;
	padding: 37px 50px 45px;
	padding: 3.7rem 5rem 4.5rem;
	width: 100%;
}

.news__content {
	border-bottom: 1px solid #D4D4D4;
	display: block;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	padding-top: 20px;
	padding-top: 2rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.news__content:first-child {
	padding-top: 0;
}

.news__content:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.news__content:hover {
	opacity: 0.8;
}

.news__info {
	gap: 21px;
	gap: 2.1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.news__date {
	color: #43AC99;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 3.125;
}

.news__category {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #D9D9D9;
	border-radius: 9999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.2;
	padding: 4px 15px;
	padding: 0.4rem 1.5rem;
}

.news__block {
	gap: 24px;
	gap: 2.4rem;
	-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;
}

.news__text {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.news__content:hover .news__text {
	color: #43AC99;
}

.news__arrow {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	-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: 9px;
	width: 0.9rem;
}

.news__content:hover .news__arrow {
	-webkit-transform: translateX(0.3rem);
	transform: translateX(0.3rem);
}

.news__arrow img {
	height: auto;
	width: 100%;
}

.news__button-block {
	margin-top: 50px;
	margin-top: 5rem;
	text-align: center;
}

.omni-section-title {
	-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;
	text-align: center;
}

.omni-section-title.section-title--left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.omni-section-title__sub {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 5px solid #39A238;
	border: 0.5rem solid #39A238;
	border-radius: 9999px;
	color: #39A238;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	height: 65px;
	height: 6.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 360px;
	max-width: 36rem;
	width: 100%;
}

.omni-section-title__sub.omni-section-title__sub--small {
	color: #404241;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 900;
}

.omni-section-title__sub.omni-section-title__sub--img {
	border: none;
	max-width: 400px;
	max-width: 40rem;
}

.omni-section-title__main {
	color: #40423F;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 21px;
	margin-top: 2.1rem;
}

.omni-section-title__main span {
	color: #39A238;
}

.omniAbout {
	margin-top: 80px;
	margin-top: 8rem;
}

.omniAbout__flex {
	gap: 40px;
	gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	margin-top: 6rem;
}

.omniAbout__content {
	background: #fff;
	border: 5px solid #39A238;
	border: 0.5rem solid #39A238;
	border-radius: 2rem;
	height: auto;
	width: calc(50% - 2rem);
}

.omniAbout__img {
	aspect-ratio: 570/296;
	width: 100%;
}

.omniAbout__img img {
	-o-object-fit: cover;
	aspect-ratio: 570/296;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.omniAbout__lead-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	height: 124px;
	height: 12.4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.44;
	text-align: center;
	width: 100%;
}

.omniAbout__contents {
	gap: 60px;
	gap: 6rem;
	border: 5px solid #39A238;
	border: 0.5rem solid #39A238;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 40px 50px 37px 48px;
	padding: 4rem 5rem 3.7rem 4.8rem;
	width: 100%;
}

.omniAbout__contents-img {
	width: 43%;
}

.omniAbout__contents-right {
	width: 51%;
}

.omniAbout__card {
	gap: 21px;
	gap: 2.1rem;
	border-bottom: 1px dotted #39A238;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.omniAbout__card + .omniAbout__card {
	margin-top: 19px;
	margin-top: 1.9rem;
}

.omniAbout__card:last-of-type {
	border-bottom: none;
}

.omniAbout__card-num {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #39A238;
	border-radius: 0.5rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	height: 58px;
	height: 5.8rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.6;
	width: 58px;
	width: 5.8rem;
}

.omniAbout__card-right {
	width: calc(100% - 7.9rem);
}

.omniAbout__card-title {
	color: #000000;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.44;
}

.omniAbout__card-text {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.25;
	width: 110%;
}

.omniAbout__card-strong {
	color: #EEA104;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.omniAbout__card-example {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #DFECC9;
	border-radius: 9999px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 7px;
	margin-top: 0.7rem;
	padding: 7px 0;
	padding: 0.7rem 0;
}

.omniAbout__card-example-label {
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.25;
}

.omniCompany {
	background: #fff;
	margin-top: 140px;
	margin-top: 14rem;
}

.omniCompany__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.omniCompany__title {
	margin-right: auto;
}

.omniCompany__contents {
	width: 843px;
	width: 84.3rem;
}

.omniCompany__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #D4D4D4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
}

.omniCompany__row:not(:first-child) {
	padding-top: 16px;
	padding-top: 1.6rem;
}

.omniCompany__term {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	width: 150px;
	width: 15rem;
}

.omniCompany__desc {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}

.omniCompany__link {
	color: inherit;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.omniCompany__link:hover {
	color: #EEA104;
}

.omniContact {
	margin-top: 98px;
	margin-top: 9.8rem;
	padding-bottom: 228px;
	padding-bottom: 22.8rem;
	padding-top: 53px;
	padding-top: 5.3rem;
	position: relative;
	z-index: 2;
}

.omniContact::after {
	background: url(../img/omni/omniContact_bg.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.omniContact__content {
	background: #fff;
	border-radius: 2rem;
	margin-top: 63px;
	margin-top: 6.3rem;
	padding: 60px 20px 70px;
	padding: 6rem 2rem 7rem;
}

.omniContact__content form {
	margin-left: auto;
	margin-right: auto;
	max-width: 833px;
	max-width: 83.3rem;
	width: 100%;
}

.omniFooter {
	padding-bottom: 90px;
	padding-bottom: 9rem;
}

.omniFooter__flex {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.omniFooter__img {
	height: auto;
	margin-right: auto;
	width: 230px;
	width: 23rem;
}

.omniFooter__items {
	gap: 40px;
	gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.omniFooter__link {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.22;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.omniFooter__link:hover {
	opacity: 0.8;
}

.omniFooter__privacy {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.41;
	margin-left: auto;
	margin-top: 20px;
	margin-top: 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.omniFooter__last {
	gap: 98px;
	gap: 9.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	margin-top: 6rem;
}

.omniFooter__banner {
	border: 2px solid #43AC99;
	border-radius: 9999px;
	color: #43AC99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	height: 42px;
	height: 4.2rem;
	line-height: 1;
	margin-left: auto;
	max-width: 340px;
	max-width: 34rem;
	padding: 10px 26px;
	padding: 1rem 2.6rem;
	position: relative;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.omniFooter__banner:hover {
	background: #43AC99;
	color: #fff;
}

.omniFooter__banner::after {
	background: #43AC99;
	border-radius: 9999px;
	content: "";
	height: 6px;
	height: 0.6rem;
	position: absolute;
	right: 18px;
	right: 1.8rem;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 6px;
	width: 0.6rem;
}

.omniFooter__banner:hover::after {
	background: #fff;
}

.omniFooter__copyright {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}

.omniFv {
	padding-bottom: 160px;
	padding-bottom: 16rem;
	padding-top: 133px;
	padding-top: 13.3rem;
	position: relative;
	z-index: 2;
}

.omniFv::after {
	background: url(../img/omni/omni-fv.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -3;
}

.omniFv__right {
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 457px;
	width: 45.7rem;
	z-index: -2;
}

.omniFv__line {
	height: auto;
	left: 50%;
	position: absolute;
	top: 307px;
	top: 30.7rem;
	-webkit-transform: translate(-50%, 0) rotate(-4.63deg);
	transform: translate(-50%, 0) rotate(-4.63deg);
	width: 666px;
	width: 66.6rem;
	z-index: -1;
}

.omniFv__left {
	height: auto;
	left: 0;
	position: absolute;
	top: 113px;
	top: 11.3rem;
	width: 468px;
	width: 46.8rem;
	z-index: -2;
}

.omniFv__top-contents {
	text-align: center;
}

.omniFv__icon-block {
	gap: 11px;
	gap: 1.1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5BA477;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.omniFv__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #5BA477;
	border-radius: 9999px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	height: 41px;
	height: 4.1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	width: 103px;
	width: 10.3rem;
}

.omniFv__title-main {
	font-size: 70px;
	font-size: 7rem;
	font-weight: 900;
	line-height: 1.2;
	margin-top: 7px;
	margin-top: 0.7rem;
}

.omniFv__middle-contents {
	margin-top: 53px;
	margin-top: 5.3rem;
	text-align: center;
}

.omniFv__middle-contents__logo {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 332px;
	width: 33.2rem;
}

.omniFv__middle-contents-lead {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.75;
	margin-top: -10px;
	margin-top: -1rem;
}

.omniFv__middle-contents-lead span {
	color: #5BA477;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.12;
}

.omniFv__flex {
	gap: 24px;
	gap: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	margin-top: 6rem;
}

.omniFv__card {
	background: #EBEBE8;
	border-radius: 2rem;
	height: 360px;
	height: 36rem;
	position: relative;
	width: calc(50% - 1.2rem);
}

.omniFv__card-icon {
	height: auto;
	left: 50%;
	position: absolute;
	top: -60px;
	top: -6rem;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 106px;
	width: 10.6rem;
}

.omniFv__card-icon.omniFv__card-icon--02 {
	top: -18px;
	top: -1.8rem;
	width: 78px;
	width: 7.8rem;
}

.omniFv__card-title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 900;
	padding-top: 114px;
	padding-top: 11.4rem;
	text-align: center;
}

.omniFv__card-text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	height: 10rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px 38px 0;
	margin: 4rem 3.8rem 0;
	position: relative;
	text-align: center;
}

.omniFv__card-text::before {
	border-bottom: 15px solid #fff;
	border-bottom: 1.5rem solid #fff;
	border-left: 15px solid transparent;
	border-left: 1.5rem solid transparent;
	border-right: 15px solid transparent;
	border-right: 1.5rem solid transparent;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: -10px;
	top: -1rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.omniFv__card-text p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.omniFv__card-last {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #81C38D;
	border-bottom-left-radius: 20px;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 20px;
	border-bottom-right-radius: 2rem;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	height: 50px;
	height: 5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.omniFv__link-contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-top: 2.5rem;
	max-width: 610px;
	max-width: 61rem;
	width: 100%;
}

.omniFv__link-flex {
	gap: 10px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 33px;
	margin-top: 3.3rem;
}

.omniFv__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 1rem;
	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: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-width: 300px;
	max-width: 30rem;
	padding: 10px 18px 10px;
	padding: 1rem 1.8rem 1rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.omniFv__link--mail {
	background: #000000;
	border: 2px solid #000000;
	color: #fff;
}

.omniFv__link--pdf {
	background: #6EB380;
	border: 2px solid #6EB380;
	color: #fff;
}

.omniFv__link--mail:hover {
	background: #fff;
	color: #000000;
	opacity: 1;
}

.omniFv__link--pdf:hover {
	background: #fff;
	color: #6EB380;
	opacity: 1;
}

.omniFv__link-lead {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 100%;
}

.omniFv__link-main {
	gap: 6px;
	gap: 0.6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid currentColor;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4;
	margin-top: 10px;
	margin-top: 1rem;
	padding-top: 14px;
	padding-top: 1.4rem;
	width: 100%;
}

.omniFv__link-icon {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	position: relative;
	width: 15px;
	width: 1.5rem;
}

.omniFv__link__icon-img {
	height: auto;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
}

.omniFv__link__icon-img--hover {
	inset: 0;
	opacity: 0;
	position: absolute;
}

.omniFv__link:hover .omniFv__link__icon-img {
	opacity: 0;
}

.omniFv__link:hover .omniFv__link__icon-img--hover {
	opacity: 1;
}

.omniFv__link-tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #EEA104;
	border: 2px solid #EEA104;
	border-radius: 1rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 60px;
	height: 6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 10px;
	margin-top: 1rem;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	width: 100%;
}

.omniFv__link-tel:hover {
	background: #fff;
	color: #EEA104;
	opacity: 1;
}

.omniFv__link-tel-flex {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.omniFv__link-main-tel {
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 0.04em;
}

.omniFv__link-tel-icon {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	position: relative;
	width: 24px;
	width: 2.4rem;
}

.omniFv__link-tel-icon-img {
	height: auto;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: 100%;
}

.omniFv__link-tel-icon-img--hover {
	inset: 0;
	opacity: 0;
	position: absolute;
}

.omniFv__link-tel:hover .omniFv__link-tel-icon-img {
	opacity: 0;
}

.omniFv__link-tel:hover .omniFv__link-tel-icon-img--hover {
	opacity: 1;
}

.omniFv__link-note {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}

.omniFv__last-contents {
	background: #fff;
	border-radius: 2rem;
	-webkit-box-shadow: 0 0 30px 14px rgba(0, 0, 0, .03);
	box-shadow: 0 0 30px 14px rgba(0, 0, 0, .03);
	margin-top: 74px;
	margin-top: 7.4rem;
	padding: 42px 95px 66px;
	padding: 4.2rem 9.5rem 6.6rem;
}

.omniFv__title-block {
	text-align: center;
}

.omniFv__title-block.mt {
	margin-top: 60px;
	margin-top: 6rem;
}

.omniFv__title-sub {
	color: #EEA104;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
}

.omniFv__title {
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 900;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.omniFv__title::before {
	color: #81C38D;
	content: "“";
	font-size: 70px;
	font-size: 7rem;
	left: -50px;
	left: -5rem;
	position: absolute;
	top: -30px;
	top: -3rem;
}

.omniFv__title::after {
	color: #81C38D;
	content: "”";
	font-size: 70px;
	font-size: 7rem;
	position: absolute;
	right: -50px;
	right: -5rem;
	top: -30px;
	top: -3rem;
}

.omniFv__lists {
	margin-top: 36px;
	margin-top: 3.6rem;
}

.omniFv__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #EBEBE8;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	height: 7rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.omniFv__list + .omniFv__list {
	margin-top: 10px;
	margin-top: 1rem;
}

.omniFv__list p {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.omniFv__list p span {
	color: #EEA104;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.omniLead {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(40%, #fffffd), color-stop(60%, #DBEFEC), to(#DBEFEC));
	background: linear-gradient(to bottom, #ffffff 0%, #fffffd 40%, #DBEFEC 60%, #DBEFEC 100%);
	padding-bottom: 44px;
	padding-bottom: 4.4rem;
	padding-top: 118px;
	padding-top: 11.8rem;
	position: relative;
}

.omniLead__img {
	height: auto;
	left: 50%;
	position: absolute;
	top: -60px;
	top: -6rem;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 146px;
	width: 14.6rem;
	z-index: 4;
}

.omniLead__title {
	color: #40423F;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1.1;
	text-align: center;
}

.omniLead__title .green {
	color: #39A238;
}

.omniLead__title .small {
	font-size: 40px;
	font-size: 4rem;
	vertical-align: middle;
}

.omniLead__title img {
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 553px;
	width: 55.3rem;
}

.omniLead__contents {
	background: #fff;
	border-radius: 2rem;
	-webkit-box-shadow: 0 0 30px 14px rgba(0, 0, 0, .03);
	box-shadow: 0 0 30px 14px rgba(0, 0, 0, .03);
	margin-top: 43px;
	margin-top: 4.3rem;
	padding: 7px 95px 40px;
	padding: 0.7rem 9.5rem 4rem;
	width: 100%;
}

.omniLead__head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.omniLead__head-icon {
	-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;
	line-height: 0;
}

.omniLead__head-icon img {
	height: auto;
	width: 50px;
	width: 5rem;
}

.omniLead__head-icon.omniLead__head-icon--circle img {
	height: auto;
	width: 70px;
	width: 7rem;
}

.omniLead__head-icon--x {
	width: 440px;
	width: 44rem;
}

.omniLead__head-icon--circle {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 56px;
	margin-left: 5.6rem;
}

.omniLead__rows {
	margin-top: 20px;
	margin-top: 2rem;
}

.omniLead__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.omniLead__row:first-child {
	margin-top: 0;
}

.omniLead__problem {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #EBEBE8;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 10px 20px;
	padding: 1rem 2rem;
	width: 440px;
	width: 44rem;
}

.omniLead__problem-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.667;
	text-align: center;
}

.omniLead__solution {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #39A238;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 20px;
	padding: 1rem 2rem;
}

.omniLead__solution-text {
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.omniLead__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.omniLead__mark {
	display: none;
}

.omniLead__mark img {
	height: auto;
	width: 100%;
}

.omniLead__arrow {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	margin-left: 16px;
	margin-left: 1.6rem;
	margin-right: 16px;
	margin-right: 1.6rem;
	width: 35px;
	width: 3.5rem;
}

.omniLead__arrow img {
	height: auto;
	width: 100%;
}

.omniLead__note {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.14;
	margin-top: 34px;
	margin-top: 3.4rem;
	text-align: center;
}

.omniMedia {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #F5F2F2), to(#F5F2F2));
	background: linear-gradient(to bottom, #ffffff 0%, #F5F2F2 50%, #F5F2F2 100%);
	margin-top: -157px;
	margin-top: -15.7rem;
	padding-bottom: 90px;
	padding-bottom: 9rem;
	padding-top: 237px;
	padding-top: 23.7rem;
}

.omniMedia__lists {
	gap: 20px;
	gap: 2rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 56px;
	margin-top: 5.6rem;
}

.omniMedia__list {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 0.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	height: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px;
	padding: 2.5rem;
}

.omniMedia__lead {
	width: 100%;
}

.omniMedia__text {
	color: #40423F;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
}

.omniMedia__img {
	aspect-ratio: 1/1.414;
	background: transparent;
	border: none;
	border-radius: 0;
	cursor: pointer;
	overflow: hidden;
	padding: 0 !important;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.omniMedia__img img {
	-o-object-fit: contain;
	-o-object-position: center;
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.omniMedia__img:hover {
	opacity: 0.85;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.omniProject {
	margin-top: 137px;
	margin-top: 13.7rem;
	padding-bottom: 94px;
	padding-bottom: 9.4rem;
	padding-top: 60px;
	padding-top: 6rem;
	position: relative;
	z-index: 2;
}

.omniProject::after {
	background: url(../img/omni/omniProject_bg.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.omniProject__title {
	color: #39A238;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
}

.omniProject__contents {
	gap: 44px;
	gap: 4.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 5px solid #39A238;
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	margin-top: 63px;
	margin-top: 6.3rem;
	padding: 62px 80px;
	padding: 6.2rem 8rem;
	width: 100%;
}

.omniProject__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding-top: 0px;
	padding-top: 0rem;
	width: 63%;
}

.omniProject__company {
	color: #000000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}

.omniProject__name {
	color: #000000;
	font-size: 40px;
	font-size: 4rem;
	font-weight: 700;
	margin-top: 5px;
	margin-top: 0.5rem;
}

.omniProject__model {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin-top: 21px;
	margin-top: 2.1rem;
}

.omniProject__spec {
	margin-top: 33px;
	margin-top: 3.3rem;
}

.omniProject__spec-row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px dotted #39A238;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.omniProject__spec-term {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.1875;
}

.omniProject__spec-term::after {
	content: "：";
}

.omniProject__spec-desc {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.1875;
}

.omniProject__block {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.omniProject__subtitle {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.1875;
}

.omniProject__text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.78;
	margin-top: 4px;
	margin-top: 0.4rem;
}

.omniProject__img {
	aspect-ratio: 33/44;
	width: 32%;
}

.omniProject__img img {
	-o-object-fit: cover;
	aspect-ratio: 33/44;
	border-radius: 0.5rem;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.page-contact {
	background: #E3E9E8;
	padding-bottom: 124px;
	padding-bottom: 12.4rem;
	padding-top: 73px;
	padding-top: 7.3rem;
}

.page-contact__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 773px;
	max-width: 77.3rem;
	width: 100%;
}

.pages__block {
	margin-top: 84px;
	margin-top: 8.4rem;
}

.pages__flex {
	gap: 110px;
	gap: 11rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pages__content {
	width: calc(100% - 40.5rem);
}

.pages__aside {
	width: 295px;
	width: 29.5rem;
}

.pages__subtitle {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	padding-left: 14px;
	padding-left: 1.4rem;
	position: relative;
}

.pages__subtitle::before {
	background: #43AC99;
	border-radius: 9999px;
	content: "";
	height: 6px;
	height: 0.6rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 6px;
	width: 0.6rem;
}

.pages__aside-lists {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.pages__archive-block {
	margin-top: 62px;
	margin-top: 6.2rem;
}

.pages__lists-category {
	gap: 10px 10px;
	gap: 1rem 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.pages__lists-category li {
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.pages__lists-category a {
	background: #D9D9D9;
	border-radius: 9999px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.167;
	padding: 5px 15px;
	padding: 0.5rem 1.5rem;
}

.pages__lists {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.pages__lists li a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.857;
}

.price {
	margin-top: 78px;
	margin-top: 7.8rem;
}

.price__flex {
	border-right: 1px solid #39A238;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 190px;
	height: 19rem;
	margin-top: 50px;
	margin-top: 5rem;
	width: 100%;
}

.price__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #39A238;
	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;
	width: 33.3333%;
}

.price__content-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.price__content-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.64;
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

.price__card-contents {
	gap: 40px;
	gap: 4rem;
	-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: 40px;
	margin-top: 4rem;
}

.price__card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(57, 162, 56, .2);
	border-radius: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 247px;
	height: 24.7rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: calc(50% - 2rem);
}

.price__card-title {
	color: #000000;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.price__card-title span {
	color: #000000;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.price__num {
	color: #39A238;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.12;
	margin-top: 17px;
	margin-top: 1.7rem;
}

.price__num span {
	color: #39A238;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.price__note {
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.64;
	margin-top: 20px;
	margin-top: 2rem;
}

.price__last {
	border: 1px solid #43AC99;
	border-radius: 2rem;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 42px 58px;
	padding: 4.2rem 5.8rem;
	text-align: center;
}

.price__last-title {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.price__last-text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.437;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.privacy {
	margin-top: 82px;
	margin-top: 8.2rem;
}

.privacy__lead {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}

.privacy__block {
	margin-top: 40px;
	margin-top: 4rem;
}

.privacy__title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
}

.privacy__text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0;
}

.privacy__text.mt {
	margin-top: 20px;
	margin-top: 2rem;
}

.privacy__item {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}

.privacy__item,
.privacy__text {
	word-wrap: break-word;
	word-break: break-word;
}

.privacy__item span {
	color: #43AC99;
}

.projects {
	background: #F2F2F2;
	margin-top: 110px;
	margin-top: 11rem;
	padding-bottom: 56px;
	padding-bottom: 5.6rem;
	padding-top: 60px;
	padding-top: 6rem;
}

.projects__flex {
	background: #fff;
	border-radius: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 60px;
	margin-top: 6rem;
}

.projects__content {
	padding: 36px 27px 45px 67px;
	padding: 3.6rem 2.7rem 4.5rem 6.7rem;
	width: 58%;
}

.projects__omi {
	margin-left: auto;
	width: 170px;
	width: 17rem;
}

.projects__lead {
	margin-top: -6px;
	margin-top: -0.6rem;
}

.projects__sub {
	color: #43AC99;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.projects__lead-title {
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 700;
}

.projects__text {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.94;
	margin-top: 33px;
	margin-top: 3.3rem;
}

.projects__button-block {
	margin-top: 40px;
	margin-top: 4rem;
}

.projects__img {
	aspect-ratio: 500/514;
	width: 42%;
}

.projects__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	aspect-ratio: 500/514;
	border-bottom-right-radius: 30px;
	border-bottom-right-radius: 3rem;
	border-top-right-radius: 30px;
	border-top-right-radius: 3rem;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.report {
	margin-top: 100px;
	margin-top: 10rem;
}

.report__flex {
	gap: 73px;
	gap: 7.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 68px;
	margin-top: 6.8rem;
}

.report__img {
	-webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .05);
	height: auto;
	width: 38%;
}

.report__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.report__contents {
	width: 55%;
}

.report__content + .report__content {
	margin-top: 54px;
	margin-top: 5.4rem;
}

.report__head {
	gap: 33px;
	gap: 3.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.report__card-num {
	color: #39A238;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.12;
}

.report__card-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.report__card-text {
	border-top: 1px dotted #39A238;
	color: #39A238;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 6px;
	margin-top: 0.6rem;
	padding-top: 8px;
	padding-top: 0.8rem;
}

.report__last {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.428;
	margin-top: 103px;
	margin-top: 10.3rem;
}

.section-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.section-title.section-title--left {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.section-title__sub {
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.428;
}

.section-title__main {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.side-cta {
	gap: 12px;
	gap: 1.2rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	visibility: hidden;
	z-index: 900;
}

.side-cta.is-visible {
	opacity: 1;
	visibility: visible;
}

.side-cta__item {
	border-right: 12px solid #43AC99;
	border-right: 1.2rem solid #43AC99;
	display: block;
	line-height: 0;
	overflow: hidden;
	-webkit-transition: width 0.35s ease;
	transition: width 0.35s ease;
	width: 62px;
	width: 6.2rem;
}

.side-cta__item:hover {
	opacity: 1;
	width: 200px;
	width: 20rem;
}

.side-cta__item img {
	display: block;
	height: auto;
	max-width: none;
	width: 200px;
	width: 20rem;
}

.single__content-block {
	width: 100%;
}

.single-content__title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.667;
}

.single__content-info {
	gap: 21px;
	gap: 2.1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 10px;
	margin-top: 1rem;
}

.single__content-info time {
	color: #43AC99;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 3.125;
}

.single__content-category {
	background: #D9D9D9;
	border-radius: 9999px;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.167;
	padding: 5px 15px;
	padding: 0.5rem 1.5rem;
}

.single__content-img {
	aspect-ratio: 27/17;
	margin-top: 13px;
	margin-top: 1.3rem;
	width: 100%;
}

.single__content-img img {
	-o-object-fit: cover;
	aspect-ratio: 27/17;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content-body {
	margin-top: 10px;
	margin-top: 1rem;
	word-wrap: break-word;
}

.single__content-body h2 {
	background-color: rgba(67, 172, 153, .2);
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 6px 10px 8px;
	padding: 0.6rem 1rem 0.8rem;
}

.single__content-body p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.25;
	margin-top: 11px;
	margin-top: 1.1rem;
}

.single__content-body h3 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 30px;
	margin-top: 3rem;
	padding-bottom: 9px;
	padding-bottom: 0.9rem;
	position: relative;
}

.single__content-body h3::after {
	background: -webkit-gradient(linear, left top, right top, from(#43AC99), color-stop(20%, #43AC99), color-stop(20%, #E5EBE1), to(#E5EBE1));
	background: linear-gradient(90deg, #43AC99 0%, #43AC99 20%, #E5EBE1 20%, #E5EBE1 100%);
	bottom: 0;
	content: "";
	height: 2px;
	height: 0.2rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.single__content-body h4 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6667;
	margin-top: 30px;
	margin-top: 3rem;
}

.single__content-body figure {
	aspect-ratio: 340/235 !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-top: 4rem;
	max-width: 440px;
	max-width: 44rem;
	width: 100% !important;
}

.single__content-body figure img {
	-o-object-fit: cover;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content-body figure figcaption {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	margin-top: 3px;
	margin-top: 0.3rem;
}

.single__content-body { /* 画像の中央寄せ */
}

.single__content-body .aligncenter {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single__content-body { /* figureタグで囲まれた画像の中央寄せ */
}

.single__content-body .aligncenter img {
	height: auto;
}

.single__content-body { /* 画像右寄せ */
}

.single__content-body .alignright {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single__content-body { /* figureタグで囲まれた画像右寄せ */
}

.single__content-body .alignright img {
	height: auto;
}

.single__content-body { /* 位置指定のない画像 */
}

.single__content-body .alignnone {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single__content-body { /* figureタグで囲まれた位置指定のない画像 */
}

.single__content-body .alignnone img {
	height: auto;
}

.single__content-body { /* 自動折り返し有効化 */
}

.single__content-body pre {
	white-space: pre-wrap;
}

.single__content-body ul {
	margin-top: 40px;
	margin-top: 4rem;
}

.single__content-body ul li {
	background-image: linear-gradient(to right, #ccc 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.7333;
	margin-left: 10px;
	margin-left: 1rem;
	padding-bottom: 17px;
	padding-bottom: 1.7rem;
	padding-top: 9px;
	padding-top: 0.9rem;
	position: relative;
}

.single__content-body ul li::before {
	background: #43AC99;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	height: 0.6rem;
	left: -11px;
	left: -1.1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 6px;
	width: 0.6rem;
}

.single__content-body ul li:first-child {
	padding-top: 0;
}

.single__content-body ul li:first-child::before {
	background: #43AC99;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	height: 0.6rem;
	left: -11px;
	left: -1.1rem;
	position: absolute;
	top: 37%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 6px;
	width: 0.6rem;
}

.single__content-body table {
	border-collapse: collapse;
	margin-top: 50px;
	margin-top: 5rem;
	table-layout: fixed;
	width: 100%;
}

.single__content-body table th {
	background: #43AC99;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.73333;
}

.single__content-body table th,
.single__content-body table td {
	border: 1px solid #ccc;
	padding: 9px 0 18px 0;
	padding: 0.9rem 0 1.8rem 0;
	text-align: center;
}

.single__content-body table td {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.73333;
}

.single__content-body a {
	background-color: #000000;
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 10px;
	margin-top: 1rem;
	max-width: 100%;
	padding: 10px 23px;
	padding: 1rem 2.3rem;
	text-align: center;
}

.single__content-info {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 48px;
	margin-top: 4.8rem;
	text-align: right;
}

.single__link {
	gap: 67px;
	gap: 6.7rem;
	-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: 96px;
	margin-top: 9.6rem;
}

.single__link-prev a,
.single__link-next a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #43AC99;
	border-radius: 9999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 16px;
	font-size: 1.6rem;
	height: 60px;
	height: 6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	text-align: center;
	width: 160px;
	width: 16rem;
}

.sub-fv {
	background: #368D7D;
	height: 346px;
	height: 34.6rem;
	margin-top: 80px;
	margin-top: 8rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.sub-fv__bg {
	bottom: 0;
	height: auto;
	position: absolute;
	right: 264px;
	right: 26.4rem;
	width: 330px;
	width: 33rem;
	z-index: -1;
}

.sub-fv__inner {
	height: inherit;
	position: relative;
}

.sub-fv__title {
	color: #fff;
	padding-top: 104px;
	padding-top: 10.4rem;
}

.sub-fv__title-sub {
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-size: 5rem;
	letter-spacing: 0.02em;
	line-height: 1;
}

.sub-fv__title-main {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.thanks {
	text-align: center;
	width: 100%;
}

.thanks__text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.2;
	position: relative;
}

.thanks__text + .thanks__text {
	padding-top: 80px;
	padding-top: 8rem;
}

.thanks__text + .thanks__text::before {
	background: #43AC99;
	content: "";
	height: 2px;
	height: 0.2rem;
	left: 50%;
	position: absolute;
	top: 40px;
	top: 4rem;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 80px;
	width: 8rem;
}

.thanks__button-block {
	margin-top: 60px;
	margin-top: 6rem;
	text-align: center;
}

.union {
	padding-bottom: 205px;
	padding-bottom: 20.5rem;
	padding-top: 204px;
	padding-top: 20.4rem;
	position: relative;
	z-index: 2;
}

.union::after {
	background: url(../img/omni/union_bg.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -6px;
	top: -0.6rem;
	width: 100%;
	z-index: -1;
}

.union__img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 552px;
	width: 55.2rem;
}

.wp-pagenavi {
	gap: 10px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Montserrat", sans-serif;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 38px;
	margin-top: 3.8rem;
}

.wp-pagenavi span.current {
	font-weight: normal;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #43AC99;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #43AC99;
	border-radius: 50%;
	color: #43AC99;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	height: 40px;
	height: 4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	white-space: nowrap;
	width: 40px;
	width: 4rem;
}

.wp-pagenavi a.page {
	background-color: #fff;
}

.wp-pagenavi a.page:hover {
	background-color: #43AC99;
	color: #fff;
	opacity: 1;
}

.wp-pagenavi a:hover {
	background-color: #43AC99;
	color: #fff;
	opacity: 1;
}

.wp-pagenavi span.current {
	background-color: #43AC99;
	color: #fff;
}

.wp-pagenavi .previouspostslink {
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.wp-pagenavi .previouspostslink::after {
	border-right: 2px solid #43AC99;
	border-top: 2px solid #43AC99;
	content: "";
	height: 8px;
	height: 0.8rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(-135deg);
	transform: translate(0, -50%) rotate(-135deg);
	width: 8px;
	width: 0.8rem;
}

.wp-pagenavi .previouspostslink:hover {
	background-color: transparent;
	color: transparent;
	opacity: 0.7;
}

.wp-pagenavi .nextpostslink {
	background-color: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.wp-pagenavi .nextpostslink::after {
	border-right: 2px solid #43AC99;
	border-top: 2px solid #43AC99;
	content: "";
	height: 8px;
	height: 0.8rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	width: 8px;
	width: 0.8rem;
}

.wp-pagenavi .nextpostslink:hover {
	background: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media (prefers-reduced-motion: reduce) {

[class*=js-fade] {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}

}

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

.aboutUs {
	padding-top: 36rem;
}

.omniFv__right {
	width: 60rem;
}

.omniFv__left {
	width: 60rem;
}

}

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

.aboutUs {
	padding-top: 39rem;
}

.aboutUs__bg {
	aspect-ratio: 1440/790;
}

.aboutUs__bg img {
	aspect-ratio: 1440/790;
}

.omniFv__line {
	top: 34.7rem;
	width: 86.6rem;
}

.omniFv__icon-block {
	font-size: 4.6rem;
}

.omniFv__icon {
	font-size: 3.6rem;
	height: 5.1rem;
	width: 12.3rem;
}

.omniFv__title-main {
	font-size: 8rem;
}

.omniFv__middle-contents {
	margin-top: 8.3rem;
}

.omniFv__link-contents {
	max-width: 80rem;
}

.omniFv__link {
	max-width: 39.5rem;
}

}

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

.header__logo.header__logo--small {
	width: 18.6rem;
}

.omniAbout__contents {
	gap: 3rem;
	padding: 4rem 3rem 3rem 4.8rem;
}

.omniAbout__contents-img {
	width: 30%;
}

.omniAbout__contents-right {
	width: 65%;
}

}

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

.access__flex {
	gap: 3.2rem;
}

.company__contents {
	width: 70rem;
}

.fv__lead-content {
	margin-left: 6rem;
}

.header__logo {
	width: 20rem;
}

.header__logo.header__logo--small {
	width: 14rem;
}

.header__item:not(:first-child) {
	margin-left: 2rem;
}

.header__item.header__item--small:not(:first-child) {
	margin-left: 1.5rem;
}

.header__item:last-of-type {
	margin-left: 0.7rem;
}

.omniAbout__lead-text {
	font-size: 2.2rem;
}

.omniCompany__contents {
	width: 70rem;
}

.omniFv__right {
	width: 30rem;
}

.omniFv__left {
	width: 30rem;
}

.omniFv__last-contents {
	padding: 4.2rem 4rem 6.6rem;
}

.omniLead__title {
	font-size: 4rem;
}

.omniLead__contents {
	padding: 0.7rem 3rem 5.3rem;
}

.omniLead__head-icon--x {
	width: 42rem;
}

.omniLead__problem {
	width: 42rem;
}

.omniMedia__text {
	font-size: 1.3rem;
}

.omniProject__contents {
	padding: 4rem 5rem;
}

.pages__flex {
	gap: 6rem;
}

.pages__content {
	width: calc(100% - 25.5rem);
}

.price__note {
	font-size: 1.2rem;
}

.projects__content {
	padding: 3.6rem 2.7rem 4.5rem 2rem;
	width: 60%;
}

.projects__img {
	width: 40%;
}

.report__flex {
	gap: 3.6rem;
}

.report__contents {
	width: 58%;
}

.sub-fv__bg {
	right: 2rem;
}

}

@media (max-width: 1024px) {

html {
	font-size: 0.9765625vw;
}

}

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

.projects__sub {
	font-size: 1.6rem;
	line-height: 2.5;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.aboutUs {
	margin-top: 5rem;
	padding-top: 19rem;
}

.aboutUs__bg {
	aspect-ratio: 375/870;
}

.aboutUs__bg img {
	aspect-ratio: 375/870;
}

.aboutUs__contents {
	padding: 4.4rem 0 3.6rem;
}

.aboutUs__lead {
	font-size: 2.2rem;
	margin-top: 5.5rem;
}

.aboutUs__text {
	font-size: 1.6rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 3.8rem;
	width: 100vw;
}

.aboutUs__text span {
	font-size: 1.8rem;
}

.aboutUs__flex {
	gap: 1.1rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 45rem;
	width: 100%;
}

.aboutUs__content {
	padding: 2.1rem 1rem 3.5rem;
}

.aboutUs__content-title {
	letter-spacing: 0.3em;
}

.aboutUs__line {
	height: 2rem;
	margin-top: 0;
}

.aboutUs__content-text {
	font-size: 1.5rem;
	line-height: 1.73;
	margin-top: 0.8rem;
}

.access {
	margin-top: 6rem;
}

.access__flex {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.access__map-block {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.8rem;
	max-width: 46rem;
	width: 100%;
}

.access__map-block + .access__map-block {
	margin-top: 5rem;
}

.access__map {
	aspect-ratio: 334/220;
}

.access__map iframe {
	aspect-ratio: 334/220;
}

.access__address {
	font-size: 1.4rem;
	line-height: 1.78;
	margin-top: 0.6rem;
}

.accordion__item:not(:first-child) {
	margin-top: 1rem;
}

.accordion__title {
	padding: 1.4rem 4.4rem 1.6rem 5rem;
}

.accordion__title::before,
.accordion__title::after {
	right: 1.5rem;
	top: 47%;
	width: 1.4rem;
}

.accordion__title-text {
	font-size: 1.6rem;
	line-height: 1.562;
}

.accordion__title-text::before {
	font-size: 2.5rem;
	left: -4rem;
}

.accordion__content {
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	margin-top: -1rem;
	padding: 1.6rem 2.2rem 1.6rem;
}

.accordion__text {
	font-size: 1.4rem;
}

.achievements {
	margin-top: 4.8rem;
}

.achievements__lead {
	font-size: 1.5rem;
	line-height: 1.73;
	margin-top: 3.7rem;
}

.achievements__flex {
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.3rem;
	max-width: 40rem;
	width: 100%;
}

.achievements__card {
	aspect-ratio: 334/230;
}

.achievements__icon {
	width: 9rem;
}

.achievements__card-title {
	font-size: 2.5rem;
	margin-top: 2.4rem;
}

.achievements__text {
	font-size: 1.4rem;
	margin-top: 0.7rem;
}

.bottom-cta {
	background: #fff;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	z-index: 900;
}

.breadcrumbs {
	font-size: 1.1rem;
	left: 2rem;
}

.breadcrumbs .current-item {
	max-width: 12em;
}

.change {
	margin-top: 3.6rem;
	padding-bottom: 10rem;
	padding-top: 7rem;
}

.change::after {
	background: url(../img/omni/change_bg-sp.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.change__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4rem;
	max-width: 58rem;
	width: 100%;
}

.change__card {
	border-radius: 1.2rem;
	width: 100%;
}

.change__card::after {
	bottom: -3.5rem;
	left: 50%;
	right: auto;
	top: auto;
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
	z-index: 4;
}

.change__lead {
	font-family: "Montserrat", sans-serif;
	font-size: 1.8rem;
	margin-top: 0.8rem;
	padding-bottom: 0.5rem;
	padding-left: 2.1rem;
	padding-left: 2.1rem;
}

.change__lead::after {
	height: 0.2rem;
	width: 12.8rem;
}

.change__card.change__card--after .change__lead {
	padding-left: 2.5rem;
}

.change__card-img {
	margin-top: 2.1rem;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
}

.change__card-list {
	font-size: 1.5rem;
	line-height: 1.62;
	margin-top: 1rem;
	padding-bottom: 1.8rem;
	padding-left: 2.2rem;
}

.change__last {
	font-size: 3rem;
	line-height: 1.267;
	margin-top: 6.8rem;
}

.change__note {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 2rem;
}

.company {
	margin-top: 6.5rem;
	padding-bottom: 5.8rem;
	padding-top: 4rem;
}

.company__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.company__title {
	margin-right: 0;
	margin-right: initial;
}

.company__contents {
	margin-top: 2.4rem;
	width: 100%;
}

.company__row {
	display: block;
	padding-bottom: 1.4rem;
}

.company__row:not(:first-child) {
	padding-top: 1.2rem;
}

.company__term {
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
}

.company__desc {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0.4rem;
}

.contact {
	margin-top: 4rem;
}

.contact__flex {
	gap: 0.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.3rem;
	max-width: 45rem;
	width: 100%;
}

.contact__card {
	border-radius: 1rem;
	padding: 1.2rem 4.5rem 1.6rem;
}

.contact__card--tel {
	padding: 1rem 4.5rem 1rem;
}

.contact__lead {
	font-size: 1.4rem;
}

.contact__main {
	gap: 0.6rem;
	font-size: 2rem;
	margin-top: 1.1rem;
	padding-top: 1.4rem;
}

.contact__main--tel {
	gap: 0.4rem;
	font-size: 2.5rem;
	padding-top: 0.1rem;
}

.contact__icon {
	width: 1.4rem;
}

.contact__note {
	font-size: 1.4rem;
}

.contact__banner {
	gap: 0.5rem;
	border-radius: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.8rem;
	max-width: 45rem;
	padding: 1.5rem 2rem 2.1rem;
	width: 100%;
}

.contact__banner-logo {
	width: 23.2rem;
}

.contact__banner-text {
	gap: 1.4rem;
	font-size: 1.4rem;
	line-height: 1.285;
}

.faq {
	margin-top: 7.2rem;
}

.faq__accordion {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 3rem;
	width: 100vw;
}

.flow {
	margin-top: 5rem;
}

.flow__contents {
	margin-top: 4.2rem;
	max-width: 56rem;
}

.flow__content {
	gap: 0.6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 4rem;
}

.flow__icon {
	margin-top: -1.4rem;
	width: 5rem;
}

.flow__flex {
	width: calc(100% - 5.6rem);
}

.flow__head {
	gap: 1.2rem;
}

.flow__num {
	font-size: 2.5rem;
	line-height: 1;
}

.flow__title {
	font-size: 1.8rem;
	line-height: 1;
}

.flow__body {
	margin-top: 0.8rem;
	padding-bottom: 0;
}

.flow__text {
	font-size: 1.3rem;
	line-height: 1.7;
	width: 100%;
}

.flow__note {
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 0;
}

.footer-top {
	margin-top: 6.5rem;
}

.footer-top__bg {
	aspect-ratio: 367/335;
	background-image: url(../img/footer-top_bg-sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.footer-top__logo {
	width: 15rem;
}

.footer {
	margin-top: 0;
	padding-top: 4rem;
}

body:has(.bottom-cta) .footer {
	padding-bottom: 13.6rem;
}

.footer__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__left {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	border-right: none;
	padding-bottom: 3rem;
	width: 100%;
}

.footer__right {
	padding-left: 0;
	width: 100%;
}

.footer__nav {
	margin-left: 0;
	margin-left: initial;
	margin-top: 3rem;
}

.footer__items {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer__link {
	line-height: 2.25;
}

.footer__banner {
	margin-right: auto;
	margin-top: 5rem;
}

.footer__privacy {
	display: none;
}

.footer__privacy.footer__privacy--sp {
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	margin-left: 0;
	margin-left: initial;
	margin-right: auto;
	margin-top: 3rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.footer__copyright {
	margin-top: 3rem;
	text-align: center;
}

[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	padding: 0.7rem 1rem;
}

button,
[type=button],
[type=submit] {
	font-size: 1.8rem;
	max-width: 30rem;
	padding: 2.1rem 11.6rem;
}

[type=radio] + span {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.785;
}

.form__item {
	-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;
}

.form__item + .form__item {
	margin-top: 1.2rem;
}

.form__item:nth-of-type(2) {
	margin-top: 2.3rem;
}

.form__item dt {
	font-size: 1.4rem;
}

.form__item dd {
	margin-top: 0.9rem;
	width: 100%;
}

.wpcf7-radio,
.wpcf7-form-control-wrap:has(.wpcf7-radio) {
	gap: 0;
}

.form__privacy-policy {
	font-size: 1.2rem;
	margin-top: 2.6rem;
}

.form-contact .form__item {
	gap: 0;
}

.form-contact .form__item + .form__item {
	margin-top: 2.6rem;
}

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

body:has(.bottom-cta) .grecaptcha-badge {
	bottom: 12.4rem !important;
}

.fv__lead-content {
	margin-left: 0;
	margin-top: 11.3rem;
	padding: 2rem 0;
}

.fv__title {
	font-size: 3.6rem;
}

.fv__title .green {
	font-size: 4.2rem;
}

.fv__icon-block {
	margin-top: 5rem;
}

.fv__sub {
	font-size: 1.8rem;
	margin-top: 1.2rem;
}

.fv__flex {
	gap: 0.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 10.5rem;
	max-width: 45rem;
	width: 100%;
}

.fv__card {
	border-radius: 1rem;
	height: 10rem;
	max-width: 100%;
	padding: 1rem 4.5rem 1rem;
}

.header {
	height: 4rem;
}

.header__top-right {
	width: 18rem;
}

.header__logo {
	width: 12.6rem;
}

.header__logo.header__logo--small {
	width: 12.6rem;
}

.header__item:not(:first-child) {
	margin-left: 0;
}

.header__item.header__item--small:not(:first-child) {
	margin-left: 0;
}

.header__item:last-of-type {
	margin-left: 0.6rem;
}

.header__link.header__link--contact {
	font-size: 1rem;
	padding: 0.4rem 0.8rem;
}

.header__link.header__link--tel {
	gap: 0.3rem;
	font-size: 1rem;
	padding: 0.4rem 0.8rem;
}

.header__link--tel .header__tel-icon {
	width: 0.8rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.logo__img {
	max-width: 48rem;
	width: 100%;
}

.modal {
	padding: 5rem 1.6rem;
}

.modal__inner {
	max-width: 48rem;
}

.modal__body.is-multiple {
	-webkit-overflow-scrolling: touch;
	display: block;
	max-height: calc(100vh - 16rem);
	overflow-y: auto;
}

.modal__body.is-multiple .modal__img {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	max-height: none;
	width: 100%;
}

.modal__body.is-multiple .modal__img + .modal__img {
	margin-top: 1.6rem;
}

.modal__close {
	padding: 0;
	top: -4.5rem;
}

.news-card {
	padding-bottom: 2rem;
}

.news-card + .news-card {
	margin-top: 2.2rem;
}

.news-card__img {
	width: 20%;
}

.news-card__body {
	width: calc(80% - 2rem);
}

.news-card__info {
	gap: 1.8rem;
}

.news-card__date {
	font-size: 1.5rem;
}

.news-card__category {
	padding: 0.4rem 1.2rem;
}

.news-card__title {
	font-size: 1.5rem;
}

.news {
	margin-top: 3.8rem;
}

.news__contents {
	margin-top: 1.5rem;
	padding: 1.2rem 2.2rem 2.1rem;
}

.news__content {
	padding-bottom: 1.8rem;
	padding-top: 1rem;
}

.news__info {
	gap: 1.4rem;
}

.news__date {
	font-size: 1.2rem;
	line-height: 4.167;
}

.news__category {
	padding: 0.3rem 1rem;
}

.news__text {
	font-size: 1.4rem;
}

.news__arrow {
	margin-top: auto;
}

.news__button-block {
	margin-top: 3rem;
}

.omni-section-title__sub {
	border: 0.3rem solid #39A238;
	font-size: 1.2rem;
	height: 3rem;
	max-width: 17.5rem;
}

.omni-section-title__sub.omni-section-title__sub--small {
	font-size: 1.2rem;
}

.omni-section-title__sub.omni-section-title__sub--img {
	max-width: 22rem;
}

.omni-section-title__main {
	font-size: 2.5rem;
	margin-top: 1rem;
}

.omniAbout {
	margin-top: 4.4rem;
}

.omniAbout__flex {
	gap: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2.2rem;
}

.omniAbout__content {
	border: 0.3rem solid #39A238;
	border-radius: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
	width: 100%;
}

.omniAbout__img {
	aspect-ratio: 335/173;
}

.omniAbout__img img {
	aspect-ratio: 335/173;
}

.omniAbout__lead-text {
	font-size: 1.5rem;
	font-weight: 700;
	height: 7.3rem;
	line-height: 1.33;
	text-align: center;
}

.omniAbout__contents {
	gap: 2.3rem;
	border: 0.3rem solid #39A238;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 48rem;
	padding: 1.8rem;
	width: 100%;
}

.omniAbout__contents-img {
	width: 100%;
}

.omniAbout__contents-right {
	width: 100%;
}

.omniAbout__card {
	gap: 1.1rem;
	padding-bottom: 1rem;
}

.omniAbout__card + .omniAbout__card {
	margin-top: 1.1rem;
}

.omniAbout__card-num {
	font-size: 1.8rem;
	height: 3.2rem;
	line-height: 1.667;
	width: 3.2rem;
}

.omniAbout__card-right {
	width: calc(100% - 4.3rem);
}

.omniAbout__card-title {
	font-size: 1.5rem;
	line-height: 1.3;
}

.omniAbout__card-text {
	font-size: 1.4rem;
	line-height: 1.428;
	margin-top: 0.5rem;
	width: 100%;
}

.omniAbout__card-example {
	padding: 0.3rem 0;
	width: 104%;
}

.omniAbout__card-example-label {
	font-size: 1.1rem;
	letter-spacing: -0.06em;
	line-height: 2;
}

.omniCompany {
	margin-top: 4rem;
}

.omniCompany__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.omniCompany__title {
	margin-right: 0;
	margin-right: initial;
}

.omniCompany__contents {
	margin-top: 2.4rem;
	width: 100%;
}

.omniCompany__row {
	display: block;
	padding-bottom: 1.4rem;
}

.omniCompany__row:not(:first-child) {
	padding-top: 1.2rem;
}

.omniCompany__term {
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
}

.omniCompany__desc {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 0.4rem;
}

.omniContact {
	margin-top: 6.6rem;
	padding-bottom: 10.4rem;
	padding-top: 2.3rem;
}

.omniContact::after {
	background: url(../img/omni/omniContact_bg-sp.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.omniContact__content {
	margin-top: 1.4rem;
	padding: 2.8rem 1.8rem 3rem;
}

.omniFooter {
	margin-top: 4rem;
	padding-bottom: 15rem;
}

.omniFooter__flex {
	gap: 4.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-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;
}

.omniFooter__img {
	margin-left: auto;
	width: 16rem;
}

.omniFooter__right {
	width: 100%;
}

.omniFooter__items {
	gap: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-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;
}

.omniFooter__link {
	font-size: 1.5rem;
	line-height: 2;
}

.omniFooter__privacy {
	font-size: 1.2rem;
	margin-right: auto;
	margin-top: 1.6rem;
}

.omniFooter__last {
	gap: 1.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 3.3rem;
}

.omniFooter__banner {
	margin-right: auto;
}

.omniFv {
	padding-bottom: 14rem;
	padding-top: 17.4rem;
}

.omniFv::after {
	background: url(../img/omni/omni-fv-sp.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.omniFv__right {
	width: 27.8rem;
}

.omniFv__line {
	top: 26rem;
	width: 34rem;
}

.omniFv__left {
	top: 36rem;
	width: 25.6rem;
}

.omniFv__icon-block {
	gap: 0.6rem;
	font-size: 2rem;
}

.omniFv__icon {
	font-size: 1.5rem;
	height: 2.1rem;
	width: 5.2rem;
}

.omniFv__title-main {
	font-size: 3.5rem;
	margin-top: 0;
}

.omniFv__middle-contents {
	margin-top: 2rem;
}

.omniFv__middle-contents__logo {
	width: 17.7rem;
}

.omniFv__middle-contents-lead {
	font-size: 1.6rem;
	margin-top: 0;
}

.omniFv__middle-contents-lead span {
	font-size: 2.6rem;
}

.omniFv__flex {
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 5.5rem;
}

.omniFv__card {
	height: 25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
	width: 100%;
}

.omniFv__card-icon {
	top: -4rem;
	width: 7.4rem;
}

.omniFv__card-icon.omniFv__card-icon--02 {
	top: -1.2rem;
	width: 5.4rem;
}

.omniFv__card-title {
	font-size: 1.8rem;
	padding-top: 7.8rem;
}

.omniFv__card-text {
	border-radius: 1.3rem;
	height: 7rem;
	margin: 2.3rem 1.8rem 0;
}

.omniFv__card-text p {
	font-size: 1.4rem;
	line-height: 1.485;
}

.omniFv__card-last {
	border-bottom-left-radius: 1.3rem;
	border-bottom-right-radius: 1.3rem;
	font-size: 1.4rem;
	height: 3.5rem;
}

.omniFv__link-contents {
	margin-top: 20rem;
}

.omniFv__link-flex {
	gap: 0.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10.5rem;
	max-width: 45rem;
	width: 100%;
}

.omniFv__link {
	border-radius: 1rem;
	height: 10rem;
	max-width: 100%;
	padding: 1rem 4.5rem 1rem;
}

.omniFv__link-tel {
	gap: 0.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 7rem;
	margin-top: 0.8rem;
}

.omniFv__link-main-tel {
	font-size: 2.5rem;
}

.omniFv__link-tel-icon {
	width: 1.8rem;
}

.omniFv__last-contents {
	margin-top: 3.5rem;
	padding: 3rem 0.8rem 4.2rem;
}

.omniFv__title-block.mt {
	margin-top: 4rem;
}

.omniFv__title-sub {
	font-size: 1.6rem;
}

.omniFv__title {
	font-size: 2.2rem;
}

.omniFv__title::before {
	font-size: 4rem;
	left: -3.4rem;
	top: -1rem;
}

.omniFv__title::after {
	font-size: 4rem;
	right: -3rem;
	top: -1rem;
}

.omniFv__lists {
	margin-top: 3.2rem;
}

.omniFv__list p {
	font-size: 1.4rem;
	line-height: 1.428;
}

.omniFv__list p span {
	font-size: 1.4rem;
	line-height: 1.428;
}

.omniLead {
	padding-bottom: 3.7rem;
	padding-top: 9rem;
}

.omniLead__img {
	width: 11.2rem;
}

.omniLead__title {
	font-size: 2.5rem;
	letter-spacing: -0.06em;
	line-height: 1.3;
}

.omniLead__title .small {
	font-size: 1.8rem;
}

.omniLead__title img {
	width: 29.1rem;
}

.omniLead__contents {
	margin-top: 2.8rem;
	padding: 2rem 0.8rem 3rem;
}

.omniLead__head {
	display: none;
}

.omniLead__rows {
	margin-top: 0;
}

.omniLead__row {
	display: block;
	margin-top: 1.6rem;
}

.omniLead__problem {
	border-radius: 1rem;
	padding: 0 2rem;
	width: calc(100% - 3.3rem);
}

.omniLead__problem-text {
	font-size: 1.4rem;
	line-height: 2.142;
}

.omniLead__solution {
	height: 6rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0.8rem;
	padding: 0 2rem;
}

.omniLead__solution-text {
	font-size: 1.6rem;
	line-height: 1.375;
}

.omniLead__item {
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.omniLead__item.omniLead__item--solution {
	margin-top: -0.4rem;
}

.omniLead__mark {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 0;
	width: 2.5rem;
}

.omniLead__arrow {
	margin-left: auto;
	margin-right: 0.2rem;
	margin-top: -0.8rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 1.8rem;
}

.omniLead__note {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 2.2rem;
}

.omniMedia {
	margin-top: 0;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.omniMedia__lists {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.1rem;
}

.omniMedia__list {
	gap: 1.2rem;
	border-radius: 0.8rem;
	padding: 2.5rem;
}

.omniMedia__text {
	font-size: 1.1rem;
}

.omniProject {
	margin-top: 5.3rem;
	padding-bottom: 7.6rem;
	padding-top: 4rem;
}

.omniProject::after {
	background: url(../img/omni/omniProject_bg-sp.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.omniProject__title {
	font-size: 2.5rem;
}

.omniProject__contents {
	gap: 1.5rem;
	border: 3px solid #39A238;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.3rem;
	max-width: 56rem;
	padding: 1.7rem 1.7rem 2rem;
	width: 100%;
}

.omniProject__content {
	width: 100%;
}

.omniProject__company {
	font-size: 1.5rem;
}

.omniProject__name {
	font-size: 2.8rem;
	margin-top: 0;
}

.omniProject__model {
	font-size: 1.4rem;
	margin-top: 0.7rem;
}

.omniProject__spec {
	margin-top: 1.8rem;
}

.omniProject__spec-term {
	font-size: 1.2rem;
	letter-spacing: -0.05em;
	line-height: 2.916;
}

.omniProject__spec-desc {
	font-size: 1.2rem;
	letter-spacing: -0.05em;
	line-height: 2.916;
}

.omniProject__block {
	margin-top: 2.8rem;
}

.omniProject__text {
	font-size: 1.2rem;
	line-height: 1.83;
}

.omniProject__img {
	aspect-ratio: 304/319;
	width: 100%;
}

.omniProject__img img {
	aspect-ratio: 304/319;
}

.page-contact {
	padding-bottom: 9rem;
	padding-top: 6rem;
}

.pages__block {
	margin-top: 6rem;
}

.pages__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pages__content {
	width: 100%;
}

.pages__aside {
	width: 100%;
}

.pages__archive-block {
	margin-top: 4rem;
}

.pages__lists-category a {
	padding: 0.4rem 1.2rem;
}

.price {
	margin-top: 5.5rem;
}

.price__flex {
	gap: 2.2rem;
	border-right: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.7rem;
	max-width: 45rem;
	width: 100%;
}

.price__content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-left: 1.7rem;
	width: 100%;
}

.price__content-title {
	font-size: 1.8rem;
	line-height: 1.44;
	text-align: left;
}

.price__content-text {
	font-size: 1.2rem;
	line-height: 1.667;
	margin-top: 1.4rem;
	text-align: left;
}

.price__card-contents {
	gap: 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.2rem;
	max-width: 45rem;
	width: 100%;
}

.price__card {
	height: auto;
	padding: 3.3rem 1.5rem;
	width: 100%;
}

.price__card-title {
	font-size: 2rem;
}

.price__card-title span {
	font-size: 1.5rem;
}

.price__num {
	font-size: 3.6rem;
	margin-top: 0.7rem;
}

.price__num span {
	font-size: 2.4rem;
}

.price__note {
	margin-top: 1.4rem;
}

.price__last {
	margin-top: 1.7rem;
	padding: 1.9rem 1.8rem 2.4rem;
}

.price__last-title {
	font-size: 1.5rem;
	line-height: 2;
}

.price__last-text {
	font-size: 1.2rem;
	line-height: 1.667;
	margin-top: 0.9rem;
}

.privacy {
	margin-top: 5rem;
}

.privacy__lead {
	font-size: 1.3rem;
}

.privacy__block {
	margin-top: 3.2rem;
}

.privacy__title {
	font-size: 1.5rem;
}

.privacy__text {
	font-size: 1.3rem;
}

.privacy__item {
	font-size: 1.3rem;
}

.projects {
	margin-top: 6rem;
	padding-bottom: 5.4rem;
	padding-top: 4.2rem;
}

.projects__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1rem;
	max-width: 48rem;
}

.projects__content {
	padding: 1.2rem 1.8rem 4rem;
	width: 100%;
}

.projects__omi {
	margin-right: auto;
	margin-top: 2.7rem;
}

.projects__lead {
	margin-top: 0;
}

.projects__lead-title {
	line-height: 1.3;
}

.projects__text {
	font-size: 1.5rem;
	line-height: 1.86;
	margin-top: 1.4rem;
}

.projects__button-block {
	margin-top: 2.1rem;
	text-align: center;
}

.projects__img {
	aspect-ratio: 336/300;
	width: 100%;
}

.projects__img img {
	aspect-ratio: 336/300;
	border-bottom-right-radius: 0;
	border-bottom-right-radius: initial;
	border-top-left-radius: 3rem;
}

.report {
	margin-top: 6rem;
}

.report__flex {
	gap: 0.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 58rem;
	width: 100%;
}

.report__img {
	width: 100%;
}

.report__contents {
	width: 100%;
}

.report__content + .report__content {
	margin-top: 2rem;
}

.report__head {
	gap: 1rem;
}

.report__card-num {
	font-size: 2.5rem;
	line-height: 2.24;
}

.report__card-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
}

.report__card-text {
	font-size: 1.4rem;
	line-height: 1.428;
}

.report__last {
	font-size: 1.1rem;
	line-height: 1.45;
	margin-top: 3.2rem;
}

.section-title__sub {
	font-size: 3rem;
	line-height: 1.667;
}

.section-title__main {
	font-size: 1.8rem;
}

.side-cta {
	display: none;
}

.single-content__title {
	font-size: 2.4rem;
}

.single__content-category {
	padding: 0.4rem 1.2rem;
}

.single__content-body h2 {
	background-color: rgba(67, 172, 153, .2);
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 2.9rem;
	padding: 0.2rem 1rem 1.2rem;
}

.single__content-body p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.1rem;
}

.single__content-body h3 {
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 4.3rem;
	padding-bottom: 0.9rem;
	position: relative;
}

.single__content-body h3::after {
	background: -webkit-gradient(linear, left top, right top, from(#43AC99), color-stop(20%, #43AC99), color-stop(20%, #E5EBE1), to(#E5EBE1));
	background: linear-gradient(90deg, #43AC99 0%, #43AC99 20%, #E5EBE1 20%, #E5EBE1 100%);
	bottom: 0;
	content: "";
	height: 0.2rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}

.single__content-body h4 {
	font-size: 1.8rem;
	line-height: 1.6667;
	margin-top: 4.3rem;
}

.single__content-body figure {
	aspect-ratio: 340/235 !important;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5.6rem;
	width: calc(50% - 1rem) !important;
}

.single__content-body figure img {
	-o-object-fit: cover;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.single__content-body figure figcaption {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 0.3rem;
}

.single__content-body { /* 画像の中央寄せ */
}

.single__content-body .aligncenter {
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.single__content-body { /* figureタグで囲まれた画像の中央寄せ */
}

.single__content-body .aligncenter img {
	height: auto;
}

.single__content-body { /* 画像右寄せ */
}

.single__content-body .alignright {
	height: auto;
	margin-left: auto;
	margin-right: 0;
}

.single__content-body { /* figureタグで囲まれた画像右寄せ */
}

.single__content-body .alignright img {
	height: auto;
}

.single__content-body { /* 位置指定のない画像 */
}

.single__content-body .alignnone {
	height: auto;
}

.single__content-body { /* figureタグで囲まれた位置指定のない画像 */
}

.single__content-body .alignnone img {
	height: auto;
}

.single__content-body ul {
	margin-top: 9rem;
}

.single__content-body ul li {
	background-image: linear-gradient(to right, #ccc 2px, transparent 2px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 4px 1px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.7333;
	margin-left: 1rem;
	padding-bottom: 1.7rem;
	padding-top: 0.9rem;
	position: relative;
}

.single__content-body ul li::before {
	background: #43AC99;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.6rem;
	left: -1.1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 0.6rem;
}

.single__content-body ul li:first-child {
	padding-top: 0;
}

.single__content-body ul li:first-child::before {
	background: #43AC99;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.6rem;
	left: -1.1rem;
	position: absolute;
	top: 37%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 0.6rem;
}

.single__content-body table {
	border-collapse: collapse;
	margin-top: 10rem;
	table-layout: fixed;
	width: 100%;
}

.single__content-body table th {
	background: #43AC99;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.73333;
}

.single__content-body table th,
.single__content-body table td {
	border: 1px solid #ccc;
	padding: 0.9rem 0 1.8rem 0;
	text-align: center;
}

.single__content-body table td {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.73333;
}

.single__content-body a {
	background-color: #000000;
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	margin-top: 1rem;
	max-width: 100%;
	padding: 1rem 2.3rem;
	text-align: center;
}

.single__link {
	gap: 2rem;
}

.single__link-prev a,
.single__link-next a {
	font-size: 1.4rem;
	height: 4.8rem;
	width: 13rem;
}

.sub-fv {
	height: 28rem;
	margin-top: 4rem;
}

.sub-fv__bg {
	width: 25rem;
}

.sub-fv__title {
	padding-top: 7rem;
}

.sub-fv__title-sub {
	font-size: 3.2rem;
}

.sub-fv__title-main {
	font-size: 1.4rem;
}

.thanks {
	text-align: left;
}

.thanks__text {
	font-size: 1.6rem;
}

.thanks__text + .thanks__text::before {
	left: 0;
	-webkit-transform: none;
	transform: none;
	-webkit-transform: initial;
	transform: initial;
}

.union {
	padding-bottom: 6.8rem;
	padding-top: 8.3rem;
}

.union::after {
	background: url(../img/omni/union_bg-sp.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
}

.union__img {
	width: 23rem;
}

}

@media (max-width: 768px) {

html {
	font-size: 62.5%;
}

}

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

.aboutUs__bg {
	aspect-ratio: 375/910;
}

.aboutUs__bg img {
	aspect-ratio: 375/910;
}

.omniMedia__lists {
	gap: 1.6rem;
	grid-template-columns: repeat(1, 1fr);
	margin-left: auto;
	margin-right: auto;
	max-width: 45rem;
	width: 100%;
}

.omniMedia__list {
	height: auto;
	padding: 2.5rem 5.5rem;
}

}

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

.aboutUs__bg {
	aspect-ratio: 375/962;
}

.aboutUs__bg img {
	aspect-ratio: 375/962;
}

.header__top-right {
	width: 10rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 2.6666666667vw;
}

}

@-webkit-keyframes lineFlow {

0% {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

45% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

55% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

100% {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

}

@keyframes lineFlow {

0% {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

45% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

55% {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

100% {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}

}


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