.aikyu-cluster-icon{
  min-width:44px;
  height:44px;
  padding:0 10px;
  border-radius:9999px;
  background:#1d8cf8;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  font-size:14px;
  box-shadow:0 4px 14px rgba(0,0,0,.22);
  border:3px solid rgba(255,255,255,.92);
}
.aikyu-cluster-icon.is-mid{
  min-width:52px;
  height:52px;
  font-size:15px;
}
.aikyu-cluster-icon.is-large{
  min-width:60px;
  height:60px;
  font-size:16px;
}

.aikyu-map-card-btn{
  display:inline-block;
  background:#f08a00;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  padding:12px 18px;
  border-radius:8px;
  border:0;
  cursor:pointer;
}
.aikyu-map-card-btn.is-sub{
  background:#1f7ae0;
}
.aikyu-map-card-form{
  margin-top:18px;
  padding:14px;
  border:1px solid #e4e7ec;
  border-radius:10px;
  background:#fafbfc;
}
.aikyu-map-card-form-row{
  margin:0 0 12px;
}
.aikyu-map-card-form-label{
  display:block;
  margin:0 0 6px;
  font-size:12px;
  font-weight:700;
  color:#444;
}
.aikyu-map-card-input{
  width:100%;
  height:44px;
  padding:0 12px;
  border:1px solid #cfd4dc;
  border-radius:8px;
  box-sizing:border-box;
  font-size:15px;
  background:#fff;
}
.aikyu-map-card-help{
  margin-top:8px;
  font-size:12px;
  line-height:1.7;
  color:#666;
}
@media (max-width: 767px){
  
  
}

/* === AIKYU MAP PIN COLOR START === */
.aikyu-map-pin{
  width:18px;
  height:18px;
  border-radius:9999px 9999px 9999px 0;
  transform:rotate(-45deg);
  border:2px solid rgba(255,255,255,.96);
  box-shadow:0 3px 8px rgba(0,0,0,.25);
  position:relative;
}
.aikyu-map-pin::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:6px;
  height:6px;
  margin-left:-3px;
  margin-top:-3px;
  border-radius:9999px;
  background:rgba(255,255,255,.96);
}
.aikyu-map-pin-wrap{
  width:18px;
  height:18px;
}
.aikyu-map-pin.is-owned{
  background:#f08a00;
}
.aikyu-map-pin.is-api{
  background:#1f7ae0;
}
.aikyu-map-pin.is-crawler{
  background:#7b8794;
}
.aikyu-cluster-icon.is-owned{
  background:#f08a00;
}
.aikyu-cluster-icon.is-api{
  background:#1f7ae0;
}
.aikyu-cluster-icon.is-crawler{
  background:#7b8794;
}
/* === AIKYU MAP PIN COLOR END === */

/* === AIKYU OWNED PIN BOOST START === */
.aikyu-map-pin-wrap{
  width:18px;
  height:18px;
  position:relative;
}
.aikyu-map-pin{
  width:18px;
  height:18px;
  border-radius:9999px 9999px 9999px 0;
  transform:rotate(-45deg);
  border:2px solid rgba(255,255,255,.96);
  box-shadow:0 3px 8px rgba(0,0,0,.25);
  position:relative;
}
.aikyu-map-pin::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:6px;
  height:6px;
  margin-left:-3px;
  margin-top:-3px;
  border-radius:9999px;
  background:rgba(255,255,255,.96);
}
.aikyu-map-pin.is-owned{
  background:#f08a00;
  border:3px solid #ffffff;
  box-shadow:
    0 0 0 5px rgba(240,138,0,.34),
    0 0 0 10px rgba(240,138,0,.16),
    0 6px 16px rgba(0,0,0,.32);
  width:35px;
  height:35px;
}
.aikyu-map-pin-wrap.is-owned{
  width:35px;
  height:35px;
}
.aikyu-map-pin-wrap.is-owned .aikyu-map-pin{
  animation:aikyuOwnedPinPulse 1.8s ease-in-out infinite;
}
@keyframes aikyuOwnedPinPulse{
  0%   {
    box-shadow:
      0 0 0 5px rgba(240,138,0,.34),
      0 0 0 10px rgba(240,138,0,.16),
      0 6px 16px rgba(0,0,0,.32);
  }
  70%  {
    box-shadow:
      0 0 0 8px rgba(240,138,0,.20),
      0 0 0 18px rgba(240,138,0,0),
      0 6px 16px rgba(0,0,0,.32);
  }
  100% {
    box-shadow:
      0 0 0 5px rgba(240,138,0,.34),
      0 0 0 10px rgba(240,138,0,.16),
      0 6px 16px rgba(0,0,0,.32);
  }
}
/* === AIKYU OWNED PIN BOOST END === */

