body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	list-style-type: none;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
}

textarea{
	font-size: 100%;
}

*:focus {
outline: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

img{
	max-width: 100%;
	height: auto;
}

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

iframe[name="google_conversion_frame"] {
	position: absolute; top: 0;
}

input, button, textarea, select {
}

body{
	height: 100%;
	background: #fff;
	color: #000;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;

	background-color: #F1F3F4;
}

#top{
padding-top: 120px;
}

a{text-decoration: none; color: #000;}
a:hover{text-decoration: none; color: #444;}

a:hover img{
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img{
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

.s_text{
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-variant-ligatures: no-common-ligatures;
    text-align: justify;
}

/* =========================================================
Base Extensions
========================================================= */

/* PC表示用のユーティリティクラス */
@media screen and (min-width: 769px) {
	.sp_view { display: none !important; }
}

/* 共通アイコン（丸囲み矢印） */
.c-icon-arrow-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid currentColor;
	border-radius: 50%;
	margin-left: 8px;
	transition: transform 0.3s ease;
}
.c-icon-arrow-circle svg {
	width: 12px;
	height: 12px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* 共通スライダー丸ボタン */
.c-icon-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #333;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s;
	color: #333;
}
.c-icon-btn svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.c-icon-btn:hover {
	background: #333;
	color: #fff;
}

/* =========================================================
   Layout (Header & Mega Menu)
========================================================= */
.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	pointer-events: none;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* ★修正: スクロール時の変形はスマホレイアウト(750px)に切り替わるまで適用 */
@media screen and (min-width: 751px) {
	.l-header.is-scrolled {
		background-color: rgba(255, 255, 255, 0.95);
		box-shadow: 0 4px 15px rgba(0,0,0,0.05);
		pointer-events: auto;
	}
	.l-header.is-scrolled .l-header__inner {
		align-items: center;
	}
	.l-header.is-scrolled .l-header__logo {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.l-header.is-scrolled .l-header__right {
		margin-top: 0;
		margin-right: 4%;
		background-color: transparent;
		box-shadow: none;
		border-radius: 0;
		/* padding: 0; は削除しました */
	}
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    z-index: 120;
    pointer-events: auto;
    transition: all 0.3s ease;
    gap: 32px;
}

.l-header__logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 32px;
	margin-left: 4%;
	transition: all 0.3s ease;
}
.l-header__logo-img {
	height: 48px; 
}
.l-header__right {
	display: flex;
	align-items: center;
	margin-top: 25px;
	margin-right: 4%; 
	padding: 10px 24px;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

/* ★多言語ボタンの表示切り替え（基本設定） */
.l-header__translate-sp {
	display: none;
}
.l-header__translate-pc {
	display: block;
	margin-left: 15px; /* お問い合わせボタンとの余白 */
}

.gt_float_switcher .gt_options a {
    color: #000;
    font-size: 1.2rem;
}

.gt_float_switcher img {
    width: 16px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    color: #000;
    font-size: 1.2rem;
}

.gt_float_switcher .gt_options {
    position: absolute !important;
    background-color: #fff;
    min-width: 140px;
}

.gt_float_switcher {
    display: block !important;
}

/* --- ナビゲーション・メガドロワー設定 --- */
.l-header__nav {
	display: flex;
	align-items: center; 
}

.l-header__nav-list {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-right: 30px;
}
.l-header__nav-item {
	font-size: 1.4rem;
	font-weight: 600;
}
.l-header__nav-item > a {
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}
.l-header__nav-icon-ext {
	width: 14px;
	height: 14px;
}

.c-toggle-mark {
	display: inline-block;
	transition: transform 0.3s ease;
}
.l-header__nav-item.is-open .c-toggle-mark {
	transform: rotate(180deg);
}

/* メガメニューのスタイル */
.l-header__mega {
	position: absolute;
	top: 88px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	border-radius: 8px;
	padding: 40px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 101;
	width: fit-content;
	max-width: 1100px;
	transform: translateY(-10px);
}

.l-header__nav-item.is-open .l-header__mega {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.l-header__mega-header {
	display: flex;
	align-items: baseline;
	gap: 15px;
	margin-bottom: 24px;
}
.l-header__mega-title-en {
	font-family: 'Oswald', sans-serif;
	font-size: 3.2rem;
	font-weight: 700;
	color: #255276;
	line-height: 1;
}
.l-header__mega-title-ja {
	font-size: 1.4rem;
	font-weight: 600;
}

.l-header__mega-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.l-header__mega-card-wrap {
	width: 178px; 
	flex-shrink: 0;
}

.l-header__mega-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: #333;
}
.l-header__mega-card img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	margin-bottom: 15px;
	transition: opacity 0.3s;
}

.l-header__mega-card-wrap-casestudy img {
	aspect-ratio: 8 / 7;
	margin-bottom: 0;
}

.l-header__mega-card:hover img {
	opacity: 0.8;
}
.l-header__mega-card-bottom {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 600;
	font-size: 1.3rem;
	margin-top: auto;
	gap: 8px;
}

.l-header__mega-card-icon{
	display: none;
}

/* お問い合わせボタン */
.l-header__contact-btn {
    background-color: #D8553B;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.2rem;
    border: 1px solid #D8553B;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.l-header__contact-btn:hover {
	background-color: #fff;
	color: #D8553B !important;
}

/* ハンバーガーアイコン (PC時は非表示) */
.l-header__hamburger {
	display: none;
}

/* =========================================================
   Project (Top Page)
========================================================= */
.p-home-section-title {
	display: flex;
	align-items: baseline;
	gap: 15px;
	margin-bottom: 30px;
}
.p-home-section-title__en {
	font-size: 4.8rem;
	font-family: 'Oswald', sans-serif;
	color: #255276;
	font-weight: 500;
	letter-spacing: 0.01em;
}
.p-home-section-title__ja {
	font-size: 1.4rem;
	font-weight: 600;
}

/* Hero Section */
.p-home-hero {
    position: relative;
    width: 100%;
    height: 76vh;
}

.p-home-hero .swiper {
	width: 100%;
	height: 100%;
}
.p-home-hero .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	outline: none;
	display: block;
}
.p-home-hero__copy-box {
    position: absolute;
    left: 4%;
    z-index: 10;
    background: transparent;
    padding: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.p-home-hero__copy {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.6;
    color: #255276;
}

.p-home-hero__copy span {
    background-color: #fff;
    padding: 8px 16px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
}

.p-home-hero .swiper-pagination {
	text-align: right;
	right: 4%; 
	bottom: 40px;
	width: auto;
}
.p-home-hero .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	border-radius: 0;
	background-color: #fff;
	opacity: 0.5;
	margin: 0 5px !important;
}
.p-home-hero .swiper-pagination-bullet-active {
	opacity: 1;
}

/* History + Future (Static Full Width Text) */
.p-home-marquee {
	overflow: hidden;
	white-space: nowrap;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	display: flex;
	justify-content: center;
}
.p-home-marquee--blue {
	color: #255276;
}
.p-home-marquee--white {
	color: rgba(255, 255, 255, 0.9);
	margin-top: 80px;
	margin-bottom: -8px;
}
.p-home-marquee__track {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.p-home-marquee__text {
    font-family: 'Oswald', sans-serif;
    font-size: 14.4vw;
    font-weight: 500;
    padding: 0;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
}

/* Company Section */
.p-home-company {
	display: flex;
	padding: 80px 6%; 
	max-width: 1400px;
	margin: 0 auto;
	gap: 60px;
}
.p-home-company__content {
	width: 40%;
}
.p-home-company__catch {
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
}
.p-home-company__text {
	font-size: 1.4rem;
	margin-bottom: 40px;
}

.p-home-company__list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	position: relative;
}

.p-home-company__list-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.p-home-company__list-item:hover .p-home-company__list-text {
	color: #2c9a92;
}
.p-home-company__list-item:hover .c-icon-arrow-circle {
	transform: translateX(-5px);
}
.p-home-company__list-item-inner {
	display: flex;
	align-items: center;
	gap: 20px;
}
.p-home-company__list-img {
	width: 60px;
	height: 40px;
	object-fit: cover;
}
.p-home-company__list-text {
	font-size: 1.6rem;
	font-weight: 600;
	transition: color 0.3s;
}

.p-home-company__image {
    width: 60%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.p-home-company__main-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.5s ease; 
}
.js-company-img-next {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}

/* Product Section */
.p-home-product {
    background: linear-gradient(#255276ab, #255276d1), url(../img/home/product-bg.webp) no-repeat center center / cover;
    padding: 80px 6% 0;
    color: #fff;
    overflow: hidden;
}

.p-home-product .p-home-section-title__en,
.p-home-product .p-home-section-title__ja {
	color: #fff;
}
.p-home-product__text {
	font-size: 1.4rem;
	margin-bottom: 40px;
}
.p-home-product__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.p-home-product__card-wrap {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.p-home-product__card {
	display: block;
	color: #333;
	text-decoration: none;
}
.p-home-product__card-img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.p-home-product__card-body {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 1.4rem;
}

.p-home-product .p-home-marquee {
    margin-top: 64px;
    color: #fff;
}

/* Case Study Section */
.p-home-casestudy {
	padding: 80px 0;
}
.p-home-casestudy__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
	padding: 0 6%;
}
.p-home-casestudy__nav {
	display: flex;
	align-items: center;
	gap: 15px;
}
.p-home-casestudy__btn-viewall {
	border: 1px solid #333;
	padding: 8px 30px;
	font-size: 1.3rem;
	background-color: #fff;
	cursor: pointer;
	font-weight: 600;
	border-radius: 4px;
	transition: all 0.3s;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #333;
}
.p-home-casestudy__btn-viewall:hover {
	background-color: #333;
	color: #fff;
}
.p-home-casestudy__btn-viewall--sp {
	display: none;
}
.p-home-casestudy__slider {
	width: 100%;
	overflow: hidden;
}
.p-home-casestudy__slider .swiper-slide {
	height: auto; 
}
.p-home-casestudy__card {
	background: #fff;
	padding: 30px 20px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.p-home-casestudy__card-img-link {
	display: block;
	margin-bottom: 20px;
}
/* 修正：高さ統一・見切れ防止 */
.p-home-casestudy__card-img {
	width: 100%;
	height: 160px;
	object-fit: contain;
}
.p-home-casestudy__card-title {
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.p-home-casestudy__card-link {
	margin-top: auto; 
	font-size: 1.2rem;
	color: #333;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	padding: 8px 40px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s;
	background-color: transparent;
}
.p-home-casestudy__card-link:hover {
	background-color: #333;
	color: #fff;
}

/* =========================================================
   Contact Section (Out of l-main)
========================================================= */
.p-home-contact {
    background-color: #D8553B;
    color: #fff;
    max-width: 1400px;
    width: 88%;
    box-sizing: border-box;
    margin: 40px auto -180px;
    padding: 120px 6%;
    position: relative;
    z-index: 10;
    border-radius: 16px;
}
.p-home-contact__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.p-home-contact__content {
	text-align: left;
}
.p-home-contact__title {
	font-size: 4.8rem;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 8px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.p-home-contact__title span {
	font-size: 1.6rem;
	font-family: inherit;
	margin-left: 16px;
	font-weight: 500;
}
.p-home-contact__text {
	font-size: 1.4rem;
}
.p-home-contact__btn {
	background: #fff;
	color: #D8553B !important;
	padding: 24px 60px;
	font-weight: 600;
	border-radius: 4px;
	font-size: 1.6rem;
	display: inline-flex;
	align-items: center;
	border: 1px solid #fff;
	gap: 16px;
	transition: all 0.3s ease;
}
.p-home-contact__btn:hover {
	background-color: #D8553B;
	color: #fff !important;
}

/* =========================================================
   Footer
========================================================= */
.l-footer {
	background-color: #151515;
	color: #fff;
	padding: 280px 0 40px; 
	position: relative;
}
.l-footer a {
	color: #fff;
}
.l-footer a:hover {
	color: #ccc;
}
.l-footer__inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 20px;
	max-width: 1400px; 
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.l-footer__info {
	width: 25%;
}
.l-footer__logo {
	margin-bottom: 16px;
	height: 48px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.l-footer__address {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.8;
}
.l-footer__nav {
	display: flex;
	gap: 50px;
	width: 70%;
	justify-content: flex-end;
}
.l-footer__nav-col {
	display: flex;
	flex-direction: column;
}
.l-footer__nav-heading {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}
.l-footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.l-footer__nav-list li a {
	font-size: 1.2rem;
	color: #fff; 
}
.l-footer__bottom {
	text-align: left;
	max-width: 1400px; 
	width: 88%;
	margin: 0 auto;
}
.l-footer__bottom p {
	font-size: 1.2rem;
	color: #fff;
	margin: 0;
}
.l-footer__pagetop {
	position: absolute;
	bottom: 20px;
	right: 6%; 
}
.l-footer__pagetop img {
	width: 80px; 
	height: auto;
}




/* =========================================================
   About Page Specific Styles
========================================================= */
@media screen and (min-width: 769px) {
	.sp_view { display: none !important; }
}
@media screen and (max-width: 768px) {
	.pc_view { display: none !important; }
}

.l-page-wrapper {
	max-width: 1400px;
	width: 88%;
	margin: 0 auto;
	padding-bottom: 80px; 
	padding-top: 160px;
}

/* --- Page Header --- */
.p-page-header {
	margin-bottom: 60px;
}
.p-page-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
}
.p-page-header__title {
	display: flex;
	align-items: baseline;
	gap: 20px;
}
.p-page-header__title .en {
	font-family: 'Oswald', sans-serif;
	font-size: 6.4rem;
	color: #255276;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
}
.p-page-header__title .ja {
	font-size: 1.4rem;
	font-weight: 600;
}
.p-page-header__breadcrumb {
	font-size: 1.2rem;
	color: #666;
	display: flex;
	align-items: center;
	gap: 10px;
}
.p-page-header__breadcrumb a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}
.p-page-header__breadcrumb a:hover {
	color: #D8553B;
}
.p-page-header__img img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	border-radius: 4px;
}

/* --- Intro --- */
.p-about-intro {
	display: flex;
	gap: 80px;
	margin-bottom: 80px;
	align-items: flex-start;
}
.p-about-intro__catch {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	width: 45%;
}
.p-about-intro__text {
	font-size: 1.4rem;
	width: 55%;
}

/* --- Layout (Main + Sidebar) --- */
.l-page-layout {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}
.l-page-main {
	flex: 1;
	min-width: 0;
}
.l-page-sidebar {
	width: 250px;
	flex-shrink: 0;
	position: sticky;
	top: 150px;
}

/* --- Sidebar Nav --- */
.p-sidebar-nav {
    background: #fff;
    border-radius: 8px;
    padding: 8px 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.p-sidebar-nav__title {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.p-sidebar-nav__list li {
	border-bottom: 1px solid #eee;
}
.p-sidebar-nav__list li:last-child {
	border-bottom: none;
}
.p-sidebar-nav__list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.3rem;
	color: #333;
	text-decoration: none;
	transition: all 0.3s;
	padding: 15px 0;
}
.p-sidebar-nav__list a:hover,
.p-sidebar-nav__list a.is-active {
	color: #D8553B;
	font-weight: 600;
}
.p-sidebar-nav__list a .c-icon-arrow-circle {
	opacity: 0;
	transform: rotate(90deg);
	transition: all 0.3s ease;
}
.p-sidebar-nav__list a.is-active .c-icon-arrow-circle {
	opacity: 1;
}

.c-icon-arrow-circle {
	min-width: 24px;
	min-height: 24px;
	flex-shrink: 0;
}

/* --- Section Cards --- */
.p-about-card {
	background: #fff;
	border-radius: 8px;
	padding: 50px 60px;
	margin-bottom: 40px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
	scroll-margin-top: 150px; 
}
.p-about-card:last-child {
	margin-bottom: 0;
}
.p-about-card__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.p-about-card__title {
	font-size: 2rem;
	font-weight: 600;
}
.p-about-card__en {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	color: #255276;
	font-weight: 500;
}

/* 会社概要 (Overview) */
.p-about-table {
	width: 100%;
	border-collapse: collapse;
}
.p-about-table th, 
.p-about-table td {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-size: 1.4rem;
}
.p-about-table th {
	width: 220px;
	font-weight: 600;
}
.p-about-table tr:last-child th,
.p-about-table tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}

/* 行動指針 (Values) */
.p-about-values__catch {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 50px;
	color: #000;
}
.p-about-values__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.p-about-values__item-title {
	font-size: 2rem;
	color: #255276;
	font-weight: 600;
	margin-bottom: 15px;
}

.p-about-values__item-highlight {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 4px;
    font-weight: 600;
}

.p-about-values__item-text {
	font-size: 1.4rem;
}

/* 沿革 (History) */
.p-history-list {
	display: flex;
	flex-direction: column;
}
.p-history-item {
	display: flex;
	align-items: stretch; 
}
.p-history-year-wrap {
	width: 100px;
	flex-shrink: 0;
	padding-top: 2px;
	padding-bottom: 40px;
}
.p-history-year {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	line-height: 1.2;
}
.p-history-era {
	display: block;
	font-size: 1.1rem;
	margin-top: 4px;
}
.p-history-dot-wrap {
	width: 40px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	position: relative;
}
.p-history-dot-wrap::before {
	content: "";
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	background-color: #ddd;
}
.p-history-item:last-child .p-history-dot-wrap::before {
	bottom: -50px; 
}
.p-history-dot {
	width: 12px;
	height: 12px;
	background-color: #D8553B;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	margin-top: 4px; /* 修正 */
}
.p-history-text {
	flex: 1;
	font-size: 1.4rem;
	padding-top: 2px;
	padding-bottom: 40px;
}

/* 認証資格 (Certifications) */
.p-about-cert {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.p-about-cert__logo {
	width: 200px;
	flex-shrink: 0;
}
.p-about-cert__content {
	flex: 1;
}
.p-about-cert__title-wrap {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 25px;
}
.p-about-cert__title {
	font-size: 2.2rem;
	font-weight: 600;
	color: #12634e;
	line-height: 1.3;
}
.p-about-cert__num {
	font-size: 1.2rem;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
}
.p-about-cert__subtitle {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #000;
}
.p-about-cert__text {
	font-size: 1.4rem;
	line-height: 1.8;
}
.p-about-cert__text a {
	text-decoration: underline;
	text-underline-offset: 3px;
	color: #333;
}
.p-about-cert__text a:hover {
	color: #D8553B;
}

/* --- Bottom Links --- */
.p-about-bottom-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 60px;
}
.p-about-link-wrap {
	height: 100%;
}
.p-about-link-card {
	background: #fff;
	border-radius: 8px;
	padding: 20px 25px;
	display: flex;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	color: #333;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
	transition: all 0.3s ease;
	height: 100%;
	box-sizing: border-box;
}
.p-about-link-card:hover {
	box-shadow: 0 8px 25px rgba(0,0,0,0.05);
	transform: translateY(-2px);
}
.p-about-link-card img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
}
.p-about-link-card span {
    font-size: 1.6rem;
    flex: 1;
    line-height: 1.4;
}

.p-about-link-card .c-icon-arrow-circle {
	transition: color 0.3s;
	flex: unset; 
}
.p-about-link-card:hover .c-icon-arrow-circle {
	color: #255276;
}




/* =========================================================
   Bases Page Specific Styles (拠点一覧専用スタイル)
========================================================= */

/* --- Intro --- */
.p-bases-intro {
	margin-bottom: 60px;
}
.p-bases-intro__text {
	font-size: 1.5rem;
	line-height: 1.8;
}

/* --- Base Items --- */
.p-bases-list {
	margin-bottom: 80px;
}
.p-base-item {
	background: #fff;
	border-radius: 8px;
	padding: 40px 50px;
	margin-bottom: 40px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.p-base-item_wrapper{
	display: flex;
    gap: 30px;
}

.p-base-item_wrapper .p-base-item {
    margin-bottom: 40px !important;
}

.p-base-item:last-child {
	margin-bottom: 0;
}
.p-base-item__header {
	margin-bottom: 25px;
}
.p-base-item__name {
	font-size: 2.2rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}
.p-base-item__name small {
	font-size: 1.4rem;
	font-weight: 400;
	color: #555;
	margin-left: 8px;
}
.p-base-item__info small {
    display: block;
    font-size: 1.4rem;
    line-height: 1.8;
}

.p-base-item__body {
	display: flex;
	gap: 30px;
}
.p-base-item__col {
	width: 50%;
}
.p-base-item__col img,
.p-base-item__col iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 4px;
	display: block;
	border: none;
	background-color: #f4f4f4;
}

.p-base-item__col p{
	margin-top: 8px;
}




/* =========================================================
   Equipment Page Specific Styles (設備紹介専用スタイル)
========================================================= */

/* --- Intro --- */
.p-equip-intro {
	margin-bottom: 60px;
}
.p-equip-intro__text {
	font-size: 1.5rem;
	line-height: 1.8;
}

/* --- Equipment Cards Grid --- */
.p-equip-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 30px;
	margin-bottom: 80px;
}

/* 中間サイズ（タブレット等）で2カラムに */
@media screen and (max-width: 1024px) {
	.p-equip-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* カード本体 */
.p-equip-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	display: flex;
	flex-direction: column;
}

/* 見出しエリア（画像の上に配置・横並び） */
.p-equip-card__header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 25px 25px 20px;
}
.p-equip-card__num {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
.p-equip-card__title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

.p-equip-card__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	background-color: #f4f4f4;
	overflow: hidden;
}
.p-equip-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* テキストエリア */
.p-equip-card__body {
	padding: 25px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #333;
	flex: 1;
}




/* =========================================================
   Contractor Page Specific Styles (施工業者様向け専用スタイル)
========================================================= */

/* --- Theme Color Overrides (このページ専用のカラー上書き) --- */
.p-contractor .p-page-header__title .en {
	color: #00888F;
}
.p-contractor .p-sidebar-nav__list a:hover,
.p-contractor .p-sidebar-nav__list a.is-active {
	color: #00888F;
}

/* Sidebar Contact Button (緑のボタン) */
.p-contractor-sidebar-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #226A3A;
	color: #fff;
	padding: 18px 20px;
	border-radius: 8px;
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #226A3A; /* 色反転時に輪郭を保つためのボーダー */
	transition: all 0.3s ease; /* opacityからallに変更して色変化を滑らかに */
}
.p-contractor-sidebar-btn:hover {
	background-color: #fff; /* 背景を白に反転 */
	color: #226A3A; /* 文字を緑に反転 */
}
.p-contractor-sidebar-btn .c-icon-arrow-circle {
	color: #fff;
	transition: color 0.3s ease;
}
.p-contractor-sidebar-btn:hover .c-icon-arrow-circle {
	color: #226A3A; /* アイコンも緑に反転 */
}

