.pageHeader,
.contents{
	margin:0;
}
img[usemap]{
  max-width: 100%;
  height: auto;
}
.hero {
  position: relative;
}
.h2-tc26,
.h2-tl24,
.h3-tl24,
.panel_title,
.lh15{
    line-height: 1.5em;
}
.h2-tc26{
    text-align: center;
}
.h2-tl24,
.h3-tl24{
    text-align: left;
    padding-left: 20px;
    border-left: solid 5px #749DDB;
}
.h2-tc26 .font-l{
    line-height: 2.25;
}
.h2-tc26-bottom{
    text-align: center;
    margin-top: 10px;
}
.tab-content-wrapper #tab2 .h3-tl24{
    border-color: #63C5D2;
}
.tab-content-wrapper #tab3 .h3-tl24{
    border-color: #869AB2;
}
.course-title{
    color: #0f218b;
    font-weight: 600;
    line-height: 1.5;
}
.bc{
    margin: 0 calc(50% - 50vw);
}
.b-blue{
    background-color: #f1f7fc;
}
.box{
    padding: 40px 40px 40px 35px;
    margin: 50px 0;
}
.btn-orange{
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 8px 20px 8px 40px;
    text-align: center;
    background-color: #e58638;
    border: solid 1px #e58638;
    border-radius: 5px;
    position: relative;
}
.btn-orange::after{
    content:"";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("/files/co/page/newcomer/common/icon-dl.png");
    background-size:cover;
}
.fj-c{
    display: flex;
    justify-content: center;
}
.fl-sb{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.w1200{
    width: 1200px;
}
.p-10a{
    padding:10px;
}
.p-20a{
    padding:20px;
}
.p-30a{
    padding:30px;
}
.p-40a{
    padding: 40px;
}
.urgent-tag{
    background-color: #fff;
}
.tLeftSp{
    text-align: center;
}
@media (min-width: 737px) {
    .tCenter-pc{
        text-align: center !important;
    }
}
@media (max-width: 736px) {
    .h2-tc26,
    .h2-tc26-bottom{
        text-align: left;
    }
    .bc .h2-tc26,
    .h2-tc26-bottom{
        padding:0 15px;
    }
    .box{
        padding: 10px;
        margin: 20px 0;
    }
    .pr120-sp{
        padding-right:120px !important;
    }
    .pl120-sp{
        padding-left:120px !important;
    }
    .nh-button .btns_list{
        flex-direction: column;
    }
    .nh-button .btns_list li{
        width: 100%;
    }
    .scroll-box{
        width: 100%;
        overflow-x: scroll;
    }
    .scroll-content{
        width:1080px;
    }
    .tLeftSp{
        text-align: left;
    }
}

/*--------- subnav-top ---------*/
.subnav-top {
  margin: 0 calc(49.999% - 50vw);
  width: 100vw;
  background: #eff2f4;
    border-bottom:solid 1px #dcdcdc;
}
.subnav-top_inner{
	margin:0;
}

.subnav-top nav {
    display: flex;
  justify-content: center;
}
.subnav-top ul {
    width:1200px;
  display: flex;
  justify-content: center;
}
.subnav-top ul li {
  text-align: center;
  display: flex;
  align-items: stretch;
    flex: 1;
    padding: 0;
}
.subnav-top ul li:first-child {
  border-left: 1px solid #dcdcdc;
}
.subnav-top ul li a {
  padding: 0.5rem 0;
  border-right: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  width: 100%;
  color: #333;
  font-weight: 500;
  line-height: 1.2;
  justify-content: center;
  text-decoration: none;
}
.subnav-top ul li a:hover {
  text-decoration: none;
  color: #959595;
}
@media (max-width: 736px) {
.subnav-top { 
    display: none;
    }
}
/*--------- subnav ---------*/
.subnav {
  margin: 0 calc(49.999% - 50vw);
  width: 100vw;
  background: #fff;
  /*position: sticky;
  top: 106px;*/
  z-index: 999;
    padding:10px 0;
}
.subnav .subnav-inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.subnav .subnav-inner .anc{
    width: 1200px;
    margin: 0;
}
.subnav .anc_btn{
    width: calc(24% - 20px);
    font-size: 14px;
    justify-content: center;
}
/* 【重要】追従前は「資料ダウンロード」ボタンを隠す */
.anc-right {
  display: none;
}

.btn-download {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
/* 追従時（スクロール後 .is-floating 付与時） */
.floating-menu.is-floating {
  position: fixed !important; /* 強制的に画面固定 */
  left: 0 !important;
  margin-left: 0 !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 2147483647 !important;
}

/* 追従した時だけ「資料ダウンロード」ボタンを表示する */
.floating-menu.is-floating .anc-right {
  display: block !important;
    margin-right: 8px;
}
/* 追従時だけ .anc_btn:before の背景色を透明にする */
.floating-menu.is-floating .anc_btn::before {
  background: transparent !important;
}
/* 追従時だけ .anc_btn:after を非表示にする */
.floating-menu.is-floating .anc_btn::after {
  display: none !important;
}
.floating-menu.is-floating .anc .anc_btn{
    padding: 0;
}
/* ------------------  タブ ------------------ */
#tab2 .h2-tl24{
    border-color:#63C5D2;
}
#tab3 .h2-tl24{
    border-color:#869AB2;
}
.tab-block{
    margin: 30px 0 0;
}
/* 1200px幅のコンテナ */
.c-block {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding: 0 ;
}

