@charset: "utf-8";

/*-----------------------------------------------
| key-area
-----------------------------------------------*/
.lv3-kv-area.topics-kv-area {
    background: url('../images/TPCS_head.jpg') center center / cover no-repeat;
}

/*-----------------------------------------------
| Heading
-----------------------------------------------*/
h1.heading-style-topics {
    line-height: 64px;
    padding:0 0 49px;
}

/*-----------------------------------------------
| tag
-----------------------------------------------*/
.post-info-block .post-info-date {
    font-size: 14px;
    line-height: 1.143;
    padding-right: 16px;
}
.post-info-block .post-info-cat {
    display: inline-block;
    padding: 4px 12px;
    background: #2ac852;
    font-size: 14px;
    line-height: 1.143;
    color: #fff;
}
.post-info-announce {
    display: inline-block;
    padding: 4px 12px;
    background: #fff000;
    font-size: 14px;
    line-height: 1.143;
    color: #000;
}

/*-----------------------------------------------
| Background
-----------------------------------------------*/
.single-keiko_action {
    background: rgba(253, 216, 53, .05);
}
.single-keiko_action footer {
    background: none;
}


/*-----------------------------------------------
| Compass
-----------------------------------------------*/
.post-title {
    padding: 6px 0 59px;
    font-family: 'Noto Serif JP', serif;
    font-size: 44px;
    line-height: 1.091;
    font-weight: bold;
    color: rgba(0, 0, 0, .8);
}
@media screen and (max-width: 640px) {
    .post-title {
        font-size: 36px;
        line-height: 1.111;
    }
}
.compass-title {
    padding-bottom: 11px;
}

/*-----------------------------------------------
| Cross Interview
-----------------------------------------------*/
.kv-area-cross-interview {
    position: relative;
}
.kv-area-cross-interview img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.cross-interview-cat {
    font-size: 24px;
    line-height: 1.167;
    font-weight: bold;
    padding: 9px 0 20px;
}
.cross-interview-title {
    line-height: 64px;
    color: #fff;
    padding-bottom: 53px;
}
.cross-interview-description-block {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}
.cross-interview-description-block .wp-block-gla-expand-inner-block {
    background: #fff;
    color: #333;
}
.cross-interview-inner-entry {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    margin: auto;
}
a.cross-interview-inner-entry:active,
a.cross-interview-inner-entry:hover,
a.cross-interview-inner-entry:focus {
    color: #fff !important;
    text-decoration: none !important;
}
.cross-interview-inner-entry .entry-cover{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cross-interview-inner-entry .wp-block-image {
    height: 100%;
}
.cross-interview-inner-entry  .entry-cover img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media screen and (min-width: 641px){
    .cross-interview-inner-entry .entry-cover img {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 111%;
        min-height: auto;
        left: 50%;
        top: 50%;
        display: block;
        transform: translate(-50%, -50%);
    }
}
.cross-interview-inner-entry .entry-description {
    padding: 16px 32px;
    background-color: rgba(0, 0, 0, .7);
}
a.cross-interview-inner-entry:hover .entry-description {
    background-color: rgba(0, 0, 0, .8);
}
.cross-interview-inner-entry .entry-description .entry-tag {
    line-height: 24px;
    padding-bottom: 0;
}
.cross-interview-inner-entry .entry-description .entry-title{
    font-family: 'Noto Serif JP', serif;
}
@media screen and (min-width: 641px) {
    .cross-interview-inner-entry {
        display: flex;
        flex-wrap: nowrap;
        max-width: 100%;
    }
    .cross-interview-inner-entry .entry-cover{
        width: 40%;
        float:left;
    }
    .cross-interview-inner-entry .entry-description {
        width: 60%;
        float:left;
    }
}

/* children */
.cross-interview-cat.child-post {
    padding-bottom: 0;
}
.cross-interview-cat.child-post {
    padding-top: 3px;
}
.cross-interview-description-block .is-style-as-h5 {
    color: #fff;
}
.cross-interview-post-list-area {
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
}
.cross-interview-post-list-area .post-list-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 18px;
}
.cross-interview-post-list-area a,
.cross-interview-post-list-area a:active,
.cross-interview-post-list-area a:hover,
.cross-interview-post-list-area a:focus {
    color: #fff;
}

.cross-interview-child + footer {
    background: rgba(0, 0, 0, .7);
}

.cross-interview-next-page a {
    box-shadow: none;
    color: #2962ff;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
    background-color: #fff;
    border: 1px solid #2962ff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 13px 13px 13px 42px;
    min-width: 64px;
    position: relative;
}
.cross-interview-next-page a:active,
.cross-interview-next-page a:hover,
.cross-interview-next-page a:focus {
    text-decoration: none !important;
    background-color: rgba(41,98,255,0.08) !important;
}
.cross-interview-next-page a:after {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    top: 11px;
    width: 24px;
    height: 24px;
    background: url(../images/icon-allow-blue.svg) center center/contain no-repeat;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/*-----------------------------------------------
| Message
-----------------------------------------------*/
.single-message #footer {
    padding: 0;
}
.lv3-kv-area.message-kv {
    display: block;
    height: 100%;
    padding-bottom: 96px;
}
.lv3-kv-area.message-kv .wp-block-gla-pointed-block.is-style-pointed-transparent-white {
    padding: 64px 32px;
    visibility: hidden;
    opacity: 0;
}
.lv3-kv-area.message-kv .wp-block-gla-pointed-block.is-style-pointed-transparent-white.visible {
    visibility: visible;
    opacity: 1;
    animation-duration: .5s;
    animation-name: fade-in;
}
.lv3-kv-area.message-kv .wp-block-gla-pointed-block.is-style-pointed-transparent-white * {
    visibility: hidden;
    opacity: 0;
}
.lv3-kv-area.message-kv .wp-block-gla-pointed-block.is-style-pointed-transparent-white *.visible {
    visibility: visible;
    opacity: 1;
    animation-duration: 1s;
    animation-name: fade-in;
}
.lv3-kv-area.message-kv .wp-block-gla-pointed-block.is-style-pointed-transparent-white.message-en p{
    font-weight: bold;
}
@keyframes fade-in {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: visible;
        opacity: .5;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

.single-message .wp-block-gla-pointed-block.is-style-pointed-transparent-white *{
    font-family: 'Noto Serif JP', serif !important;
}

/*-----------------------------------------------
| Solution
-----------------------------------------------*/
.is-style-contained-tag .wp-block-button__link + .wp-block-button__link {
    margin-left: 16px;
}
/*-----------------------------------------------
| button
-----------------------------------------------*/
.is-style-outlined-button-m.topLink {
    text-align: center;
    margin-top: 20px;
}
