/* H.Shigeta 2025-03-07 Append Start */
.thumb img {
	height: fit-content;
}
.thumb {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 783px) {
	h2.blog_ttl {
		font-size: 1.5em;
	}
}
/* H.Shigeta 2025-03-07 Append End */

figure {
	margin: 0px;
}

/* 2024.07.27 */
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: static;
}
figure {
	/* margin-top: 24px !important; */
	text-align: center;
	/*width: 100% !important; */
}
figure td {
	text-align: left;
}
figure table {
	margin-left: auto !important;
	margin-right: auto !important;
}
.is-layout-constrained > .alignleft {
	clear: both;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
	width: 100% !important;
}
.wp-block-table table {
	width: auto !important;
}
/* 2024.07.27 */

.single-installed-inventory p {
	margin-block-start: 0.5rem !important;
	margin-block-end: 0.5rem !important;
}

.mbs0 {
	margin-block-start: 0;
}

.header-img {
	width: 100% !important;
}

.header-img figure {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100% !important;
}

.header-img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	opacity: 0.5;
}

html {
	margin: 0 !important;
	padding: 0 !important;
	scroll-behavior: smooth;
	width: 100%;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Noto Sans JP', sans-serif;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background-color: white;
}

.text-shadow {
	text-shadow:
		0 0 5px #f46977,
		0 0 5px #f46977,
		0 0 5px #f46977,
		0 0 5px #f46977,
		0 0 5px #f46977,
		0 0 5px #f46977;
}

.gap-0 {
	gap: 0 !important;
}

.archive main {
	width: 100%;
	padding: 0 20px !important;
	max-width: var(--wp--style--global--wide-size);
	margin: 0 auto;
}

.archive h1 main,
.archive main .wp-block-query {
	margin: 0 auto !important;
}

.archive h1 {
	background: #000;
	border-radius: 0.25em;
	min-height: 26px !important;
	display: inline-block;
	padding: 0 10px !important;
	height: 26px;
	line-height: 26px;
	text-align: center;
	transition-duration: 0.5s;
	font-size: 11px !important;
	color: white !important;
	font-weight: bold;
	white-space: nowrap !important;
	margin-bottom: 20px !important;
}

/* .page .is-layout-constrained, */
#news-block li,
.tax-news-category main div:nth-child(2) {
	margin-block-start: 0 !important;
}

.single-news-item main {
	padding: 0 20px !important;
}

.term-news-notify h1,
.term-41 h1 {
	background: #f0a108 !important;
}

.home :where(body .is-layout-flow) > * {
	margin-block-start: 0 !important;
}

#logo-line {
	--wp--style--root--padding-right: 0 !important;
	--wp--style--root--padding-left: 0 !important;
}

h1 {
	padding: 0 0 20px 0 !important;
	margin-block-end: 0 !important;
}

.page .wp-container-core-group-layout-1 {
	padding: 0 !important;
}

.home p,
.page p {
	margin: 0;
	padding: 0;
}

:where(.wp-site-blocks) > * {
	margin-block-start: 0 !important;
}

body.single-post,
footer.single-post {
	margin-block-end: 0 !important;
}

/* body.single, */
body.tax-news-category {
	margin-block-end: 1.5rem !important;
}

body.archive {
	margin-block-end: 0 !important;
}

code {
	padding: 10px;
}

.single-post p {
	word-wrap: break-word !important;
}

a {
	text-decoration: none !important;
	word-wrap: break-word;
}

/* video要素の再生ボタンを非表示にする */
video::-webkit-media-controls-play-button {
	display: none !important;
}

/* 読み込み遅延 */
#loader {
	opacity: 0;
	/* 初期状態では不透明度を0に設定 */
	background-color: white;
	/* 白い背景 */
}

#loader.active {
	opacity: 1;
	/* アクティブ状態では不透明度を1に設定 */
	transition: opacity 0.5s ease;
	/* 不透明度のアニメーションを設定 */
}

/* トップページ---------------------------------------------------------------------------------------------------- */
.top-main-container {
	width: 100%;
	padding: 50px 15px;
}

@media screen and (min-width: 768px) {
	.top-main-container {
		width: 100%;
		padding: 50px 10%;
		margin: 0 auto;
	}
}

/* NEWS */
#news-block h3 {
	color: #000 !important;
	font-size: 20px !important;
}

#news-border {
	border: 0 none;
	border: 2px solid #000 !important;
	width: 40px !important;
}

.wp-block-post-date {
	white-space: nowrap;
}

#news-block a {
	text-decoration: none;
}

#news-block li {
	border-bottom: 1px #ccc dashed;
	color: #666;
}

.more-btn {
	white-space: nowrap;
}

.news-title a {
	line-height: 20px;
}

.type-news-item time a {
	text-align: right;
	display: block;
	margin-left: auto;
}

.news-item-block {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #efefef;
}

/* お知らせ */
.taxonomy-news-category {
	background: #f0a108;
	border-radius: 0.25em;
	min-width: 80px !important;
	min-height: 26px !important;
	text-align: center;
	transition-duration: 0.5s;
	margin: 0 auto 0 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.taxonomy-news-category a {
	font-size: 11px !important;
	color: white !important;
	font-weight: bold;
	white-space: nowrap !important;
}

/* セミナー */
.news-seminar {
	background: #3bbac4 !important;
}

/* 掲載・登壇 */
.news-media {
	background: #ec5a6e !important;
}

/* ヘッダーメニュー*/
/* 最上部の余白消し */
.wp-site-blocks {
	padding: 0 !important;
}

/* ボタンホバーオレンジ */
.notes-for-inquery input[type='submit']:hover,
.wp-block-button .has-contrast-background-color:hover {
	transition: all 0.5s;
	background: #fb6618 !important;
}

.wp-block-button .has-contrast-background-color {
	transition: all 0.5s;
}

/* 開閉メニュー */
header {
	width: 100% !important;
}

.main-menu {
	width: 100% !important;
	position: relative;
	top: 0;
	left: 0;
}

.nav {
	width: 70% !important;
	display: block;
	position: fixed;
	background: #000;
	top: 0;
	right: -1000px;
	bottom: 0;
	transition: all 0.5s;
	z-index: 4;
	opacity: 0;
}

@media screen and (min-width: 576px) {
	.nav {
		width: 300px !important;
	}
}

.nav .inner {
	width: 100%;
	padding: 25px;
}

.nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav .inner ul li {
	margin: 0;
	border-left: 3px solid rgba(255, 255, 255, 0);
	transition: all 0.5s;
}

.nav .inner ul li a {
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 14px;
	padding: 1rem;
	transition-duration: 0.2s;
}

.nav .inner ul li:hover {
	transition: all 0.5s;
	border-left: 3px solid #fff;
}

.nav .inner ul li:hover a {
	color: #fff;
}

.open .nav {
	right: 0;
	opacity: 1;
}

.toggle-btn {
	display: block;
	position: fixed;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background: #000;
	border-radius: 50%;
	transition: all 0.5s;
}

.toggle-btn span {
	position: absolute;
	display: block;
	left: 10px;
	width: 20px;
	height: 1px;
	background: #fff;
	transition: all 0.3s;
	border-radius: 4px;
}

.toggle-btn span:nth-child(1) {
	top: 15px;
}

.toggle-btn span:nth-child(2) {
	top: 20px;
}

.toggle-btn span:nth-child(3) {
	bottom: 14px;
}

.toggle-btn:hover {
	background: #fb6618;
}

.toggle-btn:hover span:nth-child(1) {
	top: 12px;
}

.toggle-btn:hover span:nth-child(2) {
	top: 20px;
}

.toggle-btn:hover span:nth-child(3) {
	bottom: 11px;
}

.open .toggle-btn:hover {
	background: #fff;
}

.open .toggle-btn {
	background: #999;
}

.open .toggle-btn span {
	background-color: #000;
}

.open .toggle-btn span:nth-child(1) {
	top: 12px;
	transform: translateY(8px) rotate(-315deg);
}

.open .toggle-btn span:nth-child(2) {
	top: 20px;
	opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
	bottom: 11px;
	transform: translateY(-8px) rotate(315deg);
}

#mask {
	display: none;
}

.open #mask {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 3;
	cursor: pointer;
}

/* 開閉メニュー end */
#logo-line {
	width: 100% !important;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	padding-left: 10px;
	padding-right: 0;
	transition: background-color 400ms linear;
}

#maremi-label .wp-block-image img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

#logo-line .wp-image-2126 {
	width: 50% !important;
	height: 100% !important;
}

@media screen and (min-width: 576px) {
	#logo-line .wp-image-2126 {
		width: 70% !important;
	}
}

@media screen and (min-width: 768px) {
	#logo-line .wp-image-2126 {
		width: 80% !important;
	}
}

#logo-line figure {
	display: flex;
	align-items: center;
}

figure#maremi-label {
	height: 100%;
	margin-right: 0 !important;
	margin-top: 0 !important;
	text-align: left;
}

/* 上部リンクボタン */
.header-btn-area {
	position: fixed;
	top: 0;
	z-index: 3;
	background-color: transparent;
	height: 60px;
	padding-right: 60px;
	pointer-events: none;
	width: 100% !important;
}

.top-navi-button {
	white-space: nowrap;
	pointer-events: auto;
}

.top-navi-button a {
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

@media screen and (min-width: 768px) {
	.top-navi-button a {
		width: auto;
	}
}

@media screen and (min-width: 992px) {
	.top-navi-button a {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

.top-btn-flex {
	width: 0px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.top-btn-flex {
		width: auto;
	}
}

.top-navi-icon {
	display: flex;
	align-items: center;
}

.top-btn-flex svg {
	width: 16px;
	height: 16px;
}

.top-btn-txt {
	display: none;
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.top-btn-txt {
		display: block;
		font-size: 16px;
		line-height: 16px;
		margin-left: 7px;
	}
}

/* hero */
.hero {
	position: relative;
	width: 100% !important;
	height: 100vh;
	background: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.text-zone {
	position: absolute;
	z-index: 2;
	top: 20%;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.text-zone {
		width: 100%;
		position: absolute;
		z-index: 2;
		top: 30%;
		overflow: hidden;
		padding: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

.maremi-logo img {
	display: none;
	margin: 0 auto !important;
}

@media screen and (min-width: 768px) {
	.maremi-logo img {
		display: block;
	}
}

.maremi-logo {
	float: left;
}

.hero h1 {
	float: left;
	text-align: left !important;
	display: block;
	color: #000;
	position: relative;
	min-height: 1px;
	margin: 0;
}

.hero h1 .sp {
	display: block;
	width: 100% !important;
	font-size: 8.5vw;
	padding-bottom: 5px;
	font-weight: 800 !important;
	letter-spacing: -1px;
	padding: 0 !important;
}

.hero h1 .pc {
	display: none;
}

@media screen and (min-width: 768px) {
	.hero h1 .sp {
		display: none;
	}

	.hero h1 .pc {
		display: block;
		width: 100% !important;
		font-size: 45px !important;
		font-weight: 200;
		padding-bottom: 15px;
	}
}

video {
	width: 100%;
	height: 100vh;
	background-color: #fff;
	opacity: 0.4;
	object-fit: cover;
	overflow: clip;
	filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
	outline: none;
	border: none;
}

.hero-mask {
	width: 100%;
	height: 100vh;
	background-size: cover;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

/* fade_up */
.fade_up {
	/* 初期状態で非表示 */
	opacity: 0;
	transform: translateY(30px);
	/* 下から上に移動 */
	transition:
		opacity 1.2s,
		transform 1.2s;
	/* アニメーション時間を1.2秒に変更 */
}

/* fade_up end */

.line-icon {
	width: 35px;
	height: 36px;
}

/* LINEのhover */
.sns-icons img {
	transition: transform 0.1s ease;
}

.sns-icons img:hover {
	transform: scale(1.1) !important;
}

/* メインコンテンツ */
.wp-block-button a {
	width: 100%;
	object-fit: cover;
	background-size: cover;
	background-position: center;
}

/* メイン */
/* リンクバナー */
#banner-zone {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: auto;
	bottom: 140px;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	#banner-zone {
		top: auto;
		bottom: 50px !important;
		overflow: hidden;
	}
}

.container-fluid {
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	.container-fluid {
		margin-left: 8.33333333%;
		width: 83.33333333% !important;
	}
}

@media screen and (min-width: 992px) {
	.container-fluid {
		margin-left: 16.66666667%;
		width: 66.66666667% !important;
	}
}

.main-banner-area {
	margin: 0 auto;
	flex-direction: column !important;
}

@media screen and (min-width: 768px) {
	.main-banner-area {
		flex-direction: row !important;
	}
}

.featured-item {
	text-align: left;
	padding: 0px;
	background-position: center center;
	background-color: #999;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	.featured-item,
	.banner-text {
		height: 100px !important;
	}
}

.wp-image-405 {
	width: 16px !important;
	height: 16px !important;
}

.banner-row {
	display: flex;
	align-items: center;
	gap: 20px !important;
}

.banner-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px !important;
}

.main-banner-area a {
	padding: 15px 20px 15px 20px !important;
}

.main-banner-area h3 {
	color: #fff;
	font-size: 18px;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.main-banner-area h3 {
		font-size: 20px !important;
	}
}

.main-banner-area small {
	color: rgba(255, 255, 255, 0.7);
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.main-banner-area small {
		font-size: 10px;
	}
}

.banner-text a {
	height: 100%;
}

/* ボタンの背景色初期値を変更 */
.banner-text .has-base-color {
	background-color: #88888800 !important;
}

.banner-text {
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	transition: background-color 0.5s;
}

.banner-text:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.btn-company {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2023/10/about_company-scaled.jpg);
	background-size: cover;
	background-position: center center;
}

.btn-service {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2023/10/service-scaled.jpg);
	background-size: cover;
	background-position: center center;
}

.btn-seminar {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2023/10/seminar-scaled.jpg);
	background-size: cover;
	background-position: center center;
}

@media screen and (min-width: 768px) {
	.btn-company,
	.btn-service,
	.btn-seminar {
		height: 100% !important;
	}
}

/* NEWS テレワーク */
.page-id-161 .wp-block-post-date {
	color: #004666 !important;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.top-news-flex {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start !important;
	text-align: left !important;
	margin: 10px 0 !important;
	padding-top: 10px;
}

@media screen and (min-width: 768px) {
	.top-news-flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between !important;
	}
}

.flex-start {
	flex-direction: column;
	justify-content: start !important;
}

@media screen and (min-width: 768px) {
	.flex-start {
		flex-direction: row;
	}
}

.news-title a {
	line-height: 20px;
}

.top-news-date {
	display: inline !important;
	text-align: right;
	width: 100%;
	white-space: nowrap !important;
}

@media screen and (min-width: 768px) {
	.top-news-date {
		display: block;
		text-align: center;
		width: 100px !important;
	}
}

.top-news-date wp-block-post-date time a {
	white-space: nowrap !important;
}

.taxonomy-news-category,
.telework img {
	width: auto;
	transition-duration: 0.5s;
}

.taxonomy-news-category:hover,
.telework:hover img {
	opacity: 0.7;
}

.news-item a {
	transition-duration: 0.5s;
}

.news-item:hover a {
	color: #888;
}

/* フッターお問い合わせ */
.hire-us {
	padding: 25px 15px 15px 15px;
}

.hire-us .wp-block-button__link {
	display: inline-block;
	line-height: 30px;
	font-size: 16px !important;
	padding: 18px 30px !important;
	text-align: center;
	width: 100%;
}

.hire-us .wp-block-buttons {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.hire-us .wp-block-buttons {
		max-width: 374px;
	}
}

.hire-contact-area {
	padding: 15px;
}

.hire-us .headspc {
	font-size: 14px !important;
}

@media screen and (min-width: 768px) {
	.hire-us .headspc {
		font-style: normal;
		font-weight: 400;
		font-size: 18px !important;
		line-height: 30px;
		color: #333333;
	}
}