/* --- タブメニューエリア（PC用の基本設定） --- */
.tab-menu {
    display: flex;
    gap: 5px;
    position: relative;
    z-index: 2;
}

/* 各ボタンの共通スタイル */
.tab-btn, .extra-btn {
    flex: 1;
    text-align: center;
    padding: 15px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15;
    border: 1px solid #D1E2FC;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    min-height: 70px;
}

/* 未選択のタブボタン（PC用） */
.tab-btn {
    background-color: #FFF;
    color: #869AB2;
}

.tab-btn:not(.active):hover {
    opacity: 0.8;
}

/* 選択されているタブボタン（PC用：下線を消して一体化） */
.tab-btn.active {
    background-color: #ffffff;
    color: #333333;
    border-bottom: 2px solid #ffffff; 
    margin-bottom: -1px; 
    pointer-events: none; 
}

/* 右端：独立した「トッピング・オプション」ボタン */
.extra-btn {
    background-color: #F1F7FC;
    color: #749DDB;
    border-color: #D1E2FC;
    border-radius: 4px;
    margin-bottom:5px;
    position: relative;
}
.extra-btn:hover {
    background-color: #D6E7FA;
}

/* --- コンテンツ表示エリア --- */
.tab-content-wrapper {
    background-color: #ffffff;
    border: 1px solid #D1E2FC;
    padding: 35px;
    border-radius: 0 0 4px 4px;
    margin-top: -1px; 
    min-height: 300px;
    position: static; 
}

/* タブ表示制御（初期状態は非表示、activeが付いたものだけ表示） */
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-content-inner{
    padding-left: 25px;
    padding-right: 25px;
    margin-top:30px;
}
.tab-content-inner .imgTxt_right figure{
    width: 516px;
}
.tab-content-inner .tab-title{
    font-weight: 600;
    margin-top: 40px;
}
.tab-point{
    background: #FCF8EB;
    margin-top:40px;
}
.tab-point-title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:0;
}
@media (min-width: 737px) {
    /* くの字（下向き矢印）の作成 */
    .extra-btn::after {
      content: '';
      position: absolute;
      right: 1em; /* ボタン右端からの余白 */
      top: 50%;
      width: 8px;   /* 矢印のサイズ */
      height: 8px;  /* 矢印のサイズ */
      border-top: 2px solid currentColor;  /* 矢印の線（文字色と同じ色に設定） */
      border-right: 2px solid currentColor;
      transform: translateY(-70%) rotate(135deg); /* 斜め線を下向きに回転し上下中央揃え */
      pointer-events: none;
    }
}
@media (max-width: 736px) {
    .c-block {
        width: 100%;
    }
    .tab-block{
        margin: 20px 10px 0;
    }
    .tab-content-wrapper{
        padding: 30px 10px ;
    }
    .tab-content-inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .tab-content-inner .imgTxt_right figure{
        width: 100%;
    }
    .tab-block button.tab-btn,
    .tab-block .extra-btn{
        font-size: 0.875em;
        padding: 5px;
        min-height:auto;
    }
}
/* --- コース一覧のグリッドレイアウト --- */
.course-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

/* --- コースリンクボタンのスタイル --- */
.courseLinkS {
    display: inline-block;
    position: relative; 
    text-decoration: none;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 280px;
    cursor: pointer;
    box-sizing: border-box;
}

.courseLinkS_block {
    padding: 10px 15px; 
    display: flex;
    align-items: center;
    min-height: calc(1em + 20px);
}

.courseLinkS_name {
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4;
}


.button-inner{
    display: flex;
    justify-content: space-between;
}
.button-inner .course-btn-inner{
    display: flex;
    justify-content:flex-end;
}
.course-btn a{
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 736px) {
    .course-btn{
        flex-direction: column;
    }

}
/* ------------------ map ------------------ */
.map .st0 {
   fill: #0f218b;
   font-size: 12px;
}

.map .st0, .st1 {
  font-weight: 700;
  isolation: isolate;
}

