.so-is-sp {
  display: none;
}

.so-is-pc {
  display: block;
}

@media print, screen and (max-width: 750px) {
  .so-is-sp {
    display: block;
  }
  .so-is-pc {
    display: none !important;
  }
}

.so-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.so-header .so-header-logo {
  width: 140px;
  margin-left: 20px;
}

.so-header .so-header-btn-block {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.so-header .so-header-btn-block .so-header-btn {
  width: 240px;
}

.so-header .so-header-btn-block .so-header-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  background: #0e64be url(../images/arrow-white.svg) no-repeat 95% 55%;
  background-size: 0.65rem auto;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 60px;
  line-height: 1.4;
  padding-left: 20px;
}

.so-header .so-header-btn-block .so-header-btn a:hover {
  opacity: 0.75;
}

.so-header .so-header-btn-block .so-header-btn:last-child a {
  background: white;
  color: #000;
  text-decoration: underline;
  font-weight: 400;
}

@media print, screen and (max-width: 750px) {
  .so-header .so-header-logo {
    width: 35%;
  }
  .so-header .so-header-btn-block {
    width: 50%;
  }
  .so-header .so-header-btn-block .so-header-btn {
    width: 100%;
  }
  .so-header .so-header-btn-block .so-header-btn a {
    font-size: 12px;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 751px) {
  .so-nav-sp {
    display: none !important;
  }
  .so-nav-pc {
    background: #f2faff;
    height: 48px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 100;
  }
  .so-nav-pc .so-nav-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .so-nav-pc .so-nav-block .so-nav-list {
    /* font-size: 12px; */
    font-size: 0.75rem;
    margin: 0 25px;
  }
  .so-header .so-header-btn-block.is-largeFont {
    width: auto;
  }
  .so-header .so-header-btn-block.is-largeFont .so-header-btn {
    width: 330px;
  }
}
@media print, screen and (max-width: 750px) {
  .so-nav-pc {
    display: none !important;
  }
  .so-nav-sp .so-nav-toggle {
    width: 11%;
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 100;
  }
  .so-nav-sp .so-nav-menu {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background: #f2faff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    width: 100%;
    height: 100%;
    padding: 6% 0;
  }
  .so-nav-sp .so-nav-menu.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .so-nav-sp .so-nav-menu ul {
    margin-left: 24%;
  }
  .so-nav-sp .so-nav-menu ul li {
    margin-bottom: 5%;
  }
  .so-nav-sp .so-nav-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .so-nav-sp .so-nav-menu ul li a img {
    width: 5%;
    margin-right: 6%;
  }
  .so-nav-sp .so-nav-menu ul li a p {
    font-size: 18px;
  }
  .so-nav-sp .so-nav-menu .so-nav-menu-contact {
    width: 92%;
    margin: 30px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    background: #0e64be url(../images/arrow-white.svg) no-repeat 95% 55%;
    background-size: 0.65rem auto;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: 90px;
    line-height: 1.4;
    padding-left: 40px;
    font-size: 22px;
    border-radius: 45px;
    -webkit-box-shadow: 0 6px 0 rgba(14, 100, 190, 0.2);
            box-shadow: 0 6px 0 rgba(14, 100, 190, 0.2);
  }
  .so-nav-sp .so-nav-menu .so-nav-menu-download {
    font-weight: 500;
    text-decoration: underline;
    text-align: center;
    font-size: 16px;
  }
  .so-nav-sp .so-nav-menu .so-nav-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .so-nav-sp .so-nav-menu .so-nav-close p {
    margin-right: 4%;
  }
  .so-nav-sp .so-nav-menu .so-nav-close img {
    width: 5%;
  }
}

.internet-mv {
  /* padding-top: calc(60px - 2.5rem); */
  margin-top: calc(60px - 2.5rem);
}

@media print, screen and (min-width: 751px) {
  .internet-mv {
    margin-top: 48px;
  }
}