@charset "utf-8";

/* =========================================================
   training.css
   企業研修ページ / BiND依存なし版
   色を残した統一デザイン版
   PC固定版
   ========================================================= */


/* -------------------------
   基本設定
------------------------- */

*{
  box-sizing: border-box;
}

html,
body{
  min-width: 1000px;
  margin: 0;
  padding: 0;
}

body{
  color: #4f4643;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  background: #fff;
  overflow-x: auto;
}

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

a{
  color: #6b2b23;
  text-decoration: none;
}

a:hover{
  color: #9b5a5a;
  text-decoration: underline;
}

.site-bg{
  min-width: 1000px;
  background: #fff;
}


/* -------------------------
   上部キャッチコピー
------------------------- */

.site-header{
  min-width: 1000px;
  padding: 18px 0 20px;
  background: #fff;
}

.site-header p{
  width: 1000px;
  margin: 0 auto;
  color: #645654;
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: -0.03em;
  text-align: center;
}

.site-header p strong{
  color: inherit;
  font-weight: inherit;
}


/* -------------------------
   下層ページ用ヘッダー
------------------------- */

.lower-header{
  min-width: 1000px;
  background: #ede2d9;
}

.lower-header-inner{
  display: flex;
  align-items: center;
  width: 1000px;
  min-height: 132px;
  margin: 0 auto;
}

.lower-logo{
  width: 230px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.lower-logo img{
  width: 155px;
  height: auto;
}


/* -------------------------
   下層ページ用グローバルメニュー
   4個×2段
------------------------- */

.global-nav{
  width: 770px;
}

.global-nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 770px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav li{
  width: 170px;
  margin: 4px 8px;
  padding: 0;
  text-align: center;
}

.global-nav a{
  display: inline-block;
  position: relative;
  padding: 6px 4px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.global-nav a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.global-nav a:hover,
.global-nav a:focus{
  color: #6b2b23;
  text-decoration: none;
}

.global-nav a:hover::after,
.global-nav a:focus::after{
  width: 100%;
}

.global-nav .current a{
  color: #6b2b23;
}

.global-nav .current a::after{
  display: none;
}


/* -------------------------
   ヘッダーロゴ hover
------------------------- */

.lower-logo a{
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  line-height: 0;
  text-decoration: none;
}

.lower-logo a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #a99790;
  transform: translateX(-50%);
  transition: width 0.18s ease;
}

.lower-logo a:hover,
.lower-logo a:focus{
  outline: none;
  text-decoration: none;
}

.lower-logo a:hover::after,
.lower-logo a:focus::after{
  width: 68%;
}


/* -------------------------
   メイン
------------------------- */

.site-main{
  width: 1000px;
  margin: 0 auto;
  padding: 48px 0 78px;
}


/* =========================================================
   企業研修ページ 共通
   色は残しつつ、余白・角丸・影を他ページと統一
   ========================================================= */

.training-section{
  width: 1000px;
  margin: 0 auto 70px;
  color: #4f4643;
}

.training-section p{
  margin: 0;
}

.section-subtitle{
  margin: 0 0 6px !important;
  color: #6b5b57;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}

.training-section h2{
  margin: 0 0 30px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}

.section-contact{
  margin-top: 28px !important;
}

.section-contact.right{
  text-align: right;
}

.section-contact.center{
  text-align: center;
}

.section-contact a{
  display: inline-block;
  line-height: 0;
  border-radius: 8px;
}

.section-contact a:hover,
.section-contact a:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 5px;
}

.section-contact img{
  border-radius: 8px;
}


/* =========================================================
   メインビジュアル
   研修ページらしい色は残し、文字は読みやすくカード化
   ========================================================= */

.training-hero{
  position: relative;
  width: 1000px;
  height: 750px;
  margin: 0 auto 76px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.training-hero > img{
  width: 1000px;
  height: 750px;
  object-fit: cover;
}

.training-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.72) 0%,
    rgba(255,255,255,0.50) 52%,
    rgba(255,255,255,0.18) 100%
  );
  pointer-events: none;
}

.training-hero-text{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 34px 36px;
  color: #222;
}

