@charset "utf-8";
#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
  	overflow: hidden;
}

body {
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.fontA {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

.fontB {
  font-family: "Roboto", sans-serif;
}

.font-500 {
  font-weight: 500;
}

.font-700 {
  font-weight: 700;
}

.inLink>a {
    text-decoration: underline;
    color: #001537;
}

.inLink>a:hover {
    text-decoration: unset;
    color: #001537;
}

.paddingWr01 {
    padding: 0 15px;
}

.hoverUp {
    transition: all .5s;
}

.hoverUp:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .5s;
}

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



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

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

/*-- 共通パーツ --------------------------------------------------------------*/

.comBtn01 {
    height: 60px;
    display: flex;
    align-items: stretch;
    position: relative;
    padding-right: 61px;
    max-width: 261px;
    width: 100%;
}

.comBtn01.en {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

.comBtn01.ja>.comBtnBox {
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.03em;
}

.comBtnArrow {
    width: 60px;
    height: 60px;
    background-color: #707070;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.comBtnBox {
    height: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex: 1;
    background: #6A6A6A;
    background: linear-gradient(97deg, rgba(106, 106, 106, 1) 0%, rgba(160, 160, 160, 1) 25%, rgba(224, 224, 224, 1) 50%, rgba(160, 160, 160, 1) 75%, rgba(106, 106, 106, 1) 100%);
    color: #fff;
    gap: 10px;
    border-radius: 2px;
}

.comBtn01:hover .comBtnArrow>img {
    transform: translateX(5px);
}

.comBtnArrow img {
    transition: all .5s;
}

.btnSnsIcon {
    max-width: 30px;
    width: 100%;
    display: block;
}

.titEn01 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 0.9em;
    display: inline-block;
}

.titJa01 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.titMt01 {
    margin-top: 5px;
}

.text01 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.944em;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- 共通カラー --------------------------------------------------------------*/

.colorWhite {
    color: #fff;
}

.bgColor01 {
    background-color: #042966;
}

.bgColor02 {
    background-color: #fff;
}

.colorTit01 {
    background: #ffffff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(160, 160, 160, 1) 50%, rgba(106, 106, 106, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.colorTit02 {
    color:#042966;
}

.colorSubTit01 {
    color: #fff;
    opacity: 0.3;
}

.colorSubTit02 {
    color: #042966;
    opacity: 0.5;
}

/*-- inCover --------------------------------------------------------------*/

.inCover {
    position: relative;
    width: 100%;
    height: 300px;
}

.inCover::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 15, 38, 0.8) 0%, rgba(0, 15, 38, 0) 100%);
}

.cvrAr {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1650px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cvrBx {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    max-width: max-content;
    height: 100%;
    padding: 0 0 30px;
    color: #fff;
}

.cvrTit {
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    font-weight: 700;
}

.cvrTxt {
    max-width: max-content;
    margin: 10px 0 0;
    font-size: 18px;
    letter-spacing: 0.018em;
    line-height: 1.5em;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    background: #ffffff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(160, 160, 160, 1) 50%, rgba(106, 106, 106, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- pankuzu --------------------------------------------------------------*/

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1650px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #001537;
}

.pankuzuLink:hover {
    color: #001537;
    text-decoration: underline;
}

.bgColor01 .pankuzuLink {
    color: #fff;
}

.bgColor01 .pankuzuLink:hover {
    color: #fff;
}

.pankuzuTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.bgColor01 .pankuzuTxt {
    color: #fff;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- ****** -----------------------------------------------------------------*/
/*-- coverTxt ---------------------------------------------------------------*/



/*---------------------------------------------------------------------------*/
/*-- header -----------------------------------------------------------------*/



/*--is-animation--*/



/*---------------------------------------------------------------------------*/
/*-- footer -----------------------------------------------------------------*/


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

/*---ページャー----------------------------------------------*/

.webgene-pagination {
    width: 100%;
    margin: 40px 0 0;
}

.webgene-pagination > ul{
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    gap: 5px;
}

.webgene-pagination > ul > li{
    display: flex;
}

.webgene-pagination > ul > li{
    height:30px;
    min-height:30px;
    width:100%;
    max-width:30px;
    font-size: 14px;
    list-style: none;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    align-items: center;
}

.webgene-pagination > ul > li.selected > a{
    color: #fff;
    background: #042966;
    cursor: inherit;
}

.webgene-pagination > ul > li.selected > a:hover {
    color: #FFF;
    background-color: #042966;
    border-color: #042966;
}

.webgene-pagination > ul > li > a{
    width: 100%;
    height: 30px;
    width: 30px;
    color: #042966;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webgene-pagination > ul > li > a:hover{
    color:#FFF;
    background-color: #042966;
    text-decoration: none;
}

.next > a {
    font-size: 11px;
    color: #FFF;
    }

    .prev > a{
    font-size: 11px;
    color: #FFF;
}

/*----*/



/*----kasou------------------------------------------------*/

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/

.maxContent {
    width: 100%;
    max-width: max-content;
}

/*-- cmnLnk --------------------------------------------------------------*/

.cmnLinkBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 0 0;
}

.cmnLinkBxBorder {
    margin: 40px 0 0;
    border-top: 1px solid #CBCFD6;
}

.cmnLinkItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 585px;
    height: 120px;
    padding: 15px;
    border-radius: 2px;
    transition: all .3s;
}

