@charset "utf-8";

body,html{
    overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh; /* 念のため固定 */
}

.stHeader{
    background-image:url(../img/sTop/bg.png);
    position: relative;
    padding-top:80px;
}

.stHeader::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/sTop/bg02.png);
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen; 
  opacity: 0.7;
}

.stHeaderW{
    padding:20px 10px 0px 10px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    img{
        width:70px;
    }
}


.stHeaderNav{
    position: absolute;
    top:0px;
    right:0px;
    background-color: #2C6DFF;
    padding: 60px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100vh;
    width:100%;
    display: none;
    box-sizing: border-box;
}

/* 表示時 */
.stHeaderNav.active {
    display: block;
}

.stHeaderNavW{
    gap:0px 20px;
}

.stHeaderNavItem{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding:10px 0px;
    margin-bottom:10px;
    text-align: center;
    
}

a.stHeaderNavItem:link,a.stHeaderNavItem:visited{
    color: #FFF;
}

.stHeaderNavCont{
    width: 200px;
    margin:0 auto;
}

.stHeaderNavCont a{
    height: 90px;
    background-color: #2C6DFF;
    display: block;
    font-family: Poppins;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 20px 0 0 0;
    line-height: 1;
    box-sizing: border-box;
    span{
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 14px;
    }
}

.stHeaderW02{
    padding:20px 10px 60px;
}

.stHeaderWTtl{
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-shadow: 0px 3px 24px rgba(9, 26, 54, 0.16);
    margin-bottom:20px;
}

.stHeaderWSub{
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 39px;
    color: #fff;
    margin-bottom:20px;
    span{
        background-color:#031B9F;
        padding:5px;
    }
}

.stHeaderWTxt{
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 32px rgba(0, 33, 144, 0.4);
    span{
        font-size:20px;
    }
}

.sTopSec01{
    background-image:url(../img/sTop/sec01_5.png);
    background-size: cover;
    background-repeat: repeat;
    background-position:center center;
    padding: 60px 10px;
}

.sTopSec01Ttl{
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 40px;
    color: #06187c;
    display: flex;
    justify-content: center;
    span{
        color:#2C6DFF;
    }
}

.sTopSec01Ttl::before{
    content:url(../img/sTop/hane01.png);
    margin-right:20px;
}

.sTopSec01Ttl::after{
    content:url(../img/sTop/hane02.png);
    margin-left:20px;
}

.sTopSec01TtlSub{
    font-size: 14px;
    letter-spacing: 0.04em;
    display: block;
    line-height: 1.4;
}

.sTopSec01W{
}

.sTopSec01Log {
  width: 100%;
  height: 140px; /* 好きな高さに調整 */
  background-image: url("../img/sTop/sec01_1.png");
  background-repeat: repeat-x;       /* 横方向にタイル状に並べる */
  background-size: auto 100%;        /* 高さにフィットさせる（横は自動） */
  background-position: 0 50%;        /* 初期位置 */
  animation: logScroll 85s linear infinite;
  margin-bottom:20px;
}

/* 右 → 左へずっと流れる */
@keyframes logScroll {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: -200% 50%;
  }
}


.sTopSec01WLSub{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #06187c;
}

.sTopSec01WLTtl{
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    color: #06187c;
    margin-bottom:20px;
}

.sTopSec01WLDesc{
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 20px;
    color: #06187c;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
    margin-bottom:20px;
}

.sTopSec01WL{
    margin-bottom:20px;
}

.sTopSec01WLTxt{
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: #06187c;
    margin-bottom:30px;
}

.sTopSec01WR{
    position: relative;
}

.sTopSec01WR iframe{
    position: relative;
    z-index: 10;
}

.sTopSec01WR .backImg01{
    position: absolute;
    bottom: -110px;
    right: -140px;
    z-index: 0;
    width:300px;
}

.cmnButton01{
    display: flex;
    background-image: url(../img/sTop/sec03_8.png);
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    background-size: cover;
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 14px;
    width:100%;
    letter-spacing: 0.04em;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 46px;
    position: relative;
    border:1px solid #FFF;
    box-sizing: border-box;
}

.cmnButton01:hover{
    opacity: 0.7;
}

.cmnButton01::after{
    content: url(../img/sTop/button_arrow.png);
    position: absolute;
    right:30px;
    top: 55%;
    transform: translateY(-50%);
}

a.cmnButton01:link,a.cmnButton01:visited{
    color:#FFF;
}

.poCenter{
    display: flex;
    justify-content: center;
}

.sTopSec02{
    background-image:url(../img/sTop/sec02_2.png);
    background-size:cover;
    background-position: top;
    background-repeat: no-repeat;
    padding:60px 10px;
    position: relative;
}