.hero-copy{
  display: inline-block;
  margin: 0 0 24px;
  padding: 10px 18px;
  color: #4d403d;
  background: rgba(255,250,243,0.88);
  border-left: 6px solid #d88a34;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(91,74,62,0.08);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.65;
}

.hero-contact{
  margin: 0 0 34px;
  text-align: right;
}

.hero-contact a{
  display: inline-block;
  line-height: 0;
  border-radius: 8px;
}

.hero-contact a:hover,
.hero-contact a:focus{
  outline: 2px solid rgba(107,43,35,.35);
  outline-offset: 5px;
}

.training-hero h1{
  width: 760px;
  margin: 40px auto 28px;
  padding: 20px 26px;
  color: #2f3b57;
  background: rgba(255,250,243,0.90);
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.hero-main{
  width: 760px;
  margin: 0 auto 34px;
  padding: 18px 24px;
  color: #4f55b8;
  background: rgba(244,247,255,0.92);
  border-left: 6px solid #5e72d8;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.hero-lead{
  width: 900px;
  margin: 0 auto;
  padding: 16px 22px;
  color: #4d403d;
  background: rgba(255,250,243,0.92);
  border-left: 6px solid #3f9d8c;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(91,74,62,0.08);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
}


/* =========================================================
   3つの特色
   色を残したカードデザイン
   ========================================================= */

.features-section{
  padding: 42px 0 0;
}

.feature-grid{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  gap: 22px;
}

.feature-card{
  width: 318px;
  min-height: 450px;
  padding: 0 0 26px;
  color: #4f4643;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.8;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
  overflow: hidden;
}

.feature-title{
  margin: 0 0 20px;
  padding: 15px 10px;
  color: #4d403d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.feature-title.yellow{
  background: #ffe8a6;
  border-bottom: 1px solid #efd48b;
}

.feature-title.orange{
  background: #ffd4b8;
  border-bottom: 1px solid #efb890;
}

.feature-card img{
  display: block;
  width: 280px;
  height: auto;
  margin: 0 auto 20px;
  border-radius: 12px;
}

.feature-card p{
  margin: 0;
  padding: 0 22px;
}


/* =========================================================
   キャンペーン画像
   ========================================================= */

.campaign-section{
  width: 900px;
  padding: 38px 48px 42px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
}

.campaign-image{
  text-align: center;
}

.campaign-image img{
  width: 800px;
  height: auto;
  border-radius: 12px;
}


/* =========================================================
   研修による効果
   ベージュだけにせず、黄アクセントを残す
   ========================================================= */

.effect-section{
  width: 900px;
  margin: 0 auto 80px;
  padding: 42px 48px 50px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.bar-title{
  margin: 0 0 34px !important;
  padding: 16px 20px;
  color: #4d403d !important;
  border-radius: 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 30px !important;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.bar-title.yellow,
.effect-section .bar-title.yellow{
  background: #ffe8a6;
  border: 1px solid #efd48b;
}

.bar-title.orange{
  background: #ffd4b8;
  border: 1px solid #efb890;
}

.effect-section > p{
  margin: 0 0 32px;
  color: #4f4643;
  font-size: 15.5px;
  line-height: 2.05;
}

.effect-list{
  width: 780px;
  margin: 34px auto 34px;
}

.effect-list p{
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 14px 20px;
  color: #4d403d;
  background: #fff;
  border: 1px solid #eadfd7;
  border-radius: 14px;
  font-size: 19px;
  line-height: 1.6;
  box-shadow: 0 3px 10px rgba(91,74,62,0.08);
}

.effect-list span{
  display: inline-block;
  flex: none;
  margin-right: 16px;
  padding: 4px 12px;
  color: #8a552b;
  background: #ffe7bd;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.effect-image{
  margin-top: 40px !important;
  text-align: center;
}

.effect-image img{
  width: 900px;
  height: auto;
  border-radius: 12px;
}


/* =========================================================
   カリキュラム
   青系アクセントは残して、カード内に整える
   ========================================================= */

.curriculum-section{
  width: 900px;
  padding: 42px 48px 50px;
  background: #f7fbff;
  border: 1px solid #d7e9f8;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.10);
}

.curriculum-table{
  width: 760px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.curriculum-table tr{
  font-size: 19px;
}

.curriculum-table tr:hover{
  background: transparent;
}

.curriculum-table td{
  padding: 11px 18px;
  text-align: left;
  background: #fff;
  border-top: 1px solid #cfe5f8;
  border-bottom: 1px solid #cfe5f8;
}

.curriculum-table td:first-child{
  width: 64px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  border-left: 1px solid #cfe5f8;
  border-radius: 12px 0 0 12px;
}

.curriculum-table td:last-child{
  border-right: 1px solid #cfe5f8;
  border-radius: 0 12px 12px 0;
}

.curriculum-table td.check{
  background-image: url(../_src/2024/check.png);
}


/* =========================================================
   お問い合わせから研修までの流れ
   色の段差は残しつつ、形を統一
   ========================================================= */

.flow-section{
  width: 900px;
  padding: 42px 48px 48px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.flow-list{
  width: 800px;
  margin: 0 auto;
}

.flow-item{
  display: flex;
  align-items: center;
  margin: 0 0 18px !important;
  color: #222;
}

.flow-item img{
  width: 50px;
  height: auto;
  margin-right: 22px;
  flex: none;
}

.flow-item span{
  display: inline-block;
  width: 720px;
  padding: 12px 18px;
  color: #333;
  border-radius: 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}

.flow-1{
  background: #d7d6ec;
}

.flow-2{
  background: #cce4dd;
}

.flow-3{
  background: #f5e8b5;
}

.flow-4{
  background: #f2c5c3;
}

.flow-5{
  background: #e1cce9;
}


/* =========================================================
   お問い合わせ先
   ========================================================= */

.final-section{
  width: 900px;
  padding: 42px 48px 46px;
  background: #fffaf3;
  border: 1px solid #eadfd7;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(91,74,62,0.12);
}

.final-contact{
  display: flex;
  align-items: center;
  width: 800px;
  margin: 0 auto 28px;
}

.final-contact > img{
  width: 390px;
  height: auto;
  margin-right: 42px;
  flex: none;
  border-radius: 12px;
}

.final-contact h2{
  margin: 0 0 18px;
  color: #4d403d;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

.final-contact p{
  margin: 0 0 16px;
  color: #4f4643;
  font-size: 17px;
  line-height: 1.7;
}

.final-contact span{
  color: #4f55b8;
  font-weight: 700;
}

.other-training-link{
  margin: 24px 0 20px !important;
  font-size: 20px;
  text-align: center;
}

.other-training-link a{
  color: #6b2b23;
  text-decoration: underline;
}


/* =========================================================
   フッター
   ========================================================= */

.site-footer{
  min-width: 1000px;
  background: #6b5b57;
}

.footer-inner{
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 35px;
  color: #e1d5cf;
}

.footer-main{
  display: flex;
  align-items: flex-start;
}

.footer-company{
  width: 360px;
  margin-right: 42px;
}

.footer-menu{
  width: 220px;
  margin-right: 38px;
}

.footer-links{
  width: 340px;
  text-align: right;
}

.footer-company p,
.footer-menu p,
.footer-links p{
  margin: 0;
  color: #e1d5cf;
  font-size: 13px;
  line-height: 1.85;
}

.footer-company strong{
  color: #e1d5cf;
  font-weight: 700;
}

.site-footer a{
  color: #e1d5cf;
  text-decoration: none;
}

.site-footer a:hover{
  color: #fff;
  text-decoration: underline;
}

.facebook-link{
  margin-bottom: 14px !important;
}

.facebook-link img{
  width: 50px;
  height: auto;
}

.company-link img{
  width: 337px;
  height: auto;
}

.footer-bottom{
  margin-top: -90px;
  padding-top: 0;
  text-align: center;
}

.footer-logo{
  margin: 0;
}

.footer-logo img{
  width: 210px;
  height: auto;
}

.copyright{
  margin: 8px 0 0;
  color: #e1d5cf;
  font-size: 12px;
}


/* -------------------------
   フッター画像リンクのみホバー枠
   ※フッターテキストリンクは元のまま
------------------------- */

.footer-links a,
.footer-logo a{
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-logo a:hover,
.footer-logo a:focus{
  outline: 2px solid rgba(225,213,207,.45);
  outline-offset: 5px;
}