.map .st1 {
   fill: #333;
   font-size: 14px;
}
.map a:hover{
    text-decoration: underline;
}
.map-bottom {
    background-color:#D5F2F7;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0 0;
}
.map-bottom p{
    margin-top:0;
}
.map-bottom .t-left{
    font-weight: 600;
    padding-right: 1em;
}
.map-bottom .t-right{
    font-size: 13px;
}
.map-bottom span{
    font-size: 11px;
}
.map-bottom-blue{
    background-color:#E0ECFC;
}
.map-bottom-gray{
    background-color:#DFE7EC;
}
.map-bottom-purple{
    background-color:#E0E5FF;
}
.map-grid{
    gap:5px;
}
.map-grid .grid_col .hidden-sp{
    display: flex;
    flex-direction: column;
}
.map-grid .grid_col .hidden-sp .map-box{
    border: solid 1px #E0E0E0;
}
.map-course-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color:#0f218b;
    padding: 10px;
}
.p2-tab03-map01 .map-course-title{
    background: #F1F7FC;
}
.p2-tab03-map02 .map-course-title{
    background: #EFF2F4;
}
.p2-tab03-map03 .map-course-title{
    background: #F8F8F8;
}
.map-course-text{
    font-size: 14px;
    padding: 10px;
}
.map-grid .grid_col .map-box .btn{
    width: 10em;
}
.map-grid .grid_col .map-box a:hover{
    text-decoration: none;
}
.map-course-btn{
    padding: 0 10px 10px 10px;
    display: flex;
    justify-content: center;
}
.map-box-sp{
    border:solid 1px #e9e9e9;
}
.map-box-sp-a{
    padding: 0 10px 10px
}

@media (min-width: 737px) {
    .p2-tab03-map01{
        width: 398px;
    }
    .p2-tab03-map02{
        width: 253px;
    }
    .p2-tab03-map03{
        width: 387px;
    }
}
.map-bottom-btn{
    display: flex;
    justify-content: center;
}
.map-bottom-btn a{
    width: 40%;
}
@media (max-width: 736px) {
    .map .only-sp{
        background-color: #fff;
        padding-bottom: 10px;
    }
    .map .only-sp div {
        text-align: center;
    }
    .map a {
       text-decoration: none;
        display: inline-block;
    }
    .map-bottom {
        display: block;
        padding-right:1em; 
        padding-left:20px; 
    }
    .map-bottom .t-left{
        text-align: center;
    }
    .map-grid{
        justify-content: center;
    }
    .map-bottom-btn a{
        width: 100%;
    }
}

/* ------------------ info-course ------------------ */
.info-course{
    margin-top:30px;
}
.info-course .btn{
    width: 60%;
    margin: 10px 0 0 0;
}
@media (max-width: 736px) {
    .info-course .btn{
        width: 100%;
    }
}
/* ------------------ course-lineup ------------------ */
.course-lineup{
    background: #F8F8F8;
    padding: 15px 25px 0;
    margin-top: 10px;
}
.course-lineup .course-title{
    margin-top: 0;
    text-align: left;
}
.course-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-lineup .btn{
    display: inline-block;
    padding: 0 0 2px 0;
    margin-left: 5px;
    width: 7em;
}
.course-item.has-toggle {
  width: 100%;
}
.course-lineup .course-btn-inner{
    display: flex;
    flex-direction: row;
}
/* チェックボックス本体は画面から隠す */
.toggle-checkbox {
  display: none;
}

/* ボタン（label）のスタイル */
.course-item-btn {
  display: flex;
  justify-content:flex-start;
  align-items: center;
  width: 100%;
  background: none;
    border-top: solid 1px #d3d3d3;
    margin-top: 1em;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
  color: #333;
  text-align: left;
  user-select: none; /* テキスト選択を防ぐ */
}

/* プラス・マイナスアイコンエリア */
.toggle-arrow {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
    padding: 13px;
    border-radius: 20px;
    background: #0f218b;
}

