@charset "UTF-8";



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

.news_head_select{
    font-size: var(--f14);
    border: 1px solid rgba(19, 22, 45, 0.2);
    background: url(../img/common/arrow3_w.svg) calc(100% - 2.6rem) 55% no-repeat;
    width: 100%;
    line-height: 5rem;
    height: 5rem;
    border-radius: 100px;
    padding: 0 4.5rem 0 3rem;
}
.news_head_cat{
    display: grid;
    gap: 1.5rem 0;
    margin-top: 4.3rem;
    line-height: 1;
}
.news_head_cat a{
    font-size: var(--f14);
    padding: 0.9rem 1.8rem;
    border: 1px solid rgba(19, 22, 45, 0.2);
    border-radius: 100px;
    display: inline-block;
}
.news_head_cat a.on{
    background: #13162D;
    color: #fff;
}
.news_main{
    float: right;
    width: 71.5%;
}
.news_list{}
.news_list li{
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    padding-bottom: 4.9rem;
}
.news_list li + li{
    padding-top: 4.9rem;
}

.news_list .a,
.news_list a{
    display: flex;
    align-items:center;
    position: relative;
    z-index: 1;
}
.news_list .c-arrow{
    position: absolute;
    right: 3rem;
    bottom: 0;
    top: 0;
    margin: auto;
      transition: transform var(--duration-main) var(--easing-transform);
}
.news_list_img{
    aspect-ratio: 280 / 175;
    width: 28%;
    margin-right: 4%;
    overflow: hidden;
    border-radius: var(--radius-s);
}
.news_list_data{
    flex: 1;
    padding-right: 9rem;
}
.news_list_head{
    display: flex;
    align-items: center;
    /* margin-top: 2rem; */
}
.news_list_date{
    width: 86px;
    font-size: var(--f14);
    opacity: var(--opacity-font);    
}
.news_list_cat{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;    
}
.news_list_cat span {
    border: solid 1px #333;
    font-size: var(--f14);
    line-height: 1;
    padding: 5px 6px;
}

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

