a[href^="http"]:after,
a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}


.pc{display: block;}
.sp{display: none;}


body {
 margin:0;
 padding:0;
 font-size:16px;
 font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "MS PGothic", "Segoe UI", sans-serif;
 line-height:1.7;
 background-color:#FFF;
}

#wrapper {
 margin:0 auto;
 width:1200px;
}

#vegas {
 margin-top:80px;
 width: 100vw;
 height: 90vh;
 background-position:center center;
 background-size: cover;
 display: table;
 align-items: center;
 justify-content: center;

}

#vegas img{
 margin:0 auto;
 align-items: center;
 justify-content: center;
 text-align:center;
 display: table-cell;
 vertical-align: middle;
}

.t_bo {
 border-bottom:1px solid #222;
}

.h_bo {
 border-bottom:1px solid #222;
 background: #DADADA;
}

.orange {
 background: #ED8319;
 color:#FFF;
}


p {
 padding:0.3em 0;
}

h2 {
 font-size:2.5em;

 color:#FFF;
 text-shadow: 0px 0px 4px #111;
}

.ha2 {
 font-size:2.5em;

 color:#FFF;
 text-shadow: 0px 0px 4px #111;
}

.row3 .column {
width: 31.33333%
}

.bg-slider {
 width: 100%;
 height: 100vh;
 background-position:center center;
 background-size: cover;
 display: flex;
 align-items: center;
 justify-content: center;
}

.navbar-item {
 font-weight:bolder
}

.bg-slider img{
 object-fit:cover;
}
.navbar-item img{
max-height: 60px;
}

.bbox{
 margin:1em auto;
 width:85vw;
 border-left:none;
 border-right:none;
 padding:1em 0;
}

#hed {
width: 100%;
background: #FFF;
padding: 0;
position: fixed;
top: 0;
 z-index:50;
}

.s_tit {
 text-align:center;
}

.button{

 width:30vh;
}

.footer {
 background-color:#2B3447;
 color:#FFF;
}

.footer a{
 color:#FFF;
}