/* プラスアイコン（2本の線で描画） */
.toggle-arrow::before,
.toggle-arrow::after {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 横線 */
.toggle-arrow::before {
  width: 14px;
  height: 2px;
}

/* 縦線 */
.toggle-arrow::after {
  width: 2px;
  height: 14px;
}

/* トグル展開領域（初期状態は非表示） */
.open-toggle {
  display: none;
  padding: 0 0 20px;
  width: 100%;
}

/* =========================================
   ★ CSSのみで開閉制御（:checked時の処理）
========================================= */

/* チェックが入ったら縦線を消してマイナス「ー」に変更 */
.toggle-checkbox:checked + .course-item-btn .toggle-arrow::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

/* チェックが入ったら下層コンテンツを表示 */
.toggle-checkbox:checked ~ .open-toggle {
  display: block;
}
@media (max-width: 736px) {
    .course-btn{
        align-items:flex-start;
    }
    .course-lineup{
        padding:15px 15px 0;
    }
    .course-lineup .course-btn-inner{
        flex-direction: column;
        width: 100%;
        margin-top:1em;
    }
    .course-lineup .course-btn-inner div{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: solid 1px #d3d3d3;
        margin-bottom:1em;
        padding-bottom:1em;
    }
    .course-lineup .course-btn-inner .btn-blue{
        display: inline-block;
        width: 8.75em;
        font-size: 12px;
    }
    .course-item-btn {
        font-size: 13px;
    }
}
/* ------------------ worries ------------------ */
.worries ul{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 35px;
    margin: 5px 0 30px 0;
}
@media (min-width: 737px) {
    .worries ul li{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 256px;
        height: 250px;
      background-size: cover;          /* 画面いっぱいに拡大・縮小 */
      background-position: center;     /* 画像を中央に配置 */
      background-repeat: no-repeat;    /* 画像の繰り返しをなくす */ 
        text-align: center;
    }
    /*--------- インフラ・クラウドエンジニア ---------*/
    #p1 .worries ul li.wb01{
        background-image:url("/files/co/page/newcomer/plan1/background-worries-p1-01.png");
    }
    #p1 .worries ul li.wb02{
        background-image:url("/files/co/page/newcomer/plan1/background-worries-p1-02.png");
    }
    #p1 .worries ul li.wb03{
        background-image:url("/files/co/page/newcomer/plan1/background-worries-p1-03.png");
    }
    #p1 .worries ul li.wb04{
        background-image:url("/files/co/page/newcomer/plan1/background-worries-p1-04.png");
    }
    /*--------- インフラ・クラウドエンジニア ---------*/
    #p2 .worries ul li.wb01{
        background-image:url("/files/co/page/newcomer/plan2/background-worries-p2-01.png");
    }
    #p2 .worries ul li.wb02{
        background-image:url("/files/co/page/newcomer/plan2/background-worries-p2-02.png");
    }
    #p2 .worries ul li.wb03{
        background-image:url("/files/co/page/newcomer/plan2/background-worries-p2-03.png");
    }
    #p2 .worries ul li.wb04{
        background-image:url("/files/co/page/newcomer/plan2/background-worries-p2-04.png");
    }
    /*--------- デジタル推進人材 ---------*/
    #p3 .worries ul li.wb01{
        background-image:url("/files/co/page/newcomer/plan3/background-worries-p3-01.png");
    }
    #p3 .worries ul li.wb02{
        background-image:url("/files/co/page/newcomer/plan3/background-worries-p3-02.png");
    }
    #p3 .worries ul li.wb03{
        background-image:url("/files/co/page/newcomer/plan3/background-worries-p3-03.png");
    }
    #p3 .worries ul li.wb04{
        background-image:url("/files/co/page/newcomer/plan3/background-worries-p3-04.png");
    }
    /*--------- 提案型SE・ITソリューション営業 ---------*/
    #p4 .worries ul li.wb01{
        background-image:url("/files/co/page/newcomer/plan4/background-worries-p4-01.png");
    }
    #p4 .worries ul li.wb02{
        background-image:url("/files/co/page/newcomer/plan4/background-worries-p4-02.png");
    }
    #p4 .worries ul li.wb03{
        background-image:url("/files/co/page/newcomer/plan4/background-worries-p4-03.png");
    }
    #p4 .worries ul li.wb04{
        background-image:url("/files/co/page/newcomer/plan4/background-worries-p4-04.png");
    }
}
@media (max-width: 736px) {
    .worries ul{
        flex-direction: column;
        margin: 15px auto 0;
    }
    .worries ul li{
        width: 100%;
        margin: 0 10px 10px 15px;
        padding: 0 10px 0 1em;
        text-indent: -1em;
    }
}
/* ------------------ nh_button ------------------ */
.nh_button{
    background: #F8F8F8;
    padding: 40px 0;
}
.nh_button .btn-dl{
    background-color: #e58638;
    border-color: #e58638;
    color: #fff;
}
.nh_button .btn-dl:hover{
    color: #e58638;
}
/* ------------------ option ------------------ */
.option .caretBtn a{
    text-align: left;
    background-color: #fff;
}
.option .caretBtn a:hover{
    background-color: #0f218b;
}
.option .caretBtn .caretBtn-items{
    display: flex;
    justify-content: flex-start;
    width: 176px;
}
.option .caretBtn-inner{
    height: 100%;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.option .caretBtn .pl-online,
.option .caretBtn .pl-taimen,
.option .caretBtn .pl-hybrid{
    color:#fff;
    padding: 2px;
}
.option .caretBtn .pl-online{
    background: #749DDB;
}
.option .caretBtn .pl-taimen{
    background:#029692;
}
.option .caretBtn .pl-hybrid{
    background:#2da8f2;
}
.option .caretBtn .number{
    color: #959595;
    background:#E9E9E9;
    padding: 2px;
}
.option .caretBtn a:hover .pl-online,
.option .caretBtn a:hover .pl-taimen,
.option .caretBtn a:hover .pl-hybrid,
.option .caretBtn a:hover .number{
    opacity:0.6;
}
.option .caretBtn>a{
    padding:15px;
    justify-content:flex-start;
}
.caretBtn-text .name,
.caretBtn-text .font-sss{
    text-align: left;  
}
.caretBtn-text .name{
    font-size: 16px;
    padding: 5px 0
}
.caretBtn-text .font-sss{
    color:#333333;
    font-weight:400;
}
a:hover .caretBtn-text .name,
a:hover .caretBtn-text .font-sss{
    color:#fff;
}
@media (max-width: 736px) {
    .option .box{
        padding: 20px 10px;
    }
    .option .caretBtn>a{
        padding:5px;
    }
    .caretBtn-text .name{
        font-size: 0.875em;
    }
}
/* -------------- casestudy --------------- */
#casestudy .panel{
    padding: 0;
}
@media (max-width: 736px) {
    #casestudy .panel{
        margin-top:0;
    }
    #casestudy .grid{
        padding-right: 10px;
        padding-left: 10px;
    }
}
/* -------------- box_nh-link ------------- */
.box_nh-link .btnSquareNavy{
    margin-top: 30px;
}
.box_nh-link .btn-top a{
    background: #fff;
    display: inline-block;
    width: 40%;
}
@media (max-width: 736px) {
    .box_nh-link .btn-top a{
        width: 100%;
    }
}
/* ---------- box_road-map ----------- */
.box_road-map{
    background-color:#fcf5d9;
}
@media (max-width: 736px) {
    .box_road-map{
        background-color:#fff;
    }
    .box_road-map h3{
        margin:20px 0;
        border-top: solid 1px #d3d3d3;
        border-bottom: solid 1px #d3d3d3;
    }
    .box_road-map figure{
        text-align: center;
        margin-top:10px;
    }
    .box_road-map figure img{
        width: 300px;
    }
}

