@charset "UTF-8";

/*
Theme Name: actbiz-blog
Theme URI: /wp-content/themes/actbiz-blog
Author URI:
Version: 1.0
*/
html {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 62.5%;
    font-weight: 400;
    letter-spacing: 0.05em;
    background: #F5F5F5;
}

.sofia-m {
    font-family: sofia-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

.background {
    width: 100%;
    height: 100vh;
    z-index: 2;
    background: rgba(0, 0, 0, 0.16);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.header {
    width: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    padding: 25px 5%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

.header__logo {
    height: 30px;
    width: auto;
}

.header_top_button {
    display: none;
}

.header__list {
    display: flex;
    align-items: center;
}

.header__item {
    margin: 0 25px;
    position: relative;

}


.header__box {
    position: absolute;
    top: calc(100% + 40px);
    right: 0;
    background: #fff;
    border-radius: 5px;
    padding: 17px 35px;
    min-width: 340px;
    display: none;
    z-index: 3;
}

.select__label {
    display: inline-block;
    line-height: 1.5em;
    padding: 7px 19px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    background-color: #F1F1F1;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    margin: 6.5px 7.5px;
    cursor: pointer;

}

.header__select {
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    padding: 12px 1em;
    width: 153px;
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
}

.header__select.open {
    background: linear-gradient(30deg, #FFE834, #FFA917);
    color: #fff;
}

.header__item::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #000000 transparent transparent transparent;
}

.header__item.open::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.5px 6px 3.5px;
    border-color: transparent transparent #ffffff transparent;
}

.header__contact {
    padding: 10px 24px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    background: #5EA0FC;
    border-radius: 5px 5px 5px 5px;
}

.sp__banar {
    display: none;
}

.box {
    display: flex;
    width: 90%;
    max-width: 1110px;
    margin: auto;
    justify-content: space-between;
}

.main {
    width: 64%;
    max-width: 710px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.main-page {
    width: 64%;
    max-width: 710px;
}

.main-page__content {
    overflow: hidden;
}

.main-page__content *{
    word-wrap: break-word;
}

.main-page__content iframe {
    width: 100%;
}

.main-page__content a {
    display: inline;
}

.main-page__content p {
    font-size: 16px;
}

.main__content {
    max-width: 330px;
    width: 49%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 23px rgba(0, 0, 0, 0.16);
    margin-bottom: 45px;

}

.main__img {
    height: 180px;
    background-color: #efefef;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.thum {
    border-radius: 20px;
}

.main__text {
    padding: 20px;
    background: #fff;
    color: #000000;
}

.main__date {
    display: inline-block;
    font-size: 1.2rem;
    color: #3B3B3B;
}

.main__cate {
    display: inline-block;
}

.signle__cate {
    display: inline-block;
    padding: 5px 15px;
    background: #FFA617;
    border-radius: 50px;
    color: #fff;
    font-size: 1rem;
    margin-left: 15px;
}

.main__title {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    margin: 15px 0 30px;
    font-weight: 500;
    height: 4.5em;
}

.sub__cate {
    font-size: 1.2rem;
    font-weight: 500;
    color: #9A9A9A;
    margin-right: 10px;
}

.sub__cate::before {
    content: "#";
    font-size: 1.2rem;

}

.chart__caption {
    /*margin: 138px auto 60px;*/
    margin: 60px auto 60px;
    width: 90%;
    max-width: 1110px;

}

.chart__caption {
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.sidebar {
    width: 300px;
    max-width: 300px;
}

.sidebar__title {
    font-size: 2.4rem;
    font-weight: 700;
}

.sidebar__sub {
    font-size: 1.4rem;
    letter-spacing: 0.015em;
    font-weight: 700;
    padding-left: 15px;
    color: #D5D5D5;
}

.sidebar__wrap {
    padding: 35px 25px;
    background: #fff;
    border-radius: 15px;
    margin-top: 5px;
}

.sidebar__label {
    font-size: 1.6rem;
    margin-bottom: 10px;

}

.sidebar__list {
    margin-bottom: 30px;
}

.sidebar__item {
    padding: 0 10px 0 15px;
}

.sidebar__link {
    display: block;
    font-size: 1.4rem;
    color: #2E2E2E;
    padding: 10px 0;
    border-bottom: 1px solid #C4C4C4;
}

.single__cate {
    margin-top: 150px;
}

.sidebar__label {
    margin-top: 30px;
}

.sidebar__label:first-of-type {
    margin-top: 0px;
}

.sidebar__banar {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sidebar__title {
    margin-top: 60px;
}

.recommend__wrap {
    margin-top: 30px;
}

.recommend__img {
    width: 130px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.recommend__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
}

.recommend__content::before {
    content: "1";
    font-size: 2.2rem;
    color: #fff;
    background: #FFA617;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    width: 33px;
    line-height: 33px;
    text-align: center;
    font-weight: 500;
}

.recommend__content:nth-of-type(2):before {
    content: "2";
}

.recommend__content:nth-of-type(3):before {
    content: "3";
}

.recommend__content:nth-of-type(4):before {
    content: "4";
}

.recommend__content:nth-of-type(5):before {
    content: "5";
}

.recommend__text {
    width: calc(100% - 150px);
    font-size: 1.2rem;
    font-weight: 500;
    color: #000000;
}

.category__caption {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 150px 0 60px;
}

.category__marker {
    background: linear-gradient(transparent 70%, #ffbe3b 70%);
    font-weight: 700;
    background-repeat: no-repeat;
    padding: 0 3px;
    line-height: 1em;

}

.sidebar__title--page {
    margin-top: 0;
}

.main-page__date {
    font-size: 2rem;
    margin-top: 20px;
    font-weight: 500;

}

.main-page__title {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
}

.main-page__catch {
    font-size: 1.6rem;
    line-height: 2em;
    margin-bottom: 44px;

}

.main-page__index {
    padding: 17px 80px 41px;
    background: #fff;
    border-radius: 49px;
    margin-bottom: 60px;
}

.blog-topic__link {
    display: block;
    font-size: 1.6rem;
    padding-left: 22px;
    color: #000;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
    margin-top: 23px;
}

.blog-topic__link:first-of-type {
    margin-top: 0;
}

.blog-topic__link::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 14px;
    background-image: url(./assets/img/tag.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-topic__link--sub {
    display: block;
    padding-left: 47px;
    position: relative;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 5px;
    color: #000;
}

.blog-topic__link--sub::before {
    content: "";
    width: 11px;
    height: 1px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
}

.main-page__index-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.select__radio {
    display: none;
}

.main-box {
    padding-top: 160px;
}

.main-page__cate-wrap {
    margin-top: 40px;
}

.main-page__cate {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    background: #FFA617;
    font-size: 1rem;
    line-height: 1.5em;
    border-radius: 100px;
    margin-right: 15px;
}

.main-page__content h2 {
    display: inline-block;
    font-size: 2.4rem;
    padding: 4px 10px 4px 20px;
    background: #fff;
    position: relative;
    margin-top: 70px;
}

.main-page__content p:not(.liquid-speech-balloon-text p) {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2em;
}

.main-page__content ul:not(.slick-dots) {
    margin-bottom: 48px;
}

.main-page__content ul li:not(.slick-dots li) {
    padding-left: 40px;
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 1.65em;
    position: relative;
}

.main-page__content ul li:not(.slick-dots li)::before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-2px);
    background: #FFA617;
}

.main-page__content h2:first-of-type {
    margin-top: 0;
}

.main-page__content h2::before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #FFE834, #FFA917);
}

.main-page__content ol {
    margin-bottom: 48px;
    list-style: none;
    counter-reset: circle 0;
}

.main-page__content ol li {
    padding-left: 40px;
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: 1.65em;
    position: relative;
}

.main-page__content ol li:after {
    content: counter(circle) ".";
    counter-increment: circle 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #FFA617;
}

.main-page__content h3 {
    font-size: 2rem;
    padding-bottom: 6px;
    font-weight: 400;
}

.main-page__content h3 {
    margin-top: 44px;
}

.main-page__line {
    display: block;
    margin-bottom: 38px;

}

.main-page__content h4 {
    font-size: 2rem;
    padding-bottom: 6px;
    font-weight: 400;
}

.main-page__content h4 {
    margin-top: 44px;
    margin-bottom: 38px;
}

.main-page__content h5 {
    font-size: 2rem;
    padding-bottom: 6px;
    font-weight: 400;
}

.main-page__content h5 {
    margin-top: 44px;
    margin-bottom: 38px;
}

.main-page__content h6 {
    font-size: 2rem;
    padding-bottom: 6px;
    font-weight: 400;
}

.main-page__content h6 {
    margin-top: 44px;
    margin-bottom: 38px;
}

.w_b_quote {
    font-size: 1.6rem;
}

.single-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.single__link {
    text-align: center;
    margin-bottom: 250px;
}

.single__link a {
    width: 60%;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #000;
    color: #000;
    font-size: 1.6rem;
    padding: 1em 0;
    transition: 0.3s;
}

.single__link a:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.footer {
    padding: 60px 0 16px;
    text-align: center;
    background-color: #fff;
}

.footer__logo {
    width: 227px;
    margin: 0 auto 20px;
}

.footer__detail {
    font-size: 1.4rem;
    margin-bottom: 71px;
}

.footer__list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__item {
    margin: 0 18px;
    padding-left: 6px;
    border-left: 2px solid #000;
}

.footer__link {
    font-size: 1.4rem;
    color: #000;
}

.footer__copy {
    font-size: 1.2rem;
    margin: 31px 0 0;
}

.pagenation {
    width: 100%;
    margin: 65px 0 180px;
    text-align: center;
}

.pagenation__link {
    display: inline-block;
    margin: 0 8.5px;
    border-radius: 100%;
    color: #000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.8rem;
}

.pagenation__link.active {
    color: #fff;
    background: #FFC563;
}

.sp-hum {
    display: none;
}

.sp__br {
    display: none;
}

.main-sp {
    display: none;
}

@media screen and (max-width:1024px) {
    .box {
        display: block;
    }

    .main {
        max-width: none;
        width: 100%;
        margin: auto;
    }

    .main-page {
        max-width: none;
        width: 100%;
        margin: auto;
    }

    .single-main {
        max-width: none;
        width: 100%;
        margin: auto;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .sidebar {
        max-width: none;
        width: 100%;
    }

    .sidebar__banar {
        width: 50%;
        display: block;
        margin: auto;
    }

    .single__link {
        text-align: center;
        margin-bottom: 125px;
    }
	.header__contact-wrap {
        display: none;
    }
}

@media screen and (max-width:769px) {
    .sp-hum {
        display: block;
    }

    .header-hum {
        display: block;
    }

    .header {
        display: block;
        padding: 0;
    }

    .header__title {
        text-align: center;
        padding: 15px 0;
    }

    .header__list {
        justify-content: center;
        padding: 13px 0 20px;
    }

    .header-hum__wrap {
        position: relative;
        display: block;
        width: 30px;
        height: 17px;
    }

    .header-hum__wrap {
        position: relative;
    }

    .header-hum__wrap.open {
        height: 23px;
    }

    .sp-header-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0px 5%;
        background: #fff;
        height: 0vh;
        overflow: hidden;
        transition: 0.3s;
        transition-property: height, padding;
    }

    .sp-header-nav.open {
        height: 50vh;
        padding: 20px 5%;
        overflow: scroll;

    }

    .header-nav__link {
        padding: 17px 0;
        width: 100%;
    }

    .header-hum__line {
        display: block;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #383838;
        transition: 0.3s;
        position: absolute;
    }

    .header-hum__line--top {
        top: 0;
        left: 0;
        transform: translateY(0%);

    }

    .header-hum__line--top.open {
        top: 0;
        left: 0;
        transform: translateY(0%) rotate(-45deg);
        transform-origin: right;
    }

    .header-hum__line--center {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .header-hum__line--under {
        bottom: 0;
        left: 0;
        transform: translateY(0%);
    }

    .header-hum__line--center.open {
        opacity: 0;

    }

    .header-hum__line--under.open {
        bottom: 0;
        left: 0;
        transform: translateY(0%) rotate(45deg);
        transform-origin: right;
    }

    .category__caption {
        margin-top: 250px;
    }

    .pagenation {
        width: 100%;
        margin: 65px 0 90px;
    }
    .header_top_button {
        display: block;
    }
}

@media screen and (max-width:481px) {
    .main__content {
        width: 100%;
        max-width: none;
    }

    .header__item {
        margin: 0 7.5px;
    }

    .sidebar__banar {
        width: 100%;
    }

    .header__box {
        position: fixed;
        right: auto;
        top: 158px;
        left: 5%;
        width: 90%;
        max-width: none;
    }

    .sp__br {
        display: block;
        font-size: 1.4rem;
    }

    .pagenation__link {
        font-size: 1.8rem;
        width: 46px;
        height: 46px;
        line-height: 46px;
    }


    .footer__list {
        width: 90%;
        margin: auto;
        justify-content: space-between;
    }

    .footer__item {
        margin: 0;
    }

    .chart__caption {
        /*margin: 169px auto 60px;*/
        margin: 60px auto 60px;
    }

    .main {
        display: none;
    }

    .main-sp {
        display: block;
    }

    .main-box {
        padding-top: 169px;
    }

    .main-page__cate-wrap {
        margin-top: 15px;
    }

    .main-page__date {
        margin-top: 15px;
        font-size: 1.4rem;
    }

    .main-page__title {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .main-page__catch {
        font-size: 1.4rem;
    }

    .main-page__index {
        padding: 30px 20px 40px;
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .main-page__content p {
        font-size: 14px;
    }

    .main-page__content h2 {
        font-size: 1.8rem;
        margin-top: 40px;
    }

    .main-page__content h3 {
        font-size: 1.6rem;
        margin-top: 34px;
    }

    .main-page__content ul,
    .main-page__content ol {
        margin-bottom: 28px;
    }

    .single-main .main__img {
        height: calc(100vw/2);
    }
	.sp__banar {
        display: block;
        text-align: center;
        color: #fff;
        position: fixed;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        padding: 18px 0;
        z-index: 3;
        width: 95%;
        border-radius: 200px;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1em;
        background: #0062FF;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}