/*
Theme Name:   updaters
Description:  UPDATERS公式テーマは、株式会社updatersの公式テーマです。WordPressのカスタマイズや開発に役立つ機能を提供します。
Author:       株式会社updaters
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  updaters
Domain Path:  /languages
*/
@charset "UTF-8";
@font-face {
	font-family: 'Noto Sans JP';
	ascent-override: 100%;
	descent-override: 22%;
}
/********************************
 * リセット・ベースCSS（Fluid対応）
 ********************************/
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:where(article, aside, div, figure, figcaption,
	footer, header, hgroup, main, nav, section, summary) {
	display: block;
}
:where(html) {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
	line-height: 1.75;
	background: #fff;
}
html {
	line-height: 1.75;
}
:root {
	/* Colors */
	--color-text-wh: #fff;
	--color-text-bk: #151515;
	--color-bg-wh: #fff;
	--color-bg-bk: #151515;
	--color-gray: #F7F7F7;
	--color-darkgray: #A0A0A0;
	--color-yel: #FFE83A;
	--color-red: #DC2626;
	--color-main: #0B1F33;
	--color-submain: #1C3D5A;
	--color-main-light: #385B92;
	--color-back: #F1F5F9;
	--color-grad: linear-gradient(270deg, #5F91FF 0%, #0948D0 100%);
    --color-blue: #2563EB;

	/* Animation */
	--hover-time: .25s;
	--shadow-normal: 5px 5px 4px rgba(0, 0, 0, 0.035);
	--shadow-hard: 5px 5px 4px rgba(0, 0, 0, 0.08);

	/* ブレイクポイント */
	--bp-xl: 1140px;

	/* メインコンテンツ幅（元の設計を尊重しつつ、paddingはFluid化） */
	--inner-width: 82vw;
	--inner-width-sp: 100%;
	--inner-pad: clamp(1rem, 3vw, 3.125rem);

	/* ---- Fluid Tokens ---- */
	/* font */
	--fz-base: clamp(0.875rem, 1.1vw, 1rem);
	--fz-12: clamp(0.75rem, 0.9vw, 0.875rem);
	--fz-14: clamp(0.875rem, 1vw, 1rem);
	--fz-16: clamp(1rem, 1.1vw, 1.125rem);
	--fz-18: clamp(1rem, 1.3vw, 1.125rem);
	--fz-20: clamp(1.125rem, 1.4vw, 1.25rem);
	--fz-24: clamp(1.25rem, 1.8vw, 1.5rem);
	--fz-30: clamp(1.625rem, 2.2vw, 1.875rem);
	--fz-32: clamp(1.25rem, 2.4vw, 2rem);
	--fz-36: clamp(1.75rem, 2.6vw, 2.25rem);
	--fz-42: clamp(2rem, 3vw, 2.625rem);
	--fz-56: clamp(2rem, 3.5vw, 3.5rem);
    --fz-64: clamp(2.25rem, 4vw, 4rem);
    --fz-80: clamp(2.5rem, 4.5vw, 5rem);
	--fz-96: clamp(2rem, 5vw, 6rem);

	/* spacing */
	--sp-4: clamp(0.25rem, 0.6vw, 0.5rem);
	--sp-8: clamp(0.5rem, 1vw, 0.75rem);
	--sp-10: clamp(0.625rem, 1.2vw, 0.875rem);
	--sp-12: clamp(0.75rem, 1.4vw, 1rem);
	--sp-15: clamp(0.875rem, 1.6vw, 1.25rem);
	--sp-20: clamp(1rem, 2vw, 1.25rem);
	--sp-24: clamp(1rem, 2.2vw, 1.5rem);
	--sp-30: clamp(1.25rem, 2.8vw, 1.875rem);
	--sp-40: clamp(1.5rem, 3.5vw, 2.5rem);
	--sp-45: clamp(1.5rem, 4vw, 2.8125rem);
	--sp-60: clamp(2rem, 5vw, 3.75rem);
	--sp-80: clamp(3.125rem, 6vw, 5rem);
	--sp-100: clamp(5rem, 6vw, 6.25rem);
	--sp-120: clamp(5rem, 8vw, 7.5rem);

	/* heights */
	--h-header: clamp(3.5rem, 4vw, 4.5rem);

	--ff-en: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	--ff-min: "Shippori Mincho",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	--ff-minkata: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
body {
	margin: 0;
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-size: var(--fz-base);
	color: var(--color-bg-bk);
	background-color: #fff;
	overscroll-behavior: none;
	margin-top: var(--h-header);
}
:where(section) {
	overflow: hidden;
	position: relative;
}
:where(h1, h2, h3, h4, h5, h6,
	p, blockquote, pre) {
	margin: 0;
}
address {
	font-style: normal;
}
p + p {
	margin-top: 1rem;
}
strong {
	font-weight: bold;
}
:where(figure) {
	line-height: 0;
	margin: 0;
}
figcaption {
	display: none;
}
:where(ul) {
	margin: 0;
	padding: 0;
	list-style: disc;
}
:where(ol) {
	margin: 0;
	padding: 0;
	list-style: auto;
}
:where(ol, ul) {
	padding-left: 1.125rem;
}
/* 18px */
:where(li) {
	margin: 0.25rem 0;
}
/* 4px */
:where(li:first-child) {
	margin-top: 0;
}
:where(img, picture, video, canvas, svg) {
	display: block;
	max-width: 100%;
	height: auto;
}
:where(table) {
	border-collapse: collapse;
	width: 100%;
}
:where(th, td) {
	text-align: left;
	padding: 0.5em;
}
:where(a) {
	color: inherit;
	text-decoration: none;
}
:where(a:hover, a:focus) {
	opacity: 0.8;
	transition: opacity 0.2s ease;
}
:where(button, input, select, textarea) {
	font: inherit;
	line-height: inherit;
	border: none;
	background: none;
}
button {
	cursor: pointer;
}
input:focus, button:focus, select:focus, textarea:focus {
	outline: 2px solid var(--color-accent);
	outline-offset: 2px;
}
:where(adders, dfn, mark, small) {
	font-style: normal;
	font-weight: normal;
}
/* Misc */
hr {
	border: none;
	height: 0;
	overflow: visible;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: none;
}
[hidden] {
	display: none !important;
}
/* SEO用出力 */
.seo-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
/* reCAPTCHA */
.grecaptcha-badge {
	z-index: 999;
}
@media (max-width: calc(1024px - 1px)) {
    .grecaptcha-badge {
        display: none!important;
    }
}
.only-sp, .only-sp-tab, .only-pc {
	display: none !important;
}
@media (max-width: calc(768px - 1px)) {
	.only-sp {
		display: block !important;
	}
}
@media (max-width: calc(1024px - 1px)) {
	.only-sp-tab {
		display: block !important;
	}
}
@media (min-width: 1024px) {
	.only-pc {
		display: block !important;
	}
}
/********************************
 * 共通部品・汎用的部品（Fluid対応）
 ********************************/
/* レイアウト */
.l-innerWidth {
	width: min(1200px, 82vw, 100%);
	max-width: var(--inner-width);
	padding-left: var(--inner-pad);
	padding-right: var(--inner-pad);
	margin: 0 auto;
	position: relative;
	z-index: 99;
}
.l-sectionHeight {
	padding-top: var(--sp-100);
	padding-bottom: var(--sp-100);
}
.inner_wrap,
.l-innerWidth {
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.l-2column-page {
	display: flex;
	justify-content: space-between;
	column-gap: clamp(1.25rem, 4vw, 3.75rem);
}
.l-2column-page__main {
	width: 100%;
	max-width: calc(100% - 320px - 60px);
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: calc(1024px - 1px)) {
	.l-innerWidth {
		width: 100%;
		max-width: var(--inner-width-sp);
	}
	.l-sectionHeight {
		padding-top: var(--sp-100);
		padding-bottom: var(--sp-100);
	}
	.l-2column-page {
		flex-direction: column;
	}
	.l-2column-page__main {
		width: 100%;
		max-width: 100%;
	}
}
/* ページネーション */
.post-pagination {
	margin-top: var(--sp-30);
}
.post-pagination .nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--sp-10);
}
.post-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	height: clamp(1.375rem, 2vw, 1.5625rem);
	/* 22〜25 */
	width: clamp(1.375rem, 2vw, 1.5625rem);
	color: var(--color-main);
	border-radius: 100%;
}
.post-pagination .page-numbers.current {
	color: #999999;
	background-color: #f2f1f0;
}
.post-pagination__left,
.post-pagination__right {
	position: relative;
	display: inline-block;
	width: 6.2px;
	height: 10.5px;
}
.post-pagination__left::before, .post-pagination__left::after,
.post-pagination__right::before, .post-pagination__right::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	width: 8px;
	height: 2px;
	border-radius: 9999px;
	background-color: var(--color-main);
	transform-origin: calc(100% - 1px) 50%;
}
.post-pagination__left::before,
.post-pagination__left::after {
	left: 0;
	transform-origin: 1px 50%;
}
.post-pagination__right::before,
.post-pagination__right::after {
	right: 0;
}
.post-pagination__left:before,
.post-pagination__right:before {
	transform: rotate(45deg);
}
.post-pagination__left::after,
.post-pagination__right::after {
	transform: rotate(-45deg);
}
/* パンくずリスト */
.breadcrumbs {
    padding: 0.75rem clamp(1rem, 2vw, 1.5rem);
    border-top: 1px solid #f1f1f1;
}
.breadcrumbs ol {
    display: -webkit-flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    max-width: 100%;
    overflow-x: auto;
    list-style: none;
    padding-left: 0;
}
.breadcrumbs ol:before {
    content: " ";
    display: block;
}
.breadcrumbs li {
    position: relative;
    padding-right: 24px;
    flex-shrink: 0;
    line-height: 20px;
}
.breadcrumbs li::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 8px;
    right: 12px;
}
.breadcrumbs li:last-child {
    padding-right: 0;
}
.breadcrumbs li:last-child::after {
	content: none;
}
.breadcrumbs li a {
    height: 20px;
    line-height: 20px;
}