/*--------- box-course-lineup ---------*/
.box-course-lineup .grid_col{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.box-course-lineup ul{
    margin-top:10px;
}
.box-course-lineup ul li{
    text-indent:-1em;
    padding-left: 1em;
}
.box-course-lineup ul li a{
    text-decoration:none;
    color: #333;
}
/*--------- nh-button ---------*/
.nh-button .b-orange{
    background-color: #e58638;
    border-color: #e58638;
}
.nh-button-pb .csBtnOrange_btn{
    width: 100%;
}
@media screen and (min-width: 737px) {
    .nh-button .btns-hr{
        display: flex;
        justify-content: center;
    }
    .nh-button .btns_list{
        width:1200px;
    }
    .nh-button .b-orange:hover{
        color: #e58638;
    }
}

/* =========================================
   アンカーリンク移動時の表示位置補正 (CSSで強制解決)
========================================= */
#program,
#why,
#casestudy,
#qa,
#customize,
#portal #coursemap,
#portal #private,
#portal #info{
  scroll-margin-top:60px !important;
}
#portal #program,
#portal #why,
#portal #casestudy,
#portal #qa,
#portal #customize
#portal #plans,
#portal #concept{
  scroll-margin-top:90px !important;
}
/*--------- portal ---------*/
.fv .hidden-sp{
    width: 1200px;
    height:470px;
    background-image: url("/files/co/page/newcomer/portal/po-fv.jpg");
    background-size: contain;
}
.fv .imgTxt{
    padding: 30px 40px;
    align-items:center;
    height: 100%;
}

/* ボタン本体 */
.fv .btn {
    text-align: center;
  display: inline-block;
    border: 0;
  color: #fff;
  cursor: pointer;
  text-decoration: none; /* 文字の下線を消す */
}
.fv .btn.orange{
    background-color:#E58638;
    box-shadow: 0 5px 0 #9c4802; /* 影の太さ・色 */
}
.fv .btn.blue{
    background-color:#0F218B;
    box-shadow: 0 5px 0 #00093a; /* 影の太さ・色 */
}
.fv .imgTxt_right figure{
    display: flex;
    flex-direction: column;
    width: 457px;
}
.fv .imgTxt_body{
    margin-left:25px;
    margin-bottom: 10px;
}
.fv .imgTxt_body p{
    color: #333;
    font-size: 15px;
    -webkit-text-stroke: 3px #eaf3f7;
    paint-order: stroke;
}
.fv .imgTxt_body .btns{
    width: 500px;
}