.hire-us .tel {
	font-size: 20px !important;
	line-height: 20px;
	letter-spacing: 1px;
	color: #666 !important;
	font-style: normal;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 10px !important;
}

.hire-us .tel a {
	color: #000 !important;
}

.hire-us .time {
	font-size: 12px !important;
}

/* footer---------------------------------------------------------------------------------------------------- */
footer {
	width: 100%;
	overflow: hidden;
}

/* フッターのお問い合わせ */
.hire-us {
	background: #f6f6f6;
}

/* フッターのサイトマップ */
.footer-sitemap {
	width: 100% !important;
	margin: 0 auto;
	flex-direction: column;
	background-color: #fff;
	text-align: left;
	display: inline-block;
	padding: 40px 20px !important;
}

@media screen and (min-width: 768px) {
	.footer-sitemap {
		width: 100%;
		flex-direction: row;
		padding: 40px 20px !important;
		margin: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.footer-sitemap-container .wp-block-column {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.footer-sitemap-container {
	gap: 10px;
	padding: 0 !important;
}

@media screen and (min-width: 768px) {
	.footer-sitemap-container {
		gap: 0 !important;
	}
}

.footer-sitemap-container .wp-block-column {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.footer-sitemap-container .wp-block-column {
		width: 40% !important;
	}
}

@media screen and (min-width: 1000px) {
	.footer-sitemap-container .wp-block-column {
		width: 20% !important;
	}
}

footer .footer-list strong {
	font-size: 16px !important;
	color: #000 !important;
}

@media screen and (min-width: 768px) {
	footer .footer-list strong {
		font-size: 16px !important;
		color: #000 !important;
	}
}

footer .footer-list {
	padding: 15px !important;
}

footer .footer-list li {
	list-style: none;
	margin-bottom: 0 !important;
}

footer .footer-list ul li:hover {
	text-decoration: underline;
}

.footer-list ul li a:before,
.footer-list a:before {
	content: url('https://maremi.co.jp/wp-content/uploads/2023/04/arrow-head-1.png');
	color: lightgray;
	font-weight: bold;
	font-size: 0.8em;
	margin-right: 10px;
}

.footer-list a {
	color: #000;
}

.sitemap .footer-list strong {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 768px) {
	.footer-list strong {
		font-style: normal;
		font-weight: 400;
		font-size: 18px !important;
		line-height: 30px;
		color: #333333;
		display: block;
		margin-bottom: 20px !important;
	}
}

.border-btm {
	border-top: 1px dotted #ddd !important;
}

.footer-btm {
	background: #fff;
}

/* サイトマップページ---------------------------------------------------------------------------------------------------- */
.s-map ul {
	list-style: none;
}

.s-map strong {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	border-bottom: 1px #ccc dotted;
	margin-bottom: 25px !important;
	padding-bottom: 15px !important;
	display: inline-block;
	width: 100%;
}

.s-map ul li ul li a {
	font-size: 14px;
	color: #000 !important;
	line-height: 18px;
	margin-bottom: 15px;
	letter-spacing: 3px;
	transition: all 500ms;
}

.s-map ul li ul li a:hover {
	color: #999 !important;
}

/* お問い合わせ---------------------------------------------------------------------------------------------------- */
.contact-flex {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media screen and (min-width: 1000px) {
	.contact-flex {
		display: flex;
		flex-direction: row;
		gap: 20px;
	}
}

.contact-form-container {
	width: 100% !important;
	padding: 0;
	margin: 0;
}

.contact-wrapper.wp-block-group {
	max-width: 100%;
}

@media screen and (min-width: 576px) {
	.contact-wrapper.wp-block-group {
		max-width: 80%;
	}
}

.question-type-other,
.wpcf7-text .wpcf7-validates-as-required,
.wpcf7-form-control {
	width: 100% !important;
	padding: 0;
	margin: 0;
}

input,
textarea {
	box-sizing: border-box !important;
}

.page-id-79 input {
	margin-top: 10px !important;
}

.contact-column {
	width: 100% !important;
}

.contact-column p {
	width: 100% !important;
}

.contact-column span {
	margin-left: 0 !important;
}

.notes-for-inquery input[type='submit'] {
	font-size: 12px !important;
	padding: 1em 0 !important;
	border: none;
	transition: all 0.5s;
}

@media screen and (min-width: 768px) {
	.notes-for-inquery input[type='submit'] {
		font-size: 14px !important;
		padding: 1em 0 !important;
	}
}

.contact-column p {
	line-height: 24px;
	margin-bottom: 10px;
}

/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
	margin-top: 5px;
	display: block;
}

.wpcf7-form {
	font-size: 15px;
}

.wpcf7-form input,
.wpcf7-form textarea {
	font-size: 16px;
}

.required-label {
	color: red;
	font-size: 0.9em;
}

.notes-for-inquery {
	font-size: 15px;
}

.notes-for-inquery h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.2em;
}

.notes-for-inquery input[type='submit'] {
	color: white;
	background: black;
	padding: 1em 3em;
	border-radius: 3em;
	cursor: pointer;
	font-size: 14px;
}

header.wp-block-template-part {
	width: 100%;
}

/* 各ページヘッダー---------------------------------------------------------------------------------------------------- */
.top-header-wrapper {
	width: 100%;
	height: 280px;
	position: absolute;
	top: 0;
	left: 0;
}

.top-header {
	width: 100%;
	margin: 0 !important;
	height: 280px;
	margin: 0 !important;
}

.top-header img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	z-index: 0;
	opacity: 0.5;
}

main h1 {
	text-align: left;
	max-width: 100% !important;
	margin-bottom: 1.5em !important;
	position: relative;
	z-index: 2;
	color: #000;
	font-size: 24px !important;
	padding: 0;
	line-height: 1.2;
}

@media screen and (min-width: 768px) {
	.page main h1 {
		max-width: 650px !important;
		font-size: 24px !important;
	}
}

h1.wp-block-post-title {
	padding-top: 100px !important;
}

@media screen and (min-width: 768px) {
	h1.wp-block-post-title:not(.single) {
		padding-bottom: 40px;
	}
}

.page h1.wp-block-post-title {
	height: 280px;
	padding: 150px 0 100px 20px !important;
}

@media screen and (min-width: 768px) {
	.page h1.wp-block-post-title {
		padding: 150px 0 100px 0 !important;
	}
}

.page-id-2179 h1.wp-block-post-title {
	padding: 150px 0 100px 0 !important;
}

main {
	margin-top: 0 !important;
}

.breadcrumbs {
	position: relative;
	top: -50px;
	z-index: 2;
	color: #555;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	max-width: 650px !important;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

.breadcrumbs a {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	margin: 0 6px;
}

.breadcrumbs a:first-child {
	margin-left: 0;
}

.breadcrumbs a.current {
	color: #777 !important;
}

.entry-content {
	display: block;
	/*    margin: 0 !important; */
	padding: 0;
	/* 	padding: 0 20px; */
}

.page-id-2179 .entry-content {
	/* 	padding: 0; */
	padding: 0 20px;
}

.page-container {
	width: 100%;
	/*    max-width: 650px; */
	max-width: 1024px;
	padding: 30px 20px !important;
	/* 	padding: 30px 0 !important; */
	margin: auto;
}

/* コラムヘッダー---------------------------------------------------------------------------------------------------- */
.column-header {
	margin: 0 auto !important;
}

.column-header header .header {
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #dddddd;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.column-header header .header {
		height: 150px;
		padding: 55px 0 0 0;
	}
}

.column-header .header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.column-header .header_inner {
		max-width: 1060px;
	}
}

.column-header .logo img {
	max-width: 100px;
	height: auto;
	vertical-align: top;
}

@media screen and (min-width: 768px) {
	.column-header .logo img {
		max-width: 100%;
		height: auto;
		vertical-align: top;
	}
}

/* コラム記事---------------------------------------------------------------------------------------------------- */

.page-id-173 section,
.page-id-173 footer {
	margin-block-start: 0 !important;
}

.page-id-173 .blog-index ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.blog-page {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.blog-wrapper {
	position: relative;
	left: 0;
	padding: 30px 0 0 0;
	margin: 0 !important;
	width: 100% !important;
	background-color: #f6f6f6;
}

@media screen and (min-width: 768px) {
	.blog-wrapper {
		width: 100%;
	}
}

.article_index {
	gap: 20px;
	justify-content: center;
}

.article_index .column-container {
	max-width: 100%;
	margin: 0 !important;
}

.jcc {
	justify-content: center;
}

.article_list_ttl h2 {
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0 !important;
	padding: 0 15px;
	border-left: 2px solid #004666 !important;
}

.article_index .article_list_ttl h2 a {
	color: #004666 !important;
	font-weight: bold;
}

.article_index .article_detail {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.article_index .article_detail {
		width: 65%;
	}
}

.article_index .article_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.article_index .article_wrapper {
		flex-direction: row;
	}
}

.blog-index {
	max-width: 730px;
	background-color: #fff;
	padding: 10px !important;
}

.blog-index-flex {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.blog-index-flex {
		flex-direction: row;
	}
}

