@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 基本設定（PC表示：1024px以上）
************************************/
.wrap {
width: 100%;
margin: 0 auto;
}

#content{ 
	margin-top:-5px;
	margin-bottom: 0;
}
#content-in{margin:0 auto;background-color:#ffffff;}
#content::after{ display:none;}

#main{ padding:0;margin-bottom:0; border:none;}

/*　余白を設定する　*/
/* HOME */
.home .page .inner{
	max-width:1100px;
	margin:0 auto;
	padding:0 29px
}

/* 固定ﾍﾟｰｼﾞ */
/*.page:not(.home) #main{
	width:1100px;
max-width: 100%;	
	margin:0 auto;
	padding: 10px 29px 0 29px
}*/


/*投稿日を非表示にする*/
.page .post-date {
  display: none;
}

/*更新日を非表示にする*/
.page .post-update{
  display: none;
}

/*snsを非表示にする*/
.page .sns-follow,
.page .author-info{
    display: none;
}

/* PC表示時の画像設定 */
.pc-img { display: inline !important;}
.tab-img { display: none !important;}
.tab-smt { display: none !important;}
.smt-img { display: none !important;}

/************************************
** clearfix
************************************/
.clearfix {
  *zoom: 1; /* IE6-7対応 */
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Cocoonテーマ用の追加 */
.cf::after {
  content: "";
  display: table;
  clear: both;
}

/************************************
** margin / padding
************************************/
.mt10{ margin-top:10px;}
.mt30{ margin-top:30px!important;}
.mt50{ margin-top:50px;}
.mt100{ margin-top:100px!important;}
.mt-100{ margin-top:-100px!important;}


.mb0{ margin-bottom:0px!important;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px!important;}
.mb40{ margin-bottom:40px!important;}
.mb50{ margin-bottom:50px!important;}
.mb100{ margin-bottom:100px!important;}


.mr0{margin-right:0!important;}
.mr10{margin-right:10px!important;}
.mr40{margin-right:40px!important;}

.ml80{margin-left:80px!important;}

.pt10{ padding-top:10px;}
.pt100{ padding-top:100px;}

.pb30{ padding-bottom:30px;}

/************************************
** Font
************************************/
.fss{font-size:60%;}
.fs{font-size:80%!important;}
.fm{font-size:120%;}
.fl{font-size:140%;}
.fll{font-size:180%;}
.fbig{ font-size:250%;}

.bold{ font-weight:bold; }
.uline{ text-decoration:underline;}
.line{ border-bottom:1px solid #a2a2a2; padding-bottom:7px;}
.marker-blue{
  background: linear-gradient(transparent 60%, #c2e5fb 60%);
  font-weight: bold;
  display: inline;
}
.marker-y {
    background: linear-gradient(transparent 30%, #fff871 30%, #fff871 85%, transparent 85%);
    display: inline;
    padding: 0 2px;
}

.underline {
  display: inline-block; /* 必須 */
  padding-bottom: 10px;  /* 文字と線の間に余白 */
  border-bottom: 2px solid #ffffff; /* アンダーラインの代わり */
}
.border-dotte{ border-bottom:4px dotted #c6c2b2; padding-bottom:5px;}


.red{ color:#e02051;}
.white{ color:#ffffff!important;}
.green{ color:#009b4a;}
.orange{color:#f18200!important;}
.blue{color:#0052a6;}
.brown{color:#522e16;}
.yellow{color:#ffe55f;}

.mincho{font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

.center{ text-align:center!important;}
.right{ text-align:right!important;}
.left{ text-align:left!important;}


/* スマホの時だけ改行させるクラス */
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}


/************************************
** 固定ページタイトルスタイル
************************************/
.page-hero,
.archive-title{
  width: 100%;                      
  margin-left: 0;                  
  background: linear-gradient(90deg, #003f8f, #0056b3);
  color: #fff;
  padding: 50px 0;
}

.archive-title{padding:30px 20px;}

/* 中身だけ1100pxに制限 */
.page-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;                 
  box-sizing: border-box;          }

/* パンくず */
.page-hero .breadcrumb {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 20px;
}

/* H1 */
.page-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;                
}

/* リード文 */
.page-lead {
  font-size: 18px;
  opacity: 0.9;
  line-height: 1.6;
margin-bottom:0!important;
}

/* スマホ */
@media (max-width: 768px) {
  .page-hero {
    padding: 40px 0;                
  }
  
  .page-hero-inner {
    padding: 0 15px;                
  }
  
  .page-title {
    font-size: 26px;                
    margin-bottom: 12px;            
  }
  
  .page-hero .breadcrumb {
    font-size: 12px;                
    margin-bottom: 15px;            
  }
  
  .page-lead {
    font-size: 15px;               
  }
}


/* ============================================================
   見出しスタイル（共通・記事内）
   ============================================================ */
h2.ti02 {
  font-size: 24px;
  font-weight: bold;
  border-left: 5px solid #1a4471; /* 紺色のアクセント */
  padding: 0.2em 0 0.2em 15px;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #333;
}

/* 記事のメインタイトル h3 */
h3.ti03 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
}

/* 記事内の小見出し h4 */
h4.ti04 {
  font-size: 17px;
  font-weight: bold;
  margin: 25px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0e0e0; /* 薄い下線 */
  color: #1a4471;
}


.archive-title span { display:none; padding-top:20px!important;}

.article h2 {
  background-color: transparent!important;
}


/* スマホなど小さい画面では文字を大きく */
@media (max-width: 600px) {
h1.archive-title{margin-bottom:60px;}	

h2.ti02 {
    font-size: 20px;
  }
h3.ti03 {
    font-size: 18px;
  }

}
.article h3,
.article h4{ border:none;padding:0;}
	
	

/************************************
** ヘッダー基本設定
************************************/
/* ヘッダー全体の設定 */
header { 
    margin: 0 auto 0 auto;
}

/* ヘッダー内側コンテナ（幅制限） */
#header-in { 
    max-width: 1200px; 
    margin: 0 auto;
}

/* ヘッダーコンテナ（背景・高さ・配置） */
.header-container { 
    margin: 0 auto;
    background-color: #fff;
    position: relative;
height:75px;}



/* ロゴ配置・スタイル */
.logo { 
    position: absolute;
    top: 10px;
    text-align: left !important;
}

.logo img {
    max-height: 70px !important;
} 

/* ヘッダーナビゲーション配置 */
.header-container-in .navi-in { 
    position: absolute;
    right: 0px; 
top: 15px; 
}

/* ヘッダーメニューラベルスタイル */
.header-container-in.hlt-top-menu .navi-in .item-label { 
    font-size: 0.8em !important; 
    text-align: center;
	font-weight:bold;
	color:#444;
}

/************************************
** リストスタイル
************************************/
ul{ list-style:none;}

.listDisc li {
  position: relative;
  padding-left: 16px; /* 丸分の余白 */
}

.listDisc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;        /* テキスト中央付近 */
  width: 8px;
  height: 8px;
  background-color: #1a4471; /* 紺色 */
  border-radius: 50%;        /* 正円 */
}


/************************************
** ヘッダーメニューの基本構造
************************************/
/* ヘッダーナビを透明背景・青いシャドー付きに */

#menu-h-menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

/* メニュー項目の基本スタイル */
#menu-h-menu li {
    width: 85px; 
    height: 50px;
    text-align: center;
    line-height: 2 !important; 
padding:5px 5px 0 5px;
    position: relative;
	    display: flex;
    align-items: center;
	justify-content: center; /* 水平方向の中央揃え */

}

/************************************
** 特別なヘッダーメニュー項目（CTA等）
************************************/
/* 電話番号（menu-item-11） */
#menu-h-menu #menu-item-11{ width:210px;margin-right:10px; padding:0px 0 0 0;}
#menu-h-menu #menu-item-11 a {background-image: url('images/bt-tel.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px; /* テキストを非表示 */
    overflow: hidden;
    display: block;
    width: 210px; 
    height: 60px;
	min-height:100%;
}

/* お問い合わせ（menu-item-12"） */
#menu-h-menu #menu-item-12{ width:230px;margin-right:10px; padding:0px 0 0 0;}
#menu-h-menu #menu-item-12 a {background-image: url('images/bt-contact.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px; /* テキストを非表示 */
    overflow: hidden;
    display: block;
    width: 230px; 
    height: 60px;
	min-height:100%;
}


/************************************
** 固定ヘッダー
************************************/
/* 固定ヘッダーの基本設定 */
.fixed-header { 
    height: 85px; 
    background-color: #ffffff !important;
    width: 100% !important;
}

/* 固定ヘッダー内のメニュー項目幅調整 */
.fixed-header #menu-h-menu li {
    width: 85px;
}


/* 固定ヘッダーのナビゲーション背景 */
.fixed-header #nav {
    background-color: #ffffff; 
    padding-bottom: 0 !important;
}

/* 固定ヘッダー内のナビゲーション配置 */
.fixed-header #navi .navi-in {
    position: absolute;
    right: 0;
    top: 15px;
	box-shadow: none;
    border: none;
}

/* 固定ヘッダー内のロゴ配置調整 */
.fixed-header .logo { 
    position: absolute;
    top: 10px;
    left: 0; 
}

/* 固定ヘッダー内のロゴサイズ調整 */
.fixed-header .cl-slim .logo-header img { 
    max-height: 60px;
}

/* 固定ヘッダー内のメニューリンク色調整 */
.fixed-header #menu-h-menu .navi-in a {
    color: #012351; 
    background-color: transparent;
}

/* 固定ヘッダー内のメニューホバー効果 */
.fixed-header #menu-h-menu li a:hover {
    opacity: 0.6;
} 