.cmnLinkItem::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #042966;
    background: #FFFFFF;
    transition: all .3s;
}

.cmnLinkItem:hover::before {
    border: 1px solid transparent;
    background: rgba(0, 21, 55, 0.5);
}

.cmnLinkTxtBx {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 485px;
}

.cmnLinkTxt {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-weight: 700;
    flex: 1;
    color: #042966;
    transition: all .3s;
}

.cmnLinkItem:hover .cmnLinkTxt {
    color: #fff;
}

.cmnLinkArrow {
    width: 40px;
    aspect-ratio: 1/1;
    background: url(/system_panel/uploads/images/cmn_link_arrow.svg) no-repeat center /cover;
    transition: all .3s;
}

.cmnLinkItem:hover .cmnLinkArrow {
    background: url(/system_panel/uploads/images/cmn_link_arrow_hover.svg) no-repeat center /cover;
}

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

/*-- frame --------------------------------------------------------------*/
.inFrame01 {
    padding: 10vw 0;
    margin-top: -10vw;
    min-height: 10vw !important;
    clip-path: polygon(0 10vw, 100% 0, 100% 100%, 0 100%);
}

.inWrap01 {
    padding: 35px 0;
}

.inArea01 {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}

.inArea02 {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

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


/*-- text --------------------------------------------------------------*/

.inTxtMt01 {
    margin: 15px 0 0;
}

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

/*-- br --------------------------------------------------------------*/


.br414 br {
    display: none;
}

.rbr414 br {
    display: block;
}

.br544 br {
    display: none;
}

.rbr544 br {
    display: block;
}

.br576 br {
    display: none;
}

.rbr576 br {
    display: block;
}

.br768 br {
    display: none;
}

.rbr768 br {
    display: block;
}

.br922 br {
    display: none;
}

.rbr922 br {
    display: block;
}

.br1024 br {
    display: none;
}

.rbr1024 br {
    display: block;
}

.br1200 br {
    display: none;
}

.rbr1200 br {
    display: block;
}

.br1440 br {
    display: none;
}

.rbr1440 br {
    display: block;
}

.br1600 br {
    display: none;
}

.rbr1600 br {
    display: block;
}

/*-- ****** -----------------------------------------------------------------*/
/*-- backBtn --------------------------------------------------------------*/

.backBtn {
    width: 100%;
    max-width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: rgb(255, 255, 255);
    position: relative;
    cursor: pointer;
    background: rgb(4, 41, 102);
    transition: 0.3s;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 2px;
}

.backBtn:hover {
    color: rgb(4, 41, 102) !important;
    background: rgb(255, 255, 255);
}

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


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    /*-- inCover --------------------------------------------------------------*/

    .cvrBr br {
        display: none;
    }

    /*-- ****** -----------------------------------------------------------------*/
  
    /*-- br --------------------------------------------------------------*/
    .br414 br {
        display: block;
    }

    .rbr414 br {
        display: none;
    }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
    /*-- br --------------------------------------------------------------*/
    .br544 br {
        display: block;
    }

    .rbr544 br {
        display: none;
    }

    /*-- ****** -----------------------------------------------------------------*/
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {

    /*-- br --------------------------------------------------------------*/
    .br576 br {
        display: block;
    }

    .rbr576 br {
        display: none;
    }

    /*-- ****** -----------------------------------------------------------------*/
}

/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titEn01 {
    font-size: 70px;
}

.titJa01 {
    font-size: 18px;
}

.titMt01 {
    margin-top: 10px;
}

.text01 {
    font-size: 16px;
}
  
  /*-- inCover --------------------------------------------------------------*/

  .inCover {
    height: 400px;
  }

  .cvrBx {
    padding: 0 0 50px;
  }


  .cvrTit {
    font-size: 30px;
  }

  .cvrTxt {
    margin: 20px 0 0;
    font-size: 24px;
  }

    /*-- ****** -----------------------------------------------------------------*/
  
    /*-- cmnLnk --------------------------------------------------------------*/

    .cmnLinkBx {
        flex-direction: row;
        padding: 80px 0 0;
    }

    .cmnLinkBxBorder {
        margin: 80px 0 0;
    }

    .cmnLinkItem {
        height: 180px;
    }

    .cmnLinkTxt {
        font-size: 23px;
    }

    .cmnLinkArrow {
        width: 50px;
    }

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

    /*-- frame --------------------------------------------------------------*/

    .inWrap01 {
        padding: 65px 0;
    }

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

    /*-- text --------------------------------------------------------------*/

    .inTxtMt01 {
        margin: 26px 0 0;
    }

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

    /*-- br --------------------------------------------------------------*/
    .br768 br {
        display: block;
    }

    .rbr768 br {
        display: none;
    }

    /*-- ****** -----------------------------------------------------------------*/
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
    /*-- br --------------------------------------------------------------*/
    .br992 br {
        display: block;
    }

    .rbr992 br {
        display: none;
    }

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.titEn01 {
    font-size: 100px;
}

.titJa01 {
    font-size: 20px;
}

.titMt01 {
    margin-top: 14px;
}

.text01 {
    font-size: 18px;
}
  
  /*-- inCover --------------------------------------------------------------*/

  .inCover {
    height: 450px;
  }

  .cvrBx {
    padding: 0 0 70px;
  }

  .cvrTit {
    font-size: 55px;
  }

  .cvrTxt {
    font-size: 30px;
  }

  /*-- ****** -----------------------------------------------------------------*/
  
    /*-- cmnLnk --------------------------------------------------------------*/

    .cmnLinkTxt {
        font-size: 30px;
    }

    .cmnLinkArrow {
        width: 60px;
    }

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

    /*-- br --------------------------------------------------------------*/
    .br1024 br {
        display: block;
    }

    .rbr1024 br {
        display: none;
    }

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    /*-- br --------------------------------------------------------------*/
    .br1200 br {
        display: block;
    }

    .rbr1200 br {
        display: none;
    }

    /*-- ****** -----------------------------------------------------------------*/
}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    /*-- br --------------------------------------------------------------*/
    .br1440 br {
        display: block;
    }

    .rbr1440 br {
        display: none;
    }

    /*-- ****** -----------------------------------------------------------------*/
}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {

    /*-- br --------------------------------------------------------------*/
    .br1600 br {
        display: block;
    }

    .rbr1600 br {
        display: none;
    }

    /*-- ****** -----------------------------------------------------------------*/
}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1760px) {

    /*-- br --------------------------------------------------------------*/
    .br1760 br {
        display: block;
    }

    .rbr1760 br {
        display: none;
    }

    /*-- ****** -----------------------------------------------------------------*/
}

/* min-width: 1760px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */