@media only screen and (max-width: 1119px) {
    .u-inner {
        margin: 0;
        max-width: none;
        padding: 0 20px;
    }
    .top-posts-col {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
    .top-posts-card .card-pic {
        max-width: 222px;
        min-width: 222px;
    }
    .top-posts-card .card-cont {
        max-width: calc(100% - 232px);
        min-width: calc(100% - 232px);
    }
    .company-slide .top-posts-card .card-pic {
        max-width: 242px;
        min-width: 242px;
    }
    .company-slide .top-posts-card .card-cont {
        max-width: 242px;
        min-width: 242px;
    }
    .top-posts-card .ttl {
        font-size: 1rem;
    }
    .posts-card {
        width: calc(50% - 10px);
    }
    .posts-card:nth-child(2n) {
        margin-left: 20px;
    }
    .posts-card .card-pic {
        max-width: 222px;
        min-width: 222px;
    }
    .posts-card .card-cont {
        max-width: calc(100% - 232px);
        min-width: calc(100% - 232px);
    }
    .posts-card .ttl {
        font-size: 1rem;
    }
    .breadcrumb .u-inner {
        padding: 0 60px;
    }
    .home .gtop-sns {
        height: 42px;
        margin-left: 11px;
        width: 99px;
    }
    .home .gtop-menu {
        height: 38px;
        width: 280px;
    }
    .home .gtop-ig svg {
        height: 25px;
        width: 25px;
    }
    .home .gtop-tw svg {
        height: 25px;
        width: 25px;
    }
    .home .gtop-fb svg {
        height: 25px;
        width: 25px;
    }
    .gtop-search {
        width: 170px;
    }
    .gtop-menu {
        top: 15px;
        width: 280px;
    }
    .home .glogo svg {
        height: 60px;
        width: 201.5px;
    }
    .home .gtop-search button svg {
        height: 16.5px;
        width: 16.5px;
    }
    .home .gtop-search button {
        top: 8px;
    }
    .fixed-page-ttl {
        font-size: 1.875rem;
    }
    .archive-bnr-series li {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
    .archive-bnr-series li:nth-child(2n) {
        margin-left: 20px;
    }
    /* .ganiv {
        height: 60px;
    }
    .aniv.home .glogo {
        padding-right: 74px;
    }
    .ganiv {
        transform: translateX(74px);
    } */
}


@media only screen and (min-width: 1024px) {
    .bnr-feedback:hover {
        
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f6fafa 4px,#f6fafa 6px);
    }
    .bnr-feedback:hover::before {
        border: 3px solid #6cbcbe;
    }
    .bnr-feedback:hover::after {
        transform: translate(5px,0) rotate(45deg);
    }
    .nothome .gheader {
        height: 90px;
        padding: 8px 0 5px;
    }
    .nothome .gnav {
        top: 90px;
    }
    .nothome .container {
        padding-top: 140px;
    }
}


@media only screen and (max-width: 1023px) {
    .nothome .glogo {
        left: 50%;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
    }
    .fixed-favorite {
        display: none;
    }
    .wrapper {
        padding-top: 164px;
    }
    .gnav {
        /* border-bottom: 1px solid #FFF; */
        padding: 0;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .gnav-menu {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .gnav-menu > li {
        border-bottom: 1px solid #FFF;
        margin: 0;
        width: 50%;
    }
    .gnav-menu > li > a {
        height: 42px;
        justify-content: center;
    }
    .gnav-menu > li:nth-child(2n+1) {
        border-right: 1px solid #FFF;
    }
    /* .gnav-menu > li:nth-child(n+3) {
        border-top: 1px solid #FFF;
    } */
    .gheader {
        border-bottom: 2px solid #fff500;
        height: 164px;
        padding: 20px 0;
    }
    .home .gtop-menu,
    .gtop-menu {
        left: 0;
        margin: auto;
        right: 0;
        top: 84px;
    }
    .home .gtop-time {
        left: 24px;
    }
    .container {
        padding-top: 0;
    }
    .visual-slide-wrap {
        padding: 8px 0;
    }
    .visual-slide .visual-item {
        margin: 0 4px;
    }
    .visual-slide .slick-prev {
        margin-left: -378px;
    }
    .visual-slide .slick-next {
        margin-right: -378px;
    }
    .fixed-page-ttl-wrap {
         display: none;
    }
    .top-posts-card a {
        flex-direction: column;
    }
    .top-posts-card .card-pic {
        max-width: 100%;
        min-width: 100%;
    }
    .top-posts-card .card-cont {
        margin-top: 6px;
        max-width: 100%;
        min-width: 100%;
    }
    .top-posts-cols {
        flex-direction: column;
    }
    .top-posts-col {
        max-width: 100%;
        min-width: 100%;
    }
    .top-posts-article {
        display: flex;
        flex-wrap: wrap;
    }
    .top-posts-card {
        max-width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
    .company-slide .top-posts-card {
        max-width: 242px;
        min-width: 242px;
    }
    .top-posts-card:nth-child(n+2) {
        margin-top: 0;
    }
    .top-posts-card:nth-child(n+3) {
        margin-top: 24px;
    }
    .top-posts-card:nth-child(2n) {
        margin-left: 20px;
    }
    .top-bnr-series {
        margin-bottom: 0;
    }
    .top-posts-col + .top-posts-col {
        margin-top: 40px;
    }
    .posts-card a {
        flex-direction: column;
    }
    .posts-card .card-pic {
        max-width: 100%;
        min-width: 100%;
    }
    .posts-card .card-cont {
        margin-top: 6px;
        max-width: 100%;
        min-width: 100%;
    }
    .series-lead {
        font-size: 1.1875rem;
    }
    .company-card {
        width: calc(50% - 10px);
    }
    .company-card .card-pic {
        max-width: 100%;
        min-width: 100%;
    }
    .company-card .card-cont {
        margin-top: 6px;
        max-width: 100%;
        min-width: 100%;
    }
    .company-card:nth-of-type(4n+2),
    .company-card:nth-of-type(4n+3),
    .company-card:nth-of-type(4n) {
        margin-left: 0;
    }
    .company-card:nth-of-type(2n) {
        margin-left: 20px;
    }
    .company-card:nth-of-type(n+3) {
        margin-top: 20px;
    }
    .u-inner02 {
        margin: 0;
        padding: 0 20px;
    }
    .company-report-card {
        width: calc((100% - 60px) / 3);
    }
    .company-report-card:nth-child(3n+2),
    .company-report-card:nth-child(3n) {
        margin-left: 20px;
    }
    .recruit-report-card {
        width: calc((100% - 60px) / 3);
    }
    .recruit-report-card:nth-child(3n+2),
    .recruit-report-card:nth-child(3n) {
        margin-left: 20px;
    }
    .company-contact-link li {
        margin: 0 3px;
    }
    .company-contact-link a {
        font-size: 1.0625rem;
        height: 60px;
        max-width: 236px;
        min-width: 236px;
    }
    .recruit-intro-col:nth-child(1) {
        max-width: 240px;
        min-width: 240px;
    }
    .recruit-intro-col:nth-child(2) {
        max-width: calc(100% - 260px);
        min-width: calc(100% - 260px);
    }
    .gfooter {
        padding: 10px 0 30px;
    }
    .btn-spmenu {
        opacity: 1;
        pointer-events: all;
    }
    .top-posts-col-recent .top-posts-card:nth-child(n+5) {
        display: none;
    }
    .breadcrumb .u-inner {
        padding: 0;
    }
    .contents {
        padding: 50px 0 34px;
    }
    .kenchikunowa-head .belongs {
        font-size: 1.4375rem;
    }
    .kenchikunowa-head .name {
        font-size: 2.25rem;
    }
    .kenchikunowa-head .author rt {
        position: relative;
        top: 5px;
    }
    .kenchikunowa-head .entry-ttl {
        font-size: 2rem;
    }
    .kenchikunowa2-head .belongs {
        font-size: 1.4375rem;
    }
    .kenchikunowa2-head .name {
        font-size: 2.25rem;
    }
    .kenchikunowa2-head .author rt {
        position: relative;
        top: 5px;
    }
    .kenchikunowa2-head .entry-ttl {
        font-size: 2rem;
    }
    .wakamon-head .belongs {
        font-size: 1.4375rem;
    }
    .wakamon-head .name {
        font-size: 2.25rem;
    }
    .wakamon-head .author rt {
        position: relative;
        top: 5px;
    }
    .wakamon-head .entry-ttl {
        font-size: 2rem;
    }
    .container {
        padding-bottom: 50px;
    }
    .interview-doc-cont {
        font-size: 1rem;
        padding: 20px;
    }
    .shokunin_times-lead {
        font-size: 1.125rem;
    }
    .interview-sec .interview-doc-col {
        width: calc(100% - 130px);
    }
    .interview-doc-col .name {
        margin-bottom: 5px;
    }
    .entry-body .aside-box {
        font-size: 1rem;
        margin-top: 26px;
        padding: 30px;
    }
    .entry-body {
        margin-bottom: 60px;
    }
    .report-card {
        width: calc(50% - 10px);
    }
    .report-card .card-pic {
        max-width: 100%;
        min-width: 100%;
    }
    .report-card .card-cont {
        margin-top: 6px;
        max-width: 100%;
        min-width: 100%;
    }
    .report-card:nth-child(4n+2),
    .report-card:nth-child(4n+3),
    .report-card:nth-child(4n) {
        margin-left: 0;
    }
    /* .report-card:nth-child(2n) {
        margin-left: 20px;
    }
    .report-card:nth-child(n+3) {
        margin-top: 20px;
    } */
    .report-nav {
        margin-bottom: 60px;
    }
    .report-nav li {
        margin: 4px;
    }
    .report-nav a,
    .report-nav label {
        width: calc((50vw - 20px));
        max-width: 160px;
    }
    .company-head .name .name-box {
        background-color: rgba(255,255,255,.9);
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1;
        padding: 46px 80px;
    }
    .spnav {
        display: block;
        opacity: 1;
        pointer-events: all;
    }
    .about-doc .intro {
        font-size: 1.0625rem;
    }
    .company-sec .iframe-wrap::before {
        content: "";
        display: block;
        padding-top: 56%;
    }
    .company-sec .iframe-wrap iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .top-company-video {
        margin-bottom: 0;
    }
    .top-company-video .iframe-wrap {
        position: relative;
    }
    .top-company-video .iframe-wrap::before {
        content: "";
        display: block;
        padding-top: 56%;
    }
    .top-company-video .iframe-wrap iframe {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .company-search .select-col select {
        padding: 0 5px;
    }
    .company-search .select-col dt {
        font-size: 0.9375rem;
        height: 44px;
        width: 54px;
    }
    .company-search .select-col dd {
        font-size: 0.9375rem;
        width: calc(100% - 54px);
    }
    .about-doc .message-wrap {
        margin-top: 80px;
    }
    .about-doc .hdr-message {
        font-size: 1.5rem;
        margin-bottom: 32px;
    }
    .about-doc .hdr-message small {
        font-size: 1rem;
    }
    .about-doc .message-txt + .message-txt {
        margin-top: 24px;
    }
    .about-doc .message-author {
        font-size: 0.9375rem;
    }
    .about-doc .message-author b {
        font-size: 1.0625rem;
    }
    .q-inner {
        margin: 0;
        max-width: none;
        padding: 0 20px;
    }
    .answer-col {
        width: calc(100% - 180px);
    }
    .question-card .icon-q {
        height: 54px;
        width: 54px;
    }
    .question-card .icon-q svg {
        height: 29.1px;
        width: 27.7px;
    }
    .question-card a {
        padding: 26px 32px 26px 66px;
    }
    .question-archive-main {
        margin-right: 20px;
        width: calc(100% - 240px);
    }
    .question-archive-side {
        width: 220px;
    }
    .link-bnr-block li {
        width: calc((100% - 36px) / 4);
    }
    .link-bnr-block li:nth-child(6n+1) {
        margin-left: 12px;
    }
    .link-bnr-block li:nth-child(4n+1) {
        margin-left: 0;
    }
    .top-posts-article.top-posts-ranking {
        flex-wrap: unset;
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 1px 0;
    }
    .top-posts-ranking .top-posts-card {
        max-width: 54%;
        min-width: 54%;
    }
    .top-posts-ranking .top-posts-card .card-pic {
        border-radius: 8px;
        overflow: hidden;
    }
    .top-posts-ranking .top-posts-card a {
        padding-top: 10px;
    }
    .top-posts-card a .rank {
        border-radius: 10px;
        height: 20px;
        width: 20px;
    }
    .top-posts-ranking .top-posts-card:nth-child(n+2) {
        margin-left: 10px;
        margin-top: 0;
    }
    .author-company .company-card .card-pic {
        min-width: 240px;
    }
    .author-company .company-card .card-cont {
        min-width: 260px;
    }
    .gnav {
        z-index: 99;
    }
    .gnav-menu .update {
        font-size: 0.5625rem;
        line-height: 1;
        top: -6px;
        padding: 2px 0;
        width: 56px;
    }
    .gnav-menu .update::before {
        bottom: -4px;
        left: 3px;
        transform: skewX(-30deg);
    }
    .company-bnr-lists li {
        height: auto;
        margin: 8px;
        max-width: calc((100% - 32px) / 2);
    }
    .hdr-gfooter-company-bnr-area {
        font-size: 25px;
        margin-bottom: 32px;
    }
    .gfooter-company-bnr-area {
        padding: 78px 0 68px;
    }
    .series-caption {
        font-size: 1.125rem;
    }
    .kenchikunowa-yt-card {
        width: calc(50% - 8px);
    }
    .kenchikunowa-yt-card:nth-child(2n+1) {
        margin-right: 16px;
    }
    .question-nav {
        border: 1px solid #17d2db;
        box-shadow: 8px 8px 0 -1px #17d2db;
        flex-direction: column;
    }
    .hdr-question-nav-wrap span {
        margin-bottom: -1px;
        font-size: 14px;
    }
    .question-nav .question-nav-card {
        width: 100%;
    }
    .question-nav .question-nav-card:nth-child(2n) {
        margin-left: 0;
    }
    .question-nav .question-nav-card:nth-child(n+2) {
        margin-top: 25px;
    }
    .question-nav .question-nav-card:nth-child(n+2)::after {
        background-color: #17d2db;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: -13px;
        width: 100%;
    }
    .question-nav .question-nav-card:nth-child(2n)::before {
        display: none;
    }
    .question-nav .question-nav-card a {
        border: 1px solid #17d2db;
        padding: 32px 16px 32px 16px;
        font-size: 14px;
    }
    .hdr-question-nav {
        font-size: 11px;
        top: -1px;
    }
    .question-nav-card .q-answer {
        padding: 0 8px 6px;
    }
    .question-nav-card .answer-num {
        font-size: 12px;
        position: relative;
        top: 3px;
    }
    .question-nav-card .icon-a svg {
        height: 22px;
        width: 26px;
    }
    .question-nav-card .icon-a {
        height: 22px;
        margin-right: 8px;
        width: 26px;
    }
    .company-numbers .number-card {
        padding: 16px 20px 20px;
        width: calc((100% - 10px) / 2);
    }
    .company-numbers .number-card:nth-child(2n) {
        margin-left: 10px;
    }
    .company-numbers .number-card:nth-child(n+3) {
        margin-top: 10px;
    }
    .number-info03 .number {
        font-size: 58px;
    }
    .number-info03 .unit {
        font-size: 16px;
        margin-left: 0;
    }
    .number-info03 dt {
        line-height: 1.2;
        width: 30px;
    }
    .number-info03 dd + dt {
        margin-left: 12px;
    }
    .number-info02 .number {
        font-size: 66px;
    }
    .number-info01 .number, .number-info04 .number {
        font-size: 68px;
    }
    .number-info01 .unit, .number-info04 .unit {
        font-size: 20px;
        margin-left: 2px;
    }
    .company-numbers .hdr-number-card span {
        padding-bottom: 4px;
    }
    .calendar-card a {
        display: block;
        padding: 0;
    }
    .calendar-card a .card-head {
        height: 80px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .card-head .calendar-time {
        left: 10px;
        top: 10px;
    }
    .calendar-card .card-cont {
        margin-left: 0;
        position: relative;
        width: 100%;
        z-index: 2;
        padding: 10px;
    }
    .event-search-block {
        margin: 0 auto 48px;
    }
    .top-large-bnr:nth-child(n+2) {
        margin-left: 20px;
    }
    .baito-card {
        display: block;
        padding: 0;
    }
    .baito-card .card-cont {
        margin-left: 0;
        position: relative;
        width: 100%;
        z-index: 2;
        padding: 10px;
    }
    .share-btns-lists li a i {
        margin-right: 0;
    }

    .report-hero {
        padding: 36px 22px 60px;
        margin-top: -50px;
    }
    .report-hero::before,
    .report-hero::after {
        width: 26vw;
        height: 26vw;
        background-image: radial-gradient(#ffe500 1.5px, transparent 1.5px);
        background-size: 10px 10px;
    }
    .report-hero::after {
        right: 2.5vw;
        top: 35%;
        width: 30vw;
        height: 30vw;
    }
    .report-hero__body {
        display: block;
    }
    .report-hero__visual {
        margin-top: 20px;
        text-align: center;
    }
    .report-hero__title {
        font-size: clamp(36px, 7.9vw, 54px);
        text-align: center;
    }
    .report-hero__lead {
        line-height: 1.6;
        font-size: 15px;
        width: fit-content;
        margin: 0 auto;
    }
    .report-hero__label {
        margin: 0 0 8px;
        font-size: 16px;
        text-align: center;
    }

    .report-category-nav {
        margin: -44px auto 28px;
        padding: 0 20px;
        max-width: 100%;
    }
    .report-category-nav__list {
        gap: 10px;
    }
    .report-category-nav__link {
        gap: 5px;
        padding: 12px 8px;
        border-radius: 13px;
    }
    .report-category-nav__name {
        font-size: 14px;
        line-height: 1.35;
    }
    .report-category-nav__link svg {
        transform: scale(0.9);
    }
}

@media only screen and (max-width: 940px) {
    .e-inner {
        margin: 0;
        max-width: none;
        padding: 0 20px;
    }
    .author-profile-col:nth-child(1) {
        width: 200px;
    }
    .author-profile-col:nth-child(2) {
        width: calc(100% - 230px);
    }
}

@media only screen and (max-width: 840px) {
    .c-inner {
        margin: 0;
        max-width: none;
        padding: 0 20px;
    }
}


@media only screen and (max-width: 767px) {
    .author-profile-cols {
        flex-direction: column;
    }
    .author-profile-col:nth-child(2) {
        width: 100%;
    }
    .author-profile-col:nth-child(1) {
        width: 160px;
        margin-bottom: 15px;
    }
    .hdr-author-profile {
        border-bottom: 1px solid #000;
        font-size: 1.25rem;
        padding: 7px 0 12px;
    }
    .home .glogo svg {
        height: 50px;
        width: 168px;
    }
    .glogo svg {
        height: 50px;
        width: 168px;
    }
    .btn-spmenu {
        right: 20px;
        top: 22px;
    }
    .home .gtop-menu,
    .gtop-menu {
        display: none;
    }
    .gheader {
        height: 74px;
        padding: 12px 0;
    }
    .home .gtop-time {
        height: 48px;
        left: 15px;
        top: 0;
        width: 48px;
    }
    .home .gtop-month {
        height: 15px;
    }
    .home .gtop-month i {
        font-size: 15px;
    }
    .home .gtop-month span {
        font-size: 8px;
    }
    .home .gtop-date {
        bottom: 10px;
        font-size: 21px;
        height: 21px;
    }
    .home .gtop-day {
        font-size: 9px;
        height: 13px;
    }
    .wrapper {
        padding-top: 74px;
    }
    /* .gnav {
        display: none;
    } */
    .gnav-menu > li > a {
        font-size: 0.875rem;
        height: 34px;
        justify-content: flex-start;
        line-height: 1;
        padding: 0 0 0 4%;
    }
    .visual-slide .visual-item {
        margin: 0;
        width: 100vw;
    }
    .visual-slide .slick-slide img {
        width: 100vw;
    }
    .visual-slide-wrap {
        padding: 0;
    }
    .visual-slide .slick-prev,
    .visual-slide .slick-next {
        height: 30px;
        top: 25vw;
        width: 30px;
    }
    .visual-slide .slick-prev {
        left: 5px;
        margin-left: 0;
    }
    .visual-slide .slick-next {
        margin-right: 0;
        right: 5px;
    }
    .visual-slide .slick-prev::before,
    .visual-slide .slick-next::before {
        height: 9px;
        width: 7.8px;
    }
    .visual-slide .visual-item a .item-cont {
        padding: 2px 20px;
    }
    .visual-slide .ttl {
        font-size: 1rem;
        line-height: 1.5625;
        padding: 6px 0;
    }
    .top-bnr-series {
        padding: 0;
    }
    .top-bnr-series .bnr-lists {
        margin-left: -12px;
        width: 100vw;
    }
    .top-bnr-series li figcaption {
        font-size: 0.875rem;
        padding: 5px 0;
    }
    .top-bnr-series li a:hover figure div:after {
        -webkit-animation: none;
                animation: none;
    }
    .top-bnr-series .bnr-lists {
        align-items: center;
        flex-direction: column;
        padding: 10px 0;
    }
    .top-bnr-series li {
        margin: 0 4px;
        width: calc(100vw - 40px);
    }
    .archive-bnr-series {
        padding: 20px 0 0;
    }
    .archive-bnr-series .bnr-lists {
        align-items: center;
        flex-direction: column;
    }
    .archive-bnr-series li {
        max-width: 500px;
        width: 100%;
    }
    .archive-bnr-series li:nth-child(2n) {
        margin-left: 0;
    }
    .archive-bnr-series li + li {
        margin-top: 10px;
    }
    .archive-bnr-series li figcaption {
        font-size: 0.8125rem;
        padding: 5px 0;
    }
    .top-posts-block01 {
        padding: 20px 0 50px;
    }
    .top-posts-card {
        max-width: 100%;
        min-width: 100%;
    }
    .top-posts-card:nth-child(2n) {
        margin-left: 0;
    }
    /* .top-posts-card a {
        flex-direction: row;
    } */
    /* .top-posts-card .card-pic {
        align-items: center;
        display: flex;
        max-width: calc(50% - 4px);
        min-width: calc(50% - 4px);
    } */
    /* .top-posts-card .card-cont {
        margin-top: 0;
        max-width: calc(50% - 4px);
        min-width: calc(50% - 4px);
    } */
    .top-posts-card .ttl {
        font-size: 0.875rem;
        line-height: 1.45;
    }
    .top-posts-card .cat-label {
        font-size: 0.625rem;
        height: 17px;
        line-height: 16px;
        padding: 0 5px;
    }
    .top-posts-card .date {
        font-size: 0.75rem;
    }
    .top-posts-card .date svg {
        height: 12px;
        width: 12px;
    }
    .top-posts-card .cat {
        margin-bottom: 4px;
    }
    .top-posts-card .date i {
        margin-right: 3px;
        margin-top: 1px;
    }
    .top-posts-card .date span {
        line-height: 1;
        padding-top: 0;
    }
    .top-posts-card:nth-child(n+2) {
        margin-top: 24px;
    }
    /* .top-posts-col-recent .top-posts-card:nth-child(n+6) {
        display: none;
    } */
    .hdr-top-posts-col {
        font-size: 1.4375rem;
    }
    .top-company {
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .hdr-top-company {
        font-size: 1.4375rem;
        text-align: left;
    }
    .hdr-top-company span {
        padding: 0 4px;
    }
    .hdr-report-archive {
        font-size: 1.4375rem;
        /* text-align: center; */
    }
    .hdr-top-posts-col span {
        padding: 0 4px;
    }
    .top-posts-col .btn-more-wrap {
        top: 14px;
    }
    .top-posts-col .btn-more {
        font-size: 0.8125rem;
        height: 26px;
    }
    .top-posts-col .btn-more-wrap {
        width: 104px;
    }
    .top-posts-col .btn-more .icon {
        margin-right: 3px;
        top: 2px;
    }
    .top-posts-col .btn-more svg {
        height: 14px;
        width: 14px;
    }
    .gfooter-nav ul {
        flex-direction: column;
    }
    .gfooter-nav a {
        font-size: 0.75rem;
    }
    .container {
        padding-bottom: 30px;
    }
    .gfooter {
        padding: 0 0 20px;
    }
    .contents {
        padding: 30px 0 34px;
    }
    .series-lead {
        font-size: 0.875rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .breadcrumb ol {
        font-size: 0.625rem;
    }
    .entry-body {
        font-size: 0.9375rem;
        line-height: 1.9;
    }
    .page-ttl {
        font-size: 1.125rem;
        margin-bottom: 28px;
    }
    .hdr-tag-cloud {
        font-size: 0.9375rem;
        text-align: center;
    }
    .hdr-tag-cloud .icon {
        margin-right: 3px;
    }
    .hdr-tag-cloud .icon > svg {
        height: 15px;
        width: 17px;
    }
    .kenchikunowa-head {
        border: 4px solid #FFF500;
        border-radius: 10px;
        padding: 12px 0;
    }
    .kenchikunowa2-head {
        border: 4px solid #fe920c;
        border-radius: 10px;
        padding: 12px 0;
    }
    .wakamon-head {
        border: 4px solid #2ebdbf;
        border-radius: 10px;
        padding: 12px 0;
    }
    .spnav {
        top: 74px;
        transform: translateY(calc(-1*(100% + 74px)));
    }
    .spnav-inner {
        height: calc(100vh - 80px);
        height: calc(var(--vh, 1vh) * 100 - 74px);
    }
    .shokunin_times-lead {
        font-size: 0.9375rem;
    }
    .shokunin_times-lead {
        font-size: 0.875rem;
        padding: 0 20px;
        text-align: justify;
    }
    .entry.shokunin_times .entry-body {
        padding: 20px 0 40px;
    }
    .interview-sec-wrap {
        padding: 20px 0;
    }
    .interview-sec {
        background-color: #fffbdd;
        flex-direction: column;
        padding: 14px;
    }
    .entry.shokunin_times .interview-sec {
        background-color: #FFF;
    }
    .interview-sec .interview-doc-col {
        position: relative;
        width: 100%;
    }
    .interview-sec .interview-doc-cont::before {
        display: none;
    }
    .interview-doc-cont {
        font-size: 0.9375rem;
        padding: 0;
    }
    .interview-sec .interview-pic-col {
        width: 80px;
    }
    .interview-sec .interview-pic .border {
        border: 4px solid;
    }
    .interview-doc-col .name {
        width: calc(100% - 90px);
    }
    .interview-doc-col .name {
        width: calc(100% - 90px);
        position: absolute;
        left: 90px;
        top: -56px;
    }
    .interview-doc-cont {
        margin-top: 5px;
    }
    .hdr-series {
        margin-bottom: 36px;
    }
    .entry-body .wp-caption-text {
        font-size: 0.8125rem;
        margin-top: 5px;
    }
    .entry-head.kenchikunowa .series-vol span {
        font-size: 1.125rem;
    }
    .entry-head.kenchikunowa .series-vol {
        margin-bottom: 56px;
    }
    .entry-head.kenchikunowa .first-pic {
        margin-bottom: 52px;
    }
    .entry-head.kenchikunowa2 .series-vol span {
        font-size: 1rem;
    }
    .entry-head.kenchikunowa2 .series-vol {
        margin-bottom: 56px;
    }
    .entry-head.kenchikunowa2 .first-pic {
        margin-bottom: 52px;
    }
    .entry-head.wakamon .series-vol span {
        font-size: 1.125rem;
    }
    .entry-head.wakamon .series-vol {
        margin-bottom: 56px;
    }
    .entry-head.wakamon .first-pic {
        margin-bottom: 52px;
    }
    .entry-head.labojyo .series-vol span {
        font-size: 0.9375rem;
    }
    .entry-head.labojyo .series-vol {
        margin-bottom: 40px;
    }
    .entry-head.labojyo .first-pic {
        margin-bottom: 52px;
    }
    .kenchikunowa-head .belongs {
        font-size: 1.125rem;
    }
    .kenchikunowa-head .name {
        font-size: 1.6875rem;
    }
    .kenchikunowa-head .name-ttl {
        font-size: 1.0625rem;
    }
    .kenchikunowa-head .entry-ttl {
        font-size: 1.3125rem;
    }
    .kenchikunowa-head.double-name .entry-ttl {
        font-size: 1.3125rem;
    }
    .kenchikunowa-head .author rt {
        font-size: 0.6875rem;
    }
    .kenchikunowa-head .theme-vol {
        font-size: 0.875rem;
    }
    .kenchikunowa-head .theme {
        font-size: 1rem;
    }
    .kenchikunowa-head hr {
        height: 4px;
    }
    .kenchikunowa2-head .belongs {
        font-size: 1.125rem;
    }
    .kenchikunowa2-head .name {
        font-size: 1.6875rem;
    }
    .kenchikunowa2-head .name-ttl {
        font-size: 1.0625rem;
    }
    .kenchikunowa2-head .entry-ttl {
        font-size: 1.3125rem;
    }
    .kenchikunowa2-head.double-name .entry-ttl {
        font-size: 1.3125rem;
    }
    .kenchikunowa2-head .author rt {
        font-size: 0.6875rem;
    }
    .kenchikunowa2-head .theme-vol {
        font-size: 0.875rem;
    }
    .kenchikunowa2-head .theme {
        font-size: 1rem;
    }
    .kenchikunowa2-head hr {
        height: 4px;
    }
    .wakamon-head .belongs {
        font-size: 1.125rem;
    }
    .wakamon-head .name {
        font-size: 1.6875rem;
    }
    .wakamon-head .name-ttl {
        font-size: 1.0625rem;
    }
    .wakamon-head .entry-ttl {
        font-size: 1.3125rem;
    }
    .wakamon-head.double-name .entry-ttl {
        font-size: 1.3125rem;
    }
    .wakamon-head .author rt {
        font-size: 0.6875rem;
    }
    .wakamon-head .theme-vol {
        font-size: 0.875rem;
    }
    .wakamon-head .theme {
        font-size: 1rem;
    }
    .wakamon-head hr {
        height: 4px;
    }
    /* .company-card {
        width: 100%;
    }
    .company-card:nth-of-type(2n) {
        margin-left: 0;
    }
    .company-card:nth-of-type(n+2) {
        margin-top: 20px;
    } */
    .company-card {
        width: calc(50% - 5px);
    }
    .company-card:nth-of-type(2n) {
        margin-left: 10px;
    }
    .company-card .name {
        font-size: 0.8125rem;
        font-weight: 700;
        line-height: 1.56;
        margin-bottom: 4px;
    }
    .company-card .name svg {
        height: 18px;
        width: 14px;
    }
    .company-card .card-cont {
        padding-top: 0;
    }
    .company-card .catch {
        font-size: 0.8125rem;
        line-height: 1.45;
    }
    .company-card .with-recruit {
        font-size: 0.6875rem;
        height: 17px;
        width: 62px;
    }
    .company-card .cat-label {
        font-size: 0.6875rem;
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
    }
    .company-head .name .name-box {
        font-size: 1.375rem;
        letter-spacing: .02em;
        padding: 20px;
    }
    .company-head .name-box .bracket-top {
        height: 20px;
    }
    .company-head .name-box .bracket-top::before,
    .company-head .name-box .bracket-top::after {
        width: 20px;
    }
    .company-head .name-box .bracket-bottom {
        height: 20px;
    }
    .company-head .name-box .bracket-bottom::before,
    .company-head .name-box .bracket-bottom::after {
        width: 20px;
    }
    .company-head {
        height: 260px;
        padding-top: 101px;
    }
    .company-nav {
        top: 100%;
    }
    .company-nav ul {
        flex-direction: column;
    }
    .company-body {
        /* padding: 230px 0 50px; */
        padding: 20px 0 50px;
    }
    .company-nav li a {
        height: 50px;
    }
    .company-nav li:nth-child(n+2) {
        border-left: none;
        border-top: 1px solid #FFF;
    }
    .company-nav li a span {
        font-size: 0.9375rem;
    }
    .company-nav li a svg {
        height: 8px;
        width: 12px;
    }
    .company-report-card {
        width: 100%;
    }
    .company-report-card:nth-child(3n+2),
    .company-report-card:nth-child(3n) {
        margin-left: 0;
    }
    .company-report-card:nth-child(n+2) {
        margin-top: 20px;
    }
    .company-sec .company-catch {
        font-size: 1.25rem;
    }
    .company-search .select-cols {
        flex-direction: column;
    }
    .company-search .select-col {
        width: 100%;
    }
    .company-search .select-col:nth-child(2),
    .company-search .select-col:nth-child(3) {
        margin-left: 0;
        margin-top: 30px;
    }
    .company-search .keyword-block dl {
        flex-direction: column;
    }
    .company-search .keyword-block dt {
        margin-bottom: 8px;
        width: 100%;
    }
    .company-search .keyword-block dt::after {
        content: "";
    }
    .company-search .keyword-block dd {
        width: 100%;
    }
    .company-search .select-col i {
        bottom: auto;
        left: 0;
        right: 0;
        top: -41px;
    }
    .company-search .select-col i::before,
    .company-search .select-col i::after {
        width: 20px;
    }
    .company-sec .u-dl01 dt {
        background-color: #eee;
        border-bottom: none;
        font-size: 0.875rem;
        font-weight: 700;
        padding: 1px 6px 1px;
        width: 100%;
    }
    .company-sec .u-dl01 dd {
        font-size: 0.875rem;
        padding: 3px 6px 3px;
        width: 100%;
    }
    .company-recruit-list li a {
        flex-wrap: wrap;
        height: auto;
        padding: 12px;
    }
    .company-recruit-list .data {
        width: 100%;
    }
    .company-recruit-list .btn-detail {
        margin-top: 10px;
        width: 100%;
    }
    .company-contact-link {
        flex-direction: column;
        margin: 40px 0 20px;
    }
    .company-contact-link li {
        margin: 5px 0;
        width: 100%;
    }
    .company-contact-link li a {
        max-width: 100%;
        min-width: 100%;
    }
    .single-article .entry-ttl {
        font-size: 1.375rem;
        line-height: 1.33;
        padding: 16px 0;
    }
    .entry-body h2 {
        font-size: 1.25rem;
        line-height: 1.5;
    }
    .entry-body h3 {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .entry-body h4 {
        font-size: 1rem;
        line-height: 1.5;
    }
    .entry-body p + p,
    .entry-body p + h3,
    .entry-body p + h4,
    .entry-body * + .wp-caption,
    .entry-body .wp-caption + *,
    .entry-body * + .su-row,
    .entry-body .su-row + *,
    .entry-body * + .su-note,
    .entry-body .su-note + *,
    .entry-body * + .su-youtube,
    .entry-body .su-youtube + *,
    .entry-body * + .wp-video,
    .entry-body .wp-video + * {
        margin-top: 1.5em;
    }
    .share-btns {
        margin-top: 70px;
    }
    .share-message {
        font-size: 0.75rem;
    }
    .share-message span {
        padding: 0 10px;
    }
    .share-message span::before {
        border-left: 1px solid #222;
    }
    .share-message span::after {
        border-left: 1px solid #222;
    }
    .share-btns-lists li a span {
        display: none;
    }
    .share-btns-lists li {
        width: calc((100% - 10px) / 3);
    }
    .share-btns-lists li a {
        height: 38px;
    }
    .entry-body .su-row .su-column-size-1-3 {
        width: 80%;
    }
    .entry-body .su-row .su-column {
        float: none;
        margin: 5px auto;
    }
    .entry-body .su-row .su-column:first-child {
        margin-left: auto;
    }
    .entry-body [class*="su-column"] + [class*="su-column"]:last-child {
        float: none;
    }
    .company-sec .company-msg {
        font-size: 0.9375rem;
    }
    .company-sec .iframe-wrap {
        margin-bottom: 20px;
    }
    .company-sec + .company-sec {
        margin-top: 32px;
    }
    .u-hdr01 {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 16px;
        padding: 10px 0;
    }
    .single-recruit .company-body {
        /* padding: 330px 0 60px; */
        padding: 60px 0 60px;
    }
    .job-type-dl {
        flex-direction: column;
    }
    .job-type-dl dt {
        margin-bottom: 10px;
    }
    .job-type-dl dd {
        font-size: 1.25rem;
    }
    .recruit-intro-cols {
        flex-direction: column;
    }
    .recruit-intro-col:nth-child(1) {
        margin-bottom: 20px;
        max-width: 100%;
        min-width: 100%;
    }
    .recruit-intro-col:nth-child(2) {
        max-width: 100%;
        min-width: 100%;
    }
    .recruit-intro-txt {
        font-size: 0.9375rem;
    }
    .recruit-report-card {
        width: 100%;
        max-width: 100%;
    }
    .recruit-report-card:nth-child(3n+2),
    .recruit-report-card:nth-child(3n) {
        margin-left: 0;
    }
    .recruit-report-card + .recruit-report-card {
        margin-top: 20px;
    }
    .requirement-note {
        font-size: 11px;
        text-align: left;
    }
    .form {
        flex-direction: column;
    }
    .form dt {
        border-bottom: none;
        font-size: 0.9375rem;
        padding: 10px 0 0;
        width: 100%;
    }
    .form dt label {
        top: 0;
    }
    .form dd {
        font-size: 0.9375rem;
        padding: 6px 0 12px;
        width: 100%;
    }
    .form input[type="text"] {
        max-width: 100%;
    }
    .form .radio-wrap {
        margin-left: 0;
        margin-top: 15px;
    }
    .form-agree {
        display: flex;
        justify-content: center;
    }
    .form-agree label {
        display: block;
        font-size: 0.875rem;
    }
    .form-agree br.none {
        display: block;
    }
    .recruit-selection {
        font-size: 0.9375rem;
    }
    .form-submit button {
        margin: 4px;
    }
    .mw_wp_form_confirm .form .radio-wrap {
        margin-left: 10px;
        margin-top: 0;
    }
    .about-visual {
        margin: 0 -12px;
    }
    .about-doc .intro {
        font-size: 0.9375rem;
    }
    .about-doc .message-wrap {
        margin-top: 60px;
    }
    .about-doc .hdr-message {
        font-size: 1.375rem;
        margin-bottom: 28px;
    }
    .about-doc .hdr-message small {
        font-size: 0.8125rem;
        margin-left: 0;
    }
    .about-doc .message-txt {
        font-size: 0.875rem;
    }
    .about-doc .message-txt + .message-txt {
        margin-top: 18px;
    }
    .about-doc .message-author {
        font-size: 0.8125rem;
    }
    .about-doc .message-author b {
        font-size: 0.9375rem;
        margin-left: 12px;
    }
    .page-ranking .monthly {
        margin-bottom: 60px;
    }
    .report-archive-wrap .btn-more-wrap {
        top: 14px;
    }
    .report-archive-wrap .btn-more {
        font-size: 0.8125rem;
        height: 26px;
    }
    .report-archive-wrap .btn-more-wrap {
        width: 104px;
    }
    .report-archive-wrap .btn-more .icon {
        margin-right: 3px;
        top: 2px;
    }
    .report-archive-wrap .btn-more svg {
        height: 14px;
        width: 14px;
    }
    .hdr-report {
        margin-bottom: 32px;
    }
    .hdr-question {
        margin-bottom: 32px;
    }
    .report-caption {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 20px;
        text-align: left;
    }
    .report-caption br {
        margin-bottom: 5px;
    }
    .u-table01 {
        width: 100%;
    }
    .u-table01 table,
    .u-table01 thead,
    .u-table01 tbody,
    .u-table01 tr,
    .u-table01 th,
    .u-table01 td {
        display: block;
        width: 100%;
    }
    .u-table01 th {
        border-bottom: none;
    }
    .u-table01 tbody th {
        background-color: #b5b5b5;
        border-bottom: none;
        border-right: none;
        padding: 1px 10px;
    }
    .u-table01 td {
        border-bottom: none;
        text-align: center;
    }

    .u-table02 table,
    .u-table02 thead,
    .u-table02 tbody {
        display: block;
        width: 100%;
    }
    .u-table02 tr {
        display: flex;
        flex-wrap: wrap;
    }
    .u-table02 th {
        display: block;
        width: 100%;
    }
    .u-table02 tbody th {
        background-color: #b5b5b5;
        line-height: 1.2;
        padding: 3px 10px;
    }
    .u-table02 tbody th {
        align-items: center;
        display: flex;
        justify-content: center;
        line-height: 1.2;
        padding: 5px 10px;
        width: 30%;
    }
    .u-table02 tbody td {
        align-items: center;
        display: flex;
        line-height: 1.2;
        padding: 5px 10px;
        width: 70%;
    }
    .u-table02 tbody td + th,
    .u-table02 tbody th + td {
        border-left: none;
    }
    .daily-schedule01 dt {
        width: 85px;
    }
    .daily-schedule01 dd {
        width: calc(100% - 85px);
    }
    .daily-schedule dt {
        font-size: 0.875rem;
        line-height: 1.6;
        padding: 5px 20px 5px 0;
    }
    .daily-schedule dd {
        font-size: 0.875rem;
        line-height: 1.6;
        padding: 5px 5px 5px 20px;
    }
    .daily-schedule01::before {
        left: 85px;
    }
    .daily-schedule dt::before {
        top: 11px;
    }
    .page-nav {
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .count-txt {
        margin-bottom: 10px;
    }
    .pagenavi {
        margin-left: 0;
        justify-content: center;
    }
    .pagenavi .page-numbers {
        margin-bottom: 2px;
        margin-left: 2px;
        margin-right: 2px;
        margin-top: 2px;
    }
    .question-caption {
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
    }
    .question-caption br + br {
        display: none;
    }
    .question-caption small {
        font-size: 0.75rem;
    }
    /* .question-caption br {
        margin-bottom: 5px;
    } */
    .q-categories a {
        border-radius: 12px;
        font-size: 0.75rem;
        height: 24px;
        line-height: 20px;
        padding: 0 8px;
    }
    .q-categories li {
        margin: 3px;
    }
    .q-categories {
        margin-bottom: 32px;
    }
    .question-card .icon-q {
        height: 32px;
        left: 8px;
        top: 14px;
        width: 32px;
    }
    .question-card .icon-q svg {
        height: 20px;
        width: 20px;
    }
    .question-card a {
        padding: 16px 24px 10px 8px;
    }
    .question-card .meta .cat {
        padding-left: 38px;
    }
    .question-card .name {
        font-size: 0.8125rem;
        line-height: 1.25;
        padding: 12px 0 3px;
    }
    .question-card .q-cont {
        font-size: 1rem;
    }
    .question-card .icon-r {
        height: 14px;
        right: 4px;
        width: 9px;
    }
    .question-card .icon-r svg {
        height: 14px;
        width: 9px;
    }
    .question-card .icon-a {
        height: 20px;
        margin-right: 5px;
        width: 26px;
    }
    .question-card .icon-a svg {
        height: 20px;
        width: 26px;
    }
    .question-card .q-answer {
        padding: 0;
    }
    .question-card .answer-num {
        font-size: 0.75rem;
    }
    .hdr-archive-answer-lists {
        font-size: 12px;
    }
    .archive-answer-list .pic-circle {
      border-radius: 20px;
      height: 40px;
      margin: 0 auto 4px;
      width: 40px;
    }
    .archive-answer-list .company-name {
        font-size: 10px;
    }
    .archive-answer-lists {
        padding: 0;
    }
    .question-entry .icon-q {
        height: 32px;
        left: 0;
        top: 14px;
        width: 32px;
    }
    .question-entry .icon-q svg {
        height: 20px;
        width: 20px;
    }
    .question-entry {
        border-top: 1px solid #DDD;
        left: -12px;
        padding: 16px 20px;
        position: relative;
        top: -1px;
        width: 100vw;
    }
    .question-entry .meta .cat {
        padding-left: 38px;
    }
    .question-entry .name {
        font-size: 0.875rem;
        padding: 12px 0 3px;
    }
    .question-entry .q-cont {
        font-size: 1rem;
    }
    .question-entry .icon-a {
        height: 20px;
        margin-right: 5px;
        width: 26px;
    }
    .question-entry .icon-a svg {
        height: 20px;
        width: 26px;
    }
    .question-entry .q-answer {
        padding: 0;
    }
    .question-entry .answer-num {
        font-size: 0.75rem;
    }
    .answer-entry-cols {
        flex-direction: column;
    }
    .answerer-info .pic-circle {
        border-radius: 50px;
        height: 100px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100px;
    }
    .comment-form .show-if-value,
    .comment-form .hide-if-value {
        height: 100px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100px;
    }
    .answerer-col {
        width: 100%;
    }
    .answer-col {
        width: 100%;
    }
    .answerer-info {
        display: flex;
        flex-direction: column;
        height: 100px;
        justify-content: center;
        margin-bottom: 12px;
        padding-left: 110px;
        position: relative;
    }
    .answerer-info .status {
        font-size: 0.6875rem;
        margin-bottom: -2px;
    }
    .answerer-info .name {
        font-size: 0.8125rem;
    }
    .answer-balloon {
        border: 4px solid #00d8ff;
        font-size: 0.875rem;
        line-height: 1.75;
        padding: 10px 10px 42px;
    }
    .comment-form {
        flex-direction: column;
    }
    .comment-form .answer-col {
        order: 2;
    }
    .comment-form .answerer-col {
        order: 1;
    }
    .comment-form .form-submit {
        order: 3;
    }
    .comment-form .answerer-info {
        display: block;
        padding-left: 0;
    }
    .comment-form .acf-comment-fields {
        padding-left: 110px;
    }
    .comment-form .acf-fields.-clear > .acf-field.acf-field-image {
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
    }
    .comment-form .answer-balloon {
        padding: 10px;
    }
    .comment-form .acf-fields.-clear > .acf-field {
        margin: 5px 0;
    }
    .answer-balloon .cld-like-dislike-wrap {
        bottom: 6px;
        right: 14px;
    }
    .cld-like-trigger::before {
        font-size: 1rem;
    }
    .answer-balloon .cld-like-dislike-wrap .cld-common-wrap {
        min-width: 32px;
    }
    .answer-balloon .cld-count-wrap {
        font-size: 0.8125rem;
    }
    .comment-form .hide-if-value p .acf-button {
        border-radius: 13px;
        font-size: 0.6875rem;
        height: 26px;
        padding-bottom: 1px;
        width: 96px;
    }
    .answerer-info .company-name {
        font-size: 0.875rem;
        margin-bottom: -2px;
        margin-top: -10px;
    }
    .answerer-info .company-link {
        display: inline-block;
        margin-top: 2px;
        padding: 4px 6px;
        width: 140px;
    }
    .answerer-info .answer-link {
        display: inline-block;
        margin-top: 2px;
        padding: 4px 6px;
        width: 140px;
    }
    .answer-entry {
        padding: 16px 0 12px;
    }
    .comment-edit-link-wrap {
        margin-top: 12px;
    }
    .answer-balloon::before {
        border-left: 14px solid transparent;
        border-bottom: 23px solid #00d8ff;
        border-right: 14px solid transparent;
        content: "";
        left: 72px;
        position: absolute;
        top: -40px;
        transform: skewX(45deg);
    }
    .answer-balloon::after {
        border-left: 14px solid transparent;
        border-bottom: 23px solid #f5feff;
        border-right: 14px solid transparent;
        content: "";
        left: 79px;
        position: absolute;
        top: -31px;
        transform: skewX(45deg);
    }
    .temp-r1-profile-box,
    .temp-r2-profile-box {
        flex-direction: column;
    }
    .temp-r1-profile-doc,
    .temp-r2-profile-doc {
        margin-left: 0;
        margin-top: 6px;
        width: 100%;
    }
    .entry-body .temp-r1-hdr1 {
        font-size: 1.375rem;
        padding: 3px 22px;
    }
    .entry-body .temp-r2-hdr1 {
        border-radius: 8px;
        font-size: 1.0625rem;
        padding: 6px 12px;
    }
    .entry-body .temp-r1-profile-hdr {
        font-size: 1.5rem;
    }
    .entry-body .temp-r2-profile-hdr {
        font-size: 1rem;
    }
    .temp-r1-profile-name {
        font-size: 1.1875rem;
    }
    .temp-r2-profile-name {
        font-size: 1rem;
    }
    .temp-r1-profile-name .temp-r1-profile-status {
        font-size: 1rem;
    }
    .temp-r2-profile-name .temp-r2-profile-status {
        font-size: 0.9375rem;
    }
    .temp-r1-profile-name b {
        font-size: 1.5rem;
    }
    .temp-r2-profile-name b {
        font-size: 1.375rem;
    }
    .entry-body .temp-r1-profile-txt,
    .entry-body .temp-r2-profile-txt {
        font-size: 0.8125rem;
    }
    .entry-body .temp-r1-hdr2 .temp-r1-hdr2-txt,
    .entry-body .temp-r2-hdr2 .temp-r2-hdr2-txt {
        font-size: 1.25rem;
    }
    .back-archive-report-wrap {
        align-items: center;
        flex-direction: column;
    }
    .back-archive-report-wrap .back-archive-all {
        width: 280px;
    }
    .back-archive-report-wrap .back-archive-author {
        margin-right: 0;
        margin-bottom: 16px;
        width: 280px;
    }
    .btn-back-archive {
        border-radius: 22px;
        font-size: 0.875rem;
        height: 44px;
    }
    .gfooter-sns {
        display: flex;
    }
    .copyright {
        margin-top: 20px;
    }
    .more-archive-wrap .back-archive-author {
        margin: 0;
        width: 100%;
    }
    .shokunin_times-lead {
        margin-bottom: 32px;
    }
    .question-archive-wrap {
        flex-direction: column;
        margin-top: 0;
    }
    .question-archive-main {
        margin-right: 0;
        width: 100%;
    }
    .question-archive-side {
        margin-top: 50px;
        top: 0;
        width: 100%;
    }
    .question-archive-side .hdr-question-ranking::after {
        bottom: 5px;
    }
    .question-ranking-list a {
        font-size: .9375rem;
        padding: 17px 10px 17px 38px;
    }
    .posts-card .ttl {
        font-size: 0.875rem;
        line-height: 1.45;
    }
    .posts-card:nth-child(2n) {
        margin-left: 10px;
    }
    .posts-card {
        width: calc(50% - 5px);
    }
    .tag-cloud-block {
        margin-top: 60px;
    }
    .link-bnr-block li {
        width: calc((100% - 36px) / 4);
    }
    .link-bnr-block li:nth-child(6n+1) {
        margin-left: 12px;
    }
    .link-bnr-block li:nth-child(4n+1) {
        margin-left: 0;
    }
    .link-bnr-block li {
        margin: 10px 0 10px 10px;
        width: calc((100% - 10px) / 2);
    }
    .link-bnr-block li:nth-child(4n+1) {
        margin-left: 10px;
    }
    .link-bnr-block li:nth-child(2n+1) {
        margin-left: 0;
    }
    .relative-block {
        margin-top: 60px;
    }
    .relative-posts .posts-card {
        /* width: calc(50% - 5px); */
        width: 100%;
    }
    .relative-posts .posts-card .ttl {
        font-size: 0.875rem;
        line-height: 1.45;
        margin-top: 0;
    }
    .relative-posts .posts-card .date {
        font-size: 0.75rem;
    }
    .relative-posts .posts-card .date i {
        margin-right: 3px;
        position: relative;
        top: 2px;
    }
    .relative-posts .date svg {
        height: 12px;
        width: 12px;
    }
    .relative-posts .posts-card .cat {
        margin-bottom: 3px;
    }
    .relative-posts .posts-card .cat-label {
        font-size: 0.6875rem;
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
    }
    .relative-posts .posts-card:nth-child(3n),
    .relative-posts .posts-card:nth-child(3n+2) {
        margin-left: 0;
    }
    /* .relative-posts .posts-card:nth-child(2n) {
        margin-left: 10px;
    } */
    .relative-posts .posts-card:nth-child(n+2) {
        margin-top: 10px;
    }
    .hdr-relative {
        font-size: 0.875rem;
        text-align: center;
    }
    .hdr-relative .icon > svg {
        height: 17px;
        width: 17px;
    }
    .series-caption {
        font-size: 1rem;
    }
    .posts-card .cat-label {
        font-size: 0.625rem;
        height: 18px;
        line-height: 18px;
        margin: 1px;
        padding: 0 4px;
    }
    .posts-card .cat-label + .cat-label {
        margin-left: 1px;
    }
    .visual-slide .cat-label {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
    }
    .visual-slide .cat-label + .cat-label {
        margin-left: 3px;
    }
    .rank-contents .select-cols {
        justify-content: center;
    }
    .rank-contents .select-col {
        height: 44px;
    }
    .rank-contents select {
        font-size: 0.875rem;
        padding: 0 46px 0 6px;
    }
    .rank-contents .select-col::before {
        height: 40px;
        width: 40px;
    }
    .rank-contents .select-col::after {
        right: 16px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #000;
        top: 18px;
    }
    .labojyo-head .entry-ttl {
        font-size: 1.25rem;
        margin-bottom: 60px;
        padding-bottom: 8px;
        position: relative;
    }
    .labojyo-head .entry-ttl p {
        background: none;
        border-bottom: none;
        position: relative;
    }
    .labojyo-head .entry-ttl::before {
        background-color: #ff85ba;
        bottom: -4px;
        content: "";
        position: absolute;
        height: 4px;
        left: 0;
        margin: auto;
        right: 0;
        width: 120px;
    }
    .author-company {
        max-width: 360px;
        width: 100%;
    }
    .author-company .company-card {
        width: 100%;
    }
    .author-company .company-card a {
        flex-direction: column;
    }
    .author-company .company-card .card-pic {
        max-width: 100%;
        min-width: 100%;
    }
    .author-company .company-card .card-cont {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        min-width: 100%;
    }
    .author-company .company-card .with-recruit {
        left: auto;
        right: 0;
    }
    .hdr-author-company {
        font-size: 1.0625rem;
    }
    .article-author-company {
        max-width: 388px;
        padding: 46px 10px 10px;
        width: 100%;
    }
    .hdr-author-company2 {
        font-size: 15px;
        height: 24px;
        top: 12px;
    }
    .hdr-author-company2::before {
        border-bottom: 12px solid transparent;
        border-left: 6px solid #1b89ff;
        border-right: 6px solid transparent;
        border-top: 12px solid #1b89ff;
        content: "";
        display: block;
        position: absolute;
        right: -8px;
        top: 0;
    }
    .hdr-author-company2::after {
        border-bottom: 12px solid #1b89ff;
        border-left: 6px solid #1b89ff;
        border-right: 6px solid transparent;
        border-top: 12px solid transparent;
        bottom: 0;
        content: "";
        display: block;
        position: absolute;
        right: -8px;
    }
    .single-report .entry-ttl {
        font-size: 1.375rem;
        line-height: 1.33;
        padding: 16px 0;
    }
    /* .ganiv {
        height: 52px;
        top: -1px;
        transform: translateX(64px);
    }
    .aniv.home .glogo {
        padding-right: 50px;
    } */
    .modal-contents {
        /* height: calc(100vw - 40px); */
        height: 100vw;
        /* width: calc(100vw - 40px); */
        width: 100vw;
    }
    .visual-slide .visual-item.visual-kizukuhito .item-pic .k-ttl {
        width: 12%;
    }
    .fixed-bnr-kizukuhito {
        border-radius: 4px;
        bottom: 5px;
        height: 64px;
        left: 5px;
        width: 64px;
    }
    .fixed-bnr-kizukuhito .k-head {
        background-size: auto 54px;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .question-card .date,
    .question-entry .date {
        display: flex;
        top: 0;
    }
    .wakamon-head .author .cross {
        height: 30px;
        margin: 0 4px;
        top: -2px;
        width: 30px;
    }
    .wakamon-head .author .cross + .name + .name-ttl {
        margin-right: 0;
    }
    .gfooter-company-bnr-area {
        padding: 48px 0 38px;
    }
    .hdr-gfooter-company-bnr-area {
        margin-bottom: 20px;
        font-size: 19px;
    }
    .hdr-gfooter-company-bnr-area br {
        display: block;
    }
    .company-bnr-lists li {
        margin: 4px;
        /* max-width: calc((100% - 16px) / 2); */
        max-width: none;
        width: min(390px,100%);
    }
    .page-kenchikunowa .series-caption {
        font-size: 0.9375rem;
    }
    .page-kenchikunowa .series-caption br.none {
        display: block;
    }
    .kenchikunowa-yt-card {
        width: calc(50% - 5px);
    }
    .kenchikunowa-yt-card:nth-child(2n+1) {
        margin-right: 10px;
    }
    .kenchikunowa-yt-card .info .name {
        font-size: 0.875rem;
    }
    .kenchikunowa-yt-card .btn-read-series {
        font-size: 0.8125rem;
    }
    .kenchikunowa-yt-card .pic .icon {
        height: 40px;
        width: 40px;
    }
    .kenchikunowa-yt-card:nth-child(n+3) {
        margin-top: 20px;
    }
    .mv-caption {
        margin-top: 5px;
        font-size: 0.8125rem;
    }
    .mv-contents {
        padding: 30px 0;
    }
    .hdr-kenchikunowa-detail {
        font-size: 1.3125rem;
        margin-bottom: 8px;
    }
    .hdr-kenchikunowa-detail-sub {
        font-size: 0.875rem;
        margin-bottom: 30px;
    }
    .mv-contents + .contents {
        padding-bottom: 30px;
        padding-top: 130px;
        margin-top: -90px;
    }
    .btn-back-kenchikunowa-wrap {
        margin-top: 30px;
    }
    .btn-back-kenchikunowa {
        font-size: 13px;
    }
    .top-posts-card .cat-label {
        margin: 1px;
    }
    .company-slide .top-posts-card .cat {
        margin-bottom: 5px;
        margin-left: -1px;
        margin-right: -1px;
        margin-top: -1px;
    }
    .company-card .cat-label {
        margin: 1px;
    }
    .report-card .cat-label {
        margin: 1px;
    }
    .company-card .cat {
        margin-left: -1px;
        margin-right: -1px;
        margin-top: -1px;
    }
    .top-posts-card .catch {
        font-size: 12px;
    }
    .company-slide .slick-dots li {
        width: 10px;
    }
    .company-slide .slick-dots li button {
        height: 4px;
        width: 10px;
    }
    .company-slide .slick-dots li button::before {
        height: 4px;
        width: 10px;
    }
    .modal-trigger {
        height: 48px;
        right: 3px;
        width: 56px;
    }
    .company-numbers .number-card {
        padding: 16px 12px 20px;
        width: 100%;
    }
    .company-numbers .number-card:nth-child(2n) {
        margin-left: 0;
        margin-top: 4px;
    }
    .company-numbers .number-card:nth-child(n+3) {
        margin-top: 4px;
    }
    .company-numbers .hdr-number-card span {
        font-size: 17px;
    }
    .company-number-wrap {
        padding: 60px 0 80px;
    }
    .hdr-company-number {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .hdr-company-number span.number {
        height: 36px;
        margin: 0 1px;
        width: 36px;
    }
    .hdr-company-number span.number:nth-of-type(5) {
        margin-right: 1px;
    }
    .company-numbers .hdr-number-card {
        margin-bottom: 12px;
    }
    .number-info03 dt {
        font-size: 13px;
        margin-right: 2px;
        width: 28px;
    }
    .number-note {
        font-size: 10px;
        top: 2px;
    }
    .number-card01::before {
        max-width: 100px;
    }
    .number-card02::before {
        max-width: 100px;
    }
    .number-card03::before {
        max-width: 100px;
    }
    .number-card04::before {
        max-width: 100px;
    }
    .number-card05::before {
        max-width: 80px;
    }
    .number-card06::before {
        max-width: 80px;
    }
    .number-card07::before {
        max-width: 100px;
    }
    .number-card08::before {
        max-width: 80px;
    }
    .number-card09::before {
        max-width: 80px;
    }
    .number-card10::before {
        max-width: 100px;
    }
    .number-info01 .number, .number-info04 .number {
        font-size: 64px;
    }
    .number-info02 .number {
        font-size: 60px;
    }
    .number-info01 .unit, .number-info04 .unit {
        font-size: 18px;
    }
    .number-info02 dt {
        font-size: 14px;
        margin-right: 4px;
    }
    .number-info02 dd + dt {
        margin-left: 8px;
    }
    .number-info02 .unit {
        font-size: 20px;
        margin-left: 2px;
    }
    .number-info03 .unit {
        font-size: 14px;
    }
    .number-info03 dt {
        font-size: 11px;
        margin-right: 1px;
        width: 24px;
    }
    .number-info03 dd + dt {
        margin-left: 8px;
    }
    .number-info03 .number {
        font-size: 56px;
    }
    .hdr-company-number span.number::before {
        height: 7px;
        top: -8px;
    }
    .hdr-company-number span.number::after {
        height: 7px;
        top: -8px;
    }
    .entry-body .hdr-u-table04 {
        font-size: 1rem;
    }
    .u-table04 th {
        font-size: 13px;
    }
    .u-table04 td {
        font-size: 13px;
    }
    .single-topics .entry-ttl {
        font-size: 1.375rem;
    }
    .event-search-block {
        margin: 0 0 36px;
        width: 100%;
    }
    .event-search-block dl {
        display: block;
    }
    .event-search-block dl dt {
        font-size: 12px;
        margin-bottom: 2px;
        padding-right: 0;
        padding-top: 0;
        text-align: center;
        width: 100%;
    }
    .event-search-block dl dd {
        width: 100%;
    }
    .calendar-card.calendar-card--featured a {
        border: 3px solid #f64ba9;
    }
    .calendar-card .ttl {
        font-size: 18px;
    }
    .card-head .calendar-time {
        transform: scale(.8);
    }
    .calendar-card .subttl {
        font-size: 14px;
    }
    .calendar-card .event-span {
        font-size: 15px;
        margin-top: 2px;
    }
    .hdr-calendar {
        margin: -30px -12px 32px;
        max-width: 768px;
    }
    .hdr-calendar img {
        border-radius: 0;
    }
    .calendar-card .event-excerpt {
        font-size: 12px;
    }
    .calendar-card .event-tag-list {
        font-size: 12px;
    }
    .calendar-card .event-tags {
        margin-top: 4px;
    }
    .calendar-card .card-cont {
        padding: 10px 8px 8px;
    }
    .event-search-block dl dd ul {
        justify-content: center;
    }
    .event-search-block dl dd ul li {
        margin: 2px;
    }
    .event-search-block label {
        border: 1px solid #23c4d1;
        border-radius: 15px;
        font-size: 13px;
        padding: 7px 8px;
    }
    .event-search-block dl + dl {
        margin-top: 12px;
    }
    .event-search-block dl dd .btn-sort {
        border: 1px solid #23c4d1;
        border-radius: 15px;
        font-size: 13px;
        height: 30px;
    }
    .calendar-card + .calendar-card {
        margin-top: 16px;
    }
    /* .calendar-card a::before {
        background-size: 170px auto;
        bottom: -128px;
        height: 200px;
        opacity: .35;
        width: 100px;
    }
    .calendar-card a::after {
        background-size: 190px auto;
        height: 74px;
        opacity: .35;
        width: 80px;
    } */
    .calendar-card .cat-label {
        font-size: 11px;
        height: 18px;
        line-height: 18px;
        margin: 0 1px 2px;
        padding: 0 4px;
    }
    .card-head .calendar-time {
        left: 8px;
        top: 8px;
    }
    .calendar-card .finished-msg {
        font-size: 13px;
        margin: 0 1px 6px;
    }
    .gnav-menu .update {
        left: auto;
        padding: 4px 0 3px;
        right: 3%;
        top: 5px;
        transform: translateX(0);
        width: 44px;
    }
    .q-tabs {
        padding: 0 5px;
    }
    .q-tabs a {
        padding: 6px 6px;
    }
    .q-tabs li + li {
        margin-left: 4px;
    }
    .sp-inline {
        display: inline;
    }
    .top-large-bnr {
        margin-left: auto;
        margin-right: auto;
    }
    .top-large-bnr:nth-child(n+2) {
        margin-left: auto;
        margin-top: 20px;
    }
    .ft-bnr-block {
        display: block;
    }
    .bnr-feedback-wrap {
        margin-bottom: 40px;
    }
    .bnr-feedback {
        font-size: 17px;
        height: 100px;
        padding-left: 88px;
        padding-right: 26px;
        width: 335px;
    }
    .bnr-feedback::before {
        background-size: 78px auto;
    }
    .bnr-feedback::after {
        height: 16px;
        right: 12px;
        width: 16px;
    }
    .baito-card.baito-card--featured {
        border: 3px solid #f64ba9;
    }
    .baito-card .ttl {
        font-size: 18px;
    }
    .baito-card .employer {
        font-size: 15px;
    }
    .baito-card .event-span {
        font-size: 15px;
        margin-top: 2px;
    }
    .hdr-baito {
        margin: -30px -12px 32px;
        max-width: 768px;
    }
    .hdr-baito img {
        border-radius: 0;
    }
    .baito-card .baito-job {
        font-size: 12px;
    }
    .baito-card .baito-tag-list {
        font-size: 12px;
    }
    .baito-card .baito-tags {
        margin-top: 4px;
    }
    .baito-card .card-cont {
        padding: 10px 8px 8px;
    }
    .baito-card + .baito-card {
        margin-top: 16px;
    }
    .baito-card .cat-label {
        font-size: 11px;
        height: 18px;
        line-height: 18px;
        margin: 0 1px 2px;
        padding: 0 4px;
    }
    .baito-link-btn-wrap {
        margin-top: 12px;
    }
    .baito-link-btn {
        border-radius: 6px;
        font-size: 13px;
        height: 38px;
        padding: 0 10px;
    }
    .baito_schedule {
        margin: 8px -1px 1px;
    }
    .baito-time,
    .baito-term {
        font-size: 12px;
        margin: 1px;
        padding: 0 8px;
    }
    .report-archive {
        gap: 12px 8px;
    }
    .report-hero {
        margin-top: -30px;
    }
    .report-card {
        width: calc(50% - 4px);
    }
    /* .report-card:nth-child(2n) {
        margin-left: 10px;
    } */
    .report-card .name {
        font-size: 0.8125rem;
        font-weight: 700;
        line-height: 1.56;
        margin-bottom: 4px;
    }
    .report-card .name svg {
        height: 18px;
        width: 14px;
    }
    .report-card .card-cont {
        padding-top: 2px;
    }
    .report-card .ttl {
        font-size: 0.875rem;
        line-height: 1.45;
    }
    .u-inner {
        padding: 0 12px;
    }
    .posts-card .cat,
    .report-card .cat {
        margin-bottom: 4px;
    }
    .posts-card .date i,
    .report-card .date i {
        margin-right: 3px;
        position: relative;
        top: 1px;
    }
    .date svg {
        height: 14px;
        width: 14px;
    }
    .posts-card .date,
    .report-card .date {
        font-size: 0.8125rem;
    }
    .posts-card .cat-label,
    .report-card .cat-label {
        font-size: 0.6875rem;
        height: 18px;
        line-height: 18px;
        padding: 0 4px;
    }
    .hdr-report-archive span {
        padding: 0 5px;
    }
    .entry-head .cat-label {
        font-size: 0.8125rem;
        height: 21px;
        line-height: 20px;
        padding: 0 6px;
    }
    .e-inner {
        padding: 0 12px;
    }
    .c-inner {
        padding: 0 12px;
    }
    .q-inner {
        padding: 0 12px;
    }
    .report-nav {
        margin-bottom: 40px;
    }
    .report-nav .update {
        left: auto;
        margin-left: -10px;
        padding: 4px 0 3px;
        position: relative;
        right: -15px;
        top: -8px;
        transform: translateX(0);
        width: 44px;
    }
    .report-nav .update::before {
        bottom: -4px;
        left: 3px;
        transform: skewX(-30deg);
    }
    .report-nav label {
        font-size: 15px;
    }
    .report-nav li {
        margin: 2px;
    }
    .report-nav a,
    .report-nav label {
        width: calc((50vw - 14px));
        max-width: 160px;
    }
    .report-nav a.current::before,
    .report-nav label::before {
        display: none;
    }
    .qa-summary__inner {
        padding: 1.2em 1.8em;
    }
    .qa-summary__text {
        font-size: 1rem;
    }
    .qa-summary__number {
        font-size: 1.8rem;
    }

    .report-hero {
    background:
        radial-gradient(circle at 16vw 3vw, rgba(255, 230, 0, 0.24) 0 4vw, transparent 4vw),
        radial-gradient(circle at 8vw 64%, rgba(255, 230, 0, 0.18) 0 14vw, transparent 14vw),
        radial-gradient(circle at 98% 8%, rgba(255, 230, 0, 0.24) 0 18vw, transparent 18vw),
        linear-gradient(180deg, #fffdf0 0%, #fffdf0 80%, #ffffff 100%);
    }
    .report-hero__body::before {
        right: -4vw;
        bottom: 18vw;
        width: 120px;
        height: 40px;
        background-size: 40px 15px;
    }
    .report-hero__visual img {
        width: min(100%, 320px);
    }
    .report-filter-box {
        max-width: min(1200px, calc(100% - 24px));
    }
    .report-filter-box__search,
    .report-filter-box__tags,
    .report-filter-box__company {
        padding: 12px 20px;
    }
    .report-filter-selected {
        padding: 12px 20px;
    }
    .report-result-head {
        align-items: center;
        gap: 20px;
        margin: 48px 0 24px;
        flex-direction: column;
    }
    .report-result-title {
        font-size: 21px;
    }
    .report-no-result {
        font-size: 14px;
        padding: 20px 10px;
    }
    .report-result-count__num {
        font-size: 24px;
    }
    .report-result-count__text {
        font-size: 15px;
    }
    .report-filter-box__submit {
        font-size: 15px;
        min-height: 44px;
        max-width: 280px;
    }
    .report-filter-box__actions {
        padding: 18px 28px;
    }
    .report-filter-box__title {
        font-size: 14px;
    }
    .report-search-form input {
        min-height: 42px;
    }

    .report-category-nav {
        margin: -44px 0 4px;
        padding: 0 0 0 12px;
        max-width: none;
        overflow: hidden;
        z-index: 5;
    }
    .report-category-nav__list {
        display: flex;
        grid-template-columns: none;
        gap: 4px;
        padding: 12px 12px 12px 0;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /* background: #fff; */
        /* border-radius: 22px; */
        /* box-shadow: 0 14px 32px rgba(20, 60, 80, 0.12); */
        list-style: none;
    }
    .report-category-nav__list::-webkit-scrollbar {
        display: none;
    }
    .report-category-nav__item {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
    .report-category-nav__link {
        flex-direction: column;
        gap: 4px;
        justify-content: center;
        width: clamp(90px, 19vw, 150px);
        min-height: 90px;
        padding: 0;
        border-width: 1.5px;
        border-radius: 12px;
        box-shadow: none;
        background: #fff;
    }
    .report-category-nav__link:hover,
    .report-category-nav__link.is-current {
        transform: none;
        box-shadow: none;
    }
    .report-category-nav__link i {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 34px;
    }
    .report-category-nav__name {
        font-size: 13px;
        font-weight: 800;
        line-height: 1.45;
        letter-spacing: 0.04em;
    }
    .report-category-nav__link svg {
        width: 30px;
        height: 30px;
    }
    .report-category-nav__link--hitorigoto svg {
        width: 24px;
        height: 26px;
    }
    .report-category-nav__link--diary svg {
        width: 24px;
        height: 24px;
    }
    .report-category-nav__link--rnews svg {
        width: 30px;
        height: 26px;
    }
    .report-category-nav__link--interview svg {
        width: 29px;
        height: 26px;
    }
    .report-category-nav__link--our_work svg {
        width: 29px;
        height: 26px;
    }
    .report-category-nav__link--hitorigoto {
        background: #F1FAFE;
    }
    .report-category-nav__link--diary {
        background: #F2FCF7;
    }
    .report-category-nav__link--rnews {
        background: #FFF9EF;
    }
    .report-category-nav__link--interview {
        background: #F7F4FF;
    }
    .report-category-nav__link--our_work {
        background: #FFF4F8;
    }
    .report-category-nav__link.is-current {
        color: #fff;
    }
    .report-category-nav__link.is-current svg {
        fill: #fff;
    }
    /* .report-category-nav::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 100%;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255,255,255,0), #fff);
    } */
}

@media only screen and (max-width: 428px) {
    .calendar-card a .card-pic {
        width: 100%;
    }
    .calendar-card a .card-pic img {
        max-width: 100%;
        width: 100%;
    }
    .baito-card .card-pic {
        width: 100%;
    }
    .baito-card .card-pic img {
        max-width: 100%;
        width: 100%;
    }
    .report-hero__lead br {
        display: none;
    }
}

@media only screen and (max-width: 374px) {
    .u-inner {
        padding: 0 10px;
    }
    .share-message {
        font-size: 0.625rem;
    }
    .about-doc .hdr-message {
        font-size: 1.25rem;
    }
    .shokunin_times-lead {
        padding: 0 10px;
    }
    .home .gtop-time {
        left: 15px;
    }
    .wakamon-head .name {
        font-size: 1.5rem;
    }
    .wakamon-head .name-ttl {
        font-size: 1rem;
        margin-left: 2px;
        top: -2px;
    }
    .wakamon-head .author .cross {
        height: 24px;
        margin: 0 2px;
        top: 2px;
        width: 24px;
    }
    .hdr-calendar {
        margin: -30px -10px 32px;
    }
    .bnr-feedback {
        font-size: 15px;
        height: 82px;
        padding-left: 68px;
        width: 280px;
    }
    .bnr-feedback::before {
        background-size: 58px auto;
    }
    .hdr-baito {
        margin: -30px -10px 32px;
    }
}

/* @media only screen and (max-width: 359px) {
    .home.ganiv .glogo svg {
        height: 46px;
        width: 144px;
    }
    .ganiv {
        height: 50px;
        top: 0px;
        transform: translateX(70px);
    }
    .aniv.home .glogo {
        padding-right: 42px;
    }
} */