/* --- Page Intro --- */
.p-contractor-intro {
	margin-bottom: 60px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/* --- Section Cards (コンテンツの白ボックス) --- */
.p-contractor-card {
	background: #fff;
	border-radius: 8px;
	padding: 50px 60px;
	margin-bottom: 40px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
	scroll-margin-top: 150px; 
}
.p-contractor-card:last-child {
	margin-bottom: 0;
}
.p-contractor-card__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.p-contractor-card__title {
    font-size: 2rem;
    font-weight: 500;
}
.p-contractor-card__en {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	color: #00888F;
	font-weight: 500;
}

/* --- 特徴 (Strengths) --- */
.p-contractor-feature__item {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}
.p-contractor-feature__item:last-child {
	margin-bottom: 0;
}
.p-contractor-feature__img {
	width: 220px;
	flex-shrink: 0;
}
.p-contractor-feature__img img {
	width: 100%;
	height: auto;
	display: block;
}
.p-contractor-feature__content {
	flex: 1;
}
.p-contractor-feature__title {
	font-size: 1.8rem;
	font-weight: 600;
	color: #00888F;
	margin-bottom: 15px;
}
.p-contractor-feature__text {
	font-size: 1.4rem;
	line-height: 1.8;
}

/* --- よくあるご質問 (FAQ) --- */
.p-contractor-faq__item {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}
.p-contractor-faq__item:last-child {
	margin-bottom: 0;
}
.p-contractor-faq__q {
	display: flex;
	align-items: center;
	padding: 20px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	list-style: none;
	position: relative;
}
.p-contractor-faq__q::-webkit-details-marker {
	display: none;
}
.p-contractor-faq__q::before {
	content: "Q";
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	color: #000;
	margin-right: 15px;
}
.p-contractor-faq__q::after {
	content: "＋";
	position: absolute;
	right: 20px;
	color: #000;
	font-size: 1.6rem;
	transition: transform 0.3s ease;
}
details[open] .p-contractor-faq__q::after {
	content: "－";
}
.p-contractor-faq__a {
	padding: 0 20px 20px 20px;
}
.p-contractor-faq__a-inner {
	display: flex;
	gap: 15px;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 4px;
}
.p-contractor-faq__a-inner::before {
	content: "A";
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	color: #7D7E7F;
}
.p-contractor-faq__a-inner p {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000; 
	margin-top: 2px;
}

/* --- お見積りに関して (Quotation) --- */
.p-contractor-flow {
	font-size: 1.4rem;
}
.p-contractor-flow__text {
	margin-bottom: 20px;
}
.p-contractor-flow__note {
	color: #D8553B;
	font-size: 1.3rem;
	line-height: 1.8;
}

/* --- 商品一覧 (Product Gallery) --- */
.p-contractor-gallery {
	margin-top: 60px; 
}
.p-contractor-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.p-contractor-gallery__item {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	text-decoration: none;
	color: #333;
	background: #fdfdfd;
	transition: opacity 0.3s ease;
}
.p-contractor-gallery__item:hover {
	opacity: 0.7;
}
.p-contractor-gallery__img {
	width: 100%;
	aspect-ratio: 1; /* 正方形 */
	object-fit: cover;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 2px;
}
.p-contractor-gallery__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.p-contractor-gallery__name {
	font-size: 1.2rem;
	font-weight: 600;
}

/* --- Bottom Links (2カラムラッパー) --- */
.p-contractor-bottom-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 60px;
}

