body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

img:not([alt]) {
	filter: blur(10px);
}

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.breadcrumb-wrap {
	color: #555;
	padding: 16px 0;
}

.breadcrumb-wrap .inner {
	font-size: 0.8125rem;
}

.breadcrumb-wrap span {
	color: #555;
}

.breadcrumb-wrap a {
	-webkit-text-decoration: none;
	color: #555;
	text-decoration: none;
}

.breadcrumb-wrap a:hover {
	opacity: 0.8;
}

.contact {
	background-color: #dbeee0;
	padding-bottom: 80px;
	padding-top: 60px;
	text-align: center;
}

.contact--no-bg {
	background-color: transparent;
}

.contact__inner {
	color: #006428;
}

.contact__intro {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-bottom: 1.25rem;
}

.contact__icon-wrap {
	align-items: center;
	background: #006428;
	border-radius: 50%;
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	margin-bottom: 1.25rem;
	width: 2.5rem;
}

.contact__icon {
	-o-object-fit: contain;
	-o-object-position: center;
	filter: brightness(0) invert(1);
	height: 60%;
	object-fit: contain;
	object-position: center;
	width: 60%;
}

.contact__title {
	color: #006428;
	font-size: 1.125rem;
	margin-bottom: 0.625rem;
}

.contact__btn-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}

.contact__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #006428;
	border-radius: 0.5rem;
	color: #fff;
	display: flex;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	min-width: 15rem;
	padding: 1rem 1.5rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s ease;
	width: 60%;
}

.contact__btn:hover {
	background-color: #1A4D2E;
}

.contact__btn-text {
	text-align: center;
}

