body {
	background-attachment: fixed;
	background-blend-mode: soft-light;
	background-color: #222;
	background-image: url(../images/common/bg-img-white.webp);
	background-position: center;
	background-repeat: repeat;
	background-size: 50px 59px;
	font-family: "Noto Sans JP", sans-serif;
}

main {
	margin-top: 4.375rem;
	min-height: 48rem;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

*,
*::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: 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 */

/* 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;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-section-title {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.c-section-title__text span::before {
	background-color: #5CB85C;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: -2.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.c-section-title__text span::after {
	background-color: #5CB85C;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	position: absolute;
	right: -2.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
}

.c-section-title__text {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 0 8.9375rem;
	position: relative;
	z-index: 1;
}

.c-section-title__text span {
	display: inline-block;
	position: relative;
}

.c-section-title__text::before {
	background-color: #FFFFFF;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 6.25rem;
}

.c-section-title__text::after {
	background-color: #FFFFFF;
	content: "";
	height: 0.0625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6.25rem;
}

.c-section-title--dark .c-section-title__text {
	color: #FFFFFF;
}

.c-section-title--dark .c-section-title__text::before,
.c-section-title--dark .c-section-title__text::after {
	background-color: #FFFFFF;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-title {
	font-size: 10px;
}

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

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

.l-features {
	margin-top: 5rem;
}

.l-footer {
	margin-top: 5rem;
}

.l-header {
	background: linear-gradient(to bottom, #000000, #444);
	height: 4.375rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1190px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-option {
	margin-top: 3.75rem;
}

.l-system {
	margin-top: 3.75rem;
}

.p-aigia {
	position: relative;
}

.p-aigia__inner {
	position: relative;
}

.p-aigia__container {
	background-image: url(../images/common/aigia-bg.webp);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.25rem;
	display: flex;
	padding: 0 7.75rem 0 1.0625rem;
	position: relative;
}

.p-aigia__image {
	flex: 0 0 22.3125rem;
	margin-top: -2.8125rem;
	position: relative;
	z-index: 1;
}

.p-aigia__image img {
	-o-object-fit: contain;
	-o-object-position: bottom;
	aspect-ratio: 247/250;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
	width: 100%;
}

.p-aigia__content {
	align-items: flex-start;
	display: flex;
	flex: 1;
	justify-content: space-between;
	padding: 2.1875rem 0 2.6875rem;
}

.p-aigia__text {
	flex: 1;
	padding-top: 0.9375rem;
}

.p-aigia__title {
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
}

.p-aigia__subtitle {
	color: #111111;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.p-aigia__subtitle span {
	border-bottom: 2px dotted #707070;
}

.p-aigia__description {
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 3.375rem;
}

.p-aigia__right {
	align-items: center;
	display: flex;
	flex: 0 0 15.5rem;
	flex-direction: column;
	gap: 1.5rem;
}

.p-aigia__logo {
	width: 10rem;
}

.p-aigia__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.p-aigia__button a {
	background-color: #4CAF50;
	border-radius: 2.1875rem;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	padding: 1.4375rem 1.625rem;
	transition: background-color 0.3s, transform 0.3s;
	white-space: nowrap;
}

.p-aigia__button a:hover {
	background-color: #4CAE4C;
	transform: translateY(-2px);
}

.p-features {
	padding: 6.25rem 0;
	position: relative;
	z-index: 2;
}

.p-features::before {
	background-color: #F5F5F5;
	border-radius: 1.875rem;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-features__inner {
	position: relative;
	z-index: 2;
}

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

.p-features__subtitle {
	color: #000;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-features__title {
	color: #000;
	font-size: 2.4375rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-top: 0.75rem;
}

.p-features__list {
	display: flex;
	flex-direction: column;
	gap: 7.5rem;
	margin-top: 3.75rem;
}

.p-features__item {
	align-items: flex-start;
	display: flex;
	gap: 3.125rem;
}

.p-features__item--reverse {
	flex-direction: row-reverse;
}

.p-features__content {
	flex: 1;
}

.p-features__number {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.p-features__icon {
	height: 1.5rem;
	width: 1.5rem;
}

.p-features__num {
	color: #4CAF50;
	font-family: "Oswald", sans-serif;
	font-size: 2.4375rem;
	font-weight: 700;
	line-height: 1;
}

.p-features__total {
	color: #4CAF50;
	font-family: "Oswald", sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1;
}

.p-features__text-block {
	margin-top: 0.625rem;
	padding-left: 2rem;
}

.p-features__heading {
	color: #000;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-features__text {
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.p-features__image {
	background-color: #000000;
	border-radius: 1.25rem;
	flex: 0 0 31.25rem;
	overflow: hidden;
	position: relative;
}

.p-features__image img {
	display: block;
	height: auto;
	width: 100%;
}

.p-features__caption {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 1.25rem;
	bottom: 1.25rem;
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
	left: 50%;
	padding: 0.5rem 1.25rem;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
}

.p-footer {
	background-color: #F4F4F4;
	border-radius: 1.25rem 1.25rem 0 0;
	padding: 2.125rem 1.875rem;
	position: relative;
}

.p-footer__inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	position: relative;
}

.p-footer__container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-footer__logo {
	flex: 0 0 auto;
}

.p-footer__logo img {
	display: block;
	height: auto;
	width: 10.8125rem;
}

.p-footer__nav-wrapper {
	align-items: center;
	display: flex;
	gap: 2.6875rem;
}

.p-footer__nav {
	flex: 1 1 auto;
	text-align: center;
}

.p-footer__nav-list {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.p-footer__nav-item {
	list-style: none;
}

.p-footer__nav-link {
	-webkit-text-decoration: none;
	color: #111;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

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

.p-footer__copyright {
	flex: 0 0 auto;
}

.p-footer__copyright p {
	color: #111;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 1.875rem;
}

.p-header__logo {
	width: 10.8125rem;
}

.p-header__logo a {
	display: block;
}

.p-header__logo img {
	height: auto;
	width: 100%;
}

.p-header__nav-wrapper {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.p-header__nav-list {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.p-header__nav-item a {
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	transition: opacity 0.3s;
}

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

.p-header__nav-item a::after {
	background-color: #fff;
	bottom: -0.3125rem;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s;
	width: 100%;
}

.p-header__nav-item a:hover::after {
	transform: scaleX(1);
}

.p-header__buttons {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-header__button a {
	border-radius: 1.5625rem;
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.9375rem 1.6875rem;
	transition: transform 0.3s, opacity 0.3s;
}

.p-header__button a:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.p-header__button--contact a {
	background-color: #4CAF50;
	color: #fff;
}

.p-header__button--mypage a {
	background-color: #B79569;
	color: #fff;
}

.p-header__hamburger {
	background: none;
	border: none;
	cursor: pointer;
	display: none;
	height: 1.5rem;
	padding: 0;
	position: relative;
	width: 1.875rem;
	z-index: 1000;
}

.p-header__hamburger-line {
	background-color: #fff;
	display: block;
	height: 0.125rem;
	position: absolute;
	transition: transform 0.3s, opacity 0.3s;
	width: 100%;
}

.p-header__hamburger-line:nth-child(1) {
	top: 0;
}

.p-header__hamburger-line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.p-header__hamburger-line:nth-child(3) {
	bottom: 0;
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(2) {
	opacity: 0;
}

.p-header__hamburger.is-active .p-header__hamburger-line:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

.p-header__drawer {
	height: 100vh;
	pointer-events: none;
	position: fixed;
	right: -100%;
	top: 0;
	transition: right 0.3s;
	width: 100%;
	z-index: 999;
}

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

.p-header__drawer__overlay {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s;
	width: 100%;
}

.p-header__drawer.is-active .p-header__drawer__overlay {
	opacity: 1;
}

.p-header__drawer__nav {
	background-color: #1a1a1a;
	height: 100%;
	overflow-y: auto;
	padding: 5rem 1.875rem 2.5rem;
	position: absolute;
	right: -100%;
	top: 0;
	transition: right 0.3s;
	width: 17.5rem;
}

.p-header__drawer.is-active .p-header__drawer__nav {
	right: 0;
}

.p-header__drawer__nav-list {
	margin-top: 2.5rem;
}

.p-header__drawer__nav-item {
	margin-top: 1.5rem;
}

.p-header__drawer__nav-item:first-child {
	margin-top: 0;
}

.p-header__drawer__nav-item a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding: 0.625rem 0;
	transition: opacity 0.3s;
}

.p-header__drawer__nav-item a:hover {
	opacity: 0.7;
}

.p-header__drawer__buttons {
	margin-top: 2.5rem;
}

.p-header__drawer__button {
	margin-top: 1rem;
}

.p-header__drawer__button:first-child {
	margin-top: 0;
}

.p-header__drawer__button a {
	border-radius: 1.5625rem;
	display: block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0.875rem 1.5rem;
	text-align: center;
	transition: opacity 0.3s;
	width: 100%;
}

.p-header__drawer__button a:hover {
	opacity: 0.9;
}

.p-header__drawer__button--contact a {
	background-color: #6ab070;
	color: #fff;
}

.p-header__drawer__button--mypage a {
	background-color: #c8a882;
	color: #fff;
}

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

.p-header__fixed-buttons {
	background: linear-gradient(to bottom, #000, #444);
	bottom: 0;
	display: none;
	left: 0;
	padding: 0.3125rem 0.53125rem;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 998;
}

.p-header__fixed-button {
	width: 10.9375rem;
}

.p-header__fixed-button a {
	border-radius: 1.5625rem;
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.875rem 1.5rem;
	text-align: center;
	transition: opacity 0.3s;
	width: 100%;
}

.p-header__fixed-button a:active {
	opacity: 0.8;
}

.p-header__fixed-button--contact a {
	background-color: #4CAF50;
	color: #fff;
}

.p-header__fixed-button--mypage a {
	background-color: #B79569;
	color: #fff;
}

.p-hero {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-hero__inner {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-hero__bg::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-hero__bg video {
	-o-object-fit: contain;
	-o-object-position: center;
	aspect-ratio: 1400/787;
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.p-hero__content {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.p-hero__title {
	background-color: rgba(0, 0, 0, 0.65);
	border: 1px solid #B79569;
	color: #fff;
	display: block;
	font-size: 2.8125rem;
	font-weight: 700;
	line-height: 1.5;
	min-width: 43rem;
	padding: 2.125rem 2.875rem;
}

.p-hero__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.75rem;
	width: 13.75rem;
}

.p-hero__logo img {
	filter: drop-shadow(0 0.25rem 0.625rem rgba(0, 0, 0, 0.3));
	height: auto;
	width: 100%;
}

/* =============================================
  p-lower-news
  - ニュース一覧セクション
  - HTMLの構造とクラスに完全対応
============================================= */

/* セクションラッパー（必要なら背景やパディングをここで） */

/* インナー幅：最大1200px、中央寄せ。中小では左右パディング */

.p-lower-news__inner {
	margin: 0 auto;
	max-width: 75rem;
	padding-bottom: 2.8125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	padding-top: 2.5rem;
	width: 100%;
}

/* セクション見出し（お知らせ） */

.p-lower-news__heading {
	color: #f5f5f5;
	color: var(--white, #f5f5f5);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.2;
}

/* 一覧UL */

.p-lower-news__list {
	margin-top: 5.875rem;
}

/* 各アイテムLI */

.p-lower-news__item {
	background: #333;
	background: var(--gray-04, #333);
	border-radius: 1rem;
	margin-top: 1rem;
}

/* 最初の要素だけ余白なし */

.p-lower-news__item:first-of-type {
	margin-top: 0;
}

/* クリックエリア（a要素） */

.p-lower-news__link {
	display: block;
	padding: 1.5rem 5rem 1.5rem 2.5rem;
	position: relative;
}

/* メタ情報（カテゴリ/日付コンテナ） */

.p-lower-news__category {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	display: flex;
}

/* カテゴリラベル（将来追加に備えた拡張。存在しなくても問題なし） */

.p-lower-news__label {
	color: #288426;
	color: var(--secondary, #288426);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
}

/* 日付 */

.p-lower-news__date {
	color: #ccc;
	color: var(--gray-03, #ccc);
	font-family: "Oswald", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
}

/* タイトル */

.p-lower-news__title {
	color: #f5f5f5;
	color: var(--white, #f5f5f5);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 1rem;
}

/* 右側の矢印アイコン（PCのみ表示） */

.p-lower-news__link::after { /* 矢印は元CSSのSVGを流用 */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M10.6682 29.8661L25.6016 15.9995L10.6682 2.13281" stroke="rgb(28,84,26)" stroke-width="2" stroke-linecap="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 2rem;
	margin: auto;
	position: absolute;
	right: 1.5rem;
	top: 0;
	width: 2rem;
}

/* ページネーション（ラッパーの余白はBEMクラスで） */

.p-lower-news__pagination {
	margin-top: 5rem;
}

/* ページネーション本体 */

.pagination .nav-links {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	justify-content: center;
}

/* 前へ */

.pagination .nav-links .prev {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M15.9969 22.3996L4.79688 11.9996L15.9969 1.59961" stroke="rgb(245, 245, 245)" stroke-linecap="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1.5rem;
	opacity: 0.4;
	width: 1.5rem;
}

/* 次へ */

.pagination .nav-links .next {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8.00313 22.3996L19.2031 11.9996L8.00313 1.59961" stroke="rgb(245, 245, 245)" stroke-linecap="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 1.5rem;
	opacity: 0.4;
	width: 1.5rem;
}

/* 有効状態（--active） */

.pagination .nav-links .prev.--active,
.pagination .nav-links .next.--active {
	opacity: 1;
}

/* ページ番号 */

.pagination .nav-links .pager {
	align-items: center;
	color: #f5f5f5;
	color: var(--white, #f5f5f5);
	display: flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	text-align: center;
}

/* 現在ページ */

.pagination .nav-links .current {
	align-items: center;
	background-color: #288426;
	border-radius: 50%;
	display: flex;
	height: 2rem;
	justify-content: center;
	width: 2rem;
}

/* 全体背景黒 */

/* インナー */

.p-news-detail__inner {
	margin: auto;
	max-width: 68.25rem;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	width: 100%;
}

/* 白背景のコンテンツボックス */

.p-news-detail__content {
	background: #f5f5f5;
	background: var(--white, #f5f5f5);
	border-radius: 2.5rem;
	padding: 3.5rem 6rem;
}

/* タイトル（黒文字） */

.p-news-detail__title {
	color: #111;
	color: var(--primary, #111);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

/* メタ情報 */

.p-news-detail__meta {
	-moz-column-gap: 1rem;
	align-items: center;
	column-gap: 1rem;
	display: flex;
	margin-top: 1.5rem;
}

/* 日付（黒文字） */

.p-news-detail__date {
	color: #1e1e1e;
	color: var(--gray, #1e1e1e);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}

/* 本文部分 */

.p-news-detail__body {
	margin-top: 3rem;
}

/* 本文見出し */

.p-news-detail__body h2 {
	font-feature-settings: "pkna" on, "palt" on;
	color: #111;
	color: var(--primary, #111);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.3;
	margin-top: 3rem;
	padding-left: 2.125rem;
	position: relative;
}

.p-news-detail__body h2::before {
	background-color: #288426;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 0.75rem;
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0.75rem;
}

/* 本文段落 */

.p-news-detail__body p {
	color: #111;
	color: var(--primary, #111);
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-top: 1.5rem;
}

/* 本文画像 */

.p-news-detail__body figure {
	border-radius: 1.5rem;
	margin-top: 1.5rem;
	overflow: hidden;
}

/* フッターエリア */

.p-news-detail__footer {
	margin-top: 2.5rem;
	text-align: center;
}

/* 戻るボタン */

.p-news-detail__back {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #f5f5f5;
	background-color: var(--white, #f5f5f5);
	border-radius: 6.25rem;
	color: #288426;
	color: var(--secondary, #288426);
	display: inline-flex;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 1rem 2rem;
	text-decoration: none;
	transition: opacity 0.25s ease-in;
}

.p-news-detail__back:hover {
	opacity: 0.7;
}

.wp-block-buttons > .wp-block-button {
	margin-top: 2.5rem;
}

.wp-block-button__link.wp-element-button {
	-webkit-text-decoration: none;
	background-color: #288426;
	background-color: var(--secondary, #288426);
	border-radius: 6.25rem;
	color: #f5f5f5;
	color: var(--white, #f5f5f5);
	display: inline-block;
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 1rem 2rem;
	text-decoration: none;
	transition: opacity 0.25s ease-in;
}

.p-news {
	margin-top: 5.625rem;
	position: relative;
}

.p-news__inner {
	position: relative;
}

.p-news__header {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-news__button {
	padding-right: 1.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.p-news__button a {
	-webkit-text-decoration: none;
	background-color: #4CAF50;
	border-radius: 1.5625rem;
	color: #FFFFFF;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.9375rem 1.8125rem;
	text-decoration: none;
	transition: background-color 0.3s, transform 0.3s;
	white-space: nowrap;
}

.p-news__button a:hover {
	background-color: #4CAE4C;
	transform: translateY(-2px);
}

.p-news__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 3.75rem;
}

.p-news__item {
	align-items: center;
	background-color: #D8D6D2;
	border-radius: 1.25rem;
	display: flex;
	gap: 3.125rem;
	padding: 1.375rem 1.875rem;
	transition: background-color 0.3s, transform 0.3s;
}

.p-news__item:hover {
	background-color: #DEDEDE;
	transform: translateY(-2px);
}

.p-news__date {
	color: #000;
	flex: 0 0 6.25rem;
	font-family: "Oswald", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
}

.p-news__link {
	display: block;
	flex: 1;
}

.p-news__text {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 0;
}

.p-option {
	position: relative;
}

.p-option__inner {
	position: relative;
}

.p-option__list {
	display: flex;
	gap: 1.8125rem;
	margin-top: 3.75rem;
}

.p-option__item {
	color: #FFFFFF;
	flex: 1;
}

.p-option__image {
	border-radius: 1.25rem;
	overflow: hidden;
	width: 100%;
}

.p-option__image img {
	-o-object-fit: cover;
	aspect-ratio: 380/247;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-option__item:nth-child(2) .p-option__image img {
	-o-object-position: left;
	object-position: left;
}

.p-option__title {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 1.5rem;
}

.p-option__text {
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 1rem;
	text-align: left;
}

.p-page {
	color: #fff;
	padding-top: 1.875rem;
}

.p-page__title {
	color: #fff;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}

.p-page p + p,
.p-page ol + p {
	margin-top: 1.25rem;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background-color: #fff;
	border: 1px solid #000;
}

.wpcf7-form-control.wpcf7-text {
	background-color: #fff;
	border: 1px solid #000;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
	background-color: #fff;
	border: 1px solid #000;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid {
	background-color: #fff;
	border: 1px solid #000;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	background-color: #fff;
	border: 1px solid #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	background-color: #fff;
	border: 1px solid #000;
}

.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid {
	border: 1px solid #000;
	color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	background-color: #B79569;
	border: 1px solid #000;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px;
	text-align: center;
	transition: all 0.3s ease;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background-color: #fff;
	border: 1px solid #B79569;
	color: #B79569;
}

.p-partnership {
	padding: 5rem 0;
	position: relative;
}

.p-partnership::before {
	background-color: #D8D6D2;
	background-image: url(../images/common/bg-img.webp);
	background-position: center;
	background-repeat: repeat;
	background-size: 50px 59px;
	border-radius: 0 0 1.875rem 1.875rem;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-partnership::after {
	background-color: #B79569;
	border-radius: 0 0 1.875rem 1.875rem;
	bottom: -1.25rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-partnership__inner {
	position: relative;
}

.p-partnership__container {
	display: flex;
	gap: 4rem;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.p-partnership__content {
	flex: 1;
	max-width: 35.9375rem;
}

.p-partnership__highlight {
	background: linear-gradient(to bottom, transparent 60%, #FFFF00 60%, #FFFF00 100%);
	color: #000;
	display: inline;
	font-size: 1.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.p-partnership__description {
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin-top: 2rem;
}

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

.p-partnership__button a span {
	-webkit-text-decoration: underline;
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.p-partnership__button a span::after {
	background-image: url(../images/common/icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1rem;
	margin-left: 0.5rem;
	width: 1rem;
}

.p-partnership__image {
	border-radius: 1.25rem;
	flex: 0 0 31.25rem;
	overflow: hidden;
}

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

.p-partnership__logos {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 5rem;
}

.p-partnership__logo {
	align-items: center;
	display: flex;
}

.p-partnership__logo--fujitsu {
	width: 11.25rem;
}

.p-partnership__logo--fujitsu img {
	height: auto;
	width: 100%;
}

.p-partnership__logo--aigia {
	width: 8.75rem;
}

.p-partnership__logo--aigia img {
	height: auto;
	width: 100%;
}

.p-partnership__logo-divider {
	color: #333333;
	font-size: 2rem;
	font-weight: 700;
}

.p-product {
	align-items: center;
	background-image: url(../images/common/product-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 37.5rem;
	padding: 6.75rem 0 6.6875rem;
	position: relative;
}

.p-product::before {
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.p-product__inner {
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-product__container {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5rem;
	min-height: 25rem;
	position: relative;
}

.p-product__monitor {
	flex: 0 0 12.875rem;
	max-width: 21.875rem;
	padding-top: 3.125rem;
}

.p-product__monitor img {
	display: block;
	filter: drop-shadow(0 1.25rem 2.5rem rgba(0, 0, 0, 0.5));
	height: auto;
	width: 100%;
}

.p-product__content {
	color: #FFFFFF;
	flex: 1;
	text-align: center;
}

.p-product__header {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}

.p-product__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.625rem;
	width: 13.625rem;
}

.p-product__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.p-product__system {
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 1.8125rem;
	text-shadow: 2px 2px 10px #b79569, -2px 2px 10px #b79569, 2px -2px 10px #b79569, -2px -2px 10px #b79569;
}

.p-product__system-line1 {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.p-product__system-line2 {
	color: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	margin-top: 0.5rem;
}

.p-product__smartphone {
	flex: 0 0 12.6875rem;
	margin: auto;
	max-width: 18.75rem;
	padding-top: 3.125rem;
}

.p-product__smartphone img {
	display: block;
	filter: drop-shadow(0 1.25rem 2.5rem rgba(0, 0, 0, 0.5));
	height: auto;
	width: 100%;
}

.p-space {
	background-color: #F4F4F4;
	border-radius: 1.875rem;
	padding: 5rem 0;
	position: relative;
}

.p-space__inner {
	position: relative;
}

.p-space__title-text {
	color: #000;
	font-size: 2.4375rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.p-space__subtitle {
	color: #000;
	color: #000;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 3.75rem;
	text-align: center;
}

.p-space__container {
	align-items: flex-start;
	display: flex;
	gap: 3.75rem;
	margin-top: 3.75rem;
}

.p-space__image {
	flex: 0 0 31.25rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: relative;
}

.p-space__image::before {
	background-color: #5CB85C;
	border-radius: 1.25rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-space__image img {
	border-radius: 1.25rem;
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.p-space__specs {
	flex: 1;
}

.p-space__spec {
	align-items: center;
	display: flex;
	padding: 0.9375rem 1.25rem;
	position: relative;
}

.p-space__spec:nth-child(odd) {
	background-color: #fff;
}

.p-space__spec:nth-child(even) {
	background-color: #EEEEEE;
}

.p-space__spec-label {
	color: #111;
	flex: 0 0 5.75rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-space__spec::after {
	background-color: #000;
	content: "";
	display: block;
	height: 100%;
	left: 5.75rem;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}

.p-space__spec-value {
	color: #111;
	flex: 1;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.6;
}

.p-space .c-section-title__text {
	color: #2A2A2A;
}

.p-space .c-section-title__text::before,
.p-space .c-section-title__text::after {
	background-color: #2A2A2A;
}

.p-steps {
	padding: 6.25rem 0;
	position: relative;
}

.p-steps__inner {
	position: relative;
}

.p-steps__subtitle {
	color: #FFFFFF;
	margin-top: 3.125rem;
	text-align: center;
}

.p-steps__subtitle-text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-steps__note {
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 1rem;
}

.p-steps__list {
	display: flex;
	gap: 0.8125rem;
	margin-top: 3.75rem;
}

.p-steps__item {
	color: #FFFFFF;
	flex: 1;
}

.p-steps__content {
	background-color: #B79569;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 0.6875rem 0 0.625rem;
	text-align: center;
}

.p-steps__step {
	color: #FFFFFF;
	display: inline-block;
	font-family: "Oswald", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
}

.p-steps__num {
	color: #FFFFFF;
	font-size: 2.4375rem;
}

.p-steps__total {
	color: #FFFFFF;
}

.p-steps__title {
	background-color: #fff;
	border-radius: 1.25rem;
	color: #111;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	font-size: 1.375rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1.3;
	margin-top: 0.625rem;
	min-height: 6.074375rem;
	padding: 1.25rem;
}

.p-steps__text {
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 2rem;
	text-align: left;
}

.p-support {
	padding: 6.25rem 0 0;
	position: relative;
}

.p-support__inner {
	position: relative;
}

.p-support__list {
	display: flex;
	gap: 1.875rem;
	margin-top: 3.75rem;
}

.p-support__item {
	flex: 1;
}

.p-support__image {
	border-radius: 1.25rem;
	margin-top: 1.25rem;
	overflow: hidden;
	width: 100%;
}

.p-support__image img {
	-o-object-fit: cover;
	aspect-ratio: 380/213;
	border-radius: 1.25rem;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-support__title {
	color: #E3E300;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-support__services {
	margin-top: 1.25rem;
	text-align: left;
}

.p-support__service + .p-support__service {
	margin-top: 1.5rem;
}

.p-support__service-title {
	color: #4CAF50;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.p-support__service-text {
	color: #fff;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.p-system {
	position: relative;
}

.p-system__inner {
	position: relative;
}

.p-system__container {
	align-items: flex-start;
	display: flex;
	gap: 3.875rem;
}

.p-system__image {
	flex: 0 0 31.25rem;
}

.p-system__image img {
	-o-object-fit: cover;
	aspect-ratio: 500/403;
	border-radius: 1.25rem;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-system__content {
	color: #FFFFFF;
	flex: 1;
}

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

.p-system__feature {
	margin-top: 2.5rem;
}

.p-system__feature:first-child {
	margin-top: 0;
}

.p-system__feature-title {
	color: #E3E300;
	font-size: 1.8125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-system__feature-title--green-small {
	color: #4CAF50;
	font-size: 1.5rem;
}

.p-system__feature-text {
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 1rem;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

@media (max-width: 1140px) {

html {
	font-size: 1.4035087719vw;
}

}

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

main {
	margin-top: 3.75rem;
	min-height: 35rem;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

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

a:hover {
	opacity: 0.8;
}

.c-section-title__text span::before {
	left: -2.125rem;
}

.c-section-title__text span::after {
	right: -2.125rem;
}

.c-section-title__text {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: 0 4.375rem;
	text-align: center;
}

.c-section-title__text::before {
	width: 2.25rem;
}

.c-section-title__text::after {
	width: 2.25rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	font-size: 20px;
}

.l-aigia {
	margin-top: 5rem;
}

.l-aigia2 {
	margin-top: 3.75rem;
}

.l-footer {
	margin-top: 3.75rem;
}

.l-header {
	height: 3.75rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.p-aigia__container {
	background-image: url(../images/common/aigia-sp-bg.webp);
	flex-direction: column;
	gap: 1.875rem;
	padding: 3.125rem 1.5625rem;
}

.p-aigia__image {
	bottom: 0;
	flex: none;
	height: 50%;
	left: 0;
	max-height: 15.625rem;
	max-width: 15.4375rem;
	overflow: hidden;
	position: absolute;
	width: 66%;
}

.p-aigia__content {
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
	padding: 0;
	width: 100%;
}

.p-aigia__text {
	padding-top: 0;
	text-align: center;
	width: 100%;
}

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

.p-aigia__subtitle {
	font-size: 0.8125rem;
	line-height: 1.6;
	margin-top: 1.25rem;
}

.p-aigia__description {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 2.625rem;
}

.p-aigia__right {
	flex: none;
	gap: 1.25rem;
	width: 100%;
}

.p-aigia__logo {
	margin-left: 7.5rem;
	position: relative;
	text-align: center;
	width: 10rem;
	z-index: 2;
}

.p-aigia__button {
	max-width: 12.5rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-aigia__button a {
	display: block;
	font-size: 0.875rem;
	padding: 0.9375rem 1.5625rem;
	text-align: center;
	width: 100%;
}

.p-aigia__button a:hover {
	transform: none;
}

.p-features {
	padding: 3.125rem 0;
}

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

.p-features__title {
	font-size: 1.75rem;
	margin-top: 0.5rem;
}

.p-features__list {
	gap: 2.5rem;
	margin-top: 3.125rem;
}

.p-features__item {
	flex-direction: column;
	gap: 1.875rem;
}

.p-features__item--reverse {
	flex-direction: column;
}

.p-features__content {
	width: 100%;
}

.p-features__icon {
	height: 1.25rem;
	width: 1.25rem;
}

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

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

.p-features__text-block {
	padding-left: 1.75rem;
}

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

.p-features__text {
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 1.25rem;
}

.p-features__image {
	border-radius: 0.9375rem;
	flex: none;
	margin: 0 auto;
	max-width: 25rem;
	width: 100%;
}

.p-features__caption {
	bottom: 0.9375rem;
	font-size: 0.75rem;
	padding: 0.375rem 1rem;
}

.p-footer {
	margin-bottom: 3.3125rem;
	padding: 1.875rem 0;
}

.p-footer__container {
	flex-direction: column;
	gap: 1.5rem;
}

.p-footer__logo img {
	width: 6.25rem;
}

.p-footer__nav-wrapper {
	flex-direction: column;
	gap: 1.25rem;
}

.p-footer__nav-list {
	flex-direction: column;
	gap: 0.625rem;
}

.p-footer__nav-link {
	font-size: 0.75rem;
}

.p-footer__copyright p {
	font-size: 0.6875rem;
	text-align: center;
}

.p-header__inner {
	padding: 0 1.25rem;
}

.p-header__logo {
	width: 5rem;
}

.p-header__nav-wrapper {
	display: none;
}

.p-header__nav-item a {
	font-size: 0.875rem;
}

.p-header__hamburger {
	display: block;
}

.p-header__drawer {
	pointer-events: auto;
}

.p-header__drawer__nav {
	padding: 4.375rem 1.25rem 1.875rem;
	width: 16.25rem;
}

.p-header__fixed-buttons {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.p-hero {
	height: 37.5rem;
	min-height: 31.25rem;
}

.p-hero__bg video {
	-o-object-fit: cover;
	aspect-ratio: 375/600;
	object-fit: cover;
}

.p-hero__content {
	width: 85%;
}

.p-hero__title {
	font-size: 1.5rem;
	margin: auto;
	max-width: 22rem;
	min-width: auto;
	padding: 1.5rem 2rem;
}

.p-hero__logo {
	margin-top: 2.5rem;
	width: 8.75rem;
}

.p-lower-news__inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-lower-news__heading {
	font-size: 1.75rem;
	letter-spacing: 0.08em;
}

.p-lower-news__list {
	margin-top: 2rem;
}

.p-lower-news__item {
	margin-top: 0.5rem;
}

.p-lower-news__link {
	padding: 1rem;
}

.p-lower-news__label {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
}

.p-lower-news__date {
	font-size: 0.75rem;
	letter-spacing: 0.03em;
}

.p-lower-news__title {
	font-size: 1rem;
	letter-spacing: 0.04em;
	margin-top: 0.5rem;
}

.p-lower-news__link::after {
	display: none;
}

.p-news-detail__inner {
	padding-bottom: 2.8125rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 2.5rem;
}

.p-news-detail__content {
	margin-top: 2rem;
	padding: 2rem 1.5rem;
}

.p-news-detail__title {
	font-size: 1.5rem;
	letter-spacing: 0.06em;
}

.p-news-detail__meta {
	margin-top: 0.5rem;
}

.p-news-detail__date {
	font-size: 0.75rem;
}

.p-news-detail__body {
	margin-top: 2rem;
}

.p-news-detail__body h2 {
	font-size: 1.375rem;
	margin-top: 2rem;
}

.p-news-detail__body p {
	font-size: 0.9375rem;
	letter-spacing: 0.03em;
	margin-top: 1rem;
}

.p-news-detail__body figure {
	border-radius: 0.75rem;
	margin-top: 1rem;
}

.p-news-detail__footer {
	margin-top: 1.5rem;
}

.p-news-detail__back {
	font-size: 0.875rem;
	padding: 0.875rem 1.5rem;
}

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

.p-news__header {
	flex-direction: column;
	gap: 1.5rem;
}

.p-news__button {
	position: static;
	transform: none;
}

.p-news__button a {
	font-size: 0.875rem;
	padding: 0.75rem 1.75rem;
}

.p-news__button a:hover {
	transform: none;
}

.p-news__list {
	gap: 0.75rem;
	margin-top: 2.5rem;
}

.p-news__item {
	align-items: flex-start;
	border-radius: 1.5625rem;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem 1.5rem;
}

.p-news__item:hover {
	transform: none;
}

.p-news__date {
	flex: none;
	font-size: 0.875rem;
}

.p-news__link {
	width: 100%;
}

.p-news__text {
	font-size: 0.875rem;
	line-height: 1.6;
}

.p-option__list {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-option__title {
	font-size: 1rem;
	margin-top: 1.25rem;
}

.p-option__text {
	font-size: 0.8125rem;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	display: inline-block;
	width: calc(100vw - 2.5rem);
}

.p-partnership {
	padding: 3.75rem 0;
}

.p-partnership__container {
	flex-direction: column;
	gap: 2.5rem;
}

.p-partnership__content {
	max-width: 100%;
}

.p-partnership__highlight {
	font-size: 1rem;
	line-height: 1.6;
}

.p-partnership__description {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-top: 1.5rem;
}

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

.p-partnership__button a span {
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-partnership__button a span::after {
	height: 0.75rem;
	width: 0.75rem;
}

.p-partnership__image {
	border-radius: 0.625rem;
	flex: none;
	margin: 0 auto;
	max-width: 21.25rem;
	width: 100%;
}

.p-partnership__logos {
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.p-partnership__logo--fujitsu {
	width: 6.25rem;
}

.p-partnership__logo--aigia {
	width: 5rem;
}

.p-partnership__logo-divider {
	font-size: 1.5rem;
}

.p-product {
	min-height: 31.25rem;
	padding: 3.125rem 0;
}

.p-product__container {
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	min-height: 18.75rem;
}

.p-product__monitor {
	flex: none;
	margin: auto;
	max-width: 9.375rem;
	order: 1;
	padding-top: 0;
}

.p-product__content {
	order: 2;
	width: 100%;
}

.p-product__logo {
	margin-top: 2.5rem;
	width: 9.375rem;
}

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

.p-product__system-line1 {
	font-size: 1rem;
}

.p-product__system-line2 {
	font-size: 1.25rem;
	margin-top: 0.375rem;
}

.p-product__smartphone {
	flex: none;
	max-width: 7.5rem;
	order: 3;
	padding-top: 0;
}

.p-space {
	padding: 3.125rem 0;
}

.p-space__title-text {
	font-size: 1.5rem;
}

.p-space__subtitle {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.p-space__container {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 2.5rem;
}

.p-space__image {
	flex: none;
	margin: 0 auto;
	max-width: 21.875rem;
	width: 100%;
}

.p-space__specs {
	width: 100%;
}

.p-space__spec {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.75rem 1rem;
}

.p-space__spec-label {
	flex: none;
	font-size: 0.875rem;
}

.p-space__spec::after {
	display: none;
}

.p-space__spec-value {
	font-size: 0.875rem;
}

.p-steps {
	padding: 3.75rem 0;
}

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

.p-steps__subtitle-text {
	font-size: 0.875rem;
	line-height: 1.7;
}

.p-steps__note {
	font-size: 0.75rem;
	margin-top: 0.375rem;
}

.p-steps__list {
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
}

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

.p-steps__num {
	font-size: 1.875rem;
}

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

.p-steps__text {
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.p-support {
	padding: 3.75rem 0 0;
}

.p-support__list {
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.875rem;
}

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

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

.p-support__service-title {
	font-size: 0.875rem;
	line-height: 1.5;
}

.p-support__service-text {
	font-size: 0.75rem;
	line-height: 1.7;
	margin-top: 0.375rem;
}

.p-system__container {
	flex-direction: column;
	gap: 2.5rem;
}

.p-system__image {
	flex: none;
	margin: 0 auto;
	max-width: 25rem;
	width: 100%;
}

.p-system__content {
	width: 100%;
}

.p-system__container {
	margin-top: 2.5rem;
}

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

.p-system__feature-title {
	font-size: 1.125rem;
	line-height: 1.5;
}

.p-system__feature-title--green-small {
	font-size: 1rem;
}

.p-system__feature-text {
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 0.75rem;
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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