.p-contractor-bottom-links .p-home-product__card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}




/* =========================================================
   Manufacturer Page Specific Styles (製造業者様向け専用スタイル)
========================================================= */

/* --- Theme Color Overrides (このページ専用のカラー上書き) --- */
.p-manufacturer .p-page-header__title .en {
	color: #226A3A;
}
.p-manufacturer .p-sidebar-nav__list a:hover,
.p-manufacturer .p-sidebar-nav__list a.is-active {
	color: #226A3A;
}

/* --- Sidebar Contact Button (施工業者向けへのリンクボタン) --- */
.p-manufacturer-sidebar-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #00888F; /* 指定カラー(青緑)に変更 */
	color: #fff;
	padding: 18px 20px;
	border-radius: 8px;
	margin-top: 15px;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid #00888F;
	transition: all 0.3s ease;
}
.p-manufacturer-sidebar-btn:hover {
	background-color: #fff;
	color: #00888F;
}
.p-manufacturer-sidebar-btn .c-icon-arrow-circle {
	color: #fff;
	transition: color 0.3s ease;
}
.p-manufacturer-sidebar-btn:hover .c-icon-arrow-circle {
	color: #00888F;
}

/* --- Page Intro --- */
.p-manufacturer-intro {
	margin-bottom: 60px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/* --- Section Cards (コンテンツの白ボックス) --- */
.p-manufacturer-card {
	background: #fff;
	border-radius: 8px;
	padding: 50px 60px;
	margin-bottom: 40px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
	scroll-margin-top: 150px; 
}
.p-manufacturer-card:last-child {
	margin-bottom: 0;
}
.p-manufacturer-card__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.p-manufacturer-card__title {
	font-size: 2rem;
	font-weight: 600;
}
.p-manufacturer-card__en {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	color: #226A3A; /* 指定カラー(緑)に変更 */
	font-weight: 500;
}

/* --- 特徴 (Strengths) --- */
.p-manufacturer-feature__item {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}
.p-manufacturer-feature__item:last-child {
	margin-bottom: 0;
}
.p-manufacturer-feature__img {
	width: 220px;
	flex-shrink: 0;
}
.p-manufacturer-feature__img img {
	width: 100%;
	height: auto;
	display: block;
}
.p-manufacturer-feature__content {
	flex: 1;
}
.p-manufacturer-feature__title {
	font-size: 1.8rem;
	font-weight: 600;
	color: #226A3A; /* 指定カラー(緑)に変更 */
	margin-bottom: 15px;
}
.p-manufacturer-feature__text {
	font-size: 1.4rem;
	line-height: 1.8;
}

/* --- よくあるご質問 (FAQ) --- */
.p-manufacturer-faq__item {
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}
.p-manufacturer-faq__item:last-child {
	margin-bottom: 0;
}
.p-manufacturer-faq__q {
	display: flex;
	align-items: center;
	padding: 20px;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	cursor: pointer;
	list-style: none;
	position: relative;
}
.p-manufacturer-faq__q::-webkit-details-marker {
	display: none;
}
.p-manufacturer-faq__q::before {
	content: "Q";
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	color: #000;
	margin-right: 15px;
}
.p-manufacturer-faq__q::after {
	content: "＋";
	position: absolute;
	right: 20px;
	color: #000;
	font-size: 1.6rem;
	transition: transform 0.3s ease;
}
details[open] .p-manufacturer-faq__q::after {
	content: "－";
}
.p-manufacturer-faq__a {
	padding: 0 20px 20px 20px;
}
.p-manufacturer-faq__a-inner {
	display: flex;
	gap: 15px;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 4px;
}
.p-manufacturer-faq__a-inner::before {
	content: "A";
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-weight: 500;
	color: #7D7E7F;
}
.p-manufacturer-faq__a-inner p {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #000; 
	margin-top: 2px;
}

/* --- お見積りに関して (Quotation) --- */
.p-manufacturer-flow {
	font-size: 1.4rem;
}
.p-manufacturer-flow__text {
	margin-bottom: 20px;
}
.p-manufacturer-flow__note {
	color: #D8553B;
	font-size: 1.3rem;
	line-height: 1.8;
}

/* --- 商品一覧 (Product Gallery) --- */
.p-manufacturer-gallery {
	margin-top: 60px; 
}
.p-manufacturer-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.p-manufacturer-gallery__item {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	text-decoration: none;
	color: #333;
	background: #fdfdfd;
	transition: opacity 0.3s ease;
}
.p-manufacturer-gallery__item:hover {
	opacity: 0.7;
}
.p-manufacturer-gallery__img {
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 2px;
}
.p-manufacturer-gallery__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.p-manufacturer-gallery__name {
	font-size: 1.2rem;
	font-weight: 600;
}

/* --- Bottom Links (2カラムラッパー) --- */
.p-manufacturer-bottom-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	margin-top: 60px;
}




