@charset "UTF-8";


/* 共通
--------------------------------------------------------*/
#header {
    background-color: #fff;
}

#header .navbar-global .nav-link {
    color: #182b63;
}

.nav-link-jp::after {
    color: #182b63;
}

.brand-link {
    background-image: url(../../images/common/logo-dark.svg);
}

nav.breadcrumb {
    margin-top: 100px;
}

.l-section {
    padding: 50px 60px 100px;
}

.m-header {
    margin-bottom: 60px;
}

.p-header-txt {
    margin-top: 30px;
}

.p-header-txt span {
    display: inline-block;
}

.p-txt {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0;
}

.p-content {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

#header .navbar-global .nav-link::before {
    background: #182b63;
}


@media screen and (max-width:767px) {
    .navbar-toggle-bar {
        background-color: #182B63;
    }

    nav.breadcrumb {
        margin-top: 50px;
    }

    .l-section {
        padding: 5.33vw 5.33vw 21.3vw;
    }

    .m-header {
        margin-bottom: 8vw;
    }

    .p-header-txt {
        margin-top: 2.66vw;
    }

    .p-txt {
        font-size: 4vw;
        line-height: 1.73;
    }

    .m-header-ja {
        font-size: 6.4vw;
    }

    .m-header-en {
        font-size: 3.7vw;
    }
}


/* p-mv
--------------------------------------------------------*/
.hover-ltr {
    display: inline;
    padding-bottom: 0;
    background-image: linear-gradient(90deg, #000426, #000426);
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(.39, .575, .565, 1);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.p-mv {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 95px;
}

.p-mv a {
    text-decoration: none;
}

.p-mv a:hover .p-mv-img img {
    transform: scale(1.1);
}

.p-mv a:hover .p-mv-img img {
    transform: scale(1.1);
}

.p-mv a:hover span.hover-ltr {
    background-position: 0 100%;
    background-size: 100% 1px;
}


.p-mv-img {
    width: 860px;
    height: 531px;
    overflow: hidden;
}

.p-mv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease-in;
}


.p-mv-content {
    background: #fff;
    width: 498px;
    padding: 28px 30px 35px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.p-mv-content-ttl {
    color: #182B63;
    font-size: 3.6rem;
    line-height: 1.55;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 25px;
}

.p-column-date {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
}

.p-column-date+p {
    margin-top: 20px;
}

.p-column-tag-list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 5px;
}

.p-column-tag-list-item {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0;
    background: #182855;
    padding: 2px 10px;
    margin-bottom: 10px;
}

.p-column-tag-list-item:not(:last-child) {
    margin-right: 20px;
}

.p-column-tag-list-item a {
    color: #fff;
    text-decoration: none;
    ;
}


@media screen and (max-width:767px) {
    .p-mv {
        margin: 0 auto 13.33vw;
    }

    .p-mv-img {
        width: 100%;
        height: 54.93vw;
    }

    .p-mv-content {
        width: 78.66vw;
        padding: 5.33vw;
        position: initial;
        transform: none;
        margin: -10.66vw auto 0;
        position: relative;
    }

    .p-mv-content::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: -1;
    }

    .p-mv-content-ttl {
        font-size: 6.4vw;
        line-height: 1.5;
        margin-bottom: 5.33vw;
    }

    .p-column-date {
        font-size: 3.73vw;
    }


    .p-column-date+p {
        margin-top: 5vw;
    }

    .p-column-tag-list {
        margin: 1.3vw 0;
    }

    .p-column-tag-list-item {
        font-size: 3.2vw;
        padding: .53vw 2.6vw;
        margin-bottom: 1.3vw;
    }

    .p-column-tag-list-item:not(:last-child) {
        margin-right: 2.6vw;
    }
}


/* 一覧
--------------------------------------------------------*/
.p-information-header {
    margin-bottom: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #182855;
}

.p-information-header-title {
    font-size: 2.0rem;
    white-space: nowrap;
    color: #182B63;
}

.p-information-header-tags {
    padding-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
}

.p-information-header-tags-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.p-information-header-tags-item {
    min-width: 68px;
    min-height: 2.6rem;
    margin: 5px 0;
    padding: 0 6px;
    text-align: center;
    color: #fff;
    background-color: #c9caca;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
}

