@charset "UTF-8";
/* CSS Document */

/*HUMBERGER MENU*/
/*z-index = 1000*/

/* Copyright (c) reference from https://eg-tips.com/drawer-menu/ | https://codepen.io/momoi/pen/eYzgqEG */
.header #main {display: none;}


#toggle {
    position: fixed;
    top: 25px;
    right: 25px;
}
#toggle-box {
    position: relative;
    width: 36px;
    height: 32px;
    width: 26px;
    height: 17px;
    cursor: pointer;
}
#toggle-box > span {
  width: 100%;
  height: 1px;
    height: 2px;
  left: 0;
  display: block;
    background: #3370b8;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

.is-open #toggle-box > span {
    background: #fff;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

/* z-index */
#toggle {
    z-index: 1000;
}
#main {
    position: relative;  
    z-index: 990;
    display: flex;
}
#nav-content {
    z-index: 900;
    overflow: auto;
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    background: #3370b8;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
    padding-top: 50px;
}
#nav-content ul {
  list-style: none;
}
#nav-content a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 25px 0 10px;
  transition: opacity .6s ease;
  pointer-events: none;
        font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;

}
#nav-content a:hover {
  opacity: 0.6;
}
.is-open {
    overflow: hidden;
}
.is-open #nav-content {
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.is-open #nav-content a {
  pointer-events: auto;
}  

@media screen and (max-width: 1000px) {
.header #main {
    display: block;
}

}

@media screen and (max-width: 820px) {
    
}
/*humberger end*/


/*TO TOP BTN*/
/*z-index = 1500*/

.back-to-top,
.back-to-top::after,
.back-to-top-text {
  transition: all 0.25s ease-in-out;
    z-index: 1500;
}
.back-to-top,.back-to-top::after {
  position: fixed;
  height: 65px;
  width: 65px;
    border-radius: 100vw;
  color: #000;
  opacity: 0.75;
  padding: 10px 5px;
  font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
border:1px solid #000;
    text-transform:uppercase;
    z-index: 1500;  
}
.back-to-top {
  right: 3%;
  bottom: -12%;
  z-index: 3;
  text-align: center;
  text-decoration: none;
 /* transform: rotate(-45deg);*/
  /*background: rgba(0,0,0,0.3);*/
    background:  rgba(200,200,200,0.1);
    z-index: 1500;  
}
.back-to-top-text {
  display: block;
  transform: rotate(0deg) translate(0%, 50%);
}
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:hover::after,
.back-to-top:focus::after,
.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
  opacity: 1;
    z-index: 1500;
}
.back-to-top:hover::after,
.back-to-top:focus::after {
  /*transform: translate(25%, 0%);*/
}
.back-to-top:hover .back-to-top-text,
.back-to-top:focus .back-to-top-text {
  /*transform: rotate(45deg) translate(25%, 0);*/
}
.show-back-to-top {
  bottom: 4%;
    z-index: 1500;
}
/*backto btn end*/



/**/


/**/

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body{
    
}


p,span,a{
    letter-spacing: 0.1em;
}
.font-small{
    font-size: 12px;
}
.test-field-l{
    background:lightgray;
    height: 600px;
    margin: 15px 0 0 0;
}/*大まかなサイズ感把握のため10.1*/
.test-field-m{
    background:lightgray;
    height: 300px;
    margin: 15px 0 0 0;
}/*大まかなサイズ感把握のため10.1*/
.test-field-s{
    background:lightgray;
    height: 100px;
    margin: 15px 0 0 0;
}

