@charset "utf-8";
/* ====================================================
layout
==================================================== */
/* breadcrumbs
---------------------------------------------------- */
.breadcrumbs__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 0;
    padding: 16px 0;
    font-size: 14px;
}
.breadcrumbs__list::-webkit-scrollbar {
    display: none;
}
.breadcrumbs__list * {
    white-space: nowrap;
}
.breadcrumbs__list a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 8px;
}
.breadcrumbs__list a::after {
    display: inline-block;
    content: "〉";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}


/* footer
---------------------------------------------------- */
.l-footer {
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-top: auto;
    padding-top: 40px;
    background: var(--tl-color-wht);
}
.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}
/* footer info */
.footer__info {
    padding: 0 16px;
}
.footer__logo {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 24px;
}
.footer__description {
    max-width: 370px;
}
.l-footer .nav--sns__list {
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* footer category */
.l-footer .nav--cat__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-left: 0;
    border-top: 1px solid var(--tl-border-color-gry);
}
.l-footer .nav--cat__list li {
    align-self: stretch;
    position: relative;
    width: 50%;
    padding: 0 16px 0 12px;
    border-bottom: 1px solid var(--tl-border-color-gry);
}
.l-footer .nav--cat__list li::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--tl-color-pnk-03);
    border-bottom: 1px solid var(--tl-color-pnk-03);
    transform: rotate(-45deg);
}
.l-footer .nav--cat__list li:nth-of-type(2n) {
    border-left: 1px solid var(--tl-border-color-gry);
}
.l-footer .nav--cat__list li a {
    width: calc(100% - 40px);
    padding: 16px 0;
    line-height: 1.2;
}

/* footer archive */
.nav--archive__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding-left: 0;
}
.l-footer .nav--archive__list li {
    position: relative;
    width: 100%;
    padding: 0 16px 0 12px;
    border-bottom: 1px solid var(--tl-border-color-gry);
}
.l-footer .nav--archive__list li::after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--tl-color-pnk-03);
    border-bottom: 1px solid var(--tl-color-pnk-03);
    transform: rotate(-45deg);
}
.l-footer .nav--archive__list li a {
    width: calc(100% - 40px);
    padding: 12px 0;
}

/* footer page */
.footer__page {
    width: 100%;
    padding: 16px;
}

.l-footer .site-footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0;
    background: var(--tl-color-primary-pnk);
}
.l-footer .site-footer-copyright p {
    background: var(--tl-color-primary-pnk);
    font-size: 12px !important;
    color: var(--tl-color-wht);
}

