@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以上）
************************************/
body{ background-color:#ffffff;}

.wrap {
width: 100%;
margin: 0 auto;
}

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

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

/*　余白を設定する　*/
/* HOME */
.home .page .inner{
	width:1100px;
	margin:0 auto;
	padding:0 29px
}
/* 固定ﾍﾟｰｼﾞ */
.page:not(.home) #main{
	width:1100px;
	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;}

/************************************
** 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:#00451e;}
.orange{color:#f18200;}
.blue{color: #154e9f;}
.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;
    }
}

/************************************
** タイトルスタイル
************************************/
h1.entry-title,
h1.archive-title{
  position: relative;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:80px;
}
h1.entry-title::before,
h1.archive-title::before{
  content: '';
  width: 60px;
  height: 5px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
bottom: -20px;
  background-color: #2cb2d5;
	border-radius:10px;
}
.archive-title span { display:none;}


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

h2.ti02 {
	font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #194ba2;
    margin: 30px auto;
    padding: 20px 0 8px 0;
    line-height: 1.4;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
    border-bottom: 2px solid #194ba2;
    display: block;
    width: fit-content;
	letter-spacing:-0.03em;
}
h2.ti02-01 {
  background-color: #004799!important; /* 濃い青 */
	max-width:600px;
	margin:0 auto 30px auto;
	padding:5px;
}
h2.ti02-01 .inn{ 
  border: 2px solid #ffffff; /* 白い枠線 */
  color: #ffffff; /* 白文字 */
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  padding: 0.4em 1em;
  box-sizing: border-box;

}

/* 小さい画面用の調整 */
@media (max-width: 600px) {
	h2.ti02{ line-height:1.2;}	
  .ti02-03 {
    font-size: 4vw; /* 画面幅が狭いときは文字を少し大きく */
    padding: 0.8em;
  }
}
.ti02-02 {
  background: linear-gradient(to right, #0094d9, #005eb8); /* 青グラデーション */
  color: white;
  text-align: center;
  font-weight: bold;
/*  font-size: 2.4vw!important; /* 画面幅に応じて文字サイズ可変 */
  padding: 1em;
  position: relative;
  box-sizing: border-box;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* 影を追加 */
}

.sec05 .ti02-02,
.sec08 .ti02-02{ max-width:800px;border-radius:20px; margin:0 auto;}

/* 黄色強調部分 */
.ti02-02 span {
  color: #ffeb3b; /* 黄色 */
	font-size:38px;
}

/* 下の三角 */
.ti02-02::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
border-top: 15px solid #1e87be; /* 三角は左側の薄い青に合わせる */
}

/* スマホなど小さい画面では文字を大きく */
@media (max-width: 600px) {
  .ti02-02 {
    font-size: 5vw;
    padding: 0.8em;
  }
	.ti02-02 span {font-size:32px;}	
}

.article h3 {
  border: none!important;
padding:0;
}

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

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

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

/* ロゴ配置・スタイル */
.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: 1em !important; 
    text-align: center;
	font-weight:bold;
	color:#194ba2;
}

/************************************
** ヘッダーメニューの基本構造
************************************/
/* ヘッダーナビを透明背景・青いシャドー付きに */
.home #navi-in {
  background: rgba(255, 255, 255, 0.8); /* 完全透明背景 */
  box-shadow: 0 0 10px 2px rgba(37, 158, 203, 0.5); /* 青いシャドー */
  border: 1px solid rgba(0, 170, 255, 0.2); /* お好みで薄い枠線を追加 */
  border-radius: 4px; /* 角を少し丸めたい場合 */
  padding: 5px; /* 内側の余白 */
	margin-right:10px;
}

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

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

}

/* 区切り線をliの右側に追加 */
#menu-h-menu li:not(:nth-last-child(1)):not(:nth-last-child(2))::after {
/*    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	height: 30px; 
    border-right: 1px solid #ccc; /* 区切り線の色 */
}

/* メニューリンクのスタイル */
#menu-h-menu li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0;
    font-size: 16px !important;
    position: relative;
    transition: color 0.3s ease;
    background-color: transparent;
	width: 100%; /* 親要素の幅いっぱいに */
    height: 100%; /* 親要素の高さいっぱいに */
}


/* サブキャプションの色設定 */
.sub-caption { 
    color: #00a051;
}

/************************************
** 特別なヘッダーメニュー項目（CTA等）
************************************/
/* オンライン予約（menu-item-14） */
#menu-h-menu #menu-item-14{ width:164px;margin-right:10px; padding:0px 0 0 0;}
#menu-h-menu #menu-item-14 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: 180px; 
    height: 52px;
	min-height:90%;
}

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

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


