/* ----------------------------------------------------------------------
    font
---------------------------------------------------------------------- */

@font-face {
    font-family: 'axisstd-bold';
    src: url('../font/axisstd-bold.woff') format('woff'), url('../font/axisstd-bold.woff2') format('woff2'), url('../font/axisstd-bold.otf') format('truetype');
}

@font-face {
    font-family: 'axisstd-regular';
    src: url('../font/axisstd-regular.woff') format('woff'), url('../font/axisstd-regular.woff2') format('woff2'), url('../font/axisstd-regular.otf') format('truetype');
}

@font-face {
    font-family: 'axisstd-H';
    src: url('../font/axisstd-H.woff') format('woff'), url('../font/axisstd-H.woff2') format('woff2'), url('../font/axisstd-H.otf') format('truetype');
}


/* ----------------------------------------------------------------------
    base
---------------------------------------------------------------------- */

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    line-height: 1.5;
    font-family: 'axisstd-bold';
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

img {
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 300ms ease 0s;
    pointer-events: auto;
}

.wrapper {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.wrapper_750 {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.wrapper_850 {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.wrapper_900 {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.wrapper_1000 {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.wrapper_1100 {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.wrapper_1200 {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media screen and (max-width:768px) {
    .wrapper,
    .wrapper_750,
    .wrapper_850,
    .wrapper_900,
    .wrapper_1000,
    .wrapper_1100,
    .wrapper_1200 {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
}

.line_yellow {
    background: linear-gradient(transparent 74%, #ffff8a 26%);
}

.pc {
    display: inline-block!important;
}

.sp {
    display: none!important;
}


/* ----------------------------------------------------------------------
    header
---------------------------------------------------------------------- */

.header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all 300ms ease 0s;
}

.header-wrap {
    height: auto;
    background: #fff;
    z-index: 1;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05); */
    border-bottom: 4px solid #000;
}

.header-wrap::after {
    clear: both;
}

.header_logo {
    float: left;
    font-size: inherit;
    margin: 30px 0 15px 33px;
}

.header_logo img {
    height: 32px;
    transition: all 300ms ease 0s;
}

.header_logo::before {
    content: "中小企業のバイブルメディア";
    font-size: 10px;
    letter-spacing: 7px;
    font-family: 'axisstd-bold';
    position: absolute;
    top: 11px;
    left: 33px;
    transition: all 300ms ease 0s;
}

.header_nav {
    display: flex;
    float: right;
    margin: 20px 35px 0 0;
    transition: all 300ms ease 0s;
}

.header_nav a:hover {
    /* opacity: 0.7; */
    color: #c1af82;
}

.header_nav a {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 30px;
    margin-right: 3.2vw;
}

.header_nav_sns a {
    margin-right: 17px;
}

.header_nav_sns a:last-child {
    margin-right: 0;
}

.header_nav_sns img {
    width: 30px;
}

.header_nav::after {
    clear: both;
}

.header_navBlack {
    background: #000;
    display: flex;
    width: 100%;
    height: 65px;
    transition: all 300ms ease 0s;
    position: absolute;
}

.header_navBlack_el {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 35px;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.header_navBlack a {
    color: #fff;
    font-size: 13px;
    letter-spacing: .15em;
    text-align: center;
    padding-right: 25px;
    position: relative;
    margin: auto 0;
    height: max-content;
}

.header_navBlack a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.header_navBlack h2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    letter-spacing: .1em;
    padding-right: 0;
    line-height: 5;
}

.header_navBlack a.first::after {
    /* content: none; */
}

.header_navBlack a .large {
    font-size: 16px;
}

.header_navBlack a .en {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
}

.header_toggle {
    display: none;
}


/* ----------------------------------------------------------------------
    footer
---------------------------------------------------------------------- */

#banner {
    padding: 80px 50px 90px;
    overflow: hidden;
}

.contents_banner {
    display: flex;
    width: 100%;
}

.contents_banner a {
    display: block;
    margin-right: 3%;
    max-width: 320px;
    width: 100%;
}

.contents_banner a:last-child {
    margin-right: 0;
}

.footer {
    background: #000;
}

.footer_el {
    display: flex;
    padding: 85px 30px;
    overflow: hidden;
}

.footer_elLeft {
    float: left;
    width: 50%;
}

.footer_elRight {
    float: left;
    width: 50%;
}

.footer_el_logo {
    display: inline-block;
    margin: 0 0 65px;
    max-width: 255px;
    width: 100%;
}

.footer_el_news {
    display: flex;
    width: 100%;
}

.footer_el_news_ttl {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .2em;
    margin: 0;
    max-width: 98px;
    width: 100%;
}

.footer_el_news_el {
    padding-right: 80px;
    width: 100%;
}

.footer_el_news_el a {
    display: flex;
}

.footer_el_news_el .date {
    border-top: 2px solid #fff;
    color: #c0c0c0;
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 13px;
    letter-spacing: .1em;
    margin-right: 20px;
    padding: 13px 0 16px;
}

.footer_el_news_el .title {
    border-top: 2px solid #707070;
    color: #fff;
    font-family: 'axisstd-regular';
    font-size: 11px;
    letter-spacing: .1em;
    padding: 13px 0 16px;
    width: 100%;
}

.footer_el_news_el .title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer_el_news_el .more_link {
    background: url(../img/arrow_right.png) no-repeat right center;
    background-size: 20px;
    color: #fff;
    float: right;
    font-family: 'axisstd-bold';
    font-size: 11px;
    letter-spacing: .1em;
    margin-top: 15px;
    padding-right: 30px;
}

.footer_el_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0 110px;
    margin: 0 0 40px;
    overflow: hidden;
}

.footer_el_link_box a {
    display: block;
    color: #fff;
    font-family: 'axisstd-regular';
    font-size: 13px;
    letter-spacing: .15em;
    margin: 0 0 20px;
}

.footer_el_sns {
    text-align: right;
}

.footer_el_sns a {
    display: inline-block;
    margin-right: 14px;
    width: 25px;
}

.footer_bottom {
    background: rgba(255, 255, 255, 0.14);
    padding: 40px 0;
    position: relative;
}

.footer_bottomEl {
    position: relative;
    width: 100%;
}

.footer_bottom_link {
    display: flex;
    margin: 0 auto;
    max-width: 555px;
    width: 100%;
}

.footer_bottom_link a {
    display: block;
    border-radius: 30px;
    font-family: 'axisstd-bold';
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 1.4;
    text-align: center;
    padding: 13px 0;
    width: 50%;
}

.footer_bottom_link a.white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    margin-right: 20px;
}

.footer_bottom_link a.gray {
    border: 1px solid #fff;
    color: #fff;
}

.footer_bottom_copyright {
    color: #fff;
    font-family: 'axisstd-regular';
    font-size: 12px;
    letter-spacing: .15em;
    position: absolute;
    right: 35px;
    bottom: 0;
}

@media screen and (max-width: 1400px) {
    /* ----------------------------------------------------------------------
        footer
    ---------------------------------------------------------------------- */
    .footer_el_news_el {
        padding-right: 30px;
    }
    .footer_el_link {
        padding: 0 0 0 30px;
    }
}

@media screen and (max-width: 1024px) {
    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .header_nav {
        margin-right: 0;
    }
    .header_nav_sns {
        display: none;
    }
    .headerArea_nav {
        overflow: unset;
    }
    .header_navBlack {
        height: auto;
    }
    .header_navBlack h2 {
        line-height: 1;
        width: 100%;
        margin: 15px 0 15px;
        text-align: center;
    }
    .header_nav a {
        font-size: 13px;
        margin-right: 3.0vw;
    }
    .header_logo img {
        height: 28px;
    }
    .header_logo::before {
        letter-spacing: 5px;
    }
    .header_navBlack_el {
        max-width: 800px;
    }
    .header_navBlack a {
        padding: 0 18px 10px;
    }
    .header_navBlack a .large {
        font-size: 15px;
    }
    /* ----------------------------------------------------------------------
        footer
    ---------------------------------------------------------------------- */
    .footer_el {
        padding: 50px 25px;
    }
    .footer_el_logo {
        display: block;
        margin: 0 auto 70px;
        max-width: 220px;
    }
    .footer_elLeft {
        margin: 0 0 80px;
        width: 100%;
    }
    .footer_elRight {
        width: 100%;
    }
    .footer_el_news_el {
        padding-right: 0;
    }
    .footer_el_link {
        padding: 0;
    }
    .footer_bottom {
        padding: 60px 0 40px;
    }
    .footer_bottom_copyright {
        position: relative;
        right: auto;
        text-align: center;
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    /* ----------------------------------------------------------------------
        base
    ---------------------------------------------------------------------- */
    .pc {
        display: none!important;
    }
    .sp {
        display: inline-block!important;
    }
    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .header {
        border-top: 3px solid #000;
    }
    .header_logo {
        float: none;
        text-align: center;
        margin: 30px 0 18px;
    }
    .header_logo img {
        height: 25px;
    }
    .header_logo::before {
        letter-spacing: 3.5px;
        top: 11px;
        left: unset;
    }
    .header_nav {
        display: none;
    }
    .header_navBlack {
        height: auto;
    }
    .header_navBlack_el {
        max-width: 500px;
    }
    .header_navBlack a {
        padding: 30px 0 10px;
    }
    .header_navBlack a::before {
        content: "";
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
    }
    .header_navBlack a.company::before {
        background-image: url(../img/icon_company.png);
        width: 16px;
        height: 16px;
        top: 10px;
    }
    .header_navBlack a.vision::before {
        background-image: url(../img/icon_vision.png);
        width: 20px;
        height: 20px;
        top: 8px;
    }
    .header_navBlack a.sdgs::before {
        background-image: url(../img/icon_sdgs.png);
        width: 16px;
        height: 16px;
        top: 11px;
    }
    .header_navBlack a.team::before {
        background-image: url(../img/icon_team.png);
        width: 23px;
        height: 25px;
        top: 6px
    }
    .header_navBlack a::after {
        content: none;
    }
    .header_navBlack h2.first {
        font-size: 10px;
        letter-spacing: .5em;
        padding: 0;
        margin: 12px 0 8px;
        width: 100%;
        text-align: center;
        line-height: 1.2;
    }
    .header_navBlack a .large {
        font-size: 12px;
    }
    .header_navBlack a .en {
        display: none;
        /* font-size: 10px; */
    }
    .header_toggle {
        display: block;
    }
    /* ----------------------------------------------------------------------
        footer
    ---------------------------------------------------------------------- */
    #banner {
        padding: 45px 30px;
    }
    .contents_banner {
        display: block;
    }
    .contents_banner a {
        display: flex;
        float: left;
        margin: 0 1%;
        width: 23%;
    }
    .contents_banner a:nth-child(2n) {
        /* margin-right: 0; */
    }
    .footer_el .wrapper {
        width: 80%;
    }
    .footer_el_news {
        display: block;
    }
    .footer_el_news_ttl {
        font-size: 18px;
        margin: 0 0 30px;
        max-width: 100%;
    }
    .footer_el_link {
        display: block;
    }
    .footer_el_link_box {
        float: left;
        width: 50%;
    }
    .footer_el_link_box a {
        font-size: 13px;
    }
    .footer_el_sns {
        text-align: center;
    }
    .footer_bottom_link {
        display: block;
        max-width: 267px;
    }
    .footer_bottom_link a {
        width: 100%;
    }
    .footer_bottom_link a.white {
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 480px) {
    /* ----------------------------------------------------------------------
        header
    ---------------------------------------------------------------------- */
    .header_logo {
        margin: 15px 0 17px;
    }
    .header_logo img {
        height: 20px;
    }
    .header_logo::before {
        content: none;
        letter-spacing: 3px;
        font-family: 'axisstd-bold';
        position: static;
        display: block;
        margin-bottom: 6px;
    }
    .header_navBlack_el {
        padding: 0 25px;
    }
    /* ----------------------------------------------------------------------
        footer
    ---------------------------------------------------------------------- */
    #banner {
        padding: 45px 25px;
    }
    .contents_banner a {
        float: none;
        margin: 0 auto 15px!important;
        width: 100%;
    }
    .footer_el .wrapper {
        width: 95%;
    }
}

.cate-label span {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    letter-spacing: .2em;
    line-height: 15px;
    margin-right: 8px;
    padding: 6px 15px 4px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 600;
    background-color: #adadad;
}

span.saiyo {
    background: url(../img/icon_saiyo_white.png) no-repeat 14px center;
    background-size: 12px;
    padding-left: 32px;
    background-color: #388AD2;
}

span.roumu {
    background: url(../img/icon_roumu_white.png) no-repeat 14px center;
    background-size: 12px;
    padding-left: 32px;
    background-color: #03B8AC;
}

span.soshiki {
    background: url(../img/icon_soshiki_white.png) no-repeat 14px center;
    background-size: 12px;
    padding-left: 32px;
    background-color: #9091ec;
}

span.saiyo-sub {
    border: 1px solid #388ad2;
    color: #388ad2;
    background: #fff;
}

span.roumu-sub {
    border: 1px solid #03b8ac;
    color: #03b8ac;
    background: #fff;
}

span.soshiki-sub {
    border: 1px solid #6474c0;
    color: #6474c0;
    background: #fff;
}

*:focus-visible {
    outline: 2px solid #ded5bf !important;
    border: none !important;
    outline-offset: -2px !important;
}

@media screen and (max-width: 768px) {
    .cate-label span {
        font-size: 12px;
        margin-right: 5px;
        letter-spacing: .05em;
    }
}