
/* --------------------------------
/*
/*    1439px
/*
/*-------------------------------- */
@media(max-width:1439px){
  .topbar{
    height:auto;
  }

  nav{
    gap:15px;
    font-size:13px}

  .hero-banners{
/*    width:260px */
  }

  .hero-content{
  /*  padding-right:280px;*/
  }

  .cards{
    grid-template-columns:repeat(3,1fr)}

  .card:nth-child(4),  .card:nth-child(5),  .card:nth-child(6){
    transform:none;
  }

  .features{
    grid-template-columns:repeat(3,1fr)}

  .other-action{
    font-size:80%;
  }

  .btn{
    display: block;
    margin: 10px;
/*    width: 60%; */
    gap:0px;
    padding:6px 16px;
  }

}

/* --------------------------------
/*
/*    1023px
/*
/*-------------------------------- */
@media(max-width:1023px){

  /* --------------------------------
     ヘッダー
  -------------------------------- */
  header {
    height: 76px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .header-inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }

  header{
    height:auto;
    padding:14px 0}

  .header-inner{
    display:block}

  /* --------------------------------
     ロゴ
  -------------------------------- */
  .brand {
    display: flex;
    align-items: center;
    gap: 2px;
    text-decoration: none;

    /* ハンバーガーの場所を確保 */
    padding-right: 400px;
    box-sizing: border-box;
  }

  .brand > div:nth-child(2) {
      margin-left: -30px;
  }

  .brand img {
    width: 70px !important;
    height: auto;
  }

  .brand-name {
    font-size: 24px;
    white-space: nowrap;
  }

  .brand-sub {
    font-size: 10px;
    white-space: nowrap;
  }

  /* --------------------------------
     PC用メニューを非表示
  -------------------------------- */
  .pc-nav {
    display: none !important;
  }

  /* --------------------------------
     ハンバーガー
  -------------------------------- */
  .hamburger {
    display: block !important;
    position: absolute !important;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 2000;
  }

  /* --------------------------------
     ハンバーガーボタン
  -------------------------------- */
  .hamburger-button {
    display: flex !important;
    width: 40px;
    height: 40px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .hamburger-button span {
    display: block;
    width: 28px;
    height: 3px;
    background: #333;
    margin: 0;
  }

  /* チェックボックス */
  #menu-toggle {
    display: none;
  }

  /* --------------------------------
     ハンバーガーをクリックした時のメニュー
  -------------------------------- */
  .hamburger-menu {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 300px;
/*    background: #fff;*/
    background: #f7f7f7;
    z-index: 3000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  }

  /* チェックされたら表示 */
  #menu-toggle:checked ~ .hamburger-menu {
    display: block;
  }

  /* --------------------------------
     スマホ親メニュー
  -------------------------------- */
  .mobile-menu-parent > a,
  .mobile-menu-link {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    color: #111;
    text-decoration: none;
    font-weight: 700;
  }

  /* --------------------------------
     スマホ子メニュー
  -------------------------------- */
  .mobile-submenu {
    display: block;
    background: #ffffff;
  }

  .mobile-submenu a {
    display: block;
    padding: 12px 30px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    text-decoration: none;
    font-weight: 400;
  }

  .topbar .inner{
    display:block;
    text-align:center}

  .top-links{
    justify-content:center;
    margin-top:5px}

  nav{
    margin-top:15px;
    overflow:auto;
    gap:20px;
    padding-bottom:3px}

  .hero{
    height:300px;
    background-position:center;
  }

  .hero-content{
    padding:42px 0 20px;
    max-width:none
  }

  .hero h1{
  font-size:28px
  }

  .hero h1 span{
  font-size:24px}

  .hero-banners{
    display: none;
  }

  .banner{
    margin-top:10px;
    width:300px;
  }

  .hero-banners-mob{
    display: flex;
    /*width:60%;*/
    margin:10px auto;
  }
  .cards{
    grid-template-columns:repeat(2,1fr)
  }

  .other{
    grid-template-columns:1fr
  }

  .globe{
    display: none;
  }

  .other-copy{
    grid-template-columns:1fr;
    text-align:center
  }

  .globe{
    margin:auto
  }

  .other img{
    width:100%;
    height:150px
  }

  .other-action{
    grid-row:1;
    width:100%;
  }

  .features{
    grid-template-columns:1fr 1fr;
/*    display:none */
  }

  .footer-grid{
    grid-template-columns:1fr 1fr
  }

  #pageTop{
		bottom: 20px;
	}

}

/* --------------------------------
/*
/*    599px
/*
/*-------------------------------- */
@media(max-width:599px){
  .brand {
    gap: 40px;
    padding-right: 120px;
  }

  .hamburger {
    right: 10px;
    top: 40%;
  }

  .hero-content{
    padding:32px 0 20px;
    max-width:none
  }

  .hero h1{
    font-size:24px
  }

  .hero-banners-mob{
    display:grid;
  }

  .banner{
    margin-top:10px;
    width:100%;
  }

  .container{
    width:100%;
    padding:0px
  }

  .section-title{
    font-size:24px;
  }

  .section-lead{
    font-size:14px
  }

  .features{
    grid-template-columns:repeat(1,1fr)
    display:block;
    padding: 0 0 40px;
  }

  .feature{
    margin-top:10px;
    width:96%;
  }

  .cards{
    grid-template-columns:repeat(1,1fr)
  }

  .card p{
  }

  .other-copy{
    gap:15px;
  }

  .other p{
    font-size:13px;
  }

  .other-action{
    display:block;
    width:100%;
  }

  .footer-grid{
    grid-template-columns:1fr
  }

  .footer-menu{
    width:80%
  }
}
