@charset "utf-8";
html{
overflow-x: hidden;
	scroll-behavior: smooth;
}
/* ボディ設定*/
body {
	-webkit-text-size-adjust: none;
	font-family: 'Noto Sans JP', sans-serif;
 	font-size: 18px;
	line-height: 30px;
	color: #000000;
  	text-align:left;
  	margin: 0;
  	padding: 0;
	background-color: #fff;
	box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl, dt, dd{
  	margin: 0;
  	padding: 0;
}
li img,dt img,dd img{
	vertical-align:bottom;
}
ol, ul {
	list-style:none;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align:middle;
	border:0px;
	transition: 1.0s ;
}
a:hover img{
  opacity: 0.7;
}
* {
	box-sizing: border-box;
}

/* リンクの色 */
a {
	COLOR: #1a0dab;
	text-decoration: none;
}
a:link {
  color: #1a0dab;
}
a:visited {
  color: #660099;
}
a:hover {
  color: #4d90fe;
}
a:active {
  color: #c61a09;
}

/*Clearfix*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*インデント*/
.txt-ind{
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 768px){
	.br-pc {display: none; }
}
/*PC・スマホ切り替え*/
@media screen and (max-width: 576px) {
	.pc-only{display: none;}
}
@media screen and (min-width: 576px){
	.br-sp {display: none; }
	.sp-only{display: none;}
}

/*全体の枠
---------------------------------------------------------------------------*/
#wrapper{
	width:100%;
	overflow-x: hidden;
}
.sec-box-inner{
	width: 1440px;
	margin: auto;
}
.sec-box-inner .p-center{
	text-align: center;
}
@media screen and (max-width: 1450px) {
	.sec-box-inner{
		width: 1110px;
	}
}
@media all and (max-width:1200px){
	.sec-box-inner{
		width: 930px;
	}
}
@media all and (max-width:992px){
	.sec-box-inner{
		width: 690px;
	}
}
@media all and (max-width:768px){
	.sec-box-inner{
		width: 510px;
	}
}
@media all and (max-width:576px){
	.sec-box-inner{
		width: 92%;
	}
}
.sec-box-w{
  background-color: #fff;
	padding: 80px 0;
}
.sec-box-g{
	background-color: #fafafa;
	padding: 80px 0;
}


/* セクションタイトル h2 */
.section-title{
  font-size: 48px;
	line-height: 66px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px; /* 下50px */
  position: relative;
}

/* 18px下のバー */
.section-title::after{
  content: "";
  display: block;
  width: 300px;
  height: 6px;
  background-color: #3ed0ba;
  margin: 18px auto 0; /* 上18px・中央 */
}

/* レスポンシブ（スマホ） */
@media screen and (max-width: 768px){

  .section-title{
    font-size: 24px;
	line-height: 1.3;
    margin-bottom: 40px;
  }

  .section-title::after{
    width: 180px;
    height: 4px;
  }
}



/*ヘッダー　グローバルナビ
---------------------------------------------------------------------------*/
/* =====================
   トップMV
===================== */
.top-mv-box{
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 100px;              /* 上100px空ける */
  background-color: #f4f2f2;
  overflow: hidden;
}

/* 地図画像（最大1920×900・中央配置・縮小） */
.top-mv-box > img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 900px;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* テキストエリア */
.top-mv-text{
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1200px;
  padding-left: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;   /* 上下中央 */
  align-items: flex-start;   /* 左寄せ */
}

/* 見出し */
.top-mv-text h2{
  font-size: 48px;
  font-weight: 700;
  color: #e94235;
  line-height: 1.4;
    text-shadow:
    -4px -4px 0 #fff,
     4px -4px 0 #fff,
    -4px  4px 0 #fff,
     4px  4px 0 #fff,
     0   -4px 0 #fff,
     0    4px 0 #fff,
    -4px  0   0 #fff,
     4px  0   0 #fff;
}

/* h2から80px下の画像 */
.top-mv-text h2 + img{
  margin-top: 80px;
}

/* 説明文 */
.top-mv-text p{
  margin-top: 55px;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
    text-shadow:
    -3px -3px 0 #fff,
     3px -3px 0 #fff,
    -3px  3px 0 #fff,
     3px  3px 0 #fff,
     0   -3px 0 #fff,
     0    3px 0 #fff,
    -3px  0   0 #fff,
     3px  0   0 #fff;
}

/* 強調テキスト */
.top-mv-text p span{
  font-size: 40px;
  font-weight: 700;
  color: #ff6800;
}

/* =====================
   レスポンシブ（スマホ）
===================== */
@media screen and (max-width: 768px){

  .top-mv-box{
    height: 600px;
    margin-top: 60px;
  }

  .top-mv-text{
    padding: 0 6%;
  }

  .top-mv-text h2{
    font-size: 28px;
  }

  .top-mv-text h2 + img{
    margin-top: 40px;
    max-width: 100%;
  }

  .top-mv-text p{
    margin-top: 30px;
    font-size: 16px;
  }

  .top-mv-text p span{
    font-size: 22px;
  }
}