.c-color2 .news_list li{
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
.c-color2 .news_list_cat span {
    border-color:#fff;
}
.c-color2 .news_list .c-arrow:before{
  background-image: url(../img/common/arrow1_w.svg);
}



/* hover  */
@media (hover: hover) and (pointer: fine) {
    .news_list a:hover .c-arrow{
        transform: translate(1rem,-1rem);    
    }    
}

/* sp */
@media only screen and (max-width: 767px) {
    .news{}
    .news_inner{
    padding-top: 7rem;
    padding-bottom: 7rem;
}
    .news_head{
    float: none;
    width: auto;
    position: static;
    margin-bottom: 5rem;
}
    .news_head_main{}
    .news_head_select{
    line-height: 4.3rem;
    height: 4.4rem;
    padding: 0 4.5rem 0 3rem;
}
    .news_head_cat{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.3rem;
}
    .news_head_cat a{
    font-size: 1.2rem;
    padding: 0.9rem 1.2rem;
}
    .news_head_cat a.on{}
    .news_main{
    float: none;
    width: auto;
}
    .news_list{}
    .news_list li{
    padding-bottom: 2.9rem;
}
    .news_list li + li{
    padding-top: 2.9rem;
}
    .news_list .a,    
    .news_list a{
    display: block;
}
    .news_list .c-arrow{
    top: auto;
    /* top: 2.5rem; */
    right: 1rem;
}
    .news_list_img{
    width: auto;
    margin: 0 0 1rem;
}
    .news_list_data{
    padding-right: 5.4rem;
}
    .news_list_head{}
    .news_list_date{
    font-size: 1.2rem;
    width: 7.4rem;
}
    .news_list_cat{}
    .news_list_cat span {
    font-size: 1.2rem;
}
    .news_list_ttl {
    font-size: 1.4rem;
    margin-top: 0.6rem;
}
}


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


.news2{}
.news2_inner{
    max-width: 100rem;
    margin: 0 auto;
    padding-top: 15.4rem;
    padding-bottom: 10rem;
}
.news2_head{}
.news2_ttl{
    margin-bottom: 7.3rem;
}
.news2_ttl_box{
    display: none;
}
.news2_ttl_box.on{
    display: block;
}
.news2_ttl_en{
    display: block;
    font-weight: var(--font-bold);
    font-size: var(--f16);
    line-height: var(--line-height-min);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.news2_ttl_ja{
    display: block;
    font-weight: var(--font-normal);
    font-size: 4.8rem;
    line-height: 1.2;
}
.news2_head_cat{
    display: flex;
    align-items:flex-start;
    gap: 0 1.5rem;
    margin-top: 0;
    margin-bottom: 3rem;
}
.news2_main{

}
.news2_box{
    display: none;
}
.news2_box.on{
    display: block;
}




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

/* sp */
@media only screen and (max-width: 767px) {
    .news2{}
    .news2_inner{
    padding-top: 7rem;
}
    .news2_head{}
    .news2_ttl{
    margin-bottom: 3.3rem;
}
    .news2_ttl_box{}
    .news2_ttl_box.on{}
    .news2_ttl_en{
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
}
    .news2_ttl_ja{
    font-size: 2rem;
}
    .news2_head_cat{
    gap: 1rem;
    margin-bottom: 2.5rem;
}
    .news2_main{}
    .news2_box{}
    .news2_box.on{}

}

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

.news_list_bg{
    background: #fff;
    padding: 5rem 5rem;
}


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

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

    .news_list_bg{
    padding: 2rem 2rem;
}

}


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

.paper_list_bg{
    background: #fff;
}
.paper_list_bg + .paper_list_bg{
    margin-top: 1rem;
}
.paper_list_btn{
    display: flex;
    align-items:center;
    padding: 4.4rem 9rem 4.4rem 3rem;
    border-left: 2px solid rgba(51, 51, 51, 0.2);
    position: relative;
    z-index: 1;
}
.paper_list_btn_y{
    font-size: var(--f24);
    line-height: 1.2rem;
    width: max(11rem, 70px);
}
.paper_list_btn_name{
    flex: 1;
    line-height: 1.2rem;
    font-size: var(--f14);
}
.paper_list_btn .c-plus{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 4rem;
    margin: auto;
    width: 22px;
    height: 22px;
}
.paper_list_btn .c-plus1:after,
.paper_list_btn .c-plus1:before{
    background: #333;
}

.paper_list_data{
    padding: 0rem 3rem 3rem;
    display: none;
}
.paper_list{
    box-sizing: border-box;
    background: rgba(19, 22, 45, 0.03);
}
.paper_list li{
    padding: 3rem 4.4rem;
    position: relative;
    z-index: 1;
}
.paper_list li:nth-child(n+2){
    border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.paper_list_no{
    position:absolute;
    z-index: 1;
    left: 0px;
    text-align: right;
    font-weight: 400;
    font-size: var(--f16);
    line-height: var(--line-height-sub);
    width: calc(4.4rem - 4px);
}
.paper_list_body,
.paper_list_ttl{
    font-weight: var(--font-normal);
    font-size: var(--f16);
    line-height: var(--line-height-sub);
}



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

/* sp */
@media only screen and (max-width: 767px) {
    .paper_list_bg{}
    .paper_list_bg + .paper_list_bg{}
    .paper_list_btn{
    padding: 2.4rem 5rem 2.4rem 2rem;
}
    .paper_list_btn_y{
    font-size: 1.6rem;
    width: 7rem;
}
    .paper_list_btn_name{
    font-size: 1.2rem;
}
    .paper_list_btn .c-plus{
    width: 15px;
    height: 15px;
    right: 2rem;
}
    .paper_list_btn .c-plus1:after,
    .paper_list_btn .c-plus1:before{}
    .paper_list_data{
    padding: 0rem 1rem 2rem;
}
    .paper_list{}
    .paper_list li{
    padding: 1.5rem 3rem;
}
    .paper_list li:nth-child(n+2){}
    .paper_list_no{
    font-size: 1.4rem;
    width: calc(3rem - 2px);
}
    .paper_list_body,
    .paper_list_ttl{
    font-size: 1.4rem;
}
}


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

.international_list_bg{
    background: #fff;
    padding: 1rem 5rem 5rem;
}
.international_list{}
.international_list li{
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.international_list_ttl{
    font-size: var(--f16);
    margin-bottom: 1rem;
}
.international_list_link{
    font-size: var(--f16);
    line-height: var(--line-height-sub);
    margin-left: 24px;
    position: relative;
    z-index: 1;
}
.international_list_link:before{
    content: "";
    z-index: 1;
    position: absolute;
    background: #333;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    left: -1.2rem;
    top: max(1.3rem, 11px);
}
.international_list_yaku{
    font-size: var(--f16);
    line-height: var(--line-height-sub);
    margin-left: 24px;
}

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

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

.international_list_bg{
    padding: 1rem 2rem 2rem;
}
.international_list{}
.international_list li{
    padding: 1.5rem 0;
}
.international_list_ttl{
    font-size: 1.4rem;
}
.international_list_link{
    font-size: 1.4rem;
    margin-left: 2rem;
}
.international_list_link:before{
    left: -1.3rem;
    top: 1.1rem;
}
.international_list_yaku{}

}


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

#news-modal {
    position:fixed;
     inset:0;
     display:flex;
     align-items:center;
     justify-content:center;
     z-index:9999;
}
#news-modal .modal-overlay {
    position:absolute;
    inset:0;
    background: #10162E;
    opacity: 0.9;
}
#news-modal .modal-content {
    position: relative;
    background: #fff;
    max-width: 100rem;
    width: 90%;
    max-height: 90vh;
    overflow: auto;
    padding: 8.6rem 7.6rem;
    /* border-radius: 8px; */
    z-index: 1;
}
.modal-close {
    position:absolute;
    right:10px;
    top:10px;
}


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