#portal .h2-tl26{
    font-size: 26px;
    line-height: 1.25em;
    font-weight: 600;
    border-left:solid 5px #0F218B;
    padding-bottom:3px;
    padding-left:25px;
}
#portal .h3-tl22-bb{
    font-size: 22px;
    line-height: 1.25em;
    font-weight: 600;
    border-bottom:solid 1px #333;
    padding: 15px 0;
}
#portal .h4-tl20{
    font-size: 20px;
    line-height: 1.5em;
}
#portal .h3-tl22-bb span{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    background: #749DDB;
    padding: 0 5px;
    margin-left: 10px;
    display: inline-block;
}
#portal .subnav-top {
    border-bottom:0;
}
#portal .subnav .grid{
    gap:0;
    justify-content: stretch;
    align-items: stretch;
    border-left:solid 1px #D3D3D3;
    margin-top:0;
}
#portal .subnav .grid_col{
    text-align: center;
    line-height: 1.35em;
    border-right:solid 1px #D3D3D3;
    display: flex;
    justify-content: center;
    align-items: center;
}
#portal .subnav .grid_col a{
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 35px; 
}
#portal .subnav .subnav-inner .anc{
    width:auto;
}
#portal .subnav-top-sp .anc_btn{
    font-size: 13px;
    text-align: left;
    padding: 10px 28px 10px 15px;
}
#portal .subnav-top-sp .anc_btn:before{
    background:none;
}
#portal .subnav-top-sp .anc_btn:after{
    right: 5%;
}
#portal .subnav-top-sp .grid{
    gap:0;
    align-items:stretch;
    justify-content:center;
}
#portal .subnav-top-sp .grid_col-6-12sp{
    width: 50%;
    min-height:60px;
    border: solid 1px #fff;
    background: #e0ecfc;
    display: flex;
    align-items: center;
}
#portal .floating-menu.is-floating .grid,
#portal .floating-menu.is-floating .grid_col{
    border:0;
}
/*  #plans  */
#portal #plans a,
#portal #coursemap a{
    text-decoration: none;
}
#portal #plans .grid_col{
    border:solid 1px #ccc;
}
#portal #plans .h4-tl20,
#portal #plans .panel_body{
    color: #333;
}
#portal #plans .panel_body{
    margin:5px 0;
    font-size: 14px;
}
#portal #plans .grid a{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#portal .plans-box{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
#portal .plans-course span{
    font-size: 12px;
    color: #333;
    background: #e0ecfc;
    padding: 0 10px 1px;
    display: inline-block;
    margin-right:5px;
}
#portal .plans-btn{
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #0F218B;
    border:solid 1px #0F218B;
    padding:5px 30px;
    margin-top: 10px;
    display: inline-block;
    width: 13em;
}
/*  #coursemap  */
#portal #coursemap .btn-nw-square {
    text-align: center;
}
#portal #coursemap .btn-nw-square a{
    text-align: center;
    font-weight: 600;
    line-height: 1.5em;
    color: #0F218B;
    background: #fff;
    border: solid 1px #0F218B;
    border-radius: 10px;
    padding: 5px 30px 8px;display: inline-block;
    margin-top: 30px;
}
#portal #coursemap .btn-nw-square a:hover{
    color: #fff;
    background: #0F218B;
}
#portal #coursemap .btn-nw-square span{
    font-size: 12px;
}
#portal .concept-pic .panel{
    text-align: center;
    padding: 35px 10px;
}
#portal .concept-pic .panel_body .font-b{
    line-height: 1.5em;
}
#portal .concept-pic01 {
    background-color: #D9E3E8;
}
#portal .concept-pic02 {
    background-color: #E0ECFC;
}
#portal .concept-pic03 {
    background-color: #D5F2F7;
}
#portal #report{
    padding: 30px;
}
#portal #private .imgTxt{
    border: solid 1px #E9E9E9;
}
#portal #private .imgTxt_body{
    padding-right: 30px;
}
#portal #private .plans-btn{
    text-decoration: none;
}
#portal .newcomer_subsidy .newcomer_subsidyBox {
    background: #fff;
    border-radius: 2rem;
    padding: 1.25rem 2rem;
    margin: 10px;
}
#portal .newcomer_subsidy .newcomer_subsidyCaption {
    border: 1px solid #333;
    padding: 1.5rem;
    margin-top: 20px;
}
#portal #coursemap .c-block {
    width: 1140px;
}