/* 共通部品 */
.img-maru {
	border-radius: 10px;
	overflow: hidden;
}
.margin-top-20 {
	margin-top: var(--sp-20);
}
.margin-top-30 {
	margin-top: var(--sp-30);
}
.margin-top-40 {
	margin-top: var(--sp-40);
}
.margin-top-60 {
	margin-top: var(--sp-60);
}
.txt-center {
	text-align: center;
}
h1.common_ttl {
	font-size: var(--fz-42);
}
.link-red a {
	color: var(--color-main);
}
@media (max-width: calc(1024px - 1px)) {
}

/*プラグインPOPUP*/
.popmake-content .wp-block-image + .wp-block-image {
	margin-top: 0;
}

/* =============
フォーム共通
=============== */
/* =============
フォームアイテム
=============== */
#form label {
    display: block;
    margin-top: 30px;
}
#form input, #form select, #form textarea {
    background-color: var(--color-bg-wh);
    border: 1px solid #ccc;
    border-radius: 0;
    color: var(--color-text-bk);
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
}
#form select {
    padding: 8px 10px;
    color: var(--color-text-bk);
}
#form select option {
    color: var(--color-text-bk);
}
#form input::placeholder {
	color: #A0A0A0;
}
.form-btn-submit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#form .wpcf7-submit {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 18px;
    border-radius: 100px;
    background: var(--color-main);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    cursor: pointer;
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .15));
    transition: .3s;
    border: none;
}
.wpcf7-submit:hover , .wpcf7-previous:hover {
  opacity: .6;
}



.form-item-ttl {
    line-height: 1;
    font-weight: 600;
    position: relative;
}
.form-item-ttl.required::before {
    position: absolute;
    content: "必須";
    font-size: 10px;
    top: 45%;
    right: -50px;
    background: var(--color-red);
    color: var(--color-text-wh);
    padding: 4px 10px 3px;
    line-height: 1;
    border-radius: 30px;
    transform: translate(0, -50%);
}
.form-btn {
    margin-top: 30px;
    text-align: center;
}
.form-smalltxt {
    margin-bottom: 15px!important;
    font-size: 14px;
}
.form-smalltxt a {
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: -10px;
  font-size: 14px;
  color: var(--color-text-bk);
}
/* --------------------------------
   フォームアイテム｜プラポリ承認ボタン
-------------------------------- */
#form .checkbox {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 0;
}
#form .checkbox label {
    text-align: center;
    margin-top: 5px;
}
.checkbox input[type="checkbox"] {
  display: none!important;
}
.checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  display: inline-block;
}
.checkbox .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: var(--color-bg-wh);
  transition: all 0.2s ease;
}
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: var(--color-main);
  border-color: var(--color-main);
}
.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid var(--color-text-wh);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}


/********************************
 * 共通部品・汎用的部品
 ********************************/
.c-page-ttl__wrap {
	color: var(--color-text-wh);
	background: var(--color-main);
}
.c-page-ttl {
	padding-top: var(--sp-30);
	padding-bottom: var(--sp-30);
}
h1.c-page-ttl__h1 {
	font-size: var(--fz-24);
	letter-spacing: 0.125rem;
	line-height: 1;
	font-weight: 600;
	color: var(--color-text-wh);
}
.c-page-ttl__txt {
	margin-top: var(--sp-4);
}
@media (max-width: calc(1024px - 1px)) {
	.c-page-ttl__txt {
		margin-top: var(--sp-12);
		line-height: 1.5;
	}
}
.c-page-ttl02 {
}
.c-page-ttl02 .sub-ttl {
	position: relative;
	padding-bottom: var(--sp-10);
	margin-bottom: var(--sp-10);
	line-height: 1;
	display: inline-block;
	font-size: var(--fz-20);
}
.c-page-ttl02 .sub-ttl::before {
	position: absolute;
	content: "";
	bottom: 0;
	height: 2px;
	width: 100%;
	background: var(--color-grad);
}
.c-page-ttl02 .main-ttl {
	line-height: 1;
	font-size: var(--fz-42);
	display: block;
}

.c-page-ttl03 h2 {
	position: relative;
	line-height: 1;
	padding-bottom: var(--sp-20);
	border-bottom: 3px solid #eee;
	font-size: var(--fz-32);
	margin-bottom: var(--sp-20);
}
.c-page-ttl03 h2 span {
	color: var(--color-blue);
}
.c-page-ttl03 h2::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	width: clamp(3.75rem, 6vw, 5rem);
	height: 3px;
	background: var(--color-blue);
}

.c-page-ttl04 {
	text-align: center;
}

@media (max-width: calc(1024px - 1px)) {
	.c-page-ttl02 .main-ttl {
		font-size: var(--fz-30);
	}
	.c-page-ttl04 {
		font-size: var(--fz-20);
	}
}
/* 矢印 */
.c-link-arrow {
	position: absolute;
	bottom: -2px;
	right: -2px;
	transform: translate(-50%, -50%);
}
.c-link-arrow__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: clamp(1rem, 1.6vw, 1.1875rem);
	/* 16〜19 */
	width: clamp(1rem, 1.6vw, 1.1875rem);
	border-radius: 100%;
	background-color: var(--color-main);
}
.c-link-arrow__img {
	width: clamp(0.375rem, 0.8vw, 0.4375rem);
}
/* 6〜7 */
#c-parts-case, #c-parts-related-post {
	padding-top: 0;
}
/* ロゴ無限ループ */
.c-client-logo {
	padding: var(--sp-60) 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.c-logo-marquee {
	margin: var(--sp-40) 0;
	overflow: hidden;
}
.c-logo-marquee__inner {
	display: flex;
	width: max-content;
	animation: logo-marquee 200s linear infinite;
	will-change: transform;
	padding: clamp(10px, 2vw, 12px) 0;
}
.c-logo-marquee__item {
	flex: 0 0 auto;
	width: clamp(4.375rem, 8vw, 10rem);
	/* 70〜160 */
	margin-right: clamp(1.25rem, 2.5vw, 2.5rem);
	/* 20〜40 */
}
.c-logo-marquee__item img {
	width: 100%;
	height: auto;
}
@keyframes logo-marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.c-sharp-right-arrow {
	position: absolute;
	bottom: -2px;
	right: -2px;
	transform: translate(-50%, -50%);
}
.c-sharp-right-arrow__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: clamp(1rem, 1.6vw, 1.1875rem);
	width: clamp(1rem, 1.6vw, 1.1875rem);
	border-radius: 100%;
	background-color: var(--color-main);
}
.c-sharp-right-arrow__item svg {
    height: 9px;
    width: 9px;
}
/* ボタン */
.btn + .btn {
	margin-top: clamp(0.5rem, 1.2vw, 0.625rem);
}
.btn-text {
	position: relative;
	color: #fff;
	z-index: 1;
}
.btn-arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	height: auto;
	width: 10px;
	transform: translate3d(0, -50%, 0);
	z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-arrow svg {
    width: 9px;
    height: 9px;
}
@media (max-width: calc(1024px - 1px)) {
	.btn {
		display: flex;
		justify-content: center;
	}
}
.btn-main {
	background-color: var(--color-main);
}
.btn-main .btn-text {
	color: var(--color-text-wh);
}
.btn-wh {
	background-color: var(--color-bg-wh);
}
.btn-wh .btn-text {
	color: var(--color-text-bk);
}
.btn-blue {
	background-color: var(--color-blue);
}
.btn-blue .btn-text {
	color: var(--color-text-wh);
}
.btn-transparent-wh {
	background: transparent;
	border-color: var(--color-bg-bk);
}
.btn-transparent-wh .btn-text {
	color: var(--color-text-bk);
}
.btn-transparent-bk {
	background: transparent;
	border-color: var(--color-bg-wh);
}
.btn-transparent-bk .btn-text {
	color: var(--color-text-wh);
}

.arrow-main {
	color: var(--color-main);
}
.arrow-bk {
	color: #333;
}
.arrow-wh {
	color: #fff;
}

.btn01 {
	position: relative;
	display: inline-block;
	align-items: center;
	width: auto;
	padding: clamp(0.625rem, 1.2vw, 0.75rem) clamp(2.5rem, 5vw, 3.75rem) clamp(0.5rem, 1vw, 0.625rem) clamp(2rem, 4vw, 2.8125rem);
	line-height: 1;
	font-weight: 600;
	border-radius: 45px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
.btn01::before {
	position: absolute;
	top: 0;
	right: calc(-100% + 40px);
	height: 100%;
	width: 100%;
	content: "";
	transform: translate3d(0, 0, 0) skew(-15deg);
	background-color: rgba(255, 255, 255, 0.2);
	will-change: transform;
	transition: transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
}
.btn01:hover::before {
	transform: translate3d(calc(-100% + 40px), 0, 0) skew(-15deg);
}

.btn02 {
	position: relative;
	display: inline-block;
	align-items: center;
	width: auto;
	padding: clamp(0.625rem, 1.2vw, 0.75rem) clamp(2.5rem, 5vw, 3.75rem) clamp(0.5rem, 1vw, 0.625rem) clamp(2rem, 4vw, 2.8125rem);
	line-height: 1;
	font-weight: 600;
	border-radius: 5px;
	text-align: center;
}
.btn02 .btn-arrow {
    width: 18px;
}
.btn02 .btn-arrow svg {
    width: 18px;
    height: 18px;
}


/********************************
 * フローティング
 ********************************/
/* Back to top */
.to-top {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	right: clamp(5%, 3vw, 1.875rem);
	/* SPは5%、PCは30px相当 */
	bottom: clamp(5rem, 7vw, 6.25rem);
	/* 80〜100 */
	height: 45px;
	width: 45px;
	background-color: var(--color-text-bk);
	border-radius: 100%;
	border: 1px solid var(--color-text-bk);
	z-index: 999;
	cursor: pointer;
	will-change: background-color;
	transition: background-color cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
}
.to-top:hover {
	background-color: #fff;
}
.to-top:hover svg * {
	fill: var(--color-text-bk);
}
.to-top svg * {
	will-change: fill;
	transition: fill cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
}
@media (max-width: calc(1024px - 1px)) {
    .to-top {
        right: 5%;
        bottom: 3%;
    }
}


/* ===== Page Navigation ===== */
.page-nav {
	position: fixed;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	display: flex;
	align-items: stretch;
}
.page-nav__track {
	position: relative;
	width: 1px;
	background: var(--color-darkgray);
	margin-right: 24px;
	flex-shrink: 0;
}
.page-nav__dot {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background: var(--color-main);
	border-radius: 50%;
	transition: top 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
	top: 0;
}
.page-nav__links {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 28px;
}
.page-nav__link {
	display: block;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 0.08em;
	color:  var(--color-darkgray);
	transition: color 0.3s ease, font-weight 0.3s ease;
	white-space: nowrap;
	position: relative;
}
.page-nav__link:hover {
	color: var(--color-blue);
}
.page-nav__link.is-active {
	color: var(--color-blue);
	font-weight: 600;
	background: #fff;
    padding: 2px 10px;
    border-radius: 30px;
}
@media (max-width: calc(1024px - 1px)) {
	.page-nav {
		display: none;
	}
}


/********************************
 * 汎用JSアニメーション
 ********************************/
/* フェードイン */
.show {
	opacity: 0;
	transform: translate3d(0, 7vw, 0);
	will-change: opacity, transform;
	transition: transform cubic-bezier(0.45, 0.05, 0.55, 0.95) 1s,
		opacity cubic-bezier(0.45, 0.05, 0.55, 0.95) 1s;
}
.show.active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}


