@charset "utf-8";

/* *****************************************************************************
   PC用のスタイル記述
***************************************************************************** */
@media screen and (min-width: 769px), print {
	
	/* -----------------------------------------------------------------------------
	 Header
	----------------------------------------------------------------------------- */
	header {
		height: auto;
	}
	header > .inner {
		display: flex;
		align-items: center;
		min-height: 60px;
		box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.20);
	}
	header > .inner > .logo {
		padding: 0 20px;
	}
	header > .inner > navi {
		right: 0;
		padding: 0 20px;
		text-align: right;
		vertical-align: middle;
	}
	header > .inner > navi > ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
		margin: auto 0;
	}
	header > .inner > navi > ul > li {
		display: inline-block;
	}
	header > .inner > navi > ul > li a {
		width: auto;
		text-align: left;
		padding: 5px 15px 7px;
	}
	header > .inner > navi > .translation {
		display: inline-block;
	}
	#bt-menu {
		display: none;
	}
	
	
	/* style1 */
	header.style1 {
		position: absolute;
		width: 100%;
		z-index: 999;
		display: none;
	}
	header.style1.fixed {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
	}
	header.style1 > .inner > navi {
		position: static;
		display: flex;
		background-color: var(--header-bg-color);
		padding: 0;
		margin-left: auto;
		opacity: 1;
	}
	
	
	/* powered by Sangyo Navi */
	.powered {
		display: none;
	}

	
	/* -----------------------------------------------------------------------------
	 Top Contents
	----------------------------------------------------------------------------- */
	#top-contents {
		background-color: var(--body-bg-color);
	}
	/* SEOリード文：SPは.8em、PCのみ.9emに（spの打ち消し） */
	#top_bottom p {
		font-size: .9em;
	}


	

	
	/* -----------------------------------------------------------------------------
	 Breadcrumb
	----------------------------------------------------------------------------- */
	#breadcrumb .bc{
		max-width: 1024px;
		margin: auto;
	}

	
	/* -----------------------------------------------------------------------------
	 contents
	----------------------------------------------------------------------------- */
	main .contents .fixed-bg img {
		width: 100%;
		height: auto;
	}
	/* パララックス帯：PCでは高さを広めに（.w1200の!important上書き） */
	.w1200.parallax-band-inner {
		height: 200px !important;
		margin-left: auto;
		margin-right: auto;
	}

	.w1200 {
		position: relative;
		max-width: 1200px;
		margin: 60px auto;
	}
	
	.w1200.bg {
		padding: 40px;
	}

	/* 比較表セクションだけコンテナを1300pxに拡張（テーブルを広く見せる） */
	.compare-section > .w1200 {
		max-width: 1300px;
	}

	.layer {
		position: absolute;
		z-index: 99;
	}
	
	.contents section {
		margin: 0 20px 40px;
	}
	
	
	/* -----------------------------------------------------------------------------
	 Footer
	----------------------------------------------------------------------------- */
	footer {
		font-size: .95em;
		padding: 90px 0;
		margin-bottom: 0;
	}
	footer .pagetop a:hover {
		background-color: var(--footer-arrow-hover-bg-color);
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	footer .pagetop a:hover::before {
		color: var(--footer-arrow-hover-color);
	}
	footer .inner {
		max-width: 1024px;
		margin: 0 auto;
	}
	
	
	/* -----------------------------------------------------------------------------
	 財団カスタマイズ
	----------------------------------------------------------------------------- */
	a.anchor.anc1{
		padding-top: 0;
    	margin-top: 0;
	}
	
	/* 2分割 */
	.half{
		gap: 2vw;
	}
	.half .left,
	.half .right{
		width: calc(50% - 2vw);
	}
	
	/* 3分割 */
	.trisection{
		gap: 2vw;
	}
	.trisection .left,
	.trisection .center,
	.trisection .right{
		width: calc(100% / 3 - 2vw);
	}
	
	/* 4分割 */
	.quarter{
		gap: 2vw;
	}
	.quarter .left1,
	.quarter .left2,
	.quarter .right1,
	.quarter .right2{
		width: calc(25% - 2vw);
	}
	
	/* ful-half */
	.ful-half{
		flex-direction: row;
	}
	.ful-half.l-img{
		flex-direction: row-reverse;
	}
	.ful-half.r-img .left,
	.ful-half.l-img .right{
		height: auto;
	}
	.ful-half.r-img .right,
	.ful-half.l-img .left{
		height: auto;
	}
	.ful-half .left,
	.ful-half .right{
		width: 50%;
	}
	.ful-half .txt .inner{
		max-width: 540px;
		margin: auto;
	}
	
	/* flow 横 */
	.flow-area1 ul li{
		width: calc(25% - 20px);
	}
	
	/* 会社概要 */
	.cpn_tbl table th,
	.cpn_tbl table td{
		display: table-cell;
		border-bottom: 1px solid var(--cpn-table-border);
		padding: 5px 20px;
	}
	/* GoogleMap：PCでは高さを広めに */
	.parts-map iframe { height: 420px; }
	
	/* お問合せ */
	.contact{
		flex-direction: row;
	}
	.contact .left{
		position: relative;
	}
	.contact .left:after{
		position: absolute;
		content: '';
		display: inline-block;
		width: 1px;
		height: 80%;
		top: 10%;
		right: 0;
		background-color: var(--contact-center-line-color);
	}
	a.mail_button {
		margin-top: 0;
	}
	
	/* 横問合せボタン */
	.cv_btn_area {
		width: auto;
		right: 0;
		top: 15vw;
		left: auto;
    	bottom: auto;
	}
	.cv_btn_area .btn{
		flex-direction: column;
	}
	.cv_btn_area .btn a {
		flex-direction: column;
		width: 90px;
		height: 75px;
		font-size: 12px;
		border-radius: 10px 0 0 10px!important;
		padding: 12px 17px 10px 10px;
		margin: 0 -10px 3px auto;
	}
	.cv_btn_area .btn a:hover{
		margin-right: 0;
		opacity: 1;
	}
	.cv_btn_area .btn a i {
		margin-bottom: 7px;
		margin-right: 0;
	}

	/* レスポンシブ出し分け */
	.for-pc{
		display: block;
	}
	.for-tab{
		display: none;
	}
	

/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */

	/* ヘッダー お問合せボタン：PCのみフル高さ60pxで上下密着 */
	header > .inner > navi > ul > li.header-contact a {
		height: 60px;
		padding: 0 26px;
	}

	/* MV */
	.mv-bg {
		min-height: 760px;
	}
	.mv-content {
		max-width: 860px;
		margin: 0 auto;
		padding: 40px;
	}
	.mv-tag-line {
		font-size: .72em;
	}
	.mv-sub-catch p {
		font-size: 1.5rem;
	}
	.mv-catch {
		font-size: calc(2.5em + 1.8vw);
	}
	.mv-catch-em {
		font-size: 1.18em;
	}
	.mv-lead1 p {
		font-size: 1.3rem;
	}
	.mv-price {
		margin-bottom: 2.5em;
	}
	.mv-price-badge {
		font-size: 1.3rem;
	}
	.mv-price-amount {
		font-size: 1.5rem;
	}
	.mv-price-num {
		font-size: 3.2rem;
	}
	.mv-price-tax {
		font-size: 1rem;
	}
	.mv-cta-btn {
		font-size: 1.2em;
		padding: .9em 5em;
	}

	/* =========================================================================
	   ごきげんモニター 本文セクション（PC=769px〜・多カラムgrid）
	   SPの1カラム指定を上書き。元LPのデスクトップレイアウトを再現
	========================================================================= */
	.trust-bar,
	.problems-section,
	.solution-section,
	.features-section,
	.why-section,
	.compare-section,
	.usecase-section,
	.cases-section,
	.pricing-section,
	.faq-section,
	.final-cta-section {
		padding: 100px 0;
	}

	/* TRUST（上下padding共通指定をtrust-barだけ控えめに打ち消し） */
	.trust-bar {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	/* PC版 .contents section { margin:0 20px 40px } の下marginを打ち消し
	   （これが帯の中でsectionを上寄せにしていた原因） */
	.trust-bar .w1200,
	.trust-bar section {
		margin-top: 0;
		margin-bottom: 0;
	}
	.trust-inner {
		grid-template-columns: auto repeat(4, 1fr);
		gap: clamp(16px, 2.5vw, 48px); /* 狭い幅では詰めて折れ防止 */
		/* SPの中央寄せをPC横並びでは左寄せに戻す */
		justify-items: start;
		text-align: left;
	}
	.trust-label {
		grid-column: auto;
		border-bottom: none;
		border-right: 1px solid var(--gm-line);
		padding-bottom: 0;
		padding-right: clamp(16px, 2vw, 32px);
	}
	.trust-num {
		font-size: clamp(22px, 2.6vw, 32px);
		white-space: nowrap; /* 数字＋単位を折り返さない */
	}
	.trust-caption { white-space: nowrap; } /* 説明文（brで2行）を1行ずつ保持 */

	/* PROBLEMS（769〜1199pxは縦1カラム維持。横2カラムは1200px以上で別途指定） */
	.problems-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.problems-title {font-size: clamp(40px, 3.6vw, 44px);}
	.problems-item { padding: 28px 32px; gap: 20px; }
	.problems-verdict { margin-top: 56px; padding: 48px 56px; }
	.problems-verdict-text p {font-size: 34px;}

	/* SOLUTION */
	/* SP〜tabでラッパーに移した枠をPCでは.def-block側に戻す（打ち消し） */
	.def-block-wrap {
		margin-bottom: 80px;
		background: none;
		border: none;
		padding: 0;
	}
	.def-block {
		background: var(--gm-bg);
		border: 1px solid var(--gm-line);
		border-left: 4px solid var(--gm-ink);
		padding: 56px 64px;
	}
	.def-block-text p { font-size: 18px; line-height: 2.2; }
	/* 前半は箱いっぱい全幅、後半「いわば〜」だけ右に画像分の余白 */
	.def-block-text-sub {
		padding-right: 280px;
	}
	/* 画像をボックス右下に重ねて下辺にくっつける */
	.def-block-img {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0;
		width: 260px;
		max-width: 40%;
		text-align: right;
	}
	.def-block-img img {
		width: 100%;
		max-width: none;
		display: block;
	}
	.flow { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
	.flow-step {padding: 40px 20px 32px;}
	.flow-icon { width: 56px; height: 56px; }
	.flow-title {font-size: 19px;}

	/* テキストログ vs 動画 比較体験：PCで横2カラム */
	.log-compare {
		grid-template-columns: 1fr 1fr;
		gap: 32px;
		align-items: stretch; /* 左右カラムを同じ高さに */
	}
	/* カラムを縦flexにして、screenを余白いっぱいに伸ばす
	   → 右画像の高さに左コード画面が追従して揃う */
	.log-compare-col {
		padding: 36px 32px;
		display: flex;
		flex-direction: column;
	}
	.log-compare-screen {
		flex: 1;
	}
	.log-compare-screen--img {
		display: flex;
	}
	.log-compare-screen--img img {
		width: 100%;
		object-fit: cover;
	}
	.log-compare-title {font-size: 22px;}
	.log-compare-screen--code p { font-size: 13px; word-break: normal; }
	.demo-video { margin-top: 80px; }
	.demo-video-title { font-size: 22px; }

	/* FEATURES */
	.feat-hero {
		/* 769〜1164pxは縦1カラム維持。横2カラムは1165px以上で別途指定 */
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 56px;
	}
	.feat-hero-title { font-size: 34px; }
	.feat-hero-stats { gap: 32px; }
	.feat-hero-stat-num { font-size: 32px; }
	.feat-grid { grid-template-columns: repeat(3, 1fr); }
	.feat-card { padding: 36px 32px; }
	/* PCは強制改行を有効化（SPで無効にしたbrを復活） */
	.feat-card-title .br-pc { display: inline; }
	/* PC769〜1164pxで22.5px→27px可変（1165px以上は別途29px固定） */
	.feat-card-title {
		font-size: calc(22.3px + (27 - 22.3) * ((100vw - 769px) / (1164 - 769)));
	}

	/* ADMIN SECURITY（PC769px〜は3列） */
	.admin-security-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}
	/* tabで1個目を全幅にしてた指定を打ち消し */
	.admin-security-card:first-child {
		grid-column: auto;
	}
	.admin-security-card { padding: 32px 28px; }
	.admin-security-title { font-size: 19px; }
	.admin-security-desc p { font-size: 14.5px; }

	/* WHY US */
	.why-grid { grid-template-columns: repeat(2, 1fr); }
	.why-card { padding: 56px 48px; }
	.why-card-title { font-size: 28px; }

	/* USE CASES */
	.uc-grid { grid-template-columns: repeat(3, 1fr); }
	.uc-card { padding: 48px 36px; }

	/* CASE STUDIES：769〜1199pxは2カラム（1200px以上で3カラムに上書き） */
	.case-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.case-card { padding: 40px 36px; }
	/* 3個目（最後の単独カード）を2カラム幅にまたがせて中央寄せ */
	.case-card:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 12px); /* 1カラム分の幅（gap24pxの半分を差し引き） */
		margin-inline: auto;
	}

	/* PRICING */
	.pricing-wrap {
		grid-template-columns: 1.1fr 1fr;
		gap: 30px;
		padding: 30px;
		align-items: end;
	}
	.pricing-left {
		border-bottom: none;
		border-right: 1px dashed var(--gm-line);
		padding-bottom: 0;
		padding-right: 30px;
	}
	/* 900px以上で内側余白・カラム間ギャップを広げる（担当者指定の追加ブレイクポイント） */
	@media screen and (min-width: 900px) {
		.pricing-wrap {
			gap: 64px;
			padding: 64px;
		}
		.pricing-left {
			padding-right: 64px;
		}
	}
	.pricing-steps-title {
		white-space: nowrap;
	}

	/* FAQ */
	.faq-list { max-width: 920px; margin: 0 auto; }
	.faq-q { padding: 28px 32px 28px 24px; gap: 24px; }
	.faq-q-text {font-size: 17px;}
	.faq-a { padding: 0 32px 32px 80px; }

	/* FINAL CTA */
	.final-title-text p { font-size: 40px; }
	.final-lead { max-width: 720px; margin-left: auto; margin-right: auto; }
	.final-lead p { font-size: 16px; }
	.final-points { grid-template-columns: repeat(2, 1fr); }
	.final-cta-section .half.contact { padding: 36px 48px; }

	/* problems-grid：1165px以上のみ横2カラム＋左カラム追従 */
	@media (min-width: 1165px) {
		/* feat-hero：1165px以上で横2カラム */
		.feat-hero {
			grid-template-columns: 1.1fr .9fr;
			gap: 48px;
			align-items: center;
		}
		.problems-grid {
			grid-template-columns: 1fr 1fr;
			gap: 65px;
			align-items: end;
		}
		.problems-head {
			position: sticky;
			top: 100px;
			/* 横2カラム時はtable中央寄せを解除 */
			display: block;
			margin: 0;
		}
		.problems-list {
			margin: 0;
		}
		.feat-card-title {
			font-size: 29px;
		}
		/* ADMIN SECURITY：1165px以上はgap・余白を広めに */
		.admin-security-grid { gap: 32px; }
		.admin-security-card { padding: 40px 32px; }
		.admin-security-title { font-size: 21px; }
	}

/* =========================================================================
   CASE STUDIES：1200px以上は導入事例を3カラムに（担当者指定の追加ブレイクポイント）
   769〜1199pxは2カラム（上のmin-width:769px側で指定）。
   ========================================================================= */
@media screen and (min-width: 1200px) {
	.case-grid { grid-template-columns: repeat(3, 1fr); }
	/* 3カラムでは3個目が3列目に普通に収まるため、2カラム時の中央寄せを打ち消す */
	.case-card:last-child {
		grid-column: auto;
		width: auto;
		margin-inline: 0;
	}
}







	
}