.blog-index div {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.article_index .article_img {
	width: 30%;
	padding: 0;
}

.article_index .article_img figure {
	margin: 0 !important;
	width: 100% !important;
	object-fit: cover;
}

.article_index .article_img img {
	height: auto;
	width: 100% !important;
	height: 62.5% !important;
	object-fit: cover;
}

.article_index .date {
	margin: 0 !important;
	line-height: 16px;
}

.article_index time a {
	color: #004666 !important;
	font-size: 16px;
	font-weight: bold;
}

.article_index .txt {
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	color: #444444 !important;
	padding-top: 10px;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.article_index .txt {
		font-size: 14px;
		line-height: 1.4;
		padding-top: 20px;
	}
}

.article_index .article_img {
	width: 100%;
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.article_index .article_img {
		width: 30%;
	}
}

.article_index .column_sidebar_item {
	background-color: #ffffff;
	padding: 0 20px 20px 20px;
}

.article_index .column_sidebar_item ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.article_index .column_sidebar_item form {
	padding: 20px 0 0 0;
}

.article_index .column_sidebar_item form label {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.article_index .blog-side-title {
	background-color: #000;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff !important;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.1em;
	padding: 10px;
	margin-left: -20px !important;
	margin-right: -20px !important;
	margin-bottom: 20px;
	margin-block-start: 0 !important;
}

.article_index ul {
	list-style-position: inside;
}

.article_index li::marker {
	color: #000 !important;
}

.article_list_body a {
	width: 135px;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}

.blog-page .wp-block-post-excerpt__more-text {
	text-align: right;
	font-size: 12px;
	margin: 20px 0;
	padding: 0;
}

.blog-page .wp-block-post-excerpt__more-text a {
	padding: 10px 20px;
	background-color: #004666;
	color: #fff;
	text-decoration: none;
}

.blog-page .pagination {
	margin-top: 50px;
}

.page-numbers.current {
	background-color: #007bff;
	color: #fff;
	font-weight: bold;
}

/* コラムサイドバー---------------------------------------------------------------------------------------------------- */
.blog-side {
	display: flex;
	flex-direction: column !important;
	gap: 20px;
	width: 100%;
}

.column_sidebar_item {
	margin-block-start: 0 !important;
}

.blog-side button {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-side .wp-block-search__input {
	padding: 8px 0 8px 8px;
}

/* 会社概要---------------------------------------------------------------------------------------------------- */
.company-table table {
	width: 100% !important;
	padding: 0;
	margin: 0;
}

.content-title {
	color: #000;
}

.page-container h4 {
	color: #333 !important;
}

.page-container ol,
.page-container p {
	color: #000 !important;
}

table tr td {
	border: 1px solid #ccc !important;
	border-color: #ccc !important;
}

table tr td:nth-child(odd) {
	background-color: #f7f7f7;
	width: 60px;
	padding: 20px;
	color: #000;
}

@media screen and (min-width: 768px) {
	table tr td:nth-child(odd) {
		width: 100px;
		padding: 20px;
	}
}

table tr td:nth-child(even) {
	background-color: #fff;
	padding: 20px;
	color: #000;
}

/* サービス一覧---------------------------------------------------------------------------------------------------- */
.page-id-134 h1.wp-block-post-title {
	padding: 150px 0 100px 0 !important;
}

.page-id-134 .header-img img {
	opacity: 1;
}

.page-id-134 main h1 {
	max-width: 1000px !important;
	text-align: center;
	font-size: 28px !important;
	font-family: 'Noto Sans JP';
	font-weight: 700 !important;
	color: #fff;
	text-shadow:
		-5px -5px 10px rgba(22, 27, 29, 0.15),
		5px 5px 10px rgba(22, 27, 29, 0.15);
}

@media screen and (min-width: 768px) {
	.page-id-134 main h1 {
		font-size: 35px !important;
	}
}

.page-id-134 .service-list-header-subtitle {
	position: relative;
	top: -80px;
	max-width: 1000px !important;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.page-id-134 .service-list-header-subtitle {
		font-size: 16px !important;
	}
}

.page-id-134 .service-item h2,
.page-id-134 .service-item .service-item-subtitle,
.page-id-134 .service-item p,
.page-id-134 .service-item a {
	font-size: 16px !important;
}

@media screen and (min-width: 768px) {
	.page-id-134 .service-item h2,
	.page-id-134 .service-item .service-item-subtitle,
	.page-id-134 .service-item p,
	.page-id-134 .service-item a {
		font-size: 18px !important;
	}
}

.page-id-134 .header-img img {
	width: 100% !important;
	margin: 0 !important;
}

.service-linkbox-container {
	width: 100%;
	padding: 0 20px !important;
}

@media screen and (min-width: 768px) {
	.service-linkbox-container {
		padding: 0 100px !important;
	}
}

.service-linkbox {
	width: 100%;
	transition: all ease 0.5s;
	border-width: 1px;
}

.service-linkbox:nth-child(3),
.service-linkbox:nth-child(4) {
	border-top: 0;
}

@media screen and (min-width: 768px) {
	.service-linkbox:nth-child(3),
	.service-linkbox:nth-child(4) {
		border-top: 1px solid #abb8c3 !important;
		border-left: 0;
	}
}

.service-linkbox:hover {
	background-color: #eee !important;
}

.service-linkbox .wp-block-button__link {
	min-height: 90px !important;
	padding: 10px !important;
	display: flex;
	align-items: center;
}

.service-linkbox a {
	font-size: 16px !important;
	color: #000;
	transition: all ease 0.5s;
	padding: 0 !important;
	background-color: transparent;
}

@media screen and (min-width: 768px) {
	.service-linkbox a {
		font-size: 18px !important;
	}
}

.service-linkbox:hover a {
	color: #666 !important;
	background-color: transparent;
}

.service-linkbox:visited {
	background-color: transparent;
}

.service-linkbox:first-child {
	border-bottom: none;
}

@media screen and (min-width: 768px) {
	.service-linkbox:first-child {
		border-right: none;
		border-bottom: 1px solid #eee;
	}
}

.service-container:last-child {
	margin-bottom: 50px;
}

.service-container figure {
	/*     min-width: 230px; */
	/*     width: 230px; */
	/*     height: 230px; */
	object-fit: cover;
	object-position: 0 100%;
	overflow: hidden;
}

.margin-auto {
	margin: 0 auto !important;
}

.service-container figure img {
	/*     min-width: 230px; */
	height: 100%;
	transition: all ease 0.5s;
	opacity: 1;
}

.service-subtitle {
	font-size: 20px !important;
	font-weight: 400;
	line-height: 30px;
	border-left: 3px solid #000;
	padding-left: 10px;
	margin: 50px 0 !important;
}

.service-flex {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	transition: all ease 0.5s;
}

@media screen and (min-width: 768px) {
	.service-flex {
		flex-direction: row;
		justify-content: start !important;
		align-items: start !important;
	}
}

.service-box {
	padding: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 50px !important;
}

@media screen and (min-width: 1000px) {
	.service-box {
		padding: 0;
		margin: 0 auto 50px auto;
	}
}

.service-item-title {
	font-size: 22px !important;
}

.service-item-subtitle {
	font-size: 18px !important;
}

.service-item {
	box-shadow:
		-5px -5px 10px #fafbff,
		5px 5px 10px rgba(22, 27, 29, 0.1);
	padding: 20px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.service-item {
		padding: 20px 60px;
	}
}

/* ボタン挙動 */
.service-item .btn {
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/
	transition: ease 0.2s;
	z-index: 2;
	background-color: #3362a8;
	border-radius: 100px;
}

.service-item .btn a {
	position: relative;
	z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color: #fff !important;
}

.service-item .btn:hover a {
	color: #fff !important;
}

/*== 背景が流れる（中央から縦全体） */
.bgcentery:before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/*色や形状*/
	background-color: #e85148;
	width: 100%;
	height: 100%;
	/*アニメーション*/
	transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(1, 0);
	transform-origin: center;
}

/*hoverした際の形状*/
.bgcentery:hover:before {
	transform: scale(1, 1);
}

/* アクセス---------------------------------------------------------------------------------------------------- */
.content-title {
	font-size: 20px !important;
	font-weight: 400;
	line-height: 20px;
	border-left: 3px solid #000;
	padding-left: 10px;
	margin-bottom: 40px !important;
}

.access-container {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.access-container {
		max-width: 480px;
	}
}

.iframe-wrap {
	max-width: 100%;
	position: relative;
	padding-bottom: 100%;
	height: 0;
}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.telework a {
	color: #000;
	transition: all 0.5s;
}

.telework:hover a {
	color: #888;
}

/* 個人情報保護方針---------------------------------------------------------------------------------------------------- */

/* セミナー関連---------------------------------------------------------------------------------------------------- */
li.seminar-item {
	box-sizing: border-box;
	border: 5px #eee solid;
	padding: 18px;
	cursor: pointer;
	position: relative;
}

li.seminar-item:hover {
	border: 5px #049dea solid;
}

li.seminar-item .title {
	height: 90px;
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 0px 20px !important;
	border-bottom: 1px #ddd solid;
}

li.seminar-item .title a {
	color: #0087cc;
	text-decoration: none;
}

li.seminar-item .tag {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #049dea;
	padding: 5px;
	border-radius: 3px;
	margin-right: 10px;
}

li.seminar-item .date a,
li.seminar-item .place a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

li.seminar-item p {
	display: none;
}

.seminar-link-url {
	display: none;
}

.seminar-item-enabled {
	position: absolute;
	margin: 0px;
	padding: 2px 10px;
	background: #049dea;
	border-radius: 8px;
	color: white;
	border: 2px white solid;
	font-size: 14px;
	font-weight: bold;
	top: 0px;
	left: 0px;
	text-align: center;
}

.seminar-item-caption {
	font-size: 12px;
}

.seminar-item-disabled {
	position: absolute;
	/* margin:8px; */
	margin: 0px;
	padding: 2px 10px;
	/* background:white; */
	background: gray;
	border-radius: 8px;
	/* color:gray; */
	color: white;
	/* border:2px gray solid; */
	border: 2px white solid;
	/* font-size:10px; */
	font-size: 12px;
	font-weight: bold;
	top: 0px;
	left: 0px;
}

/* コラム---------------------------------------------------------------------------------------------------- */
.blog-index .taxonomy-category a {
	background-color: #ffe4b7;
	font-size: 12px;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	color: #341910;
	padding: 2px 8px;
	text-decoration: none;
}

/* 求人情報のページ---------------------------------------------------------------------------------------------------- */
.recruit-page-article .wp-block-group {
	margin-bottom: 50px;
}

.recruit-page-article h2 {
	color: #000;
	font-size: 7vw !important;
	font-weight: 400;
	line-height: 37px;
	margin-top: 0;
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.recruit-page-article h2 {
		font-size: 28px !important;
	}
}

.recruit-page-article hr {
	height: 4px;
	width: 40px;
	background: #333;
	border-top: none;
	margin: 20px 0;
	text-align: left;
}

.recruit-page-article .keyline {
	color: #000;
	font-size: 1.5em;
	font-weight: bold;
}

.recruit-page-article .headline {
	border-bottom: 1px rgba(55, 53, 47, 0.16) solid;
	font-size: 1.875em;
}

.recruit-page-article .keyword {
	color: #000;
	font-weight: bold;
}

.recruit-page-article p {
	color: #000;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 10px;
}

/* 求人情報の個別のページ---------------------------------------------------------------------------------------------------- */
.recruit-sub-page-article {
	font-size: 14px;
}

p.recruit-sub-page-title {
	color: #000 !important;
}

.recruit-sub-page-article h2 {
	color: #000 !important;
	font-weight: bold;
	border-left: 3px black solid;
	padding-left: 16px;
	margin-bottom: 10px;
}

.recruit-sub-page-article li,
.recruit-sub-page-article p {
	color: #000 !important;
	line-height: 20px;
	padding-bottom: 10px;
}

.recruit-sub-page-article table th {
	background: #f7f7f7;
	border: 1px solid #eee;
	color: #333 !important;
	padding: 7px 20px;
	line-height: 14px;
}

@media screen and (min-width: 768px) {
	.recruit-sub-page-article table th {
		width: 160px !important;
	}
}

.recruit-sub-page-article table td {
	background: white;
	border: 1px solid #eee !important;
	color: #000 !important;
	line-height: 21px;
}

@media screen and (max-width: 768px) {
	.recruit-sub-page-article table,
	.recruit-sub-page-article table thead,
	.recruit-sub-page-article table tbody,
	.recruit-sub-page-article table tr,
	.recruit-sub-page-article table th,
	.recruit-sub-page-article table td {
		display: block;
		border: none;
		text-align: left;
	}
}

.recruit-sub-page-article table {
	margin-bottom: 10px;
}

/* ＩＴ導入士初級講座ＬＰ---------------------------------------------------------------------------------------------------- */
.it-introductor {
	padding: 0 !important;
	margin: 0 !important;
}

.it-introductor .btn {
	width: 280px;
	padding: 15px 30px;
	background-color: #1a214b;
	border-radius: 30px;
	transition: all 0.5s;
}

.it-introductor .btn p,
.it-introductor .btn a {
	margin: 0 !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: bold;
	letter-spacing: 2px;
}

.it-introductor .btn:hover {
	background-color: #fb6618;
}

/* IT導入士資格取得講座LPヘッダー要素隠す */
/* .page-id-947 #logo-line,
.page-id-947 .header-btn-area,
.page-id-947 .toggle-btn {
        display: none;
} */

.it-introductor .title-bg {
	background: #eee;
	background-size: cover;
	margin: 0 !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	padding-left: 10px;
	padding-right: 10px;
}

.it-introductor .title-area {
	display: block;
	background-color: transparent !important;
}

.it-introductor .title-area h2 {
	color: #000 !important;
	font-size: 45px !important;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 20px;
}

.it-introductor p {
	margin-bottom: 20px !important;
	color: #000;
}

.it-introductor .title-area p {
	margin-bottom: 0 !important;
}

.it-introductor .title-area .btn {
	margin-top: 20px !important;
}

.it-introductor .first {
	margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
	.it-introductor .first {
		margin-top: 40px !important;
	}
}

.it-introductor .sub-title {
	color: #fff;
	font-size: 30px;
	background-color: #1a214b !important;
	padding: 15px 10px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0;
	margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
	.it-introductor .sub-title {
		margin-top: 50px;
	}
}

.it-introductor .sub-title p {
	margin-bottom: 0 !important;
	color: #fff;
	font-weight: 700;
}

.it-introductor .worries-box {
	width: 90% !important;
	max-width: 300px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 30px 20px !important;
	background-color: #fff;
	border: 2px solid #80bce7;
}

@media screen and (min-width: 768px) {
	.it-introductor .worries-box {
		width: 100% !important;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
}

.it-introductor .worries-item {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (min-width: 768px) {
	.it-introductor .worries-item {
		padding: 0 !important;
	}
}

.it-introductor .wp-block-columns {
	gap: 20px;
}

@media screen and (min-width: 768px) {
	.it-introductor .wp-block-columns {
		gap: 30px;
	}
}

.it-introductor .worries-box p {
	margin-bottom: 0 !important;
}

.steps .is-layout-flex {
	width: 100%;
	justify-content: start;
}

.steps-item {
	padding: 40px;
	border-bottom: 1px dashed #ccc;
}

.steps-item:nth-child(5) {
	border-bottom: none !important;
}

.center-box {
	width: 100% !important;
	padding-top: 20px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	color: #000;
}

@media screen and (min-width: 768px) {
	.center-box {
		padding-top: 30px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.it-introductor .steps-number {
	color: #fb6618 !important;
	font-size: 25px !important;
	line-height: 25px !important;
}

.it-introductor .center-box.is-layout-flex {
	flex-direction: column;
	gap: 20px;
}

@media screen and (min-width: 768px) {
	.it-introductor .center-box.is-layout-flex {
		flex-direction: row;
		gap: 30px;
	}
}

.it-introductor .gray-box {
	background-color: #eee;
	padding-bottom: 20px !important;
	margin-top: 20px !important;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.it-introductor .gray-box {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}
}

.it-introductor .customers-title {
	color: #000 !important;
	font-size: 25px !important;
	font-weight: 700;
	padding: 20px 0;
}

.it-introductor .customers-title.has-text-align-center {
	margin: 0 !important;
}

.it-introductor .steps-sub-title {
	font-size: 24px !important;
	margin-bottom: 16px !important;
	color: #000;
}

.it-introductor .wp-block-button {
	width: 280px;
	background-color: #1a214b;
	border-radius: 50px;
	margin-top: 20px !important;
}

.it-introductor .wp-block-button p,
.it-introductor .wp-block-button a {
	margin: 0 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: bold;
	letter-spacing: 2px;
	transition: all 0.5s;
}

.it-introductor .wp-block-button a:hover {
	background-color: #fb6618 !important;
}

.header-point {
	background: #1a214b;
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
}

.header-point-txt {
	color: #000;
	font-weight: 700;
}

/* カリキュラムのリスト */
.curriculum {
	counter-reset: my-counter;
}
.curriculum ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
	color: #000;
}

.curriculum li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}

.curriculum li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #80bce7;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
}

.curriculum .center-box.is-layout-flex {
	gap: 0;
}

/* クッキーポリシー */
.cookie-item-title {
	background: rgb(238, 238, 238);
	margin: 15px 0px;
}

.cookie-item-title p {
	font-size: 20px !important;
	font-weight: 400;
	line-height: 30px;
}

.cookie-item {
	margin-bottom: 10px;
}

.cookie-item p {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.cookie-item-subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 6px 0px;
}

.cookie-item ul {
	padding-left: 0;
}

.cookie-item ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin-left: 1em;
	padding: 4px 0px;
	text-decoration: underline;
}

.cookie-item-browser-name {
	margin: 20px 0px !important;
}

.cookie-item-browser-name a {
	font-size: 20px !important;
	font-weight: 400;
	line-height: 20px;
	padding-left: 10px !important;
	border-left: 4px solid #000 !important;
}

.cookie-item a {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	padding: 8px 0px;
	transition: 0.5s ease;
}

.cookie-item a:hover {
	color: #999;
	border-color: #999 !important;
}

/* コラム 記事部分*/
.top-header-wrapper {
	padding: 0 !important;
}

.blog-page {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.column-page {
	margin-top: 200px;
}

.mwn {
	max-width: none;
}

.t280 {
	margin-top: 280px !important;
}

.colum_list_container h1 {
	padding: 20px 0 !important;
}

.pb20 {
	padding-bottom: 20px;
}

.search-flex {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.search-flex {
		flex-direction: column;
	}
}

section.wp-block-template-part .wp-block-group {
	padding: 0 !important;
}

section.wp-block-template-part {
	margin: 0 !important;
}

/* news-category */
.tax-news-category .column_container {
	width: 650px;
}

.tax-news-category h1 {
	background: #3bbac4;
	border-radius: 0.25em;
	/*     min-width: 80px !important; */
	min-height: 26px !important;
	display: inline-block;
	padding: 0 10px !important;
	/*     width: 100%; */
	height: 26px;
	line-height: 26px;
	text-align: center;
	transition-duration: 0.5s;
	font-size: 11px !important;
	color: white !important;
	font-weight: bold;
	white-space: nowrap !important;
	margin-bottom: 20px !important;
}

.tax-news-category .column_container {
	flex-direction: column !important;
}

.tax-news-category .column_container .is-layout-flex {
	flex-direction: column;
	gap: 0 !important;
	justify-content: start !important;
	align-items: start !important;
}

/* .tax-news-category img {
    object-fit: contain !important;
} */

.tax-news-category .wp-block-post-date {
	margin-left: auto;
	margin-right: 0;
}

.a2a_button_twitter span svg {
	display: none;
}

.a2a_button_twitter span {
	background-color: transparent !important;
}

.a2a_button_twitter span {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2023/11/logo-x-36x36-1.gif);
}

/* EPARK LP---------------------------------------------------------------------------------------------------- */
.epark-section,
.main-content {
	max-width: 100%;
}

.epark-item {
	max-width: 1280px !important;
	margin: 0 auto !important;
	z-index: 2;
}

.page-id-1346 h1.wp-block-post-title,
.page-id-1346 #logo-line,
.page-id-1346 .header-btn-area,
.page-id-1346 .main-menu {
	display: none !important;
}

/* 背景画像レスポンシブ */
.epark-lp .section-01 .bg-img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	overflow: hidden;
	z-index: 0;
}

@media screen and (min-width: 768px) {
	.epark-lp .section-01 .bg-img {
		width: 100% !important;
	}
}

.epark-lp .section-01 .bg-img img {
	height: 100vh;
	object-fit: cover;
	z-index: 0;
}

body.epark-lp {
	margin: 0;
}

.epark-lp .sticky-item {
	position: sticky;
	top: 85vh;
	height: 0;
	z-index: 10;
	margin-top: -15vh !important;
	margin-bottom: 15vh;
}

.epark-lp .epark-section {
	height: 100vh;
}

/* section-01 */
.epark-lp .section-01 {
	position: relative;
	width: 100%;
	height: 100vh !important;
}

.section-01 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fefefe;
	width: 100% !important;
	height: 100vh;
	padding: 5% 0 15%;
	display: flex;
	flex-direction: column;
	gap: 13%;
}

@media screen and (min-width: 768px) {
	.section-01 .epark-item {
		padding: 0 4% 4%;
		gap: 10%;
	}
}

/* 左上ロゴ */
.epark-lp .section-01 .lp-maremi-logo {
	width: 50%;
}

@media screen and (min-width: 768px) {
	.epark-lp .section-01 .lp-maremi-logo {
		width: 25%;
	}
}

/*
@media screen and (min-width: 768px) {
    .epark-lp .section-01 .epark-item figure {
        margin: 0 auto 0 0 !important;
    }
}
*/

.section-01 .epark-item .p-1 {
	color: #fefefe;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-01 .epark-item .p-1 {
		color: #fefefe;
		font-size: 37px;
	}
}

.section-01 .epark-item .p-1 span {
	color: #f7db5a !important;
	-webkit-text-emphasis: filled;
	text-emphasis: filled;
}

.section-01 .epark-item .p-2 {
	color: #fefefe;
	font-size: 36px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-01 .epark-item .p-2 {
		font-size: 54px;
	}
}

.section-01 .epark-item .p-3 {
	color: #fefefe;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.section-01 .epark-item .p-3 {
		font-size: 32px;
	}
}

.section-01 .epark-item .commission-box {
	height: auto !important;
	padding-top: 60%;
	padding: 2% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fefefe50 !important;
}