/* =============================
   ヘッダー
   ============================= */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--h-header);
	padding: 0 clamp(1rem, 2vw, 1.5rem);
	/* 16〜24 */
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
	box-sizing: border-box;
	filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 2px 4px);
}
.header-logo {
	z-index: 999;
}
.header-logo img {
	display: block;
	height: clamp(2rem, 2.6vw, 2.5rem);
	/* 32〜40 */
	width: auto;
}
/* ナビ（PC） */
#header-nav {
	display: block;
}
.header-nav-list {
	display: flex;
	gap: clamp(1rem, 2vw, 1.5rem);
	/* 16〜24 */
	align-items: center;
	list-style: none;
	padding-left: 0;
}
.menu-item {
	margin: 0;
}
.menu-item a,
.menu-item .scroll-trigger {
	display: block;
	font-size: var(--fz-base);
	font-weight: 600;
	padding: 4px 0;
	cursor: pointer;
	transition: .25s;
}
.menu-item a:hover,
.menu-item .scroll-trigger:hover {
	color: var(--color-main);
}
/* お問い合わせだけ */
.menu-item:last-child a {
	padding: 7px 20px;
	background: var(--color-main);
	border-radius: 999px;
	color: #fff;
}
/* ハンバーガー (PCでは非表示) */
.menu-trigger {
	display: none;
}
/* レイアウト切替があるのでMQは維持 */
@media (max-width: calc(1024px - 1px)) {
	/* ハンバーガー表示 */
	.menu-trigger {
		display: block;
		width: 28px;
		height: 20px;
		position: relative;
		cursor: pointer;
		z-index: 200;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #151515;
		transition: all 0.3s ease;
	}
	.menu-trigger span:nth-child(1) {
		top: 0;
	}
	.menu-trigger span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.menu-trigger span:nth-child(3) {
		top: 100%;
		transform: translateY(-100%);
	}
	/* active で × に変形 */
	.menu-trigger.active span:nth-child(1) {
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
	}
	.menu-trigger.active span:nth-child(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-child(3) {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	/* ナビ本体 */
	#header-nav {
		position: fixed;
		top: 56px;
		left: 0;
		width: 100%;
		height: calc(100dvh - 56px);
		background-color: #fff;
		transform: translateY(-100%);
		transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1);
		padding: 24px 16px;
		box-sizing: border-box;
		z-index: 150;
		overflow-y: auto;
	}
	#header-nav.active {
		transform: translateY(0);
	}
	/* SPナビは縦並び */
	.header-nav-list {
		display: flex;
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}
	.header-nav-list-item {
		opacity: 0;
		transform: translateY(8px);
		transition: all 0.3s ease;
	}
	#header-nav.active .header-nav-list-item {
		opacity: 1;
		transform: translateY(0);
	}
	/* 順番に出現 */
	#header-nav.active .header-nav-list-item:nth-child(1) {
		transition-delay: .1s;
	}
	#header-nav.active .header-nav-list-item:nth-child(2) {
		transition-delay: .15s;
	}
	#header-nav.active .header-nav-list-item:nth-child(3) {
		transition-delay: .20s;
	}
	#header-nav.active .header-nav-list-item:nth-child(4) {
		transition-delay: .25s;
	}
	#header-nav.active .header-nav-list-item:nth-child(5) {
		transition-delay: .30s;
	}
	#header-nav.active .header-nav-list-item:nth-child(6) {
		transition-delay: .35s;
	}
	#header-nav.active .header-nav-list-item:nth-child(7) {
		transition-delay: .40s;
	}
	#header-nav.active .header-nav-list-item:nth-child(8) {
		transition-delay: .45s;
	}
	/* お問い合わせボタン */
	.header-nav-list-item:last-child a {
		padding: 10px 36px 10px 20px;
		border-radius: 999px;
		background-color: var(--color-main);
		color: #fff;
		position: relative;
	}
	.header-nav-list-item:last-child a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 16px;
		width: 12px;
		height: 12px;
		transform: translateY(-50%);
		background-image: url(/wp-content/themes/ryoma/assets/img/common/arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}
}
/* =============================
   フッター
   ============================= */