@media screen and (min-width: 768px) {
    .footer__nav {
        display: flex;
        padding-right: constant(safe-area-inset-right);
        padding-left: constant(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
        padding-left: env(safe-area-inset-left);
    }
    .footer__nav .nav--cat {
        width: calc(100% / 3 * 2);
    }
    .footer__nav .nav--archive {
        width: calc(100% / 3 * 1);
    }
    .l-footer .nav--cat__list {
        border-top: none;
    }
    .l-footer .nav--cat__list li {
        border-bottom: none;
    }
    .l-footer .nav--archive__list li {
        align-self: stretch;
        border-bottom: none;
    }
    .l-footer .nav--cat__list li::after,
    .l-footer .nav--archive__list li::after {
        display: none;
    }
    .l-footer .nav--cat__list li:nth-of-type(2n) {
        border-left: none;
    }
    .l-footer .nav--cat__list li a,
    .l-footer .nav--archive__list li a {
        width: calc(100% - 40px);
        padding: 16px 0;
        line-height: 1.2;
    }
    .l-footer .menu-item-object-category::before {
        width: 28px;
        height: 28px;
    }
    .footer__page {
        padding: 40px 16px;
    }
    .l-footer .nav--page__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .l-footer .nav--page__list li {
        margin-left: 12px;
        margin-right: 12px;
    }
}
@media screen and (min-width: 1024px) {
    .footer__info {
        width: 35%;
        padding-right: 0;
    }
    .footer__inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer__logo {
        margin-left: 0;
        padding-top: 16px;
    }
    .l-footer .nav--sns__list {
        justify-content: flex-start;
    }
    .footer__nav {
        width: 65%;
        max-width: 640px;
    }
}
@media screen and (min-width: 1240px) {
    .footer__info {
        padding-left: 0;
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-footer nav a:hover {
        opacity: 1;
        color: var(--tl-color-primary-pnk);
    }
    .l-footer .nav--page .menu-item-object-page a:hover::before {
        border: 1px solid var(--tl-color-primary-pnk);
    }
}



/* ====================================================
object (component)
==================================================== */
/* section article ------------------------- */
/* layout grid */
.c-article--grid  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 8px;
}
.c-article--grid .c-article__wrap:first-child {
    grid-column-end: span 2;
}
@media screen and (min-width: 960px) {
    .c-article--grid  {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 16px 24px;
    }
    .c-article--grid .c-article__wrap:first-child {
        grid-column-end: span 1;
        grid-row-end: span 2;
        justify-content: space-between;
    }
    .c-article--grid .c-article__wrap:nth-child(n + 2) {
        display: flex;
        align-items: flex-start;
        align-self: flex-start;
    }
    .c-article--grid .c-article__wrap:nth-child(n + 2) .c-article__img {
        width: 60%;
    }
    .c-article--grid .c-article__wrap:nth-child(n + 2) .c-article__caption {
        width: 40%;
        margin-left: 16px;
        padding-top: 0;
    }
    .c-article--grid .c-article__wrap:nth-child(n + 2) .c-article__category {
        position: relative;
        transform: translateY(0);
        margin-bottom: 8px;
    }
}


/* layout sub */
.c-sec__sub {
    padding: 32px 8px 32px;
}
.c-sec__sub.p-sub__ranking {
    padding-right: 0;
}
.p-sub__tags {
    background-color: var(--tl-color-lightgry);
}
.p-sub__ranking {
    background-color: var(--tl-color-pnk-01);
}
.c-sec__bg .c-sec__sub:nth-of-type(odd) {
    background-color: var(--tl-color-lightgry);
}
.c-sec__bg .c-sec__sub:nth-of-type(even) {
    background-color: var(--tl-color-wht);
}
.c-sec__sub .c-bnr__item {
    padding-bottom: 0;
}
.c-article--sub.c-article--colmun {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.c-article--sub.c-article--colmun .c-article__wrap:nth-child(n + 2) {
    width: calc(calc(100% - 8px) / 2);
}
.c-article--sub.c-article--colmun .c-article__title,
.c-article--sub.c-article--ranking .c-article__title {
    margin-top: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 520px) {
    .c-sec__sub {
        padding: 40px 6% 40px;
    }
    .c-sec__sub .c-tab__list {
        margin-right: 6%;
    }
    .c-sec__sub .c-sec__title {
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 768px) {
    .c-sec__sub .c-tab__list {
        right: 0;
    }
}
@media screen and (min-width: 960px) {
    .c-sec__sub {
        width: auto;
        margin-left: 0;
        padding: 0 0 48px;
    }
    .p-sub__ranking,
    .p-sub__tags,
    .c-sec__bg .c-sec__sub:nth-of-type(odd) {
        background-color: var(--tl-color-wht);
    }
    .c-sec__sub .c-sec__title--en {
        font-size: 36px;
    }
    .c-sec__sub .c-sec__title--ja {
        font-size: 14px;
    }
    .c-article--sub.c-article--colmun .c-article__wrap:nth-child(-n + 2),
    .c-article--sub.c-article--colmun .c-article__wrap:nth-child(n + 2),
    .c-article--sub.c-article--ranking .c-article__wrap {
        width: 100% !important;
    }
    .c-article--sub.c-article--colmun .c-article__wrap,
    .c-article--sub.c-article--ranking .c-article__wrap {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }
    .c-article--sub.c-article--colmun .c-article__img,
    .c-article--sub.c-article--ranking .c-article__img {
        width: calc(54% - 4px);
    }
    .c-article--sub.c-article--colmun .c-article__caption,
    .c-article--sub.c-article--ranking .c-article__caption {
        width: calc(46% - 4px);
        padding-top: 0;
    }
    .c-article--sub.c-article--colmun .c-article__category,
    .c-article--sub.c-article--ranking .c-article__category {
        position: relative;
        transform: translateY(0);
        font-size: 11px;
    }
    .c-article--sub.c-article--colmun .c-article__title,
    .c-article--sub.c-article--ranking .c-article__title {
        font-size: 14px !important;
    }
    .c-article--sub.c-article--colmun .c-article__date,
    .c-article--sub.c-article--ranking .c-article__date {
        font-size: 12px;
    }
    .c-article--sub.c-article--colmun .c-article__company,
    .c-article--sub.c-article--ranking .c-article__company {
        font-size: 11px;
    }
    .c-sec__sub .c-tab__list {
        position: relative;
        transform: none;
        margin-right: 0;
    }
    .p-sub__ranking .c-tab__label {
        width: 100%;
    }
    .c-article--sub.c-article--ranking {
        flex-wrap: wrap;
        gap: 8px;
        padding-right: 0;
    }
    .c-sec__sub .c-article--ranking .c-article__wrap:nth-of-type(4),
    .c-sec__sub .c-article--ranking .c-article__wrap:nth-of-type(5) {
        display: none;
    }
}

/* layout ranking */
.c-tab__input,
.c-article--ranking {
    display: none;
}
.c-tab__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 8px;
    padding-left: 0;
    list-style-type: none;
}
.c-tab__listitem {
    width: 50%;
    margin: 0;
}
.c-tab__label {
    display: block;
    position: relative;
    padding: 6px 0;
    background-color: transparent;
    border: 1px solid var(--tl-color-pnk-03);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: var(--tl-color-pnk-03);
    cursor: pointer;
}
#input--monthly:checked ~ .c-tab__list #btn--monthly,
#input--all:checked ~ .c-tab__list #btn--all {
    background-color: var(--tl-color-pnk-03);
    color: var(--tl-color-wht);
    transition: ease 0.2s;
}
#input--monthly:checked ~ .c-tab__list #btn--monthly::after,
#input--all:checked ~ .c-tab__list #btn--all::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-top: 10px solid var(--tl-color-pnk-03);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
#input--monthly:checked ~ #article--monthly,
#input--all:checked ~ #article--all {
    display: flex;
    opacity: 0;
    -webkit-animation: fadeIn 0.2s linear forwards;
            animation: fadeIn 0.2s linear forwards;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        }
    100% {
        opacity: 1;
    }
}
.c-ranking__wrap {
    margin-left: 8px;
}
.c-article--ranking {
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    padding-right: 8px;
    counter-reset: number;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.c-article--ranking::-webkit-scrollbar {
    display: none;
}
.c-article--ranking .c-article__wrap {
    position: relative;
    flex-shrink: 0;
    width: min(calc(calc(100% / .35) / 5), 234px);
}
.c-article--ranking.listmousedragscroll-top {
    white-space: initial !important;
}
.c-article--ranking .c-article__wrap::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    background: var(--tl-color-primary-grn);
    font-size: 18px;
    font-weight: 700;
    color: var(--tl-color-wht);
    counter-increment: number 1;
    content: counter(number);
}
.c-article--ranking .c-article__title {
    font-size: 14px;
}
@media screen and (min-width: 520px) {
    .c-ranking__wrap {
        margin-left: 24px;
    }
    .c-article--ranking {
        padding-right: 24px;
    }
    .c-article--ranking .c-article__title {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {
    .c-ranking__inner {
        position: relative;
    }
    .c-tab__list {
        position: absolute;
        top: 0;
        right: 24px;
        margin-right: 0;
        transform: translateY(calc(-100% - 10px));
    }
    .c-tab__label {
        width: 180px;
    }
}
@media screen and (min-width: 1240px) {
    .c-tab__list {
        right: 0;
    }
    .c-tab__label {
        width: 200px;
    }
    .c-ranking__wrap {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-article--ranking {
        padding-right: 0;
    }
    .c-article--ranking .c-article__wrap {
        flex-shrink: inherit;
    }
}


/* archive
---------------------------------------------------- */
/* pagination */
.pagination {
    margin-top: 32px;
}
ul.page-numbers li a, ul.page-numbers li span.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0;
    border: 1px solid var(--tl-color-pnk-03);
    border-radius: 100%;
    font-size: 16px;
    font-weight: 700;
    color: var(--tl-color-pnk-03);
    text-decoration: none;
}
ul.page-numbers li:first-child>.page-numbers {
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}
ul.page-numbers li:last-child>.page-numbers {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}
ul.page-numbers li span.page-numbers.current {
    color: var(--tl-color-wht);
    background-color: var(--tl-color-pnk-03);
}

@media screen and (max-width: 960px) {
    .pagination {
        margin-top: 40px;
    }
}
@media (hover: hover) and (pointer: fine) {
    ul.page-numbers li a:hover {
        opacity: 1;
        background-color: var(--tl-color-pnk-03);
        color: var(--tl-color-wht);
        transition: 0.3s;
    }
}


/* single
---------------------------------------------------- */
/* post tags */
.p-post__tags.c-tag__list {
    align-items: center;
    gap: 0;
    padding-left: 0;
    list-style-type: none;
}
.p-post__tags.c-tag__list::before {
    display: inline-block;
    content: "TAG";
    margin-right: 8px;
    padding: 2px 8px;
    background: var(--tl-color-grn-04);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tl-color-wht);
}
.p-post__tags.c-tag__list a {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 16px;
}
/* share */
.entry-footer .nav--sns__list {
    align-items: center;
}
.entry-footer .nav--sns__list::before {
    display: inline-block;
    content: "SHARE";
    margin-right: 16px;
    padding: 2px 8px;
    background: var(--tl-color-grn-04);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tl-color-wht);
}
.icon--copy {
    position: relative;
}
.url-copied {
    display: none;
}
.url-copied span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(calc(-100% - 8px));
    padding: 2px 8px;
    background: var(--tl-color-pnk-03);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: var(--tl-color-wht);
    white-space: nowrap;
}
.url-copied span::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 16px;
    transform: translateY(100%);
    border-top: 8px solid var(--tl-color-pnk-03);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}