@media screen and (min-width: 768px) {
	.section-01 .epark-item .commission-box {
		width: 35% !important;
	}
}

.section-01 .epark-item .p-4 {
	font-weight: bold;
	font-size: 50px !important;
	line-height: 1.1;
}

@media screen and (min-width: 768px) {
	.section-01 .epark-item .p-4 {
		font-size: 60px !important;
	}
}

.section-01 .epark-item .p-4 span {
	font-weight: normal;
	font-size: 30px !important;
	padding-left: 5px;
}

.section-01 .epark-item .p-5 {
	color: #fefefe;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.section-01 .epark-item .p-5 {
		font-size: 32px;
		flex-direction: row;
	}
}

.section-01 .epark-item .p-5 p {
	margin: 0 !important;
}

.section-01 .p-flex {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.section-01 .has-global-padding .alignfull {
	margin: 0 !important;
}

.epark-contact-btn a,
.epark-follow-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.epark-contact-btn .wp-block-button__link {
	width: 240px;
	height: 60px !important;
}

@media screen and (min-width: 768px) {
	.epark-contact-btn .wp-block-button__link {
		width: 240px;
		height: 60px !important;
		border-radius: 50px !important;
	}
}

/* section-02 */
.epark-lp .section-02 {
	background-color: #005dbf !important;
	width: 100% !important;
	height: 100vh;
}

.section-02 .epark-item {
	color: #fefefe;
	width: 100% !important;
	height: 100vh !important;
	padding: 20% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

@media screen and (min-width: 768px) {
	.section-02 .epark-item {
		padding: 5% 0;
	}
}

.section-02 .epark-img-01 {
	width: 65% !important;
	margin: 0 auto !important;
}

@media screen and (min-width: 768px) {
	.section-02 .epark-img-01 {
		width: 25% !important;
	}
}

.section-02 .epark-item .p-1 {
	color: #fefefe;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-02 .epark-item .p-1 {
		font-size: 40px;
	}
}

.section-02 .epark-item .p-1 span {
	color: #fefefe;
	font-size: 18px !important;
	font-weight: normal !important;
	padding-left: 5px;
}

@media screen and (min-width: 768px) {
	.section-02 .epark-item .p-1 span {
		font-size: 30px !important;
	}
}

.section-02 .epark-item .p-2 {
	color: #fefefe;
	font-size: 26px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-02 .epark-item .p-2 {
		font-size: 40px;
	}
}

.section-02 .epark-item .p-flex {
	display: flex;
	flex-direction: column;
	line-height: 70px !important;
	margin-top: 10% !important;
}

@media screen and (min-width: 768px) {
	.section-02 .epark-item .p-flex {
		flex-direction: row;
		line-height: 120px;
		align-items: center;
		margin-top: 0 !important;
	}
}

.section-02 .epark-item .p-3 {
	line-height: 1.2;
}

.section-02 .epark-item .p-3,
.section-02 .epark-item .p-4 {
	color: #fefefe;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-02 .epark-item .p-3,
	.section-02 .epark-item .p-4 {
		font-size: 40px;
	}
}

.section-02 .epark-item .p-4 {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.section-02 .epark-item .p-4 span {
	color: #fefefe;
	font-size: 70px !important;
	font-weight: bold;
	color: #ffde59;
	text-shadow: 5px 5px #669ed9;
	padding: 0 20px;
}

@media screen and (min-width: 768px) {
	.section-02 .epark-item .p-4 span {
		font-size: 120px !important;
	}
}

/* section-03 */
.epark-lp .section-03 {
	position: relative;
	background-color: #005dbf !important;
	width: 100% !important;
	height: 100vh;
}

.section-03 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fefefe;
	width: 100% !important;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
}

@media screen and (min-width: 768px) {
	.section-03 .epark-item {
		flex-direction: row;
		gap: 40px;
	}
}

.section-03 .epark-item .p-1,
.section-03 .epark-item .p-2,
.section-03 .epark-item .p-3 {
	color: #000;
	background-color: #fefefe;
	width: 150px;
	height: 65px;
	padding: 0 10px;
	border-radius: 50px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.section-03 .epark-item .p-1,
	.section-03 .epark-item .p-2,
	.section-03 .epark-item .p-3 {
		height: 50px;
	}
}

.section-03 .epark-item .item-left {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.section-03 .epark-item .item-left {
		flex-direction: column;
		justify-content: center;
		gap: 30px;
	}
}

.section-03 .epark-item .item-left-p-flex {
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.section-03 .epark-item .item-left-p-flex {
		flex-direction: column;
		justify-content: center;
		gap: 30px;
	}
}

.section-03 .epark-item .item-right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
}

@media screen and (min-width: 768px) {
	.section-03 .epark-item .item-right {
		justify-content: center;
		gap: 50px;
	}
}

.section-03 .epark-item .p-4 {
	color: #fefefe;
	font-size: 50px !important;
	line-height: 50px;
	font-weight: normal;
	margin-top: 30px !important;
}

@media screen and (min-width: 768px) {
	.section-03 .epark-item .p-4 {
		font-size: 80px !important;
		margin-top: 0 !important;
	}
}

.section-03 .epark-item .p-4 span {
	color: #fefefe;
	font-size: 220px;
	line-height: 220px;
	font-weight: bold;
	text-shadow: 10px 10px #669ed9;
}

@media screen and (min-width: 768px) {
	.section-03 .epark-item .p-4 span {
		font-size: 280px !important;
		line-height: 280px;
		text-shadow: 10px 10px #669ed9;
	}
}

/* 湾曲文字 */
.section-03 .arch_txt {
	position: relative;
}

.section-03 .arch_txt span {
	color: #fefefe;
	font-size: 20px !important;
	font-weight: bold;
	width: 20px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	transform-origin: bottom center;
}

@media screen and (min-width: 768px) {
	.section-03 .arch_txt span {
		top: 10px !important;
	}
}

.section-03 .arch_txt .char1 {
	transform: rotate(-32deg);
}

.section-03 .arch_txt .char2 {
	transform: rotate(-24deg);
}

.section-03 .arch_txt .char3 {
	transform: rotate(-16deg);
}

.section-03 .arch_txt .char4 {
	transform: rotate(-8deg);
}

.section-03 .arch_txt .char5 {
	transform: rotate(0deg);
}

.section-03 .arch_txt .char6 {
	transform: rotate(8deg);
}

.section-03 .arch_txt .char7 {
	transform: rotate(16deg);
}

.section-03 .arch_txt .char8 {
	transform: rotate(24deg);
}

.section-03 .arch_txt .char9 {
	transform: rotate(32deg);
}

/* section-04 */
.epark-lp .section-04 {
	position: relative;
	background-color: #004a98 !important;
	width: 100% !important;
	height: 100vh;
}

.section-04 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fefefe;
	width: 100% !important;
	height: 100vh;
	padding: 10% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.section-04 .epark-item {
		width: 100% !important;
		padding: 5% 0 !important;
		margin: 0 auto !important;
		gap: 0;
	}
}

.section-04-flex {
	position: relative !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 5vh;
}

@media screen and (min-width: 768px) {
	.section-04-flex {
		width: 100% !important;
		flex-direction: row !important;
		justify-content: center;
		align-items: center;
		gap: 0 !important;
		max-width: 1280px !important;
		margin: 0 auto !important;
	}
}

.section-04 .epark-item .p-1 {
	color: #fefefe;
	font-size: 22px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-04 .epark-item .p-1 {
		font-size: 40px;
	}
}

.section-04 .white-box {
	background-color: #fefefe;
	padding: 4px 20px;
	border-radius: 50px;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.section-04 .white-box {
		width: 90% !important;
		min-width: 335px;
		max-width: 400px;
		padding: 10px 20px;
		border-radius: 20px;
		margin: 0 auto !important;
	}
}

.section-04 .epark-item .p-2 {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.section-04 .epark-item .p-2 {
		font-size: 16px;
	}
}

.section-04 .epark-item .item-left .p-2 span,
.section-04 .epark-item .item-right .p-2 span {
	background-color: #fff67f !important;
	padding: 0 4px;
}

.section-04 .epark-item .p-3 {
	color: #ff5757;
	font-size: 15px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-04 .epark-item .p-3 {
		font-size: 24px;
	}
}

.section-04 .epark-item .item-left,
.section-04 .epark-item .item-right {
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 10px;
	margin: 0 !important;
	width: 100% !important;
}

@media screen and (min-width: 768px) {
	.section-04 .epark-item .item-left,
	.section-04 .epark-item .item-right {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
		width: 50% !important;
		margin: 0 !important;
	}
}

.p-4 figure,
.section-04-img-light {
	width: 24px !important;
	margin: 0 !important;
}

.section-04 .epark-item .item-left .p-4-box span {
	display: inline-block;
	width: 11px !important;
	height: 11px !important;
	border-radius: 50px;
	margin-right: 10px !important;
}

@media screen and (min-width: 768px) {
	.section-04 .epark-item .item-left .p-4-box span {
		width: 16px !important;
		height: 16px !important;
	}
}

.section-04 .epark-item .item-left .p-4-box p:nth-child(1) span {
	background-color: #6ce5e8 !important;
}

.section-04 .epark-item .item-left .p-4-box p:nth-child(2) span {
	background-color: #0097b2 !important;
}

.section-04 .epark-item .item-left .p-4-box p {
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.p-4 figure,
	.section-04-img-light {
		width: 30px !important;
		margin: 0 !important;
	}
}

.section-04 .epark-item .p-4 {
	color: #fefefe;
	font-size: 12px !important;
	font-weight: normal;
	background-color: #fefefe50;
	padding: 10px 20px;
	margin: 0 auto !important;
	width: 94% !important;
	/* flex */
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
}

@media screen and (min-width: 768px) {
	.section-04 .epark-item .p-4 {
		width: 100% !important;
		font-size: 16px !important;
		padding: 10px 0 !important;
		max-width: 100%;
		margin: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.section-04 .epark-item .p-4 .p-4-box p {
		text-align: left !important;
	}
}

/* グラフ左 */
.circle-left {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 130px;
	height: 130px;
	background-image: conic-gradient(#6ce5e8 0% 91%, #0097b2 91% 100%);
	border-radius: 50%;
}

@media screen and (min-width: 768px) {
	.circle-left {
		width: 260px;
		height: 260px;
	}
}

.circle-left span:nth-child(1) {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ff5757;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.circle-left span:nth-child(1) {
		font-size: 30px;
	}
}

.circle-left span:nth-child(2) {
	position: absolute;
	top: 15%;
	left: 40%;
	transform: translate(-50%, -50%);
	color: #6ce5e8;
	font-size: 12px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.circle-left span:nth-child(2) {
		font-size: 18px;
	}
}

/* グラフ右 */
.circle-right {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 130px;
	height: 130px;
	background-image: conic-gradient(#6ce5e8 0% 65%, #0097b2 65% 100%);
	border-radius: 50%;
}

@media screen and (min-width: 768px) {
	.circle-right {
		width: 260px;
		height: 260px;
	}
}

.circle-right span:nth-child(1) {
	position: absolute;
	top: 70%;
	left: 60%;
	transform: translate(-50%, -50%);
	color: #ff5757;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.circle-right span:nth-child(1) {
		font-size: 30px;
	}
}

.circle-right span:nth-child(2) {
	position: absolute;
	top: 35%;
	left: 30%;
	transform: translate(-50%, -50%);
	color: #6ce5e8;
	font-size: 12px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.circle-right span:nth-child(2) {
		font-size: 18px;
	}
}

.circle-right span:nth-child(3) {
	position: absolute;
	top: 40%;
	left: 75%;
	transform: translate(-50%, -50%);
	color: #0097b2;
	font-size: 12px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.circle-right span:nth-child(3) {
		font-size: 18px;
	}
}

/* section-05 */
.epark-lp .section-05 {
	position: relative;
	width: 100% !important;
	height: 100vh;
}

/* 背景画像section-05 */
.epark-lp .section-05 .bg-img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	overflow: hidden;
}

.epark-lp .section-05 .bg-img img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.epark-lp .section-05 .bg-img img {
		min-width: 100vw;
	}
}

.section-05 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	width: 95%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

@media screen and (min-width: 768px) {
	.section-05 .epark-item {
		gap: 0;
	}
}

.section-05 .epark-item .p-1 {
	font-size: 22px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-05 .epark-item .p-1 {
		font-size: 50px;
	}
}

.section-05 .epark-item .p-2 {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.section-05 .epark-item .p-2 {
		font-size: 24px;
	}
}

.epark-img-05-sp {
	display: block !important;
}

@media screen and (min-width: 768px) {
	.epark-img-05-sp {
		display: none !important;
	}
}

.epark-img-05-pc {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.epark-img-05-pc {
		display: block !important;
		max-width: 1024px !important;
		margin: 0 auto !important;
	}
}

/* section-06 */
.epark-section.section-06 {
	position: relative;
	background-color: #004a98 !important;
	width: 100% !important;
	height: 100vh;
}

.section-06 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fefefe;
	width: 100% !important;
	height: 100vh;
	padding: 7% 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.section-06 .epark-item {
		width: 90% !important;
		padding: 5% 0;
	}
}

.section-06 .section-06-flex {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.section-06 .section-06-flex {
		flex-direction: row !important;
		justify-content: center;
		margin: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.section-06 .section-06-flex p {
		margin: 0 !important;
	}
}

.section-06 .epark-item .p-1 {
	color: #fefefe;
	font-size: 24px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-06 .epark-item .p-1 {
		font-size: 38px;
	}
}

.section-06 .epark-item .p-2 {
	color: #ffde59;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-06 .epark-item .p-2 {
		font-size: 42px;
	}
}

/* section-07 */
.epark-section.section-07 {
	position: relative;
	background-color: #fefefe !important;
	width: 100% !important;
	height: 100vh;
}

.section-07 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	height: 100vh;
	padding: 7% 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.section-07 .epark-item {
		gap: 30px;
		padding: 4% 0;
	}
}

.section-07 .epark-item .p-1 {
	color: #000;
	font-size: 26px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-07 .epark-item .p-1 {
		font-size: 38px;
	}
}

.section-07 .epark-item .p-2-sp {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.section-07 .epark-item .p-2-sp {
		display: none;
	}
}

.section-07 .epark-item .p-2-pc {
	display: none;
}

@media screen and (min-width: 768px) {
	.section-07 .epark-item .p-2-pc {
		display: block;
		font-size: 18px;
		line-height: 20px;
		font-weight: normal;
	}
}

.section-07 .epark-item .p-2-pc span,
.section-07 .epark-item .p-2-sp span {
	background-color: #fff67f !important;
	padding: 0 5px;
}

.section-07 .section-07-flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 20px 0 0 0 !important;
	gap: 20px;
}

@media screen and (min-width: 768px) {
	.section-07 .section-07-flex {
		flex-direction: row;
		justify-content: center;
		gap: 10px;
		margin: 0 5% !important;
	}
}

.section-07 .wp-block-table thead {
	border-bottom: 1px;
}

.section-07 table {
	font-size: 15px;
	border-color: #000 !important;
}

@media screen and (min-width: 768px) {
	.section-07 table {
		font-size: 18px;
	}
}

.section-07 .table-left {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section-07 .table-left {
		width: 75%;
		margin: 0 0 0 auto !important;
	}
}

.section-07 .table-right {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section-07 .table-right {
		width: 25%;
		margin: 0 auto 0 0 !important;
	}
}

.section-07 .table-right table {
	width: 70%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.section-07 .table-right table {
		width: 100%;
	}
}

.section-07 .table-right th p:nth-child(1) {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.section-07 .table-right th p:nth-child(1) {
		font-size: 20px !important;
	}
}

.section-07 .table-right th p:nth-child(2) {
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.section-07 .table-right th p:nth-child(2) {
		font-size: 10px !important;
	}
}

