.tag-filter{
    width: 1100px;
    margin: 20px auto 0;
    position: relative;
}
.tag-filter h4{
    font-size: 1.12rem;
    letter-spacing: .2em;
    line-height: 1.5;
    margin-bottom: 5px;
}
/* 親要素に overflow: hidden 等が指定されていないか注意 */
.news-container {
    display: flex;
    gap: 100px;
    max-width: 1100px;
    margin: 10px auto 0;
    align-items: flex-start;
}
/* スクロール追従 */
.news-sidebar {
    position: sticky;
    top: 211px;
    min-width: 200px;
    font-family: 'Shippori Mincho', serif;
    z-index: 10;
    transition: all 1.25s cubic-bezier(0.253, 0.85, 0.344, 1);
}
.news-sidebar.in {
    top: 120px;
}
/* サイドバー内部 */
.news-sidebar ul{
    position: relative;
    padding: 20px 20px 2px 0;
    border-right: 1px solid #bababa;
}
.news-sidebar li {
    margin-bottom: 18px;
    font-size: 1em;
    letter-spacing: .3em;
    color: #6c6c6c;
}
.news-sidebar a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all .3s ease;
}
.news-sidebar a:hover {
    opacity: .5;
}
.current-category {
    display: flex;
    font-size: .9rem;
    font-weight: normal;
    letter-spacing: .2em;
    align-items: center;
    justify-content: flex-end;
}
.current-category .cat,
.current-category .count{
    margin: 5px 10px 2px;
    line-height:  1.1;
}
.news-sidebar ul li .current-category-item {
	cursor: default;
}
.tag-buttons{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.tag-buttons .tag-btn:last-child{
    margin-right: 0;
}
.tag-btn {
    display: table;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 10px;
    color: #333;
    border: 1px solid #bababa;
    border-radius: 3px;
    background-color: #f3f3f3;
    cursor: pointer;
    font-size: .95em;
    line-height: 1.7;
    letter-spacing: .1em;
    text-indent: .1em;
    transition: all 0.2s;
    white-space: nowrap;
}
.tag-btn.active {
	background-color: #444;
	color: #fff;
	border-color: #444;
}

.news-content {
    flex: 1;
}
.news-item {
    position: relative;
    margin-bottom: 80px;
    border-bottom: 1px solid #bababa;
    padding-bottom: 170px;
}
.news-item:before {
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 150px;
    height: 3px;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}
.news-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.news-meta {
    margin: 0;
}
.cat-day{
    display: flex;
    align-items: center;
}
.news-cat,
.news-tag {
    font-size: .9rem;
    color: #888;
    display: table;
    letter-spacing: .1em;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.news-cat {
    margin-left: auto;
}
.news-date {
    font-size: .9rem;
    color: #aaa;
    display: table;
    letter-spacing: .1em;
}
.news-title {
    font-size: 1.5em;
    line-height: 1.5;
    letter-spacing: .2em;
    text-indent: .2em;
    font-weight: normal;
    margin: 35px 80px 25px;
}
.news-content-body{
    margin: 20px 80px 0;
}
.news-content-body img{
    margin: 30px 0;
    width: 100%;
    height: auto;
}
.news-content-body h3{
    font-size: 1.3em;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

#contents .top{
    position: relative;
    width: 100%;
    margin-top: 80px;
}
#contents .top .main-cap{
    position: relative;
    width: 90vw;
    margin: 0 auto;
}
#contents .top .main-cap:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #bababa;
    width: 100%;
    height: 1px;
    z-index: 0;
}
#contents .top .main-cap:after{
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#contents .top .main-cap h1{
    position: relative;
    display: table;
    z-index: 2;
    padding: 20px 100px 20px 0;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    background: #f5f4eb;
}

.reqruit-footer {
    margin-top: 170px;
}
.reqruit-footer .main-cap {
    position: relative;
    width: 90vw;
    margin: 0 auto;
}
.reqruit-footer .main-cap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #bababa;
    width: 100%;
    height: 1px;
    z-index: 0;
}
.reqruit-footer .main-cap:after {
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 100px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.reqruit-footer h2 {
    position: relative;
    display: table;
    z-index: 2;
    padding: 20px 100px 20px 0;
    font-size: 1.6em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight: normal;
    background: #f5f4eb;
}
.reqruit-footer .text-box{
    width: calc(1200px - 5vw);
    margin: 80px auto 0;
    display: flex;
}
.reqruit-footer .text-box h3{
    padding-right: 100px;
    font-size: 1.4em;
    letter-spacing: .2em;
    line-height: 1.9;
    font-weight:  normal;
    width: auto;
    white-space: nowrap;
}
 
.reqruit-footer .reqruit-box{
    width: 80vw;
    max-width: 1400px;
    margin: 70px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0;
    background: #fff;
}
.reqruit-footer .reqruit-box .reqruit-box-in,
.reqruit-footer .reqruit-box .image{
    width: 50%;
    padding: 60px 80px;
}
.reqruit-footer .reqruit-box h3{
    font-size: 1.25em;
    letter-spacing: .2em;
    line-height: 1.7;
    font-weight:  normal;
    width: auto;
}

.reqruit-footer .reqruit-box .text p{
    margin: 30px 0;
    font-size: 1rem;
}
.reqruit-footer .reqruit-box a.image-link {
    display: block;
    width: 100%;
    height: auto;
}
.reqruit-footer .reqruit-box .image{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../img/reqruit1.jpg) center / cover no-repeat;
}