footer {
    background: var(--color-main);
    padding-top: 80px;
    color: var(--color-back);
}
.footer-inner {
    padding: 0 100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    display: block;
    width: 150px;
}
.footer-info {
    margin-top: 20px;
}
.footer-list-nav {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    letter-spacing: 1px;
}
footer .menu-item {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
footer .sub-menu {
    padding-left: 25px;
}
footer .sub-menu .menu-item {
    position: relative;
    list-style-type: "ー ";
    font-weight: normal;
}
.footer-links {
    margin-top: 60px;
    text-align: center;
}
.footer-links a {
    font-size: 12px;
    color: var(--color-back);
    display: inline-block;
    margin-bottom: 5px;
}
.footer-links a + a {
    margin-left: 20px;
}
footer .copyright {
    background: #0a0a0a;
    text-align: center;
    padding: 3px 0 4px;
    line-height: 1;
    color: var(--color-gray);
}
@media screen and (min-width: 0) and (max-width: 1000px) {
    footer {
        padding-top: 80px;
    }
    .footer-inner {
        padding: 0 5%;
        flex-direction: column;
    }
    .footer-logo {
        width: 100px;
    }
    .footer-address {
        line-height: 1.5;
    }
    .footer-nav-wrap {
        flex-wrap: wrap;
        gap: 25px 5%;
        margin-top: 60px;
        padding-top: 60px;
        border-top: 1px solid #ccc;
    }
    .footer-list-nav {
        flex-wrap: wrap;
        padding-left: 0;
        gap: 20px 5%;
    }
    .footer-list-nav>.menu-item {
        width: calc((100% - 5%) / 2);
    }
    footer .menu-item {
        margin-bottom: 6px;
    }
    .sub-menu {
        margin-top: 10px;
    }
}

/* =============================
   サイドバー
   ============================= */
#sidebar {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 320px;
	background: var(--color-bg-wh);
	margin-left: auto;
	margin-right: auto;
}
#sidebar a:hover {
	opacity: 0.6;
}
.c-sideRelated {
	margin-top: var(--sp-60);
	margin-bottom: var(--sp-60);
}
.c-sideRelated__ttl {
	background: var(--color-back);
	padding: var(--sp-4) var(--sp-10);
	border-left: 2px solid var(--color-main);
	line-height: 1;
}
.c-sideBanner {
	margin: var(--sp-60) 0;
}
.sidebar-post, .c-sideTaxonomies__group {
	margin-bottom: var(--sp-60);
}
.sidebar-post__title, .c-sideTaxonomies__group h2 {
	position: relative;
	line-height: 1;
	padding-bottom: var(--sp-10);
	border-bottom: 2px solid #eee;
	font-size: clamp(1.125rem, 1.6vw, 1.25rem);
	/* 18〜20 */
	margin-bottom: var(--sp-20);
}
.sidebar-post__title::before, .c-sideTaxonomies__group h2::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	width: clamp(3.75rem, 6vw, 5rem);
	height: 2px;
	background: var(--color-main);
}
.sidebar-post__items {
	list-style: none;
	padding-left: 0;
}
.sidebar-post__item + .sidebar-post__item {
	margin-top: var(--sp-15);
}
.sidebar-post__item a {
	display: flex;
	align-items: center;
	gap: var(--sp-15);
	color: var(--color-text-bk);
}
.sidebar-post__img {
	width: 50%;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
.sidebar-post__txt {
	width: calc(100% - 50% - 15px);
	line-height: 1.35;
	font-weight: 400;
}
.sidebar-banner {
    margin-top: var(--sp-15);
}
.c-sideTaxonomies__list {
	list-style: none;
	padding-left: 0;
}
.c-sideTaxonomies__level-group .cat-item {
	margin: 0;
}
.c-sideTaxonomies__level-group .cat-item a {
	display: block;
	width: 100%;
	line-height: 1;
	padding-top: var(--sp-15);
	border-bottom: 1px solid #eee;
	padding-bottom: clamp(0.75rem, 1.6vw, 0.875rem);
	/* 12〜14 */
	padding-left: 5px;
}
.c-sideTaxonomies__level-group .cat-item:first-child a {
	border-top: 1px solid #eee;
}
.c-sideTags {
	display: flex;
	gap: var(--sp-10);
	flex-wrap: wrap;
}
.c-sideTags__item {
	margin: 0;
	line-height: 1;
}
.c-sideTags__link {
	min-width: 60px;
	text-align: center;
	display: inline-block;
	padding: 5px 14px;
	line-height: 1;
	background: var(--color-back);
	color: var(--color-text-bk);
	font-size: var(--fz-14);
}

/* =============================
	プレフッター
============================= */
.pre-footer-wrap {
	background: var(--color-submain);
}
.pre-footer {
	display: flex;
	background: var(--color-submain);
	border-right: 1px solid var(--color-back);
	border-left: 1px solid var(--color-back);
}
.pre-footer-item {
	width: 50%;
	padding-right: var(--inner-pad);
	color: var(--color-text-wh);
}
.pre-footer-item + .pre-footer-item {
	border-left: 1px solid var(--color-back);
	padding-left: var(--inner-pad);
	padding-right: 0;
}
.pre-footer-item .top-section-ttl01 .sub-ttl {
	padding-bottom: var(--sp-10);
	margin-bottom: var(--sp-10);
}
.pre-footer-item .top-section-ttl01 .main-ttl {
	font-size: var(--fz-42);
}
@media (max-width: calc(1024px - 1px)) {
	.pre-footer {
		flex-direction: column;
		border-right: none;
		border-left: none;
	}
	.pre-footer .l-sectionHeight {
		padding-top: var(--sp-100);
		padding-bottom: var(--sp-100);
	}
	.pre-footer-item {
		width: 100%;
		padding-right: 0;
	}
	.pre-footer-item + .pre-footer-item {
		border-left: none;
		padding-left: 0;
		padding-right: 0;
		border-top: 1px solid;
	}
}




/********************************
 * TOPページ｜固有
 ********************************/
/* TOPの共通 */
.top-section-ttl01 {
}
.top-section-ttl01 .sub-ttl {
	position: relative;
	padding-bottom: var(--sp-10);
	margin-bottom: var(--sp-10);
	line-height: 1;
	display: inline-block;
}
.top-section-ttl01 .sub-ttl::before {
	position: absolute;
	content: "";
	bottom: 0;
	height: 2px;
	width: 100%;
	background: var(--color-grad);
}
.top-section-ttl01 .main-ttl {
	line-height: 1;
	font-size: var(--fz-96);
	display: block;
}
.top-section-ttl02 {
	text-align: center;
}
.top-section-ttl02 .sub-ttl {
	color: var(--color-blue);
	display: block;
	font-size: var(--fz-16);
	letter-spacing: 0.18;
}
.top-section-ttl02 .main-ttl {
	line-height: 1;
	font-size: var(--fz-42);
	display: block;
}
@media (max-width: calc(1024px - 1px)) {
	.top-section-ttl01 .sub-ttl {
		font-size: var(--fz-14);
		letter-spacing: 0.05rem;
	}
}

.top-introduction {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: var(--sp-20);
	margin-top: var(--sp-40);
}
.top-introduction-txt {
	max-width: 600px;
}
.top-introduction02 {
	margin-top: var(--sp-40);
	text-align: center;
}
.top-introduction02-txt + .top-introduction02-txt {
	margin-top: var(--sp-12);
}
@media (max-width: calc(1024px - 1px)) {
	.top-introduction {
		flex-direction: column;
		align-items: flex-start;
	}
	.top-introduction-txt {
		max-width: 100%;
	}
}
/* TOPのTOP */
.top-fv {
	position: relative;
	background: #ffffff;
	overflow: hidden;
	min-height: 100vh;
	z-index: 3;
}
.top-fv-inner {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: clamp(24px, 2vw, 80px);
	max-width: 1200px;
	margin: 0 auto;
	z-index: 5;
}
.top-fv-copy {
	position: relative;
	z-index: 3;
	width: 50%;
}
.top-fv-eyebrow {
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: var(--sp-4);
	color: var(--color-blue);
}
.top-fv-title {
	font-size: clamp(40px, 4.5vw, 62px);
	line-height: 1.1;
	letter-spacing: 0.02em;
	margin: 0;
	color: #0b1f33;
	font-weight: 900;
}
.top-fv-lead {
	margin-top: 20px;
	line-height: 1.9;
	color: #0b1f33;
	opacity: 0.9;
}
.top-fv-visual {
	--ring-lg-size: 98vw;
	--ring-sm-size: calc(var(--ring-lg-size) * 0.62);
	--ring-sm-thickness: calc(var(--ring-lg-size) * 0.15);
	--circle-mid-size: calc(var(--ring-lg-size) * 0.38);
	--circle-bg-size: calc(var(--ring-lg-size) * 0.2);
	position: absolute;
	top: 50%;
	right: -100%;
	transform: translate(-50%, -50%);
	width: var(--ring-lg-size);
	height: var(--ring-lg-size);
	pointer-events: none;
	z-index: 2;
}
.top-fv-circle,
.top-fv-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 9999px;
	transform: translate(-50%, -50%);
}
.top-fv-circle-mid {
	width: var(--circle-mid-size);
	height: var(--circle-mid-size);
	background: #f3f5f7;
	z-index: 2;
	border: 1px solid #e6e8eb;
}
.top-fv-circle-bg {
	width: var(--circle-bg-size);
	height: var(--circle-bg-size);
	background: #f7f8f9;
	z-index: 3;
	box-shadow:
		0 20px 50px rgb(0 0 0 / 10%),
		0 6px 16px rgb(0 0 0 / 6%);
}
.top-fv-ring-lg {
	width: var(--ring-lg-size);
	height: var(--ring-lg-size);
	z-index: 0;
	background: conic-gradient(from 90deg,
			#0b1f33 0 50%,
			#eef2f6 50% 100%);
	-webkit-mask: radial-gradient(farthest-side,
			transparent calc(100% - var(--ring-lg-thickness)),
			#000 0);
	mask: radial-gradient(farthest-side,
			transparent calc(100% - var(--ring-lg-thickness)),
			#000 0);
	animation: top-rotate-rt 40s linear infinite;
}
.top-fv-ring-sm {
	width: var(--ring-sm-size);
	height: var(--ring-sm-size);
	z-index: 1;
	background: conic-gradient(from 90deg,
			#ffffff 0 50%,
			#dde3ea 50% 100%);
	-webkit-mask: radial-gradient(farthest-side,
			transparent calc(100% - var(--ring-sm-thickness)),
			#000 0);
	mask: radial-gradient(farthest-side,
			transparent calc(100% - var(--ring-sm-thickness)),
			#000 0);
	animation: top-rotate-lf 22s linear infinite;
}
@keyframes top-rotate-rt {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@keyframes top-rotate-lf {
	from {
		transform: translate(-50%, -50%) rotate(360deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(0deg);
	}
}
@media (prefers-reduced-motion: reduce) {
	.top-fv-ring-lg,
	.top-fv-ring-sm {
		animation: none;
	}
}
@media screen and (max-width: 768px) {
	.top-fv {
        min-height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	.top-fv-inner {
		min-height: auto;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 24px;
		padding: var(--sp-80) 0;
	}
	.top-fv-copy {
		width: 100%;
		text-align: center;
	}
	.top-fv-title {
		font-size: var(--fz-42);
	}
	.top-fv-lead {
		font-size: var(--fz-14);
	}
    .top-fv-visual {
        position: relative;
        right: 0;
        transform: none;
        --ring-lg-size: clamp(320px, 92vw, 560px);
        margin-left: auto;
        margin-right: auto;
¥    }
}

/* TOPのSERVICE */
#top-service {
	background: var(--color-main);
	color: var(--color-text-wh);
}
.top-service-con-wrap {
    margin-top: 45px;
}
.top-service-con {
    border-top: 1px solid var(--color-bg-wh);
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.top-service-con:last-child {
    border-bottom: 1px solid var(--color-bg-wh);
}
.top-service-con-txt-number {
    line-height: 1;
    font-size: 32px;
    width: 40px;
    padding-right: 40px;
}
.top-service-con-txt {
    line-height: 1.5;
    color: var(--color-text-wh);
    width: calc(100% - 50px - 80px);
    padding-right: 80px;
}
.top-service-con-txt dt {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 600;
}
.top-service-con-txt dd {
    margin-top: 8px;
    font-size: 16px;
}
.top-service-con-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--color-bg-wh);
    border-radius: 50%;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
    .top-service-con-wrap {
        margin-top: 30px;
    }
    .top-service-con {
        padding: 30px 0 28px;
    }
    .top-service-con-txt-number {
        display: none;
    }
    .top-service-con-txt {
        width: calc(100% - 40px);
        padding-right: 0;
    }
    .top-service-con-txt dt {
        font-size: 20px;
    }
    .top-service-con-txt dd {
        margin-top: 5px;
        font-size: 14px;
    }
    .top-service-con-btn {
        width: 30px;
        height: 30px;
    }
}

/* TOPの事例 */
#top-case {
	background: var(--color-back);
}

/* TOPのお役立ち情報 */
#top-method {

}

/* TOPの会社について */
#top-about {
	color: var(--color-text-wh);
	background: var(--color-main);
}
.top-about-contents {
	margin-top: var(--sp-40);
}
.top-about-contents-txt {
	margin: 0 auto;
	max-width: 550px;
	line-height: 2;
}
.top-about-contents-txt p + p {
	margin-top: var(--sp-20);
}

/* TOPのお知らせ */
.top-news-contents {
	display: flex;
	justify-content: space-between;
	gap: var(--sp-10);
}
.top-news-contents .top-section-ttl01 {
	width: 30%;
	min-width: 200px;
}
.top-news-post-wrap {
	width: 70%;
}
@media (max-width: calc(1024px - 1px)) {
	#top-news.l-sectionHeight {
		padding-bottom: 0;
	}
	.top-news-contents {
		flex-direction: column;
		gap: var(--sp-30) var(--sp-10);
	}
	.top-news-contents .top-section-ttl01 {
		width: 100%;
		min-width: 100%;
	}
	.top-news-post-wrap {
		width: 100%;
	}
}
/********************************
 * ▲▲▲▲TOPページ｜固有｜End▲▲▲▲▲▲▲
 ********************************/

 /********************************
 * 記事関連｜部品｜共有（Fluid対応）
 ********************************/
/* --------------------------------
   記事リスト｜部品
-------------------------------- */
/* 投稿日時 */
.c-post-time__item {
	font-size: var(--fz-12);
	line-height: 1;
	display: inline-block;
}
/* カテゴリー・ジャンル */
.c-post-taxonomy {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px 10px;
	padding-left: 0;
}
.c-post-taxonomy__item {
    margin: 0;
}
.c-post-taxonomy__item,
a .c-post-taxonomy__item {
	color: var(--color-text-wh);
	font-size: var(--fz-12);
	line-height: 1;
	background: var(--color-main-light);
	padding: clamp(0.1875rem, 0.7vw, 0.3125rem) clamp(0.375rem, 1.2vw, 0.625rem);
	display: inline-block;
}
p.c-post-taxonomy__item + p.c-post-taxonomy__item {
	margin-top: 0;
}
/* タグ */
.c-post-tag {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--sp-4) var(--sp-4);
	padding-left: 0;
}
.c-post-tag__item,
a .c-post-tag__item {
	position: relative;
	display: inline-block;
	font-size: var(--fz-12);
	line-height: 1;
	padding: clamp(0.1875rem, 0.7vw, 0.3125rem) clamp(0.375rem, 1.2vw, 0.625rem);
	margin: 0;
	border: solid 1px var(--color-main);
}
@media (max-width: calc(1024px - 1px)) {
	.c-post-time__item {
		font-size: clamp(0.75rem, 0.9vw, 0.875rem);
		/* 12〜14 */
		right: clamp(0.9375rem, 2vw, 1.25rem);
		/* 15〜20 */
		bottom: clamp(0.5rem, 1.4vw, 1.25rem);
		/* 8〜20 */
	}
	.c-post-taxonomy__item,
	a .c-post-taxonomy__item {
		font-size: clamp(0.75rem, 0.9vw, 0.875rem);
		/* 12〜14 */
	}
	.c-post-tag__item,
	a .c-post-tag__item {
		font-size: clamp(0.75rem, 0.9vw, 0.875rem);
		/* 12〜14 */
	}
}
/* --------------------------------
   記事リスト｜縦リスト
-------------------------------- */
.c-postlist-items {
	padding-left: 0;
}
.c-postlist-item {
	list-style: none;
}
.c-postlist-item a {
	padding-top: var(--sp-20);
	padding-bottom: var(--sp-20);
	border-bottom: 1px solid #ccc;
	color: var(--color-text-bk);
	display: flex;
	gap: var(--sp-20);
}
.c-postlist-item > a:hover {
	opacity: 0.8;
	transition: opacity 0.3s ease;
}
.c-postlist-item:first-child a {
	border-top: 1px solid #ccc;
}
.c-postlist__imgWrap {
	width: 120px;
}
.c-postlist__txtWrap {
	width: calc(100% - 120px - var(var--sp-20));
}
.c-postlist-info {
	display: flex;
	align-items: center;
	gap: var(--sp-10) var(--sp-20);
	line-height: 1;
	flex-wrap: wrap;
}
.c-postlist-text {
	margin-top: 5px;
}
@media screen and (max-width: 1000px) {
	.c-postlist-info {
		gap: 8px 8px;
	}
	.c-postlist-text {
		margin-top: 8px;
		font-size: var(--fz-16);
		/* 16〜18（元は16固定） */
		font-weight: normal;
		line-height: 1.3;
	}
}
/* --------------------------------
   記事リスト｜1カラム（サムネあり）
-------------------------------- */
.c-1columnList {
	margin-top: var(--sp-120);
	border-top: 1px solid #ccc;
	padding-top: var(--sp-60);
}
.c-1columnList__items {
	margin-top: var(--sp-30);
}
.c-1columnList__item {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.c-1columnList__item + .c-1columnList__item {
	margin-top: var(--sp-40);
}
.c-1columnList__link {
	gap: 5%;
	color: var(--color-text-bk);
	/* NOTE: 元の --color-text-b は未定義っぽいので修正 */
	display: block;
}
.c-1columnList__imgWrap {
	border-radius: 5px;
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
}
.c-1columnList__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.c-1columnList__cat {
	margin-top: var(--sp-10);
	display: flex;
	gap: 2px 8px;
	flex-wrap: wrap;
	color: var(--color-main);
}
.c-1columnList__catItem {
	background: #141212;
	padding: 3px 8px 2px;
	line-height: 1;
	font-size: var(--fz-12);
	/* NOTE: 元の 1.20px は誤記と判断（12px相当） */
	border-radius: 20px;
}
/* --------------------------------
   記事リスト｜2カラム
-------------------------------- */
.c-2columnList {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-30) 4%;
    padding-left: 0;
    list-style: none;
}
.c-2columnList__item {
    width: calc((100% - var(--sp-30))/2);
	margin: 0;
}
.c-2columnList__article {
    height: 100%;
}
.c-2columnList__link {
    display: block;
    height: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-bg-wh);
    color: var(--color-text-bk);
    transition: var(--hover-time);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}
.c-2columnList__link:hover {
    box-shadow: var(--shadow-hard);
    border: 1px solid var(--color-main);
    text-decoration: none;
}
.c-2columnList__imgWrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}
.c-2columnList__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--hover-time);
}
.c-2columnList__link:hover .c-2columnList__img {
    transform: scale(1.05);
}
.c-2columnList__date {
	display: flex;
	gap: var(--sp-4);
	justify-content: space-between;
}
.c-2columnList__txt {
    padding: var(--sp-20);
}
.c-2columnList__title {
    font-weight: 600;
    line-height: 1.35;
    font-size: var(--fz-16);
	margin-top: var(--sp-10);
	margin-bottom: var(--sp-10);
}

