@charset "utf-8";

#pageTtl {
    background-image: url(../img/works_ttl_bg.png);
}

/* -------------------------------------------------- */
/* 一覧ページ */
/* -------------------------------------------------- */

/* セレクトボックス */
/* -------------------------------------------------- */
#select {
    background: #F8F7F7;
}

#selectInner {
    padding: 17px;
}

#selectWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 66px;
}

.selectBox {
    width: 200px;
    letter-spacing: .1em;
    cursor: pointer;
    position: relative;
}

.selectTtl {
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-image: linear-gradient(90deg, #008CCF 0%, #10459C 100%);
    border-image-slice: 1;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
}

.selectTtl::after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #0077BE;
    border-bottom: 1px solid #0077BE;
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    transform: translateY(-50%) rotate(45deg);
}

.selectList {
    width: 200px;
    max-width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
}

.selectItem:not(:last-child) {
    border-bottom: 1px solid #FFFFFF;
}

.selectItem a {
    display: block;
    padding: 15px;
    background: #008CCF;
    font-size: 1.4rem;
    color: #FFFFFF;
    transition: all .3s;
}

/* ホバーアクション */
.selectItem a:hover,
.selectItem a:active {
    background: #10459C;
}

/* リストオープン時 */
.selectBox.open .selectTtl::after {
    transform: translateY(-50%) rotate(-135deg);
}

.selectBox.open .selectList {
    visibility: visible;
    opacity: 1;
}

/* 一覧 */
/* -------------------------------------------------- */
#archiveInner {
    width: 1147px;
    padding-top: 66px;
    padding-bottom: 133px;
}

#archiveList {
    margin-bottom: 98px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    column-gap: 2%;
    row-gap: 46px;
}

.archiveItem {
    width: 23.5%;
    letter-spacing: .1em;
}

.thumbBox {
    width: 100%;
    margin-bottom: 13px;
    overflow: hidden;
}

.thumbBox img {
    width: 100%;
    height: auto;
    transition: all .3s;
    /* object-fit: cover;
    font-family: 'object-fit: cover;'; */
}

.itemTtl {
    font-size: 1.4rem;
    margin-bottom: 3px;
    transition: all .3s;
}

.place {
    font-size: 1.2rem;
    color: #0087CA;
}

.time {
    font-size: 1.2rem;
    color: #7E7E7E;
}

/* ホバーアクション */
.archiveItem a:hover .thumbBox img {
    transform: scale(1.2, 1.2);
}

.archiveItem a:hover .itemTtl {
    color: #0087CA;
}

/* -------------------------------------------------- */
/* 詳細ページ */
/* -------------------------------------------------- */
.worksDetailTtl {
    margin-bottom: 41px;
}

#InfoWrap {
    margin-bottom: 33px;
    column-gap: 4%;
}

#infoImgBox {
    width: calc(96% - 320px);
}

#infoImgBox img {
    width: 100%;
    height: auto;
    /* object-fit: cover;
    font-family: 'object-fit: cover;'; */
}

#infoList {
    width: 320px;
    font-size: 1.4rem;
    letter-spacing: .1em;
}

#infoList dt {
    margin-bottom: 5px;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc;
    color: #0380C5;
}

#infoList dd {
    padding-bottom: 10px;
}

#infoList dd:last-child {
    border-bottom: 1px solid #dcdcdc;
}

.detailTxtBox {
    margin-bottom: 31px;
    letter-spacing: .1em;
}

.detailContentTtl {
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0D54A7;
}

.detailContentTtl::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 23px;
    margin-right: 9px;
    background: linear-gradient(150deg, #079FE8 0%, #0C72C2 40%, #10459C 100%);
    vertical-align: middle;
}

.detailItem {
    font-size: 1.4rem;
}

.detailItem::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #008CCF;
    vertical-align: middle;
}


/* -------------------------------------------------- */
/* IE対応 */
/* -------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {

    /* -------------------------------------------------- */
    /* 一覧ページ */
    /* -------------------------------------------------- */

    /* 一覧 */
    /* -------------------------------------------------- */
    #archiveList {
        column-gap: 4%;
        row-gap: 30px;
    }

    .archiveItem {
        width: 48%;
    }

    /* -------------------------------------------------- */
    /* 詳細ページ */
    /* -------------------------------------------------- */
    #InfoWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        row-gap: 30px;
    }

    #infoImgBox {
        width: 100%;
    }

    #infoImgBox img {
        margin: auto;
    }

    #infoList {
        width: 580px;
        max-width: 100%;
    }
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

    /* -------------------------------------------------- */
    /* 一覧ページ */
    /* -------------------------------------------------- */

    /* セレクトボックス */
    /* -------------------------------------------------- */
    #selectWrap {
        column-gap: 8%;
    }

    .selectBox {
        width: 46%;
    }

    /* 一覧 */
    /* -------------------------------------------------- */
    .archiveItem {
        width: 100%;
    }

    /* -------------------------------------------------- */
    /* 詳細ページ */
    /* -------------------------------------------------- */
    .detailItem:not(:last-child) {
        margin-bottom: 10px;
    }
}