#contents .top.not h2{
    display: table;
    font-size: 6.35em;
    letter-spacing: .2em;
    text-indent: .2em;
    line-height: 1;
    font-weight: normal;
    margin: 50px auto;
}
#contents .top.not p{
    display: table;
    text-align: center;
    margin: 40px auto 60px;
}
#contents .top.not a.link{
    margin: 0 auto;
}
#no-articles-message{
    text-align: center;
    padding: 60px 0 120px;
    margin-bottom: 0;
    letter-spacing: .2em;
    position: relative;
    border-bottom: 1px solid #bababa;
}
#no-articles-message:before {
    content: "";
    position: absolute;
    background: #6c6c6c;
    width: 150px;
    height: 3px;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}
#no-articles-message p{
    font-size: 1.1em;
    margin-bottom: 80px;
}
/*ページャー*/
.custom-pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pagination-numbers {
    display: flex;
    margin-left: 20px;
}
.page-numbers{
    line-height: 1.5;
    margin-right: 10px;
    padding: 5px 10px;
    border: 1px solid #bababa;
    border-radius: 3px;
    background-color: #f3f3f3;
    cursor: pointer;
    font-size: .95em;
    letter-spacing: .1em;
    text-indent: .1em;
    transition: all 0.2s;
}
.page-numbers.dots{
    background-color: initial;
    border: none;
    cursor: initial;
}
.page-numbers.current{
    cursor: initial;
    font-weight: 700;
}
a.page-numbers:hover,
a.page-numbers.current {
    background-color: #444;
    color: #fff;
    border-color: #444;
}
.pagination-arrows{
    margin-left: auto;
    display: flex;
}
a.arrow {
    display: table;
    line-height: 1;
    font-weight: 700;
    padding: 15px 10px;
    margin-left: 0;
    font-size: 1.1rem;
    letter-spacing: .1em;
    transition: all .75s cubic-bezier(0.253, 0.85, 0.344, 1);
}
a.arrow .box {
    display: flex;
    align-items: center;
    position: relative;
}
a.arrow .line-box {
    position: relative;
    width: 100px;
    height: 9px;
    margin-left: 20px;
}
a.arrow .line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 1px;
    background: #3a9cde;
    transition: all .3s ease;
}
a.arrow .line:before {
    content: "";
    position: absolute;
    background: url(../../assets/icn_arrow.svg) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 9px;
    top: 50%;
    right: 100px;
    transform: translate(0%, -50%) scale(0);
    transition: right .75s cubic-bezier(0.253, 0.85, 0.344, 1);
}
a.arrow .line:after {
    content: "";
    position: absolute;
    background: url(../../assets/icn_arrow.svg) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 9px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: right .75s cubic-bezier(0.253, 0.85, 0.344, 1);
}
a.arrow span.more {
    display: block;
    transform: translate(0px, 0px);
    transition: all .3s ease;
}
a.arrow:hover span.more{
	opacity: 0.5;
}
a.arrow:hover span.line{
	width: 70px;
	left: 30px;
}
a.arrow:hover .line:before{
	transform: translate(0%, -50%) scale(1);
	right: 0;
	transition:all .5s cubic-bezier(.25,.1,.25,1);
}
a.arrow:hover .line:after{
	transform: translate(0%, -50%) scale(0);
	right: -12px;
	transition:all .5s cubic-bezier(.25,.1,.25,1);
}
/* ←方向の調整 */
a.prev-arrow .box {
    flex-direction: row-reverse;
}
a.prev-arrow .line-box {
    margin-left: 0;
    margin-right: 20px;
}
a.prev-arrow .line:before {
    right: auto;
    left: 100px;
    transform: scaleX(-1) translate(0%, -50%) scale(0);
}
a.prev-arrow .line:after {
    left: 0;
    right: auto;
    transform: scaleX(-1) translateY(-50%);
}
a.prev-arrow:hover span.line {
    width: 70px;
    left: 0;
    right: 30px;
}
a.prev-arrow:hover .line:before {
    left: 0;
    transform: scaleX(-1) translate(0%, -50%) scale(1);
}
a.prev-arrow:hover .line:after {
    transform: scaleX(-1) translate(0%, -50%) scale(0);
    left: -12px;
}