/* 固定ヘッダーのナビゲーション背景 */
.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: 1em; 
    color: #194ba2; 
    font-weight: bold;
}

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

/************************************
** HOME
************************************/
.home .article{ margin-bottom:0;}
.home section{ padding:0px 0 50px 0;}

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

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

.home #main-image p{
    margin: 0 auto;
	width:1200px;
	padding-top:100px;
}

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


/**     sec01      **/
.home section.sec01{ padding-top:0!important;}

.section-container {
  position: relative;
  background: #f9f9f9 url('images/img-sec01.jpg') no-repeat bottom 0 left 10%;
  background-size: auto 80%;
  border-radius: 12px;
  padding: 2em 1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  min-height: 300px; /* 高さを確保 */
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 280px!important;
}

.check-list li {
position: relative;
padding-left: 2em; /* アイコン分の余白 */
margin-bottom: 1em!important;
font-size: 1.1em;
line-height: 1.5;
background-repeat: no-repeat;
background-position: left 0.1em top 0.2em;
background-size: 1.4em;
background-image: url('images/icon-chk.png');
}

.check-list span {
  color: #f47c00; /* オレンジ色 */
  font-weight: bold;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .section-container {
    background-size: 30%;
  }
  .check-list{ padding: 0 0 0 250px!important; }
  .check-list li {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .section-container {
    background: #f9f9f9 url('images/img-sec01.jpg') no-repeat center bottom;
    padding-top: 30px;
    padding-bottom: 20em;
  }	
  .check-list{ padding: 0 0 0 10px!important; }	
  .check-list li {
    font-size: 0.95em;
  }
}
/**     sec02      **/
.sec02{background-color:#c0d1db; padding-top:50px!important;}

 .testimonial-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }

        .testimonial-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            flex: 1;
            position: relative;
        }

        .card-title {
            font-size: 24px;
            font-weight: bold;
            color: #194ba2;
            text-align: center;
            line-height: 1.6;
			margin-bottom:0!important;
        }

        .company-info {
            text-align: center;
            margin-bottom: 30px;
			padding-top:10px;
			padding-bottom:10px;
            border-top: 2px solid #194ba2;
            border-bottom: 2px solid #194ba2;
        }

        .company-name {
            font-size: 18px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }

        .person-info {
            font-size: 16px;
            color: #333;
        }

        .video-container {
            position: relative;
            margin-bottom: 25px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .video-image {
            width: 100%;
            height: 250px;
            object-fit: cover;
            display: block;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: #ff4444;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(255, 68, 68, 0.4);
        }

        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.1);
            box-shadow: 0 8px 25px rgba(255, 68, 68, 0.6);
        }

        .play-button::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 20px solid white;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            margin-left: 4px;
        }

        .testimonial-text {
            font-size: 16px;
            line-height: 1.8;
            color: #333;
            text-align: left;
        }

        /* タブレット対応 */
        @media (max-width: 1024px) {
            .testimonial-container {
                gap: 30px;
            }
            
            .testimonial-card {
                padding: 25px;
            }
            
            .card-title {
                font-size: 22px;
            }
        }

        /* タブレット縦・小型タブレット対応 */
        @media (max-width: 768px) {
            body {
                padding: 20px 15px;
            }
            
            .testimonial-container {
                flex-direction: column;
                gap: 25px;
                max-width: 100%;
            }
            
            .testimonial-card {
                padding: 20px;
            }
            
            .card-title {
                font-size: 20px;
                margin-bottom: 25px;
				padding:0.6em;
            }
            
            .company-info {
                margin-bottom: 25px;
            }
            
            .company-name {
                font-size: 16px;
            }
            
            .person-info {
                font-size: 14px;
            }
            
            .video-container {
                margin-bottom: 20px;
            }
            
            .video-image {
                height: 200px;
            }
            
            .play-button {
                width: 50px;
                height: 50px;
            }
            
            .play-button::before {
                border-left: 16px solid white;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                margin-left: 3px;
            }
            
            .testimonial-text {
                font-size: 15px;
                line-height: 1.7;
            }
        }

        /* スマートフォン対応 */
        @media (max-width: 480px) {
           
            .testimonial-card {
                padding: 18px;
                border-radius: 15px;
            }
            
            .card-title {
                font-size: 18px;
                margin-bottom: 20px;
                line-height: 1.5;
            }
            
            .company-info {
                margin-bottom: 20px;
                padding-bottom: 15px;
            }
            
            .company-name {
                font-size: 15px;
                margin-bottom: 6px;
            }
            
            .person-info {
                font-size: 13px;
            }
            
            .video-container {
                margin-bottom: 18px;
                border-radius: 8px;
            }
            
            .video-image {
                height: 180px;
            }
            
            .play-button {
                width: 45px;
                height: 45px;
            }
            
            .play-button::before {
                border-left: 14px solid white;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                margin-left: 2px;
            }
            
            .testimonial-text {
                font-size: 14px;
                line-height: 1.6;
            }
        }

        /* 小型スマートフォン対応 */
        @media (max-width: 320px) {
            .card-title {
                font-size: 16px;
            }
            
            .company-name {
                font-size: 14px;
            }
            
            .person-info {
                font-size: 12px;
            }
            
            .video-image {
                height: 160px;
            }
            
            .testimonial-text {
                font-size: 13px;
            }
}
/**     sec03      **/
.home section.sec03{
background:url('images/bg-sec03.png') bottom center / auto 150px no-repeat,linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 40%, #fffcd1 40%, #fffcd1 100%);
padding-bottom:150px!important;
}