/* === AIKYU OWNED FRONT BOOST START === */
.aikyu-map-pin-wrap.is-owned{
  z-index: 20;
}
.aikyu-map-pin-wrap.is-owned .aikyu-map-pin{
  transition: transform .18s ease, filter .18s ease;
}
.aikyu-map-pin-wrap.is-owned:hover .aikyu-map-pin{
  transform: rotate(-45deg) scale(1.08);
  filter: brightness(1.03);
}
.aikyu-cluster-icon.is-owned{
  position: relative;
  z-index: 20;
  box-shadow:
    0 0 0 4px rgba(240,138,0,.24),
    0 4px 12px rgba(0,0,0,.22);
}
/* === AIKYU OWNED FRONT BOOST END === */

/* === AIKYU OWNED CLUSTER BOOST START === */
.aikyu-cluster-icon{
  position:relative;
}

.aikyu-cluster-icon.is-owned{
  background:#f08a00;
  color:#fff;
  font-weight:800;
  box-shadow:
    0 0 0 6px rgba(240,138,0,.22),
    0 0 0 12px rgba(240,138,0,.10),
    0 6px 16px rgba(0,0,0,.24);
  transform: scale(1.12);
  z-index: 30;
}

.aikyu-cluster-icon.is-owned.is-mid{
  box-shadow:
    0 0 0 7px rgba(240,138,0,.22),
    0 0 0 14px rgba(240,138,0,.10),
    0 6px 18px rgba(0,0,0,.25);
  transform: scale(1.16);
}

.aikyu-cluster-icon.is-owned.is-large{
  box-shadow:
    0 0 0 8px rgba(240,138,0,.22),
    0 0 0 16px rgba(240,138,0,.10),
    0 8px 20px rgba(0,0,0,.28);
  transform: scale(1.20);
}
/* === AIKYU OWNED CLUSTER BOOST END === */

/* === OWNED LABEL START === */
.aikyu-owned-label{
  position:absolute;
  transform: translate(-50%, -120%);
  left:50%;
  background:#ff3b30;
  color:#fff;
  font-size:10px;
  font-weight:700;
  padding:2px 6px;
  border-radius:4px;
  white-space:nowrap;
  box-shadow:0 2px 6px rgba(0,0,0,.2);
  z-index:50;
}
/* === OWNED LABEL END === */

/* === AIKYU MAP SALARY START === */

/* === AIKYU MAP SALARY END === */

\n

/* === AIKYU COLOR UNIFY START === */
:root{
  --aikyu-main: #e60023;       /* メイン（ボタン） */
  --aikyu-accent: #c0392b;     /* 強調 */
  --aikyu-text-main: #333;
  --aikyu-text-sub: #666;
  --aikyu-border: #e5e5e5;
  --aikyu-bg: #ffffff;
}
/* === AIKYU COLOR UNIFY END === */

/* === AIKYU MAP CARD FINAL CLEAN START === */
.aikyu-map-card-overlay{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0,0,0,.42);
  z-index: 9999;
}
.aikyu-map-card-overlay.is-open{
  display: flex;
}

.aikyu-map-card{
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0,0,0,.22);
  overflow: hidden;
  opacity: 1;
}

.aikyu-map-card-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #ffffff;
  border-bottom: 1px solid #e7ecf1;
}
.aikyu-map-card-head span{
  font-size: 18px;
  font-weight: 700;
  color: #243447;
}
.aikyu-map-card-close{
  border: 0;
  background: transparent;
  color: #7b8794;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.aikyu-map-card-body{
  padding: 18px;
  background: #ffffff;
}

.aikyu-map-card-panel{
  background: #ffffff;
}
.aikyu-map-card-header2{
  margin-bottom: 8px;
}

.aikyu-map-badge{
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.4;
  background: #fff1ec;
  color: #d35400;
  font-weight: 700;
}

.aikyu-map-card-title{
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #243447;
}

.aikyu-map-card-meta{
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.7;
  color: #5f6c7b;
}

.aikyu-map-salary{
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 800;
  color: #d35400;
}
.aikyu-map-salary.is-owned{
  color: #d35400;
}

.aikyu-map-card-box{
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #e6ebf1;
  border-radius: 10px;
  background: #f8fafc;
}
.aikyu-map-card-box.is-place{
  background: #f8fafc;
}

.aikyu-map-card-label{
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #7b8794;
}
.aikyu-map-card-text{
  font-size: 15px;
  line-height: 1.8;
  color: #243447;
  word-break: break-word;
}

