/*========================================
    レスポンシブ用(不要な場合は削除)
========================================*/
.spOnly,
.brSp,
.imgSp{
    display:none;
}
.img100{
    width:100%;
    height:auto;
}
@media only screen and (max-width:1215px){
    .spNone,
    .brPc,
    .imgPc{
        display:none;
    }
    .spOnly{
        display:block;
    }
    .brSp,
    .imgSp{
        display:inline;
    }
    .imgR{
        width:100%;
        height:auto;
    }
}
/*-----------------------------------------------
    imgCover
-----------------------------------------------*/
/* imgCover */
.imgCover,
.imgCont{
    position:relative;
}
.imgCover img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
}
.imgCont img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.wrapper920{
    max-width: 920px;
    margin: 0 auto;
}
@media only screen and (max-width: 640px){
    .wrapperSp{
        width: 89.34%;
    }
}

.boxLogoSp{
    display: none;
}
.underlinkGinmokusei{
    display: block;
}
@media only screen and (max-width: 640px){
    .bgScroll{
        width: 100%;
        height: 90px;
        position: fixed;
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(10px);
        transition: .25s ease-in;
        z-index: 8;
    }
    /* .bgScroll.scroll{
        opacity: 1;
        z-index: 8;
    } */
    .swPage .kvArea__news{
        z-index: 10;
        position: fixed;
        top: 20px !important;
    }
    .swPage .kvArea__news a{
        width: 53px;
    }
    .swPage .kvArea__news a>img {
        width: 100%;
    }
    .swPage .kvArea__news__under{
        display: none;
    }
    .boxLogoSp{
        display: flex;
        position: fixed;
        top: 23px;
        left: 90px;
        z-index: 9;
        transition: .25s ease-in;
        overflow: hidden;
    }
    .swPage .spMenu--on .boxLogoSp{
        display: none;
    }
    .boxLogoSp .boxRight{
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
        margin-left: 15px;
    }
    .boxLogoSp .txtTitSp{
        font-size: 11px;
        letter-spacing: -0.5px;
        font-weight: bold;
    }
    .boxLogoSp .imgHeadLogo02{
        width: 85px;
    }
}
@media only screen and (max-width: 360px){
    .boxLogoSp{
        top: 30px;
    }
    .boxLogoSp .boxLeftLogo{
        width: 50px;
    }
    .boxLogoSp .boxRight{
        margin-left: 10px;
    }
    .boxLogoSp .txtTitSp{
        font-size: 8px;
        letter-spacing: -1px;
    }
}
/* secNews */
.secNews{
    max-width: 990px;
    width: 68%;
    margin: 75px 0 123px 22%;
    padding: 0 0 0 35px;
}
.secNews .boxTit{
    display: flex;
    align-items: center;
}
.secNews .titEng{
    font-size: 32px;
    color: #2d4198;
}
.secNews .titJp{
    font-size: 10px;
    margin-top: 16px;
    margin-left: 30px;
}
.secNews .boxNewsList{
    margin-top: 40px;
}
.secNews .itemNews{
    border-top: 1px solid #b6c5cd;
}
.secNews .itemNews:last-child{
    border-bottom: 1px solid #b6c5cd;
}
.secNews .linkNews{
    display: flex;
    align-items: center;
    padding: 30px 0;
    color: #000;
    text-decoration: none;
}
.secNews .boxImg{
    width: 180px;
    height: 0;
    padding-top: 12.718%;
}
.secNews .txtBox{
    width: calc(100% - 180px - 29px);
    margin-left: 29px;
}
.secNews .txtDate{
    font-size: 14px;
}
.secNews .txtTit{
    font-size: 16px;
    line-height: calc(30/16);
    text-decoration: underline;
    font-weight: bold;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}
@media only screen and (max-width: 640px){
    .secNews{
        width: 100%;
        margin: 46px 0 72px 0;
        padding: 0;
    }
    .secNews .boxTit{
        flex-direction: column;
    }
    .secNews .titEng{
        font-size: 32px;
    }
    .secNews .titJp{
        font-size: 10px;
        margin-top: 0;
        margin-left: 0;
    }
    .secNews .boxNewsList{
        margin-top: 27px;
    }
    .secNews .linkNews{
        padding: 15px 0;
    }
    .secNews .boxImg{
        width: 34.33%;
        padding-top: 22.39%;
    }
    .secNews .txtBox{
        width: calc(100% - 34.33% - 15px);
        margin-left: 15px;
    }
    .secNews .txtDate{
        font-size: 10px;
    }
    .secNews .txtTit{
        font-size: 13px;
        line-height: calc(24/13);
        margin-top: 7px;
        max-height: 48px;
    }
}
.secNews .btnReturn{
    display: block;
    width: 350px;
    height: 65px;
    border: 1px solid #0c307e;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #0c307e;
    transition: 200ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    position: relative;
}
.secNews .btnReturn::after{
    content: "";
    width: 8px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(180deg);
    background: url(../img/iconArrow.png) center top / cover;
}
.secNews .btnReturn:hover{
    background: #0c307e;
    color: #fff;
}
.secNews .btnReturn:hover::after{
    filter: brightness(0) invert(1);
}
@media only screen and (max-width:640px){
    .secNews .btnReturn{
        width: 250px;
        height: 55px;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin: 38px auto 0;
    }
    .secNews .btnReturn::after{
        width: 5px;
        height: 9px;
        right: 20px;
    }
}