/* bnr
---------------------------------------------------- */
/* sub  */
.c-bnr__sub.c-bnr__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (min-width: 520px) {
    .c-bnr__sub.c-bnr__list {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .c-bnr__sub .c-bnr__listitem {
        width: calc(50% - 4px);
    }
}
@media screen and (min-width: 960px) {
    .c-bnr__sub.c-bnr__list {
        flex-direction: column;
    }
    .c-bnr__sub .c-bnr__listitem {
        width: 100%;
    }
}

/* item */
.c-bnr__item {
    width: auto;
    padding-bottom: 40px;
}
.c-bnr__item .c-bnr__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
/* .c-bnr__item .c-bnr__listitem {
    width: calc(calc(100% - 8px) / 2);
} */
.c-bnr__item .c-bnr__listitem .wp-block-image img {
    width: auto;
    height: 80px;
}
@media screen and (min-width: 520px) {
    .c-bnr__item {
        padding-bottom: 64px;
    }
}
@media screen and (min-width: 960px) {
    .c-bnr__item .c-bnr__list {
        justify-content: center;
    }
    /* .c-bnr__item .c-bnr__listitem {
        width: calc(calc(100% - 24px) / 4);
    } */
}

/* takkyuu ladies */
.c-bnr__tl {
    padding: 32px 8px;
}
.c-bnr__tl .c-bnr__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media screen and (min-width: 520px) {
    .c-bnr__tl {
        padding: 32px 6%;
    }
}
@media screen and (min-width: 768px) {
    .c-bnr__tl .c-bnr__list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .c-bnr__tl .c-bnr__listitem {
        width: calc(calc(100% - 8px) /2);
    }
}
@media screen and (min-width: 960px) {
    .c-bnr__tl {
        padding: 48px 24px;
    }
    .c-bnr__tl .c-bnr__listitem {
        width: calc(calc(100% - 16px) /3);
    }
}
@media screen and (min-width: 1240px) {
    .c-bnr__tl {
        padding-left: 0;
        padding-right: 0;
    }
}

/* sponser */
.c-bnr__sponser .c-bnr__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.c-bnr__sponser img {
    width: auto;
    height: 80px;
}
@media screen and (min-width: 768px) {
    .c-bnr__sponser .c-bnr__list {
        gap: 16px;
    }
}


/* tag
---------------------------------------------------- */
.c-tag__title {
    font-size: 18px;
    margin-bottom: 8px;
    padding: 0;
}
.c-tag__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
}
.c-tag__list a {
    display: inline-block;
    padding: 8px 0;
    font-size: 16px !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.c-tag__list a::before {
    display: inline-block;
    content: "#";
}
.c-tag__list a,
.c-tag__list a:link,
.c-tag__list a:visited,
.c-tag__list a:active,
.p-post__tags .c-tag__list a,
.p-post__tags .c-tag__list a:link,
.p-post__tags .c-tag__list a:visited,
.p-post__tags .c-tag__list a:active {
    color: var(--tl-color-pnk-03);
    transition: ease 0.2s;
}
@media (hover: hover) and (pointer: fine) {
    .c-tag__list a:hover,
    .p-post__tags .c-tag__list a:hover {
        opacity: 1;
        color: var(--tl-color-primary-pnk);
    }
}
@media screen and (min-width: 768px) {
    .c-tag__title {
        font-size: 21px;
    }
}

/* home tags */
.p-tags__wrap .c-tag__list {
    gap: 8px;
}
.p-tags__wrap .c-tag__list a {
    padding: 4px 8px;
    background-color: var(--tl-color-wht);
    border: 1px solid var(--tl-color-blk);
    text-decoration: none;
    box-shadow: 3px 3px 0 var(--tl-color-blk);
}
.p-tags__wrap .c-tag__list a,
.p-tags__wrap .c-tag__list a:link,
.p-tags__wrap .c-tag__list a:visited,
.p-tags__wrap .c-tag__list a:active {
    color: var(--tl-color-blk) !important;
    transition: none;
}
@media (hover: hover) and (pointer: fine) {
    .p-tags__wrap .c-tag__list a:hover {
        opacity: 1;
        transform: translate(3px, 3px);
        box-shadow: none;
        color: var(--tl-color-blk);
    }
}


/* button
---------------------------------------------------- */
/* page top */
.page_top_btn {
    z-index: 1;
    width: 48px;
    height: 48px;
    background: var(--tl-color-wht);
    box-shadow: none;
    background-image: none;
    border: 1px solid var(--tl-color-blk);
    border-radius: 100%;
    color: transparent;
}
.page_top_btn::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "↑";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 49px;
    height: 49px;
    background: var(--tl-color-pnk-03);
    border: 1px solid var(--tl-color-blk);
    border-radius: 100%;
    font-size: 16px;
    font-weight: 700;
    color: var(--tl-color-blk);
}
@media (hover: hover) and (pointer: fine) {
    .page_top_btn:hover::before {
        top: -1px;
        left: -1px;
    }
}