/* 固定ヘッダーのサブメニュー非表示 */
.fixed-header .h-submenu { 
    display: none;
}

/* 固定ヘッダーのサブメニュー画像調整 */
.fixed-header .h-submenu img.pc-img { 
    max-width: 95%;
} 

/* 固定ヘッダーのサブメニュー項目調整 */
.fixed-header .header-container-in.hlt-top-menu .h-submenu li { 
    padding-top: 10px;
}

.fixed-header .header-container-in.hlt-top-menu .h-submenu li::marker {
    display: none;
}

/* 固定ヘッダー内のメニューラベルスタイル */
.fixed-header .header-container-in.hlt-top-menu .navi-in .item-label { 
    font-size: 11px; 
    color: #222; 
    font-weight: bold;
}

/************************************
** footer
************************************/
.footer{ margin-top:0;}
#navi-footer-in li a{ background-color:none;}

/************************************
** sidebar
************************************/
/* サイドバー見出し */
.sidebar h3 {
  background: #387ccc;
  color: #fff;
  padding: 12px 14px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  margin:0!important;
}

.widget_categories {
  border: 1px solid #d9e4ed;
  border-radius:5px;
  background: #fff;
}
.widget_categories ul {
  list-style: none;
margin: 0!important;
padding: 8px 0!important;
}

.widget_categories li {
  padding: 6px 14px;
  font-size: 15px;
  position: relative;
}
/* 親カテゴリ */
.widget_categories > ul > li > a {
  font-weight: bold;
  display: block;
  padding-left: 24px;
  color: #387ccc;
	font-size:16px;
}

/* 子カテゴリ */
.widget_categories ul li ul.children{ padding-left:0;}
.widget_categories > ul > li > ul > li > a {
  display: block;
  padding:5px 0 5px 34px;
  position: relative;
  font-size: 16px;
  color: #387ccc;
}

/* 青い円 */
.widget_categories > ul > li > ul > li > a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #387ccc;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/* 円の中の矢印 */
.widget_categories > ul > li > ul > li > a::after {
  content: "›";
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-52%);
}



/* 孫カテゴリ */
.widget_categories > ul > li > ul > li > ul > li > a {
  display: block;
padding:0 0 0 24px;
  position: relative;
  font-size: 15px;
  color: #333;
}

/* 青三角 */
.widget_categories > ul > li > ul > li > ul > li > a::before {
  content: "▶";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #387ccc;
}

.widget_categories a:hover {
  color: #387ccc;
}

.widget_categories li:hover {
  background: #d9e4ed;
}


/************************************
** HOME
************************************/

.home .article{ margin-bottom:0;}
.home .entry-content{ max-width:100%;}

.home section{ padding:0px 0 30px 0;}

.home #content{
	max-width:100%;
	margin:0 auto;
	padding:0;
}

/* main */
.home #main-image{ 
background:transparent url(images/bg-main.png) center top no-repeat;
min-height:450px;
background-size:cover;
}	