@media (max-width: 767px) {
    .c-2columnList {
        margin-top: var(--sp-20);
        padding-top: var(--sp-40);
    }
    .c-2columnList__items {
        gap: var(--sp-20);
    }
    .c-2columnList__item {
        width: 100%; /* スマホでは1列 */
    }
    .c-2columnList__title {
        font-size: var(--fz-14);
    }
}
/* --------------------------------
   記事リスト｜3カラム
-------------------------------- */
.c-3columnList {
	padding-left: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: var(--sp-20);
	margin-top: var(--sp-60);
}
.c-3columnList__item {
	width: calc((100% - var(--sp-40)) / 3);
	list-style: none;
	margin-bottom: 0;
}
.c-3columnList__article {
	height: 100%;
}
.c-3columnList__link {
	position: relative;
	padding: 0;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
	background: var(--color-bg-wh);
	display: block;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.035);
}
/* NOTE: ::hover は無効なので :hover に修正 */
.c-3columnList__link:hover {
	box-shadow: var(--shadow-hard);
	border: 1px solid var(--color-main);
	transition: var(--hover-time);
}
.c-3columnList__imgWrap {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}
.c-3columnList__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.c-3columnList__txt {
	background: var(--color-bg-wh);
	padding: var(--sp-20) var(--sp-20) clamp(1rem, 2.4vw, 1.5625rem);
	/* 16〜25 */
	position: relative;
}
.c-3columnList__date {
	display: flex;
	gap: var(--sp-4);
	justify-content: space-between;
}
.c-3columnList__date .c-post-taxonomy {
	width: calc(100% - 60px - 4px);
}
.c-3columnList__title {
	font-weight: 400;
	line-height: 1.35;
	margin-top: var(--sp-10);
	margin-bottom: var(--sp-10);
}
@media (max-width: calc(1024px - 1px)) {
	.c-3columnList {
		margin-top: var(--sp-30);
		gap: var(--sp-20) 2.5%;
	}
	.c-3columnList__item {
		width: 100%;
	}
	.c-3columnList__item + .c-3columnList__item {
		margin-top: var(--sp-20);
	}
	.c-3columnList__txt {
		width: 100%;
		padding: var(--sp-15) 5% var(--sp-20);
	}
	.c-3columnList__link {
		flex-direction: column;
		gap: var(--sp-10) 0;
	}
	.c-3columnList__title {
		font-size: var(--fz-16);
	}
}
/* =============================
   記事アーカイブ｜タクソノミー一覧
   ============================= */
.c-archive-taxonomy-wrap {
	margin-bottom: var(--sp-40);
}
.c-archive-taxonomy-list {
	display: flex;
	gap: var(--sp-15);
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.c-archive-taxonomy-item {
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 50px;
}
.c-archive-taxonomy-item a {
	padding: var(--sp-8) var(--sp-15);
	font-weight: 400;
	font-size: var(--fz-14);
}

/********************************
 * 事例関連ページ
 ********************************/
/* --------------------------------
  事例リスト｜3columnカード
-------------------------------- */
.c-case-columnList {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-20);
}
.c-case-columnList-item {
	width: calc((100% - 40px) / 3);
	list-style: none;
	margin-bottom: 0;
	margin-top: 0;
}
.c-case-columnList-con {
	position: relative;
	padding: clamp(1rem, 2.4vw, 1.5625rem) var(--sp-20) clamp(1rem, 2.4vw, 1.5625rem);
	height: 100%;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: var(--color-bg-wh);
	display: block;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.035);
}
.c-case-columnList-con:hover {
	box-shadow: var(--shadow-hard);
	border: 1px solid var(--color-main);
	transition: var(--hover-time);
}
.c-case-columnList-con-top {
}
.c-case-columnList-con-top-txt {
}
.c-case-columnList-con-top-txt-company {
	font-weight: 600;
	line-height: 1.35;
	margin-top: var(--sp-12);
}
.c-case-columnList-con-top-txt-ttl {
	font-size: var(--fz-base);
	font-weight: 400;
	line-height: 1.35;
	margin-top: var(--sp-8);
}
.c-case-columnList-con-top-img {
	margin-top: var(--sp-8);
	width: 100%;
	height: auto;
	overflow: hidden;
}
.c-case-columnList-con-top-img img {
	width: 100%;
	height: auto;
}
.c-case-columnList-con-under {
	margin-top: var(--sp-8);
}
@media (max-width: calc(1024px - 1px)) {
	.c-case-columnList {
		margin-top: var(--sp-60);
		gap: var(--sp-20) 2.5%;
	}
	.c-case-columnList-item {
		width: 100%;
	}
	.c-case-columnList-con {
		padding: var(--sp-15) 5% var(--sp-20);
	}
	.c-case-columnList-con-top {
		flex-direction: column;
		gap: 5px;
	}
	.c-case-columnList-con-top-txt {
		width: 100%;
		min-height: 0;
	}
	.c-case-columnList-con-top-txt-ttl {
		display: none;
	}
	.c-case-columnList-con-top-img {
		width: 100%;
	}
	.c-case-columnList-con-under {
		margin-top: var(--sp-10);
		padding-top: var(--sp-10);
	}
	.c-case-columnList-con-under-txt {
		font-size: var(--fz-16);
		font-weight: 400;
	}
}
/* --------------------------------
  事例リスト｜リストカード
-------------------------------- */
.c-case-list-card {
    list-style: none;
	padding-left: 0;
}
.c-case-list-card-item {
    margin-top: var(--sp-15);
}
.c-case-list-card-con {
	display: flex;
	justify-content: space-between;
}
.c-case-list-card-con-img {
	width: calc(50% - var(--sp-8));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}