.section-07 .table-left table tr td {
	color: #000 !important;
	border-color: #000 !important;
	background-color: #fefefe !important;
	width: 80px;
	height: 40px;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.section-07 .table-left table tr td {
		width: 100px;
		height: 50px;
	}
}

.section-07 table tr th {
	background-color: #cfcfcf;
}

.section-07 .table-right table tr th {
	background-color: #f9df0a;
}

@media screen and (min-width: 768px) {
	.section-07 .table-right table tr th {
		background-color: #cfcfcf !important;
	}
}

.section-07 .table-right tr td {
	font-size: 15px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-07 .table-right tr td {
		font-size: 22px;
		height: 50px;
		padding: 0 !important;
	}
}

.section-07 .table-right tr td span {
	color: #ff6b6b;
	font-size: 24px;
}

.section-07 .table-right tr td:nth-child(2) {
	font-size: 20px;
	width: 120px;
}

.section-07 .table-right table tr td {
	background-color: #fefefe !important;
}

.section-07 .table-right table tr th,
.section-07 .table-right table tr td {
	color: #000 !important;
	border-color: #000 !important;
	height: 50px;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.section-07 .table-right table tr th,
	.section-07 .table-right table tr td {
		width: 100px;
		height: 50px;
	}
}

.section-07 .table-right table tr th:nth-child(1),
.section-07 .table-right table tr td:nth-child(1) {
	width: 100px;
}

@media screen and (min-width: 768px) {
	.section-07 .table-right table tr th:nth-child(1),
	.section-07 .table-right table tr td:nth-child(1) {
		display: none;
	}
}

/* section-08 */
.epark-section.section-08 {
	position: relative;
	background-color: #004a98 !important;
	width: 100% !important;
	height: 100vh;
}

.section-08 figure {
	width: 90%;
}

.section-08 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fefefe;
	width: 100% !important;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

@media screen and (min-width: 768px) {
	.section-08 .epark-item {
		padding: 5% 0;
		gap: 20px;
	}
}

.section-08 .epark-item .p-1 {
	color: #fefefe;
	font-size: 24px;
}

@media screen and (min-width: 768px) {
	.section-08 .epark-item .p-1 {
		font-size: 38px;
	}
}

.section-08 .epark-item .p-1 span {
	color: #fefefe;
	font-size: 32px;
	font-weight: bold;
	margin-right: 10px;
}

@media screen and (min-width: 768px) {
	.section-08 .epark-item .p-1 span {
		font-size: 45px;
	}
}

.section-08 .epark-item .p-2 {
	color: #fefefe;
	font-size: 13px;
}

@media screen and (min-width: 768px) {
	.section-08 .epark-item .p-2 {
		font-size: 20px;
	}
}

/* section-09 */
.epark-section.section-09 {
	position: relative;
	width: 100% !important;
	height: 100vh;
}

/* 背景画像section-09 */
.epark-lp .section-09 .bg-img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100% !important;
	height: 100vh;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.epark-lp .section-09 .bg-img {
		width: 100% !important;
		object-fit: cover;
	}
}

.epark-lp .section-09 .bg-img img {
	height: 100vh;
	object-fit: cover;
}

.section-09 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	width: 90% !important;
	height: 100vh;
	padding: 7% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

@media screen and (min-width: 768px) {
	.section-09 .epark-item {
		padding: 5% 0;
		gap: 20px;
	}
}

.section-09 .epark-item .p-1 {
	color: #000;
	font-size: 24px;
}

@media screen and (min-width: 768px) {
	.section-09 .epark-item .p-1 {
		font-size: 38px;
	}
}

.section-09 figure {
	width: 100%;
}

.section-09 .epark-item .p-2 {
	color: #000;
	background-color: #fefefe;
	width: 100%;
	font-size: 14px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 10px 0 !important;
}

@media screen and (min-width: 768px) {
	.section-09 .epark-item .p-2 {
		width: 60%;
		font-size: 20px;
		padding: 30px 0px;
		margin: 10px auto !important;
	}
}

/* 上下のみドロップシャドウ */
.drop-shadow-y {
	position: relative;
	box-shadow:
		0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 -20px rgba(0, 0, 0, 0) inset;
}

.drop-shadow-y:before,
.drop-shadow-y:after {
	content: '';
	position: absolute;
	z-index: -1;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
	top: 0;
	bottom: 0;
	left: 50px;
	right: 50px;
	border-radius: 100px / 50%;
}

@media screen and (min-width: 768px) {
	.drop-shadow-y:before,
	.drop-shadow-y:after {
		box-shadow: 0 0 24px rgba(0, 0, 0, 0.6);
		left: 50px;
		right: 50px;
		border-radius: 200px / 50%;
	}
}

.drop-shadow-y:after {
	right: 10px;
	left: auto;
	transform: skew(8deg) rotate(3deg);
}

/* section-10 */
.epark-section.section-10 {
	position: relative;
	background-color: #004a98 !important;
	width: 100% !important;
	height: 100vh;
}

.section-10 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fefefe;
	width: 100% !important;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
}

@media screen and (min-width: 768px) {
	.section-10 .epark-item {
		width: 100% !important;
		padding: 5% 0;
		gap: 30px;
	}
}

.section-10 .epark-item .p-1 {
	color: #fefefe;
	font-size: 20px;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.section-10 .epark-item .p-1 {
		font-size: 30px;
	}
}

.section-10 .epark-item .p-1 span {
	color: #fefefe;
	font-size: 34px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.section-10 .epark-item .p-1 span {
		font-size: 50px;
	}
}

.section-10 .section-10-flex {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.section-10 .section-10-flex {
		flex-direction: row !important;
		justify-content: center;
		align-items: end;
		margin: 0 !important;
	}
}

.section-10 .epark-item .p-2 {
	color: #fefefe;
	font-size: 12px;
	font-weight: normal;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.section-10 .epark-item .p-2 {
		font-size: 20px;
		line-height: 30px;
	}
}

.section-10 .epark-item .p-2 span {
	color: #ff9163;
	font-size: 18px;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.section-10 .epark-item .p-2 span {
		font-size: 30px;
		line-height: 30px;
	}
}

.section-10 .section-10-img-pc {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.section-10 .section-10-img-pc {
		display: block !important;
		width: 95%;
		padding-right: 40px !important;
	}
}

.section-10 .section-10-img-sp {
	display: block !important;
	width: 90%;
}

@media screen and (min-width: 768px) {
	.section-10 .section-10-img-sp {
		display: none !important;
	}
}

/* section-12 */
.epark-section.section-12 {
	position: relative;
	width: 100%;
	height: 100vh;
}

/* 背景画像レスポンシブ */
.epark-lp .section-12 .bg-img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	height: 100vh !important;
	/* max-width: auto; */
	object-fit: cover !important;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.epark-lp .section-12 .bg-img {
		width: 100% !important;
		object-fit: cover;
	}
}

.epark-lp .section-12 .bg-img img {
	width: auto;
	height: 100vh;
	object-fit: cover;
}

.section-12 .epark-item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fefefe;
	width: 100% !important;
	height: 100vh;
	padding: 10% 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
}

@media screen and (min-width: 768px) {
	.section-12 .epark-item {
		padding: 7% 0 5% 0 !important;
		gap: 10px;
	}
}

.section-12 .epark-item .p-1 {
	width: 100% !important;
	height: auto !important;
	padding-top: 60%;
	padding: 5% 0 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fefefe50 !important;
	font-size: 15px !important;
}

@media screen and (min-width: 768px) {
	.section-12 .epark-item .p-1 {
		width: 100% !important;
		font-size: 19px !important;
		font-weight: bold;
		padding: 3% 0 !important;
	}
}

.section-12-maremi-logo {
	width: 120px;
}

@media screen and (min-width: 768px) {
	.section-12-maremi-logo {
		width: 230px;
	}
}

.section-12 .epark-item .p-2 {
	color: #fefefe;
	font-size: 12px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media screen and (min-width: 768px) {
	.section-12 .epark-item .p-2 {
		font-size: 20px;
		margin-bottom: 20px !important;
	}
}

.section-12-p2-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

@media screen and (min-width: 768px) {
	.section-12-p2-flex {
		flex-direction: row;
		gap: 30px;
	}
}

@media screen and (min-width: 768px) {
	.section-12 .p-2 .section-12-p2-flex p:nth-child(1) {
		margin: 0 0 0 auto !important;
	}
}

@media screen and (min-width: 768px) {
	.section-12 .p-2 .section-12-p2-flex p:nth-child(2) {
		margin: 0 auto 0 0 !important;
	}
}

.section-12 .epark-item .p-3 {
	color: #fefefe;
	font-size: 32px;
	font-weight: normal;
	padding-top: 10px;
}

.section-12 .phone {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.section-12 .phone .has-text-align-center {
	margin: 0 !important;
}

.section-12 .phone figure {
	width: 20px !important;
}

@media screen and (min-width: 768px) {
	.section-12 .phone figure {
		width: 30px !important;
	}
}

.section-12-p2-flex,
.section-12-p2-flex p {
	line-height: 1 !important;
}

/* section-13 */
.epark-section.section-13 {
	position: relative;
	background-color: #005dbf !important;
	width: 100% !important;
	height: 230vh;
}

.section-13 .epark-item {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fefefe;
	width: 90% !important;
	height: 230vh;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item {
		width: 70% !important;
		height: 230vh;
		padding: 5% 0;
	}
}

.section-13 .epark-item .p-1 {
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 15px 0 !important;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item .p-1 {
		font-size: 24px;
	}
}

.section-13 .epark-item .p-2 {
	color: #fefefe;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item .p-2 {
		font-size: 20px;
	}
}

.section-13 .epark-item .p-flex {
	display: flex;
	flex-direction: row;
	gap: 5px;
	margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item .p-flex {
		gap: 10px;
		margin-bottom: 6px;
	}
}

.section-13 .epark-item .p-3 {
	color: #fefefe;
	font-size: 12px;
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item .p-3 {
		font-size: 16px;
	}
}

.section-13 .epark-item .p-4 {
	color: #fefefe;
	font-size: 10px;
	background-color: #ff3131;
	border-radius: 4px;
	padding: 2px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item .p-4 {
		font-size: 14px;
	}
}

.section-13 .epark-item .form-area {
	width: 100%;
}

.section-13 .epark-item .input-area,
.section-13 .epark-item .input-txt-area {
	background-color: #fefefe;
	color: #ccc;
	width: 100%;
	font-size: 10px !important;
	padding: 4px 0;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item .input-area,
	.section-13 .epark-item .input-txt-area {
		font-size: 14px !important;
		padding: 10px 0;
		margin-bottom: 30px;
	}
}

.section-13 .epark-item .input-txt-area {
	height: 40px;
}

.section-13 .epark-item select {
	border: 0;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item .input-txt-area {
		height: 150px;
	}
}

.section-13 .epark-item .input-txt-area {
	margin-left: 10px;
}

.section-13 .epark-item .p-5 {
	color: #fefefe;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-item .p-5 {
		font-size: 16px;
	}
}

.section-13 .epark-item .p-5 p {
	margin-left: 0 !important;
}

.section-13 .m-y {
	margin: 30px 0 20px 0 !important;
}

@media screen and (min-width: 768px) {
	.section-13 .m-y {
		margin: 40px 0 !important;
	}
}

.section-13 .m-t {
	margin: 30px 0 0 0 !important;
}

@media screen and (min-width: 768px) {
	.section-13 .m-t {
		margin: 40px 0 0 0 !important;
	}
}

.section-13 .m-t-large {
	margin: 100px 0 0 0 !important;
}

@media screen and (min-width: 768px) {
	.section-13 .m-t-large {
		margin: 50px 0 0 0 !important;
	}
}

.section-13 .epark-confirm-btn {
	width: 170px;
	font-size: 16px;
	margin-top: 50px !important;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-confirm-btn {
		width: 200px;
		font-size: 20px;
	}
}

.section-13 .epark-confirm-btn a {
	border-radius: 15px !important;
	padding: 18px !important;
}

@media screen and (min-width: 768px) {
	.section-13 .epark-confirm-btn a {
		border-radius: 50px !important;
	}
}

/* 支援事例・導入実績 */
.page-id-2179 main h1 {
	color: #fff !important;
	font-size: 30px !important;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-id-2179 main h1 {
		font-size: 40px !important;
	}
}

.page-id-2179 .breadcrumbs {
	display: flex;
	justify-content: center;
	transform: translateY(-15px);
}

.page-id-2179 .breadcrumbs,
.page-id-2179 .breadcrumbs a {
	color: #fff !important;
}

.installed-inventory-query-loop {
	margin-top: 150px;
	margin-bottom: 100px;
}
li.installed-inventory {
	cursor: pointer;
}
.installed-inventory-wrap {
	/* 絞り込みを表示しないようにする */
	display: none;
}

.installed-inventory-wrap {
	background: #f5f5f5;
	padding: 2em;
	margin: 0px 0px 20px 0px !important;
	width: 100% !important;
}

.installed-inventory-selector {
	width: 1024px;
	margin: auto;
}

.installed-inventory-selector-header {
	font-weight: bold;
	padding: 1em;
	border-radius: 5px;
	cursor: pointer;
	background: #008caa;
	color: white;
}

.installed-inventory-selector-header.active {
	background: white;
	color: #008caa;
	border-bottom: 1px solid #eeeeee;
}

.installed-inventory-selector-body {
	background: white;
	padding: 1em;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 5%);
}

.installed-inventory-selector-remarks {
	text-align: center;
	font-size: 14px;
	margin-bottom: 1em;
}

.installed-inventory-selector-caption {
	font-size: 14px;
	font-weight: bold;
}

.installed-inventory-selector-category,
.installed-inventory-selector-keywords .installed-inventory-selector-caption {
	background: #eeeeee;
	padding: 0.5em;
	margin-bottom: 1em;
}

.installed-inventory-selector-buttons {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 10px;
}

.business-category {
	box-sizing: border-box;
	font-weight: bold;
	color: white;
	background: #008caa;
	padding: 0.8em;
	border: 1px solid #008caa;
	cursor: pointer;
	width: calc(100% / 2 - 10px);
	border-radius: 5px;
}

.business-category:hover {
	background: white;
	color: #008caa;
}

.business-category.selected {
	background: #aa0000;
	border: 1px solid #aa0000;
}

.business-category.selected:hover {
	background: white;
	color: #aa0000;
}

.installed-inventory-keyword {
	box-sizing: border-box;
	color: #008caa;
	border: 1px solid #008caa;
	background: white;
	cursor: pointer;
	border-radius: 5px;
	padding: 0.5em;
}

.installed-inventory-keyword:hover {
	color: white;
	background: #008caa;
}

.installed-inventory-keyword.selected {
	color: #aa0000;
	border: 1px solid #aa0000;
}

.installed-inventory-keyword.selected:hover {
	color: white;
	background: #aa0000;
}

.installed-inventory-list-header {
	display: flex;
	justify-content: space-between;
}

.installed-inventory-list-header {
	/* 絞り込みを表示しないようにする */
	display: none;
}

.installed-inventory-list-show-all-button {
	background: #008caa;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 12px;
	line-height: 32px;
	padding: 0 1em;
	cursor: pointer;
}

.installed-inventory-list-show-all-button:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.business-category {
		width: calc(100% / 5 - 10px);
	}
}

.installed-inventory-box {
	border: 1px solid #c9caca;
	padding: 0;
	background: rgba(255, 255, 255, 0.933333);
	box-shadow: 3px 3px 10.9px rgba(34, 34, 34, 0.25);
	border-radius: 10px;
	transition: all 0.5s;
}

.installed-inventory-box:hover {
	background: #f0f5fa;
}

.installed-inventory-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin: 20px !important;
}

@media screen and (min-width: 1024px) {
	.installed-inventory-item {
		display: flex;
		flex-direction: row;
	}
}

figure.installed-inventory-item-image {
	border: 1px solid #c9caca;
	width: 100%;
	margin: 0;
	display: inline-block;
}

