@charset "UTF-8";

.l-mainv_ttl_en{
    width: 27.6rem;
}


/* sp */
@media only screen and (max-width: 1000px) {
    .l-mainv_ttl_en{
    width: 16rem;
}    
}


/*　
---------------------------------------------------------*/


.news{}
.news_inner{
    margin: 0 auto;
    padding-bottom: 20rem;
}
.news_head{
    float: left;
    width: 14.5%;
    position: sticky;
    z-index: 1;
    top: 5rem;
    left: 0;
    margin-top: -.4rem;
}
.news_head_main{}

.news_head_cat{
    display: grid;
    gap: 3.9rem 0;
    margin-top: 0;
    line-height: 1;
}
.news_head_cat a{
    font-size: var(--f18);
    position: relative;
    z-index: 1;
    text-transform: uppercase;    
}
.news_head_cat a.on{
    font-weight: 700;
    padding-left: 2.3rem;
}


.news_head_cat a.on:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/dotto03.png) 0 0 no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    top: 0px;
    left: 0;
    bottom: 0;
    margin: auto;
}


.news_main{
    float: right;
    width: 66.5%;
}
.news_list{
    border-top: 1px solid rgba(37, 36, 33, 0.24);
}
.news_list li{
    border-bottom: 1px solid rgba(37, 36, 33, 0.24);
    /* padding-bottom: 4.9rem; */
}
.news_list li + li{
}

.news_list .a,
.news_list a{
    display: flex;
    align-items:center;
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}
.news_list .c-arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: transform var(--duration-main) var(--easing-transform);
    width: 1.8rem;
    height: 1.8rem;
}


.news_list a[href$=".pdf"] .c-arrow:before {
    content: "PDF";
    font-family: var(--font-family-en);
    background: no-repeat;
    left: auto;
    font-style: normal;
    font-weight: var(--font-bold);
    line-height: 1.8rem;
    font-size: var(--f11);
}

.news_list .c-arrow:after {
    content: "";
    z-index: 1;
    position: absolute;
    background: #252421;
    opacity: 0.2;
    width: 1px;
    top: 0rem;
    bottom: 0rem;
    left: -2.6rem;
}


.news_list_data{
    flex: 1;
    padding-right: 3rem;
}
.news_list_head{
    display: flex;
    align-items: center;
    /* margin-top: 2rem; */
    font-size: var(--f14);
    gap: 0 0.6rem;
}
.news_list_date{
    width: 86px;
    color: #555555;
}
.news_list_cat{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;    
}
.news_list_cat span {
    border: 1px solid #BBBBBB;
    font-size: var(--f14);
    line-height: 1;
    padding: .2rem 1.5rem;
    border-radius: 10rem;
    text-transform: uppercase;
    line-height: 1;
}

.news_list_ttl {
    /* margin-top: 15px; */
    font-size: var(--f18);
    line-height: var(--line-height-sub);
}





/* hover  */
@media (hover: hover) and (pointer: fine) {

}

/* sp */
@media only screen and (max-width: 1000px) {
    .news{}
    .news_inner{padding-bottom: 7rem;}
    .news_head{
    float: none;
    width: auto;
    margin-bottom: 4rem;
}
    .news_head_main{}
    .news_head_cat{
    display: flex;
    gap: 0 2rem;
}
    .news_head_cat a{
    font-size: 1.5rem;
}
    .news_head_cat a.on{
    padding-left: 1.8rem;
}
    .news_head_cat a.on:before {
    width: 1rem;
    height: 1rem;
}
    .news_main{
    float: none;
    width: auto;
}
    .news_list{}
    .news_list li{}
    .news_list li + li{}
    .news_list .a,
    .news_list a{
    padding: 2.2rem 0;
}
    .news_list .c-arrow{width: 1.5rem;height: 1.5rem;}
    .news_list a[href$=".pdf"] .c-arrow:before {}
    .news_list .c-arrow:after {
    left: -1.6rem;
}
    .news_list_data{
    padding-right: 4rem;
}
    .news_list_head{
    font-size: 1.2rem;
}
    .news_list_date{
    width: 7.5rem;
}
    .news_list_cat{}
    .news_list_cat span {
    font-size: 1.2rem;
    padding: 0.2rem 1rem;
}
    .news_list_ttl {
    font-size: 1.5rem;
    margin-bottom: 0.4rem;
}

}


/*　
---------------------------------------------------------*/

.c-detail{}
.c-detail_inner{
    padding-top: 14.2rem;
    padding-bottom: 20rem;
}

.c-detail_head{
    display: flex;
    align-items: center;
    font-size: var(--f14);
    gap: 0 0.6rem;
    margin-bottom: 1.8rem;
}


.c-detail_head_date{
    width: 86px;
    font-size: var(--f14);
    opacity: var(--opacity-font);    
}
.c-detail_head_cat{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.c-detail_head_cat span{
    border: 1px solid #BBBBBB;
    font-size: var(--f14);
    line-height: 1;
    padding: .2rem 1.5rem;
    border-radius: 10rem;
    text-transform: uppercase;
    line-height: 1;
}
.c-detail_head_ttl{
    font-size: var(--f44);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 8.5rem;
}

.c-foot_link{
    margin-top: 7.3rem;
    position: relative;
    z-index: 1;
    text-align: center;
}

.c-foot_link .previouspostslink{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.c-foot_link .nextpostslink{
    position: absolute;
    top: 0;
    right: 0;
}
.c-foot_link .pageBack{
    position: relative;
    z-index: 1;
}
.c-foot_link .pageBack span{
    padding: 0 0 0 3rem;
}
.c-foot_link .pageBack:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/arrow_back.svg) 0 0 no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem;
    top:0;
    bottom: 0;
    left: 0;
    margin: auto;
}




/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media only screen and (max-width: 1000px) {

    .c-detail{}
    .c-detail_inner{
    padding-top: 4rem;
    padding-bottom: 10rem;
}
    .c-detail_head{
    margin-bottom: 1rem;
}
    .c-detail_head_date{
    font-size: 1.2rem;
    width: 7.5rem;
}
    .c-detail_head_cat{}
    .c-detail_head_cat span{font-size: 1.2rem;padding: 0.2rem 01rem;}
    .c-detail_head_ttl{
    font-size: 2.5rem;
    margin-bottom: 4rem;
}
    .c-foot_link{
    margin-top: 5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}
    .c-foot_link .previouspostslink{}
    .c-foot_link .nextpostslink{}
    .c-foot_link .pageBack{}
    .c-foot_link .pageBack span{}
    .c-foot_link .pageBack:before{}


}


