@charset "UTF-8";

.header{
    width:100%;
    display:block;
    position: relative;
    z-index: 991;
    background-color: #FFFFFF;
}
.header .flex-header{
    display:flex;
    width:1064px;
    margin: 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
.header .header-logo{
    display:flex;
    margin-right:182px;
    align-items: center;
    flex-wrap: wrap;
    width: 352px;
}
.header .header-logo > a{
    border-right: solid 1px #cbcbcb;
}
.header .header-logo > a > img{
    margin-right:20px;
}
.header .header-logo img{
    width:146px;
}
.header .header-logo .logpsmcc-area{
    margin-left: 20px;
}
.header .header-logo .logo-text{
    color: #5B5B5B;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}
.header .header-logo .logo-img img{
    width:164px;
    padding: 0;
    padding-top: 4.37px;
}
.header .header-logo .text_type{
    color: #5B5B5B;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    margin: 8px auto 0 auto;
}


.header .header-navigation-pc{
    display: flex;
    align-items: center;
}
.header .header-search-pc{
    margin-right:16px;
}

.header .createCard{
    position: relative;
}
.header .createCard > a{
    display: inline-block;
    width: 202px;
    color: #fff;
    background-color: #FD6C6E;
    text-decoration: none;
    padding: 18.5px 24px 18.5px 24px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    line-height: 21px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    overflow: hidden;
}
.header .header-navigation .createCard > a{
    font-size: 16px;
    border-radius: 4px;
}

.header .createCard > a:after {
    position: absolute;
    right: 29px;
    top: 42%;
    content: " ";
    width: 0.36em;
    height: 0.63em;
    background: url("/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/header_icon_arrow.svg") no-repeat center right;
    background-size: contain;
}

.header .header-search__form{
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 11px 24px;
    border-radius: 100px;
    height: 48px;
    width: 240px;
    overflow: hidden;
    background-color: #E9EAEB;
}
.header .header-search__form input[type="text"]{
    border: 0px;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    width: 100%;
    padding-right: 36px;
}
.header .header-search__form input[type="text"]:focus-visible {
    outline: none;
}
.header .header-search__form input[type="submit"]{
    cursor: pointer;
    border: none;
    background: url("/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/header_icon_search.svg") no-repeat center right;
    background-size: contain;
    color: transparent;
    position: absolute;
    right: 24px;
    top: 18px;
    outline : none;
    height: 16px;
}
.header .followMenu{
    display:flex;
    align-items: center;
    width:1064px;
    margin: 0 auto;
}
.header .followMenu.fixed{
    background-color: #1693AD;
    position: fixed;
    top: 0;
    z-index: 1000;
    width:100%;
}
.flex_followMenu{
    display:flex;
    align-items: center;
    margin: 0 auto;
    width:1064px;
}
.header .followMenu .header-logo{
    margin-right:10px;
}
.header .followMenu .header-logo img{
    width:188px;
}
.header .megaMenu_pc{
    display:flex;
    flex-wrap: nowrap;
    background-color: #1693AD;
    padding:0;
    list-style:none;
    width: 100%;
}
.header .followMenu.fixed .megaMenu_pc{
    margin-block-start: 0;
    margin-block-end: 0;
}
.header .followMenu .header-logo,
.header .followMenu .header-search-follow,
.header .followMenu .createCard{
    display:none;
}

.header .followMenu.fixed .header-logo,
.header .followMenu.fixed .header-search-follow,
.header .followMenu.fixed .createCard{
    display:flex;
}
.header .followMenu.fixed .header-search-follow .header-search-button{
    cursor: pointer;
}
.header .fixed .header-search-follow{
    display:flex;
}

.header .megaMenu_pc li{
    width:100%;
    padding: 20px 0px;
    min-width: 107px;
}
.header .megaMenu_pc li:hover{
    opacity: 0.8;
}


.header .megaMenu_pcItem{
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #272827;
}
.header .megaMenu_pcItem:not(:first-child) {
    border-left: 1px solid #FFFFFF;
}

.header .followMenu.fixed .megaMenu_pcItem:first-child:hover {
    border-radius: 0;
}
.header .followMenu.fixed .megaMenu_pcItem:last-child:hover {
    border-radius: 0;
}
.header .megaMenu_pcItem a{
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    text-decoration:none;
    display: block;
}
.header .followMenu.fixed .megaMenu_pcItem a{
    font-size: 12px;
    line-height: 18px;
}
.header .megaMenu_pcItem_subMenu{
    display: none;
    position: absolute;
    left: -36px;
    top: 100px;
    width: 240px;
    padding-top: 12px;
    z-index: 992;
}
.header .megaMenu_pcItem_subMenu ul{
    flex-direction: column;
    padding-inline-start: 0;
    background-color: #D7E6C3;
    border-radius: 8px;
    z-index: 993;
    position: relative;
}
.header .megaMenu_pcItem:first-child .megaMenu_pcItem_subMenu{
    left: 0;
}
.header .megaMenu_pcItem:last-child .megaMenu_pcItem_subMenu{
    left: -60px;
}

.header .followMenu.fixed .megaMenu_pcItem_subMenu{
    left: -60px;
    top: 95px;
}
.header .followMenu.fixed .megaMenu_pcItem_subMenu::before{
    left:100px;
}


.header .megaMenu_pcItem:hover .megaMenu_pcItem_subMenu{
    display: block;
}
.header .megaMenu_pcItem .subMenuItem{
    list-style:none;
    padding: 8px 16px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

.header .megaMenu_pcItem_subMenu .subMenuItem:first-child::before{
    content:" ";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #D7E6C3;
    top: -13px;
    left: 104px;
    border-radius: 1px;
}
.header .megaMenu_pcItem:first-child .megaMenu_pcItem_subMenu .subMenuItem:first-child::before{
    left: 68px;
}
.header .followMenu.fixed .megaMenu_pcItem_subMenu .subMenuItem:first-child::before{
    left: 94px;
}
.header .megaMenu_pcItem .subMenuItem:hover{
    background-color: #B3D08E;
}

.header .megaMenu_pcItem_subMenu .subMenuItem:first-child:hover::before{
    border-bottom: 20px solid #B3D08E;
}

.header .megaMenu_pcItem .subMenuItem:not(:first-child){
    border-top: 1px solid #FFFFFF;

}
.header .megaMenu_pcItem .subMenuItem a{
    display:block;
    width:auto;
}
.header .header-search-follow .searchAreaWrap {
    position: absolute;
    left: 0;
    top: 96px;
    width: 100%;
    padding: 24px 0;
    background-color: #D7E6C3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    z-index:992;
}
.header  .header-search-follow .header-search__form{
    width:442px;
    margin: 0 auto;
    background-color: #F8F5E9;
    border: none;
}
.header  .header-search-follow .header-search__form input[type="text"]{
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}
.header .header-search-follow .header-search__form input[type="submit"]{
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='1'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23000000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9999 21.0004L16.6499 16.6504' stroke='%23000000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}

/* オーバーレイ
--------------------------------------------------------- */
#header_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility 0s ease 1s;
    transition: opacity .4s, visibility 0s ease 1s;
    z-index: 900;
}
#header_overlay.isShow {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; /* ios */
}

@media all and (min-width:641px){
    .header .megaMenu_pc li.active{
        background-color: #ECF0F4;
        color: #00819C;
    }
    .header .megaMenu_pc li.active a{
        color: #00819C;
    }   
}


@media all and (max-width:640px)
{
    .header{
        width:100%;
        display:block;
        margin: 0;
    }
    .header.fixed .flex-header.forSpFlex{
        position: fixed;
        background-color: #fff;
    }
    .header .flex-header{
        width:100%;
        padding:10px 0;
        border-bottom: 1px solid #CBCBCB;
    }

    .header .header-navigation{
        display: none;
    }
    .header .header-navigation-sp{
        display: flex;
        justify-content: flex-end;
    }
    .header .header-logo{
       margin-right:auto;
       height: 66px;
       width: auto;
       justify-content: center;
    }
    .header .header-logo img{
       margin-right:0;
       padding-top: 0;
       padding-bottom: 0;
       vertical-align: bottom;
    }
    .header .header-logo > a {
        width: 50%;
        padding-right: 19px;
        text-align: right;
    }
    .header .header-logo > a > img {
        margin-right: 0;
    }
    .header .header-logo .logpsmcc-area{
        width: 50%;
        padding-left: 19px;
        margin-left: 0;
        text-align: left;
    }

    .header .header-logo .logo-text{
        width: 100%;
        margin-bottom: 8px;
        text-align: center;
        font-size: 12px;
        line-height: 1;
    }
    .header .header-logo .logo-img img {
        width: 145px;
        padding: 0;
        padding-top: 3px;
        display: block;
    }
    .header .header-logo .text_type{
        font-size: 12px;
        margin-top: 15px;
        display: block;
        width: 100%;
    }

    .header .followMenu.fixed .header-logo,
    .header .followMenu.fixed .header-search-follow,
    .header .followMenu.fixed .createCard{
        display:none;
    }
    .header .header-search-sp .header-search-button {
        width:56px;
        height: 56px;
    }
    .header .header-search-sp .searchAreaWrap {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 24px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.16);
        box-shadow: 0px 3px 6px rgba(0,0,0,.16);
        z-index:992;
    }
    .header .header-search-sp .header-search__form input[type="text"]{
        font-size: 14px;
        line-height: 100%;
        font-weight: 400;
        color: #666;
    }
    .header .header-search-sp .header-search__form input[type="submit"]{
        background: url("/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/header_icon_search.svg") no-repeat center right;
        background-size: contain;
        height: 24px;
        width: 24px;
        top: 14px;
    }
    .header .header-search-sp .header-search__form{
        width:100%;
        background-color: #E9EAEB;
        border: none;
    }
    .header .subMenu_item-menu{
        position: relative;
        width:56px;
        display: flex;
    }
    .header .subMenu_item-menu::before {
        content:"";
        background: url("/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/gnavi_sp_menu_icon.svg") no-repeat;
        top: 0;
        width: 56px;
        height: 56px;
        position: absolute;
    }
    .header.isSpMenuOpen .subMenu_item-menu::before {
        background: url("/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/gnavi_sp_menu_icon_02.svg") no-repeat;
    }
    .header .hamburgerMenuSp{
        position: fixed;
        left:0;
        top:56px;
        width:100%;
        background-color: #189BB1;
        z-index:990;
        margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start:0;
        height: calc(100% - 56px);
        overflow-y: auto;
    }
    .header .hamburgerMenuSp .megaMenu_item-sp{
        padding: 16px;
        list-style: none;
        border-bottom: 1px solid #fff;
        position: relative;
        font-size: 14px;
        line-height: 21px;
        font-weight:bold;
    }
    .header .hamburgerMenuSp .megaMenu_item-sp.student,
    .header .hamburgerMenuSp .megaMenu_item-sp.rank{
        padding: 16px 0 16px 60px;
    }

    .header .hamburgerMenuSp .megaMenu_item-sp a {
        color: #fff;
        text-decoration: none;
        display: block;
    }
    .header .hamburgerMenuSp .megaMenu_item-sp::after{
        content:"";
        background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Crect y='6.87402' width='14' height='2' rx='1' fill='%2365AE07'/%3E%3Crect x='6' y='0.874023' width='2' height='14' rx='1' fill='%2365AE07'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
        background-size: contain;
        top: 35%;
        right:24px;
        width: 14px;
        height: 14px;
        position: absolute;
    }   
    .header .hamburgerMenuSp .megaMenu_item-sp.isOpen::after{
        background: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Crect y='6.87402' width='14' height='2' rx='1' fill='%2365AE07'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
        background-size: contain;
    }
    .header .hamburgerMenuSp .megaMenu_item-sp.top::after,
    .header .hamburgerMenuSp .megaMenu_item-sp.accounting::after,
    .header .hamburgerMenuSp .megaMenu_item-sp.taxation::after,
    .header .hamburgerMenuSp .megaMenu_item-sp.finance::after,
    .header .hamburgerMenuSp .megaMenu_item-sp.legal-affairs::after,
    .header .hamburgerMenuSp .megaMenu_item-sp.human-resources::after,
    .header .hamburgerMenuSp .megaMenu_item-sp.general-affairs::after,
    .header .hamburgerMenuSp .megaMenu_item-sp.popular-articles::after{
        background: url("/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/icon_f-arrow.svg") no-repeat;
        background-size: contain;
    }
    .header .hamburgerMenuSp .megaMenu_item-sp.exactly::before,
    .header .hamburgerMenuSp .megaMenu_item-sp.point::before,
    .header .hamburgerMenuSp .megaMenu_item-sp.basic::before,
    .header .hamburgerMenuSp .megaMenu_item-sp.status::before,
    .header .hamburgerMenuSp .megaMenu_item-sp.student::before,
    .header .hamburgerMenuSp .megaMenu_item-sp.rank::before,
    .header .hamburgerMenuSp .megaMenu_item-sp.recommended::before{
        background-position: left 16px center;
        background-repeat: no-repeat;
        background-size: contain;
        overflow-wrap: break-word;
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 24px;
        top: 16px;
        background-position: center;
    }
    .header .megaMenu_spItem_subMenu{
        display: none;
        margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start:0;
        background-color:#FCFAF1
    }
    .header .megaMenu_spItem_subMenu .subMenuItem{
        padding: 10px 0 10px 60px;
        list-style: none;
        border-bottom: 1px solid rgba(39, 40, 39, 0.1);
        position: relative;
    }
    .header .megaMenu_spItem_subMenu .subMenuItem > a{
        text-decoration: none;
        display: block;
        color: #000000;
        font-size: 12px;
        line-height: 18px;
        font-weight:400;
    }
    .header .megaMenu_spItem_subMenu .subMenuItem::after{
        content:"";
        background: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.874L7 7.87402L1 1.87402' stroke='%2365AE07' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;
        background-size: contain;
        top: 35%;
        right:24px;
        width: 12px;
        height: 12px;
        position: absolute;
    }
    .header .hamburgerMenuSp .createCard{
        display: flex;
        justify-content: center;
        padding: 24px 0;
    }
    .header .hamburgerMenuSp .createCard > a{
        overflow: unset;
        border: 2px solid #FFF;
    }
    .header .createCard > a:after{
        width: 0.44em;
    }
}