.home #main-image p{
    margin: 0 auto;
	max-width:1200px;
	text-align:center;
}

/* トップページはタイトル非表示とする */
.home .article-header{ display:none;}
.home .entry-content,
.home .entry-title{ margin-top:0!important;}

/** sec01 **/
section.sec01 {
padding: 50px 20px;
  background-color: #f3f3f3;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  section.sec01 {
    padding: 80px 40px;
  }
}


@media (min-width: 1024px) {
  section.sec01 {
    padding: 60px !important;
  }
}


/** sec02 **/
.sec02 {
  padding: 30px 20px 0 20px!important;
  margin-bottom:0;	
  background-color: #fff;
}

.sec02 .inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* タイトル */
.sec02-head {
  text-align: center;
  margin-bottom: 40px;
}

.article h2.sec02-title {
font-size: 32px;
font-weight:bold;
letter-spacing: 0.2em;
margin-bottom:0px!important;
color:#0052a6;
}

.sec02-title-en {
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
color:#0052a6;
}

/* =========================
   スライダー本体
========================= */
.media-slider {
  display: flex;
  position: relative;
}

.media-window {
  overflow: hidden;
  flex: 1;
}

.media-list {
  display: flex;
  transition: transform 0.4s ease;
  padding-left: 0;
  margin-bottom: 0 !important;
}

/* =========================
   スライダー（アイテム）
========================= */
.media-item {
  box-sizing: border-box;
  flex: 0 0 calc(100% / 3); /* PC：3枚 */
  padding: 0 15px;
}

/* ★ 画像を縦横中央にする核心 */
.media-thumb {
  display: flex;
  align-items: center;      /* 縦中央 */
  justify-content: center;  /* 横中央 */
  height: 420px;
  margin-bottom: 16px;
}

.media-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* =========================
   スライダー（テキスト）
========================= */
.media-body {
  position: relative;
  text-align: left;
}

.article h3.media-name {
  font-size: 14px !important;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0052a6;
  padding-left: 20px;
}

.media-text {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.8;
}

/* 左ライン（高さ揃え） */
.media-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #0052a6;
}

/* =========================
   矢印ボタン（中央固定）
========================= */
.media-arrow {
  position: absolute;
top:40%;
  transform: translateY(-50%);
  z-index: 2;

  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #0052a6;
  background-color: #fff;
  cursor: pointer;

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

  font-size: 14px;
  color: #0052a6;
  transition: box-shadow 0.2s, transform 0.2s, background-color 0.2s;
}

.media-arrow:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
  background-color: #0052a6;
  color: #fff;
}

.media-arrow-prev {
  left: 0;
}

.media-arrow-next {
  right: 0;
}

/* =========================
  スライダー（ SP　）
========================= */
@media (max-width: 768px) {
	.article ul.media-list{padding-left:10px;}
  .media-item {
    flex: 0 0 100%;
    padding: 0 12px;
  }

  .media-thumb {
    height: 360px;
  }

  /* SPは下ライン */
  .media-text {
    padding-left: 0;
    padding-bottom: 16px;
  }

  .media-text::before {
    display: none;
  }

  .media-text {
    border-bottom: 1px solid #0052a6;
  }

  .media-arrow {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/** sec03 **/
.sec03{
  padding: 50px 20px 50px!important;
  background-color: #f3f3f3;
  position: relative;
	margin-bottom:0;
}

.sec03 .inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
padding-top: 160px!important; 
}

/* 背景の大きな News */
.news-bg-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f3f3f3;                 /* 塗り色 */
  -webkit-text-stroke: 1px #0052a7; /* 文字の縁 */
  text-stroke: 2px #0052a7;
  pointer-events: none;
	z-index: 0;
	 letter-spacing: 0.05em;	
}

/* 2カラム */
.news-columns {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 40px;

}

.news-box {
  flex: 1;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 32px 36px 0px;
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
}

/* ボックスヘッダー */
.news-box-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.news-box-head p{ margin-bottom:0;}

.news-box-title {
  font-size: 24px!important;
  font-weight:bold!important;
  letter-spacing: 0.2em;
  color: #0052a7;
padding:10px 20px 0 20px!important;
margin-bottom:0!important;
}

/* 一覧ボタン */
.news-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  font-size: 14px;
  border-radius: 999px;
  border: 1px solid #0052a7;
  color: #0052a7;
  text-decoration: none;
  background-color: #ffffff;
  transition: background-color 0.2s, color 0.2s;
}
.news-more-btn:hover {
  background-color: #0052a7;
  color: #ffffff;
}

/* リスト */
.news-list {
  list-style: none;
  margin: 0!important;
  padding: 0;
}

/* リストの縦表示 */
.news-item {
  position: relative;
  padding: 0px 10px 14px 0; /* 右に▶分の余白 */
}
.news-item::after {
  content: "";
  position: absolute;
  top: 50%;          /* 縦中央 */
  right: 5%;          /* 右端 */
  width: 5px;
  height: 5px;
  border-top: 2px solid #0052a7;
  border-right: 2px solid #0052a7;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}



.news-item a {
  display: block;
  text-decoration: none;
  color: #333;
}

/* ライン */
.news-line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  margin-bottom: 12px;
}

/* 日付 */
.news-date {
  font-size: 13px;
  color: #777;
  margin-top:20px;	
  margin-bottom: 5px!important;
}

/* タイトル */
.news-title {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
	margin-bottom:0!important;
}

/* → アイコン */
.news-arrow {
  justify-self: end;
  width: 18px;
  height: 18px;
  position: relative;
}
.news-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0052a7;
  border-right: 2px solid #0052a7;
  transform: translateY(-50%) rotate(45deg);
}

/* ホバー時の行 */
.news-item a:hover .news-text {
  text-decoration: underline;
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 1024px) {
.sec03 .inner{ padding-top:50px!important;}
	
  .news-bg-title {
    font-size: 80px;
  }

  .news-columns {
    flex-direction: column;
    margin-top: 90px;
  }
}

@media (max-width: 768px) {
  .sec-news {
    padding: 60px 15px 80px;
  }

  .news-bg-title {
    font-size: 60px;
    left: 10px;
  }

  .news-box {
    padding: 24px 20px 30px;
  }

  .news-box-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .news-box-title {
    font-size: 20px;
  }

  .news-item a {
    grid-template-columns: 90px 1fr 16px;
  }
}