/* ---------------- スライダー -------------------- */
.column{
    justify-content: flex-start;
    gap:10px;
}
.column_card{
    margin-bottom:0;
}
/* 外枠（切り取り領域） */
.custom-slider {
  width: 100%;
  overflow: hidden; /* はみ出たページを隠す */
  position: relative;
}

/* 横に並べてスライドさせるトラック */
.slider-track {
  display: flex;
  width: 100%;
  transition: transform 0.4s ease-in-out; /* スライドのアニメーション */
}

/* ページ単体 (幅100%固定) */
.topics_page {
  width: 100%;
  flex-shrink: 0; /* 縮まないように固定 */
}

/* 下部ナビゲーションエリア */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.slider-prev-btn,
.slider-next-btn {
  align-items: center;
    background-image: linear-gradient(0deg, #f4f6fa, #f6f6f6 0, #f8f8f8 0, #fff);
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    box-shadow: 0 1px 1.84px .16px #27364038;
    display: inline-flex;
    flex-shrink: 0;
    height: 20px;
    height: 30px;
    justify-content: center;
    transition: all .4s;
    width: 30px;
}
.slider-prev-btn:before,
.slider-next-btn:before{
    color: #ccc;
    font-size: .475rem;
    font-size: .6875rem;
}
.slider-prev-btn:before{
    content: "\025c0";
}
.slider-next-btn:before{
    content: "\025b6";
}
.slider-prev-btn:disabled,
.slider-next-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ドットのスタイル */
.slider-dots {
  display: flex;
  gap: 8px;
}

.slider-dot {
  width: 6px;
  height: 6px;
  background: #9595954d;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.slider-dot.is-active {
  background: #959595;
  width: 6px;
    height: 6px;
  border-radius: 5px;
}
@media screen and (min-width: 737px) {
    /* ホバー時 */
    .fv .btn:hover {
      box-shadow: none;
      transform: translateY(5px);
    }

    /* クリック時 */
    .fv .btn:active {
      box-shadow: none;
      transform: translateY(5px);
    }
    #portal #plans a:hover .plans-btn,
    #portal #private a:hover{
        color: #0F218B;
        background: #fff;
    }
}
@media (max-width: 736px) {
  #portal .h2-tl26{
      font-size: 20px;  
    }
  #portal .h3-tl22-bb{
        margin-top:20px;
    }
/*  スマホは2列×2行 */
  #portal .topics_grid {
      grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
  #portal #why{
        padding: 0 15px;
    }
  #portal #why figure,
  #portal #why .imgTxt_body{
        margin-top:10px;
    }
  #portal .concept-pic .panel{
        padding: 0 5px 30px;
    }
  #portal .concept-pic{
        margin-top: 10px;
    }
  #portal #report{
        padding: 20px;
    }
  #portal #report .panel,
  #portal #private .imgTxt_body{
        padding: 10px;
    }
  #portal .plans-btn{
        width: 100%;
        padding:10px 0;
        border-radius: 5px;
    }
  #portal #coursemap .btn-nw-square a{
        color: #fff;
        background: #0F218B;
        border-radius: 5px;
    }
   button[disabled] {
        pointer-events: none;
    }
}
/* =========================================
   追従時表示テキスト（.anc-title）の制御
========================================= */
/* 通常時（追従前）は隠す */
.plan-nav .anc-title {
  display: none;
}
.plan-nav .floating-menu.is-floating .anc{
    justify-content: flex-start;
}

/* 追従時（.is-floating 付与時）のみ表示 */
.plan-nav .floating-menu.is-floating .anc-title {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #313131; 
  white-space: nowrap;
  align-self: center;
  width: 390px;
    text-align: left;
    border-right:solid 1px #D1E2FC;
}
.plan-nav .plan-subnav{
    width: 1200px;
}
.plan-nav .floating-menu.is-floating .subnav-inner,
.plan-nav .floating-menu.is-floating .plan-subnav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan-nav .floating-menu.is-floating .anc{
    gap:0;
    justify-content: flex-start;
    align-items: stretch;
    margin-top:0;
}
.plan-nav .floating-menu.is-floating .anc_btn{
    width:auto;
    text-align: center;
    line-height: 1.35em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    border-right:solid 1px #D1E2FC;
    padding: 3px 12px;
}
.subnav-top ul li a.btn-orange{
    padding-left:10px;
    margin-left: 10px;
}
/*------ 9/11以降　追加 ------*/
.p4_plan-gr{
    padding:44px 0;
    text-align:center;
    border: 1px solid #c5c5c5;
    background: #F8F8F8;
}
.p4_tab01_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--row-gap, 20px) var(--column-gap, 20px);
    margin: 20px 0 0;
}
.p4_tab01_col-left {
    flex: 0 0 365px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p4_tab01_col-left .bordered-solid {
    flex-grow: 1; 
    margin-top: 0;
}
.p4_tab01_col-right {
    flex: 0 0 690px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p4_tab01_col-right .bordered-solid {
    flex-grow: 1; 
    margin-top: 0;
}
.p4_tab01_col-right a{
    font-size:16px!important;
}
.p4_tab01_col-left > div:first-child,
.p4_tab01_col-right > div:first-child {
    height: 31px;
    display: flex;
    align-items: flex-end; 
}
/*------ tb02 ------*/
.p4_tab02_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--row-gap, 20px) var(--column-gap, 20px);
    margin: 20px 0 0;
}