/* =========================================================
   Single Product Specific Styles (商品詳細専用スタイル)
========================================================= */

/* クラスに応じてテーマカラーの変数を切り替える（外部CSSに移行可能） */
.p-single-product.is-contractor {
	--product-theme-color: #00888F;
}
.p-single-product.is-manufacturer {
	--product-theme-color: #226A3A;
}

/* --- Page Header --- */
.p-product-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}
.p-product-header__title {
	font-size: 3.2rem;
	font-weight: 600;
	color: var(--product-theme-color);
	line-height: 1.4;
}
.p-product-header__breadcrumb {
	font-size: 1.2rem;
	color: #666;
}
.p-product-header__breadcrumb a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}
.p-product-header__breadcrumb a:hover {
	color: #D8553B;
}

/* --- Layout (Main text & Slider) --- */
.p-product-body {
	display: flex;
	gap: 60px;
	margin-bottom: 80px;
	align-items: flex-start;
}
.p-product-content {
	flex: 1;
	min-width: 0;
}
.p-product-gallery-wrap {
	width: 480px;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}

/* --- Main Text --- */
.p-product-text {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 60px;
	text-align: left;
}

/* --- Capabilities (加工内容 / 製品の特徴) --- */
.p-product-capabilities {
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.p-product-capabilities__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.p-product-capabilities__title {
	font-size: 2rem;
	font-weight: 600;
	color: #333;
}
.p-product-capabilities__en {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	color: var(--product-theme-color);
	font-weight: 500;
}

/* 各項目 */
.p-product-cap-item {
	display: flex;
	gap: 25px;
	margin-bottom: 35px;
}
.p-product-cap-item:last-child {
	margin-bottom: 0;
}
.p-product-cap-img {
	width: 70px;
	flex-shrink: 0;
}
.p-product-cap-img img {
	width: 100%;
	height: auto;
	display: block;
}
.p-product-cap-info {
	flex: 1;
}
.p-product-cap-name {
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--product-theme-color);
	margin-bottom: 8px;
}
.p-product-cap-desc {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #444;
}