.banner, .banner2 {
position: relative;
overflow: hidden;
max-width: 600px;
height: 240px
}
.banner:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(/img/bg3.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.banner2:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url(/img/bg1.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}

.banner:hover:after, .banner2:hover:after {
opacity: .8;
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

.banner_text {
opacity: .9;
position: relative;
display: flex;
	position: absolute;
	bottom: 0;
z-index: 50;
text-decoration: none;
color: #fff;
background-color:#E13330;
width:100%;
padding-left:1em;
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(60px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

/* フェードイン(初期値) */
.js-fadeLeft {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(-100px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeLeft.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

/* フェードイン(初期値) */
.js-fadeRight {
  opacity: 0; /* 最初は非表示 */
  transform: translateX(100px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeRight.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateX(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

.fade-img2{
 width:100%;
 text-align:center;
 margin:0 auto;
 padding: 0;
 display: flex;
 align-items: center;
 font-size:2em;
 color#FFF;
}

.fade-img2 div{
 position:absolute;
 text-align:center;
 margin:0 auto;
 width:100%;
 font-size:2em;
 color#FFF;
}

.fade-img2 span{
 display: block;
 padding: 0;
 text-align:center;
 margin:0 auto;
 font-size:2em;
 color#FFF;
}

.hd_bg {
margin:0 auto;
padding:0;
background-size:cover;
background: url(/img/bg3.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_cp {
margin:0 auto;
padding:0;
background-size:cover;
background: url(/img/st2.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_ct {
margin:0 auto;
padding:0;
background-size:cover;
background: url(/img/st3.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_biz {
margin:0 auto;
padding:0;
background-size:cover;
background: url(/img/bg3.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_ent {
margin:0 auto;
padding:0;
background-size:cover;
background: url(/img/ka1.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_ent2 {
margin:0 auto;
padding:0;
background-size:cover;
background: url(/img/st1.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.ent_bg {
margin:0 auto 10vh;
padding:0;
background-size:cover;
background: url(/img/ka1.jpg) no-repeat top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:420px;
text-align:center;
display: flex;
align-items: center;
background-color: rgba(0,0,0,.7);
}

.ent_bg2 {
margin:0 auto 15vh;
padding:0;
background-size:cover;
background: url(/img/ka.jpg) no-repeat top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:420px;
text-align:center;
display: flex;
align-items: center;
background-color: rgba(0,0,0,.7);
}


.btn_lnk {
background-color: #ED8319;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all  0.5s ease;
width:33vw;
margin: 0 auto;
padding:1em 2.5em;
color:#FFF;
text-align:center;
}

.btn_lnk a{
color:#FFF;
}

.btn_lnk:hover {
background-color: #ff2222;
color:#FFF;
}



.ent_box{
 position:absolute;
 text-align:center;
 margin:0 auto;
 width:100%;
 margin-top:15vh;
 font-size:1.2em;
 font-weight:bolder;
}

.ha3 {
 font-size:2.5em;

 color:#FFF;
 text-shadow: 0px 0px 4px rgba(0,0,0,1);
}
.ha3_s {
 font-size:1em;

 color:#FFF;
 text-shadow: 0px 0px 4px rgba(0,0,0,1);
}



/*== ボタン共通設定 */
.btn{
/*アニメーションの起点とするためrelativeを指定*/
position: relative;
  overflow: hidden;
/*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
border: 1px solid #555;/* ボーダーの色と太さ */
padding: 10px 80px;
text-align: center;
outline: none;
/*アニメーションの指定*/   
transition: ease .2s;
  background: #FFF;
 margin:2em;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 51;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;

}

.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（中央から横全体） */
.bgcenterx:before {
  content: '';
/*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
/*色や形状*/
  background: #E13330;
  width: 100%;
  height: 100%;
/*アニメーション*/
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: top;
}

/*hoverした際の形状*/
.bgcenterx:hover:before{
  transform:scale(1, 1);
}

.hed_recruit {
 background-color:#ED8319;
 color:#FFF;
 padding:0.6em 4em;
 margin-left:2em;
 height:2.6em;
 margin-top:1.25em;
 display:table-cell;
 margin-right:2em;
}


.t_img_txt {
 color:#FFF;
 font-weight:bolder;
 text-align:center;
 font-size:2em;
}



.points {
  padding: 60px 20px;
  background: #f7f9fc;
}

.points-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.point-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.point-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #2353dd;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.point-card p {
  font-size: 0.95rem;
  color: #555;
}








/* よくある質問　*/
.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27,37,56,0.1);
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
}
.cp_qa03 .cp_actab label:hover {
  color: #00838f;
  transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-family: serif;
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}


/* 全体 */
.vf-points {
  width: 100%;
  padding: 60px 20px;
  background: #B8DFE8; /* 仮 */
}

/* タイトル */
.vf-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

/* 各ポイント */
.vf-point {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* アイコン */
.vf-icon {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}

.vf-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキスト */
.vf-text h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #222;
}

.vf-text p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

/* 各ポイント（基準位置） */
.vf-point {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 35px 20px 25px;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* POINTラベル */
.point-label {
  position: absolute;
  top: -12px;
  left: 16px;
  background: #2353dd;   /* 仮：後で変更OK */
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}





    .block {
        display: flex;
        gap: 20px;
        align-items: flex-end;
    }

    .block-text {
        order: 1;
        flex: 1;
    }

    .block-image {
        order: 2;
    }

    .block-image img {
        width: 260px;
        max-width: 260px;
    }

/* ===== 全体枠 ===== */
.voice-wrap {
  width: 100%;
  background: #DDE7FC;
  border-radius: 16px;
  padding: 30px 20px;
  box-sizing: border-box;
 margin:1.2em auto;
}

/* ===== 中身 ===== */
.voice-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ===== アイコン ===== */
.voice-icon {
  width: 20%;
  text-align: center;
}

.voice-icon img {
  width: 40%;
  max-width: 120px;
  height: auto;
}

/* ===== 右側 ===== */
.voice-content {
  flex: 1;
}

/* ===== 吹き出し ===== */
.voice-summary {
  position: relative;
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* 左三角（PC） */
.voice-summary::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 20px;
  border-width: 8px 12px 8px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

/* ===== 本文 ===== */
.voice-text p {
  margin: 0;
  line-height: 1.4;
  text-align:left;
}

.form-table {
  width: 100%;
  border-collapse: collapse;  text-align:left;
}

.form-table th {
/*  background: #1E3CAC; */
  background: #428CF4;
  color: #fff;
  padding: 12px;
  width: 30%;
  vertical-align: top;
  text-align:left;
  border-bottom:1px solid #FFF;
}

.form-table td {
  padding: 12px;
  background: #fff;
  text-align:left;
  border-bottom:1px solid #666;
}

.form-table input,
.form-table textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
	border:1px solid #444;
}

.form-table textarea {
  height: 120px;
}

.required {
  color: #ff0;
  font-size: 12px;
  margin-left: 6px;
}

.radio-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

input[type="radio"] {
    /* 1. ブラウザ固有のスタイルをリセット */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* 2. サイズを固定（潰れないようにする） */
    flex-shrink: 0; 
    width: 20px;  /* デザインに合わせたサイズ */
    height: 20px; /* デザインに合わせたサイズ */

    /* 3. Safariで位置がズレるのを防ぐ */
    vertical-align: middle;
    position: relative;
    
    /* 以下は既存のデザイン維持用 */
    border: 1px solid #444;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

/* チェック時のスタイル（例） */
input[type="radio"]:checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #004b93; /* サイトのメインカラー */
}


button.form-table {
  width:10em;
  display: teble;
  padding:0.5em 0.75em;
  background-color:#1E3CAC;
  font-size:1.2em;
  margin:0 auto;
  text-align:center;
  border:none;
  color:#FFF;
}





/* ===== セクション全体 ===== */
.adv-section {
  background-color: #f2f5ff; /* 背景色 */
  /* background-image: url("img/bg_adv.png"); 背景画像（任意） */
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 60px 20px;
}

/* ===== 中央寄せ ===== */
.adv-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* ===== タイトル ===== */
.adv-title {
  text-align: center;
  font-size: 32px;
  color: #1E3CAC;
  margin-bottom: 40px;
}

.adv-title span {
  display: block;
  font-size: 14px;
  color: #555;
  margin-top: 6px;
}

/* ===== 2ブロック ===== */
.adv-blocks {
  display: flex;
  gap: 30px;
}

/* ===== 各ブロック ===== */
.adv-block {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* ===== ブロックタイトル ===== */
.adv-block-title {
  font-size: 20px;
  color: #1E3CAC;
  margin-bottom: 15px;
  border-left: 5px solid #1E3CAC;
  padding-left: 10px;
}

/* ===== テキスト ===== */
.adv-block p {
  line-height: 1.8;
  margin: 0;
}

.adv-section {
  display: block !important;
  visibility: visible !important;
}


.fmfm {
 margin:0;
 padding:0 2em;
}



@media screen and (max-width: 768px){
.pc{display: none;}
.sp{display: block;}



  .adv-section {
    padding: 40px 15px;
  }

  .adv-title {
    font-size: 24px;
  }

  .adv-blocks {
    flex-direction: column;
  }

  .adv-block {
    padding: 20px;
  }

.adv-section {
  display: block !important;
  visibility: visible !important;
}


  .form-table,
  .form-table tbody,
  .form-table tr,
  .form-table th,
  .form-table td {
    display: block;
    width: 100%;
    font-size:0.95em;
  }

  .form-table th {
    width: 100%;
    padding:0.2em 12px;
  }



  .voice-wrap {
    border-radius: 10px;
  }

  .voice-inner {
    flex-direction: column;
    text-align: center;
  }

  .voice-icon {
    width: 100%;
  }

  .voice-icon img {
    width: 40%;
  }

  /* 吹き出し三角を上に */
  .voice-summary::before {
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    border-width: 0 8px 12px 8px;
    border-color: transparent transparent #fff transparent;
  }

  .voice-content {
    width: 100%;
  }

.navbar-item img{
max-height: 40px;
}

    .block {
        display: flex;
        flex-direction: column;
    }

    /* 🔴 ここが重要 */
    .block-image {
        order: 1;   /* 画像を先に */
    }

    .block-text {
        order: 2;   /* テキストを後に */
    }

    .block-image {
text-align:center;
	margin:0.5em auto;

    }

    .block-image img {

        width: 60%;
        max-width: 60%;
    }

.fmfm {
 margin:0;
 padding:0;
}

#wrapper {
 margin:0 auto;
 width:100%;
}
  .vf-point {
    padding: 20px 15px;
  }

  .vf-icon {
    width: 56px;
    min-width: 56px;
    margin-right: 15px;
  }

  .vf-text h3 {
    font-size: 1.1rem;
  }
  .vf-point {
    padding-top: 40px;
  }

  .point-label {
    top: -10px;
    left: 12px;
    font-size: 0.7rem;
    padding: 5px 12px;

  }


#vegas {
 margin-top:80px;
 width: 100vw;
 height: 20vh;
 background-position:center center;
 background-size: cover;
 display: table;
 align-items: center;
 justify-content: center;
 padding:0;
}

.ent_box{
 position:absolute;
 text-align:center;
 margin:0 auto;
 width:100%;
 margin-top:15vh;
 font-size:1em;
}

#vegas img{
 width:100%;
 margin:0 auto;
 align-items: center;
 justify-content: center;
 text-align:center;
 display: table-cell;
 vertical-align: middle;
 margin-top:0vh;
}

.bbox{
 margin:0 0 1em;
 padding:0.5em 1em;
 width:100vw;
 border-bottom:1px solid #EEE;
}

.ha2 {
 font-size:1.5em;
 color:#FFF;
 text-shadow: 0px 0px 4px rgba(0,0,0,1);
}

.ha3 {
 font-size:1.5em;
 color:#FFF;
 font-weight:bolder;
 text-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.ha3_s {
 font-size:0.9em;
 color:#FFF;
 font-weight:bolder;
 text-shadow: 0px 0px 2px rgba(0,0,0,1);
}

.bg-slider {
 margin-top:60px;
 width: 100%;
 height: 50vh;
 background-position:center center;
 background-size: cover;
 display: flex;
 align-items: center;
 justify-content: center;
 text-align:center;
}

.bg-slider img{
 width:85%;
 margin:0 auto;
}

.or {
 background:#ED8319;
 color:#FFF;
}

.hd_bg, .hd_bg_cp, .hd_bg_ct, .hd_bg_biz, .hd_bg_ent {
height:120px;
}

.hlogo a{
 text-decoration:none;
}

.hlogo img{
 height:60px;
 text-decolation:none;
}



.hd_bg {
margin:60px auto;
padding:0;
background-size:cover;
background: url(/img/bg3.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_cp {
margin:20px auto;
padding:0;
background-size:cover;
background: url(/img/st2.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_ct {
margin:20px auto;
padding:0;
background-size:cover;
background: url(/img/st3.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_biz {
margin:20px auto;
padding:0;
background-size:cover;
background: url(/img/bg3.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}

.hd_bg_ent {
margin:20px auto;
padding:0;
background-size:cover;
background: url(/img/ka1.jpg) no-repeat top center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:200px;
text-align:center;
display: flex;
align-items: center;
}


.ent_bg {
margin:0 auto 10vh;
padding:0;
background-size:cover;
background: url(/img/ka1.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:420px;
text-align:center;
display: flex;
align-items: center;
background-color: rgba(0,0,0,.7);
}

.ent_bg2 {
margin:0 auto 10vh;
padding:0;
background-size:cover;
background: url(/img/ka.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
width:100%;
height:420px;
text-align:center;
display: flex;
align-items: center;
background-color: rgba(0,0,0,.7);
}



.btn_lnk {
background-color: #ED8319;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all  0.5s ease;
width:60vw;
margin: 0 auto;
padding:1em 2.5em;
color:#FFF;
text-align:center;
}

.btn_lnk a{
color:#FFF;
}

.btn_lnk:hover {
background-color: #ff2222;
color:#FFF;
}


}



@keyframes kenburns {
0% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}







/* 基本設定 */
.dual-block-section {
    width: 100%;
}

.row-flex {
    display: flex;
    flex-direction: column; /* スマホでは縦並び */
    width: 100%;
}

/* 共通のブロック設定 */
.t_block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 垂直方向中央 */
    align-items: center;     /* 水平方向中央 */
}

/* 画像ブロック */
.image-block {
    background-size: cover;
    background-position: center;
    min-height: 300px; /* スマホで画像が消えないための最低限の高さ */
    color: #fff;
}

.overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.image-text-content {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    text-align: left;
}

/* テキストブロック */
.text-block {
    background-color: #EBE5E1;
    padding: 60px 20px;
}

.main-text-content {
    width: 100%;
    max-width: 500px; /* PCで文字が広がりすぎないように */
}

/* --- PC（992px以上）の修正設定 --- */
@media screen and (min-width: 992px) {
    .row-flex {
        flex-direction: row; /* 横並び */
        align-items: stretch; /* これが重要：左右の高さを強制的に揃える */
    }

    .t_block {
        width: 50%;
        min-height: auto; /* PCでは中身の量に合わせるため固定値を解除 */
    }

    .image-block {
        /* テキストブロックの高さに合わせて画像が伸びるようになります */
    }

    .text-block {
        padding: 80px; /* 余白をたっぷりとる */
        display: flex;
        justify-content: center;
    }
}

/* 装飾用（参考サイト風） */
.t_title { font-size: 2rem; margin-bottom: 20px; position: relative; padding-bottom: 10px; }
.t_title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 60px; height: 3px; background-color: #004b93; }
.features-list { list-style: none; margin: 20px 0; padding: 0; }
.features-list li { margin-bottom: 8px; padding-left: 20px; position: relative; }
.features-list li::before { content: "✔"; position: absolute; left: 0; color: #004b93; }
.btn-more { display: inline-block; padding: 10px 30px; background: #004b93; color: #fff; text-decoration: none; }










/* CVセクション全体の背景設定 */
.cv-section {
    width: 100%;
    background: url('../img/cv-bg.jpg') no-repeat center bottom; /* 背景画像パス */
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    position: relative;
    margin:2em 0;
}

/* 背景を少し暗くして文字を見やすくする場合（オーバーレイ） */
.cv-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 100, 0.75); /* 0.4の数値で暗さを調整 */
    z-index: 1;
}

/* コンテンツの配置（Bulma等のコンテナ幅に合わせる） */
.cv-container {
    position: relative;
    z-index: 2;
    max-width: 1000px; /* 参考サイトに近い幅 */
    margin: 0 auto;
    padding: 0 20px;
}

.cv-content {
    text-align: center;
}

.cv-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

/* ボタンエリア：PCでは横並び */
.cv-action-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px; /* ボタン間の隙間 */
}

/* ボタン共通スタイル */
.cv-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 80px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.cv-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    color: #fff;
}

/* WEBボタン（青系） */
.cv-btn-web {
    background: #1E3CAC;
    color: #fff;
    font-size: 1.2rem;
    flex-direction: row; /* WEBは1行で表示 */
    gap: 10px;
}

/* 電話ボタン（オレンジ系） */
.cv-btn-tel {
    background: #f39800;
    color: #fff;
}

.tel-label {
    font-size: 0.9rem;
}

.tel-number {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

/* モバイル表示（スマホ等）用設定 */
@media screen and (max-width: 768px) {
    .cv-title {
        font-size: 1.2rem;
    }
    
    .cv-action-area {
        flex-direction: column; /* 縦並びに変更 */
        gap: 15px;
    }
    
    .cv-btn {
        width: 100%; /* 横幅いっぱい */
        max-width: 400px;
    }
}