/* ====================================================
project
==================================================== */
/* qa
---------------------------------------------------- */
.p-qa__wrap {
    position: relative;
}
.p-qa__wrap .c-sec__title {
    width: 83%;
}
.p-qa__label time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 56px;
    padding-bottom: 4px;
    background-image: url(../img/home/label_qa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.p-qa__year,
.p-qa__month {
    font-weight: 900;
    line-height: 1;
    color: var(--tl-color-wht);
}
.p-qa__year {
    font-size: 12px;
}
.p-qa__month {
    font-size: 24px;
}
.p-qa__inner {
    margin-top: min(7vw, 32px);
}
.p-profile__wrap {
    position: relative;
}
.p-profile__info {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 16px;
    border: 4px solid var(--tl-color-wht);
}
.p-profile__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(35vw, 130px);
}
.p-profile__dec {
    position: absolute;
    top: -8vw;
    left: min(32vw, 120px);
    width: 60vw;
    max-width: 240px;
}
.p-profile__caption {
    margin-left: min(35vw, 130px);
    padding: 6vw 8px 8px 12px;
}
.p-profile__name {
    margin-bottom: 4px;
    font-size: min(5vw, 21px);
}
.p-profile__txt {
    margin-bottom: 0;
    font-size: min(3.6vw, 14px);
    line-height: 1.5;
}
.p-qa__caption {
    padding: 0 8px;
}
.p-profile__caption .widget:after {
    display: none;
}
.p-qa__title {
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}
.p-qa__txt {
    margin-bottom: 0;
}
.p-qa__title::before,
.p-qa__txt::before {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    border: 2px solid var(--tl-color-grn-03);
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 40px;
    vertical-align: text-bottom;
}
.p-qa__title::before {
    content: "Q";
    background-color: var(--tl-color-grn-03);
    color: var(--tl-color-wht);
}
.p-qa__txt::before {
    content: "A";
    background-color: var(--tl-color-wht);
    color: var(--tl-color-grn-03);
}
.p-dec__qa {
    display: none;
}
@media screen and (min-width: 520px) {
    .p-qa__label time {
        width: 77px;
        height: 89px;
    }
    .p-qa__year {
        font-size: 21px;
    }
    .p-qa__month {
        font-size: 42px;
    }
    .p-profile__info {
        width: 400px;
    }
    .p-profile__img {
        width: 150px;
    }
    .p-profile__dec {
        position: absolute;
        top: -32px;
        left: 150px;
    }
    .p-profile__caption {
        margin-left: 150px;
        padding: 32px 8px 8px 12px;
    }
    .p-profile__name {
        margin-bottom: 8px;
        font-size: 21px;
    }
    .p-profile__txt {
        font-size: 14px;
    }
    .p-qa__caption {
        padding: 0;
    }
}
@media screen and (min-width: 768px) {
    .p-dec__qa {
        display: block;
        position: absolute;
        top: 50%;
        left: 424px;
        transform: translateY(-50%);
        width: 38%;
    }
    .p-img__anime {
        position: relative;
        overflow: hidden;
        max-height: 92px;
        transform: translate3d(0, 0, 0);

    }
    .p-img__anime::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 240px;
        height: 92px;
        background-image: url(../img/home/dec_qa.png);
        background-repeat: no-repeat;
        background-size: 1500%;
        background-position: 0 0;
        -webkit-animation: sprite-anime 4s steps(15) infinite;
                animation: sprite-anime 4s steps(15) infinite;
    }
    .p-img__anime::after {
        display: block;
        content: '';
        padding-top: 38.3333%;
    }

}
@media screen and (min-width: 960px) {
    .p-qa__inner {
        display: flex;
        align-items: flex-start;
    }
    .p-dec__qa {
        bottom: 0;
        left: 40px;
        transform: translateY(100%);
        width: 260px;
    }
    .p-qa__inner .c-sec__wrap--article {
        flex-wrap: inherit;
    }
    .p-qa__inner .c-article__wrap {
        margin-left: 40px;
    }

}
@-webkit-keyframes sprite-anime {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -3600px 0;
    }
}
@keyframes sprite-anime {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -3600px 0;
    }
}