.single .news-item{
    padding-bottom: 90px;
}
a.link.back{
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
    .tag-filter,
    .news-container,
    .reqruit-footer .text-box,
    .reqruit-footer .reqruit-box {
        width: 86vw;
    }
    .news-container{
        gap: 40px;
    }
    .news-title{
        margin: 30px 50px 25px;
    }
    .news-content-body{
        margin: 20px 50px 0;
    }
}
@media screen and (max-width: 1000px) {
    .tag-filter{
        display: flex;
        flex-wrap: wrap;
    }
    .tag-filter h4{
        width: 100%;
        order: 0;
        margin-bottom: 10px;
    }
    .tag-buttons{
        width: 100%;
        order: 2;
    }
    .current-category {
        order: 1;
        width: 100%;
        justify-content: flex-start;
        margin: 30px 0 10px;
    }
    .news-sidebar {
        position: initial;
        top: 0;
        min-width: 100%;
        margin-bottom: 80px;
    }
    .news-sidebar ul{
        border-top: 1px solid #bababa;
        border-right: 0;
        position: relative;
        padding: 0 0 20px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .news-sidebar li{
        margin: 20px 10px 0 0;
    }
    .news-sidebar a {
        border-bottom: 1px solid #bababa;
        padding: 0 10px 15px;
    }
    .news-container {
        display: block;
    }
    .news-item{
        padding-bottom: 100px;
    }
    .reqruit-footer .text-box{
        display: block;
    }
    .reqruit-footer .text-box h3 {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .reqruit-footer .reqruit-box .reqruit-box-in,
    .reqruit-footer .reqruit-box .image {
        width: 100%;
    }
    .reqruit-footer .reqruit-box .image{
        position: inherit;
        height: 250px;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    #contents .top {
        margin-top: 30px;
    }
    #contents .top .main-cap{
        width: 86vw;
    }
    #contents .top .main-cap h1,
    .reqruit-footer h2 {
        font-size: 1.35em;
        padding: 20px 30px 20px 0;
    }
    #contents .top .main-cap:after{
        width: 70px;
    }
    #contents .top.not h2 {
        font-size: 4.5em;
        line-height: 1.3;
        margin-bottom: 30px;
    }
    #contents .top.not p {
        width: 86%;
        font-size: 1rem;
        margin: 30px auto 20px;
    }
    .tag-filter h4 {
        font-size: 1rem;
    }
    .current-category {
        display: block;
    }
    .current-category .cat {
        margin-right: 0px;
        font-size: 1rem;
    }
    .current-category p{
        font-size: 1rem;
        line-height: 1.5;
    }
    #filtered-count{
        margin: 5px 0 0 17px;
    }
    .tag-btn,
    .news-sidebar a{
        font-size: .9rem;
        letter-spacing: 0em;
    }
    .news-sidebar {
        margin-bottom: 30px;
    }
    .news-title {
        font-size: 1.4em;
        margin: 27px 0 25px;
        letter-spacing: .1em;
    }
    .news-content-body {
        margin: 20px 0 0;
    }
    .news-content-body p{
        font-size: 1.1rem;
        letter-spacing: 0;
        margin: 0 0 20px;
        line-height: 2.1;
    }
    .news-item {
        padding-bottom: 80px;
        margin-bottom: 50px;
    }
    .single .news-item {
        padding-bottom: 50px;
    }
    .news-cat{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .news-cat,
    .news-tag{
        margin-right: 0;
    }
    .news-cat,
    .news-tag,
    .news-date {
        line-height: 1.4;
        letter-spacing: 0em;
    }
    .news-date {
        line-height: 1.8;
    }
    .cat-day{
        display: block;
    }
    .custom-pagination .pagination-status{
        width: 100%;
        text-align: center;
        line-height: 1;
    }
    .pagination-numbers {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding-left: 20px;
    }
    .pagination-arrows{
        margin: 10px auto 0;
        justify-content: center;
        width: 100%;
    }
    .page-numbers {
        font-size: .85em;
    }
    .reqruit-footer {
        margin-top: 70px;
    }
    .reqruit-footer .text-box {
        margin: 40px auto 0;
    }
    .reqruit-footer .text-box h3 {
        font-size: 1.3em;
        line-height: 1.7;
        margin: 20px 0 0;
        letter-spacing: .1em;
        padding-bottom: 25px;
    }
    .reqruit-footer .text-box p{
        font-size: 1.1rem;
    }
    .reqruit-footer .reqruit-box{
        margin-top: 30px;
    }
    .reqruit-footer .reqruit-box .reqruit-box-in{
        padding: 30px 5vw;
    }
    .reqruit-footer .reqruit-box h3 {
        font-size: 1.2em;
        letter-spacing: .1em;
    }
    .reqruit-footer .reqruit-box .text p{
        font-size: .95rem;
        margin-bottom: 20px;
    }
    #no-articles-message p {
        font-size: 1rem;
    }
    .single a.link.back {
        margin: 0;
    }
}
@media screen and (max-width: 375px) {
    #contents .top .main-cap h1,
    .reqruit-footer h2 {
        font-size: 1.25em;
    }
    .news-title {
        font-size: 1.3em;
    }
    .news-content-body p{
        font-size: 1rem;
    }
    .reqruit-footer .text-box p {
        font-size: .95rem;
    }
    .reqruit-footer .reqruit-box h3 {
        font-size: 1.1em;
        letter-spacing: .05em;
    }
    .reqruit-footer .text-box h3 {
        font-size: 1.2em;
    }
}