.p-information-header-tags-item:not(:last-child) {
    margin-right: 20px;
}

.p-information-header-tags-item:hover {
    background: #254299;
    color: #fff;
    cursor: pointer;
}

.p-information-header-tags-item.is-active {
    background-color: #182855
}

.p-information-header-tags-item.p-tags-focus {
    margin-left: auto;
    position: relative;
    padding: 0 10px;
    flex-shrink: 0;
    ;
}

.p-information-header-tags-item.p-tags-focus::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 26px;
    background: #DFDFDF;
    top: 0;
    left: -32px;
}



.p-column-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 100px;
}

.p-column-list-item {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 80px;
    flex-grow: 1;
    max-width: calc((100% - 100px) / 2);
}

.p-column-list-item-link {
    display: block;
    text-decoration: none;
    padding-bottom: 30px;
    position: relative;
}

.p-column-list-item-link:hover .p-column-list-item-ttl .hover-ltr {
    background-position: 0 100%;
    background-size: 100% 1px;
}

.p-column-list-item-link.new::before {
    position: absolute;
    content: 'NEW';
    font-size: 1.8rem;
    color: #182855;
    background: #F9F9F7;
    line-height: 1;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 39px;
    top: 20px;
    left: 0;
}

.p-column-list-item-thumb {
    width: 100%;
    height: 308px;
    margin-bottom: 20px;
}

.p-column-list-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-column-list-item-ttl {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #182B63;
}


.p-information-pagenation {
    margin-top: 20px;
    text-align: center
}

.p-information-pagenation .p-information-pagenation-item {
    display: inline-block;
    font-weight: 700;
    font-size: 1.5rem;
    transition: color 0.3s ease-in-out;
}

.p-information-pagenation .p-information-pagenation-item a {
    text-decoration: none;
}

.p-information-pagenation .p-information-pagenation-item span {
    padding: 0 0.5em
}

.p-information-pagenation .p-information-pagenation-item:hover {
    color: #254299;
}

.p-information-pagenation-item.is-active {
    color: #182855
}


.p-bnr {
    text-align: center;
    margin-top: 100px;
}

.p-bnr-link {
    display: inline-block;
}


@media screen and (max-width:767px) {

    .p-information-header {
        margin-bottom: 8vw;
        padding-bottom: 0;
    }

    .p-information-header-title {
        font-size: 5.3vw;
        margin-bottom: 2.6vw;
    }

    .p-information-header-tags {
        padding-bottom: 0;
        display: block;
    }

    .p-information-header-tags-item {
        min-width: 18.1vw;
        min-height: 6.9vw;
        margin: 0 0 4vw;
        padding: 0 2.6vw;
        font-size: 3.2vw;
    }

    .p-information-header-tags-item:not(:last-child) {
        margin-right: 2.6vw;
    }

    .p-information-header-tags-item:hover {
        background: #c9caca
    }

    .p-information-header-tags-item.p-tags-focus {
        margin-left: 0;
        margin: 20px 0 5.3vw;
        display: inline-flex;
    }

    .p-information-header-tags-item.p-tags-focus::before {
        display: none;
    }



    .p-column-list {
        display: block;
    }

    .p-column-list-item {
        width: 100%;
        margin-bottom: 8vw;
        max-width: unset;
    }

    .p-column-list-item-link {
        padding-bottom: 8vw;
    }

    .p-column-list-item-link.new::before {
        font-size: 4.26vw;
        width: 16.8vw;
        height: 8.8vw;
        top: 5.3vw;
    }

    .p-column-list-item-thumb {
        width: 100%;
        height: 54.66vw;
        margin-bottom: 4vw;
    }

    .p-column-list-item-ttl {
        font-size: 5.33vw;
        margin-bottom: 2.66vw;
    }


    .p-information-pagenation {
        margin-top: 10vw;
    }

    .p-information-pagenation .p-information-pagenation-item {
        font-size: 3.2vw;
    }

    .p-information-pagenation .p-information-pagenation-item:hover {
        color: #333;
    }


    .p-bnr {
        margin-top: 21.3vw;
    }


    .footer-contact {
        padding: 13.3vw 0;
    }
}

.wp-block-image a {
    border-bottom: none !important;
}