/* --- Image Slider (右側) --- */
.p-product-slider__main {
	width: 100%;
	aspect-ratio: 1; /* 正方形枠 */
	background: #f4f4f4;
	margin-bottom: 0; /* サムネイルと隙間なくくっつける */
}
.p-product-slider__main img {
	width: 100%;
	height: 100%;
	object-fit: contain; /* 見切れることなく枠内にぴったり収める */
	display: block;
}

.p-product-slider__thumb {
	width: 100%;
	box-sizing: border-box;
}
.p-product-slider__thumb .swiper-slide {
	aspect-ratio: 1;
	cursor: pointer;
	background: #f4f4f4;
	border: 2px solid transparent; /* アクティブ時の枠線用 */
	box-sizing: border-box;
	transition: border-color 0.3s;
}
.p-product-slider__thumb .swiper-slide-thumb-active {
	border-color: var(--product-theme-color);
}
.p-product-slider__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* --- Other Products (その他の商品一覧) --- */
.p-product-other {
	background: #fff;
	border-radius: 8px;
	padding: 50px 60px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.p-product-other__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.p-product-other__title {
	font-size: 2rem;
	font-weight: 600;
}
.p-product-other__en {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	color: var(--product-theme-color);
	font-weight: 500;
}
.p-product-other__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.p-product-other__item {
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	text-decoration: none;
	background: #fdfdfd;
	transition: opacity 0.3s ease;
}
.p-product-other__item:hover {
	opacity: 0.7;
}
.p-product-other__img {
	width: 100%;
	aspect-ratio: 1; /* 正方形 */
	object-fit: cover;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 2px;
}
.p-product-other__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.p-product-other__name {
}

.p-product-other__item .c-icon-arrow-circle {
	color: #ccc;
	transition: color 0.3s;
	flex-shrink: 0;
}
.p-product-other__item:hover .c-icon-arrow-circle {
	color: var(--product-theme-color);
}




/* =========================================================
   Single Case Study Specific Styles (活用事例詳細専用スタイル)
========================================================= */

:root {
	--casestudy-main-color: #57698A;   /* 見出し等のメインカラー */
}

/* --- Page Header --- */
.p-casestudy-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}
.p-casestudy-header__title {
	font-size: 3.2rem;
	font-weight: 600;
	color: var(--casestudy-main-color);
	line-height: 1.4;
}
.p-casestudy-header__breadcrumb {
	font-size: 1.2rem;
	color: #666;
}
.p-casestudy-header__breadcrumb a {
	color: #333;
	text-decoration: none;
	transition: color 0.3s;
}
.p-casestudy-header__breadcrumb a:hover {
	color: #D8553B;
}