.sec03 .ti02-01{ border-radius:10px;}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.benefit-box {
  flex: 1 1 calc(33% - 20px);
  border: 1px solid #82a1cc;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}

.benefit-icon {
  width: 80px;
  height: auto;
}

.benefit-box h3 {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 10px 0;
	padding-bottom:10px;
border-bottom:7px #2cb2d5 dashed!important;
	color:#194ba2;
}

.benefit-box .highlight {
  color: #f68b1e; /* オレンジ */
  font-weight: bold;
background:none!important;	
}

.benefit-box p {
  font-size: 0.95em;
  color: #333;
	margin-bottom:0;
	text-align:left;
}

/* レスポンシブ */
@media (max-width: 900px) {
  .benefit-box {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .benefit-box {
    flex: 1 1 100%;
  }
}

/** 無料相談はこちらリンク **/

.seccontact{ background-color:#2cb2d5;padding-top:50px!important;}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  background: linear-gradient(90deg, #f6a300, #f17300);
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none;
  padding: 1em 2em;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-button .highlight {
  color: #ffff66; /* 黄色 */
}

.cta-button .cta-icon {
  background: #fff;
  color: #f17300;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

/* レスポンシブ */
@media (max-width: 600px) {
  .cta-button {
    /*flex-direction: column;*/
    text-align: center;
    font-size: 1em;
    padding: 1em;
	  border-radius:10px;
  }
  .cta-button .cta-icon {
    margin-top: 0.5em;
  }
}

/* sec04 */
.sec04{ background-color:#f7f7f7;padding-top:50px!important;}
.title-box {
  text-align: center;
  padding: 1em 0;
}

.title-top {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4em;
  color: #222;
  margin:0.2em 0!important;
  padding: 0 1em;
}

.title-top::before,
.title-top::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: #333;

}

.title-top::before {
  left: 0;
  transform: translateX(-100%);
}

.title-top::after {
  right: 0;
  transform: translateX(100%);
}

.title-bottom {
  font-weight: bold;
  font-size: 38px;
  color: #1849a5;
  margin: 0.1em auto!important;
  display: block;
  border-bottom: 2px solid #1849a5;
  padding-bottom: 0.2em;
	width:480px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .title-top {
    font-size: 1em;
  }
  .title-bottom {
font-size: 1.2em;
width:100%!important;
  }
}

@media (max-width: 480px) {
  .title-top {
    font-size: 0.9em;
  }
  .title-bottom {
    font-size: 1.2em;
  }
}


/* 導入シミュレーション / 3つのオススメの理由  */
.ti-sec04-01 {
  display: flex;
  align-items: center;         /* 縦方向中央 */
  justify-content: center;     /* 横方向中央 */
  background-color: #005bac;   /* 青背景 */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  text-align: center;
margin-bottom:50px;	
}

.ti-sec04-01 .title-icon {
width: 50px;
  height: auto;
  margin-right: 10px;
}

.ti-sec04-01 .title-text {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding:0;	
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .ti-sec04-01 {
    flex-direction: column;
/*    align-items: flex-start;*/
  }
  .ti-sec04-01 .title-icon {
    margin: 0 0 8px 0;
  }
  .ti-sec04-01 .title-text {
    font-size: 1.2em;
  }
}


/*  ② 他の退職金制度と比べてもメリットが多い  */
/*  比較ボックス　*/
.box-sec04{ background-color:#ffffff; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1);margin-bottom:80px;}

.box-sec04-last{ margin-bottom:0!important;} 

/*  リボンタイトル　*/
.ribbon-title {
  position: relative;
  display: inline-block;
  padding: 0.5em 1.0em; /*文字の上下 左右の余白*/
  background: linear-gradient(135deg, #28a7d0 0%, #125ea4 100%);  /* saruwaka帯のブルー */
  color: #fcfcfc;       /* 白文字 */
  font-weight: bold;
margin-bottom:30px;
margin-top: -15px;	
}

/* 右下の三角リボン */
.ribbon-title::before {
position: absolute;
    content: '';
    top: 0;
    right: -20px;
    border: none;
    border-top: solid 15px transparent;
    border-left: solid 20px #125da4;
}

/* 番号の丸 */
.ribbon-title .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #154e9f;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-weight: bold;
  margin-right: 0.6em;
}

/* テキスト */
.ribbon-title .text {
  font-size: 1em;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .ribbon-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ribbon-title .number {
    margin-bottom: 0.4em;
  }
}

/*  テーブル比較　*/
.comparison-table {
            width: 90%;
            border-collapse: separate;
            border-spacing: 2px;
            font-size: 16px;
            font-weight: bold;
			margin:0 auto;
			padding-bottom:30px;
        }
        
        .comparison-table th,
        .comparison-table td {
            text-align: center;
            padding: 15px 10px;
            border: none;
			font-size:0.85em;
        }
        
        /* ヘッダー行のスタイル */
       
        .header-row .corporate-dc {
            background-color: #e8a052;
            color: white;
        }
        
        .header-row .ideco {
            background-color: #4db3d1;
            color: white;
        }
        
        .header-row .shin-nisa {
            background-color: #4db3d1;
            color: white;
        }
        
        /* 各行のスタイル */
.comparison-table th {
  width: 17.5%; /* 他の4列用（例） */
}

.comparison-table th.corporate-dc {
width:25%; /* この列だけ大きめ */
}

        .row-header {
            background-color: #2c5aa0;
            color: white;
            text-align: center;
            font-weight: bold;
            width: 20%;
        }
        
        .cell-ari {
            background-color: #fff798;
            color: #ee7701;
        }
        
        .cell-nashi {
            background-color: #e2e8f0;
            color: #666;
        }
        
        .cell-hikazei {
            background-color: #fff2cc;
            color: #d69e2e;
        }
        
        /* レスポンシブデザイン */
        @media screen and (max-width: 768px) {
            body {
                padding: 10px;
            }
            
            .comparison-table {
                font-size: 14px;
            }
            
            .comparison-table th,
            .comparison-table td {
                padding: 12px 8px;
            }
            
            .row-header {
                width: 30%;
                font-size: 12px;
            }
        }
        
        @media screen and (max-width: 480px) {
            .comparison-table {
                font-size: 12px;
            }
            
            .comparison-table th,
            .comparison-table td {
                padding: 10px 6px;
            }
            
            .row-header {
                width: 20%;
                font-size: 11px;
            }
        }

/*  ③ 従業員にも企業にもメリットがある  */

.benefits-comparison{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding: 50px 20px;
    flex-wrap: wrap; /* 画面が狭い時に折り返し */
}

.benefits-section {
    flex: 1;
    min-width: 250px; /* 最小幅を設定 */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
}

        .company-benefits {
            border: 3px solid #1e5799;
        }

        .employee-benefits {
            border: 3px solid #f39c12;
        }

        .benefits-title {
            color: white;
            padding: 15px 20px;
            font-size: 28px;
            font-weight: bold;
            display: flex;
            align-items: center;
			justify-content: center;
            gap: 10px;
        }

        .company-benefits .benefits-title {
            background-color:#074b8b;
        }

        .employee-benefits .benefits-title {
            background-color:#f39f3d;
        }

        .benefits-title .icon {
            width: 40px;
            height: 60px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .company-benefits .benefits-title .icon {
            background-image: url('images/icon-company.png');
        }

        .employee-benefits .benefits-title .icon {
            background-image: url('images/icon-person.png');
        }

        .benefits-list {
            padding: 20px;
        }

        .benefits-list dl {
            margin: 0;
        }

        .benefits-list dt {
            display: none;
			color:#074b8b;
        }

        .benefits-list dd {
            margin: 0;
            padding: 12px 0;
            padding-left: 30px;
            position: relative;
            font-size: 18px;
            line-height: 1.5;
            border-bottom: 1px solid #eee;
        }

        .benefits-list dd:last-child {
            border-bottom: none;
        }

        .benefits-list dd::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background-image: url('images/icon-chk02.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .company-benefits .benefits-list dd {
            color: #074b8b;
			font-weight:bold;
        }

        .employee-benefits .benefits-list dd {
            color: #074b8b;
			font-weight:bold;
        }

        /* 強調色の部分 */
        .benefits-list dd span{
            color:#ee7701;
            font-weight: bold;
        }


        /* レスポンシブ対応 */
        @media (max-width: 768px) {
    .benefits-comparison {
        flex-direction: column;
        gap: 15px;
        padding: 30px 15px;
    }
    
			.benefits-section {
                width: 100%;
            }

            .benefits-title {
                font-size: 18px;padding: 12px 15px;
            }

            .benefits-list {
                padding: 15px;
            }

            .benefits-list dd {
                font-size: 14px;
                padding: 10px 0 10px 30px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 10px;
            }

            .benefits-title {
                font-size: 16px;
                padding: 10px 12px;
            }

            .benefits-list {
                padding: 12px;
            }

            .benefits-list dd {
                font-size: 13px;padding: 8px 0 8px 30px!important;
            }
        }
/* sec05 */
.sec05{ background-color:#ffffff;padding-top:50px!important;}
.sec05 .inner{ padding-top:50px!important;}

/* sec06 */
.home section.sec06{ background-color:#fffcd1;padding-top:0;}
.sec06-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #fff;
  border-top: 2px solid #144f9d;
  border-left: 2px solid #144f9d;
	border-right: 2px solid #2bb1d4;
	border-bottom: 2px solid #2bb1d4;

	box-sizing: border-box;
}

.sec06-left {
  flex: 0 0 80%;
  max-width: 80%;
  box-sizing: border-box;
}

.sec06-right {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  box-sizing: border-box;
}

/*.sec06-title {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
margin-bottom:15px!important;
  color: #144f9d;
  border-bottom: 7px dashed #2cb2d5;
  padding:10px 15px 5px 15px!important;
}

.sec06-number-icon {
  width: 80px;
  height: auto;
  margin-right: 10px;
}*/


.sec06-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom:15px!important;
  color: #144f9d;
  border-bottom: 7px dashed #2cb2d5;
padding:25px 15px 25px 110px!important;

}
.sec06-title-01 { background: url('images/icon-no1.png') no-repeat left center;}	
.sec06-title-02 { background: url('images/icon-no2.png') no-repeat left center;}	
.sec06-title-03 { background: url('images/icon-no3.png') no-repeat left center;}	
.sec06-title-04 { background: url('images/icon-no4.png') no-repeat left center;}	
.sec06-title-05 { background: url('images/icon-no5.png') no-repeat left center;}	



.sec06-text {
  font-size: 1em;
  line-height: 1.6;
  color: #666666;
}

.sec06-image {
  max-width: 100%;
  height: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .sec06-left, .sec06-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

.sec06-title {
display:block!important;
line-height:1.2;
padding-left:0!important;
padding-top:100px!important;
padding-bottom:15px!important;
}

.sec06-title-01 { background: url('images/icon-no1.png') no-repeat top center;}	
.sec06-title-02 { background: url('images/icon-no2.png') no-repeat top center;}	
.sec06-title-03 { background: url('images/icon-no3.png') no-repeat top center;}	
.sec06-title-04 { background: url('images/icon-no4.png') no-repeat top center;}	
.sec06-title-05 { background: url('images/icon-no5.png') no-repeat top center;}	
	
	
  .sec06-right {
    margin-top: 15px;
  }
}

/** sec07 **/

.sec07 {
    background-color: #2cb2d5;
    padding-top:50px!important;
}

.ti-sec07 {
    color: white;
    text-align: center;
    padding: 40px 20px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.ti-sec07 .english-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.ti-sec07 .english-line::before,
.ti-sec07 .english-line::after {
    content: '';
    width: 80px;
    height: 2px;
    background: white;
}

.ti-sec07 .english {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: lowercase;
    margin: 0 20px;
}

.ti-sec07 .japanese {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0;
}

.boxsec07 {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
	background-color:#ffffff
}

.article h2.section-title {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-bottom:0px!important;
	border-radius: 20px 20px 0 0;
}

.article h2.blue-section-title{background-color:#154e9f!important;}
.article h2.orange-section-title{background-color:#ee7701!important;}

.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.sec07-card {
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.sec07-card-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.blue-section .sec07-card-number {
    background: linear-gradient(135deg, #2e5bba 0%, #1e4a9a 100%);
}

.orange-section .sec07-card-number {
    background: linear-gradient(135deg, #ff8c42 0%, #ff6b1a 100%);
}

.sec07-card-title {
font-size:1.1em!important;
    font-weight: bold;
    margin: 20px 0 10px 0!important;
    line-height: 1.4;
}

.blue-section .sec07-card-title {
    color: #2e5bba;
}

.orange-section .sec07-card-title {
    color: #2e5bba;
}

.sec07-card-image {
    width: 100%;
    margin: 15px 0;
    background-size: cover;
    background-position: center;
}

.sec07-card-description {
    font-size: 14px;
    color: #222;
    line-height: 1.6;
    margin-top: auto;
	text-align:left!important;
}

/* タブレット */
@media (max-width: 768px) {
    .ti-sec07 {
        padding: 35px 15px;
    }
    
    .ti-sec07 .english-line::before,
    .ti-sec07 .english-line::after {
        width: 60px;
    }
    
    .ti-sec07 .english {
        font-size: 16px;
        letter-spacing: 1.5px;
        margin: 0 15px;
    }
    
    .ti-sec07 .japanese {
        font-size: 28px;
        letter-spacing: 3px;
    }
    
    .boxsec07 {
        padding: 40px 15px;
    }
    
    .section-title {
        font-size: 20px;
        padding: 12px 30px;
        margin-bottom: 30px;
    }
    
    .cards-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .sec07-card {
        padding: 25px 15px;
        min-height: 350px;
    }
    
    .sec07-card-title {
        font-size: 16px;
    }
    
    .sec07-card-description {
        font-size: 13px;
    }
}

/* スマートフォン */
@media (max-width: 480px) {
    .ti-sec07 {
        padding: 30px 10px;
    }
    
    .ti-sec07 .english-line::before,
    .ti-sec07 .english-line::after {
        width: 40px;
    }
    
    .ti-sec07 .english {
        font-size: 14px;
        letter-spacing: 1px;
        margin: 0 10px;
    }
    
    .ti-sec07 .japanese {
        font-size: 24px;
        letter-spacing: 2px;
    }
    
    .boxsec07 {
        padding: 30px 10px;
    }
    
    .section-title {
        font-size: 18px;
        padding: 10px 25px;
    }
    
    .cards-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sec07-card {
        padding: 20px 15px;
        min-height: 320px;
		margin-bottom:30px;
    }
    
    .sec07-card-number {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    
    .sec07-card-title {
        font-size: 15px;
        margin: 15px 0 10px 0;
    }
}


/* sec08 */
.sec08 .inner{ padding-top:50px!important;}
 .sec08-profile-section {
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .sec08-profile-container {
            display: flex;
            align-items: center;
            gap: 40px;
            background: transparent;
            border-radius: 0;
            padding: 0;
            box-shadow: none;
            position: relative;
        }
        
        .sec08-profile-image {
            flex-shrink: 0;
            position: relative;
            order: 1;
        }
        
        .sec08-profile-tag {
            position: absolute;
            bottom: 10px;
            right: -20px;
            background: linear-gradient(135deg, #f4d03f 0%, #f1c40f 100%);
            color: #333;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 18px;
            font-weight: bold;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        
        .sec08-profile-content {
            flex: 1;
            background: white;
            border-radius: 20px;
            padding:20px 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            order: 2;
        }
        
        .sec08-profile-name {
            font-size: 36px;
            font-weight: bold;
            color: #2e5bba;
            margin-bottom: 8px;
            letter-spacing: 2px;
        }
        
        .sec08-profile-name-en {
            font-size: 18px;
            color: #2e5bba;
            font-weight: 500;
            margin-bottom: 25px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        
        .sec08-profile-description {
            font-size: 16px;
            color: #333;
            line-height: 1.8;
            letter-spacing: 0.5px;
			margin-bottom:0!important;
        }
        
        /* タブレット */
        @media (max-width: 768px) {
            .sec08-profile-section {
                padding: 40px 15px;
            }
            
            .sec08-profile-container {
                flex-direction: column;
                align-items: center;
                text-align: center;
                padding: 30px 20px;
                gap: 20px;
            }

            
            .sec08-profile-tag {
                position: static;
                margin-top: 15px;
                display: inline-block;
                font-size: 16px;
                padding: 6px 16px;
            }
            
            .sec08-profile-content {
                background: white;
                border-radius: 20px;
                padding: 40px;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
                order: 2;
            }
            
            .sec08-profile-name {
                font-size: 28px;
                margin-bottom: 6px;
            }
            
            .sec08-profile-name-en {
                font-size: 16px;
                margin-bottom: 20px;
            }
            
            .sec08-profile-description {
                font-size: 15px;
                text-align: left;
            }
        }
        
        /* スマートフォン */
        @media (max-width: 480px) {
            .sec08-profile-section {
                padding: 30px 10px;
            }
            
    .sec08-profile-container {
        padding: 25px 15px;
        border-radius: 15px;
        flex-direction: column;
    }			
			
    .sec08-profile-image {
        width: 100%;
        text-align: center;
    }            
    .sec08-profile-image img {
        width: 100%;
        height: auto;
    }
    .sec08-profile-content {
        width: 100%;
        background: white;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        order: 2;
}
    .sec08-profile-description {
        font-size: 14px;
        line-height: 1.7;
        text-align: left;
    }
            .sec08-profile-tag {
                font-size: 14px;
                padding: 5px 12px;
                margin-top: 10px;
            }
            
            .sec08-profile-name {
                font-size: 24px;
                letter-spacing: 1px;
            }
            
            .sec08-profile-name-en {
                font-size: 14px;
                margin-bottom: 15px;
            }
            
            .sec08-profile-description {
                font-size: 14px;
                line-height: 1.7;
            }
        }


/************************************
** お問い合わせ
************************************/
 .box_con {
          max-width: 1100px;
          margin: 0  auto;
        }
        @media only screen and (max-width: 768px) {
          .box_con {
            width: 95%!important;
          }
        }
        .box_con form {
          width: 100%;
        }
        .box_con form table {
          width: 100%;
        }
        .box_con form table tr {
          position: relative;
        }
        .box_con form table tr:after {
          content: "";
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0;
          height: 1px;
        }

        .box_con form table tr th {
          width: 30%;
          font-weight: normal;
          padding: 1em .5em;
          box-sizing: border-box;
          text-align:left;
        }

        .submit-button {
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            margin: 30px auto 0;
            background-color: #e4eeef;
            cursor: pointer;
            border: 1px solid #e4eeef;
            color: #000;
            text-align: center;
            text-decoration: none;
            line-height: 1.5;
            outline: none;
            transition: all .5s;
            padding: 20px 100px;
        }
         
        .submit-button:hover {
            background: #cae1e3;
            color: #000;
            border: 1px solid #cae1e3;
        }

        .boxBtn{
            position:relative;
            height: 50px;
            text-align:center;
        }

        .box_con input[type=submit]{
            width:50%;
        }
         
        @media only screen and (max-width: 768px) {
          .box_con form table tr th {
             width: 100%;
            display: block;
            background: #f5f6f7;
            padding: .8em 1.5em;
			vertical-align: top;  
          }
        }
        .box_con form table tr th span {
          border-radius: 6px;
          margin-right: 8px;
          padding-top: 3px;
          padding-bottom: 3px;
          width: 48px;
          display: inline-block;
          text-align: center;
          background: #cd6f55;
          color: #fff;
          font-size: 14px;	
        }
        .box_con form table tr th span.optional {background-color:#0e5b99;}

        .box_con form table tr td {
          padding: 1em .5em;
          box-sizing: border-box;
        }
        @media only screen and (max-width: 768px) {
          .box_con form table tr td {
            padding: 1.5em .5em;
            display: block;
            width: 100%;
            text-align:center;
          }
          .box_con form table tr td.koumoku{ padding-left:20px;text-align:left;}	
        }
        .box_con form table tr .box_br {
          display: block;
        }

        .box_con form table tr .radio02-input + label {
           margin-right: 20px;
          position: relative;
        }
        .box_con form table tr input, .box_con form table tr textarea {
          padding: .5em;
          box-sizing: border-box;
        }
        .box_con form table tr textarea {
          width:100%!important;
          height:100px!important;
        }
        
        .table01 {
            width: 100%;
            border-collapse: collapse;
        }
.reservation-datetime {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.reservation-datetime select,
.reservation-datetime input[type="time"] {
  max-width: 200px;
  width: 100%;
}
/************************************
**　投稿ページ
************************************/
.entry-content{max-width:1100px; margin:0 auto;}

.voice-header p {
            font-size: 16px;
            opacity: 0.9;
        }

        .customer-profile {
            display: flex;
            align-items: center;
            padding: 30px;
            background: #f8f9ff;
            border-bottom: 1px solid #e9ecef;
        }

        .profile-image {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            margin-right: 30px;
            flex-shrink: 0;
        }

        .profile-info {
            flex: 1;
        }

        .customer-name {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }

        .customer-name span {
            font-size: 16px;
            color: #666;
            font-weight: 400;
        }

        .profile-table {
            width: 100%;
            border-collapse: collapse;
        }

        .profile-table th {
            background: #c89433;
            color: white;
            padding: 12px 15px;
            text-align: left;
            font-weight: 500;
            width: 150px;
            font-size: 14px;
        }

        .profile-table td {
            padding: 12px 15px;
            border-bottom: 1px solid #e9ecef;
            background: white;
        }

        .interview-section {
            padding: 30px;
        }

        .interview-item {
            margin-bottom: 30px;
            padding-left: 20px;
        }

        .interview-item:last-child {
            margin-bottom: 0;
        }

        .interview-question {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            margin-bottom: 12px;
            padding: 12px 16px;
            background: #f6f2d2;
            border-radius: 8px;
            border: 1px solid #e6e9ff;
        }

        .interview-answer {
            font-size: 16px;
            line-height: 1.8;
            color: #555;
            padding: 0 16px;
        }

        .highlight {
            background: linear-gradient(transparent 60%, #ffeb3b 60%);
            font-weight: 600;
            color: #333;
        }

        .course-info {background-color: #cb5684;
            color: white;
            padding: 25px;
            text-align: center;
			border-radius:10px;
        }

        .course-info h3 {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .course-details {
            font-size: 16px;
            line-height: 1.6;
        }

        .results-badge {
            display: inline-block;
            background: #ff5722;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin: 5px;
        }

        @media (max-width: 768px) {
            .customer-voice-container {
                margin: 10px;
                border-radius: 8px;
            }

            .customer-profile {
                flex-direction: column;
                text-align: center;
                padding: 20px;
            }

            .profile-image {
                margin-right: 0;
                margin-bottom: 20px;
                width: 100px;
                height: 100px;
            }

            .voice-header {
                padding: 20px;
            }

            .voice-header h1 {
                font-size: 24px;
            }

            .interview-section {
                padding: 20px;
            }

            .interview-question {
                font-size: 16px;
            }

            .interview-answer {
                font-size: 15px;
            }
        }

/* 記事全体 */
.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 {
/*  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 20px;*/
	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;
  transition: transform 0.4s ease;
}

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

/* カテゴリラベル */
.entry-card-thumb .cat-label {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #3498db;
  color: #fff;
  font-size: 0.75em;
  padding: 4px 8px;
  border-radius: 4px;
}

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

/* タイトル */
.entry-card-title {
  font-size: 1.1em;
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1.4;
}

/* スニペット */
.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;
  }
}

/************************************
**　レスポンシブ対応 (1100px以下 - タブレット横向き)
************************************/
@media screen and (max-width: 1100px) {
	
.home .page .inner{
	width:100%;
	margin:0 auto;
	padding:0 10px;	
}
	
.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-14{ width:160px!important;}	
	
    /* 固定ヘッダーナビゲーション位置調整 */
	.fixed-header #navi .navi-in {
        position: absolute;
        left: 50px !important;
        top: 10px;
		background:none;
    }
    
    /* 固定ヘッダーメニューラベルサイズ調整 */
    .fixed-header .header-container-in.hlt-top-menu .navi-in .item-label { 
        font-size:1em !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) {
    /* ヘッダーをモバイルメニューに切り替え */
    #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: 0px;
        top: 5px;
        width: 160px;
}	

/* 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:#006dbb;}	
/************************************
** スマホ用メニューボタン横並び
************************************/
/* サブメニューを横並びに */
    .h-submenu {
        display: flex !important;
        position: absolute;
        right: 70px;
        top: 5px;
        width: auto !important;
           margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
        gap: 5px;
    }
    	
	
/************************************
** marker非表示
************************************/
/* リストマーカーを非表示 */
.h-submenu li::marker {
    display: none;
}
	
/************************************
** 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: #ffffff url(images/bg-main-smt.jpg) center top no-repeat;
min-height:1200px;
}
	
.home #main-image p { 
	width:100%; 
	padding-left: 0px;
	padding-top:20px;
}	
.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;
}

/* ヘッダーボタンのセレクター修正 */
#menu-h-menu #menu-item-13 a {
        background-image: url('images/h-reserve-smt.png'); /* スマホ用画像があれば */
}
/************************************
** main
************************************/	
.home #main-image { 
background-size:contain;
min-height:550px;
}	
}
/************************************
** 小型スマートフォン対応（480px以下）
************************************/
@media screen and (max-width: 480px) {
.home #main-image { 
background-size:contain;
min-height:600px;
}	
}
@media screen and (max-width: 390px) {
.home #main-image { 
min-height:450px;
}
}

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


/************************************
** 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;
}

.video-container .video{ margin-top:0!important;}
/************************************
** アイキャッチ
************************************/
.page .eye-catch-wrap { /*アイキャッチ*/ display: none; }
.eye-catch-wrap{ display:block;}

/* シングルページのアイキャッチを左に表示 */
.single .eye-catch {
  float: right;
  width: 30%;
  margin-left: 20px;
  margin-bottom: 20px;
}

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

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

/* スマホ幅 (～768px) */
@media screen and (max-width: 768px) {
  .single .eye-catch {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