/**/
/*body直下全体を包括するDIV要素*/
body,.allpage{
        width: 100%;
    /*JS TOPICS / スクロールで上下に移動した時の横ずれを防ぐ*/
    overflow-x: hidden;
    background:#fcfcfc;
    max-width: 100%;
}
ul li,a,p,span{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
h2{
}
h2.mini{
    font-size: 29px;
    margin: 0 0 0 0;
    padding:10px 10px 9px 10px;
    /*font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;*/
    text-align:center ;
    color:#2b71f4;
    color:#4bade6;
    color:#666;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;

    font-weight: 400;

}
h2 .mini-name{
    color: #63639e;
}
.little-mark{
width: 100%;
        
position: relative;
    
}
.in-little-mark{
    background: #4bade6;
    background:#666;
    height: 52px;
    width: 15px;
    display: block;
    margin-left: 0;
    position: absolute;
    top:0;
    left: 0px;

}
/*lozad FADE*/
.my-lozad-fade {
  animation-name: mylozadfade;
  animation-duration: 1.3s;
}


.port .top-station .my-lozad-fade {
  animation-name: mylozadfade-slow;
  animation-duration: 2s;
}
.port .snow-joho .my-lozad-fade {
  animation-name: mylozadfade;
  animation-duration: 2s;
}
@keyframes mylozadfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mylozadfade-slow {
  0% {
    opacity: 0;
  }
    35%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/*lozad end*/

@media screen and (max-width: 820px) {
   h2.mini{
        font-size: 25px;       
    }
.in-little-mark{
    display: none;

}
}

/*-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^

Header

-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^*/
/*ヘッダー追跡JS*/
/*z-index = 1400*/
.pcmenu ul.pcmenu{
    display: flex;
    justify-content: center;
    padding: 8px 0 0 50px;
}
.pcmenu ul.pcmenu li{
    border-left: px solid #174ea8;
    padding: 0px 0;
        font-size: 13px;
    line-height: 13px;

    
}
.pcmenu ul li:first-child{
    border-left: 0px solid #174ea8;
}
.pcmenu ul.pcmenu li a{
    font-size: 13px;
    line-height: 14px;
    padding: 0px 20px;
        font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 700 !important;
    color: #3370b8;
    color: #333;
}

/*new css 12.18 */
.pcmenu-sub ul.pcmenu-sub li a{
    font-size: 13px;
    line-height: 14px;
    padding: 10px 8px;
        font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.06em;
    font-weight: 700 !important;
    color: #3370b8;
        color: #333;
}
.pcmenu ul li a{
    font-size: 13px;
    line-height: 18px;
    padding: 10px 8px;
        font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 700 !important;
    color: #3370b8;
        color: #333;
}

/**/

.header .pcmenu {display: block;}


.header{
    background: rgba(255,255,255,0);
    display: flex;
    padding: 30px 30px 20px;
    position: fixed;
    top:0;
    justify-content: space-between;
    justify-content: center;
    transition: .3s;
    width: 100%;
    z-index:201 ;
    background-image: url("../image/logo-0.png") ;
    background-repeat: no-repeat;
    background-size:150px;
    background-position: left 5% center;
}

        .header a.clarity-link{
            width: 200px;
            height: 100px;
            position:absolute;
            top:0;
            left: 10px;
            background: ;
        }
/*.header.transform{
    background-color: rgba(53,85,115,0.2);
    background-color: rgba(255,255,255,0.9);
    padding: 30px 30px 55px;
    padding: 20px 30px 25px;
    background-image: url("../image/logo/logo-bl.png") ;
    background-repeat: no-repeat;
    background-size:150px;
    background-position: left 5% center;
    border-bottom:2px solid #174ea8;
}*/
.header.transform{
    background-color: rgba(255,255,255,0.9);
    padding: 20px 30px 25px;
    background-image: url("../image/logo/SVG/logo-ai.svg") ;
    background-repeat: no-repeat;
    background-size:200px;
    background-position: left 5% center;
    border-bottom:2px solid #3370b8;
}


/*new css 12.18*/
.header-sub.transform{
    background-color: rgba(255,255,255,0.9);
    padding: 20px 30px 25px;
    background-image: url("../image/logo-0.png") ;
    background-repeat: no-repeat;
    background-size:200px;
    background-position: left 5% center;
    border-bottom:2px solid #3370b8;
    height: 68px;
}

/**/


.pcmenu.pcmenutransform{
    display: none;
}

.wrap{}

/*下層ページ*/

.under .header{
    position: fixed;
    padding: 40px 30px 46px;
    padding: 0px 0px 35px;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    background-image: url("../image/logo-0.png") ;
    background-repeat: no-repeat;
    background-size:200px;
    /*background-position: left 2% center;*/
    border-bottom:2px solid #3370b8;


}

/*topicspage*/
.under-topics .header{
    position: fixed;
    padding: 40px 30px 46px;
    padding: 0px 0px 35px;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    background-image: url("../../image/logo-0.png") ;
    background-repeat: no-repeat;
    background-size:200px;
    /*background-position: left 2% center;*/
    border-bottom:2px solid #3370b8;


}



/*
.under .header.transform{
    background: rgba(35,105,233,0.7);
    background:rgba(0,0,0,0);
}*/
@media screen and (max-width: 1300px) {
    .pcmenu ul li a{
    font-size: 11px;
    line-height: 18px;
    padding: 10px 7px;
        font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    font-weight: 700 !important;
    color: #3370b8;
        color: #333;
}
}
@media screen and (max-width: 1000px) {
.header .pcmenu {
    display: none;
}
        .header{
    background: rgba(255,255,255,0);
    display: flex;
    padding: 30px 30px 20px;
    position: fixed;
    top:0;
    justify-content: space-between;
    justify-content: center;
    transition: .3s;
    width: 100%;
    z-index:201 ;
    background-image: url("../image/logo/SVG/logo-ai.svg") ;
    background-repeat: no-repeat;
    background-size:200px;
    background-position: left 5% center;
}
    .header-sub.transform{
    background-color: rgba(255,255,255,0.9);
    padding: 20px 30px 25px;
    background-image: url("../image/logo/SVG/logo-ai.svg") ;
    background-repeat: no-repeat;
    background-size:200px;
    background-position: left 5% center;
    border-bottom:2px solid #3370b8;
    height: 60px;
}
        .under .header{
    padding: 40px 30px 46px;
    padding: 20px 30px 49px;
    background-size:163px;
    background-position: left 5% center;
    border-bottom:2px solid #3370b8;
    background-image: url("../image/logo/SVG/logo-ai.svg") ;


}
    


}

@media screen and (max-width: 820px) {
.header.transform{
    padding: 20px 30px 49px;
    background-size:163px;
}
            .header{
    background: rgba(255,255,255,0);
    display: flex;
    padding: 40px 30px 20px;
    position: fixed;
    top:0;
    justify-content: space-between;
    justify-content: center;
    transition: .3s;
    width: 100%;
    z-index:201 ;
    background-image: url("../image/logo/SVG/logo-ai.svg") ;
    background-repeat: no-repeat;
    background-size:210px;
    background-position: left 5% center;
}

    .under .header{
    padding: 40px 30px 46px;
    padding: 20px 30px 49px;
    background-size:163px;
    background-position: left 5% center;
    border-bottom:2px solid #3370b8;
    background-image: url("../image/logo/SVG/logo-ai.svg") ;


}
}






/* Copyright (c) https://webdesignday.jp/inspiration/technique/css/4166/ */




/*JS INVIEW*/


 /*----- フェードイン -----*/
    .inviewfadeIn {
        opacity: 0;
        transition: .8s;
        
    }
    
    .fadeIn {
        opacity: 1.0;
    }
 
    /*----- 上へスライド -----*/
    .inviewUp {
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        transition: .8s;
    }
    
    .Up {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
 
    /*----- ズームイン -----*/
    .inviewzoomIn {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: .8s;
    }
    
    .zoomIn {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    } 
    
    /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }




    .top-station .inviewfadeIn {
        transition: 2s;
        animation-name: fadein-slow;
        animation-duration: 1s;
    }
@keyframes fadein-slow {
  0% {
    opacity: 0;
  }
    70%{
        opacity: 0;
    }

  100% {
    opacity: 1;
  }
}

/*JS INVIEW END*/


/* =========================
   kkday フローティングバナー
========================= */
#kkday-floating-banner{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 140px;              /* PCサイズ */
  z-index: 99999;
  display: block;
}

#kkday-floating-banner img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
  transition: transform .2s ease, box-shadow .2s ease;
}

#kkday-floating-banner:hover img{
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0,0,0,.32);
}

/* スマホ */
@media (max-width: 820px){
  #kkday-floating-banner{
    right: 12px;
    bottom: 12px;
    width: 120px;
  }
}