@media screen and (min-width: 768px) {
	figure.installed-inventory-item-image {
		min-width: 279px;
	}
}

/* .installed-inventory-item-image {
    border: 1px solid #c9caca;
} */

/*
.installed-inventory-item-image img {
    max-width: 279px;
}
*/

.installed-inventory-item-image img {
	width: 279px;
	height: 202px;
	object-position: right;
}

/* .installed-inventory-item-row {
    align-items: start !important;
    margin-bottom: 1em;
	flex-direction: column;
}

@media screen and (min-width: 1000px) {
    .installed-inventory-item-row {
        flex-direction: row;
    }
} */

.installed-inventory-item-title {
	padding: 1em 0.8em 0.9em 1em;
	/* background: #A1C3E7; */
	background-color: rgb(100, 155, 200);
	font-size: 18px;
	width: 100%;
	cursor: pointer;
	color: black;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 0;
	height: 4em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 8px 8px 0 0;
}

.installed-inventory-item-title a {
	font-size: 18px;
	color: #fff;
}

.installed-inventory-item-title a:active {
	color: #fff;
}

.installed-inventory-item-caption {
	font-size: 11px;
	font-weight: bold;
	margin-block: 1em 0.2em !important;
}

.installed-inventory-item-category {
	border: 1px solid #3362a8;
	/* width: 100%; */
	text-align: center;
	font-size: 11px;
	border-radius: 3px;
	padding: 5px 8px;
	color: #3362a8;
	margin: 4px !important;
	/* width: max-content; */
	display: inline-block;
	/* display: inline; */
}

.installed-inventory-item-category a {
	color: rgba(0, 166, 203, 0.7);
}

.installed-inventory-item-keyword {
	border: 1px solid #eb6137;
	/* margin-right: 2px; */
	/* margin-bottom: 5px; */
	font-size: 11px;
	border-radius: 3px;
	padding: 5px 8px;
	display: inline-block;
	color: #eb6137;
	margin: 4px !important;
}

.installed-inventory-item-keyword a {
	color: #8d99b9;
}

.installed-inventory-item-excerpt {
	font-size: 14px;
}

.installed-inventory-content h2 {
	font-size: 24px;
	font-weight: bold;
	background: #e4eaee;
	padding: 12px;
	border-left: 11px solid #1f227b;
}

.installed-inventory-template-default .box-header {
	background: #e4eaee;
	border-left: 11px solid #eb6137;
}

/* さぴちゃんLP */
body {
	--wp--style--root--padding-right: 0 !important;
	--wp--style--root--padding-left: 0 !important;
	box-sizing: border-box !important;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

.vh-100 {
	height: 100vh;
}

.jcsb {
	justify-content: space-between;
}

.spcn {
	position: relative;
}

.spcn section {
	position: relative;
	top: 0;
}

.page-id-3459 h1,
.page-id-3459 #logo-line,
.page-id-3459 .header-btn-area,
.page-id-3459 .main-menu,
.page-id-3459 footer {
	display: none;
}

/* 表示非表示 */
.spcn .sp {
	display: block;
}

.spcn .pc {
	display: none;
}

@media screen and (min-width: 768px) {
	.spcn .sp {
		display: none;
	}

	.spcn .pc {
		display: block !important;
	}
}

/* section-01 */
.spcn .section-01 {
	position: relative;
	height: 100vh !important;
	min-height: 667px;
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/02/section-01_bg-img-small.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
	.spcn .section-01 {
		min-height: 700px;
		background-image: url(https://maremi.co.jp/wp-content/uploads/2024/02/section-01_bg-img-pc-1536x998.png);
		background-position: top;
		background-size: cover;
	}
}

.spcn .section-01 .item {
	width: 100%;
	height: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
	min-height: 667px;
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .item {
		height: 100vh;
		min-height: 700px;
	}
}

.spcn .section-01 .sapichan_logo {
	width: 60% !important;
	min-width: 230px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	padding-top: 50px !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .sapichan_logo {
		width: 450px !important;
		left: 180px;
		transform: translate(0, 0);
	}
}

.spcn .section-01 .txt-container {
	padding-top: 40%;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .txt-container {
		top: 0;
		height: 100%;
		gap: 5px;
		justify-content: space-between;
	}
}

.spcn .section-01 .p-t {
	/*     padding-top: 50%; */
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .p-t {
		padding-top: 303.95px !important;
	}
}

.spcn .section-01 .p-1 {
	width: 100%;
	color: #fefefe;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .p-1 {
		width: 70%;
		font-size: 20px;
	}
}

.spcn .section-01 .p-1 span {
	font-size: 24px;
	font-weight: 700;
	margin: 0 5px;
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .p-1 span {
		font-size: 30px;
	}
}

.spcn .section-01 .box-area {
	align-items: stretch !important;
	position: relative;
	margin-bottom: 20px;
	gap: 10px !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .box-1 {
		margin-left: -300px !important;
	}

	.spcn .section-01 .box-2 {
		margin-left: -200px !important;
	}

	.spcn .section-01 .box-3 {
		margin-left: -100px !important;
	}
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .box-area div:first-child {
		flex-direction: column;
		gap: 10px !important;
	}
}

.spcn .section-01 .box {
	background: #fefefe;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px 0px;
	color: #222222;
	font-size: 15px !important;
	font-weight: 400;
	padding: 10px 15px;
	position: relative;
	display: flex;
	gap: 8px;
}

@media screen and (min-width: 768px) {
	.spcn .section-01 .box {
		width: 300px;
		text-align: left;
	}
}

/* 丸チェック */
.spcn .section-01 .check-circle {
	position: relative;
	padding-left: 24px;
}

.spcn .section-01 .check-circle:before {
	display: block;
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: linear-gradient(135deg, #fe7c48 0%, #f64c86 100%);
}

.spcn .section-01 .check-circle:after {
	display: block;
	position: absolute;
	content: '';
	width: 12px;
	height: 5px;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color: #fefefe !important;
	top: 50%;
	left: 50%;
	margin-top: -2px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* section-02 */
.spcn .section-02 {
	position: relative;
}

.spcn .section-02 .item {
	width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	padding: 5% 5% !important;
	min-height: 650px;
}

.spcn .section-02 .line {
	width: 100%;
}

.spcn .section-02 .line figure {
	width: 25%;
}

@media screen and (min-width: 768px) {
	.spcn .section-02 .line figure {
		width: 30%;
	}
}

.spcn .section-02 .line p {
	white-space: nowrap;
	margin: 0 50px;
}

@media screen and (min-width: 768px) {
	.spcn .section-02 .line p {
		margin: 0 15px;
	}
}

.spcn .section-02 .p-1 p {
	color: #222222 !important;
	font-size: 15px;
	font-weight: 400;
}

.spcn .section-02 .p-2 p {
	color: #222222 !important;
	font-size: 14px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.spcn .section-02 .p-1 p {
		font-size: 34px;
	}

	.spcn .section-02 .p-2 p {
		font-size: 18px;
	}
}

.spcn .section-02 .pc-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px !important;
	padding: 0;
	width: 100% !important;
}

@media screen and (min-width: 1000px) {
	.spcn .section-02 .pc-flex {
		flex-direction: row;
		gap: 20px !important;
	}
}

.spcn .section-02 .section-02-img {
	width: 50%;
	max-width: 250px;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-02 .section-02-img {
		display: flex;
		justify-content: center;
	}
}

.spcn .section-02 .p-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px !important;
}

.spcn .section-02 .box div {
	margin: 5px !important;
}

.spcn .section-02 .pink_circle {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #f9b4bc;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-02 .pink_circle {
		width: 20px;
		height: 20px;
	}
}

.spcn .section-02 .box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	background: #ffffff;
	border: 3px solid #f9b4bc;
	border-radius: 20px 20px 20px 0;
	/*     padding: 5px 20px 5px 5px; */
	padding: 5px;
}

@media screen and (min-width: 768px) {
	.spcn .section-02 .box {
		width: 574px;
		height: 68px;
		border: 6px solid #f9b4bc;
		padding-left: 10px;
		white-space: nowrap;
	}
}

/* section-03 */
.spcn .section-03 {
	position: relative;
	height: 100%;
}

.spcn .section-03 .bg-img {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/02/section4-img.png);
	background-size: cover;
	background-position: center center;
}

.spcn .section-03 .item {
	background: linear-gradient(180deg, rgba(244, 105, 138, 0.9) 0%, rgba(244, 105, 122, 0.65) 53%, rgba(244, 105, 105, 0.9) 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10% !important;
	height: 100%;
	padding: 50px 0;
}

.spcn .section-03 .item p {
	color: #fefefe;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	display: flex;
	align-items: center;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.spcn .section-03 .item p {
		font-size: 40px;
		line-height: 93px;
	}
}

.spcn .section-03 .spcn-white {
	/*     padding: 0 5px 10px 0; */
	width: 140px;
}

@media screen and (min-width: 768px) {
	.spcn .section-03 .spcn-white {
		width: 300px;
	}
}

/* section-04 */
.spcn .section-04 {
	position: relative;
	height: 100%;
}

.spcn .section-04 .item {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	padding: 35px 0;
	gap: 20px;
}

@media screen and (min-width: 768px) {
	.spcn .section-04 .item {
		padding: 50px 0;
	}
}

.spcn .section-04 .p-1 {
	gap: 15px !important;
}

.spcn .section-04 .p-1 p {
	color: #222222;
	font-size: 15px;
	font-weight: 400;
}

.spcn .section-04 .p-1 p span {
	font-size: 18px;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.spcn .section-04 .p-1 p {
		font-size: 24px;
	}

	.spcn .section-04 .p-1 p span {
		font-size: 34px;
	}
}

.mbs0 {
	margin-block-start: 0 !important;
}

.spcn .section-04 .p-1-flex {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media screen and (min-width: 768px) {
	.spcn .section-04 .p-1-flex {
		flex-direction: row;
		align-items: center;
		gap: 0;
	}
}

.spcn .section-04 .spcn-red {
	position: relative;
	z-index: 1;
	width: 160px;
	margin-bottom: 4px !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-04 .spcn-red {
		width: 200px;
		margin-bottom: 0 !important;
		margin-right: 10px;
		margin-left: 10px;
	}
}

.spcn .section-04 .sp-img-01 {
	width: 80%;
}

.spcn .section-04 .sp-img-02 {
	width: 30%;
}

.spcn .section-04 .pc-img {
	width: 80%;
}

.spcn .section-04 .pc-img-02 {
	width: 20%;
	height: 100%;
}

.spcn .section-04 .bg-img {
	width: 100%;
	height: 100%;
}

.spcn .section-04 .bg-img img {
	position: absolute;
	bottom: 0;
	padding-bottom: 0 !important;
	width: 100%;
	z-index: 0;
}

/* section-05 */
.spcn .section-05 {
	position: relative;
	height: 100%;
}

.spcn .section-05 .item {
	height: 100%;
	padding: 35px 0;
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .item {
		padding: 50px 0;
	}
}

.spcn .section-05 .p-1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #ff5757;
	padding-bottom: 60px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .p-1 {
		font-size: 24px;
		padding-bottom: 100px;
		color: #222;
	}
}

.spcn .section-05 .box-column {
	gap: 30px !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .box-column {
		gap: 100px !important;
	}
}

.spcn .section-05 .box-row {
	gap: 30px !important;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .box-row {
		gap: 30px !important;
		width: 700px;
		flex-direction: row;
	}
}

.spcn .section-05 .item .box {
	box-sizing: border-box;
	width: 326px;
	height: 80px;
	background: #ffffff;
	border: 1px solid #222222;
	box-shadow: 5px 5px 0px rgba(244, 105, 122, 0.8);
	border-radius: 20px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .item .box {
		position: relative;
		width: 155px;
		height: 160px;
		background: #fcd2d7;
		width: 220px;
		height: 160px;
		border: 0 none;
		box-shadow: none;
		border-radius: 0;
	}
}

.spcn .section-05 .p-2-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	/* 	white-space: nowrap; */
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .p-2-flex {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.spcn .section-05 .item .box .box-icon {
		display: none;
	}
}

.spcn .section-05 .item .box .box-icon {
	position: absolute;
	width: 30px;
	top: 0;
	z-index: 1;
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .item .box .box-icon {
		width: 80px;
		height: 100%;
		top: -60px;
		left: 50%;
		transform: translate(-50%, 0);
		background-color: transparent;
	}
}

@media screen and (max-width: 768px) {
	.spcn .section-05 .item .box .box-icon.right {
		right: 0;
	}

	.spcn .section-05 .item .box .box-icon.left {
		left: -20px;
	}
}

.spcn .section-05 .p-2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #222222;
	background-color: #fff;
	/*     width: 80%; */
	padding: 0 10px;
	position: relative;
	top: -15px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 40%;
	/* 	display:inline-block !important; */
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .p-2 {
		background-color: transparent;
		padding-top: 30px;
		flex-direction: column;
		width: 100%;
		height: 50%;
		top: -10px;
	}
}

.spcn .section-05 .p-2 p {
	margin: 0 !important;
}

@media screen and (max-width: 768px) {
	.spcn .section-05 .box-1 .p-2::after,
	.spcn .section-05 .box-3 .p-2::after,
	.spcn .section-05 .box-5 .p-2::after,
	.spcn .section-05 .box-2 .p-2::before,
	.spcn .section-05 .box-4 .p-2::before,
	.spcn .section-05 .box-6 .p-2::before {
		content: '';
		display: inline-block;
		width: 30px;
		height: 30px;
		background-size: contain;
		background-color: #fff;
		vertical-align: middle;
		position: relative;
		z-index: 2;
	}
}

.spcn .section-05 .box-1 .p-2::after {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/03/icon-chat.png);
	left: 10px;
}

.spcn .section-05 .box-2 .p-2::before {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/03/icon-camera.png);
	left: -5px;
}

.spcn .section-05 .box-3 .p-2::after {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/03/icon-search.png);
	left: 10px;
}

.spcn .section-05 .box-4 .p-2::before {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/03/icon-present.png);
	left: -5px;
}

.spcn .section-05 .box-5 .p-2::after {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/03/icon-mail.png);
	left: 10px;
}

.spcn .section-05 .box-6 .p-2::before {
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/03/icon-at.png);
	left: -5px;
}

.spcn .pc-flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.spcn .pc-flex {
		flex-direction: column;
	}
}

.spcn .section-05 .p-3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #222222;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

@media screen and (min-width: 768px) {
	.spcn .section-05 .p-3 {
		padding: 0 20px;
		top: 120px;
		height: 80px;
	}
}

.spcn .section-05 .bg-img {
	width: 100%;
	height: 100%;
}

.spcn .section-05 .bg-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* section-06 */
.spcn .section-06 {
	position: relative;
	height: 100%;
}

.spcn .section-06 .item .p-1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
}

.spcn .section-06 .item .p-1 span {
	background: #feea5b;
	font-weight: 700;
	font-size: 20px;
	margin: 0 4px;
}

@media screen and (min-width: 768px) {
	.spcn .section-06 .item .p-1 {
		font-size: 24px;
	}

	.spcn .section-06 .item .p-1 span {
		font-size: 30px;
	}
}

.spcn .section-06 .line {
	margin: 30px 20px 0 !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-06 .line {
		margin: 50px 20px 0 !important;
	}
}

.spcn .section-06 .line img {
	vertical-align: middle;
}

/* section-07 */
.spcn .section-07 {
	position: relative;
	height: 100%;
}

.spcn .section-07 .item {
	position: relative;
	z-index: 10;
	text-align: center;
	display: flex;
	flex-direction: column;
	/*     gap: 15px !important; */
	align-items: center;
	justify-content: center;
	padding: 35px 0 !important;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.spcn .section-07 .item {
		padding: 50px 0 !important;
	}
}

.dn {
	display: none !important;
}

.spcn .section-07 table {
	display: none !important;
}