/* ヘッダー（最前面固定） */
.header-inner{
  position:fixed;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  height:100px;
  padding:0 60px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid #e8e2d4;
  z-index:1000;

  background: transparent; /* 初期は透明 */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
/* 100pxスクロール後 */
.header-inner.is-scrolled {
  background-color: rgba(255, 255, 255, 0.99);
}

.logo img{
  width:308px;
}

/* PCナビ */
.nav-pc{
	font-size: 14px;
  display:flex;
  align-items:center;
  gap:32px;
}

.nav-pc a{
  color:#000000;
  text-decoration:none;
  position:relative;
  text-shadow:0 2px 6px rgba(256,256,256,1);
  height:52px;                 /* ← btn-free と同じ */
  display:flex;                /* ← 中央揃えのため */
  align-items:center;          /* ← 縦中央 */
  position:relative;
}

.nav-pc a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:5px;
  width:0;
  height:2px;
  background:#4da200;
  transition:.3s;
}

.nav-pc a:hover::after{width:100%;}

.nav-pc a.btn-free{
  background:#4da200;
  color:#fff;
  text-shadow:0 2px 6px rgba(256,256,256,.0);
}
.btn-free{
  width:180px;
  height:52px;
  background:#4da200; /* グリーン */
  color:#fff;         /* 白文字 */
  border-radius:26px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:600;
}

.btn-free:hover{
  background:#4da200;
  color:#fff;
  opacity:0.85;
}
.nav-pc .btn-free::after{display:none;}

/* =====================
   ハンバーガー（header-inner内）
===================== */
.hamburger{
  display:none;
  width:32px;
  height:22px;
  position:relative;
  background:none;
  border:none;
  cursor:pointer;
}

.hamburger span{
  position:absolute;
  left:0;
  width:100%;
  height:3px;
  background:#012c15;
  transition:.3s;
}

.hamburger span:nth-child(1){top:0;}
.hamburger span:nth-child(2){top:9px;}
.hamburger span:nth-child(3){bottom:0;}

/* × 変形 */
.hamburger.active span:nth-child(1){
  transform:rotate(45deg);
  top:9px;
}

.hamburger.active span:nth-child(2){
  opacity:0;
}

.hamburger.active span:nth-child(3){
  transform:rotate(-45deg);
  bottom:9px;
}

/* =====================
   スマホメニュー（全面）
===================== */
.nav-sp{
  position:fixed;
  inset:0;
  background:#fff;
  padding:100px 12% 24px;
  z-index:900; /* header-inner より下 */
  opacity:0;
  visibility:hidden;
  transition:.3s;
	margin-bottom: 0px;

  overflow-y: auto;      /* ← 追加 */
  -webkit-overflow-scrolling: touch; /* iOS対策 */
}

.nav-sp.active{
  opacity:1;
  visibility:visible;
}

.nav-sp a{
  display:block;
  padding:14px 0;
  border-bottom:1px solid #ddd;
  color:#012c15;
  text-decoration:none;
	font-size: 16px;
}
.nav-sp a:first-child{
  border-top:1px solid #ddd;
}
.nav-sp a.btn-free{
  color:#fff;
}

/* =====================
   スマホメニュー内 ボタン
===================== */
.nav-sp .btn-free{
  margin-top:32px;
	width: 100%;
  height:52px;
  border-radius:26px;
  background:#4da200;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:600;
  text-decoration:none;
}

/* hover / tap時 */
.nav-sp .btn-free:hover{
  opacity:0.85;
}

/* =====================
   レスポンシブ
===================== */
@media(max-width:768px){
  /* トップのみ */
  .home .header-visual,
  .front-page .header-visual{
    height:600px;
  }
	.header-inner{
	  height:60px;
	  width:100%;
  		padding:0 20px;
	}
  .nav-pc{display:none;}
  .hamburger{display:block;}
  .logo img{width:220px;}
}
@media(max-width:768px){
	.header-inner{
	  width:100%;
	}
}

/*フッダー
---------------------------------------------------------------------------*/
.fooder_box {
  width: 100%;
  background-color: #fafafa;
}

/* フッター全体 */
.fooder_in_box{
	width: 100%;
	margin: 0 auto;
	padding: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
}

/* 左右 */
.fooder_left_box{
	width: 30%;
	box-sizing: border-box;
}
.fooder_right_box{
	width: 70%;
	box-sizing: border-box;
}

/* 左側 */
.fooder_left_box img{
	width: 308px;
	height: auto;
	display: block;
}

.fooder_left_box p{
	margin-top: 40px;
}

.copy_box{
	background-color: #3ed0ba;
	width: 100%;
	padding: 10px 0 10px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
/* =========================
   レスポンシブ（タブレット以下）
========================= */
@media screen and (max-width: 768px){
	.fooder_in_box{
		flex-direction: column;
		row-gap: 40px;
		padding: 20px;
		text-align: center;
	}

	.fooder_left_box,
	.fooder_right_box{
		width: 100%;
	}

	.fooder_left_box img{
		width: 260px;
		margin: 60px auto;
	}

	.copy_box{
		padding: 10px 0 70px;
	}
}

/*ページトップ
---------------------------------------------------------------------------*/
#scrollToTopBtn {
    position: fixed;
    bottom: 55px;
    right: 20px;
    display: none; /* 初期状態では非表示 */
    border: none;
    padding: 0px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    z-index: 810;
}