/* sec04 */
.sec04 {
  background: url("images/bg-sec04.png") center / cover no-repeat;
  position: relative;
  color: #fff;
  padding: 120px 20px;
}
.sec04 .inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.sec04-text {
  max-width: 600px;
}

.article h2.sec04-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: none;
	padding-left:0;
}

.sec04-title span,
.sec04-title strong {
  display: inline-flex;
  align-items: center;
  padding: 10px 0px;
  line-height: 1;

}
/* お客様のビジネスを */
.sec04-title span {
  background: #0051a4;
  color: #fff;
font-size:36px!important;
  letter-spacing: 0.1em;
	  padding: 10px 0px 10px 18px;
}


/* 止めない */
.sec04-title strong {
  background: #0051a4;
  color: #0051a4;
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
padding: 10px 18px 10px 5px;	

  /* 白い文字縁取り */
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
}




/* テキスト */
.sec04-text p {
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 15px;
}

.sec04-text p.bold {
  font-weight: bold;
}

.sec04-text p.last {
  margin-top: 30px;
  font-weight: bold;
}

/* ---------- レスポンシブ ---------- */
@media screen and (max-width: 768px) {
 .sec04 {
    padding: 80px 16px;
  }

  .sec04-text {
    max-width: 100%;
  }

  .sec04-title span,
  .sec04-title strong{
    font-size: 28px!important;
  }

  .sec04-text p {
    font-size: 14px;
	}
}

/* sec05 */
.sec05 {
  padding: 100px 20px;
  background: #fff;
}

.sec05 .inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* 上部見出し */
.sec05-head {
  text-align: center;
  margin-bottom: 60px;
}

.sec05-label {
display: inline-block;
padding: 8px 20px;
border: 1px solid #0051a4;
color: #0051a4;
border-radius:10px;
font-size: 14px;
margin-bottom:5px!important
}

.sec05-title {
  font-size: 32px;
  color: #0051a4;
  font-weight: 700;
}

/* コンテンツ */
.sec05-content {
  display: flex;
  gap: 60px;
  align-items: center;
background-color:#f3f3f3;
}


/* 右テキスト */
.sec05-text {
  flex: 1;
} 

.sec05-image {
  flex: 0 0 42%;
}

.sec05-text {
  flex: 0 0 58%;
}


.sec05-text h3 {
  font-size: 22px;
  color: #0051a4;
  margin-bottom: 25px;
}

/* リスト */
.sec05-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sec05-list li {
  position: relative;
  padding-left: 34px;
margin-bottom:18px!important;
  font-size: 15px;
  line-height: 1.8;
}

/* チェックアイコン */
.sec05-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #0051a4;
  font-weight: bold;
}

/* ---------- レスポンシブ ---------- */
@media screen and (max-width: 1024px) {
  .sec05-content {
    flex-direction: column;
    align-items: center;   /* ← 中央寄せ */
  }

  .sec05-image,
  .sec05-text {
    width: 100%;
    max-width: 600px;
  }
	.sec05-text h3{ text-align:center;}

  .sec05-image img {
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding: 70px 16px;
  }

  .sec05-title {
    font-size: 26px;
  }

  .sec05-content {
    flex-direction: column;
    gap: 40px;
  }

  .sec05-text h3 {
    font-size: 20px;
  }

  .sec05-list li {
    font-size: 14px;
  }
}
/* sec06 */
.sec06 {
  background: url("images/bg-sec06.jpg") repeat;
  padding: 120px 20px;
  color: #fff;
}

.sec06 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ヘッダー */
.sec06-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:20px;
}

.sec06-title img {
  max-width: 420px;
  width: 100%;
  margin-bottom: 15px;
}

.sec06-title p {
  font-size: 14px;
  line-height: 1.8;
}

/* ボタン */
.sec06-btn a {
  display: inline-flex;
  align-items: center;
padding:7px 16px 7px 26px;
  background: #fff;
  color: #0051a4;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  padding-right: 36px; /* 矢印分の余白 */	font-size:14px!important;
}
.sec06-btn a::after {
  content: "〉";
  color: #0052a6;
  font-size: 10px;
  margin-left: 30px;
}


.sec06-btn a:hover {
  opacity: 0.8;
}

/* 設備一覧 */
.sec06-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.sec06-item img {
  width: 100%;
  height: 320px;   /* ← この数値を大きくするだけ */
  object-fit: cover;
  object-position: center top;
  display: block;
  margin-bottom: 20px;
}


.sec06-item h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.sec06-item p {
  font-size: 14px;
  line-height: 1.9;
}
/* 共通：右側に余白 */
.sec06-items .sec06-item {
  padding: 0 30px; /* 左右均等に */
}

/* 1個目は左padding不要 */
.sec06-items .sec06-item:nth-child(1) {
  padding-left: 0;
}

/* 3個目は右padding不要 */
.sec06-items .sec06-item:nth-child(3) {
  padding-right: 0;
}

/* セパレーターは border-left で */
.sec06-items .sec06-item:nth-child(2),
.sec06-items .sec06-item:nth-child(3) {
  border-left: 1px solid #f3f3f3;
}


/* ---------- tablet ---------- */
@media screen and (max-width: 1024px) {
  .sec06-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .sec06-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- SP ---------- */
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 80px 16px;
  }

  .sec06-items {
    grid-template-columns: 1fr;
  }

.sec06-item h3 {
    font-size: 18px;
  }
.sec06-items .sec06-item {
    padding: 0 !important;
    border-left: none !important;
  }
}



/* sec07 */
.sec07 {
  padding: 120px 20px;
  background: #f3f3f3;
}

.sec07 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec07 h2{ padding-left:0!important;}

/* 行 */
.sec07-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
}

.sec07-row.reverse {
  flex-direction: row-reverse;
}

/* 画像 */
.sec07-image {
  flex: 0 0 55%;
}

.sec07-image img {
  width: 100%;
  display: block;
}

/* テキスト */
.sec07-text {
  flex: 0 0 45%;
}

/* 数字ブロック */
.sec07-num {
  margin-bottom: 20px;
}

/* 数字画像 */
.sec07-num img {
  display: block;
  width: 90px;      /* PC */
  height: auto;
  margin-bottom: 8px!important;
}

