/*ファーストビュー*/
.top_cat_title {
    border-bottom: none !important;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 0;
}
hr.separator {
    border-top: 1px solid #8BC481;
}
.button-popbiz {
    position: relative;
    top: -52px;
    right: -51px;
    width: 280px;
}
.button-popchat {
    position: relative;
    top: -85px;
    right: -396px;
    width: 280px;
}
.button-popbiz .wp-block-button__link, .button-popchat .wp-block-button__link {
    font-size: 0.8rem !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.fv-cover {
    height: 600px;
}
@media (max-width: 1024px) {
    .fv-cover {
        height: 510px;
    }
    .button-popbiz .wp-block-button__link, .button-popchat .wp-block-button__link {
        font-size: 0.7rem !important;
        padding-top: 3px !important;
    padding-bottom: 3px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .button-popbiz {
    position: relative;
    top: -31px;
    right: -42px;
    width: 250px;
}
    .button-popchat {
    position: relative;
    top: -70px;
    right: -335px;
    width: 250px;
}
}
@media (max-width: 992px) {
    .fv-cover {
        height: 354px;
    }
    .button-popbiz .wp-block-button__link, .button-popchat .wp-block-button__link {
        font-size: 0.6rem !important;
    }
    .button-popbiz {
    position: relative;
    top: -30px;
    right: -42px;
    width: 180px;
}
    .button-popchat {
    position: relative;
    top: -54px;
    right: -234px;
    width: 180px;
}
}
.wp-block-cover, .wp-block-cover-image {
    min-height: inherit;
}
.fv_copy {
    border-top: none !important;
    border-bottom: none !important;
    font-size: 1.5rem;
}
.fv_subcopy {
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    background: #bd4c6c;;
    width: 13vw;
    border-radius: 30px;
    border-top: none !important;
    border-bottom: none !important;
    padding: 3px 10px;
    margin-bottom: 20px !important;
}
.fv_right_subcopy {
    border-top: none !important;
    border-bottom: none !important;
    font-size: 1.1rem !important;
    margin-block-end: inherit;
}
.fv_subcopy:after, .fv_right_subcopy:after {
    content: inherit;
    display: inherit;
    overflow: inherit;
    position: inherit;
    bottom: inherit;
    width: inherit;
    border-bottom: inherit;
}
@media screen and (max-width: 767px) {
    .fv-cover .wp-block-cover__image-background {
        display: none;
    }
    .fv_container {
        width: 100%;
    }
    .fv_subcopy {
        width: 45vw;
    }
    .fv-right-img img {
        width: 100% !important;
    }
    .fv-right-text {
        background: #bd4c6c;;
        padding: 10px 20px;
    }
}
/*ファーストビュー END*/
/* TITLE BEGIN */
.p-titleH2-cover {
    margin-bottom: 35px;
}
.p-titleH2 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: bold;
    border: none !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
}
.p-titleH2-sub {
    font-size: 1.1rem;
    color: #dd007f;
    text-align: center;
}
/* TITLE END */
@media screen and (max-width: 767px) {
    /* TITLE BEGIN */
    .p-titleH2-cover {
        margin-bottom: 8vw;
    }
    .p-titleH2 {
        font-size: 6.4vw;
        line-height: 1.25;
    }
    .p-titleH2-sub {
        font-size: 3.2vw;
        margin-top: 2vw;
    }
    /* TITLE END */
}
/* NEWS BEGIN */
.p-news {
    padding: 30px 0 0;
    margin: 0;
    overflow: hidden;
}
.p-news-list {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    list-style-type: none !important;
}
.p-news-list li {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #d7d8d8;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.p-news-list li > a {
    display: block;
    padding: 30px 0 0 30px;
    color: inherit;
}
.p-news-list li > a * {
    position: relative;
    z-index: 2;
}
.p-news-list li::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #fff;
    transition: width 0.4s ease;
}
.p-news-list li:hover::before {
    width: 100%;
}
.p-news-list li * {
    position: relative;
    z-index: 2;
}
.p-news-list-date {
    width: 130px;
    float: left;
    font-size: 1rem;
    letter-spacing: 0.025em;
    line-height: 1.6;
}
.p-news-list-tag-cover {
    width: 210px;
    float: left;
}
.p-news-list-tag-cover a {
    color: #ffffff;
}
.p-news-list-txt {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.m-btn a {
    display: block;
    text-align: center;
    color: inherit;
}
.m-btn-ghost a {
    position: relative;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}
.m-btn-ghost a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #bd4c6c;;
    width: 0;
    transition: width 0.3s;
}
.m-btn-ghost a:hover:before {
    width: 100%;
}
.p-news-btn a:hover span {
  color: #fff !important;
}
.p-news-btn:hover i {
  color: #fff !important;
}
.m-btn-ghost a span {
    position: relative;
    z-index: 2;
    transition: background 0.3s, color 0.3s;
}
.m-btn-ghost i {
  position: relative;
  z-index: 2;
}
.m-tag {
    width: 150px;
    text-align: center;
    display: inline-block;
    font-size: 0.8rem;
    color: #FFF;
    border-radius: 3px;
    padding: 4px 0
}
.m-tag + .m-tag {
    margin-left: 5px
}
.m-tag-black {
    background-color: #bd4c6c;;
}
.m-tag-gold {
    background-color: #c2b457;
    margin-top: 5px;
    margin-left: 0 !important;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .m-tag {
        width: 26vw;
        font-size: 3.3333333333vw;
        padding: 2vw 0;
    }
    .m-tag + .m-tag {
        margin-left: 1vw;
    }
}
.p-news-btn {
    width: 300px;
    margin: 50px auto 30px;
}
.p-news-btn a {
    background-color: #FFF;
    padding: 20px;
    border-radius: 50px;
    text-decoration: none !important;
}
.p-news-btn a:hover span {}
.p-news-btn a span {
    font-size: 1rem;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .p-news {
        margin-top: 10vw;
        padding: 10vw 0 12vw;
    }
    .p-news-list {
        width: 100%;
    }
    .p-news-list li a {
        padding: 5vw 0;
    }
    .p-news-list-date {
        width: 28vw;
        font-size: 4vw;
    }
    .p-news-list-tag-cover {
        width: 60vw;
    }
    .p-news-list-txt {
        width: 100%;
        float: left;
        font-size: 4vw;
        margin-top: 3vw;
    }
    .p-news-btn {
        width: 90%;
        margin: 8vw auto 0;
    }
    .p-news-btn a {
        padding: 5vw 0;
        border-radius: 10vw;
    }
    .p-news-btn a span {
        font-size: 4.8vw;
    }
}
/* NEWS END */
@media screen and (max-width: 767px) {
    .m-tag {
        width: 26vw;
        font-size: 3.3333333333vw;
        padding: 2vw 0
    }
    .m-tag + .m-tag {
        margin-left: 1vw
    }
}
/*各カテゴリ*/
.top_category_title {
    font-size: 2rem;
    margin-bottom: 30px !important;
}
.top_category_subtitle {
    font-size: 1.8rem;
    margin-bottom: 10px !important;
}
.top_deployment_title {
    font-size: 2rem;
    margin-bottom: 30px !important;
}
#menu-anchor {
  position: relative;
  top: -130px;   /* ヘッダー高さ分ずらす */
  height: 0;
}