.sTopSec02::after{
    content: url(../img/sTop/sec02_9.png);
    right: -250px;
    bottom: -350px;
    position: absolute;
}

.sTopSec02SubTtl{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}

.sTopSec02Ttl{
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom:20px;
}


.sTopSec02W{
    margin:0 auto 60px;
    background-image:url(../img/sTop/sec02_1.png);
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 16px;
    border:1px solid #FFF;
    padding:30px 30px 140px 30px;
    position: relative;
    box-sizing: border-box;
}

.sTopSec02WImg{
    margin-bottom:20px;
    mix-blend-mode: screen;
}

.sTopSec02Log{
    width:200px;
    margin:0 auto 20px;
}

.sTopSec02TxtW{

}

.sTopSec02TxtWSub{
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 22px;
    color: #fff;
    margin-bottom:10px;
}

.sTopSec02TxtWTtl{
    margin-bottom:40px;
    span{
        font-family: "Noto Sans JP";
        font-weight: 900;
        font-size: 24px;
        letter-spacing: 0.08em;
        line-height: 36px;
        color: #fff;
        background-color:#06187C;
        padding:5px;
        margin-bottom:10px;
        display: inline-block;
    }
}

.sTopSec02TxtWDesc{
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    opacity: 0.6;
}

a.sTopSec02Btn{
    font-family: Poppins;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    width: 100px;
    height: 100px;
    display: flex;             
    justify-content: center;    
    align-items: center;       
    background-image: url(../img/sTop/button01.png);
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 50%; 
    position: absolute;
    right:30px;
    bottom:30px;
    border:1px solid #FFF;
}

a.sTopSec02Btn:link{
    color:#FFF;
}

.sTopSec02Btn img{
    width:20px;
}


.sTopSec03W{

}

.sTopSec03WItem{
    border-radius: 16px;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: -16px -8px 24px rgba(43, 113, 208, 0.3);
    backdrop-filter: blur(4.318789958953857px);
    --webkit-backdrop-filter: blur(4.318789958953857px);
    background-color: rgba(255, 255, 255, 0.07);
    box-sizing: border-box;
    padding:20px;
    position: relative;
    margin-bottom:20px;
}

.sTopSec03WItemTtl{
    margin-bottom:10px;
    span{
        font-family: "Noto Sans JP";
        font-weight: 900;
        font-size: 18px;
        letter-spacing: 0.08em;
        text-align: center;
        color: #fff;
        background-color:#0648DE;
        padding:5px;
    }
}

.sTopSec03WItemBtn{
    position: absolute;
    right:20px;
    bottom:20px;
    display: block;
}