/* --- Layout (Main text & Slider) --- */
.p-casestudy-body {
	display: flex;
	gap: 60px;
	margin-bottom: 80px;
	align-items: flex-start;
}
.p-casestudy-content {
	flex: 1;
	min-width: 0;
}
.p-casestudy-gallery-wrap {
	width: 480px;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}

/* --- Main Text --- */
.p-casestudy-text {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 50px;
	color: #333;
}
/* WYSIWYG内の赤字注釈などを想定 */
.p-casestudy-text .note,
.p-casestudy-text p.note {
	color: #D8553B;
	font-size: 1.3rem;
	margin-top: 15px;
}

/* --- 採用商品 (Products Use) --- */
.p-casestudy-used-products {
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.p-casestudy-used-products__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.p-casestudy-used-products__title {
	font-size: 2rem;
	font-weight: 600;
	color: #333;
}
.p-casestudy-used-products__en {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	color: var(--casestudy-main-color); /* メインカラーに統一 */
	font-weight: 500;
}
.p-casestudy-used-products__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.p-casestudy-used-product-card {
	display: block;
	text-decoration: none;
	color: #333;
	transition: opacity 0.3s ease;
}
.p-casestudy-used-product-card:hover {
	opacity: 0.7;
}
.p-casestudy-used-product-card__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #f4f4f4;
	border-radius: 4px;
	margin-bottom: 15px;
	object-fit: cover;
	display: block;
}
.p-casestudy-used-product-card__name {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
}

/* --- Image Slider (右側) --- */
.p-casestudy-slider__main {
	width: 100%;
	/* ★修正：枠の比率固定を強制解除し、キャプションが隠れないようにする */
	aspect-ratio: auto !important; 
	height: auto;
	background: #fff; 
	margin-bottom: 0;
	overflow: hidden;
}

.p-casestudy-slider__main .swiper-slide {
	position: relative;
	background: #fff;
	/* ★修正：flexを解除し、自然に縦に並べる（Swiperのバグを回避） */
	display: block; 
}

.p-casestudy-slider__main img {
	width: 100%;
	/* ★修正：画像単体に比率を設定する */
	aspect-ratio: 4 / 3;
	object-fit: contain;
	display: block;
}

/* ★キャプションのスタイル */
.p-casestudy-slider__caption {
	background: #fff;
	padding: 12px 5px 15px; /* 画像とキャプションの間隔 */
	font-size: 1.3rem;
	color: #333;
	text-align: left;
	pointer-events: none;
	min-height: 1.5em; 
	box-sizing: content-box;
	
}


.p-casestudy-slider__thumb {
	width: 100%;
	box-sizing: border-box;
}
.p-casestudy-slider__thumb .swiper-slide {
    aspect-ratio: 4 / 3.2;
    cursor: pointer;
    background: #fff;
    border: 2px solid transparent;
    box-sizing: border-box;
    transition: border-color 0.3s;
    /* padding: 4rem 0; */
}
.p-casestudy-slider__thumb .swiper-slide-thumb-active {
	border-color: var(--casestudy-main-color);
}
.p-casestudy-slider__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* --- Other Case Studies (その他の活用事例) --- */
.p-casestudy-other {
	background: #fff;
	border-radius: 8px;
	padding: 50px 60px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.p-casestudy-other__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.p-casestudy-other__title {
	font-size: 2rem;
	font-weight: 600;
}
.p-casestudy-other__en {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	color: var(--casestudy-main-color); /* メインカラーに統一 */
	font-weight: 500;
}
.p-casestudy-other__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.p-casestudy-other__item {
	display: flex;
	flex-direction: column;
	text-align: center;
	text-decoration: none;
	color: #333;
	transition: opacity 0.3s ease;
}
.p-casestudy-other__img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	margin-bottom: 15px;
	background: #fdfdfd;
	border-radius: 4px;
}
.p-casestudy-other__name {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 15px;
}
.p-casestudy-other__btn {
	display: inline-block;
	margin: auto auto 0;
	padding: 6px 30px;
	border: 1px solid #333;
	border-radius: 4px;
	font-size: 1.2rem;
	color: #333;
	background-color: #fff;
	transition: all 0.3s ease;
}
.p-casestudy-other__item:hover .p-casestudy-other__btn {
	background-color: #333;
	color: #fff;
}




/* =========================================================
   Archive Case Study Specific Styles (活用事例一覧専用スタイル)
========================================================= */

:root {
	--casestudy-main-color: #57698A;   /* メインタイトル色（ネイビー） */
}

/* --- Page Header (テーマカラー上書き) --- */
.p-archive-casestudy .p-page-header__title .en {
	color: var(--casestudy-main-color);
	font-family: 'Oswald', sans-serif;
}

/* --- Case Study Grid --- */
.p-casestudy-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 60px;
}
.p-casestudy-card {
	background: #fff;
	padding: 30px 20px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #333;
}
.p-casestudy-card:hover {
	box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}
.p-casestudy-card__img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	margin-bottom: 20px;
	background: #fdfdfd;
	border-radius: 4px;
}
.p-casestudy-card__title {
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 25px;
	line-height: 1.4;
}
.p-casestudy-card__btn {
	margin-top: auto; 
	font-size: 1.2rem;
	color: #333;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	padding: 8px 30px;
	border-radius: 4px;
	font-weight: 600;
	transition: all 0.3s;
	background-color: #fff;
}
.p-casestudy-card:hover .p-casestudy-card__btn {
	background-color: #333;
	color: #fff;
}

/* --- Pagination --- */
.p-pagination {
	margin-top: 60px;
}
.p-pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.p-pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	font-size: 1.4rem;
	transition: all 0.3s ease;
}
.p-pagination .page-numbers.current,
.p-pagination .page-numbers:hover {
	background-color: var(--casestudy-main-color);
	color: #fff;
	border-color: var(--casestudy-main-color);
}
.p-pagination .next.page-numbers,
.p-pagination .prev.page-numbers {
	width: auto;
	padding: 0 15px;
}



/* =========================================================
   Privacy Policy Specific Styles (個人情報保護方針専用スタイル)
========================================================= */

.p-privacy-header {
	margin-bottom: 50px;
}
.p-privacy-header .p-page-header__title .en {
	color: #333;
	font-family: 'Oswald', sans-serif;
}

.p-privacy-container {
	background: #fff;
	border-radius: 8px;
	padding: 60px 80px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
	margin-bottom: 80px;
}
.p-privacy-intro {
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 60px;
	color: #333;
}

.p-privacy-section {
	margin-bottom: 50px;
}
.p-privacy-section:last-child {
	margin-bottom: 0;
}
.p-privacy-section__title {
	font-size: 1.8rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.p-privacy-section__title::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #00888F;
}
.p-privacy-section__text {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #444;
}
.p-privacy-section__text p {
	margin-bottom: 15px;
}
.p-privacy-section__text p:last-child {
	margin-bottom: 0;
}

/* ★リストのスタイルを ::before で作成 */
.p-privacy-section__list {
	margin-top: 15px;
	padding-left: 0;
	list-style: none;
}
.p-privacy-section__list li {
	position: relative;
	padding-left: 1.2em; /* 丸ポチのスペースを確保 */
	margin-bottom: 8px;
}
.p-privacy-section__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.8em; /* テキストの1行目の中心に合わせる */
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #00888F;
	transform: translateY(-50%);
}