/* 数字下の英語テキスト */
.sec07-num-text {
  font-size: 9px!important;
  letter-spacing: 0.08em;
  color: #0052a6!important;
  font-weight: bold;
}


/* 見出し */
.sec07-text h3 {
  font-size: 22px;
  color: #0052a6;
  margin-bottom: 15px;
}

/* 本文 */
.sec07-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

/* ---------- tablet ---------- */
@media screen and (max-width: 1024px) {
  .sec07-row {
    gap: 40px;
  }
}

/* ---------- SP ---------- */
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 80px 16px;
  }

  .sec07-row,
  .sec07-row.reverse {
    flex-direction: column;
  }

  .sec07-image,
  .sec07-text {
    flex: none;
    width: 100%;
  }
  .sec07-num img {
    width: 70px;
  }

  .sec07-num-text {
    font-size: 11px;
  }

  .sec07-row {
margin-bottom: 50px;
  }
}

/* sec08 */
.sec08 {
  padding: 100px 20px;
  background: #fff;
}

.sec08 .inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* タイトル */
.sec08-title {
  margin-bottom: 60px;
	padding-left:0!important;
}

.sec08-title img {
  max-width: 650px;
  width: 100%;
  height: auto;
}

/* レイアウト */
.sec08-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* テキスト */
.sec08-text {
  width: 55%;
}

.sec08-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0052a6;
}

.sec08-text p {
  line-height: 1.9;
  margin-bottom: 20px;
}

/* 署名 */
.sec08-sign {
  margin-top: 40px;
	text-align:right;
}

.sec08-sign img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

/* 画像 */
.sec08-image {
  width: 45%;
}

.sec08-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =====================
   レスポンシブ
===================== */
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 60px 20px;
  }

  .sec08-wrap {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .sec08-text,
  .sec08-image {
    width: 100%;
  }

  .sec08-title {
    text-align: center;
  }

  .sec08-title img {
    max-width: 280px;
  }

  .sec08-text h3 {
    font-size: 20px;
  }
}

/* 　sec09　 */

.sec09{background:transparent url(images/bg-sec09.png) center center no-repeat;
  padding:40px 0!important;
  display: flex;
  justify-content: center;
}

.sec09-box {
 width: 345px;
  height: 350px;
  background: rgba(255, 255, 255, 0.9); /* ← 白70%透過 */
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
	justify-content: space-between;
margin-top:150px;
	 border-radius: 0 0 10px 10px;
}

/* タイトル */
.article h2.sec09-title{ margin-top:-100px;margin-bottom:0!important;padding:0!important;}
.sec09-title img {
  max-width: 100%;
  height: auto;
}
.sec09-title02{ font-size:1.4em;
font-weight:bold;
text-align:center;
color:#154e9f;
	margin-bottom:0!important;
} 

/* テキスト */
.sec09-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin: 0!important;
	padding:0  20px;
	text-align:left;
}

/* ボタン */
.sec09-btn img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.sec09-btn:hover img {
  opacity: 0.8;
}

/* =========================
   スマホ（レスポンシブ）
========================= */
@media screen and (max-width: 768px) {
  .sec09-box {
    width: 90%;
    max-width: 345px;
    height: auto;
/*    padding: 30px 20px;*/
  }

  .sec09-text {
    font-size: 13px;
  }
}
/* sec10 */
.sec10 {
  position: relative;
  background: url("images/bg-sec06.jpg") no-repeat center / cover;
  padding: 120px 20px;
  color: #fff;
}

/* 上部 白背景 80px */
.sec10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1;
}

.sec10-inner {
  max-width: 1200px;
  margin: 0 auto;
    flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;	
}

.sec10-main {
  width: 100%;
  display: flex;
  gap: 60px;
  align-items: center;
}

.sec10-left,
.sec10-right {
  flex: 1;
}

/* 左側 */
.sec10-left {
  max-width: 600px;
}

.sec10-title img {
  max-width: 100%;
  height: auto;
margin-top:50px;	
  margin-bottom: 30px;
}

.sec10-text {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
}
.sec10-right{}
.sec10-right img {
  width: 100%;
  height: auto;
  display: block;
    margin-top: -50px !important;
}



/* CTAエリア */
.sec10-cta {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center; /* 中央寄せ */
  gap: 30px;
}
.sec10-btn-mail,
.sec10-btn-tel {
  width: 450px;
  max-width: 100%;
}

.sec10-btn-mail { 
	flex: 1; 
	background: #fff; padding: 10px;
	border-radius: 8px; 
	font-size: 18px; 
	font-weight: bold; 
	text-decoration: none; 
	transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center; /* 中央寄せ */
  gap: 12px;               /* アイコンと文字の間隔 */
  color: #0b4fa2;
  position: relative;      /* 中央寄せ用 */
}

.sec10-cta .text{
	margin: 0 auto;
	font-weight: bold;}

/* メールアイコン */
.sec10-btn-mail .icon-mail {
  font-size: 22px;
  color: #0b4fa2;          /* 文字と同じ青 */
  line-height: 1;
	text-align:center;
}

/* 矢印は右端に寄せたい場合 */
.sec10-btn-mail .arrow {
  margin-left: auto;
  font-size: 22px;
  color: #0b4fa2;
}


.sec10-btn-mail:hover {
  background: #f2f6fb;
}


/* 右：電話 */
.sec10-btn-tel {
  flex: 1;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}
.sec10-btn-tel p{ margin-bottom:0!important;}
.sec10-btn-tel .tel-title {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
}

.sec10-btn-tel .tel-number {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}

.sec10-btn-tel .tel-time {
  font-size: 13px;
  opacity: 0.85;
}


/* ======================
   レスポンシブ
====================== */
@media screen and (max-width: 900px) {
  .sec10-inner {
    flex-direction: column-reverse;
    text-align: center;
    gap: 40px;
  }

  .sec10-left {
    max-width: 100%;
  }

  .sec10-text {
    font-size: 15px;
  }
  .sec10::before {
    display: none;
  }	
.sec10-cta {
    flex-direction: column;
    align-items: center;
  }
  .sec10-main {
    flex-direction: column;
  }

  .sec10-cta {
    flex-direction: column;
  }

  .sec10-btn-mail,
  .sec10-btn-tel {
    width: 100%;
    max-width: 100%;
  }	
	.sec10-btn-mail{ padding:20px 10px;}	
}