.gnavi-sp{
    background: #1693ad;
    background: -webkit-linear-gradient(315deg, #1693ad 0, #1db6be 100%);
    background: linear-gradient(135deg, #1693ad 0, #1db6be 100%);
}
.gnavi-sp__navi {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 50px;
    table-layout: fixed;
    background: inherit
  }
  
  .gnavi-sp__home, .gnavi-sp__menu {
    display: table-cell;
    vertical-align: middle
  }
  
  .gnavi-sp__home a, .gnavi-sp__menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 0;
    text-align: center;
    color: #fff
  }
  
  .gnavi-sp__home a span, .gnavi-sp__menu a span {
    display: inline-block;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: 50% 4px;
    background-size: 20px 20px!important;
    font-size: 10px;
    line-height: 1
  }
  
  .gnavi-sp__home a span {
    background-image: url(/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/gnavi_sp_home_icon.png)
  }
  
  .gnavi-sp__menu a {
    position: relative
  }
  
  .gnavi-sp__menu a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 80%;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff
  }
  
  .gnavi-sp__menu a span {
    background-image: url(/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/gnavi_sp_menu_icon.png)
  }
  
  .open .gnavi-sp__menu a span {
    background-image: url(/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/gnavi_sp_close_icon.png)
  }
  
  .gnavi-sp__overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(42, 47, 54, .9)
  }
  
  .gnavi-sp__box {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    box-sizing: content-box;
    width: 100%;
    height: 100svh;
   
    background: inherit
  }
  
  .gnavi-sp__search {
    padding: 15px 13px
  }
  
  .gnavi-sp__search form {
    position: relative
  }
  
  .gnavi-sp__search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 17px;
    letter-spacing: .2em;
    color: #666;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700
  }
  
  .gnavi-sp__search input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    color: transparent;
    border: none;
    background: url(/content/dam/smcc/jp/ja/hojin/magazine/bizi-dora/common/img/gnavi_sp_search_icon.png) no-repeat 10px 50%;
    background-size: 20px 20px
  }
  
  .gnavi-sp__item dt, .gnavi-sp__item>a {
    position: relative;
    display: block;
    width: 100%;
    padding: 27px 30px;
    color: #fff!important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .gnavi-sp__item dt:before, .gnavi-sp__item>a:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 94%;
    height: 1px;
    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff
  }
  
  .gnavi-sp__item dt:after, .gnavi-sp__item>a:after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 4px 0 4px 4px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
  }
  
  .gnavi-sp__item dd ul:after {
    display: block;
    clear: both;
    content: ''
  }
  
  .gnavi-sp__item dd ul li {
    float: left;
    width: 33%;
    display: block;
  }
  
  .gnavi-sp__item dd ul li a {
    display: block;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    text-decoration: none;
  }
  .gnavi-sp__item dd ul {
    margin-bottom: 19px;
  }
  .gnavi-sp__item dd ul li.article--navi {
    width:auto;
    float: unset;
    margin-bottom: 8px;
  }
  
  .gnavi-sp__item dd ul li.article--navi a {
    display: block;
  text-align: left;
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
  height: auto;
  font-weight: 500;
  margin-left: 12%;
  text-decoration: none;
  }
  
  .gnavi-sp__item--num1.active dt:after {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #fff transparent
  }
  
  .gnavi-sp__item--num1 dt:after {
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent
  }
  
  .gnavi-sp__item--num3 {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    background: #fd6c6e;
    margin-bottom: 40px;
  }
  
  .gnavi-sp__item--num3 a {
    padding: 21px 30px;
    text-decoration: none;
  }
  
  .gnavi-sp__item--num3 a img {
    width: 50px;
    margin-right: 10px
  }
  
  .gnavi-sp__item--num3 a span {
    vertical-align: middle
  }
  
  .gnavi-sp__item--num3 a:before {
    content: none
  }

  .article__accordion .js-accordion-box {
    display: none;
}


@media all and (min-width:641px){
    .gnavi-sp{
        display: none;
    }
}