.c-case-list-card-con-txt {
	width: 50%;
}
.c-case-list-card-con-txt .c-post-taxonomy {
	width: 100%;
}
.c-case-list-card-con-txt-ttl {
	font-size: var(--fz-14);
	font-weight: 600;
	line-height: 1.35;
	margin-top: var(--sp-4);
}





/* --------------------------------
  事例アーカイブ｜フィルター機能（主に余白/文字をFluid化）
-------------------------------- */
.case-filter-submit-reset,
.case-filter-submit-btn {
	display: inline-block;
	padding: clamp(0.3125rem, 0.9vw, 0.375rem) clamp(0.9375rem, 2vw, 1.25rem) clamp(0.25rem, 0.8vw, 0.3125rem);
	line-height: 1;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.case-filter-submit-reset {
	color: #5a5a5a;
	border-right: 1px solid #ccc;
}
.case-filter-submit-area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	column-gap: var(--sp-20);
}
.case-selected-filters-display {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-10);
	line-height: 1;
}
.case-filter-submit-btn {
	color: var(--color-text-bk);
	cursor: pointer;
}
.case-filter {
	margin-bottom: var(--sp-40);
}
.case-tab-buttons {
	margin-top: var(--sp-20);
	display: flex;
	justify-content: space-between;
	column-gap: 5px;
	border-bottom: 2px solid #ddd;
}
.case-tab-button {
	width: calc((100% / 3) - 5px);
	padding: var(--sp-10) var(--sp-20) clamp(0.5rem, 1vw, 0.5625rem);
	/* 下だけ少し */
	line-height: 1;
	cursor: pointer;
	color: var(--color-text-bk);
	background: var(--color-gray);
	font-size: var(--fz-14);
}
.case-tab-button.is-active {
	font-weight: bold;
	border-bottom-color: var(--color-main);
}
.case-tab-panel {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	transition: all 0.4s ease-out;
}
.case-tab-panel.is-active {
	opacity: 1;
	padding-top: var(--sp-20);
	padding-bottom: var(--sp-20);
	max-height: 500px;
}
.case-checkbox-group,
.case-checkbox-items {
	display: flex;
	flex-wrap: wrap;
	gap: var(--sp-10) var(--sp-20);
	border: none;
}
.case-checkbox-item {
	display: flex;
	align-items: center;
	gap: var(--sp-10);
}
.case-checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
/* ここはUI構造が変わるのでMQは維持（値だけ整理） */
@media (max-width: 1000px) {
	.case-filter-form {
		display: flex;
		flex-direction: column;
		row-gap: 8px;
	}
	.case-filter-submit-reset {
		font-size: var(--fz-14);
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
	.case-selected-filters-display {
		margin-bottom: var(--sp-10);
		margin-top: var(--sp-10);
	}
	.case-tab-buttons, .case-tab-panels, .case-filter-submit-area {
		display: contents;
	}
	.case-tab-buttons {
		border-bottom: none;
		margin-top: 0;
	}
	.case-tab-button {
		width: 100%;
		display: block;
		text-align: left;
		padding: var(--sp-10) 1rem;
		border: 1px solid #ddd;
		border-radius: 8px;
		background: #f6f8fa;
		position: relative;
		font-weight: 600;
	}
	.case-tab-button::after {
		content: "▾";
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		transition: transform .2s ease;
	}
	.case-tab-button.is-active {
		background: var(--color-gray);
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.case-tab-button.is-active::after {
		transform: translateY(-50%) rotate(180deg);
	}
	.case-tab-panel {
		border: 1px solid #ddd;
		border-top: none;
		border-radius: 0 0 8px 8px;
		background: #fff;
		padding: 0 12px;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		margin-top: -1px;
		transition: max-height .35s ease, opacity .25s ease, padding .25s ease;
	}
	.case-tab-panel.is-active {
		padding: 12px;
		max-height: 60vh;
		opacity: 1;
		margin-top: -11px;
	}
	.case-checkbox-items {
		gap: 12px 16px;
	}
	.case-checkbox-item {
		gap: 12px;
	}
	.case-checkbox-item label {
		line-height: 1;
	}
	.case-checkbox input[type="checkbox"] {
		width: 22px;
		height: 22px;
	}
	.case-tab-button:nth-of-type(1) {
		order: 10;
	}
	.case-tab-panel:nth-of-type(1) {
		order: 11;
	}
	.case-tab-button:nth-of-type(2) {
		order: 12;
	}
	.case-tab-panel:nth-of-type(2) {
		order: 13;
	}
	.case-tab-button:nth-of-type(3) {
		order: 14;
	}
	.case-tab-panel:nth-of-type(3) {
		order: 15;
	}
	.case-tab-button:nth-of-type(4) {
		order: 16;
	}
	.case-tab-panel:nth-of-type(4) {
		order: 17;
	}
	.case-tab-button:nth-of-type(5) {
		order: 18;
	}
	.case-tab-panel:nth-of-type(5) {
		order: 19;
	}
	.case-filter-submit-reset {
		order: 1;
		align-self: flex-start;
	}
	.case-selected-filters-display {
		order: 2;
	}
	.case-filter-submit-btn {
		order: 999;
		width: 100%;
		padding: 0.875rem 1.125rem;
		border-radius: 8px;
		font-weight: 700;
		border: 1px solid var(--color-main);
		background: var(--color-main);
		color: #fff;
		position: sticky;
		bottom: 0;
		z-index: 1;
	}
	.case-filter {
		margin-bottom: var(--sp-20);
	}
}
/* --------------------------------
  事例記事詳細｜ページ
-------------------------------- */
.post-case-header {
	padding-bottom: var(--sp-30);
	margin-bottom: var(--sp-30);
	border-bottom: 1px solid #ccc;
}
.post-case-header-txt {
	font-size: var(--fz-20);
	border-left: 5px solid var(--color-main);
	padding-left: var(--sp-10);
	margin-bottom: var(--sp-20);
}
.post-case-info {
	margin-bottom: var(--sp-120);
}
.post-case-info-content {
	display: flex;
	background: var(--color-gray);
	gap: var(--sp-10) var(--sp-20);
	padding: var(--sp-30) clamp(1.5rem, 3vw, 2.1875rem) var(--sp-20);
	/* 30 / 24〜35 / 20 */
	flex-wrap: wrap;
}
.post-case-info-content + .post-case-info-content {
	padding-top: var(--sp-20);
	padding-bottom: var(--sp-30);
}
.post-case-info-content-ttl {
	width: 100%;
	font-size: var(--fz-base);
	line-height: 1;
	padding-top: 7px;
	padding-left: var(--sp-10);
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid var(--color-main);
	margin-bottom: var(--sp-10);
}
.post-case-info-content-item {
	display: flex;
	width: calc(50% - 10px);
}
.post-case-info-content-item:last-child {
	width: 100%;
}
.post-case-info-content-item-ttl {
	flex-shrink: 0;
	white-space: nowrap;
	font-weight: 600;
	line-height: 1.5;
}
.post-case-info-content-item-txt {
	flex: 1;
	line-height: 1.5;
}
.post-case-info-content-item-txt a:hover {
	color: var(--color-main);
	transition: var(--hover-time);
}
@media screen and (max-width: 999px) {
	.post-case-header-txt {
		width: 100%;
	}
	.post-case-header .post-info {
		margin-bottom: 0;
	}
	.post-case-header .c-case-columnList-con-top-img {
		display: none;
	}
	#post-case a .post-taxonomy-item {
		font-size: var(--fz-14);
	}
	.post-case-info {
		padding-bottom: var(--sp-20);
		margin-bottom: var(--sp-20);
	}
	.post-case-info-content {
		gap: 5px 5%;
		padding: var(--sp-15) 5% clamp(0.75rem, 2vw, 0.875rem);
	}
	.post-case-info-content-item {
		width: 100%;
		margin-top: 5px;
	}
	.post-case-info-content-item-ttl {
		display: inline-block;
		min-width: 70px;
	}
}
/* --------------------------------
  事例記事詳細｜サイドバー
-------------------------------- */
.case-filter-sidebar {
	background: var(--color-gray);
	padding: var(--sp-30) clamp(0.875rem, 2vw, 0.9375rem) var(--sp-20);
	/* 30 / 14〜15 / 20 */
	margin-bottom: var(--sp-60);
}
.case-filter-sidebar h3 {
	border-bottom: none;
	position: inherit;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}
.case-filter-select {
	margin-top: var(--sp-15);
	border-top: 1px solid #ccc;
	padding-top: var(--sp-15);
}
.case-filter-select:first-child {
	padding-top: 0;
	border: none;
}
.case-filter-select label {
	display: block;
	font-weight: 600;
	line-height: 1;
}
.case-filter-select select {
	display: block;
	width: 100%;
	background: var(--color-bg-wh);
	padding: 6px 5px;
	border-radius: 5px;
	margin-top: 5px;
}
.case-filter-actions {
	text-align: center;
	margin-top: var(--sp-30);
}
.case-filter-actions .case-filter-submit-btn {
	display: inline-block;
	margin: 0;
	/* NOTE: 元の「margin: ;」は無効なので補正 */
	padding: 6px 20px 5px;
	line-height: 1;
	border-radius: 5px;
	color: var(--color-text-bk);
	cursor: pointer;
	border: 1px solid #ccc;
}

/* =========================================================
   資料請求ページ
========================================================= */
#document-page .l-2column-page__main {
	max-width: calc(100% - 40% - 60px);
}
.document-con-ttl h2 {
	font-size: var(--fz-30);
	/* 26〜30相当 */
	font-weight: bold;
	padding-bottom: var(--sp-20);
	margin-bottom: var(--sp-60);
	border-bottom: 3px solid var(--color-main);
	line-height: 1.35;
}
.document-contents .post-thumbnail {
	box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.035);
}
.document-subcon-wrap {
	margin-top: var(--sp-60);
	padding-top: var(--sp-60);
	border-top: 1px solid #ccc;
}
.document-subcon-sev-ttl,
.document-subcon-logo-ttl {
	text-align: center;
	line-height: 1;
}
.document-subcon-sev-ttl p,
.document-subcon-logo-ttl h2 {
	font-size: var(--fz-32);
	/* 20〜32 */
	font-weight: 600;
	letter-spacing: 0.1px;
}
.document-subcon-sev-ttl h2 {
	position: relative;
}
.document-subcon-sev-txt {
	font-size: clamp(0.875rem, 1.2vw, 1.125rem);
	/* 14〜18 */
	margin-top: var(--sp-30);
}
.document-subcon-sev-txt p + p {
	margin-top: 5px;
}
.document-subcon-logo {
	margin-top: var(--sp-60);
}
.document-subcon-logo-ttl p {
	font-size: var(--fz-12);
	margin-top: 5px;
}
.document-subcon-logo-con {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 1px var(--sp-20);
}
.document-subcon-logo-con img {
	width: calc((100% - 60px) / 4);
	height: auto;
}
/* レイアウト差があるのでMQは維持 */
@media (max-width: calc(1024px - 1px)) {
	#document-page .l-2column-page__main {
		max-width: 100%;
	}
	.document-con-ttl h2 {
		font-size: var(--fz-24);
	}
	.document-subcon-sev {
		margin-top: var(--sp-60);
	}
	.document-subcon-sev-ttl p,
	.document-subcon-logo-ttl h2 {
		font-size: clamp(1.625rem, 2.4vw, 2rem);
		/* 26〜32（SP寄せ） */
	}
	.document-subcon-sev-ttl h2 {
		margin-top: var(--sp-15);
	}
	.document-subcon-sev-txt {
		font-size: var(--fz-base);
	}
	.document-subcon-sev-txt p + p {
		margin-top: var(--sp-15);
	}
}
/* 資料請求用フォーム */
#document-page #form {
	padding: clamp(1.875rem, 3vw, 2.5rem);
	/* 30〜40 */
	border-radius: 10px;
	margin-top: 0;
	height: 100%;
	position: relative;
	top: 0;
	width: 100%;
	max-width: calc(100% - 60%);
	background: var(--color-bg-wh);
	margin-left: auto;
	margin-right: auto;
}
.form-document-warning {
	text-align: center;
	margin-bottom: var(--sp-20);
	border-radius: 30px;
	background: var(--color-back);
	border: 1px solid var(--color-main);
	display: block;
	color: var(--color-text-bk);
	padding: var(--sp-10) 0 clamp(0.5rem, 1vw, 0.5625rem);
	/* 8〜9 */
	line-height: 1;
}
.form-document-name-txt {
	padding: 5px 10px;
	border-radius: 5px;
	/* NOTE: 5qpx は誤記なので補正 */
	border: 1px solid #ccc;
	margin-top: 5px;
}
#document-page .form-btn {
	max-width: 100%;
}
@media (max-width: calc(1024px - 1px)) {
	#document-page #form {
		width: 100%;
		max-width: 100%;
		padding: var(--sp-30) 5%;
	}
}
/* 資料請求完了ページ */
.thanks-con-document {
	margin: var(--sp-20) 0;
}
.thanks-con-document span {
	font-size: var(--fz-20);
	font-weight: 600;
	color: var(--color-main);
}