.p4_tab02_col-left {
    flex: 0 0 362px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p4_tab02_col-left .bordered-solid {
    flex-grow: 1; 
    margin-top: 0;
}
.p4_tab02_col-center {
    flex: 0 0 206px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p4_tab02_col-center .bordered-solid {
    flex-grow: 1; 
    margin-top: 0;
}
.p4_tab02_col-right {
    flex: 0 0 470px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p4_tab02_col-right .bordered-solid {
    flex-grow: 1; 
    margin-top: 0;
}

.p4_tab02_col-right a{
    font-size:16px!important;
}

.p4_tab02_col-left > div:first-child,
.p4_tab02_col-right > div:first-child,
.p4_tab02_col-center > div:first-child {
    height: 31px;
    display: flex;
    align-items: flex-end; 
}
    .box_road-map .p4-map-img figure img {
        width: 344px;
    }

@media (max-width: 736px) {
	.p4_plan-gr{
	padding:41px 0;
	text-align:center;
	border: 1px solid #c5c5c5;
	background: #F8F8F8;
	}
	.box_road-map .p4-map-img figure img {
	width: 300px;
	}
	.box_road-map .p4-map-img-sp figure img {
	width: 467px;
	}
}
/*------ 9/15以降　追加 ------*/
#p1 .progrm_btn.caretBtn>a:before{
transform:translateY(-50%) rotate(90deg);
}

#p1 #section3 .iColor-navy05 .caretBtn>a:before{
transform:translateY(-50%) rotate(-90deg);
}
.step-box{
	border: solid 1px #E0E0E0;
	padding: 10px 20px;
}
.p1-step01-sub{
	color: #749DDB;
}

.step02-Btn{
	display: grid;
    gap: var(--gap, 0px 20px);
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0 0;
}
.step02-Btn>a {
    align-items: center;
    border: 1px solid #0f218b;
    color: #0f218b;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.4;
    overflow: hidden;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    z-index: 1;
}
.step02-Btn>a span {
    display: block;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.step02-Btn>a:hover{
	background-color:#0f218b ;
	color: #FFFFFF;
	opacity: 1;
}
.step02-Btn>a:before{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: currentColor;
    content: "\ea0a";
    display: block;
    font-family: icons;
    font-weight: 400;
    position: absolute;
    right: 3%;
    text-rendering: auto;
    top: 50%;
    transform: translateY(-50%);
}


.option .step02-Btn a:hover{
	background-color: #0f218b;
}

.option .step02-Btn-inner {
    height: 100%;
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.option .step02-Btn .caretBtn-items {
    display: flex;
    justify-content: flex-start;
    width: 176px;
}

.option .step02-Btn .pl-online {
    background: #749DDB;
}
.option .step02-Btn .pl-taimen
 {
    background: #029692;
}
.option .step02-Btn .pl-online, .option .step02-Btn .pl-taimen, .option .step02-Btn .pl-hybrid {
    color: #fff;
    padding: 2px;
}
.option .step02-Btn .number {
    color: #959595;
    background: #E9E9E9;
    padding: 2px;
}
.option .step02-Btn .number {
    color: #959595;
    background: #E9E9E9;
    padding: 2px;
}
.option .step02-Btn .course-name{
	display: block;
	padding: 0 ;

	margin: 0;
}

.tab-content-wrapper .h3-tl24-p1{
    border-color: #869AB2;
}

.h3-tl24-p1{
    text-align: left;
    padding-left: 20px;
    border-left: solid 5px #869AB2;
	line-height: 1.5em;
}
.p1_plan-gr {
    padding: 44px 0;
    text-align: center;
    background: #F8F8F8;
}

#section1,
#section2,
#section3,
#section4,
#section2 #step-section1,
#section2 #step-section2,
#section2 #step-section3 {
scroll-margin-top: 90px !important;
}
.anc-block {
	display: block;
}

@media screen and (max-width: 736px) {
    .option .step02-Btn {
        display: block;
    }
    .option .step02-Btn>a {
        padding: 5px;
    }
    #p1 #section3 .only-sp .caretBtn a{
        background-color: #fff;
    }
}