.spcn .section-07 .p-1 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.spcn .section-07 .p-1 {
		font-size: 24px;
	}
}

.spcn .section-07 .p-2 {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #f4697a;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.spcn .section-07 .p-2 {
		font-size: 20px;
	}
}

.spcn .section-07 table {
	position: relative;
	box-sizing: border-box !important;
	white-space: nowrap;
	width: 330px !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-07 table {
		width: 700px !important;
	}
}

.spcn .section-07 figure.sp {
	margin: 0 !important;
	max-width: 330px;
}

.spcn .section-07 figure.pc {
	margin: 0 !important;
	max-width: 700px;
}

.spcn .section-07 table tr td {
	width: 70px;
	height: 40px;
	font-weight: 500;
	font-size: 11px;
	color: #222 !important;
	background-color: #fff !important;
	padding: 5px !important;
	border: 1px solid #222 !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-07 table tr td {
		width: 150px;
		font-size: 14px;
	}
}

.spcn .section-07 table tr td:nth-child(1) {
	font-weight: 700 !important;
}

.spcn .section-07 table tr td:nth-of-type(2) {
	width: 90px;
	color: #f4697a !important;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	position: relative;
}

@media screen and (min-width: 768px) {
	.spcn .section-07 table tr td:nth-of-type(2) {
		width: 170px;
		font-size: 18px;
	}
}

/* .spcn .section-07 .over-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-93%, -34.2%);
    width: 77px;
    height: 290px;
    border-radius: 10px;
    border: 3px solid #F4697A;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .spcn .section-07 .over-box {
        top: 50%;
        left: 50%;
        transform: translate(-97.8%, -40%);
        width: 162px;
        height: 470px;
    }
} */

.spcn .section-07 .bg-img {
	width: 100%;
	height: 100%;
}

.spcn .section-07 .bg-img img {
	position: absolute;
	bottom: 0;
	padding-bottom: 0 !important;
	width: 100%;
	z-index: 0;
}

/* section-08 */
.spcn .section-08 {
	position: relative;
}

@media screen and (min-width: 768px) {
	.spcn .section-08 {
		height: 100%;
	}
}

.spcn .section-08 .item {
	width: 100% !important;
	padding: 35px 0;
}

@media screen and (min-width: 768px) {
	.spcn .section-08 .item {
		padding: 50px 0;
	}
}

.spcn .section-08 .p-1 {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 29px;
	color: #222222;
	margin-bottom: 30px;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.spcn .section-08 .p-1 {
		font-size: 24px;
	}
}

.spcn .section-08 .p-2-flex {
	display: flex;
	flex-direction: column;
	width: 330px;
}

@media screen and (min-width: 768px) {
	.spcn .section-08 .p-2-flex {
		width: 700px;
	}
}

.spcn .section-08 .p-2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #222222;
	/* box */
	/*     width: 234px; */
	width: 100%;
	height: 60px;
	background: rgba(241, 105, 244, 0.2);
	border-radius: 10px;
	/* flex */
	justify-content: center;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.spcn .section-08 .p-2 {
		flex-direction: row;
		width: 100%;
		padding: 0 20px;
	}
}

.spcn .section-08 .polygon {
	border-style: solid;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 16px solid #d9d9d9;
	border-bottom: 0;
	margin-block-start: 0;
	margin: 10px 0;
}

@media screen and (min-width: 768px) {
	.spcn .section-08 .polygon {
		margin: 20px 0;
	}
}

.spcn .section-08 .p-3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #222222;
}

.spcn .section-08 .p-3-box {
	position: relative;
	display: inline-block;
	background-color: #fe909e;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.spcn .section-08 .p-3-box::before {
	content: '';
	position: absolute;
	border: solid 2px transparent;
	border-top: solid 6px #fe909e;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.spcn .section-08 .p-3-box p {
	margin: 0;
	padding: 0;
}

.spcn .section-08 .p-4 {
	color: #222222;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
}

.spcn .section-08 .p-5 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	color: #fefefe;
}

.spcn .section-08 .border-box {
	width: 155px;
	height: 160px;
	background: #ffffff;
	border: 3px solid #f4697a;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.spcn .section-08 .border-box-top {
	padding: 10px;
	position: relative;
	width: 100%;
	height: 120px;
	position: relative;
}

.spcn .section-08 .border-box-top figure {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 100%;
}

.spcn .section-08 .border-box-top figure img {
	width: 75%;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 0);
}

.spcn .section-08 .border-box-bottom {
	background: #f4697a;
	width: 101%;
	height: 40px;
	border-radius: 0 0 15px 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.spcn .section-08 .border-box-container {
	margin: 0 5%;
}

@media screen and (min-width: 768px) {
	.spcn .section-08 .border-box-container {
		flex-direction: row;
	}
}

.spcn .section-08 .gap-column,
.spcn .section-08 .gap-row {
	gap: 20px !important;
}

/* section-09 */
.spcn .section-09 {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.spcn .section-09 .item {
	width: 100% !important;
	height: 100%;
	padding: 35px 0;
	display: flex;
	flex-direction: column;
	gap: 10px !important;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .item {
		padding: 50px 0;
		gap: 20px !important;
	}
}

.spcn .section-09 .p-1 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #222222;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .p-1 {
		font-size: 24px;
	}
}

.spcn .section-09 .p-2-flex {
	display: flex;
	flex-direction: column;
	padding: 0 5%;
	width: 100%;
	gap: 30px;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .p-2-flex {
		gap: 50px;
	}
}

.spcn .section-09 .flex {
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .flex {
		flex-direction: row;
	}
}

.spcn .section-09 .box {
	/* box */
	width: 330px;
	background: #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 30px 20px 20px 20px;
	/* flex */
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .box {
		width: 700px;
		padding: 40px 30px 30px 30px;
	}
}

.spcn .section-09 .p-2,
.spcn .section-09 .p-3 {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #222222;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .p-2,
	.spcn .section-09 .p-3 {
		font-size: 18px;
	}
}

.spcn .section-09 .icon {
	position: absolute;
	top: 58%;
	left: 10%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 30px;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .icon {
		top: 0;
		left: 15%;
		transform: translate(-50%, -50%);
		width: 65px;
	}
}

.spcn .section-09 .p-3 .icon {
	top: -5%;
	width: 55px;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .p-3 .icon {
		top: -10%;
		width: 70px;
	}
}

.spcn .section-09 .step-header {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #f4697a;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .step-header {
		font-size: 30px;
	}
}

.spcn .section-09 .point {
	position: absolute;
	width: 90px;
	left: 50%;
	top: -60px;
	transform: translate(-50%, 0) rotate(11deg);
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .point {
		width: 110px;
		top: -70px;
	}
}

.spcn .section-09 .box.p-3 {
	margin-top: 70px;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .box.p-3 {
		margin-top: 90px;
	}
}

.spcn .section-09 .bg-img {
	width: 100%;
	height: 100%;
}

.spcn .section-09 .bg-img img {
	position: absolute;
	top: 0;
	padding-bottom: 0 !important;
	z-index: -1;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.spcn .section-09 .bg-img img {
		width: 100%;
	}
}

/* section-10 */
.spcn .section-10 {
	position: relative;
}

.spcn .section-10 .item {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	gap: 20px !important;
}

.spcn .section-10 .item .p-1 {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 20px;
	color: #222222;
}

@media screen and (min-width: 768px) {
	.spcn .section-10 .item .p-1 {
		font-size: 24px;
	}
}

.spcn .section-10 .item .circle-flex {
	position: relative;
	gap: 10px !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-10 .item .circle-flex {
		/*         width: 770px; */
		/*         padding: 0 5%; */
		/* 		gap: 30px !important; */
		width: 700px;
		justify-content: space-between;
	}
}

.spcn .section-10 .item .circle-flex .circle {
	border-radius: 50%;
	width: 111px;
	height: 111px;
	background: #ffb6b6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	white-space: nowrap;
	position: relative;
}

@media screen and (min-width: 768px) {
	.spcn .section-10 .item .circle-flex .circle {
		width: 200px;
		height: 200px;
	}
}

.spcn .section-10 .item .circle-flex .circle:nth-child(1)::after,
.spcn .section-10 .item .circle-flex .circle:nth-child(2)::after {
	content: '';
	position: absolute;
	background-image: url('https://maremi.co.jp/wp-content/uploads/2024/02/three-arrow-1.png');
	background-size: contain;
	width: 24px;
	height: 10px;
	right: -18px;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.spcn .section-10 .item .circle-flex .circle:nth-child(1)::after,
	.spcn .section-10 .item .circle-flex .circle:nth-child(2)::after {
		width: 48px;
		height: 20px;
		right: -49.5px;
	}
}

.spcn .section-10 .three-arrow-1 img {
	position: absolute;
	top: 50%;
	left: 33%;
	transform: translate(-50%, -50%);
	width: 8%;
	z-index: 2;
}

.spcn .section-10 .three-arrow-2 img {
	position: absolute;
	top: 50%;
	left: 67%;
	transform: translate(-50%, -50%);
	width: 8%;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.spcn .section-10 .three-arrow-1 img {
		width: 50px;
		left: 276px;
	}

	.spcn .section-10 .three-arrow-2 img {
		width: 50px;
		left: 497px;
	}
}

.spcn .section-10 .p-2 {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #222222;
}

.spcn .section-10 .p-3 {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
}

@media screen and (min-width: 768px) {
	.spcn .section-10 .p-3 {
		font-size: 20px;
	}
}

.spcn .section-10 .blue-box-flex {
	gap: 10px !important;
	width: 350px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.spcn .section-10 .blue-box-flex {
		width: 700px;
		justify-content: space-between;
		display: flex !important;
	}
}

.spcn .section-10 .opacity {
	opacity: 0;
}

.spcn .section-10 .blue-box {
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #037eff;
	border-radius: 10px;
	width: 33%;
	padding: 10px;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.spcn .section-10 .blue-box {
		width: 28.5%;
	}
}

.spcn .section-10 .blue-box p {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #222222;
}

/* section-11 */
.spcn .section-11 {
	position: relative;
	/*     height: 100vh; */
}

@media screen and (min-width: 768px) {
	.spcn .section-11 {
		min-height: 650px;
	}
}

.spcn .section-11 .item {
	height: 100%;
	position: relative;
	z-index: 1;
	padding: 5% 0;
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 20px !important;
	min-height: 600px;
}

@media screen and (min-width: 768px) {
	.spcn .section-11 .item {
		height: 100%;
		min-height: 900px;
	}
}

.spcn .section-11 .line-flex {
	gap: 3px !important;
}

.spcn .section-11 .line {
	padding: 20px 5% 40px 5%;
}

.spcn .section-11 .line img {
	vertical-align: middle;
}

.spcn .section-11 .m-logo {
	width: 25%;
	margin: 40px auto !important;
}

@media screen and (min-width: 768px) {
	.spcn .section-11 .m-logo {
		width: 30%;
	}
}

.spcn .section-11 .p-1 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #222222;
}

@media screen and (min-width: 768px) {
	.spcn .section-11 .p-1 {
		font-size: 28px;
	}
}

.spcn .contact-btn a {
	position: relative;
	z-index: 0;
	width: 200px;
	height: 62px;
	--wp--preset--color--primary: transparent;
	--wp--preset--color--contrast: transparent;
	--wp--preset--color--secondary: transparent;
	background-image: url(https://maremi.co.jp/wp-content/uploads/2024/02/contact-btn-img.png);
	background-size: 200px;
	object-fit: cover;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.spcn .contact-btn a {
		width: 300px;
		height: 93px;
		background-size: 300px;
	}
}

.spcn .contact-btn a {
	z-index: 1;
	font-size: 17px;
	font-weight: 700;
	color: #fefefe;
	white-space: nowrap;
}

.spcn .contact-btn p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 17px;
	font-weight: 700;
	color: #fefefe;
	white-space: nowrap;
}

.spcn .section-11 .p-2 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #222222;
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.spcn .section-11 .p-2 {
		font-size: 28px;
	}
}

.spcn .section-11 .p-3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #222222;
}

@media screen and (min-width: 768px) {
	.spcn .section-11 .p-3 {
		font-size: 24px;
	}
}

.spcn .section-11 .copyright {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #222222;
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.spcn .section-11 .copyright {
		font-size: 21px;
	}
}

.spcn .section-11 figure.clouds {
	position: absolute;
	width: 100%;
}

.spcn .section-11 .clouds img {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	bottom: 0;
	z-index: 0;
	padding-bottom: 0 !important;
	width: 100%;
	object-fit: cover;
}

/* section-13 */
.spcn .section-13 {
	position: relative;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.spcn .section-13 {
		height: 100%;
	}
}

.spcn .section-13 .item {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	gap: 30px !important;
}

.spcn .section-13 .item .p-1 {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 16px;
	color: #222222;
}