.aikyu-map-note-mini{
  display: none !important;
}

.aikyu-map-card-actions{
  margin-top: 18px;
}
.aikyu-map-card-btn.is-main{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f08a00;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(240,138,0,.22);
}
.aikyu-map-card-btn.is-main:hover{
  opacity: .94;
}
/* === AIKYU MAP CARD FINAL CLEAN END === */

/* === AIKYU MAP TABLE UI START === */

.aikyu-map-table{
  width:100%;
  border-collapse:collapse;
  margin-top:16px;
}

.aikyu-map-table th{
  width:90px;
  text-align:left;
  font-size:13px;
  font-weight:700;
  padding:10px 12px;
  background:#fff3f0;
  color:#333333;
  border:1px solid #f1d6d2;
}

.aikyu-map-table td{
  font-size:14px;
  padding:10px 12px;
  border:1px solid #e6ebf1;
  background:#ffffff;
  line-height:1.6;
}

.aikyu-map-table td.is-salary{
  font-size:18px;
  font-weight:700;
  color:#d35400;
}

/* CTA 青に変更 */
.aikyu-map-card-btn.is-main{
  background:#3498db !important;
  box-shadow: 0 8px 20px rgba(52,152,219,.25) !important;
}

.aikyu-map-card-btn.is-main:hover{
  opacity:.94;
}

/* === AIKYU MAP TABLE UI END === */

/* === AIKYU MAP CTA DUAL START === */

.aikyu-map-divider{
  position: relative;
  margin: 14px 0 12px;
  text-align: center;
}
.aikyu-map-divider:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #dfe6ee;
}
.aikyu-map-divider span{
  position: relative;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  color: #8a97a6;
  font-size: 12px;
  line-height: 1.4;
}

.aikyu-map-card-btn.is-sub{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f39c12;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(243,156,18,.22);
}
.aikyu-map-card-btn.is-sub:hover{
  opacity: .94;
}

/* === AIKYU MAP CTA DUAL END === */

/* === AIKYU MAP FEATURE TAGS START === */
/* === AIKYU MAP FEATURE TAGS END === */

/* === FINAL CARD UI START === */

.aikyu-badge-owned{
  display:inline-block;
  background:#ff4757;
  color:#fff;
  font-size:11px;
  padding:4px 8px;
  border-radius:4px;
  margin-bottom:6px;
  font-weight:bold;
}

