@charset "UTF-8";

.l-content {
    position: relative;
    padding-bottom: 0;
}
.c-subpage{
  padding-bottom: 200rem;  
}
@media screen and (max-width: 959px) {
 .c-subpage{
    padding-bottom: 100rem;  
  } 
}
.c-breadcrumb {
    position: absolute;
    right: 100rem;
    bottom: 50rem;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10rem;
    font-size: 15rem;
    font-weight: 500;
}
.c-breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #BDBDBD;
}
.c-breadcrumb a:after {
    display: block;
    margin-left: 10rem;
    content: "";
    width: 12rem;
    height: 1rem;
    background: #BDBDBD;
}
@media screen and (max-width: 959px) {
    .c-breadcrumb {
        right: auto;
        left: 20rem;
        bottom: 15rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 5rem;
        font-size: 13rem;
    }
}



.c-headline__img{
    background: url(../img/news/bg.webp);
    background-size: 43%;
    background-position: right -200px top;
    background-repeat: no-repeat;
}
.c-headline__title{
     color: #111111;
}
.c-headline__title--en{
      font-family: "Montserrat", sans-serif;
}
.c-subpage__content {
    grid-gap: 40rem 0;
}

.news_wrap{
    padding-bottom: 40rem;
    border-bottom: 1px solid #BDBDBD;
}
.news_wrap a{
    display: flex;
    justify-content: space-between;
    gap: 0 40rem;
    align-items: center;
}
.news_wrap .img{
    overflow: hidden;
    border-radius: 20rem;
    flex-basis: 20%;
}
.news_wrap dl{
    flex-basis: 70%;
    display: grid;
    grid-gap: 20rem 0;
}
.news_wrap dt{
    color: #FF6600;
    font-family: "Montserrat", sans-serif;
    font-size: max(16rem, 16px);
    font-weight: 600;
}
.news_wrap dd{
    font-size: max(21rem, 18px);
}
.news_wrap .arrow{
    flex-basis: 5%;
    background: url(../img/news/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px; height: 20px;
    transition: .3s;
}

@media (hover: hover) {
.news_wrap a:hover .arrow{
    background: url(../img/news/arrow_orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px; height: 20px;

}
}

.num_wrap{
    margin-top: 30rem;
}
.num_wrap ul{
    display: flex;
    justify-content: center;
    gap: 0 20rem;
}
.num_wrap li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
    font-family: "Montserrat", sans-serif;
    font-size: 25rem;
    font-weight: 600;
    line-height: .5;
    padding: 35rem;
    border-radius: 50%;
    width: 50rem; height: 50rem;
    transition: .3s;
}
.num_wrap li.current a{
    color: #FF6600;
    border: 1px solid #FFF;
    background: #fff;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
.num_wrap li a:hover{
    color: #FF6600;
    border: 1px solid #FFF;
    background: #fff;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
}



/* NEWS詳細 */

.news_detail{
    background: url(../img/news/bg.webp);
    background-size: 43%;
    background-position: right -200px top 100rem;
    background-repeat: no-repeat;
    padding-top: 300rem;
}

.news_detail .c-subpage__content {
    grid-gap: 60rem 0;
}
.news_detail_main{
    display: grid;
    grid-gap: 20rem 0;
    margin-bottom: 20rem;
}
.news_detail_main .day{
    color: #FF6600;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 20rem;
}
.news_detail_main h2{
    font-size: 36rem;
    font-weight: 600;
}
.news_detail_txt_wrap{
    display: grid;
    gap: 20rem 0;
}
.news_detail_txt_wrap dt{
    font-size: 25rem;
    font-weight: 600;
}
.news_detail_txt_wrap dd{
    font-size: 18rem;
    line-height: 1.8;
    font-weight: 400;
}
.news_detail_link{
    display: grid;
    grid-gap: 10rem 0;
}
.news_detail_link a{
    color: #0082BD;
    border-bottom: 1px solid #0082BD;
    font-size: 18rem;
    line-height: 1.8;
    font-weight: 400;
}
.news_detail_img{
    max-width: 560px;
    overflow: hidden;
    border-radius: 27rem;
}

/* NEWS詳細 エディター内容表示部分 */
.news_detail .news_body {
    font-size: max(18rem, 18px);
    line-height: 1.8;
    font-weight: 400;
}
.news_detail .news_body img {
    border-radius: 27rem;
}
.news_detail .news_body a{
    color: #0082BD;
    border-bottom: 1px solid #0082BD;
    font-size: max(18rem, 18px);
    line-height: 1.8;
    font-weight: 400;
}
.news_detail .news_body a:has(img) {
    border-bottom: none;
}
.news_detail .news_body h3{
    font-size: max(25rem, 25px);
    font-weight: 600;
}
.news_detail .news_body h4{
    font-size: max(22rem, 22px);
    font-weight: 600;
}
.news_detail .news_body h5{
    font-size: max(20rem, 20px);
    font-weight: 600;
}

.news_detail .c-btn{
    width: 320rem;
    margin: auto;
}

.news_detail .c-btn>a, .news_detail .c-btn>button{
    background: #FF6600;
    color: #fff;
}
.news_detail .c-btn>a>span, .news_detail .c-btn>button>span{
    right: unset;
    left: 20rem;
    transform: rotate(180deg); 
    background: #fff;
}

@media (hover: hover) {
    .news_detail .c-btn>a:hover, .news_detail .c-btn>button:hover{
    background: #1d1d1f;
    color: #FFF;
}
.news_detail .c-btn>a:hover>span, .news_detail .c-btn>button:hover>span{
    background: #FFF;
}
}





@media (max-width: 768px) {

.c-subpage{
    grid-template-columns: 92.334%;
}
.c-headline{
  margin-bottom: 0;  
}
.c-headline._small{
  --headline-size: 220rem;
  padding-bottom: 0;
}
headline__content--sticky{
  position: static;  
}
.c-headline__title{
  padding-bottom: 0;
  padding-bottom: 55rem;
}
.c-headline__title--en {
    font-size: 47rem;
}
.c-headline__img{
   background-size: 100%;
   background-position: right -100rem top 20px
}


.c-subpage__content {
    grid-gap: 30rem 0;
}

.news_wrap{
    padding-bottom: 30rem;
    border-bottom: 1px solid #BDBDBD;
}
.news_wrap a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20rem 10rem;
    align-items: center;
}
.news_wrap .img{
    overflow: hidden;
    border-radius: 20rem;
    flex-basis: 100%;
}
.news_wrap dl{
    flex-basis: 85%;
    display: grid;
    grid-gap: 10rem 0;
}
.news_wrap dt{
    color: #FF6600;
    font-family: "Montserrat", sans-serif;
    font-size: 12rem;
    font-weight: 600;
}
.news_wrap dd{
    font-size: 12rem;
}
.news_wrap .arrow{
    flex-basis: 10%;
    background: url(../img/news/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px; height: 20px;
    transition: .3s;
}


.num_wrap{
    margin-top: 20rem;
}
.num_wrap ul{
    display: flex;
    justify-content: center;
    gap: 0 10rem;
}
.num_wrap li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
    font-family: "Montserrat", sans-serif;
    font-size: 16rem;
    font-weight: 600;
    line-height: .5;
    padding: 25rem;
    border-radius: 50%;
    width: 30rem; height: 30rem;
    transition: .3s;
}
.num_wrap li.current a{
    color: #FF6600;
    border: 1px solid #FFF;
    background: #fff;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}


/* NEWS詳細 */

.news_detail{
    background-size: 100%;
        background-position: right -80px top 20px;
    padding-top: 150rem;
}

.news_detail .c-subpage__content {
    grid-gap: 30rem 0;
}
.news_detail_main{
    display: grid;
    grid-gap: 10rem 0;
    margin-bottom: 20rem;
}
.news_detail_main .day{
    color: #FF6600;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14rem;
}
.news_detail_main h2{
    font-size: 24rem;
    font-weight: 600;
}
.news_detail_txt_wrap{
    display: grid;
    gap: 20rem 0;
}
.news_detail_txt_wrap dt{
    font-size: 18rem;
    font-weight: 600;
}
.news_detail_txt_wrap dd{
    font-size: 14rem;
    line-height: 1.8;
    font-weight: 400;
}
.news_detail_link{
    display: grid;
    grid-gap: 10rem 0;
}
.news_detail_link a{
    color: #0082BD;
    border-bottom: 1px solid #0082BD;
    font-size: 14rem;
    line-height: 1.8;
    font-weight: 400;
}
.news_detail_img{
    max-width: 560px;
    overflow: hidden;
    border-radius: 27rem;
}

/* NEWS詳細 エディター内容表示部分 */
.news_detail .news_body {
    font-size: 14rem;
    line-height: 1.8;
    font-weight: 400;
}
.news_detail .news_body img {
    border-radius: 27rem;
}
.news_detail .news_body a{
    font-size: 14rem;
}
.news_detail .news_body h3{
    font-size: 18rem;
    font-weight: 600;
}
.news_detail .news_body h4{
    font-size: 16rem;
    font-weight: 600;
}
.news_detail .news_body h5{
    font-size: 14rem;
    font-weight: 600;
}

.news_detail .c-btn{
    width: 240rem;
}

.news_detail .c-btn>a, .news_detail .c-btn>button{
    background: #FF6600;
    color: #fff;
}
.news_detail .c-btn>a>span, .news_detail .c-btn>button>span{
    right: unset;
    left: 20rem;
    transform: rotate(180deg); 
    background: #fff;
}

}