.sTopSec03{
    background-image:url(../img/sTop/sec01_5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:60px 0px 0px;
    position: relative;
}


.sTopSec03W01{
    background-image: url(../img/sTop/sec03_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding:0px 10px 150px;
}

.sTopSec03SubTtl{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #06187c;
}

.sTopSec03Ttl{
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #06187c;
}

.sTopSec03W02{

}



.sTopSec03W02L{
    height:300px;
    box-sizing: border-box;
}

.sTopSec03W02L.sTopSec03ty01{
    background-image: url(../img/sTop/sec03_2.png);
    background-size: cover;
}

.sTopSec03W02L.sTopSec03ty02{
    background-image: url(../img/sTop/sec03_3.png);
    background-size: cover;
}

.sTopSec03W02L.sTopSec03ty03{
    background-image: url(../img/sTop/sec03_4.png);
    background-size: cover;
}

.sTopSec03W02L.sTopSec03ty04{
    background-image: url(../img/sTop/sec03_5.png);
    background-size: cover;
}

.sTopSec03W02L.sTopSec03ty05{
    background-image: url(../img/sTop/sec03_6.png);
    background-size: cover;
}

.sTopSec03W02L.sTopSec03ty06{
    background-image: url(../img/sTop/sec03_7.png);
    background-size: cover;
}


.sTopSec03W02R{
    background-image: url(../img/sTop/sec03_8.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:30px;
    color: #fff;
    box-sizing: border-box;
}

.sTopSec03W02RSub{
    font-family: Poppins;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.02em;
    margin-bottom:10px;
}

.sTopSec03W02RTtl{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom:20px;
    span{
        background: #06187c;
        padding:5px;
    }
     span:last-of-type{
        font-size: 18px;
     }
}

ul.sTopSec03W02RUl{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    margin-bottom:20px;
}

.sTopSec04{
    background-image: url(../img/sTop/sec04_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding:60px 10px;
}

.sTopSec04W03{
    flex-wrap: wrap;
    gap:40px 0px;
}

.sTopSec04W03Item{
    background-color:#FFF;
    border-radius: 16px;
    box-sizing: border-box;

}

.sTopSec04W01{
    margin:0 auto;
}

.sTopSec04SubTtl{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
}

.sTopSec04Ttl{
    font-family: Poppins;
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    margin-bottom:20px;
}

.sTopSec04W02{
    margin:0 auto 60px;
    background: #f7f7f7;
    filter: drop-shadow(8px 8px 40px rgba(144, 161, 209, 0.5));
    border-radius: 16px;
    box-sizing: border-box;
    padding:20px;
}

.sTopSec04W02Img{
    margin-bottom:20px;
}

.sTopSec04W02TxtW{

}

.sTopSec04W02TxtWTtl{
    margin-bottom:10px;
    span{
        font-family: "Noto Sans JP";
        font-weight: 900;
        font-size: 24px;
        letter-spacing: 0.08em;
          color: #fff;
        background-color:#06187C;
        padding:5px;
        display: inline-block;
        margin-bottom:5px;
    }
}

.sTopSec04W02TxtWSub{
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 26px;
    color: #06187c;
    margin-bottom:10px;
}

.sTopSec04W02TxtWTxt{
    font-family: "Noto Sans JP";
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: #06187c;
    margin-bottom:40px;
}

.sTopSec04W03{
    display: flex;
    justify-content: space-between;
    margin:0 auto 65px;
}

.sTopSec04W03ItemCat{
    padding:10px 10px 0px 10px;
    span{
        background-color: #06187c;
        color:#FFF;
        display: inline-block;
        padding:5px;
    }
}

.sTopSec04W03ItemTxt{
    padding:10px;
    font-family: "Noto Sans JP";
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    color: #06187c;
}

.sTopSec05{
    padding: 60px 10px;
    background-image: url(../img/sTop/sec01_5.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.sTopSec05W{
    margin:0 auto 40px;
}

.sTopSec05WN{
    margin-bottom:40px;
}

.sTopSec05WNSub{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #06187c;
}

.sTopSec05WNTtl{
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #06187c;
    margin-bottom:20px;
}

.sTopSec05WNItem{
    border-bottom: 1px solid #0648de;
    padding-bottom:10px;
    margin-bottom:10px;
}

.sTopSec05WNItemDate{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    color: #06187c;
}

.sTopSec05WNItemTtl{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    color: #06187c;
}


.sTopSec05WS{
}

.sTopSec05WSSub{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #06187c;
}

.sTopSec05WSTtl{
    font-family: Poppins;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #06187c;
    margin-bottom:10px;
}

.sTopSec05WSItem{
    border-bottom: 1px solid #0648de;
    padding-bottom:10px;
    margin-bottom:10px;
}

.sTopSec05WSItemDate{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    color: #06187c;
}

.sTopSec05WSItemTtl{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    color: #06187c;
}

.footer01{
    background-color:#06187C;
    color:#FFF;
}

.footerW{
    margin:0 auto;
    padding:60px 10px;
}

.footerWTxt{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom:20px;
}

a.footerWLiNav{
    background-image:url(../img/sTop/fooetrbtn.png);
    background-size:cover;
    text-align: center;
    padding:15px 25px;
    border-radius: 8px;
    font-family: "Noto Sans JP";
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.8);
    border:1px solid #FFF;
    display: block;
    margin-bottom:20px;
}

a.footerWLiNav:link{
    color:#FFF;
}

.footerWLi{
    margin-bottom:40px;
}

.footerWBom{
}

.footerWBomL01{
}

.footerWBomLComp{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 12px;
}

.footerWBomL{

}

.footerWBomR{

}

.footerWBomTel{
    font-family: Poppins;
    font-weight: bold;
    font-size: 28px;
}

.footerWBomL02{
    display: flex;
    justify-content: space-between;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
}

.footerWBomL02L{
    width:100px;
}

.footerWBomL02R{
    width:300px;
}

.footerWBomL03{
    margin:40px 0 20px;
}

.footerWBomL03{
    display: flex;
    justify-content: space-between;
}

.footerWBomL03L,.footerWBomL03R{
    padding:10px 50px;
    border-radius: 21.5px;
    border: 1px solid #fff;
}

.footerWBomLTtl{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    margin-bottom:20px;
}

.footerWBomLW01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:10px;
    margin-bottom:10px;
}

.footerWBomLW01Item{
    font-family: "Noto Sans JP";
    font-size: 14px;
}

.footerWBomLW02{
    margin-top:40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:5px 30px;
}

.footerWBomLW02Item{
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.copyright01{
    text-align: center;
    font-size:12px;
    padding:30px  0px;
}