.p-privacy-info {
	background: #f9f9f9;
	padding: 25px 30px;
	border-radius: 4px;
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.8;
	border-left: 4px solid #ddd;
}




/* =========================================================
   Contact Page Specific Styles (お問い合わせ専用スタイル)
========================================================= */

.p-contact-header {
	margin-bottom: 50px;
}
.p-contact-header .p-page-header__title .en {
	color: #333;
	font-family: 'Oswald', sans-serif;
}

.p-contact-container {
	background: #fff;
	border-radius: 8px;
	padding: 60px 80px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.p-contact-intro {
	margin-bottom: 50px;
}
.p-contact-intro__text {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 20px;
	text-align: left;
}
.p-contact-telbox {
	display: inline-block;
}
.p-contact-telbox__tel {
	font-size: 2.8rem;
	font-weight: 700;
	color: #333;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}
.p-contact-telbox__tel span {
	font-size: 1.4rem;
	color: #666;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	margin-right: 10px;
}
.p-contact-telbox__time {
	font-size: 1.3rem;
	color: #666;
}

/* --- Contact Form 7 のスタイル --- */
.p-contact-form {
	margin-top: 50px;
}
.p-contact-form dl {
	display: grid;
	grid-template-columns: 30% 70%;
	border-top: 1px solid #eee;
	margin-bottom: 0;
}
.p-contact-form dt {
	padding: 30px 20px;
	background: #fdfdfd;
	border-bottom: 1px solid #eee;
	font-size: 1.5rem;
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.p-contact-form dd {
	padding: 30px 20px;
	border-bottom: 1px solid #eee;
	margin: 0;
	box-sizing: border-box;
}

/* 必須マーク / 任意マーク */
.p-contact-form .req,
.p-contact-form .any {
	font-size: 1.1rem;
	padding: 3px 8px;
	border-radius: 2px;
	margin-left: 10px;
	font-weight: normal;
	white-space: nowrap;
	flex-shrink: 0;
}
.p-contact-form .req {
	background: #D8553B;
	color: #fff;
}
.p-contact-form .any {
	background: #999;
	color: #fff;
}

/* 入力フィールド */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1.5rem;
	font-family: inherit;
	background: #fff;
	transition: border-color 0.3s;
	box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
.wpcf7-form-control.wpcf7-select:focus {
	border-color: #00888F;
	outline: none;
}
.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
	resize: vertical;
}

/* ラジオボタンのカスタムデザイン */
.wpcf7-list-item {
	margin: 0 25px 10px 0;
	display: inline-block;
}
.wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-size: 1.5rem;
	color: #333;
	line-height: 1; 
}
.wpcf7-list-item input[type="radio"],
.wpcf7-list-item input[type="checkbox"] {
	display: none;
}
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bbb;
	border-radius: 50%;
	margin-right: 8px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	background: #fff;
	flex-shrink: 0; 
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
	border: 6px solid #00888F;
}

/* プライバシーポリシー同意チェックのカスタム */
.p-contact-consent {
	text-align: center;
	margin: 40px 0;
	font-size: 1.5rem;
}
.p-contact-consent .wpcf7-list-item {
	margin: 0;
}
.p-contact-consent .wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.p-contact-consent input[type="checkbox"] + .wpcf7-list-item-label::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #bbb;
	border-radius: 3px;
	margin-right: 10px;
	background: #fff;
	transition: all 0.2s ease;
	flex-shrink: 0;
}
.p-contact-consent input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #00888F;
	border-color: #00888F;
}
.p-contact-consent input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-60%) rotate(45deg);
}
.p-contact-consent a {
	color: #00888F;
	text-decoration: underline;
	margin: 0 4px;
}
.p-contact-consent a:hover {
	text-decoration: none;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
	font-size: 1.3rem;
	color: #D8553B;
	margin-top: 8px;
	display: block;
}
.wpcf7 form .wpcf7-response-output {
	margin: 30px 0 0 0;
	padding: 15px;
	border-radius: 4px;
	font-size: 1.4rem;
}

/* 送信ボタン */
.p-contact-submit {
	text-align: center;
}
.p-contact-submit input[type="submit"] {
	background: #00888F;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 18px 80px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	appearance: none;
}
.p-contact-submit input[type="submit"]:hover {
	background: #333;
}

.p-contact-submit input[type="submit"]:disabled,
.p-contact-submit input[type="submit"].is-disabled {
	background-color: #ccc !important;
	color: #fff !important;
	cursor: not-allowed !important;
	pointer-events: none !important;
	opacity: 1 !important;
}

.p-contact-recaptcha {
    margin-top: 64px;
    text-align: center;
}

.p-contact-recaptcha p{
	font-size: 1.2rem;
}

.p-contact-recaptcha p a{
	text-decoration: underline;
}

.wpcf7-spinner {
    position: absolute !important;
}




/* =========================================================
   Technology Archive Specific Styles (加工技術一覧専用スタイル)
========================================================= */

:root {
	--tech-main-color: #255276; 
	--tech-accent-color: #D8553B; 
}

.p-tech-header {
	margin-bottom: 50px;
}
.p-tech-header .p-page-header__title .en {
	color: var(--tech-main-color);
	font-family: 'Oswald', sans-serif;
}

/* --- リード文 --- */
.p-tech-intro {
	background: #fff;
	border-radius: 8px;
	padding: 40px 60px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
	margin-bottom: 60px;
}
.p-tech-intro p {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #333;
	margin: 0;
}

/* --- Grid Layout (p-manufacturer-gallery__grid) --- */
.p-manufacturer-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	margin-bottom: 80px;
}

.p-manufacturer-gallery__item {
	background: #fff;
	border-radius: 8px;
	padding: 25px 20px 20px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.03);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	position: relative; 
	box-sizing: border-box;
	transition: opacity 0.3s ease; 
	overflow: hidden;
}
.p-manufacturer-gallery__item:hover {
	opacity: 0.7;
}

.p-manufacturer-gallery__title {
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	text-align: left;
	line-height: 1.4;
}

.p-manufacturer-gallery__img-wrap {
	flex: 1;
	width: 100%;
	min-height: 0; 
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px; 
}

/* ★修正：見切れ（途切れ）が発生しないよう、containでシンプルに収める */
.p-manufacturer-gallery__img {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 2px;
}

/* 右下の虫眼鏡アイコン */
.p-manufacturer-gallery__icon {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 32px;  
	height: 32px; 
	color: var(--tech-main-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-manufacturer-gallery__icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

/* --- Modal Styles --- */
.p-tech-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-tech-modal.is-active {
	opacity: 1;
	visibility: visible;
}
.p-tech-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(3px);
	cursor: pointer;
}
.p-tech-modal__content {
	position: relative;
	background: #fff;
	width: 90%;
	max-width: 800px;
	max-height: 90vh;
	border-radius: 8px;
	padding: 50px;
	box-sizing: border-box;
	overflow-y: auto;
	display: flex;
	gap: 40px;
	transform: translateY(20px);
	transition: transform 0.3s ease;
}
.p-tech-modal.is-active .p-tech-modal__content {
	transform: translateY(0);
}
.p-tech-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #f4f4f4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s;
	z-index: 10;
}
.p-tech-modal__close:hover {
	background: #e0e0e0;
}
.p-tech-modal__close::before,
.p-tech-modal__close::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 2px;
	background: #333;
}
.p-tech-modal__close::before {
	transform: rotate(45deg);
}
.p-tech-modal__close::after {
	transform: rotate(-45deg);
}