.contact__btn::after {
	color: #fff;
	content: "→";
	font-size: 1.25rem;
	line-height: 1;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.contact__note {
	margin-top: 0;
}

.contact__note small {
	color: #666;
	font-size: 0.75rem;
}

.features__heading {
	text-align: center;
}

.features__title {
	color: #555;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.features__en-title {
	color: #006428;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin: 8px 0 0;
}

.features__subtitle {
	color: #111;
	font-size: 1.125rem;
	line-height: 1.9;
	margin-top: 20px;
	text-align: center;
}

/* banner + cards full-width background block */

.features__content {
	background-color: #dbeee0;
	padding-bottom: 60px;
	padding-top: 60px;
}

.l-features-top .features__content {
	margin-top: 30px;
}

.features__content-inner {
	width: 100%;
}

.features__banner {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.features-banner {
	max-width: 980px;
	padding: 16px 14px 18px;
	width: 100%;
}

.features-banner__title {
	color: #006428;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin: 0;
	text-align: center;
}

.features-banner__items {
	margin-top: 30px;
}

.features-banner__items-img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	width: 100%;
}

.features__cards {
	grid-gap: 0;
	background: rgba(0, 100, 40, 0.7);
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 34px;
}

.features-item {
	padding: 34px 22px 36px;
	text-align: center;
}

.features-item + .features-item {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.features-item__icon-wrap {
	align-items: center;
	display: flex;
	height: 90px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

.features-item__icon {
	-o-object-fit: contain;
	display: block;
	filter: grayscale(1) saturate(0) brightness(0.95);
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.features-item__title {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 18px;
	min-height: 4.4rem;
	text-align: center;
}

.features-item__title-em {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.features-item__text {
	color: #fff;
	font-size: 1rem;
	line-height: 1.9;
	margin-top: 12px;
	text-align: left;
}

.footer {
	background-color: #1A4D2E;
}

.footer__main {
	padding-bottom: 30px;
	padding-top: 30px;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.footer__logo {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: inline-flex;
	max-width: 600px;
	text-decoration: none;
}

.footer__logo-img {
	display: block;
	height: 44px;
	max-width: 100%;
	width: auto;
}

.footer__nav {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__nav-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.footer__nav-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	gap: 8px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.footer__nav-link:hover {
	opacity: 0.7;
}

.footer__nav-link .material-icons {
	color: #fff;
	font-size: 18px;
}

.footer__nav-link.footer__nav-link--sub {
	font-size: 0.9375rem;
	font-weight: 700;
}

.footer__nav-separator {
	color: #fff;
	font-size: 0.875rem;
}

.footer__copyright-area {
	background-color: #2E6A47;
	padding-bottom: 15px;
	padding-top: 15px;
}

.footer__copyright-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer__copyright {
	color: #fff;
	font-size: 0.6875rem;
	text-align: left;
}

.header {
	background-color: #fff;
	overflow: visible;
	position: sticky;
	top: 0;
	z-index: 100;
}

.header__top-bar {
	background-color: #1A4D2E;
	height: 4px;
	width: 100%;
}

.header__inner {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 15px;
	justify-content: space-between;
	padding-bottom: 0px;
	padding-top: 0px;
}

.header__logo {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: inline-flex;
	max-width: 600px;
	text-decoration: none;
}

.header__logo-img {
	display: block;
	height: 44px;
	max-width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	width: auto;
}

.header__nav {
	display: none;
}

.header__nav-link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #1A4D2E;
	display: flex;
	font-size: 0.75rem;
	gap: 6px;
	text-decoration: none;
	transition: opacity 0.3s;
	white-space: nowrap;
}

.header__nav-link:hover {
	opacity: 0.7;
}

.header__nav-link .material-icons {
	color: #1A4D2E;
	font-size: 18px;
}

.header__nav-link.header__nav-link--sub {
	color: #111;
	font-size: 0.9375rem;
	font-weight: 700;
	padding-right: 1em;
	position: relative;
}

.header__nav-link.header__nav-link--sub:not(:last-child)::after {
	background-color: #ccc;
	content: "";
	display: block;
	height: 1em;
	position: absolute;
	right: 0;
	top: calc(50% - 0.5em);
	transform: rotate(15deg);
	width: 1px;
}

.header__sp-bar {
	align-items: center;
	display: flex;
	height: 54px;
	margin-bottom: -5px;
	margin-right: -20px;
	margin-top: -5px;
}

.header__sp-icon {
	-webkit-text-decoration: none;
	align-items: center;
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	height: 44px;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 44px;
}

.header__sp-icon:hover {
	opacity: 0.9;
}

.header__sp-icon--mail {
	background-color: #90ba90;
}

.header__sp-icon--tel {
	background-color: #6b9e6b;
}

.header__sp-icon--menu {
	background-color: #385c38;
}

.header__sp-icon .material-icons {
	font-size: 24px;
}

.header__drawer {
	background-color: rgba(26, 77, 46, 0.98);
	bottom: 0;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	z-index: 200;
}

body.is-drawer-open .header__drawer {
	opacity: 1;
	visibility: visible;
}

body.is-drawer-open {
	overflow: hidden;
}

.header__drawer-inner {
	min-height: 100vh;
	padding: 20px;
	padding-bottom: 40px;
}

.header__drawer-head {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.header__drawer-logo {
	display: block;
}

.header__drawer-logo-img {
	filter: brightness(0) invert(1);
	height: 44px;
	width: auto;
}

.header__drawer-icons {
	align-items: center;
	display: flex;
	gap: 0;
}

.header__drawer-icon {
	-webkit-text-decoration: none;
	align-items: center;
	background: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 44px;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 44px;
}

.header__drawer-icon:hover {
	opacity: 0.8;
}

.header__drawer-icon .material-icons {
	font-size: 28px;
}

.header__drawer-nav {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.header__drawer-link {
	-webkit-text-decoration: none;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	display: flex;
	font-size: 1rem;
	gap: 10px;
	padding: 16px 0;
	text-decoration: none;
	transition: opacity 0.3s;
}

.header__drawer-link:hover {
	opacity: 0.9;
}

.header__drawer-link .material-icons:first-child {
	font-size: 22px;
}

.header__drawer-link .material-icons:last-child {
	font-size: 24px;
	margin-left: auto;
}

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

.l-works {
	padding-bottom: 80px;
	padding-top: 60px;
}

.l-features {
	padding-bottom: 70px;
	padding-top: 50px;
}

.l-service-menu {
	padding-bottom: 80px;
	padding-top: 60px;
}

.l-works-sub {
	padding-bottom: 80px;
	padding-top: 60px;
}

.l-features-sub {
	padding-bottom: 70px;
	padding-top: 0px;
}

.l-service-menu-sub {
	padding-bottom: 80px;
	padding-top: 60px;
}

.mv {
	align-items: center;
	display: flex;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.mv__img {
	-o-object-fit: cover;
	-o-object-position: left;
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: left;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.mv::after {
	background-color: #006428;
	bottom: 0;
	content: "";
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.mv::before {
	background-color: rgba(0, 0, 0, 0.35);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.mv__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.mv__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-align: left;
}

.mv__title br {
	display: none;
}

.sub-mv__title {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-align: left;
}

.sub-mv__title br {
	display: none;
}

.mv__btn-wrap {
	display: flex;
	margin-top: 1.5rem;
	width: 100%;
}

.mv__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border-radius: 0.5rem;
	color: #006428;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	min-width: 12.5rem;
	padding: 0.875rem 1.5rem;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.mv__btn:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #1A4D2E;
}

.mv__btn-text {
	text-align: center;
}

.mv__btn::after {
	color: #006428;
	content: "→";
	font-size: 1.125rem;
	line-height: 1;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: color 0.3s ease;
}

.mv__btn:hover::after {
	color: #1A4D2E;
}

.section-more {
	margin-top: 28px;
	text-align: center;
}

.section-more__btn {
	-webkit-text-decoration: none;
	background-color: #006428;
	border: 1px solid #006428;
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 10px 32px;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.15s ease;
	width: 260px;
}

.section-more__btn:hover {
	background-color: #fff;
	color: #006428;
	transform: translateY(-1px);
}

.section-number {
	color: #006428;
	display: inline-block;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-right: 10px;
}

.service-menu {
	background-color: #fff;
}

.service-menu__heading {
	text-align: center;
}

.service-menu__title {
	color: #555;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.service-menu__en-title {
	color: #006428;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin: 8px 0 0;
}

.service-menu__text {
	color: #111;
	font-size: 0.875rem;
	line-height: 1.9;
	margin-top: 14px;
}

.service-menu__table-wrap {
	-webkit-overflow-scrolling: touch;
	margin-top: 32px;
	overflow-x: auto;
}

.service-menu__list-wrap {
	margin-top: 32px;
}

.service-list {
	display: flex;
	flex-direction: column;
}

.service-list__header {
	background-color: #669479;
	border: 1px solid #669479;
	color: #fff;
	font-weight: 700;
	padding: 14px;
	text-align: center;
}

.service-list__item {
	align-items: center;
	background-color: #E1F0E5;
	border: 1px solid #669479;
	color: #116836;
	display: flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.6;
	margin-top: 0;
	min-height: 5rem;
	padding: 14px;
	text-align: center;
}

.service-list__item:not(:first-child) {
	margin-top: 0;
}

.service-list__item:nth-child(odd) {
	background-color: #fff;
}

/* ===== table ===== */

table.service_detail {
	background-color: #fff;
	border: 1px solid #669479;
	border-collapse: collapse;
	width: 100%;
}

table.service_detail th,
table.service_detail td {
	border-spacing: 0;
}

table.service_detail thead th {
	background-color: #669479;
	border-right: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	padding: 14px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

table.service_detail thead th:last-child {
	border-right: 0;
}

table.service_detail thead th.description {
	width: 40%;
}

table.service_detail tbody tr:nth-child(2n) th,
table.service_detail tbody tr:nth-child(2n) td {
	background-color: #E1F0E5;
}

table.service_detail tbody th,
table.service_detail tbody td {
	padding: 14px;
	vertical-align: top;
}

table.service_detail tbody th {
	border-right: 1px solid #669479;
	color: #116836;
	font-weight: 700;
	width: 18%;
}

table.service_detail tbody td {
	border-right: 1px solid #669479;
	font-size: 14px;
	line-height: 1.6;
}

table.service_detail tbody td:last-child {
	border-right: 0;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

table.service_detail tbody td h3 {
	background-color: #fff;
	border: 1px solid #116836;
	color: #116836;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 6px;
	text-align: center;
}

table.service_detail tbody td h4 {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	font-size: 14px;
	margin: 12px 0 10px;
	padding: 8px 0;
	text-align: center;
}

table.service_detail tbody td p b {
	background: none;
}

table.service_detail tbody td ul {
	margin-bottom: 0;
	padding-left: 18px;
}

table.service_detail tbody td ul li:last-child {
	margin-bottom: 0;
}

table.service_detail tbody td .small {
	font-size: 12px;
}

.test {
	color: #FF0050;
}

.works {
	background-color: #fff;
}

.works__heading {
	text-align: center;
}

.works__title {
	color: #555;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.works__en-title {
	color: #006428;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	margin: 8px 0 0;
}

.works__grid {
	grid-gap: 38px;
	display: grid;
	gap: 38px;
	grid-template-columns: 1fr;
	margin-top: 28px;
}

.works__item {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.works-card {
	-webkit-text-decoration: none;
	color: inherit;
	display: block;
	text-decoration: none;
}

.works-card__thumb {
	aspect-ratio: 1440/890;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.works-card__img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.45s ease;
	width: 100%;
}

.works-card__thumb::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.45) 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.works-card__caption {
	background-color: rgba(0, 0, 0, 0.45);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: -44px;
	padding: 12px 12px;
	position: relative;
	z-index: 2;
}

.works-card:hover .works-card__thumb::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.55) 100%);
}

.works-card:hover .works-card__caption {
	background-color: rgba(0, 0, 0, 0.55);
}

.works-card:hover .works-card__img {
	transform: scale(1.05);
}

.works-card__meta {
	background-color: #fff;
	color: #555;
	font-size: 0.75rem;
	line-height: 1.6;
	padding: 8px 12px 0;
}

.works-card__meta-item + .works-card__meta-item {
	margin-top: 4px;
}

.works-card__meta-support {
	display: flex;
	gap: 4px;
}

.works-card__meta-label {
	font-weight: 700;
	white-space: nowrap;
}

.works-card__meta-text {
	flex: 1 1 auto;
}

.pagination {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 32px;
	padding: 16px 24px;
}

.pagination .page-numbers {
	-webkit-text-decoration: none;
	color: #111;
	font-weight: 700;
	margin: 0 6px;
	text-decoration: none;
}

.pagination .page-numbers.current {
	border-bottom: 1px solid #111;
	padding-bottom: 2px;
}

.pagination .page-numbers:hover {
	opacity: 0.75;
}

.works-detail {
	background-color: #fff;
	padding: 40px 0;
}

.works-detail__inner {
	margin: 0 auto;
	max-width: 800px;
}

.works-detail__article {
	margin-bottom: 40px;
}

.works-detail__image {
	margin-bottom: 30px;
	text-align: center;
}

.works-detail__img {
	border-radius: 4px;
	display: block;
	height: auto;
	width: 100%;
}

.works-detail__content {
	padding: 0 20px;
}

.works-detail__title {
	border-bottom: 1px solid #e0e0e0;
	color: #555;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 700;
	gap: 8px;
	line-height: 1.6;
	margin-bottom: 24px;
	padding-bottom: 16px;
}

.works-detail__field {
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.works-detail__field:last-child {
	border-bottom: none;
}

.works-detail__label {
	color: #555;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
}

.works-detail__value {
	color: #555;
	font-size: 0.875rem;
	line-height: 1.8;
}

.works-detail__value--title {
	font-size: 1.375rem;
}

.works-detail__value--tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.works-detail__tag {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #7b8a86;
	border-radius: 999px;
	display: inline-flex;
	padding: 4px 10px;
	text-decoration: none;
}

.works-detail__tag-text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.08em;
}

.works-detail__tag:hover {
	background-color: #6f7d79;
}

.works-detail__link {
	-webkit-text-decoration: underline;
	color: #1A4D2E;
	text-decoration: underline;
	word-break: break-all;
}

.works-detail__link:hover {
	color: #006428;
}

.works-detail__description {
	border-top: 2px solid #e0e0e0;
	color: #555;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 30px;
	padding-top: 30px;
}

.works-detail__back {
	margin-top: 40px;
	text-align: center;
}

.works__no-posts {
	color: #555;
	font-size: 1rem;
	padding: 40px 20px;
	text-align: center;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

.contact {
	padding-bottom: 100px;
	padding-top: 80px;
}

.contact__intro {
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.contact__icon-wrap {
	height: 5rem;
	margin-bottom: 2rem;
	width: 5rem;
}

.contact__title {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.contact__btn {
	font-size: 1.25rem;
	padding: 1.125rem 1.75rem;
}

.contact__btn::after {
	font-size: 1.375rem;
	right: 1.75rem;
}

.contact__note small {
	font-size: 1.2rem;
}

.features__title {
	font-size: 2.375rem;
}

.features__en-title {
	font-size: 0.8125rem;
	margin-top: 10px;
}

.features__subtitle {
	font-size: 1.25rem;
	margin-top: 18px;
}

.features-banner {
	padding: 18px 18px 20px;
}

.features-banner__title {
	font-size: 2rem;
}

.features__cards {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 48px;
}

.features-item {
	padding: 48px 28px 52px;
}

.features-item + .features-item {
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	border-top: none;
}

.features-item__icon-wrap {
	height: 100px;
	width: 140px;
}

.features-item__title-em {
	font-size: 1.5rem;
}

.footer__main {
	padding-bottom: 30px;
	padding-top: 50px;
}

.footer__inner {
	align-items: flex-start;
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
}

.footer__logo-img {
	height: 56px;
}

.footer__nav {
	gap: 20px;
}

.footer__nav-row {
	gap: 15px;
}

.footer__copyright-area {
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer__copyright-inner {
	align-items: center;
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.footer__copyright {
	font-size: 0.75rem;
	margin-left: auto;
	text-align: right;
}

.footer__copyright {
	font-size: 0.75rem;
	text-align: right;
}

.header__inner {
	gap: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.header__logo-img {
	height: 56px;
	padding-bottom: 0;
	padding-top: 0;
}

.header__nav {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.header__nav-row {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 25px;
	justify-content: flex-end;
}

.header__nav-link {
	font-size: 0.875rem;
}

.header__nav-link .material-icons {
	font-size: 20px;
}

.header__sp-bar {
	display: none;
}

.header__drawer {
	display: none;
}

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

.l-works {
	padding-bottom: 100px;
	padding-top: 80px;
}

.l-features {
	padding-bottom: 90px;
	padding-top: 120px;
}

.l-service-menu {
	padding-bottom: 100px;
	padding-top: 80px;
}

.l-works-sub {
	padding-bottom: 100px;
	padding-top: 80px;
}

.l-service-menu-sub {
	padding-bottom: 100px;
	padding-top: 80px;
}

.mv {
	min-height: 520px;
}

.mv__img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.mv::after {
	-webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 50% 100%);
	clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 50% 100%);
	display: block;
}

.mv__inner {
	align-items: flex-end;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
}

.mv__title {
	font-size: 2.75rem;
	margin-left: 0;
	max-width: 50%;
	text-align: left;
	width: 700px;
}

.mv__title br {
	display: inline;
}

.sub-mv__title {
	font-size: 2.75rem;
	margin-left: 0;
	max-width: 50%;
	text-align: left;
	width: 600px;
}

.sub-mv__title br {
	display: inline;
}

.mv__btn-wrap {
	justify-content: flex-start;
	margin-top: 2rem;
	max-width: 50%;
	width: 700px;
}

.mv__btn {
	font-size: 1.125rem;
	min-width: 15rem;
	padding: 1rem 1.75rem;
}

.mv__btn::after {
	font-size: 1.25rem;
	right: 1.75rem;
}

.section-more {
	margin-top: 36px;
}

.service-menu__title {
	font-size: 2.375rem;
}

.service-menu__en-title {
	font-size: 0.8125rem;
	margin-top: 10px;
}

.service-menu__text {
	font-size: 1rem;
	margin-top: 18px;
}

.service-menu__table-wrap {
	margin-top: 44px;
}

.service-menu__list-wrap {
	margin-top: 44px;
}

.service-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.service-list__header {
	grid-column: 1/-1;
}

.service-list__item {
	margin-top: 0;
}

.works__title {
	font-size: 2.125rem;
}

.works__en-title {
	font-size: 0.8125rem;
	margin-top: 10px;
}

.works__grid {
	gap: 32px 18px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 40px;
}

.works-detail {
	padding: 60px 0;
}

.works-detail__content {
	padding: 0;
}

.works-detail__title {
	align-items: baseline;
	flex-direction: row;
	font-size: 2rem;
	gap: 16px;
	margin-bottom: 32px;
}

.works-detail__field {
	align-items: flex-start;
	flex-direction: row;
	gap: 16px;
}

.works-detail__label {
	flex: 0 0 200px;
	font-size: 1rem;
}

.works-detail__value {
	flex: 1 1 auto;
	font-size: 1rem;
}

.works-detail__value--title {
	font-size: 1.5rem;
}

.works-detail__description {
	font-size: 1rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

main {
	position: relative;
}

main::before {
	background-color: #006428;
	content: "";
	height: 520px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

main::after {
	background-color: rgba(0, 0, 0, 0.35);
	content: "";
	height: 520px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.mv {
	margin: 0 auto;
	max-width: 1440px;
	position: relative;
}

.mv::after {
	-webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 50% 100%);
	clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 50% 100%);
}

.mv__inner {
	align-items: flex-end;
	justify-content: center;
	margin: 0 auto;
	max-width: 1440px;
	padding-left: 0;
	padding-right: 0;
}

.mv__title {
	font-size: 2.75rem;
	max-width: none;
	text-align: left;
}

.sub-mv__title {
	font-size: 2.75rem;
	max-width: none;
	text-align: left;
}

}

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

table.service_detail {
	display: block;
}

table.service_detail thead {
	display: none;
}

table.service_detail tbody {
	display: block;
}

table.service_detail tbody tr:nth-child(2n) th {
	background-color: #669479;
	border-right: none;
	color: #fff;
	display: block;
}

table.service_detail tbody th,
table.service_detail tbody td {
	display: block;
}

table.service_detail tbody th {
	background-color: #669479;
	border-right: none;
	color: #fff;
	display: block;
	width: auto;
}

table.service_detail tbody td {
	border-right: 0;
	display: block;
	padding-top: 0;
}

table.service_detail tbody td p {
	margin-top: 0;
	padding-top: 14px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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