/* =========================================================
   会社についてページ
========================================================= */


.about-mvv-item + .about-mvv-item {
	margin-top: var(--sp-60);
}
.about-mvv-item-txt {
	font-size: var(--fz-20);
	font-weight: 600;
}

#about-message {
	background: var(--color-back);
	padding-bottom: var(--sp-60);
}
.about-message-contents {
    display: flex;
    justify-content: space-between;
    gap: var(--sp-30) var(--sp-30);
	margin-top: var(--sp-45);
}
.about-message-ceo {
    width: 30%;
}
.about-message-ceo-name {
    margin-top: var(--sp-8);
	font-family: var(--ff-minkata);
	font-size: var(--fz-20);
	line-height: 1.35;
}
.about-message-ceo-name span {
    color: var(--color-blue);
	font-size: var(--fz-12);
}
.about-message-txt {
    width: calc(70% - var(--sp-30));
    line-height: 1.75;
}
.about-message-txt p:first-child {
    font-weight: 600;
	font-family: var(--ff-minkata);
	font-size: var(--fz-32);
}
.about-message-txt p + p {
    margin-top: var(--sp-20);
}

#about-outline {
    margin-top: -80px;
    border-radius: 60px 60px 0 0;
    background: var(--color-submain);
    color: var(--color-text-wh);
    position: relative;
    z-index: 1;
}
.about-outline {
    display: flex;
    justify-content: space-between;
}
.about-outline-wrap {
	width: 65%;
}
.about-outline-wrap dl {
	padding: 40px 0;
	border-bottom: 1px solid var(--color-back);
	display: flex;
}
.about-outline-wrap dl:first-child {
}
.about-outline-wrap dt {
	font-weight: bold;
	display: block;
    width: 25%;
    min-width: 170px;
}
.about-outline-wrap dd a {
    color: var(--color-text-b);
}
@media (max-width: calc(1024px - 1px)) {
	#about-outline {
		flex-direction: column;
		padding-bottom: 40px;
		border-radius: 0 80px 0 0;
	}
    #about-outline .page-ttl01 {
        widows: 100%;
        text-align: left;
    }
    .about-outline {
        flex-direction: column;
    }
	.about-outline-wrap {
		width: 100%;
		text-align: left;
	}
	.about-outline-wrap dl {
		padding: 20px 0;
		flex-direction: column;
	}
	.about-outline-wrap dl:first-child {
        border-top: 1px solid var(--color-back);
		padding-top: 20px;
        margin-top: 20px;
	}
	.about-outline-wrap dt {
		width: 100%;
	}
	.about-outline-wrap dd {
		width: 100%;
		margin-top: 3px;
	}
}
.map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 25%; /* 16:9 aspect ratio */
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	filter: grayscale(100%); -webkit-filter: grayscale(100%);
}
@media (max-width: calc(1024px - 1px)) {
	.map-container {
		padding-bottom: 50%;
	}
}

/* =============================
   事業紹介一覧
   ============================= */
.service {
    background: linear-gradient(270deg, #385B92 0%, #385B92 100%) no-repeat left center / 50% auto;
}
.service-page {
    padding: 80px 60px;
    background: var(--color-bg-wh);
    filter: drop-shadow(5px 10px 12px rgba(0, 0, 0, 0.05));
}
.service-concept-en {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    color: var(--color-main);
}
.service-concept-bigtxt {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-text-bk);
}
.service-concept-txt {
    margin-top: 20px;
}
.service-contents {
    margin-top: 60px;
}
.service-contents-item {
    border-top: 1px solid #ccc;
    padding: 60px 0;
}
.service-contents-item:last-child {
    border-bottom: 1px solid #ccc;
}
.service-contents-item-ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    color: var(--color-text-bk);
}
.service-contents-item-ttl-en {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 8px;
    color: var(--color-main);
}
.service-contents-item-main {
    display: flex;
    gap: 20px 20px;
    margin-top: 15px;
}
.service-contents-item-main-img {
    width: 100%;
    max-width: 400px;
    /* aspect-ratio: 1 / 1; */
    position: relative;
    overflow: hidden;
}
.service-contents-item-main-txt-wrap {
    width: calc(100% - 250px);
}
.service-contents-item-main-bigtxt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
.service-contents-item-main-txt {
    margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 1000px) {
    .service-page {
        padding: 60px 5%;
    }
    .service-concept-en {
        font-size: 12px;
    }
    .service-concept-bigtxt {
        font-size: 26px;
        line-height: 1.3;
    }
    .service-concept-txt {
        margin-top: 10px;
    }
    .service-contents-item-ttl {
        font-size: 24px;
    }
    .service-contents-item-ttl-en {
        font-size: 12px;
        margin-top: 6px;
    }
    .service-contents-item-main {
        flex-direction: column;
        margin-top: 20px;
    }
    .service-contents-item-main-txt-wrap {
        width: 100%;
    }
    .service-contents-item-main-bigtxt {
        font-size: 18px;
    }
    .service-contents-item-main-txt {
        margin-top: 8px;
    }
}

/* =============
お問い合わせページ
=============== */
.form-content-wrap {
    padding: 80px 120px 80px;
    border-radius: 10px;
    background: var(--color-gray);
}
.form-page-con-img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-bg-wh);
    border-radius: 100px;
    transform: scale(1.5);
}
.form-page-con-ttl {
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
}
.form-page-con-txt {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 999px) {
    .form-content-wrap {
        padding: 60px 5% 40px;
    }
    .form-page-con-ttl {
        font-size: 20px;
    }
}
/*
入力確認*/
.confirm-txt {
    padding: 10px 10px 9px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-top: 4px;
    display: block;
    background: var(--color-bg-wh);
}
.confirm-txt-last {
	margin-bottom: 60px;
}
#form .wpcf7-previous {
    background: transparent!important;
    box-shadow: initial;
    border: solid 1px var(--color-text-bk)!important;
    font-size: 12px;
    color: var(--color-text-bk);
    width: 100%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
    border-radius: 100px!important;
    font-weight: normal;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 20px;
}
/*サンクスページ*/
.thanks-page-check-icon svg {
    margin: 0 auto;
}
.thanks-page-con-ttl {
  text-align: center;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.thanks-page-con-txt {
  text-align: center;
  margin-top: 15px;
}
#thanks h2.wp-block-heading {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 600;
    color: var(--color-text-bk);
    text-align: center;
    margin-top: 30px;
    background: none;
    border: none;
}

@media screen and (min-width: 0em) and (max-width: 1000px) {
}

