/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-newsMv {
    padding-bottom: 80px;
}

.p-newsMv__lower {
    margin-top: 162px;
}

.p-newsMv__subHead {
    font-size: 14px;
    line-height: 1;
    text-transform:capitalize;
}

.p-newsMv__head {
    margin-top: 8px;
    font-feature-settings: 'palt' on;
    font-size: 44px;
    line-height: 1.5;
    letter-spacing: .02em;
}

@media screen and (max-width: 900px) {
    .p-newsMv {
        padding-bottom: 30px;
    }

    .p-newsMv__lower {
        margin-top: 100px;
    }

    .p-newsMv__subHead {
        font-size: 13px;
    }

    .p-newsMv__head {
        margin-top: 8px;
        font-size: 25px;
    }
}

/*===========================================================================*/
/*  contents  */
/*===========================================================================*/
.p-newsContents {
    padding-bottom: 140px;
}

.p-newsContents__inner {
    display: flex;
    justify-content: space-between;
}

.p-newsContent {
    width: calc(100% - 389px);
}

.p-newsContent__list {
    border-top: #c3c3c3 solid 1px;
}

.p-newsContent__list li {
    border-bottom: #c3c3c3 solid 1px;
}

.p-newsContent__list li a {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.p-newsContent__list--img {
    width: 310px;
    aspect-ratio: 310/207;
    overflow: hidden;
}

.p-newsContent__list--img img {
    height: 100%;
    object-fit: cover;
    transition: transform .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-newsContent__list--txts {
    width: calc(100% - 350px);
    position: relative;
    padding-bottom: 36px;
}

.p-newsContent__list--info {
    display: flex;
    align-items: center;
}

.p-newsContent__list--date {
    color: #6D6D6D;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .03em;
    padding-right: 13px;
    border-right: #6D6D6D solid 1px;
}

.p-newsContent__list--cat {
    color: #6D6D6D;
    font-feature-settings: 'palt' on;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .05em;
    padding-left: 13px;
}

.p-newsContent__list--head {
    margin-top: 10px;
    font-feature-settings: 'palt' on;
    font-size: 24px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
}

.p-newsContent__list--cat02 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.p-newsContent__list--cat02 span {
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
    padding: 4px 10px;
    border: #191919 solid 1px;
    border-radius: 100vh;
}

.p-news__pagination {
    margin-top: 60px;
}

.p-newsSide {
    width: 314px;
}

.p-newsSide__content {
    padding: 20px 0 50px;
    border-top: #191919 solid 2px;
}
.p-newsSide__content.--recommend {
    padding-bottom: 40px;
}

.p-newsSide__head {
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-newsSide__cat--list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.p-newsSide__cat--list li a {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-newsSide__cat--list li a::before {
    background: url('../img/news/side-arrow.png') no-repeat center center/contain;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px;
}

.p-newsSide__tag--list {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.p-newsSide__tag--list li a {
    font-feature-settings: 'palt' on;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .03em;
    padding: 4px 10px;
    border: #191919 solid 1px;
    border-radius: 100vh;
    transition: color .8s 0s cubic-bezier(.44,.14,.09,1.02), background-color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-newsSide__recommend--list {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.p-newsSide__recommend--link {
    display: block;
}

.p-newsSide__recommend--img {
    aspect-ratio: 314/210;
    overflow: hidden;
}

.p-newsSide__recommend--img img {
    height: 100%;
    object-fit: cover;
    transition: transform .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-newsSide__recommend--txts {
    margin-top: 12px;
}

.p-newsSide__recommend--info {
    display: flex;
    align-items: center;
}

.p-newsSide__recommend--date {
    color: #6D6D6D;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .03em;
    padding-right: 10px;
    border-right: #6D6D6D solid 1px;
}

.p-newsSide__recommend--cat {
    color: #6D6D6D;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .05em;
    padding-left: 10px;
}

.p-newsSide__recommend--head {
    margin-top: 5px;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.p-newsSide__recommend--cat02 {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.p-newsSide__recommend--cat02 span {
    padding: 4px 10px;
    border: #191919 solid 1px;
    border-radius: 100vh;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
}

.p-newsSide__contact {
    display: block;
    background-color: #D1E91C;
    padding: 40px 35px 35px;
    position: sticky;
    top: calc(50vh - 131px);
}

.p-newsSide__contact--head {
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-newsSide__contact--txt {
    margin-top: 18px;
    text-align: center;
    font-feature-settings: 'palt' on;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: .04em;
}

.p-newsSide__contact--btn {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    height: 49px;
}

.p-newsSide__contact--btn .--txt {
    width: calc(100% - 51px);
    height: 100%;
    background-color: #191919;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .05em;
    transition: background-color .8s 0s cubic-bezier(.44,.14,.09,1.02), color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-newsSide__contact--btn .--arrow {
    width: 49px;
    height: 100%;
    background-color: #191919;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-newsSide__contact--btn .--arrow span {
    width: 13px;
    display: flex;
}

.p-newsSide__contact--btn .--arrow span svg {
    width: 100%;
    fill: #fff;
    transition: fill .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

@media screen and (min-width: 901px) {
    .p-newsContent__list--link:hover img,
    .p-newsSide__recommend--link:hover img {
        transform: scale(1.06);
    }

    .p-newsSide__tag--list li a:hover {
        color: #fff;
        background-color: #191919;
    }

    .p-newsSide__contact:hover .p-newsSide__contact--btn .--txt {
        background-color: #fff;
        color: #191919;
    }

    .p-newsSide__contact:hover .p-newsSide__contact--btn .--arrow {
        background-color: #fff;
    }

    .p-newsSide__contact:hover .p-newsSide__contact--btn .--arrow svg {
        fill: #191919;
    }
}

@media screen and (max-width: 1100px) {
    .p-newsContent {
        width: calc(100%*(650/1040));
    }
    .p-newsContent__list--img {
        width: 247px;
        aspect-ratio: 247/207;
    }

    .p-newsContent__list--txts {
        width: calc(100% - 297px);
    }

    .p-newsSide {
        width: calc(100%*(314/1040));
    }
}

@media screen and (max-width: 900px) {
    .p-newsContents {
        padding-bottom: 80px;
    }

    .p-newsContents__inner {
        display: block;
    }

    .p-newsContent {
        width: 100%;
        padding-bottom: 60px;
    }

    .p-newsContent__list {
        border-top: none;
        display: flex;
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 30px;
    }

    .p-newsContent__list li {
        border-bottom: none;
        width: calc(50% - 6px);
    }
    .p-newsContent__list li:nth-of-type(1),
    .p-newsContent__list li:nth-of-type(2) {
        width: 100%;
    }

    .p-newsContent__list li a {
        display: block;
        padding: 0;
    }

    .p-newsContent__list--img {
        width: 100%;
        aspect-ratio: 314/210;
    }

    .p-newsContent__list--txts {
        margin-top: 8px;
        width: 100%;
        padding-bottom: 0;
    }

    .p-newsContent__list--date {
        font-size: 11px;
        padding-right: 10px;
    }

    .p-newsContent__list--cat {
        font-size: 12px;
        padding-left: 10px;
    }

    .p-newsContent__list--head {
        margin-top: 3px;
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; 
    }
    .p-newsContent__list li:nth-of-type(1) .p-newsContent__list--head,
    .p-newsContent__list li:nth-of-type(2) .p-newsContent__list--head {
        margin-top: 5px;
        font-size: 15px;
        width: 100%;
    }

    .p-newsContent__list--cat02 {
        position: relative;
        left: unset;
        bottom: unset;
        margin-top: 8px;
    }

    .p-newsContent__list--cat02 span {
        font-size: 11px;
    }

    .p-news__pagination {
        margin-top: 50px;
    }

    .p-newsSide {
        width: 100%;
    }

    .p-newsSide__content {
        padding: 20px 0 40px;
    }
    .p-newsSide__content.--recommend {
        padding-bottom: 0;
    }

    .p-newsSide__head {
        font-size: 16px;
    }

    .p-newsSide__cat--list {
        margin-top: 15px;
    }

    .p-newsSide__cat--list li a {
        padding-left: 26px;
        font-size: 14px;
    }

    .p-newsSide__cat--list li a::before {
        top: 2px;
    }

    .p-newsSide__tag--list {
        margin-top: 15px;
        gap: 5px;
    }

    .p-newsSide__tag--list li a {
        font-size: 12px;
    }

    .p-newsSide__recommend--list {
        margin-top: 20px;
    }

    .p-newsSide__recommend--txts {
        margin-top: 8px;
    }

    .p-newsSide__recommend--date {
        color: #6D6D6D;
        font-size: 11px;
        line-height: 1;
        letter-spacing: .03em;
        padding-right: 10px;
        border-right: #6D6D6D solid 1px;
    }

    .p-newsSide__recommend--cat {
        color: #6D6D6D;
        font-feature-settings: 'palt' on;
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: .05em;
        padding-left: 10px;
    }

    .p-newsSide__recommend--head {
        margin-top: 5px;
        font-size: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; 
    }

    .p-newsSide__recommend--cat02 span {
        font-size: 11px;
    }

    .p-newsSide__contact {
        display: none;
    }
}

/* single */
/*===========================================================================*/
/*  contents  */
/*===========================================================================*/
.p-newsSingle {
    margin-top: 157px;
    padding-right: 2.8%;
    padding-bottom: 140px;
}

.p-newsSingle__inner {
    display: flex;
}

.p-newsSingle__content {
    width: calc(100% - 314px);
    padding: 0 3.6%;
}

.p-newsSingle__post {
    max-width: 900px;
    margin: 0 auto;
}

.p-newsSingle__info {
    display: flex;
    align-items: center;
}

.p-newsSingle__date {
    color: #6D6D6D;
    font-size: 15px;
    line-height: 1;
    letter-spacing: .03em;
    padding-right: 13px;
    border-right: #6D6D6D solid 1px;
}

.p-newsSingle__cat {
    padding-left: 13px;
    color: #6D6D6D;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .05em;
}

.p-newsSingle__head {
    margin-top: 12px;
    font-feature-settings: 'palt' on;
    font-size: 34px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-newsSingle__cat02 {
    margin-top: 18px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    padding-bottom: 50px;
    border-bottom: #c3c3c3 solid 1px;
}

.p-newsSingle__cat02 a {
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
    padding: 4px 10px;
    border: #191919 solid 1px;
    border-radius: 100vh;
    transition: background-color .8s 0s cubic-bezier(.44,.14,.09,1.02), color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-newsSingle__thumb {
    margin-top: 50px;
}

.p-newsSingle__desc {
    margin-top: 20px;
    font-family: TsukuGoPr5-D;
    font-feature-settings: 'palt' on;
    font-size: 17px;
    line-height: 2;
    letter-spacing: .02em;
}

.p-newsSingle__desc mark {
    background-color: #D1E91C;
    font-family: TsukuGoPro-B;
}

#toc_container {
    border: #191919 solid 1px;
    border-radius: 10px;
    margin-top: 70px;
}

.toc_title {
    padding: 22px 35px 18px;
    border-bottom: #191919 solid 1px;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    font-family: TsukuGoPro-E;
}

.toc_list {
    padding: 25px 35px 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.toc_number {
    display: none;
}

.toc_list li a {
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .02em;
    position: relative;
    font-family: TsukuGoPro-B;
    padding-left: 43px;
}

.toc_list li a::before {
    background: url('../img/news/toc-arrow-black.svg') no-repeat center center/contain;
    content: '';
    height: 11px;
    left: 8.5px;
    position: absolute;
    top: 7px;
    width: 11px;
    transition: all .8s 0s cubic-bezier(.44,.14,.09,1.02);
    z-index: 2;
}
.toc_list li a::after {
    content: '';
    height: 28px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 28px;
    border-radius: 100vh;
    border: #191919 solid 1px;
    transition: all .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

#post {
    margin-top: 70px;
}

#post h2 {
    font-feature-settings: 'palt' on;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: .02em;
    font-family: TsukuGoPro-B;
    margin: 70px 0 30px;
}

#post h3 {
    font-feature-settings: 'palt' on;
    font-size: 26px;
    font-family: TsukuGoPro-B;
    line-height: 1.5;
    letter-spacing: .02em;
    margin: 50px 0 25px;
}

#post h4 {
    font-feature-settings: 'palt' on;
    font-size: 22px;
    font-family: TsukuGoPro-B;
    line-height: 1.5;
    letter-spacing: .02em;
    margin: 40px 0 20px;
    padding-bottom: 18px;
    border-bottom: #c3c3c3 solid 1px;
}

#post p:not([class]) {
    font-feature-settings: 'palt' on;
    font-size: 17px;
    line-height: 2;
    letter-spacing: .02em;
    font-family: TsukuGoPr5-D;
    margin-top: 10px;
}

#post strong,
#post b {
    font-family: TsukuGoPro-B;
}

#post mark {
    background-color: #D1E91C;
    font-family: TsukuGoPro-B;
}

#post a:not([class]) {
    text-decoration: underline;
    transition: opacity .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

#post hr {
    margin: 70px 0 0;
    color: #191919;
}

#post img {
    max-width: 100%;
    width: auto;
    margin: 70px 0 20px;
}

#post figcaption {
    font-feature-settings: 'palt' on;
    font-size: 13px;
    font-family: TsukuGoPr5-D;
    line-height: 2;
    letter-spacing: .02em;
}

#post blockquote {
    font-feature-settings: 'palt' on;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: .02em;
    border-radius: 10px;
    background-color: #e8e8e8;
    padding: 20px 53px;
    margin: 60px 0 20px;
    position: relative;
}
#post blockquote::before {
    background: url('../img/news/blockquote-deco01.png') no-repeat center center/contain;
    content: '';
    height: 15px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 15px;
}
#post blockquote::after {
    background: url('../img/news/blockquote-deco02.png') no-repeat center center/contain;
    content: '';
    height: 15px;
    right: 20px;
    position: absolute;
    bottom: 20px;
    width: 15px;
}

.p-post__btn--contact {
    display: flex;
    gap: 2px;
    margin: 70px 0 0;
}

.p-post__btn--contact .--txt {
    width: 193px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #191919;
    border-radius: 5px;
    color: #fff;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .05em;
    border: #191919 solid 1px;
    transition: all .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-post__btn--contact .--arrow {
    width: 53px;
    height: 53px;
    background-color: #191919;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #191919 solid 1px;
    transition: all .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-post__btn--contact .--arrow span {
    display: block;
    width: 14px;
}

.p-post__btn--contact .--arrow span svg {
    fill: #fff;
    transition: all .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-post__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px 15px 15px;
    background-color: #fff;
    border: #c3c3c3 solid 1px;
    border-radius: 10px;
    margin: 70px 0 30px;
}

.p-post__card--img {
    width: 203px;
    aspect-ratio: 203/136;
    overflow: hidden;
    border-radius: 4px;
}

.p-post__card--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
    transition: all .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-post__card--txts {
    width: calc(100% - 228px);
}

.p-post__card--head {
    font-feature-settings: 'palt' on;
    font-size: 20px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p-post__card--tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.p-post__card--tags span {
    font-feature-settings: 'palt' on;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .03em;
    padding: 4px 10px;
    background-color: #F4F3F3;
    border-radius: 100vh;
}

.p-post__btn {
    margin-top: 70px;
}

@media screen and (min-width: 901px) {
    .p-newsSingle__cat02 a:hover {
        background-color: #191919;
        color: #fff;
    }

    .toc_list li a:hover {
        text-decoration: underline;
    }
    .toc_list li a:hover:before {
        background: url('../img/news/toc-arrow-white.svg') no-repeat center center/contain;
    }
    .toc_list li a:hover:after {
        background-color: #191919;
    }

    #post a:not([class]):hover {
        opacity: .7;
    }

    .p-post__btn--contact:hover .--txt {
        background-color: #fff;
        color: #191919;
    }

    .p-post__btn--contact:hover .--arrow {
        background-color: #fff;
    }

    .p-post__btn--contact:hover .--arrow svg {
        fill: #191919;
    }

    .p-post__card:hover .p-post__card--img img {
        transform: scale(1.06);
    }
}

@media screen and (max-width: 900px) {
    .p-newsSingle {
        margin-top: 103px;
        padding: 0 5.2% 80px;
    }

    .p-newsSingle__inner {
        display: block;
    }

    .p-newsSingle__content {
        width: 100%;
        padding: 0;
    }

    .p-newsSingle__info {
        display: flex;
        align-items: center;
    }

    .p-newsSingle__date {
        font-size: 11px;
        padding-right: 10px;
    }

    .p-newsSingle__cat {
        padding-left: 10px;
        font-size: 12px;
    }

    .p-newsSingle__head {
        margin-top: 10px;
        font-size: 24px;
    }

    .p-newsSingle__cat02 {
        margin-top: 12px;
        padding-bottom: 30px;
    }

    .p-newsSingle__thumb {
        margin-top: 30px;
    }

    .p-newsSingle__desc {
        margin-top: 20px;
        font-size: 14px;
    }

    #toc_container {
        margin-top: 40px;
    }

    .toc_title {
        padding: 18px 20px 16px;
        font-size: 14px;
    }

    .toc_list {
        padding: 20px 20px 25px;
        gap: 15px;
    }

    .toc_list li a {
        font-size: 14px;
        padding-left: 32px;
    }

    .toc_list li a::before {
        height: 10px;
        left: 7px;
        top: 6.5px;
        width: 10px;
    }
    .toc_list li a::after {
        height: 23px;
        top: 0;
        width: 23px;
    }

    #post {
        margin-top: 50px;
    }

    #post h2 {
        font-size: 22px;
        margin: 50px 0 25px;
    }

    #post h3 {
        font-size: 20px;
        margin: 40px 0 20px;
    }

    #post h4 {
        font-size: 18px;
        margin: 30px 0 15px;
        padding-bottom: 15px;
    }

    #post p:not([class]) {
        font-size: 14px;
    }

    #post hr {
        margin: 50px 0 0;
    }

    #post img {
        margin: 50px 0 15px;
    }

    #post figcaption {
        font-size: 10px;
    }

    #post blockquote {
        font-size: 13px;
        padding: 25px 37px;
        margin: 35px 0 15px;
        position: relative;
    }
    #post blockquote::before {
        height: 12px;
        left: 15px;
        top: 15px;
        width: 12px;
    }
    #post blockquote::after {
        height: 12px;
        right: 15px;
        bottom: 15px;
        width: 12px;
    }

    .p-post__btn--contact {
        display: flex;
        gap: 2px;
        margin: 50px auto 0;
        width: 248px;
    }

    .p-post__card {
        padding: 15px 15px 18px 15px;
        margin: 50px 0 20px;
    }

    .p-post__card--img {
        width: 126px;
    }

    .p-post__card--txts {
        width: calc(100% - 148px);
    }

    .p-post__card--head {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .p-post__card--tags {
        display: none;
    }

    .p-post__btn {
        margin-top: 30px;
    }

    .p-newsSingle .p-newsSide {
        display: none;
    }
}