#scrollToTopBtn:hover {
}


/*CTA
---------------------------------------------------------------------------*/
.cta-container {
    display: none;
}


/*690以下 510*/
@media all and (max-width:768px){
    .cta-container {
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding: 1px;
        background-color: #f9f9f9;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
		z-index: 800;
    }
    .cta-container a{
        color: #fff;
    }
    .cta-button {
        background-color: #ff7900;
        color: white;
        border: none;
        padding: 10px 10px;
        margin: 5px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px;
        width: 92%;
        max-width: 300px;
    }
    .cta-button:hover {
        background-color: #ff7900;
    }
}
/*510以下 92%*/
@media all and (max-width:576px){
}

/*下線が動く
---------------------------------------------------------------------------*/
.underline_movement a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #e79065;
bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.5s; /*変形の時間*/
}

.underline_movement a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
.underline_movement_top a {
border-bottom: 1px solid #e79065;
}
@media all and (max-width:982px){
	.underline_movement {
		position:static;
		bottom: 0px; 
		transform: none;
		transform-origin: center;
		transition: unset;
	}
	.underline_movement_top a {
		border-bottom: none;
	}
}

/* フェードイン
--------------------------------------------------------------------------- */
/* 共通 */
.fade-item{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease;
}

/* PC：左から */
.fade-left{
  transform: translateX(-60px);
  transition-delay: 0s;
}

/* PC：右から */
.fade-right{
  transform: translateX(60px);
  transition-delay: .25s;
}