@media screen and (max-width: 480px) {
  .sec10 {
    padding: 80px 15px;
  }

  .sec10-text {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* access */
.access {
  background: #fff;
  padding: 80px 20px;
}

.access-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}

/* 左：Map */
.access-map {
  flex: 1;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

/* 右：情報 */
.access-info {
  flex: 1;
  text-align: center;
  padding: 40px 20px 20px 20px;
  align-items: center;	
}

.access-logo img {
  max-width: 260px;
  height: auto;
  margin-bottom: 30px;
}

.access-name {
  font-size: 16px;
  font-weight: bold;
margin-bottom: 0!important;
}

.access-address {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* Google Mapボタン */
.access-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 40px;
  border: 1px solid #0b4fa2;
  border-radius: 30px;
  color: #0b4fa2;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
font-size:14px;
}

.access-btn:hover {
  background: #0b4fa2;
  color: #fff;
}

.access-btn .arrow {
  font-size: 20px;
}

/* =========================
   レスポンシブ
========================= */
@media screen and (max-width: 900px) {

  .access-inner {
    flex-direction: column;
  }

  .access-map iframe {
    min-height: 320px;
  }

  .access-logo img {
    max-width: 220px;
  }
}

/************************************
**　投稿ページ
************************************/
.entry-content{max-width:1100px; margin:0 auto;}


/* 記事全体 */
.blog-post {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  color: #333;
}

/* タイトル */
.blog-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #2c3e50;
}

/* メタ情報 */
.blog-meta {
  font-size: 0.85em;
  color: #777;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

/* セクション見出し */
h2.post-head {
 padding: 1rem 2rem;
  border-bottom: 3px solid #c89433;
  background: #f4f4f4!important;
}

/* 段落 */
.blog-section p {
  margin-bottom: 16px;
}

/* リスト */
.blog-section ul {
  margin: 16px 0;
  padding-left: 20px;
}

.blog-section li {
  margin-bottom: 12px;
}

/* リスト内の強調 */
.blog-section li strong {
  color: #2c3e50;
}

/* レスポンシブ */
@media (max-width: 600px) {
  .blog-post {
    padding: 16px;
  }

  .blog-title {
    font-size: 1.5em;
  }

  .section-heading {
    font-size: 1.2em;
  }
}



/************************************
**　投稿カテゴリページ
************************************/
/* カードを3カラムにする */
.list {
	max-width:1100px;
	margin:0 auto;
	
}

/* 各カード全体 */
.entry-card-wrap {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
}

/* ホバー効果 */
.entry-card-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* 画像部分 */
.entry-card-thumb {
  position: relative;
  overflow: hidden;
}

.entry-card-thumb img {
  width: 100%;
  height: auto;
  display: block;
object-fit: cover;       /* トリミングして埋める */
object-position: center; /* 中央基準でトリミング */	
transition: transform 0.4s ease;
image-rendering: -webkit-optimize-contrast; /* シャープネス改善 */
}

.entry-card-wrap:hover .entry-card-thumb img {
  transform: scale(1.1);
}

/* カテゴリラベル */
.entry-card-thumb .cat-label,
.eye-catch .cat-label{
display:none;
}
.entry-card-thumb .cat-label-4 {background-color:#14ac5c;}

/* コンテンツ部分 */
.entry-card-content {
padding:16px;
}

/* タイトル */
.entry-card-title {
font-size: 0.9em;
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1.4;
	padding-bottom:10px;
	border-bottom:2px solid #1f6f83;
	text-align:center;
}

/* スニペット */
.entry-card-snippet {
  font-size: 0.9em;
  color: #555;
  margin: 0 0 12px;
}

/* メタ情報 */
.entry-card-meta {
  font-size: 0.8em;
  color: #888;
  display: flex;
  justify-content: space-between;
}

/* 日付アイコンとテキスト */
.entry-card-meta .fa {
  margin-right: 4px;
}

/* モバイル対応 */
@media (max-width: 600px) {
  .list {
    grid-template-columns: 1fr;
  }
}
/* =========================
 特定カテゴリにside表示
========================= */
.sec-product-case {
  padding: 0px 20px 80px 20px;
}

.sec-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.sec-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
}

.sec-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #2f5fb3;
  margin: 20px auto 0;
}

/* =========================
  加工事例ーコンテンツ
========================= */
.case-wrap {
  display: flex;
  align-items: flex-start;
}

.case-image img {
  width: 100%;
  height: auto;
  display: block;
}

.case-info {
  flex: 1;
}

.case-list {
  margin: 0;
}

.case-item {
  display: flex;
  background: #f2f2f2;
padding: 15px 20px;
  margin-bottom: 15px;
}

.case-item dt {
  width: 120px;
  font-weight: bold;
}

.case-item dd {
  margin: 0;
}

/* ddが空の場合「ー」を表示 */
.case-item dd:empty::before {
    content: "ー";
    color: #555;
}

@media (min-width: 1024px) {
  .case-image {
    flex: 0 0 340px;
  }
}

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

@media (max-width: 1023px) {
  .case-wrap {
    /*flex-direction: column;*/
  }
.single .eye-catch img {
width: 80%!important;
height: auto;
display: block;
margin:0 auto!important;
}	
	
}

@media (max-width: 767px) {
  .sec-title {
    font-size: 22px;
  }

  .case-item {
    flex-direction: column;
  }

  .case-item dt {
    width: auto;
    margin-bottom: 8px;
  }
  .case-info {
    width: 100%;
  }	
}

/* =========================
   productカテゴリのみ
========================= */
.category-product-post .date-tags{display:none;}
.category-product-post .entry-card-meta{display:none;}


/************************************
**　レスポンシブ対応 (1100px以下 - タブレット横向き)
************************************/
@media screen and (max-width: 1100px) {
.home .page .inner,
.page-id-237 .page .inner{
	width:100%;
	margin:0 auto;
	padding:0 10px;	
}
	
.page:not(.home) #main
.page-id-237 .page:not(.home) #main{
	width:100%;
	margin:0 auto;
}		
	
/************************************
** ヘッダー
************************************/
/* ヘッダーコンテナの幅・配置調整 */
    #header-container-in { 
        width: 100%; 
        position: relative; 
        padding-top: 70px !important;
    }
    
    /* ヘッダーコンテナの余白調整 */
    #header-container {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    
    /* ロゴ位置調整 */
    .logo {
        position: absolute;
        top: 0px;
        left: 0;
    }
	