/* Modal Inner Layout */
.p-tech-modal__left {
	width: 45%;
	flex-shrink: 0;
}
.p-tech-modal__right {
	flex: 1;
}
.p-tech-modal__img {
	width: 100%;
	height: auto;
	background: #fdfdfd;
}
.p-tech-modal__title {
	font-size: 2.2rem;
	font-weight: 600;
	color: var(--tech-main-color);
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
}
.p-tech-modal__text {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #333;
	margin-bottom: 20px;
}
.p-tech-modal__spec {
	font-size: 1.3rem;
	font-weight: 600;
	color: var(--tech-accent-color);
	background: #fdf4f2;
	padding: 12px 15px;
	border-radius: 4px;
}




/* =========================================================
   Strength Page Specific Styles (垣本ハウスの強み専用スタイル)
========================================================= */
:root {
	--strength-main-color: #255276;
	--strength-number-color: #D8553B; /* ナンバーの朱赤 */
}

.p-strength-header {
	margin-bottom: 60px;
}
.p-strength-header .p-page-header__title .en {
	color: var(--strength-main-color);
	font-family: 'Oswald', sans-serif;
}

/* --- メインコンテナ --- */
.p-strength-container {
	background: #fff;
	border-radius: 8px;
	padding: 80px 100px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

/* --- 強みリスト --- */
.p-strength-list {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.p-strength-item {
	display: flex;
	align-items: flex-start;
	gap: 50px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 60px;
}
.p-strength-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* ナンバリング（大文字数字） */
.p-strength-item__number {
	font-family: 'Oswald', sans-serif;
	font-size: 7.2rem;
	font-weight: 700;
	line-height: 1;
	color: var(--strength-number-color);
	flex-shrink: 0;
	width: 90px;
	letter-spacing: 0.05em;
}

.p-strength-item__body {
	flex: 1;
}
.p-strength-item__title {
	font-size: 2.2rem;
	font-weight: 600;
	color: var(--strength-number-color);
	margin-bottom: 18px;
	line-height: 1.4;
}
.p-strength-item__text {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #444;
}


	



	






	





















/* =========================================================
   Responsive
========================================================= */

/* 1200px以下 */
@media screen and (max-width: 1200px) {

.p-manufacturer-gallery__grid {
	grid-template-columns: repeat(3, 1fr); 
	gap: 20px;
}

.l-header__nav-list {
	 gap: 20px;
	 margin-right: 24px;
}

.l-header__nav-item {
    font-size: 1.3rem;
}

.l-footer__nav {
    gap: 24px;
}

.l-header__logo-img {
    height: 40px;
    padding-top: 6px;
}


}


/* 1120px以下 */
@media screen and (max-width: 1120px) {
	.p-product-gallery-wrap { width: 40%; }
	.p-casestudy-gallery-wrap { width: 40%; }
	.p-casestudy-list { grid-template-columns: repeat(3, 1fr); }

.p-contractor-feature__item {
    display: flex;
    flex-direction: column;
}

.p-about-values__grid {
    display: flex;
    flex-direction: column;
}


}


@media screen and (min-width: 751px) and (max-width: 1120px) {
	.l-header__translate-pc { display: none; }
	
	.l-header__translate-sp {
		display: block;
		margin-top: 30px;
		padding-top: 20px;
		border-top: 1px solid #eee;
		width: 100%;
	}
	.l-header__translate-sp .gt_float_switcher { margin-left: 0 !important; }
	
	/* タブレット用のハンバーガーアイコン */
	.l-header__hamburger {
		display: block;
		width: 28px;
		height: 20px;
		position: relative;
		z-index: 200;
		background: transparent;
		border: none;
		cursor: pointer;
		margin-left: 20px;
	}
	.l-header__hamburger span {
		display: block; position: absolute; left: 0; width: 100%; height: 2px; background: #333; transition: all 0.3s ease;
	}
	.l-header__hamburger span:nth-child(1) { top: 0; }
	.l-header__hamburger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
	.l-header__hamburger span:nth-child(3) { bottom: 0; }
	
	.l-header__hamburger.is-active span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
	.l-header__hamburger.is-active span:nth-child(2) { opacity: 0; }
	.l-header__hamburger.is-active span:nth-child(3) { bottom: auto; top: 50%; transform: translateY(-50%) rotate(-45deg); }

	/* タブレット用のドロワー */
	.l-header__nav {
		position: fixed; top: 0; right: -100%; width: 100%; max-width: 320px; height: 100vh;
		background: #fff; box-shadow: -4px 0 15px rgba(0,0,0,0.1);
		padding: 100px 30px 40px; flex-direction: column; align-items: flex-start;
		transition: right 0.3s ease; z-index: 150; overflow-y: auto; display: flex;
	}
	.l-header__nav.is-active { right: 0; }
	
	.l-header__nav-list { flex-direction: column; align-items: flex-start; margin-right: 0; gap: 20px; width: 100%; }
	.l-header__nav-item { font-size: 1.6rem; width: 100%; }
	.l-header__nav-item > a { padding: 10px 0; justify-content: space-between; width: 100%; }
	
	.l-header__nav-list .sp_view { display: block !important; }
	
	/* メガメニューをアコーディオン風に */
	.l-header__mega {
		position: static; width: 100%; box-shadow: none; padding: 0 0 10px 15px;
		display: none; visibility: visible; opacity: 1; transform: none; pointer-events: auto;
	}
	.l-header__nav-item.is-open .l-header__mega { display: block; }
	.l-header__mega-header { display: none; }
	.l-header__mega-cards { flex-direction: column; gap: 15px; display: flex;}
	.l-header__mega-card-wrap { width: 100%; }
	.l-header__mega-card { padding: 5px 0; font-size: 1.4rem; }
	.l-header__mega-card img { display: none; }
	
	.l-header__nav-bottom-marquee { display: none; }
}


/* 1024px以下 */
@media screen and (max-width: 1024px) {
	.p-strength-container {
		padding: 60px 50px;
	}
	.p-strength-item {
		gap: 30px;
	}
	.p-strength-item__number {
		font-size: 6rem;
		width: 70px;
	}
	.p-strength-item__title {
		font-size: 2rem;
	}
}



/* 900px以下 */
@media screen and (max-width: 900px) {
	.p-manufacturer-gallery__grid {
		grid-template-columns: repeat(2, 1fr); 
	}
}


/* 480px以下 */
@media screen and (max-width: 480px) {
	.p-casestudy-list {
		grid-template-columns: 1fr; /* スマホの縦画面では1カラムに */
	}
	.p-casestudy-card__img {
		height: auto;
		aspect-ratio: 16 / 9;
	}

}



/* 440px以下 */
@media screen and (max-width: 440px) {

	.l-header__contact-wrap{
		display: none;
	}
}





@media screen and (min-width: 750px){
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

}




/* 1600px以上 */
@media screen and (min-width: 1600px) {

html{
	font-size: 70%;
}


}




