.aikyu-map-features{
  margin: 8px 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.aikyu-map-feature{
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 3px;
  background: #f5596c;
  border: 1px solid #f53148;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.aikyu-btn-main{
  display:block;
  background:#ff6b00;
  color:#fff;
  text-align:center;
  padding:12px;
  border-radius:6px;
  font-weight:bold;
  margin-bottom:8px;
}

.aikyu-btn-sub{
  display:block;
  background:#fff;
  border:1px solid #ccc;
  color:#333;
  text-align:center;
  padding:10px;
  border-radius:6px;
  font-size:13px;
}

/* === FINAL CARD UI END === */


/* === ENTRY FORM EMBED === */
.aikyu-divider{
  text-align:center;
  margin:12px 0;
  font-size:12px;
  color:#888;
}
.aikyu-form-note{
  text-align:center;
  font-size:12px;
  margin-bottom:8px;
}
.aikyu-entry-frame{
  width:100%;
  height:420px;
  border:1px solid #eee;
  border-radius:6px;
}
/* === END === */

/* === MAP MODAL FORM FIX START === */
.aikyu-map-card-overlay{
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 16px;
  background: rgba(0,0,0,.42);
  overflow-y: auto;
}
.aikyu-map-card-overlay.is-open{
  display: flex;
}
.aikyu-map-card{
  width: min(960px, 100%);
  max-height: calc(100vh - 40px);
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.24);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.aikyu-map-card-head{
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #ffffff;
  border-bottom: 1px solid #e5ebf2;
}
.aikyu-map-card-head-title{
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #243447;
}
.aikyu-map-card-close{
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 0;
  background: #fff;
  color: #6b7785;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  border-radius: 10px;
}
.aikyu-map-card-close:hover{
  background: #f7f9fc;
}
.aikyu-map-card-body{
  padding: 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 110px);
  background: #ffffff;
}
.aikyu-map-card-panel{
  width: 100%;
}
.aikyu-map-card-top{
  margin-bottom: 14px;
}
.aikyu-badge-owned{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(180deg,#ff7b7b 0%,#f5596c 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(245,89,108,.22);
}
.aikyu-map-card-title{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #243447;
}
.aikyu-map-card-meta{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #4c5b6b;
}
.aikyu-map-table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}
.aikyu-map-table th{
  width: 118px;
  background: #fff3f0;
  color: #333333;
  border: 1px solid #f1d6d2;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 12px 14px;
  vertical-align: middle;
}
.aikyu-map-table td{
  background: #ffffff;
  border: 1px solid #e3e9f1;
  color: #243447;
  font-size: 14px;
  line-height: 1.8;
  padding: 12px 14px;
  vertical-align: middle;
}
.aikyu-map-table td.is-salary{
  font-size: 16px;
  font-weight: 700;
  color: #b84a5a;
}
.aikyu-map-card-actions{
  margin-top: 18px;
}
.aikyu-btn-main,
.aikyu-btn-sub{
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
}
.aikyu-btn-main{
  padding: 14px 16px;
  background: #1e88e5;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(30,136,229,.22);
}
.aikyu-btn-sub{
  padding: 13px 16px;
  background: #ffffff;
  border: 1px solid #d9e2ec;
  color: #243447;
}
.aikyu-divider{
  position: relative;
  margin: 14px 0 12px;
  text-align: center;
}
.aikyu-divider:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #dfe6ee;
}
.aikyu-divider span{
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  color: #7f8a97;
  font-size: 12px;
}
.aikyu-form-note{
  margin-bottom: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: #5b6775;
}
.aikyu-entry-frame{
  display: block;
  width: 100%;
  min-height: 560px;
  height: 560px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
}
@media screen and (max-width: 767px){
  .aikyu-map-card-overlay{
    padding: 8px;
  }
  .aikyu-map-card{
    width: 100%;
    max-height: calc(100vh - 16px);
    border-radius: 12px;
  }
  .aikyu-map-card-head{
    padding: 12px 14px;
  }
  .aikyu-map-card-head-title{
    font-size: 18px;
  }
  .aikyu-map-card-body{
    padding: 14px;
    max-height: calc(100vh - 88px);
  }
  .aikyu-map-card-title{
    font-size: 16px;
  }
  .aikyu-map-table th{
    width: 88px;
    font-size: 13px;
    padding: 10px 10px;
  }
  .aikyu-map-table td{
    font-size: 13px;
    padding: 10px 10px;
  }
  .aikyu-entry-frame{
    min-height: 520px;
    height: 520px;
  }
}
/* === MAP MODAL FORM FIX END === */

/* === MAP FORM VISUAL SPLIT START === */
.aikyu-badge-owned{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  background:linear-gradient(180deg,#ff7b7b 0%,#f5596c 100%);
  color:#ffffff;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  box-shadow:0 6px 16px rgba(245,89,108,.22);
}

.aikyu-btn-sub{
  display:block;
  width:100%;
  text-align:center;
  text-decoration:none;
  padding:13px 16px;
  background:#ffffff;
  border:1px solid #d9e2ec;
  color:#243447;
  border-radius:10px;
  font-weight:700;
}

.aikyu-divider{
  position:relative;
  margin:16px 0 12px;
  text-align:center;
}
.aikyu-divider:before{
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1px;
  background:#dfe6ee;
}
.aikyu-divider span{
  position:relative;
  z-index:1;
  display:inline-block;
  padding:0 12px;
  background:#fff;
  color:#7f8a97;
  font-size:12px;
}

.aikyu-form-note{
  margin:0 0 10px;
  text-align:center;
  font-size:13px;
  line-height:1.6;
  color:#5b6775;
  font-weight:700;
}

.aikyu-entry-frame{
  display:block;
  width:100%;
  min-height:460px;
  height:460px;
  border:0;
  border-radius:12px;
  background:#ffffff;
  overflow:hidden;
}
/* === MAP FORM VISUAL SPLIT END === */

/* === MAP MODAL SCROLL FIX START === */
.aikyu-map-card-overlay{
  align-items:flex-start !important;
  overflow-y:auto !important;
  padding:20px 16px !important;
}
.aikyu-map-card{
  width:100%;
  max-width:920px;
  max-height:none !important;
  overflow:visible !important;
  margin:0 auto;
}
.aikyu-map-card-head{
  position:sticky;
  top:0;
  z-index:30;
  background:#fff;
}
.aikyu-map-card-body{
  max-height:none !important;
  overflow:visible !important;
}
.aikyu-entry-frame{
  width:100%;
  height:760px !important;
  min-height:760px !important;
  border:0;
  background:#fff;
  border-radius:12px;
}
/* === MAP MODAL SCROLL FIX END === */
