@charset "UTF-8";
body{
    overflow-x: hidden;
    font-size: 90%;
}
header {
	height:60px
}
header #logo{
  width: auto;
    height: 60px;
}
header #logo img{
  max-height: 100%;
  width: auto;
}

header .pc_no{
	display:block;
}

.nav {
    position: fixed;
    right: 0;
    bottom: -10%;
    width: 100%;
    height: 100vh;
    background-color: #1b52aa;
    transition: all .6s;
    z-index: 200;
    pointer-events: none;
    opacity: 0;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  #gl_nv > li{
    position: relative;
    bottom: -10%;
    transition: all .8s;
    transition-delay: .2s;
    opacity: 0;
  }
  #gl_nv > li:nth-child(2){
    transition-delay: .4s;
  }
  #gl_nv > li:nth-child(3){
    transition-delay: .6s;
  }
  #gl_nv > li:nth-child(4){
    transition-delay: .8s;
  }
  #gl_nv > li:nth-child(5){
    transition-delay: 1.0s;
  }
  #gl_nv > li:nth-child(6){
    transition-delay: 1.2s;
  }
  #gl_nv > li.layer > a::after,
  #gl_nv > li.layer:not(#nv_business) .block{
    display: none;
  }
  #gl_nv > li.layer .block:hover,
  #gl_nv > li.layer:hover .block{
    position: absolute;
    opacity: 0;
    transform: translateY(0);
  }

  #gl_nv > li a.sm_no{
    display: none;
  }
  #gl_nv li#nv_business input#nv_btn + label{
    display: block;
    color: rgba(255,255,255,0.5) !important;
    text-align: left;
    padding: 20px 0;
    align-items: flex-start;
    font-size: 2.4em;
  }
  #gl_nv > li.layer .block#nv_content{
    position: absolute;
    top: auto;
    left: auto;
    transition: all ease .1s 0s;
    height: 0;
    max-height: 0;
    transition: all ease .5s;
    line-height: 0;
    pointer-events: none;
  }
  #gl_nv > li.layer .block#nv_content::before{
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
  }
  #nv_content dl{
    width: 100%;
  }
  #gl_nv > li #nv_content dt{
    width: 40%;
  }
  #gl_nv > li #nv_content dt small{
    color: #6c8193;
  }
  #gl_nv > li #nv_content dd{
    width: 60%;
  }
  #nv_content ul{
    flex-direction: column;
  }
  #gl_nv li#nv_business input#nv_btn:checked ~ #nv_content{
    position: relative;
    padding: 30px 15px;
    max-height: 9999px;
    height: auto;
    
    background: #fff;
    opacity: 1;
    transform: translateY(0);
    filter: drop-shadow(0 3px 15px rgba(0,0,0,0.2));
    transition: all ease .3s;
    overflow: visible;
    line-height: 1.2;
    pointer-events: all;
  }
  #gl_nv > li ul li{
    width: 100%;
  }


  .hamburger {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px; /* クリックしやすい幅 */
    height: 60px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
    background: #1b52aa;
  }
  .hamburger::after{
      position: absolute;
      content: "MENU";
      color: #fff;
      font-weight: bold;
    font-size: 0.7em;
      left: 50%;
      bottom: 10%;
      transform: translateX(-50%);
      transition: all .5s;
  }
  .hamburger_border {
    position: absolute;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: #fff;
    transition: all .5s;
  }
  .hamburger_border_top {
    top: 30%;
  }
  .hamburger_border_center {
    top: 43%;
    transition: all .3s;
  }
  .hamburger_border_bottom {
    top: auto;
    bottom: 40%;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #283338;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    bottom: 0;
    opacity: 1;
    pointer-events: all;
  }
  .nav-open #gl_nv > li{
    bottom: 0;
    opacity: 1;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger{
    background: #154387;
  }
  .nav-open .hamburger::after{
      content: "CLOSE";
      transition: all .5s;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 40%;
    transition: all .5s;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 100%;
    opacity: 0;
    transition: all .3s;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 40%;
    transition: all .5s;
  }



  header nav{
	background: none;
    }
  #gl_nv{
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    padding:60px 10%;
  }
  #gl_nv li{
    width: 100%;
    padding: 0;
  }
  #gl_nv > li > a{
    color: rgba(255,255,255,0.5) !important;
	  padding:20px 0;
    align-items: flex-start;
    font-size: 2.4em;
  }
  #gl_nv li.current a{
    color: rgba(255,255,255,1) !important;
  }
#gl_nv li #nv_content a,
  #gl_nv li.current #nv_content a{
    color: #154387 !important;
  }

  #gl_nv > li a.li_contact{
    margin-top: 50px;
    color: rgba(255,255,255,1) !important;
    font-size: 1.2em;
    border: 1px solid #fff;
  }

  #gl_nv > li.pc_no{
    display: block;
    margin-top: 20px;
  }
  #gl_nv li.pc_no img{
    max-width: 90%;
    margin-bottom: 20px;
  }
  #gl_nv li.pc_no a{
    flex-direction: row;
    justify-content: center;
    align-items:baseline;
    color: rgba(255,255,255,1) !important;
  }
  #gl_nv li.pc_no a em{
    font-size: 1.4em;
  }
  #gl_nv li.pc_no a small{
    font-size: 0.7em;
    margin-right: 10px;
  }

  main h3{
    padding-left: 10px;
  }
  main h3::before{
    top: 0;
    width: 4px;
    height: 1.2em;
  }

  footer address dl{
    width: 20%;
  }
  footer address dd span{
    padding-left: 0;
    display: block;
  }


#pagetop{
    display: none;
}
a.tel{
	pointer-events:all;
}