/* 表示後 */
.fade-item.show{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ===== スマホでは横移動を無効化 ===== */
@media screen and (max-width: 768px) {
  .fade-left,
  .fade-right {
    transform: translateY(30px);
  }
}





/*こんなお悩みありませんか？
---------------------------------------------------------------------------*/
/* 悩みブロック全体 */
.nayami-box{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
}

/* 各カード */
.nayami-photo-box{
	text-align: center;
	opacity: 0;
	transition: transform .35s ease, box-shadow .35s ease;
}

/* フェードイン順番 */
.nayami-photo-box:nth-child(1){ animation-delay: .1s;}
.nayami-photo-box:nth-child(2){ animation-delay: .2s;}
.nayami-photo-box:nth-child(3){ animation-delay: .3s;}
.nayami-photo-box:nth-child(4){ animation-delay: .4s;}

/* ホバー拡大＋影（PC） */
.nayami-photo-box:hover{
	transform: translateY(-6px) scale(1.05);
	box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

/* 画像 */
.nayami-photo-box img{
	width: 340px;
	height: 280px;
	object-fit: cover;
	display: block;
	margin: 0 auto 15px;
	animation: float 3.5s ease-in-out infinite;
}

/* テキスト */
.nayami-photo-box p{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 20px;
}

/* 強調メッセージ */
.nayami-kyouchou{
	margin-top: 60px;
	text-align: center;
}

.nayami-kyouchou p{
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding: 0 80px;
}

.nayami-kyouchou span{
	font-size: 40px;
	color: #ff6800;
	position: relative;
	z-index: 2;
}

/* 左右の斜線（声を出している表現） */
.nayami-kyouchou p::before,
.nayami-kyouchou p::after{
	content: "";
	position: absolute;
	top: 50%;
	width: 60px;
	height: 2px;
	background: #ff6800;
	--rotate: 0deg; /* デフォルト */
	transform: translateY(-50%) rotate(var(--rotate));
	animation: shout 1.2s ease-in-out infinite;
}

/* ＼ 左 */
.nayami-kyouchou p::before{
	left: 0;
	--rotate: 60deg;
}

/* ／ 右 */
.nayami-kyouchou p::after{
	right: 0;
	--rotate: -60deg;
}

/* 角度を維持したまま伸縮 */
@keyframes shout{
	0%{
		transform: translateY(-50%) rotate(var(--rotate)) scaleX(1);
	}
	50%{
		transform: translateY(-50%) rotate(var(--rotate)) scaleX(1.3);
	}
	100%{
		transform: translateY(-50%) rotate(var(--rotate)) scaleX(1);
	}
}



/* アニメーション */
@keyframes fadeUp{
	from{
		transform: translateY(30px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes float{
	0%{ transform: translateY(0); }
	50%{ transform: translateY(-8px); }
	100%{ transform: translateY(0); }
}

@keyframes shout{
	0%{
		transform: translateY(-50%) rotate(var(--rotate)) scaleX(1);
	}
	50%{
		transform: translateY(-50%) rotate(var(--rotate)) scaleX(1.3);
	}
	100%{
		transform: translateY(-50%) rotate(var(--rotate)) scaleX(1);
	}
}

/* スマホ・タブレット対応 */
@media screen and (max-width: 1024px){
	.nayami-box{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px){
	.nayami-box{
		grid-template-columns: 1fr;
	}
	.nayami-photo-box img{
		width: 100%;
		height: auto;
	}
	.nayami-kyouchou p{
		font-size: 22px;
		padding: 0 40px;
	}
	.nayami-kyouchou span{
		font-size: 30px;
	}
}

/* スマホではホバー無効 */
@media (hover: none){
	.nayami-photo-box:hover{
		transform: none;
		box-shadow: none;
	}
}


/*MEOとは
---------------------------------------------------------------------------*/
/* MEOとは セクション全体 */
.toha-box{
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 700px 1fr;
	gap: 60px;
	align-items: center;
	box-sizing: border-box;
}

/* 左：メイン画像 */
.toha-photo{
	overflow: hidden;
	border-radius: 20px;
}

.toha-photo img{
	width: 700px;
	height: 500px;
	object-fit: cover;
	display: block;
}

/* 右：テキスト */
.toha-text p{
	font-size: 18px;
	line-height: 1.9;
	margin-bottom: 40px;
}

/* ポイントエリア（下40px） */
.toha-point{
	display: grid;
	grid-template-columns: 103px 1fr;
	gap: 30px;
	align-items: flex-start;
}

/* ポイント画像 */
.toha-point-photo img{
	width: 103px;
	height: 76px;
	object-fit: contain;
	display: block;
}

/* ポイントテキスト */
.toha-point-text ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.toha-point-text li{
	font-size: 24px;
	line-height: 1.8;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
}

/* ・を装飾として追加 */
.toha-point-text li::before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
	color: #e94235;
	font-weight: bold;
}

/* 強調 */
.toha-point-text span{
	font-weight: 700;
	color: #e94235;
}

/* レスポンシブ */
@media screen and (max-width: 1024px){
	.toha-box{
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.toha-photo img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px){
	.toha-text p{
		font-size: 18px;
	}
	.toha-point{
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.toha-point-text li{
		font-size: 18px;
	}
}


/* =========================
   なぜMEO？ セクション
========================= */

/* 共通 */
.toha-naze-box{
	width: 100%;
	max-width: 800px;
	margin: 60px auto;
	box-sizing: border-box;
}

/* 見出し */
.toha-naze-box h3{
	width: 100%;
	max-width: 800px;
	height: 60px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #3ed0ba;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	border-radius: 30px;
	text-align: center;
}

/* リスト */
.toha-naze-box ul{
	max-width: 640px;
	margin: 0 auto 20px;
	padding-left: 1.2em;
	list-style: disc;
}

.toha-naze-box ul li{
	margin-bottom: 8px;
}

/* 説明文 */
.toha-naze-box p{
	padding: 0 30px;
	text-align: left;
	margin-bottom: 10px;
}


/* =========================
   MEOまとめボックス
========================= */

.toha-meo-box{
	width: 100%;
	background-color: #e8e2d4;
	padding: 30px 20px;
	box-sizing: border-box;
	margin: 80px 0;
}

.toha-meo-box p{
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}


/* =========================
   レスポンシブ（SP）
========================= */

@media screen and (max-width: 768px){
	.toha-naze-box{
		margin: 40px auto;
	}

	.toha-naze-box h3{
		height: auto;
		padding: 12px 16px;
		font-size: 20px;
		border-radius: 24px;
	}

	.toha-naze-box ul{
		padding-left: 3em;
	}

	.toha-naze-box p,
	.toha-meo-box p{
	}
}


/*なぜ、当社のMEOは成果が出るのか
---------------------------------------------------------------------------*/
/* 施策比較テーブル */
.shisaku-box{
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
}

.shisaku-box table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	border-radius: 10px;
	overflow: hidden;
}

/* 共通セル */
.shisaku-box th,
.shisaku-box td{
	text-align: center;
	padding: 20px 10px;
	border-bottom: 1px solid #e5e5e5;
}

/* 見出し */
.shisaku-box th{
	background-color: #e5e5e5;
	font-size: 24px;
	font-weight: bold;
}

/* 当社タイトル */
.shisaku-box th.tousha-title{
	background-color: #3ed0ba;
	color: #fdfd03;
	font-size: 28px;
	font-weight: bold;
}

/* 通常テキスト */
.shisaku-box td{
}

/* 当社テキスト */
.shisaku-box td.tousha-text{
	color: #ff6800;
	font-size: 24px;
	font-weight: bold;
	border-left: 1px solid #e5e5e5;
}

/* 最終行の線を消す */
.shisaku-box tr:last-child td{
	border-bottom: none;
}


/* レスポンシブ（SP） */
@media screen and (max-width: 768px){
  .shisaku-box{
    padding: 0;
    margin: 0;
  }

  .shisaku-box table{
    width: 100%;
    max-width: 100%;
		font-size: 18px;
	}

	.shisaku-box th{
		font-size: 18px;
		padding: 14px 6px;
	}

	.shisaku-box th.tousha-title{
		font-size: 20px;
	}

	.shisaku-box td{
		font-size: 16px;
		padding: 14px 6px;
	}

	.shisaku-box td.tousha-text{
		font-size: 18px;
	}
}


/*総合型ローカルMEO施策
---------------------------------------------------------------------------*/
.sougou-box{
	text-align: center;
	width: 80%;
	margin: auto;
}

/*提供サービス内容
---------------------------------------------------------------------------*/
/* 提供施策 全体 */
.teikyo-box{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 20px;
	justify-items: center;
	box-sizing: border-box;
}

/* カード */
.teikyo-card{
	width: 100%;
	max-width: 700px;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	overflow: hidden;
	padding: 0 20px;
}

/* 見出し（クリック） */
.teikyo-card h4{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 24px 50px;
	cursor: pointer;
	border-bottom: 2px solid #b2b2b2;
	max-width: 600px;
	margin: 0 auto;
}

/* ＋ − アイコン */
.teikyo-card h4::after{
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: bold;
	transition: transform .3s ease;
}

/* 開いた状態 */
.teikyo-card.active h4::after{
	content: "−";
}

/* 中身（アコーディオン） */

.teikyo-card ul{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: left;
	overflow: hidden;
	max-height: 0;
	transition: max-height .4s ease, padding .3s ease;
}

.teikyo-card.active ul{
	width: 100%;
	max-height: 400px;
	padding: 20px 0 20px;
}
.teikyo-card li{
	font-size: 18px;
}
.teikyo-card li span{
	color: #3ed0ba;
	font-weight: bold;
	margin-right: 6px;
}

/* 強調メッセージ */
.teikyo-card h6{
	width: 100%;
	max-width: 600px;
	height: 50px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff6800;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity .3s ease, transform .3s ease;
	padding: 5px 10px;
}

.teikyo-card.active h6{
	opacity: 1;
	transform: translateY(0);
}

/* オプションカラー */
.teikyo-card h6.op-color{
	background: #5d2eff;
}

/* レスポンシブ */
@media screen and (max-width: 992px){
	.teikyo-box{
		grid-template-columns: 1fr;
	}
	.teikyo-card h4,
	.teikyo-card ul,
	.teikyo-card h6{
		max-width: 100%;
		width: 100%;
	}
	.teikyo-card h4{
		font-size: 18px;
	}
	.teikyo-card h6{
		font-size: 16px;
	}

	.teikyo-card li{
		font-size: 16px;
	}
}


/*サービス導入の流れ
---------------------------------------------------------------------------*/
/* 全体 */
.nagare-box {
  width: 100%;
  display: flex;
  align-items: center;
    justify-content: flex-start;
  gap: 0;
  padding: 0px;
  box-sizing: border-box;
  overflow-x: auto; /* 小画面対策 */
  overflow-y: hidden;
}

/* 各ステップ */
.nagare-no {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	width: 100%;
}

/* 番号 */
.nagare-no h3 {
  font-size: 60px;
  font-weight: 700;
  color: #1a73e8;
  line-height: 1;
  margin: 0;
  text-align: center;
}

/* テキストボックス */
.nagare-text {
  width: 260px;
  height: 126px;
  margin-top: 10px;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}
.nagare-text p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

/* 矢印 */
.nagare-sankaku {
  width: 60px;
  height: 186px;
	padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nagare-sankaku p {
  margin: 0;
  font-size: 24px;
  color: #b0bec5;
}

/* ===== レスポンシブ ===== */
@media screen and (max-width: 1024px) {
  .nagare-box {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .nagare-box {
    flex-direction: column;
    align-items: center;
  }
	.nagare-no h3 {
	  font-size: 30px;
	}
  .nagare-sankaku {
    width: 100%;
    height: auto;
    padding: 10px 0;
    transform: rotate(90deg);
  }
	.nagare-text {
	  width: 100%;
	  height: 80px;
	  margin-top: 10px;
	  border: 2px solid #e0e0e0;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
	  box-sizing: border-box;
	}
	.nagare-text p {
		font-size: 18px;
	  margin: 0;
	  font-weight: 500;
	  line-height: 1.5;
	}
}

/*料金プラン（例）
---------------------------------------------------------------------------*/
/* 全体レイアウト */
.plan-box{
  width:100%;
  display:flex;
  gap:28px;
  flex-wrap:wrap;
}

/* 共通カード */
.plan-box > div{
  flex:1;
  background:#fff;
  border:2px solid #ddd;
  border-radius:10px;
  padding:50px 26px 34px;
  position:relative;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  transition:.3s ease;
  overflow:visible;
}

.plan-box > div:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 32px rgba(0,0,0,.15);
}

/* 斜めプラン帯（枠内） */
.plan-box h3{
  position:absolute;
  top:-3px;
  left:-3px;
  background:#0b1f3a;
  color:#fff;
  padding:5px 30px;
  transform:rotate(-0deg);
  font-size:20px;
  letter-spacing:.08em;
  border-radius:5px;
}

/* タイトル */
.plan-box h5{
  font-size:24px;
  font-weight:700;
  margin-bottom:18px;
  line-height:1.4;
  text-align:center;
}

/* 価格 */
.plan-box h4{
  text-align:center;
  font-size:44px;
  color:#d80000;
  font-weight:800;
  margin:18px 0 22px;
}

.plan-box h4 span{
}

/* 説明文 */
.plan-box p{
	font-size: 0.9px
  line-height:1.7;
}

/* チェックリスト */
.plan-box ul{
  list-style:none;
  padding:0;
  margin:22px 0;
}

.plan-box li{
  position:relative;
  padding-left:32px;
  margin-bottom:3px;
	font-size: 0.9em;
}

.plan-box li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:#ff7a00;
  font-weight:bold;
}

/* おすすめ強調カード */
.plan-pt01{
  border:3px solid #ffb400;
  background:linear-gradient(180deg,#fff9e5,#ffffff);
  transform:scale(1.08);   /* ← ここが拡大しているポイント */
  z-index:2;
}

/* ゴールドおすすめ（枠の上にはみ出す） */
.plan-pt01 > div:first-child{
  width:180px;
  position:absolute;
  top:-15px;
  left:50%;
  transform:translateX(-50%);
  background:linear-gradient(90deg,#cfa700,#cfa700,#ffd86a);
  color:#ffffff;
  padding: 8px 0;
  border-radius:14px;   /* ← ここがポイント */
  font-weight:700;
  letter-spacing:.1em;
  box-shadow:0 12px 24px rgba(0,0,0,.35);
  z-index:5;
  text-align:center;
}

/* おすすめゾーン区切り */
.plan-box h6{
  display:block;
  width:100%;
  text-align:center;
  background:#1e90ff;
  color:#fff;
  padding:5px 0;
  margin:26px 0 12px;
  border-radius:5px;
  letter-spacing:.05em;
	font-size: 18px;
}

/* =========================
   レスポンシブ
========================= */
@media(max-width:1200px){
  .plan-box{
    flex-direction:column;
  }
  .plan-box > div,
  .plan-pt02{
    transform:none;
  }
  .plan-box h5{
    font-size:20px;
  }
  .plan-box h4{
    font-size:36px;
  }

}
@media(max-width:768px){
	.plan-pt01 > div:first-child{
	 left:70%;
	}
}


/*詳細機能比較
---------------------------------------------------------------------------*/
.plan-hikaku-box{
  width:100%;
  overflow-x:auto;
  margin:40px 0;
}

.plan-hikaku-box table{
  width:100%;
  border-collapse:separate;   /* ← これ重要 */
  border-spacing:0;
  border-radius:10px;
  overflow:hidden;           /* ← 角をはみ出させない */
  box-shadow:0 8px 24px rgba(0,0,0,0.08); /* 高級感 */
}

.plan-hikaku-box th,
.plan-hikaku-box td{
  padding:14px 12px;
  text-align:center;
  border:1px solid #e3e3e3;
}

.plan-hikaku-box th{
  background:#0b1f3a; /* ネイビー */
  color:#fff;
  font-weight:700;
}

.plan-hikaku-ossume{
  display:inline-block;
  background:linear-gradient(90deg,#cfa700,#ffd86a,#cfa700);
  color:#000;
  font-size:12px;
  padding:4px 10px;
  border-radius:20px;
  margin-bottom:6px;
  font-weight:700;
}

.plan-hikaku-kakaku{
  display:block;
  font-size:30px;
  font-weight:800;
  margin-top:6px;
}

.plan-hikaku-title{
  text-align:left;
  font-weight:700;
  color:#222;
}

.plan-hikaku-chuu{
  display:block;
  font-size:12px;
  color:#777;
  margin-top:4px;
  line-height:1.4;
}

/* 行ストライプ */
.plan-hikaku-box tr:nth-child(even) td{
  background:#f6f7f9;
}

.plan-hikaku-box tr:nth-child(odd) td{
  background:#ffffff;
}

/* チェック・×を強調 */
.plan-hikaku-box td{
  font-size:18px;
}

.plan-hikaku-box td:has(:not(.plan-hikaku-chuu)){
  font-weight:700;
}

/* スマホ最適化 */
@media (max-width:768px){
	.plan-hikaku-box table{
	  width:600px;
	}
  .plan-hikaku-box th{
    font-size:13px;
  }

  .plan-hikaku-kakaku{
    font-size:18px;
  }

  .plan-hikaku-box td{
    font-size:16px;
  }
}

.ok{
  color:#2bb673;
  font-size:22px;
}

.ng{
  color:#e60012;
  font-size:20px;
}



/*対応業種
---------------------------------------------------------------------------*/
.taiou-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px; /* 端ギリギリ回避 */
  box-sizing: border-box;
  flex-wrap: wrap;
}

/* 各業種 */
.taiou-industry {
  width: 180px;
	margin-bottom: 30px;
  text-align: center;
}
.taiou-industry img {
  max-width: 120px;
  max-height: 120px;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}

/* 業種名 */
.taiou-industry p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

/* ===== 注釈ボックス ===== */
.taiou-kome-box {
  width: 100%;
  height: 60px;
  margin-top: 80px;
  background-color: #73a6ff;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-sizing: border-box;
}

.taiou-kome-box p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* ===== レスポンシブ ===== */
@media screen and (max-width: 1024px) {
  .taiou-box {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .taiou-box {
    gap: 20px;
  }
  .taiou-industry {
    width: calc(50% - 10px); /* 2列 */
  }
  .taiou-industry p {
    font-size: 16px;
  }

  .taiou-kome-box {
    height: auto;
    padding: 16px;
    margin-top: 40px;
  }

  .taiou-kome-box p {
    font-size: 18px;
  }
}

/*よくある質問
---------------------------------------------------------------------------*/
/* ===== 全体 ===== */
.faq-box {
  width: 100%;
  margin: 0;
  padding: 0px;
}

.faq-box h2 {
  font-size: 46px;
  font-weight: bold;
  text-align: center;
	line-height: 1.4;
}

/* ===== FAQリスト ===== */
.faq-kaihei {
  margin-top: 60px;
}

.faq-item {
  margin-bottom: 16px; /* ← QとQの間 */
}

/* ===== Q ===== */
.faq-item h5{
  background: #00a276;
  color: #fff;
  font-size: 24px;
  padding: 10px 24px;
  border-radius: 0px;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 左側（Q＋文章） */
.faq-left{
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px; /* Qと文章の間隔 */
}

/* ＋アイコン */
.faq-toggle{
  font-size: 28px;
  line-height: 1;
}


/* ＋アイコン */
.faq-toggle {
  font-size: 28px;
  display: inline-block;
  transition: transform 0.4s ease;
}

/* 開いた状態：＋が回転して－に見える */
.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

/* ===== A ===== */
.faq-item p {
  background: #fff;
  color: #000;
  padding: 10px 24px;
  border-radius: 10px;

  margin-top: 0;
  overflow: hidden;

  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

/* 開いた状態 */
.faq-item.active p {
  max-height: 500px;
  opacity: 1;
}

/* ===== 下の文章 ===== */
.faq-box > p {
  margin-top: 60px;
  font-size: 24px;
  text-align: center;
}
.q-icon{
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 32px;
  height: 32px;

  background: #fff;
  color: #00a276;

  border-radius: 0;
  font-size: 18px;
  font-weight: bold;

  flex-shrink: 0;     /* ← これ重要（潰れ防止） */
  margin-right: 0px;
}



@media screen and (max-width: 768px) {
  .faq-box h2 {
    font-size: 30px;
  }

  .faq-item h5 {
    font-size: 18px;
	padding: 8px 8px;
  }

  .faq-box > p {
    font-size: 18px;
	  text-align: left;
  }
}

/*お問い合わせ
---------------------------------------------------------------------------*/
#contact {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 768px) {
	#contact {
	  scroll-margin-top: 60px;
	}
}
/* ===== 全体 ===== */
.contact-box {
  max-width: 1440px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

/* ===== 見出し ===== */
.contact-box h2 {
  font-size: 46px;
	line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
/* 最初のh2の下の文章 */
.contact-box > p {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}
.contact-box h3 {
  margin-top: 70px;
  font-size: 24px;
	line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

/* ===== 電話エリア ===== */
.contact-tel {
  margin-top: 26px;
	margin-bottom: 60px;
  background: #ff5d00;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
}

/* 電話リンク */
.contact-tel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px; /* 画像と電話番号の間隔 */
  color: #fff;
  text-decoration: none;
  font-size: 48px;
  font-weight: bold;
}

/* 電話アイコン */
.contact-tel img {
  width: 48px;
  height: auto;
}

/* 営業時間 */
.contact-tel p {
  margin-top: 20px;
  text-align: center;
}

/* ===== レスポンシブ ===== */
@media screen and (max-width: 768px) {
  .contact-box h2 {
    font-size: 30px;
  }
  .contact-tel a {
    font-size: 30px;
    gap: 12px;
  }
  .contact-tel img {
    width: 32px;
  }
}

/*お問い合わせ
---------------------------------------------------------------------------*/
.contact-title-box{
	background-color: #fafafa;
	text-align: center;
	padding: 60px 0;
	margin-top: 100px;
}
.contact-title-box h1{
	font-size: 30px;
}

.contact-form-box{
	width: 1000px;
	margin: 60px auto;
}
.contact-form-box p{
	margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
	.contact-title-box{
		padding: 40px 0;
		margin-top: -540px;
	}
	.contact-title-box h1{
		font-size: 24px;
	}
	.contact-form-box{
		width: 100%;
		margin: 30px auto;
	}
}

/*三角形対応&#9654;がうまくいかない
---------------------------------------------------------------------------*/
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 18px solid #b0bec5; /* ←三角の色 */
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-right: 0px;
}

/*Scroll Popup Base  scroll-triggered animation
---------------------------------------------------------------------------*/
.scroll-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease;
  z-index: 9999;
}

/* 表示状態 */
.scroll-popup.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

/* 画像 */
.scroll-popup img {
  display: block;
  width: 360px;
  max-width: 90vw;
  height: auto;
}

/* PC時は大きく */
@media (min-width: 768px) {
  .scroll-popup img {
    width: 520px;
  }
}

/* 閉じるボタン */
.scroll-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.45s cubic-bezier(.4, 0, .2, 1);
}

.scroll-popup__close:hover {
  transform: rotate(360deg) scale(1.1);
}

/* ===== オーバーレイ ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 9998;
}

.popup-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* ===== ポップアップ ===== */
.scroll-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none; /* 初期は非表示 */
  max-width: 90%;
  max-height: 80%;
  overflow: auto;
  background: #fff; /* 必要に応じて背景色 */
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  padding: 0;
}

.scroll-popup.is-visible {
  display: block;
}

/* 画像だけカーソル変更 */
.scroll-popup__link {
  display: block;
  cursor: pointer;
}

/* スクロール停止用 */
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
}

/* 画像 hover */
.scroll-popup a:hover img {
  opacity: 1 !important;
}

/* スクロールトリガー要素 */
.scroll-trigger {
  display: block;
  width: 100%;
  height: 1px; /* IntersectionObserver発火用 */
}


/*サンプル画像
---------------------------------------------------------------------------*/
.sample-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 16px;
}

/* タイトル */
.sample-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}

/* 画像表示枠（通常時：半分まで） */
.sample-img-wrap {
  width: 800px;
  max-width: 100%;
  height: 50vh;         /* 通常は縦半分だけ表示 */
  overflow: hidden;
  transition: height 0.3s ease;
}

/* 拡大時：制限解除 */
.sample-img-wrap.is-open {
  height: auto;
  overflow: visible;
}

/* 画像 */
.sample-img-wrap img {
  width: 100%;
  height: auto;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

/* 拡大状態 */
.sample-img-wrap.is-open img {
  transform: scale(1.5);
  cursor: zoom-out;
  z-index: 700;
}

/* スマホ時 */
@media screen and (max-width: 768px) {
  .sample-img-wrap {
    height: 40vh;
  }

  .sample-img-wrap.is-open img {
    transform: scale(1.2);
  }

  .sample-title {
    font-size: 1.2rem;
  }
}

/*強調の赤色*/
.s-red{
	color: #e94235;
}

/*事例
---------------------------------------------------------------------------*/
.jirei-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
	margin-top: 50px;
}
.jirei-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}
.jirei-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
/* 事例名 */
.jirei-item h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #1c3d7a;
  font-weight: 700;
	background-color: #fafafa;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
/* 対策開始ボックス */
.jirei-item p {
  display: inline-block;
  border: 1px solid #d3def0;
  padding: 5px 0px;
  margin-bottom: 25px;
  color: #333;
	text-align: center;
	width: 100%;
	font-size: 0.8em;
}

.jirei-item p span {
  font-weight: bold;
  margin-right: 6px;
  color: #1c3d7a;
}

/* 小見出し */

.jirei-item h5 {
  margin: 20px 0 10px;
  padding-left: 10px;
  border-left: 4px solid #1c3d7a;
	font-size: 1em;
  font-weight: 700;
  color: #1c3d7a;
}

/* リスト */

.jirei-item ul {
  padding-left: 16px;
  margin-bottom: 10px;
}

.jirei-item ul li {
  line-height: 1.7;
  margin-bottom: 8px;
  color: #444;
	font-size: 16px;
}

/* 成果強調 */
.jirei-seika-text li {
  font-weight: 600;
  color: #1c3d7a;
}
.jirei-seika-text li span{
	font-size: 0.8em;
}
/* ✔ アイコン追加 */
.jirei-seika-text li::before {
  content: "✔";
  color: #1c3d7a;
  font-weight: bold;
  margin-right: 6px;
}

/* =====================================
   レスポンシブ
===================================== */

/* タブレット */
@media screen and (max-width: 1024px) {
  .jirei-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media screen and (max-width: 768px) {

  .jirei-title {
    font-size: 22px;
    padding: 20px 15px;
  }

  .jirei-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jirei-item {
    padding: 20px;
  }

  .jirei-item h4 {
    font-size: 20px;
  }

  .jirei-item ul li {
    font-size: 16px;
  }
}

/*規約
---------------------------------------------------------------------------*/
/* タイトルヒーロー */
.terms-hero {
	margin-top: 100px;
  width: 100%;
  background: linear-gradient(135deg, #1c3d7a, #2a56a3);
  color: #ffffff;
  padding: 60px 20px 60px;
}
@media screen and (max-width: 768px){
  .terms-hero {
    margin-top: 60px;
  }
}
.terms-hero-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.terms-hero h1 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 1px;
}

/* パンクズ */

.breadcrumb {
  font-size: 13px;
  opacity: 0.9;
}

.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb span {
  margin: 0 8px;
}

.breadcrumb .current {
  opacity: 0.8;
}

/* 利用規約本文 */
.terms-block {
	margin: 0 auto 40px;
	width: 100%;
	max-width: 800px;
}
.terms-block h2 {
  font-size: 22px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 4px solid #1c3d7a;
  color: #1c3d7a;
}
.terms-block h3 {
  font-size: 18px;
  margin: 20px 0 10px;
  font-weight: 600;
  color: #333;
}
.terms-block p {
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}
.terms-block ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.terms-block ul li {
  line-height: 1.8;
  margin-bottom: 8px;
  color: #444;
}

/* =====================================
   レスポンシブ
===================================== */

@media screen and (max-width: 768px) {
  .terms-title {
    font-size: 22px;
  }

  .terms-block h2 {
    font-size: 18px;
  }

  .terms-block p,
  .terms-block ul li {
    font-size: 16px;
  }
}


/* =====================================
   閉じるボタン
===================================== */
.terms-close-fixed{
  position:fixed;
  bottom:10px;          /* 下からの距離 */
  left:50%;             /* 横中央 */
  transform:translateX(-50%);
  padding:16px 60px;
  background:#1c3d7a;
  color:#fff;
  font-size:16px;
  border:none;
  border-radius:8px;
  cursor:pointer;
  z-index:9999;
  transition:0.3s;
  box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

.terms-close-fixed:hover{
  background:#16325f;
}
@media screen and (max-width: 768px) {
	.terms-close-fixed{
	  bottom:60px;          /* 下からの距離 */
	}
}