.spcn .section-13 .p-1 span {
	font-weight: 700;
	font-size: 20px;
	margin: 0 4px;
	background-image: linear-gradient(transparent 40%, #feea5b 60%);
}

@media screen and (min-width: 768px) {
	.spcn .section-13 .item .p-1 {
		font-size: 24px;
	}

	.spcn .section-13 .p-1 span {
		font-size: 30px;
	}
}

.spcn .section-13 .p-2 {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 20px;
	color: #f4697a;
}

@media screen and (min-width: 768px) {
	.spcn .section-13 .p-2 {
		font-size: 30px;
	}
}

@media screen and (min-width: 768px) {
	.spcn .section-13 .box-area.pc {
		display: flex !important;
		flex-direction: row;
		width: 700px;
		justify-content: space-between;
	}
}

.spcn .section-13 .box-area figure {
	width: 170px;
}

@media screen and (min-width: 768px) {
	.spcn .section-13 .box-area figure {
		width: 200px;
	}
}

.spcn .section-13 .box-area .wp-block-group {
	position: relative;
}

.spcn .section-13 .box-area p {
	font-size: 18px;
	color: #222;
	white-space: nowrap;
	position: absolute;
	z-index: 1;
	top: 48%;
	left: 50%;
	transform: translate(-70%, -50%);
}

@media screen and (min-width: 768px) {
	.spcn .section-13 .box-area p {
		font-size: 30px;
		line-height: 40px;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

.spcn .section-13 .p-3 {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 16px;
	color: #222;
}

.spcn .section-13 .p-3 span {
	font-weight: 400;
	font-size: 20px;
	margin: 0 4px;
	padding: 0 10px 6px;
	line-height: 2;
	background:
		radial-gradient(circle at calc(100% - 3px) calc(100% - 3px), #feea5b 3px, transparent 3px), radial-gradient(circle at 3px calc(100% - 3px), #feea5b 3px, transparent 3px),
		linear-gradient(to bottom, #fff calc(100% - 6px), transparent calc(100% - 6px)), linear-gradient(to right, transparent 3px, #feea5b 3px, #feea5b calc(100% - 3px), transparent calc(100% - 3px));
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

@media screen and (min-width: 768px) {
	.spcn .section-13 .p-3 {
		font-size: 28px;
		line-height: 32px;
	}

	.spcn .section-13 .p-3 span {
		font-size: 28px;
	}
}

.item-size {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.item-size {
		max-width: 1200px;
	}
}

.page-id-2247 .p-1-row {
	line-height: 36px !important;
}

.page-id-2247 h1 {
	display: none !important;
}

.page-id-2247 footer {
	display: none !important;
}

.page-id-2247 body,
.page-id-2247 figure,
.spcn .over-box,
.spcn .section-02 .box,
.spcn .section,
.page-id-2247 footer {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.page-id-2247 :where(body main .is-layout-flex) {
	gap: 0;
}

.page-id-2247 :where(body .is-layout-flow) > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

/* クラウドソリューション */
.page-id-2372 .entry-content {
	padding: 0 !important;
}

.page-id-2372 .cloud-container,
.page-id-2372 .page h1.wp-block-post-title {
	margin-block-start: 0 !important;
}

.page-id-2372 h1 {
	display: none;
}

.page-id-2372 .cloud-solution-header-title {
	font-size: 28px;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.page-id-2372 .cloud-solution-header-title {
		font-size: 50px;
		top: 100px;
	}
}

.page-id-2372 .cloud-solution-header-subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #3362a8;
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.page-id-2372 .cloud-solution-header-subtitle {
		font-size: 20px;
		top: 180px;
	}
}

.cloud-page {
	padding: 0 !important;
	margin: 0 !important;
}

.cloud-page .cloud-container {
	background-color: #fff;
	width: 100% !important;
}

.page-id-2372 .header-img img {
	opacity: 1;
}

.page-id-2372 .header-img figure {
	margin-block-start: 0 !important;
}

.cloud-page .sub-title p {
	font-size: 20px !important;
	font-weight: bold;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 0;
	margin-bottom: 0 !important;
}

.cloud-page section {
	/*     background-color: #fff !important; */
	/*     padding: 10px; */
	padding-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
	.cloud-page section {
		padding: 0;
	}
}

.cloud-item {
	width: 100% !important;
}

@media screen and (min-width: 768px) {
	.cloud-item {
		/*         width: 800px !important; */
	}
}

.cloud-item-container {
	/*     background-color: #fff; */
}

.is-layout-constrained.cloud-item-width {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.cloud-item-width {
	margin-block-start: 0;
}

/* .cloud-page .box-frame {
    width: 100% !important;
    background-color: #efefef !important;
}

.cloud-page .box-frame {
    padding: 8px !important;
} */

.cloud-page .cloud-container p {
	margin: 0 !important;
	font-size: 14px;
}

.page-id-2372 :where(body .entry-content .is-layout-flex) {
	gap: 0 !important;
}

/* クラウドリンク */
.cloud-link-area {
	/*     padding: 30px 20px; */
}

.cloud-link a {
	gap: 0 !important;
}

.cloud-link-area .wp-block-columns {
	width: 100% !important;
}

@media screen and (min-width: 768px) {
	.cloud-link-area .wp-block-columns {
		/*         width: 800px !important; */
	}
}

.cloud-link-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.cloud-link-flex {
		display: flex;
		flex-direction: row;
	}
}

.cloud-link-flex:nth-child(2) .cloud-linkbox:nth-child(1) {
	border-top: 0 none;
}

@media screen and (min-width: 768px) {
	.cloud-link-flex:nth-child(2) .cloud-linkbox {
		border-top: 0 none;
	}
}

.cloud-linkbox {
	/*     background-color: #fff !important; */
	width: 100%;
	transition: all ease 0.5s;
	border-width: 1px;
	padding: 0;
	border: 1px solid #a7a7a7;
}

.cloud-linkbox a {
	color: #000 !important;
	font-size: 14px;
	font-weight: bold;
	transition: all ease 0.5s;
}

.cloud-linkbox:nth-child(1),
.cloud-linkbox:nth-child(2),
.cloud-linkbox:nth-child(3) {
	border-bottom: none;
}

@media screen and (min-width: 768px) {
	.cloud-linkbox:nth-child(1),
	.cloud-linkbox:nth-child(2),
	.cloud-linkbox:nth-child(3) {
		border-right: none;
		border-bottom: 1px solid #a7a7a7;
	}
}

.cloud-linkbox .wp-block-button {
	width: 100%;
	padding: 0;
}

.cloud-linkbox .wp-block-button .wp-block-button__link {
	padding: 20px;
}

.cloud-linkbox .wp-block-button .wp-block-button__link:hover {
	background-color: #eee !important;
}

/* クラウドボタン */
.cloud-page .title-area .btn {
	margin-top: 20px !important;
}

.cloud-page .btn {
	width: 280px !important;
	padding: 15px 30px;
	background-color: #1a214b;
	border-radius: 30px;
	transition: all 0.5s;
}

.cloud-page .btn p,
.cloud-page .btn a {
	margin: 0 !important;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 16px !important;
	font-weight: bold;
	letter-spacing: 2px;
}

.cloud-page .btn:hover {
	background-color: #fb6618;
}

.cloud-page .title-area .btn {
	--wp--style--global--content-size: 280px !important;
}

.cloud-page .bottom-btn-area {
	padding-top: 30px;
	padding-bottom: 100px;
	margin-bottom: 0 !important;
}

.cloud-page .bottom-btn-area .btn {
	width: 280px !important;
}

/* クラウドアイコン */
/* .cloud-page .cloud-icon-box {
	width: auto !important;
	background-color: #fff !important;
} */

.cloud-page .cloud-icon-box img {
	height: 100px;
	width: max-content;
}

.cloud-page .cloud-flex {
	/*     justify-content: space-between; */
	justify-content: start;
	gap: 8px !important;
}

.cloud-page .cloud-box.d-n {
	display: none;
}

@media screen and (min-width: 768px) {
	.cloud-page .cloud-box.d-n {
		display: block;
	}
}

/* クラウドボックスホバー */
.cloud-page .cloud-box {
	/*     padding: 10px !important; */
	/*     background-color: #FAFCFF !important; */
	min-height: 230px;
	box-shadow:
		-5px -5px 10px #fafbff,
		5px 5px 10px rgba(22, 27, 29, 0.1);
}

.cloud-page .cloud-box:hover {
	transform: scale(1.02) !important;
}

.cloud-page .cloud-box:hover img {
	opacity: 0.7;
}

.cloud-page .cloud-box p {
	color: #000;
}

.cloud-page .cloud-box:hover p {
	color: #888 !important;
}

.page-id-3011 .wp-block-template-part .wp-container-91 {
	padding: 0 !important;
}

.cloud-page .cloud-name p {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #000;
}

.cloud-page .cloud-name {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 100px !important;
	/*     background-color: #fff !important; */
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #000;
}

@media screen and (min-width: 768px) {
	.cloud-page .cloud-name {
		flex-direction: column;
		align-items: start;
	}
}

.cloud-page .p-space {
	padding-right: 9px;
}

.page-id-2372 .sub-title {
	width: 100%;
}

.page-id-2372 section:last-child {
	margin-block-start: 0 !important;
}

/* 支援事例 */
.wp-block-post-excerpt__excerpt {
	display: none;
}

.single-installed-inventory h1 {
	color: #fff !important;
	padding-top: 120px !important;
	max-width: 100% !important;
	height: 333px !important;
	margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.single-installed-inventory h1 {
		padding-top: 150px !important;
	}
}

.single-installed-inventory strong {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	display: flex;
	align-items: center;
	/*     color: #3362A8; */
}

.single-installed-inventory .entry-content {
	padding: 0 20px;
}

.single-installed-inventory h1.wp-block-post-title {
	margin-left: 0 !important;
}

@media screen and (max-width: 1000px) {
	.single-installed-inventory h1.wp-block-post-title {
		margin-left: 20px !important;
	}
}

.single-installed-inventory .header-sub-title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	display: flex;
	align-items: center;
	color: #fff !important;
	position: absolute;
	z-index: 2;
	top: 200px;
	padding-right: 20px;
}

.single-installed-inventory .subject {
	padding: 20px 0;
}

@media screen and (min-width: 768px) {
	.single-installed-inventory .subject {
		padding: 40px 0;
	}
}

.single-installed-inventory .flex.subject {
	gap: 20px !important;
}

.single-installed-inventory .subject .left {
	width: 100%;
	padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.single-installed-inventory .subject .left {
		width: 50%;
	}
}

.single-installed-inventory .subject .right {
	gap: 20px !important;
}

.single-installed-inventory .subject,
.single-installed-inventory .subject p {
	margin: 0 !important;
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.single-installed-inventory .border-box {
	border: 1px solid;
	border-radius: 5px;
	padding: 0 8px;
	line-height: 28px;
}

.single-installed-inventory .industry {
	height: 28px;
	align-items: center;
}

.single-installed-inventory .industry .border-box {
	color: #3362a8;
}

.single-installed-inventory .keyword .border-box {
	color: #eb6137;
}

.single-installed-inventory .box {
	gap: 0;
	padding: 0 20px;
}

.single-installed-inventory .respondent {
	white-space: nowrap;
	margin-left: 0 !important;
}

.single-installed-inventory .flex {
	display: flex;
	flex-direction: column;
	gap: 0;
}

@media screen and (min-width: 768px) {
	.single-installed-inventory .flex {
		flex-direction: row;
		gap: 20px;
	}
}

/* @media screen and (min-width:768px) {
    .single-installed-inventory .box .flex {
        flex-direction: column !important;
    }
} */

.single-installed-inventory .header-bg-img {
	height: 333px !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.single-installed-inventory .header-bg-img img {
	height: 333px !important;
	max-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single-installed-inventory .end-box {
	border-top: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	padding: 30px 0;
}

.single-installed-inventory .end-box strong {
	color: #eb6137 !important;
}

.single-installed-inventory .end-box .gap-0 {
	gap: 10px !important;
}

.single-installed-inventory .end-box p {
	margin: 0 !important;
	line-height: 18px;
}

.single-installed-inventory .end-box figure {
	min-width: 192px;
}

.single-installed-inventory .end-box .flex {
	width: 100%;
	gap: 20px;
}

@media screen and (min-width: 768px) {
	.single-installed-inventory .end-box .flex {
		align-items: center;
	}
}

.single-installed-inventory .end-box .respondent {
	font-weight: 700;
}

.wrap {
	word-break: break-all;
}

.single-installed-inventory .wp-block-template-part:last-child {
	display: none;
}

.addtoany_content {
	margin-bottom: 70px !important;
}

/* IT導入士資格認定講座 */
.page-id-2648 h1 {
	display: none;
}

.vh-100 {
	height: 100vh;
}

.h-100 {
	height: 100% !important;
}

.nowrap {
	white-space: nowrap;
}

.flex-box {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.flex-box {
		flex-direction: row;
	}
}

.page-id-2648 .section-01 {
	min-height: 700px;
	background-position: bottom;
}

.page-id-2648 .section-01 .txt-area {
	padding-top: 100px !important;
	padding-left: 20px;
	padding-right: 20px;
}

.page-id-2648 .text-blue-shadow {
	color: #3362a8;
	text-shadow: 0px 4px 4px rgba(185, 188, 193, 0.5);
}

.page-id-2648 .section-02 .col-right {
	width: 100%;
	min-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.page-id-2648 .section-02 .col-right {
		width: 50%;
		min-width: 450px;
	}
}

.page-id-2648 .section-02 .flex-box {
	justify-content: center;
}

.page-id-2648 .section-02 .flex-box p {
	margin: 0 !important;
}

.page-id-2648 .section-02 .blue-area {
	position: relative;
}

.page-id-2648 .section-02 .blue-area .wp-block-buttons {
	width: 100%;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translate(-50%, 0);
}

.page-id-2648 .section-03 .voice {
	position: relative;
	margin-top: 100px !important;
}

.page-id-2648 .section-03 .voice figure {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	margin: 0;
}

.relative {
	position: relative;
}

.page-id-2648 .section-04 .blue-area {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	z-index: -1;
	min-height: 50px;
	width: 110%;
	min-width: 600px;
	border-radius: 5px;
}

.page-id-2648 .section-04 .blue-back {
	min-height: 50px !important;
	border-radius: 5px;
	background-color: #c7dbf1;
	width: 100%;
	line-height: 50px;
	display: inline;
	padding-right: 20px;
}

.page-id-2648 .section-04 .blue-back p {
	min-height: 50px !important;
	line-height: 50px;
}

.main.single .wp-block-code code {
	background: var(--gray);
}

/* 2025-03-03 sasaki by hamanosp Start */
.header_logo {
	padding: 0 !important;
}
.hamburger_menu.active {
	overflow: scroll;
}
/* header電話番号 */
.hamburger_menu .tel_number a {
	border-bottom: none !important;
	color: var(--white);
}
h2 {
	font-size: 4.8rem;
}
.text_shadow {
	font-size: 14rem;
}
.news-thumbnail {
	min-width: 82px;
	width: 100%;
	object-fit: cover;
	height: auto;
	aspect-ratio: 3 / 2 !important;
}
/* swiper挙動修正 */
.swiper-wrapper {
	transition-timing-function: linear;
}
/* 下層ページタイトル */
/* .under_fv {
    height: 36vh;
} */
.under_fv .page_ttl h1 {
	font-size: 7rem !important;
	margin: 0 !important;
	padding: 0 !important;
}
.header-img img {
	display: none !important;
}
.margin_50vh {
	margin: 50vh 0 0 !important;
}
/* 会社概要 */
.overview td {
	border: none !important;
	border-bottom: 1px solid var(--light_gray) !important;
	padding: 10px 10px 10px 20px !important;
	background-color: rgba(0, 0, 0, 0) !important;
}
/* サービスページ */
.service_wrapper .fv_content {
	max-width: 1248px;
	width: 100%;
	padding: 0 30px 30px;
}
/* セミナー一覧 */
.seminar_page_contents {
	margin-top: 27rem !important;
}
/* コラム */
.page_column {
	margin-top: 27rem !important;
}
/* パンくずリスト */
.breadcrumbs {
	margin: 0;
}
/* さぴちゃん */
.page_sapichan {
	margin: 120px 0 0;
}
.page_sapichan_contents_step {
	margin: 30px 0 0;
}
/* お知らせ */
.under_fv.news_page {
	max-width: 100% !important;
	padding: 100px 0 0 !important;
}
.under_fv.news_page .page_ttl p {
	color: var(--white) !important;
}
.page-container {
	max-width: 100% !important;
	padding: 0 !important;
}
.wp-container-core-group-is-layout-63 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1024px !important;
	width: 100% !important;
	padding: 30px 20px !important;
}
/* お知らせ一覧3ページ目 */
.news-category-list {
	max-width: 1024px !important;
	width: 100% !important;
	padding: 30px 20px !important;
	margin: 0 auto;
}
/* 投稿記事 */
.has-base-color.has-text-color,
.has-base-color.has-text-color strong {
	color: #fff;
	font-weight: bold;
}
/* バックオフィス改善 */
.cloud-container {
	padding-top: 20px !important;
}
/* 各タクソノミーの記事一覧 */
.post-list {
	margin: 120px 0 100px;
	padding: 0 2em 0;
}
/* IT担当者育成支援講座 */
.introductor_1000,
.center-box.is-content-justification-center,
.wp-block-group.center-box {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.it-introductor p.introductor_1000 {
	margin: 20px auto !important;
}

.footer_catch .fv_content h2 {
	font-size: 3.2rem !important;
}
/* footer電話番号 */
.footer .tel_number a {
	border-bottom: none !important;
}

@media screen and (min-width: 1470px) {
	.service_wrapper .content_ttl {
		max-width: 1200px;
		width: 100%;
	}
}
.service_wrapper .content_ttl {
	max-width: 1248px;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.service_wrapper .content_ttl {
		width: 90%;
	}
}

@media screen and (max-width: 1079px) {
	.footer_catch .fv_content h2 {
		font-size: 2.4rem !important;
	}
}

@media screen and (min-width: 768px) {
	.news-thumbnail {
		height: 190px;
	}
}

@media screen and (max-width: 768px) {
	.under_fv .page_ttl h1 {
		font-size: 5rem !important;
	}
	.news_data_box {
		width: 70%;
	}
	/* さぴちゃん */
	.page_sapichan_under768_w50p {
		width: 50% !important;
	}
}

@media screen and (max-width: 440px) {
	/* .category_box.flex_box {
        margin: 0 0 6px;
    } */
	.under_fv .page_ttl h1 {
		font-size: 3rem !important;
	}
	.under_fv .page_ttl p {
		font-size: 1.6rem;
	}
	.footer_catch .fv_content h2 {
		font-size: 1.8rem !important;
	}
}
.text_shadow {
	font-size: clamp(3rem, 10vw, 14rem) !important;
}
/* 2025-03-03 sasaki by hamanosp End */