/* メニューサイズ調整 */
#menu-h-menu li{ width: 100px!important; }
#menu-h-menu li#menu-item-13{ width: 180px!important; }
	
    /* 固定ヘッダーナビゲーション位置調整 */
	.fixed-header #navi .navi-in {
        position: absolute;
        left: 50px !important;
        top: 10px;
    }
    
    /* 固定ヘッダーメニューラベルサイズ調整 */
    .fixed-header .header-container-in.hlt-top-menu .navi-in .item-label { 
        font-size: 0.8em !important;
    }
    
    /* 固定ヘッダーロゴ位置調整 */
    .fixed-header .logo { 
        position: absolute;
        top: 10px;
        left: 0; 
    }
    
    /* 固定ヘッダーサブメニュー配置調整 */
    .fixed-header .h-submenu {
        width: 340px;
        position: absolute;
        top: -10px;
        left: 750px;
        margin-top: 0 !important;
    }
    
    /* 固定ヘッダーサブメニュー項目幅調整 */
    .fixed-header .h-submenu li { 
        max-width: 120px;
    }
}

/************************************
** タブレット表示（841px以上1023px以下）
************************************/
@media screen and (min-width: 841px) and (max-width: 1023px) {
	 .fixed-header #menu-h-menu li {
        width: 70px!important; /* 幅を狭く */
        padding: 10px 2px 0 2px;
    }
    
    .fixed-header #menu-h-menu li#menu-item-13 {
        width: 100px; /* 特別項目も調整 */
    }	
	
    /* タブレット用画像切り替え */
    .pc-img { display: none !important;}
    .tab-img { display: inline !important;}
    .tab-smt { display: inline !important;}
    .smt-img { display: none !important;}
}

/********************************************************************
** レスポンシブ対応 (1023px以下 - タブレット縦向き・モバイル切り替え)
*********************************************************************/

/************************************
** ヘッダー
************************************/
@media screen and (max-width: 1023px) {
    /* ヘッダーをモバイルメニューに切り替え */
	body{ background:none;}	
	
    #header-container {
        padding-top: 15px;
        padding-bottom: 0px;
        display: none; /* モバイルメニューに切り替え */
    }
    
    /* 固定ヘッダーナビゲーション位置調整 */
    .fixed-header #navi .navi-in {
        position: absolute;
        left: 230px !important;
        top: 10px;
    }
 .alignright, 
 .alignleft {
    float: none !important;
    display: block;
    margin: 10px auto;
  }
  
  img.alignright, 
  img.alignleft {
    display: block;
    margin: 10px auto;
  } 
}

/************************************
** スマートフォン表示（1023px以下）
************************************/
@media screen and (max-width: 1023px) {

/************************************
**　画像切り替え 	
************************************/	
.pc-img { display: none !important;}
.tab-img { display: none !important;}
.tab-smt { display: inline !important;}
.smt-img { display: inline !important;}
    
/* メインビジュアル調整 */
#main-image .smt-img { display: inline !important;}
#main-image .tab-img { display: none !important;}



/************************************
** モバイルメニューボタン調整
************************************/
.mobile-menu-buttons{ min-height:60px;}	
.mobile-menu-buttons .menu-caption{ display:none;}	
	
/* モバイルロゴ */
.mobile-menu-buttons .logo-menu-button {
position: absolute;
left: 10px;
top: 7px;
width: 200px;
}	

/* Cocoonのモバイルメニューボタン */
.mobile-menu-buttons .navi-menu-button{
        position: absolute;
        right: 0px;
        top: 15px;
}
.mobile-menu-buttons .menu-icon .fa-bars::before{ font-size:1.4em!important;color:#222;}
	
.tel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #1a4471;          /* 企業向けの落ち着いた色 */
  font-size: 28px;
	text-decoration:none;
}

.tel-icon::before {
  content: "\f095";       /* Font Awesome phone */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
	
	
/************************************
** スマホ用メニューボタン横並び
************************************/
/* サブメニューを横並びに */
    .h-submenu {
        display: flex !important;
        position: absolute;
        top: 5px;
		right:65px;
		width: auto !important;
           margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
        gap: 5px;
    }
	.h-submenu li{max-width:50px;}
	
/************************************
** marker非表示
************************************/
/* リストマーカーを非表示 */
li::marker {
  content: ""!important;
}

/************************************
** main
************************************/	
/* main */
.home #main-image{ 
	background: transparent url(images/bg-main-smt.jpg) center top no-repeat;
	min-height:700px;
}		
}

/************************************
** スマートフォン表示（840px以下）
************************************/
@media screen and (max-width: 840px) {

/************************************
**　画像切り替え 	
************************************/	
.pc-img { display: none !important;}
.tab-img { display: none !important;}
.tab-smt { display: inline !important;}
.smt-img { display: inline !important;}	

/************************************
** 			TOP
************************************/	
.home #main-image{ 
width: 100%;
    background: transparent url(images/bg-main-tab.png) center top no-repeat;
    background-size: cover;
}
	
.home #main-image p{ 
	width:100%; 
	padding-left: 0px;
	padding-top:80px;
}	
.home #main-image p img{
        margin: 0px auto;
        width: 100%;
}
}

/************************************
** スマートフォン表示（640px以下）
************************************/
@media screen and (max-width: 640px) {


/* Cocoonのモバイルメニューボタン */
.menu-button {
        position: absolute;
        right: 100px;
        top: 5px;
        width: 120px;
}


/************************************
** main
************************************/	
.home #main-image{ 
background-size:cover;
min-height:360px;
}	
}
/************************************
** 小型スマートフォン対応（480px以下）
************************************/
@media screen and (max-width: 480px) {
.home #main-image{ 
background-size:cover;
min-height:650px;
}	
}
@media screen and (max-width: 390px) {
.home #main-image{ 
background-size:cover;	
min-height:550px;
}
}

@media screen and (max-width: 320px) {
.home #main-image{ 
background-size:cover;
min-height:550px;
}	
.h-submenu {
        right: 50px;
}
}


/************************************
** googlemap
************************************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************
** youtubeレスポンシブ
************************************/
.youtube iframe {
	width: 100%;
	height: 100%;
}
/*!動画の最大幅を指定する*/
.video-container{
   max-width: 100%; 
  margin: 30px 0;
}
	
