@charset "utf-8";
.is-load-panel{
    overflow: hidden;
}
.align-process{
     height: 300px !important;
}
.top-panel{
    text-decoration: none;
    display: block;

}
.top-pickup{
    /* max-width: 1520px; */
    margin-left: auto;
    margin-right: auto;
}
.top-main{
    background-color: #fff;
    position: relative;
}
.top-main .top-pickup .top-panel_inner .top-panel_txt{
    padding-bottom: 30px;
}
.top-mainTagList{
    position: absolute;
    bottom: 13px;
    left: 10px;
}
.top-panel_categoryList{
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.top-panel_categoryList li{
    width: fit-content;
    height: fit-content;
    margin-right: 4px;
    line-height: 1;
}

.top-main .top-panel_categoryList li a{
    line-height: 1;
}

.top-panel_categoryList li a{
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    color: #004CAD;
    position: relative;
    z-index: 5;
}
.top-panel_categoryList li a:hover{
    color: #436BB3;
    opacity: 40%;
}
.top-panelList_item{
    position: relative;
}
.top-panelList-1 li:first-child{
    margin-left: 0;
}
.top-panelList_item:last-child{
    border-bottom: 1px solid #DDDDDD;
}


.top-panel_ttl{
    font-weight: bold;
    line-height: 1.5;
    color: #1A1A1A;
}
.top-panel_tag{
    font-size: 1.2rem;
    font-weight: bold;
    color:#004cad;
}
.top-panel_thumb{
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.top-panel_thumb img{
    width: 100%;
    max-width: none;
    height: auto;
}
.top-pickup{
    outline: none;
}
.top-panelList_item{
    box-sizing: border-box;
}
.m-contentsWrap,.m-contents{
    background-color: #FFFFFF
}
.top-panel_inner{
    background-color: #fff;
    position: relative;
}
.top-panel{
    position: relative;
}
.top-panel_thumb{
    overflow: hidden;
}
.top-panel_inner .top-panel_thumb img{
    transition: .2s ease-out;
}
.top-mainRadius .top-panel_thumb img{
    transition: 0.25s ease-out;
}
.top-panel_inner:hover .top-panel_thumb img{
    transform: scale(1.05);
}
.top-mainRadius:hover .top-panel_thumb img{
    transform: scale(1.02);
}
/* .top-mainRadius:after, .top-panel_inner:after{
    transition: 0.4s opacity linear;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b5a95;
}

.top-mainRadius:hover::after, .top-panel_inner:hover::after{
    transition: 0.1s opacity linear;
    opacity: 0.25;
} */
.panel-container{
    overflow: hidden;
}
.btn-container{
    margin: 40px auto 0;
}

.top-banner{
    margin: 40px 10px 0;
}
.top-bannerList{
    margin: 0 auto;
}
.top-bannerList li{
    width: 100%;
    height: 100%;
    max-width: 355px;
    max-height: 109px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.top-bannerList li a img{
    object-fit: cover;
    transition: .2s ease-out;
}
.top-banner_txtWrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-bannerList li:hover img{
    transform: scale(1.05);
}
.top-bannerList li:nth-child(2) a img{
    background-image: url("../img/site_top_bannerBg_02.jpg");
}
.top-bannerList li:first-child{
    margin-top: 0;
}
.top-bannerList li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.top-banner_txtWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.top-banner_txt{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}
.top-banner_txt span{
    font-size: 15px;
    padding-bottom: 8px;
}

.news-container{
    background-color: #fff;
}
.m-heading-02{
    border: 0;
    position: relative;
    line-height: 0.6;
    margin: 0;
}
.m-heading-02 div{
    max-width: 80px;
}
.m-heading-02 img{
    width: 100%;
    height: 100%;
}

.m-heading-02::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #004CAD;
    bottom: 9px;
    left: 0;
}
.m-news_list{
    margin-top: 32px;
}
.m-news, .m-news a{
    border: none !important;
}
.m-news a .m-news_description ,.m-news a .m-news_description span{
    text-decoration: underline;
}
.m-news_date{
    color: #1A1A1A;
}
.m-news a .m-news_description{
    color: #1A1A1A;
    line-height: 1.5;
}
.m-news_tag-ir {
    background-color: #0D73BE;
}
.m-news_item a {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.m-news_item:last-child a{
    margin-bottom: 0;
}

.m-news_date{
    font-size: 14px;
    font-weight: bold;
}
.m-news_info{
    margin-bottom: 8px;
}
.m-news_listLink{
    margin: 40px auto 0;
    text-align: center;
}
.m-news_listLink .m-link-arrow{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.m-link-arrow:after {
    position: absolute;
    top: 12px;
    right: 0;
    width: 8px;
    height: 8px;
    background: none;
    border-top: 2px solid #004CAD;
    border-right: 2px solid #004CAD;
    transform: rotate(45deg);

}
.panel-container{
    margin-top: 2px;
}

.top-empty_inner{
    background: url("../img/empty.png") center center no-repeat;
    -webkit-background-size: 101px 21px;
    background-size: 101px 21px;
    background-color: #fff;
}
.panel-container{
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}
.indexcopy{
    font-size: 1.2rem;
    margin: 27px;
    line-height: 1.5;
}

.top-tagline{
    background-color: #333333;
    text-align: center;
    color: #fff;
}
.top-tagline_title{
    font-weight: normal;
    font-family: 'Avex';
    letter-spacing: 0.05em;
}

.top-tagline_lead{
    font-weight: normal;
    letter-spacing: 0.05em;
}

.m-btn_contents{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 50px;
}
.m-btn_imgWrap{
    max-width: 54px;
}
.m-btn_imgWrap img{
    width: 100%;
    height: 100%;
}


.top-panelList_item.is-animation-ready{
    opacity: 0;
}
.btn-container{
    text-align: center
}
.btn-load {
    font-size: 1.6rem;
    width:240px;
    margin: 0 auto;
}
.btn-load .m-btn_inner{
    padding:0;
    height: 50px;
    text-align: center;
}
.panel-container{
    min-height: 300px;
    margin: 0;
}
.panel-loading-container{
    position: absolute;
    top: 0;
    height: 100px;
    width: 100%;
    display: none;
}
.panel-loading-container .loader,
  .panel-loading-container .loader:after {
    border-radius: 50%;
    width: 3em;
    height: 3em;
    opacity: 0.7; }
  .panel-loading-container .loader {
    /* margin: 60px auto; */
    margin-top: 0em;
    margin-left: -2em;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(5, 79, 170, 0.2);
    border-right: 0.5em solid rgba(5, 79, 170, 0.2);
    border-bottom: 0.5em solid rgba(5, 79, 170, 0.2);
    border-left: 0.5em solid #054faa;
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    animation: load8 1.1s infinite linear; }
  .panel-loading-container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-top: -3em; */
    /* margin-left: -3em; */
    z-index: 1; }

.other-tag-item {
    height: 24px;
    line-height: 1;
    padding: 5px 8px 7px 8px;
    border-radius: 3px;
    border: 1px solid #004CAD;
    color: #004CAD;
    font-size: 12px;
    font-weight: bold;
    margin: 0 2px 7px;
    cursor: pointer;
    height: fit-content;
    -webkit-transition: 0.1s all linear;
    -moz-transition: 0.1s all linear;
    -ms-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    transition: 0.1s all linear;
}

.top-tags{
    overflow:hidden;
    margin-top: 40px;
}
.top-tags_ttl{
    font-weight: bold;
    font-family: Avex;
    font-size: 18px;
    float: left;
    color: #004CAD;
    margin-right: 20px;
    margin-top: 5px;
    line-height: 1;
}
.other-tag-item a{
    text-decoration: none;
}
.other-tag-item:hover{
    background-color: #004CAD;
    color: #fff;
}
.other-tag-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 10px;
}


@media screen and (min-width: 1024px){
   .top-pickup .top-panel_thumb{
        /* height: 418px; */
    }
    .top-pickup .top-panel_thumb img{
        /* height: 600px; */
        width: 100%;
        height: auto;
    }

}
@media screen and (min-width:1024px) and (max-width: 1365px){
    .top-pickup .top-panel_thumb{
        /* height: 350px; */
    }
    .top-pickup .top-panel_thumb img{
        /* height: 530px; */
        /* width: auto; */
    }
}
@media screen and (min-width:768px) and (max-width: 1023px){
    .news-container{

    }
    .top-pickup .top-panel_thumb{
        /* height: 400px; */
    }
    .top-pickup .top-panel_thumb img{
        /* height: 400px; */
        /* width: auto; */
    }
}
@media screen and (min-width: 768px){
    .top-pickup{
        height: 100% !important;
    }
    .news-container{
        margin: 0 2px;
        padding-top: 0;
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .news-container .m-container{
        margin: 0 24px;
    }
    .top-main .top-panel_inner .top-panel_txt{
        padding: 12px 24px;
    }
    .top-main .top-panel_inner .top-panel_txt .top-panel_ttl{
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 1.4;
    }
    .top-panelList{
        display: flex;
        flex-wrap: wrap;
        margin: 0 24px;
    }
    .top-panel_inner.-order{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .top-panel_inner.-order .top-panel_txt{
        order: 2;
    }
    .top-panel_inner.-order .top-panel_thumb{
        order: 1;
        border-radius: 6px;
    }
    .top-panel_innerMain:after , .top-panelList_item:after{
        border-radius: 3px;
    }
    .top-panelList{
        margin-top: 20px;
    }
    .top-panelList .top-panelList_item{
        width: calc(25% - 24px);
        padding: 0;
        margin-right: 32px;
    }
    .top-panelList .top-panelList_item:nth-child(4n){
        margin-right: 0;
    }
    .top-panelList .top-panelList_item:nth-child(n + 5){
        margin-top: 32px;
    }
    .top-panelList_item:last-child{
        border: none;
    }

    .top-panel_txt{
        padding: 12px 0 10px;
    }
    .top-panel_ttl{
        font-size:15px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .top-pickup .top-panel_txt.grey{
        background-color:#e6e6e6;
    }

    .top-tagline_title{
        font-size: 3.3rem;
    }
    .top-tagline_lead{
        font-size: 1.2rem;
        margin-top: -14px;
    }
    .top-tagline{
        padding: 10px 0 20px 0;
    }
    .m-heading-02::before{
        bottom: 6px;
        max-width: 165px;
    }
    .btn-container {
        margin-top: 48px;
    }
    .top-tags {
        margin-top: 24px;
    }
    .other-tag-list{
        margin: 0 40px;
    }
    .news-container .m-container{
        max-width: 100%;
    }
    .m-news_item a {
        margin-bottom: 0;
    }
    .m-news_description {
        margin-bottom: 8px;
    }
    .m-news_list {
        margin-top: 50px;
    }
    .m-news_listLink{
        margin-top: 48px;
    }
    .top-banner_txt{
        font-size: 21px;
        line-height: 1.75;
    }
    .top-banner_txt span{
        font-size: 17px;
        line-height: 1.5;
    }
    .top-mainTagList{
        left: 20px;
    }
    .top-panel_inner:after{
        border-radius: 3px;
    }
    .top-mainRadius:after{
        border-radius: 0;
    }
    .top-bannerList{
        display: flex;
        justify-content: center;
    }
    .top-bannerList li{
        margin: 0;
        width: 536px;
        max-width: 536px;
        max-height: 164px;
    }
    .top-bannerList li:first-child{
        margin-right: 32px;
    }
}

@media screen and (max-width: 767px){
     .top-pickup .top-panel_thumb{
        /* height: 230px; */
    }
    .top-pickup .top-panel_thumb img{
        /* height: 300px; */
        /* width: auto; */
    }
    .news-container{
        padding: 0 10px;
        margin-top: 30px;
        padding-top: 20px;
        padding-bottom: 64px;
    }
    .top-panel_txt{
    }
    .top-panelList_item{
        border-top: 1px solid #DDDDDD;
    }
    .top-panelList_item:first-child{
        padding-top: 0;
    }
    .top-panel_ttl{
        font-size:1.2rem;
        margin-bottom: 6px;
        font-size: 14px;
    }
    .top-panelList{
        display: block;
        overflow: hidden;
    }
     .top-panel_txt{
        position: relative;
        padding: 10px;
     }
     .top-panelList-1 .top-panel_txt{
        padding: 0 10px 0 0;
     }
     .top-pickup .top-panel_txt.grey{
         background-color:#e6e6e6;
     }
    .top-panelList-2 .top-panelList_item{
        width: 50%;
        float: left;
    }
    .top-panelList-3 .top-panelList_item{
        width: 33.333%;
        float: left;
    }
    .top-panelList-1 .top-panel_inner{
        width: 100%;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 10px;
    }
    .top-panelList-1 .top-panel_thumb{
        min-width: 111px;
        min-height: 74px;
        max-width: 111px;
        max-height: 74px;
        vertical-align: middle;
        border-radius: 3px;
    }
    .top-main .top-pickup .top-panel_inner .top-panel_thumb{
        border-radius: 0;
    }
    .top-panelList-1 .top-panel_thumb img{
        width: 100%;
        height: 100%;
    }
    .top-panelList-1 .top-panel_txt{
        position: relative;
    }
    .top-panelList-1 .top-panel_ttl{
        height: auto !important;
    }
    .top-panelList-1 .top-panel_txt{
        padding-top: 0;
        width: 100%;
     }

    .top-panelList-1 .top-panel_tag{
        position: absolute;
        bottom: 0;
        left: 10px;
    }
    .indexcopy{
        margin: 20px;
    }
    .top-tagline_title{
        font-size: 2.1rem;
    }
    .top-tagline_lead{
        font-size: 1.0rem;
        margin-top: -10px;
    }
    .top-tagline{
        padding: 10px 0 15px 0;
    }
}


.panel-container{
    position: relative;

}
.panel-loading-container{

    padding: 20px 0;

}

.top-main .top-pickup{
    height: auto !important;
}

img.youtube_bnr{
width:100%;
}


.top-fix-sns{
    position: fixed;
    bottom:-20%;
    left:0;
    width: 100%;
    z-index:20;
/*        background-color: rgba(0,0,0,0.7);*/
    background-color:rgba(0,76,173,1);
    transition: 0.7s;

opacity:1;
}

.top-fix-sns.show{
    bottom:0%;
}

.top-fix-sns .fix-inner{
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.top-fix-sns .fix-inner p{
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
    color:#FFFFFF;
    vertical-align: middle;
}
.top-fix-sns .fix-inner ul{
    display: inline-block;
}
.top-fix-sns .fix-inner ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
}
.top-fix-sns img{
    width:35px;
}
.top-fix-sns img.twitter{
    width: 26px;
margin-top: 5px;
}


.m-pagetop{
    bottom:70px;
}
@media screen and (min-width:768px){
    .top-fix-sns{
        width: auto;
        padding: 0px 20px;
        left: auto;
        right:-60%;
        bottom:0;
        background-color:rgba(0,76,173,1);
    }
    .top-fix-sns.show{
        right: 0;

    }

}

@media screen and (max-width: 1023px){
.top-main{
/*padding-top: 1px;*/
}
.m-header{
    box-shadow: 0px 6px 10px rgb(0 0 0 / 40%)

}
}


@media screen and (min-width: 1366px){
    .m-contents{
        margin: 0 40px;
    }
    .top-main{
        padding-top: 38px;
    }
    .top-pickup .top-panel_thumb{
        border-radius: 6px;
    }
    .top-main .top-panel_inner .top-panel_txt {
        padding: 12px 0;
    }
    .top-panel_innerMain:after , .top-panelList_item:after{
        border-radius: 6px;
    }
    .top-panelList{
        margin: 0;
        margin-top: 38px;
    }
    .top-panelList .top-panelList_item {
        width: calc(25% - 24px);
    }
    .top-panelList .top-panelList_item:nth-child(n + 5){
        margin-top: 64px;
    }
    .top-main .top-panel_inner .top-panel_txt .top-panel_ttl {
        margin-bottom: 16px;
    }
    .btn-container{
        margin-top: 32px;
    }
    .btn-load {
        width: 280px;
    }
    .top-tags {
        margin-top: 16px;
    }
    .top-banner{
        margin: 0;
    }
    .top-banner, .news-container{
        margin-top: 64px;
    }
    .news-container .m-container{
        margin: 0;
    }
    .top-mainTagList{
        left: 0;
    }
    .top-panel_inner:after{
        border-radius: 6px;
    }
}