/* =============================
   サンクスページ（Fluid対応）
============================= */
.thanks-con-wrap {
	max-width: 800px;
	text-align: center;
}
#thanks-page a:hover {
	opacity: 0.6;
	transform: .3s;
}
.thanks-con-wrap figure {
	width: clamp(2.5rem, 4vw, 2.8125rem);
	/* 40〜45 */
	margin: 0 auto;
}
.thanks-con-wrap h2 {
	margin-top: var(--sp-20);
}
.thanks-content-txt {
	text-align: left;
}
.thanks-content-txt-small {
	display: block;
	margin-top: var(--sp-30);
	font-size: var(--fz-14);
	border: 1px solid #ccc;
	padding: var(--sp-20);
}
.thanks-br {
	width: clamp(5rem, 8vw, 6.25rem);
	/* 80〜100 */
	background: var(--color-main);
	height: 3px;
	margin: clamp(2rem, 5vw, 3.125rem) auto;
	/* 32〜50 */
}
.thanks-post-wrap {
	padding-top: 0;
}
.thanks-post {
	border-top: 1px solid #ccc;
	padding-top: var(--sp-80);
}
.thanks-post-ttl {
	text-align: center;
	margin-bottom: var(--sp-30);
}
/* NOTE: thanks-br と thanks_br が混在していたので、両方ケア */
@media screen and (max-width: 750px) {
	.thanks-br,
	.thanks_br {
		width: 80px;
		height: 2px;
	}
}
/* =============================
   404ページ
============================= */
.page-404-contents {
	display: flex;
	justify-content: center;
	min-height: 50vh;
	flex-direction: column;
}
.page-404-txt {
	margin-top: 5px;
}

/* =============================
   役員メンバーページ（Fluid対応）
============================= */
#member-page a:hover {
	opacity: .5;
}
#member-page .l-innerWidth {
	max-width: 1000px;
}
.member-page-company {
	font-size: var(--fz-20);
}
.member-page-company strong {
	color: var(--color-main);
	font-weight: normal;
}
#member-page h2.member-page-name {
	font-size: clamp(2.25rem, 4vw, 2.875rem);
	/* 36〜46 */
	font-weight: 700;
	position: inherit;
	margin-top: var(--sp-30);
	margin-bottom: 0;
	background: none;
	padding: 0;
	line-height: 1;
	border-bottom: 0;
}
#member-page h2.member-page-name strong {
	color: var(--color-main);
	font-weight: 600;
}
h2.member-page-name::before {
	width: 0;
	height: 0;
}
.member-page-namekana {
	font-size: var(--fz-14);
	color: #8A8A8A;
	margin-top: var(--sp-10);
}
.member-page-copy {
	margin-top: var(--sp-30);
	font-size: var(--fz-20);
	line-height: 1.5;
	letter-spacing: 1.5px;
}
.member-page-top-img {
	max-width: 290px;
	border-radius: 10px;
	overflow: hidden;
}
#member-page figure.wp-block-image {
	margin-top: 0;
}
.member-page-top-sns {
	margin-top: var(--sp-20) !important;
	display: block;
}
.member-page-contents {
	margin-top: var(--sp-60);
}
.member-page-contents p {
	line-height: 1.8;
}
.member-page-contents p + p {
	margin-top: var(--sp-15);
}

/* =============================
   プラグイン制御用CSS
============================= */
/* PoPUP maker */
.popmake-content .wp-block-image + .wp-block-image {
	margin-top: 0;
}

/* =============================
   イベント
============================= */
.event-status-is-upcoming {
    background: var(--color-main);
    color: var(--color-text-wh);
    border-color: var(--color-main);
    padding: 5px 10px;
    border-radius: 30px;
    line-height: 1;
}
.event-status-is-ongoing {
    background: var(--color-blue);
    color: var(--color-text-wh);
    border-color: var(--color-blue);
    padding: 5px 10px;
    border-radius: 30px;
    line-height: 1;
}
.event-status-is-finished {
    background: #ccc;
    color: var(--color-text-bk);
    border-color: #ccc;
    padding: 5px 10px;
    border-radius: 30px;
    line-height: 1;
}

/* --------------------------------
  共有タクソノミーアーカイブ（taxonomy-shared.php）
  case + method を別セクションで出し分け
-------------------------------- */
.taxonomy-shared {
    display: flex;
    flex-direction: column;
    gap: var(--sp-60);
}
.taxonomy-shared__section-ttl {
    font-size: var(--fz-24);
    font-weight: 700;
    padding-bottom: var(--sp-12);
    border-bottom: 2px solid var(--color-main);
    margin-bottom: var(--sp-30);
}
@media (max-width: calc(1024px - 1px)) {
    .taxonomy-shared {
        gap: var(--sp-40);
    }
    .taxonomy-shared__section-ttl {
        font-size: var(--fz-20);
        margin-bottom: var(--sp-20);
    }
}

/* --------------------------------
  記事詳細ページ
-------------------------------- */
.post-content-main > * {
	margin-bottom: var(--sp-30);
}
.post-ttl {
	font-size: var(--fz-24);
	line-height: 1.35;
	margin-bottom: var(--sp-10);
}
.post-main {
	max-width: calc(100% - 320px - 60px);
}
.post-main .c-post-taxonomy__item {
	font-size: var(--fz-14);
}
.post-thumbnail {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
	margin-bottom: var(--sp-30);
	margin-top: var(--sp-30);
	border: 1px solid #efefef;
	box-shadow: var(--shadow-normal);
}
.post-date-wrap {
	display: flex;
	gap: var(--sp-4),var(--sp-4);
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-main .c-post-taxonomy {
	width: calc(100% - 100px - var(--sp-4));
}
.post-date {
	text-align: right;
	max-width: 100px;
	width: 100%;
}
.post-tag-wrap {
	margin-top: var(--sp-20);
}
@media (max-width: calc(1024px - 1px)) {
	.post-main {
		max-width: 100%;
	}
	.post-date-wrap {
		flex-direction: column;
		align-items: flex-end;
	}
	.post-page .c-post-taxonomy {
		width: 100%;
	}
	.post-date {
		font-size: var(--fz-12);
	}
	.post-main .c-post-taxonomy__item {
		font-size: var(--fz-12);
	}
}

/* 記事内画像リンク */
.post-lead-img {
	line-height: 0;
	box-shadow: 4px 4px 8px rgba(195, 42, 31, 0.3);
	border-radius: 10px;
	transition: .25s;
	overflow: hidden;
}
.post-lead-img:hover {
	box-shadow: 0 0 0 rgba(195, 42, 31, 0.0);
	transition: .25s;
}

/* シェアボタン */
.c-shareBtns__list-wrap {
	margin-top: var(--sp-60);
}
.c-shareBtns__list {
	margin-top: var(--sp-10);
	display: flex;
	gap: 5px;
	justify-content: center;
    padding-left: 0;
}
.c-shareBtns__item {
    text-align: center;
    width: calc((100% - 5px) / 4);
    border-radius: 5px;
	list-style: none;
	margin: 0;

	&.-facebook {
		background-color: #0766FC;
	}
	&.-x {
		background-color: #333;
	}
	&.-hatebu {
		background-color: #00A4DE;
	}
	&.-line {
		background-color: #00B900;
	}
	&.-linkcopy {
		background: var(--color-darkgray);
	}
}
.c-shareBtns__item:hover {
	opacity: .6;
	transition: .25s;
}
.c-shareBtns__btn {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    height: 100%;
}
.c-shareBtns__btn svg {
	width: clamp(1.5rem, 2vw, 1.875rem);
}
/* 記事内｜お問い合わせバナー */
.c-post-contact {
	position: relative;
	overflow: hidden;
	background: var(--color-main);
	gap: var(--sp-10);
	margin-top: var(--sp-60);
	padding: var(--sp-40) var(--sp-20);
	border-radius: 10px;
	color: var(--color-text-wh);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-post-contact::before {
	position: absolute;
	content: "";
	background: url(./assets/img/common/bg1.svg) no-repeat center center / 100%;
	bottom: -43%;
	right: -28%;
	width: 50%;
	height: 120%;
	opacity: 0.2;
}
.c-post-contact-txt-wrap {
	width: 60%;
}
.c-post-contact-txt-ttl {
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	/* 16〜18 */
	line-height: 1.25;
}
.c-post-contact-txt-ttl span {
	font-size: clamp(1.625rem, 2.4vw, 1.875rem);
	/* 26〜30 */
	letter-spacing: .05rem;
	font-weight: 600;
}
.c-post-contact-txt {
	margin-top: var(--sp-15);
	line-height: 1.5;
    font-size: var(--fz-12);
}
a.c-post-contact-btn {
	position: relative;
	width: calc(100% - 60% - 10px);
	display: block;
	background: var(--color-bg-wh);
	color: var(--color-main);
	font-size: var(--fz-base);
	border-radius: 100px;
	text-align: center;
	padding: var(--sp-10) var(--sp-20) var(--sp-10) var(--sp-10);
	font-weight: 600;
	letter-spacing: 0;
	overflow: hidden;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}
a.c-post-contact-btn::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 13px;
	background: url(./assets/img/common/arrow_red.svg) no-repeat center center / 102%;
	width: 11px;
	height: 12px;
	transform: translate(0, -50%);
}
/* レイアウト変更があるのでMQは維持（ただし値はFluid化） */
@media screen and (max-width: 750px) {
	.c-post-contact {
		padding: var(--sp-40) 5%;
		border-radius: 10px;
		flex-direction: column;
	}
	.c-post-contact::before {
		bottom: -38%;
		right: -28%;
		width: 70%;
	}
	.c-post-contact-txt-wrap {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.c-post-contact-txt-ttl {
		font-size: clamp(1rem, 1.4vw, 1.125rem);
	}
	.c-post-contact-txt-ttl span {
		font-size: clamp(1.5rem, 2.2vw, 1.625rem);
	}
	.c-post-contact-txt {
		margin-top: var(--sp-15);
		font-size: var(--fz-base);
	}
	a.c-post-contact-btn {
		width: 90%;
		font-size: var(--fz-base);
		padding: var(--sp-15) var(--sp-8);
		text-align: center;
		margin-top: var(--sp-30);
	}
}

.c-related {
	border-top: 1px solid #ccc;
}
.c-related-item {
	margin-top: var(--sp-60);
}
.c-related__ttl {
	text-align: center;
	display: block;
	position: relative;
	padding-bottom: var(--sp-15);
}
.c-related__ttl::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: var(--color-grad);
    transform: translate(-50%, 0);
}
.c-related .c-3columnList , .c-related .c-case-columnList {
	margin-top: var(--sp-30);
}