/************************************
** アイキャッチ
************************************/
.page .eye-catch-wrap { /*アイキャッチ*/ display: none; }
.eye-catch-wrap{ display:block;}

/************************************
** アイキャッチ
************************************/
.page .eye-catch-wrap { display: none; }
.eye-catch-wrap { display: block; }

/* シングルページのアイキャッチを中央表示 */
.single .eye-catch {
    float: none;
    width: auto;
    max-width: 800px;
    margin: 0 auto 30px auto;
    display: block;
}

/* アイキャッチ内の画像を調整 */
.single .eye-catch img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* タブレット幅 (～1024px) */
@media screen and (max-width: 1024px) {
    .single .eye-catch {
        max-width: 400px;
    }
}

/* スマホ幅 (～768px) */
@media screen and (max-width: 768px) {
    .single .eye-catch {
        max-width: 100%;
        margin: 0 0 20px 0;
    }
}
/************************************
 投稿ページのみ：ライン付きタイトル
************************************/

/* 投稿ページ（single）の.page-title */
.single .page-hero{ background:transparent; color:#333;}
.single .page-hero .page-title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 20px;          /* 下線との余白 */
  margin-bottom: 0;
  border-bottom: 5px solid #dddddd; /* グレーライン */
}

/* 中央の青ライン */
.single .page-hero .page-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;                   /* 青ライン長さ */
  height: 5px;
  background-color: #387ccc;
}

/* スマホ */
@media (max-width: 768px) {
  .single .page-hero .page-title {
    font-size: 24px;
    padding-bottom: 16px;
  }

  .single .page-hero .page-title::after {
    width: 60px;
  }
}
/************************************
** メイン＋サイドを中央寄せ（安全版）
************************************/
@media screen and (min-width: 1200px) {

  /* content全体を中央寄せ */
  #content {
    max-width: 1200px;     /* 1100〜1400px OK */
    margin-left: auto;
    margin-right: auto;
  }

  /* 中の2カラムは幅100%で維持 */
  #content-in {
    width: 100%;
    margin: 0;
  }
}

/************************************
** 2カラムの折り返し制御（PCのみ）
************************************/
@media screen and (min-width: 1200px) {
  .content-in {
    flex-wrap: nowrap;
  }
#sidebar {
    flex: 0 0 300px;
  }

#main {
    flex: 1;
    min-width: 0;
  }
}

/* =========================
   カテゴリナビ
========================= */
/* =========================
   親カテゴリ
========================= */
.category-nav__list {
  display: flex;
  overflow: hidden;
padding-left:0;
margin-bottom:10px!important;
}
.category-nav__list li{ margin:0 2px!important;}

.category-nav__item {
  flex: 1;
	font-size:15px;
}

.category-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 24px;
  background-color: #e3edf3; /* 薄い青 */
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

/* ★ マウスオン時：背景を濃い青に */
.category-nav__item:hover .category-nav__link {
  background-color: #3b6fa8;
  color: #fff;
}

/* アクティブ状態 */
.category-nav__item.is-active .category-nav__link {
  background-color: #3b6fa8;
  color: #fff;
}

/* 矢印 */
.category-nav__icon {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.category-nav__icon.is-open {
  transform: rotate(135deg);
}

/* =========================
   孫カテゴリ（横並び）
========================= */
.category-grandchild {
  background-color: #fff;
  padding: 24px 0;
}

.category-grandchild__list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
	margin-bottom:0px!important;
	padding-left:0!important;
}

.category-grandchild__list a {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #3b6fa8;
border-radius: 5px!important;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

/* ホバー */
.category-grandchild__list a:hover {
  background-color: #f2f6fa;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 767px) {
.category-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 0; /* 余白は罫線で表現 */
	padding-left:0!important;
  }

  /* 子要素：横幅指定を解除 */
  .category-nav__item {
    width: auto;
    flex: none; /* flexの影響を完全に切る */
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  /* 右端 */
  .category-nav__item:nth-child(2n) {
    border-right: none;
  }

  /* 下段 */
  .category-nav__item:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .category-nav__link {
    min-height: 72px;
    padding: 16px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #e3edf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* hover無効化（SP） */
  .category-nav__item:hover .category-nav__link {
    background-color: #e3edf3;
    color: #000;
  }

  /* アクティブ */
  .category-nav__item.is-active .category-nav__link {
    background-color: #3b6fa8;
    color: #fff;
  }

  /* 矢印 */
  .category-nav__icon {
    transform: rotate(45deg);
  }

  .category-nav__item.is-active .category-nav__icon {
    transform: rotate(135deg);
  }
	
/* =========================
   スマホ：孫カテゴリ 4列表示
========================= */
.category-grandchild__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
	padding-left:0!important;
  }

  .category-grandchild__list a {
    height: 48px;                 /* ★ 高さを固定 */
    padding: 0 6px;               /* 高さは height で管理 */
    display: flex;
    align-items: center;          /* 縦中央 */
    justify-content: center;      /* 横中央 */
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;          /* 2行折り返し可 */
    border-radius: 6px;
  }
}

/* =========================
   カテゴリ：カード用に整形
========================= */
.card-spec-list {
    margin: 0;
    padding: 0;
}

.card-spec-item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 6px 0;
    gap: 16px;
    align-items: baseline;
}

.card-spec-item:last-child {
    border-bottom: none;
}

.card-spec-item dt {
    font-weight: bold;
    min-width: 5em;
    flex-shrink: 0;
    font-size: 0.85em;
    color: #333;
}

.card-spec-item dd {
    margin: 0;
    font-size: 0.85em;
    color: #555;
}

/* ============================================================
   YouTubeバナー
   ============================================================ */
.youtube-banner-wrap {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 20px;
}

.youtube-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background:#7c1818;
  border-radius: 8px;
  padding: 28px 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: filter .3s, transform .25s;
}

/* ドット背景 */
.youtube-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.youtube-banner:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.youtube-banner-text {
  font-size: 1.55rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .06em;
  white-space: nowrap;
}

.youtube-banner-icon {
  width: 52px;
  height: auto;
  flex-shrink: 0;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .youtube-banner {
    padding: 22px 20px;
    gap: 12px;
  }
  .youtube-banner-text {
    font-size: 1.2rem;
  }
  .youtube-banner-icon {
    width: 40px;
  }
}