/* sp */
@media only screen and (max-width: 767px) {
    #news-modal {}
    #news-modal .modal-overlay {}
    #news-modal .modal-content {
        padding: 3rem 2rem;        
    }
    .modal-close {}

}


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

.detail{}
.detail_inner{
    padding-top: 16rem;
    padding-bottom: 16rem;
}

.detail_head{
    margin-bottom: 6rem;
}
.detail_head_data{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;    
}
.detail_head_date{
    width: 86px;
    font-size: var(--f14);
    opacity: var(--opacity-font);    
}
.detail_head_cat{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;    
}
.detail_head_cat span{
    border-radius: 4px;
    border: solid 1px #222;
    font-size: var(--f14);
    line-height: 1;
    padding: 5px 6px;    
}
.detail_head_ttl{
    font-size: var(--f28);
    position: relative;
    z-index: 1;
    padding-bottom: 3rem;
}
.detail_head_ttl:before{
    content: "";
    z-index: 1;
    position: absolute;

    height: 1px;
    background: linear-gradient(101.22deg, #090E2A 7.92%, #326ADB 30.07%, #D0D4E5 73.34%);

    bottom: 0;
    right:0;
    left: 0;
}


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

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

    .detail{}
    .detail_inner{
    padding-top: 7rem;
    padding-bottom: 6rem;
}

    .detail_head{
    margin-bottom: 4.5rem;
}
    .detail_head_data{
    margin-bottom: 1rem;
}
    .detail_head_date{
    font-size: 1.2rem;
    width: 8rem;
}
    .detail_head_cat{
    font-size: 1.2rem;
}
    .detail_head_cat span{}
    .detail_head_ttl{
    font-size: 2rem;
    padding-bottom: 2rem;
}
    .detail_head_ttl:before{}

}


