@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Bebas+Neue&family=Montserrat:wght@500;700&display=swap");
html, body {
  overflow-x: hidden; }

body {
  font-family: 'Montserrat','Noto Sans JP',sans-serif;
  margin: 0;
  font-weight: normal;
  color: #272727;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.1rem; }

::placeholder {
  color: #9F9F9F; }

a {
  text-decoration: none;
  color: #272727;
  transition: all .2s linear; }
  a:hover {
    color: #939393; }
  a:hover:before, a:hover:after {
    transition: all .2s linear; }

.btn {
  transition: all .2s linear; }
  .btn:before, .btn:after {
    transition: all .15s linear; }

a[target="_blank"] {
  padding-right: 20px;
  display: inherit; }
  a[target="_blank"]:after {
    content: url(../img/icon-new-tab.svg);
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-left: 5px;
    vertical-align: -1px; }

a[target="_blank"]:has(img):after {
  display: none; }

a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"] {
  padding: 0 0 0 27px;
  position: relative; }
  a[href$=".pdf"]:before, a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".xls"]:before, a[href$=".xlsx"]:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../img/icon-pdf.svg") no-repeat;
    background-size: 18.7px 21.09px;
    background-position: center;
    padding: 0;
    width: 18.7px;
    height: 21.09px;
    top: 4px;
    left: 0; }
  a[href$=".pdf"]:after, a[href$=".doc"]:after, a[href$=".docx"]:after, a[href$=".xls"]:after, a[href$=".xlsx"]:after {
    display: none; }

a[href$=".doc"]:before, a[href$=".docx"]:before {
  background-image: url("../img/icon-word.svg"); }

a[href$=".xls"]:before, a[href$=".xlsx"]:before {
  background-image: url("../img/icon-excel.svg"); }

h1, h2, h3, h4, h5, strong {
  font-weight: 700; }

.btn-white, .solution .list-pickup a, .banner a {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 1.5rem 5rem;
  font-size: 128%;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  transition: all .1s linear; }
  .btn-white:after, .solution .list-pickup a:after, .banner a:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/icon-arrow.svg) no-repeat center;
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 26px;
    right: 25px; }
  .btn-white:before, .solution .list-pickup a:before, .banner a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg); }
  .btn-white:hover, .solution .list-pickup a:hover, .banner a:hover {
    opacity: 1;
    background: #333;
    color: #fff; }
  .btn-white:hover::before, .solution .list-pickup a:hover::before, .banner a:hover::before {
    animation: shine 0.7s; }
  .btn-white:hover::after, .solution .list-pickup a:hover::after, .banner a:hover::after {
    background-image: url(../img/icon-arrow-white.svg); }

@keyframes shine {
  100% {
    left: 125%; } }
.btn-blue {
  padding: 0.7rem 2.5rem;
  border-radius: 30px;
  background: #0599F2;
  border: 2px solid #0599F2;
  color: #fff;
  font-weight: 700; }
  .btn-blue:hover {
    background: #fff;
    color: #0599F2;
    border: 2px solid #0599F2; }

.btn-dark-blue {
  padding: 1rem 45px 1rem 2.5rem;
  border-radius: 40px;
  background: #0B33C2;
  border: 2px solid #0B33C2;
  color: #fff !important;
  font-size: 120%;
  font-weight: 700;
  position: relative; }
  .btn-dark-blue:hover {
    background: #fff;
    color: #0B33C2 !important;
    border: 2px solid #0B33C2; }
  .btn-dark-blue:hover:after {
    background-image: url(../img/icon-arrow.svg); }
  .btn-dark-blue:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/icon-arrow-white.svg) no-repeat center;
    width: 22px;
    height: 22px;
    background-size: 22px;
    top: 21px;
    right: 16px; }

.head-foot_menu {
  padding-top: 28px;
  font-size: 95%;
  padding-right: 10px; }
  .head-foot_menu ul {
    list-style: none;
    text-align: right; }
  .head-foot_menu li {
    display: inline-block; }
    .head-foot_menu li a {
      position: relative;
      padding-left: 16px; }
      .head-foot_menu li a:before {
        content: "";
        display: block;
        position: absolute;
        width: 11px;
        height: 11px;
        background: #0B33C2;
        border-radius: 50%;
        left: 0;
        top: 0.3rem; }
    .head-foot_menu li a[target="_blank"]:before {
      background: #0B33C2; }
  .head-foot_menu li:first-of-type {
    margin-right: 1rem; }

.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s; }

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

header {
  position: relative;
  z-index: 100; }
  header .container-fluid {
    padding: 0 20px; }
  header .logo {
    padding: 12px 0 0; }
    header .logo a:hover {
      opacity: 0.6; }
    header .logo img {
      width: 306px;
      height: 73px; }
  header .list-menu {
    padding-top: 35px; }
    header .list-menu a {
      color: #272727;
      font-weight: 700;
      font-size: 95%;
      display: inline-block;
      position: relative; }
      header .list-menu a::after {
        position: absolute;
        bottom: -6px;
        left: 0;
        content: '';
        width: 0;
        height: 1px;
        background-color: #272727;
        transition: .3s; }
      header .list-menu a:hover::after {
        width: 100%; }
    header .list-menu li:last-child a {
      letter-spacing: 0;
      background: #0B33C2;
      padding: 0.7rem 15px;
      border-radius: 25px;
      font-size: 90%;
      border: 1px solid #0B33C2;
      color: #fff;
      display: inline; }
      header .list-menu li:last-child a:hover {
        background: #fff;
        color: #0B33C2; }
      header .list-menu li:last-child a:hover:after {
        display: none; }

.home header .container-fluid {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }
.home header .list-menu a {
  color: #fff;
  display: inline-block;
  position: relative; }
  .home header .list-menu a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: .3s; }
  .home header .list-menu a:hover::after {
    width: 100%; }
.home header .list-menu li:last-child a {
  border: 1px solid #0B33C2;
  color: #fff;
  display: inline; }
  .home header .list-menu li:last-child a:hover {
    background: #fff;
    border: 1px solid #FFF;
    color: #0B33C2; }
  .home header .list-menu li:last-child a:hover:after {
    display: none; }

#g-nav.panelactive {
  opacity: 1;
  width: 100%;
  min-height: 100vh; }
  #g-nav.panelactive .hnav_bg {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.7;
    z-index: -100; }
  #g-nav.panelactive #g-nav-list {
    display: block; }

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  opacity: 0;
  transition: all 0.6s; }

#g-nav-list {
  display: none;
  width: 90%;
  position: absolute;
  right: 5%;
  height: 80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 10%; }
  #g-nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #g-nav-list .parent > .plus {
    display: inline-block;
    vertical-align: middle;
    color: #0B33C2;
    line-height: 1;
    width: 13px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    top: 26px;
    right: 21px;
    z-index: 2;
    cursor: pointer; }
    #g-nav-list .parent > .plus:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: inherit;
      border-radius: inherit;
      transform: rotate(90deg);
      z-index: 1; }
    #g-nav-list .parent > .plus:after {
      content: '';
      position: absolute;
      top: -12px;
      left: -8px;
      border: 1px solid #000;
      width: 30px;
      height: 30px;
      z-index: -1; }
  #g-nav-list .plus.open:before {
    display: none; }
  #g-nav-list .sub-menu {
    display: none; }
    #g-nav-list .sub-menu a {
      margin-top: 0 !important;
      border-radius: 0 !important; }
    #g-nav-list .sub-menu li:last-of-type a {
      border-bottom-left-radius: 5px !important;
      border-bottom-right-radius: 5px !important;
      padding-bottom: 1rem !important; }
  #g-nav-list .plus.open + .sub-menu {
    display: block; }
    #g-nav-list .plus.open + .sub-menu a {
      padding: 0.5rem 1rem 0.5rem 3rem;
      border-bottom: none; }
  #g-nav-list .menu a {
    display: inline-block;
    width: 100%;
    padding: 1rem 35px 1rem 1.5rem;
    margin-top: 2px;
    font-size: 90%;
    background: #000;
    color: #fff;
    border-radius: 5px;
    position: relative; }
    #g-nav-list .menu a:after {
      content: "";
      position: absolute;
      display: block;
      background: url("../img/icon-arrow-white.svg") no-repeat center;
      background-size: 20px;
      height: 20px;
      width: 20px;
      top: 17px;
      right: 17px; }
  #g-nav-list .parent {
    position: relative; }
    #g-nav-list .parent a:after {
      display: none; }
  #g-nav-list .parent:has(.open) a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #g-nav-list .copy {
    margin-top: 1.5rem;
    font-weight: 600;
    font-size: 80%;
    line-height: 130%;
    text-align: center;
    color: #fff; }
    #g-nav-list .copy a {
      background: none;
      display: inline;
      padding: 0; }
      #g-nav-list .copy a:after {
        display: none; }
  #g-nav-list .parent > .wrap {
    display: block;
    width: 100%; }
    #g-nav-list .parent > .wrap a {
      pointer-events: none; }

.openbtn {
  position: fixed;
  background: #0B33C2;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 999999;
  right: 10px;
  top: 10px;
  opacity: 1; }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #fff; }

.openbtn span:nth-of-type(1) {
  top: 22px;
  width: 50%; }

.openbtn span:nth-of-type(2) {
  top: 29px;
  width: 30%; }

.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 19px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%; }

.openbtn.active span:nth-of-type(2) {
  top: 32px;
  left: 19px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%; }

footer {
  background: #0B33C2;
  color: #fff;
  padding: 3rem 0 0.5rem; }
  footer .copy {
    font-size: 85%;
    font-weight: 600; }
    footer .copy a {
      display: inline;
      color: #CDCDCD; }
      footer .copy a:hover {
        color: #fff; }
      footer .copy a:after {
        display: none; }
  footer ul {
    margin-bottom: 1.5rem; }
    footer ul a {
      background: #fff;
      padding: 1.5rem;
      width: 250px;
      height: 90px;
      display: block;
      border-radius: 10px;
      position: relative;
      line-height: 90px; }
      footer ul a:hover img {
        opacity: 0.7; }
      footer ul a .logo {
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      footer ul a img {
        width: 90%;
        transition: all .2s linear; }
    footer ul .text a:hover {
      color: #272727;
      cursor: default; }

#page-top a {
  display: flex;
  padding: 10px 20px;
  text-align: center;
  font-size: 85%;
  transition: all 0.3s;
  position: relative;
  font-weight: 700; }
  #page-top a:hover {
    color: #EE427C; }

.white {
  color: #fff; }

#page-top {
  position: fixed;
  right: 10px;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px); }

#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
#page-top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
.swiper {
  width: 100%;
  height: 100vh; }
  .swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .swiper .swiper-slide a {
      display: block;
      width: 100%;
      height: 100%; }
  .swiper .slide-provider {
    background-image: url(../img/home/slide/provider.jpg); }
  .swiper .slide-eye247 {
    background-image: url(../img/home/slide/eye247.jpg); }

.swiper-pagination {
  text-align: left;
  padding: 0 5% 1%; }

.swiper-pagination-bullet {
  width: 70px;
  height: 6px;
  background: #fff;
  opacity: 0.7;
  border-radius: 0;
  margin: 0 !important; }

.swiper-pagination-bullet-active {
  background: #EE427C;
  opacity: 1; }

.maintenance {
  position: absolute;
  right: 0;
  top: 37%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  width: 50px;
  height: 200px;
  z-index: 100;
  background: #EE427C;
  padding: 39px 13px 9px 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  .maintenance:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/home/icon-maintenance-white.svg) no-repeat center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 12px;
    left: 16px; }
  .maintenance:hover {
    background: #d63b70;
    color: #fff; }

#annivYear {
  font-size: 69px; }

.anniversary {
  font-family: "Bebas Neue";
  color: #fff;
  z-index: 990;
  position: absolute;
  right: 35px;
  bottom: 35px;
  font-size: 14px; }
  .anniversary:before {
    content: "";
    background: url(../img/home/anniversary.png) no-repeat center;
    background-size: 120.74px 96.33px;
    width: 120.74px;
    height: 96.33px;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 991; }

.home h2 {
  font-size: 550%;
  text-align: center; }
.home h3 {
  font-size: 130%;
  text-align: center;
  margin-top: 1.3rem; }

.solution {
  padding: 6rem 0 5rem; }

.list-pickup {
  margin: 3.5rem 0; }
  .list-pickup a {
    background: none !important;
    padding: 0 !important; }
    .list-pickup a:after {
      display: none !important; }
    .list-pickup a:hover {
      background-color: #fff !important; }

.provider {
  background: url(../img/home/bg-texture2.svg) repeat center #ededed;
  border-top-right-radius: 300px;
  border-bottom-left-radius: 300px;
  padding: 7rem 0 4rem;
  text-align: center;
  position: relative;
  margin-top: 5rem; }
  .provider:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/home/provider/computer.svg) no-repeat center;
    background-size: 560px 349px;
    width: 560px;
    height: 349px;
    top: -78px;
    right: -15px; }
  .provider:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/home/provider/network.svg) no-repeat center;
    background-size: 400px 400px;
    width: 400px;
    height: 400px;
    bottom: -125px;
    left: 16px; }
  .provider h2 {
    position: relative; }
    .provider h2:before {
      content: "";
      display: block;
      position: absolute;
      background: url(../img/home/provider/three-star.svg) no-repeat center;
      background-size: 142.41px 273.98px;
      width: 142.41px;
      height: 273.98px;
      top: -124px;
      left: 118px; }
    .provider h2:after {
      content: "";
      display: block;
      position: absolute;
      background: url(../img/home/provider/shooting-star.svg) no-repeat center;
      background-size: 132.69px 74.66px;
      width: 132.69px;
      height: 74.66px;
      top: 159px;
      right: -16px; }
  .provider h3 {
    background: #0B33C2;
    padding: 1.2rem 2.5rem;
    font-size: 182%;
    display: inline-block;
    border-radius: 15px;
    color: #fff; }
    .provider h3 span {
      color: #FBD14E; }
  .provider .text {
    max-width: 700px;
    font-size: 154%;
    line-height: 204%;
    margin: 2rem auto; }
    .provider .text span {
      display: inline;
      padding: 0;
      font-weight: 700;
      background: linear-gradient(transparent 60%, #FCF488 40%); }

.cloud {
  margin-top: 11rem;
  position: relative;
  text-align: center; }
  .cloud:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/home/cloud/cloud-center.svg) no-repeat center;
    width: 274.2px;
    height: 124px;
    background-size: 274.2px 124px;
    bottom: 140px;
    left: 39%; }
  .cloud .circle {
    margin: 150px auto;
    display: block;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: #FBD14E;
    position: relative;
    text-align: center;
    padding-top: 278px; }
    .cloud .circle:before {
      content: "";
      display: block;
      position: absolute;
      background: url(../img/home/cloud/eye247.svg) no-repeat center;
      width: 487px;
      height: 400px;
      background-size: 487px 400px;
      top: -119px;
      left: 0; }
    .cloud .circle h4 {
      font-size: 170%; }
    .cloud .circle p {
      font-weight: 700;
      font-size: 110%;
      margin-top: 0.5rem; }
    .cloud .circle .btn-white {
      padding: 1rem 3rem;
      font-size: 100%;
      margin-top: 1rem; }
      .cloud .circle .btn-white:after {
        top: 19px; }
  .cloud .eye247 .circle:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/home/cloud/cloud-left.svg) no-repeat center;
    width: 270.12px;
    height: 111.3px;
    background-size: 270.12px 111.3px;
    top: 200px;
    left: -158px; }
  .cloud .secure .circle {
    background: #0599F2; }
    .cloud .secure .circle:before {
      background-image: url(../img/home/cloud/secure-mail.svg);
      background-size: 500px;
      width: 500px;
      height: 500px;
      top: -174px;
      left: -34px; }
    .cloud .secure .circle:after {
      content: "";
      display: block;
      position: absolute;
      background: url(../img/home/cloud/cloud-right.svg) no-repeat center;
      width: 251.43px;
      height: 111.36px;
      background-size: 251.43px 111.36px;
      top: 84px;
      right: -97px; }

.hosting-server {
  position: relative;
  margin-top: 5rem;
  padding-bottom: 10rem; }
  .hosting-server:before {
    content: "";
    display: block;
    position: absolute;
    background: #B8E4FF;
    bottom: 0;
    width: 100%;
    height: 650px; }
  .hosting-server:after {
    content: "";
    display: block;
    position: absolute;
    background: #B8E4FF;
    width: 150vw;
    height: 75vw;
    border-radius: 50% / 100% 100% 0 0;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10; }
  .hosting-server h3 {
    margin-bottom: 5rem; }
  .hosting-server a {
    color: #fff;
    padding-top: 500px;
    display: inline-block;
    width: 400px;
    height: 800px; }
  .hosting-server h4 {
    text-align: left;
    position: relative;
    padding-left: 4rem;
    font-size: 193%; }
    .hosting-server h4:after {
      content: "";
      display: block;
      position: absolute;
      background: url(../img/arrow-circle-white.svg) no-repeat center;
      width: 30px;
      height: 30px;
      background-size: 30px;
      top: 21px;
      right: 33px; }
  .hosting-server p {
    text-align: left;
    padding-left: 4rem; }
  .hosting-server .gmo {
    padding: 0;
    margin: 0 0 0 auto;
    position: relative; }
    .hosting-server .gmo a {
      border-radius: 0 100% 100% 0% / 50%;
      background: #0B33C2;
      position: relative; }
      .hosting-server .gmo a:before {
        content: "";
        display: block;
        position: absolute;
        background: url(../img/home/server/gmo.svg) no-repeat center;
        width: 450px;
        height: 450px;
        background-size: 450px;
        top: 59px;
        right: -79px; }
      .hosting-server .gmo a:hover {
        background-color: #09299b; }
      .hosting-server .gmo a:after {
        display: none; }
  .hosting-server .zenlogic {
    padding: 0;
    text-align: right;
    position: relative; }
    .hosting-server .zenlogic a {
      border-radius: 100% 0 0 100% / 50%;
      background: #0599F2;
      position: relative; }
      .hosting-server .zenlogic a:before {
        content: "";
        display: block;
        position: absolute;
        background: url(../img/home/server/zenlogic.svg) no-repeat center;
        width: 400px;
        height: 400px;
        background-size: 400px;
        top: 71px;
        left: -61px; }
      .hosting-server .zenlogic a:hover {
        background-color: #058ada; }
  .hosting-server .fukidashi {
    display: inline-block;
    border: 3px solid #272727;
    background: #fff;
    padding: 2.3rem 1rem;
    position: absolute;
    border-radius: 33px;
    z-index: 1;
    min-width: 190px;
    text-align: center; }
    .hosting-server .fukidashi:before {
      content: "";
      display: block;
      position: absolute;
      background: #272727;
      transform: rotate(-45deg);
      width: 50px;
      height: 3px;
      background-size: 50px;
      z-index: 2; }
  .hosting-server .one {
    top: 16px;
    left: -29px; }
    .hosting-server .one:before {
      transform: rotate(35deg);
      top: 90px;
      right: -30px; }
  .hosting-server .two {
    top: 273px;
    left: -58px; }
    .hosting-server .two:before {
      transform: rotate(-13deg);
      top: 48px;
      right: -33px; }
  .hosting-server .three {
    top: 536px;
    left: -21px; }
    .hosting-server .three:before {
      transform: rotate(-32deg);
      top: 15px;
      right: -22px; }
  .hosting-server .four {
    top: 78px;
    right: -3px; }
    .hosting-server .four:before {
      transform: rotate(-45deg);
      top: 96px;
      left: -22px; }
  .hosting-server .five {
    top: 554px;
    right: -51px; }
    .hosting-server .five:before {
      transform: rotate(34deg);
      top: 4px;
      left: -22px; }

.swiper2 {
  position: relative;
  overflow-x: hidden; }
  .swiper2 .swiper-slide {
    max-height: 420px;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    .swiper2 .swiper-slide img {
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto; }
  .swiper2 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
  .swiper2 .connect {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    color: #fff;
    font-size: 700%;
    font-weight: 700;
    text-align: center; }
    .swiper2 .connect span {
      font-size: 38%;
      display: block;
      margin-top: 50px; }

.about {
  background: url(../img/home/bg-texture2.svg) repeat center #ededed;
  padding-bottom: 5rem; }
  .about .text {
    padding: 5rem 0 3rem;
    text-align: center;
    font-size: 140%;
    line-height: 166%;
    font-weight: 700; }
    .about .text img {
      margin-top: 1.5rem; }
  .about .information {
    background: #fff;
    border-radius: 60px;
    padding: 3rem 4rem 4rem; }
  .about h2 {
    font-size: 460%;
    text-align: left;
    margin-bottom: 1.5rem; }
  .about .btn-info {
    position: relative;
    display: inline-block;
    margin-top: 34px; }
    .about .btn-info:before {
      position: absolute;
      content: "";
      display: block;
      background: url(../img/home/icon-maintenance-blue.svg) no-repeat center;
      background-size: 20px;
      width: 20px;
      height: 20px;
      left: -25px;
      top: 1px; }
  .about .important li:nth-child(2) span {
    border: 2px solid #EE427C;
    color: #EE427C; }
  .about .important a {
    color: #EE427C; }
    .about .important a:hover {
      opacity: 0.7; }

.about ul {
  padding-left: 0;
  list-style: none; }
  .about ul li {
    display: inline-block; }
  .about ul li:first-of-type {
    font-weight: 700;
    font-size: 200%;
    width: 110px; }
    .about ul li:first-of-type span {
      font-size: 55%;
      display: block; }
  .about ul li:nth-child(2) {
    position: relative;
    padding: 0 15px; }
    .about ul li:nth-child(2) span {
      position: absolute;
      display: block;
      width: 98px;
      padding: 1px 15px;
      border: 2px solid #0599F2;
      color: #0599F2;
      font-size: 90%;
      border-radius: 7px;
      text-align: center;
      letter-spacing: 0;
      top: -28px;
      left: 17px; }
  .about ul li:last-of-type {
    width: calc(100% - 215px);
    float: right !important; }
  .about ul a {
    display: inline-block;
    margin-top: 25px;
    margin-left: 42px; }

.list-path {
  padding-bottom: 5rem;
  padding-top: 1.5rem; }
  .list-path a {
    color: #272727;
    position: relative;
    padding-right: 9px;
    opacity: 1; }
    .list-path a:after {
      content: "/";
      display: block;
      position: absolute;
      width: 19px;
      height: 19px;
      right: -17px;
      top: -3px; }
    .list-path a:hover {
      text-decoration: underline; }

.contents {
  padding-bottom: 5rem;
  min-height: calc(100vh - 312px); }
  .contents .title h1 {
    font-size: 327%;
    margin: 1rem 0 5rem; }
  .contents .title span:first-child {
    font-family: "Bebas Neue";
    font-size: 150%;
    position: relative;
    padding-left: 40px;
    color: #949494;
    letter-spacing: 0.05rem; }
    .contents .title span:first-child:before {
      content: "";
      display: block;
      position: absolute;
      background-color: #949494;
      width: 25px;
      height: 1px;
      left: 7px;
      top: 13px; }
  .contents h2 {
    font-size: 187%;
    margin: 3.5rem 0 1.2rem;
    position: relative;
    padding-left: 52px; }
    .contents h2:before {
      content: "";
      display: block;
      position: absolute;
      background: url(../img/page/icon-h2.svg) no-repeat center;
      background-size: 46.94px 37.11px;
      width: 46.94px;
      height: 37.11px;
      top: 0;
      left: -5px;
      border-radius: 50%; }
    .contents h2:first-of-type {
      margin-top: 0; }
    .contents h2 span {
      display: inline-block;
      font-size: 50%;
      color: #7A7A7A;
      margin-left: 5px; }
  .contents h3 {
    position: relative;
    font-size: 140%;
    margin: 2rem 0 1.2rem;
    position: relative;
    background: #e9f7ff;
    padding: 0.7rem 1rem 0.7rem 15px;
    color: #0B33C2; }
  .contents h4 {
    font-size: 130%;
    margin: 2rem 0 0.7rem;
    padding: 0 0 0 19px;
    position: relative; }
    .contents h4:before {
      content: "";
      display: block;
      position: absolute;
      background: #0599F2;
      background-size: 6px 23px;
      width: 6px;
      height: 23px;
      border-radius: 10px;
      top: 1px;
      left: 0; }
  .contents .label {
    position: relative;
    padding: 1rem 1.3rem;
    border: 3px solid #0599F2;
    border-radius: 0 10px 10px 10px;
    margin: 3.5rem 0 3rem;
    background: #edf8ff; }
    .contents .label span {
      text-transform: uppercase;
      font-size: 90%;
      font-weight: 700;
      position: absolute;
      top: -29px;
      left: -3px;
      height: 29px;
      padding: 0 0.7rem 0.3rem;
      color: #ffeb00;
      border-radius: 6px 6px 0 0;
      background: #0599F2; }
    .contents .label h4 {
      font-size: 120%;
      margin: 0 0 1rem;
      padding: 0; }
      .contents .label h4:before {
        display: none; }
    .contents .label p {
      margin-bottom: 0; }
    .contents .label ul {
      margin: 0; }
  .contents h5 {
    font-size: 120%;
    margin: 2rem 0 0.7rem;
    background: #B8E4FF;
    padding: 0.5rem 0.8rem; }
  .contents h6 {
    font-weight: 700;
    font-size: 120%;
    margin: 1rem 0 0.7rem; }
  .contents a[target="_blank"] {
    display: inline-block;
    padding-right: 8px; }
  .contents strong {
    color: #EE427C; }
  .contents .nav-tabs {
    margin-bottom: 3rem; }
  .contents .main {
    line-height: 165%;
    letter-spacing: 0.13rem;
    font-size: 110%;
    font-weight: 500; }
    .contents .main a {
      color: #0B33C2;
      text-decoration: underline;
      transition: all .2s linear;
      word-break: break-all; }
      .contents .main a:hover {
        opacity: 0.6; }
    .contents .main ol {
      list-style-type: none;
      counter-reset: li;
      padding: 0;
      margin-top: 2rem; }
      .contents .main ol li {
        position: relative;
        padding-left: 3.3rem;
        margin-bottom: 1.5rem; }
        .contents .main ol li strong {
          color: #0B33C2;
          font-size: 120%; }
        .contents .main ol li:before {
          position: absolute;
          counter-increment: li;
          content: counter(li);
          display: block;
          font-size: 123%;
          color: #0B33C2;
          line-height: 2.2rem;
          text-align: center;
          background-color: #B8E4FF;
          width: 2.2rem;
          height: 2.2rem;
          border-radius: 8px;
          left: 0;
          top: -3px; }
    .contents .main ul {
      padding-left: 0.7rem; }
      .contents .main ul li {
        list-style-type: none;
        position: relative;
        padding-left: 1.2rem; }
        .contents .main ul li:before {
          border-radius: 50%;
          width: 11px;
          height: 11px;
          display: block;
          position: absolute;
          left: 0;
          top: 0.53em;
          content: "";
          border: 3px solid #B9B9B9; }
    .contents .main table {
      margin-bottom: 2rem;
      font-size: 95%; }
      .contents .main table thead th {
        background: #0B33C2 !important;
        --bs-table-bg-type:$blue !important;
        color: #fff;
        text-align: center; }
        .contents .main table thead th span {
          font-size: 90%;
          display: block;
          font-weight: 400;
          line-height: 100%; }
      .contents .main table th {
        background-color: #EAECF8 !important;
        --bs-table-bg-type: #EAECF8 !important;
        text-align: center;
        font-weight: bold; }
      .contents .main table td, .contents .main table th {
        border: 1px solid #d4dae3;
        vertical-align: middle;
        padding: 0.8rem 0.7rem;
        white-space: nowrap; }
    .contents .main .table-striped > tbody > tr:nth-of-type(odd) > * {
      background: #f3f3f3;
      --bs-table-bg-type:#f3f3f3; }
    .contents .main .list-flow {
      position: relative;
      padding-top: 23px; }
      .contents .main .list-flow dt {
        position: relative;
        padding-left: 80px;
        font-size: 120%; }
        .contents .main .list-flow dt:before {
          content: "";
          display: block;
          position: absolute;
          background: #272727;
          background-size: 30px 1px;
          width: 30px;
          height: 1px;
          left: 42px;
          top: 106%;
          z-index: -1; }
        .contents .main .list-flow dt span {
          position: absolute;
          display: block;
          text-align: center;
          width: 60px;
          left: 0;
          top: 3px;
          line-height: 60px;
          font-family: "Bebas Neue";
          font-size: 123%;
          font-weight: 400; }
          .contents .main .list-flow dt span:before {
            position: absolute;
            content: "STEP";
            display: block;
            left: 14px;
            top: -38px;
            font-size: 69%;
            color: #0599F2;
            font-weight: 400; }
          .contents .main .list-flow dt span:after {
            position: absolute;
            content: "";
            display: block;
            left: 0px;
            top: 0px;
            background: #fff;
            border: 2px solid #272727;
            width: 60px;
            height: 60px;
            background-size: 60px;
            z-index: -1;
            border-radius: 50%; }
      .contents .main .list-flow dd {
        padding-left: 80px;
        padding-bottom: 40px; }
      .contents .main .list-flow dd:last-of-type {
        padding-bottom: 0; }
    .contents .main .label-important {
      background-color: #fac6d8;
      color: #EE427C;
      padding: 3px 7px;
      border-radius: 3px;
      font-size: 95%;
      white-space: nowrap; }
    .contents .main .text-important {
      border: #EE427C solid 2px;
      background-color: #fdecf2;
      padding: 1rem;
      margin: 1.5rem 0;
      border-radius: 10px; }
      .contents .main .text-important h4 {
        margin-top: 0; }
        .contents .main .text-important h4:before {
          background-color: #EE427C; }
    .contents .main .btn {
      text-decoration: none; }
      .contents .main .btn:hover {
        opacity: 1 !important; }
  .contents #mokuji {
    position: relative;
    padding: 0 0 0 23px; }
    .contents #mokuji summary {
      display: none; }
    .contents #mokuji summary::-webkit-details-marker {
      display: none; }
    .contents #mokuji ol li {
      list-style: decimal-leading-zero;
      position: relative;
      font-size: 120%;
      font-weight: 700;
      margin-bottom: 1.2rem; }
      .contents #mokuji ol li a {
        padding-left: 5px;
        margin-bottom: 1rem;
        display: block;
        font-weight: 500; }
        .contents #mokuji ol li a:hover {
          color: #EE427C; }
      .contents #mokuji ol li::marker {
        display: block;
        font-family: "Bebas Neue";
        font-size: 112%;
        font-weight: 400;
        position: absolute;
        left: -52px;
        top: 7px;
        letter-spacing: 0;
        height: 100%; }
    .contents #mokuji ol ol {
      list-style: none !important;
      padding-left: 4px; }
      .contents #mokuji ol ol li {
        list-style: none !important;
        font-size: 90%;
        font-weight: 500;
        margin-bottom: 0.25rem; }
        .contents #mokuji ol ol li:before {
          border-radius: 50%;
          width: 11px;
          height: 11px;
          display: block;
          position: absolute;
          left: -19px;
          top: 0.37em;
          content: "";
          border: 3px solid #FBD14E; }
        .contents #mokuji ol ol li:after {
          display: none; }
        .contents #mokuji ol ol li:marker {
          font-family: "Montserrat"; }
        .contents #mokuji ol ol li a {
          margin: 0;
          padding-left: 0; }
  .contents .banner {
    padding: 15px 0 0 23px;
    max-width: 300px; }
    .contents .banner a {
      margin-bottom: 20px;
      display: block;
      padding: 0;
      background: none;
      border-radius: 0; }
      .contents .banner a:after {
        display: none; }

.post .title h1 {
  margin-bottom: 1.7rem; }

.list-post {
  list-style: none;
  padding: 0;
  margin-bottom: 5rem; }
  .list-post li {
    display: inline-block; }
  .list-post li:first-of-type {
    font-weight: 700;
    font-size: 120%;
    margin-right: 12px; }
  .list-post li:last-of-type span {
    display: block;
    width: 98px;
    padding: 1px 15px 0;
    border: 2px solid #0599F2;
    color: #0599F2;
    font-size: 90%;
    border-radius: 7px;
    text-align: center;
    letter-spacing: 0; }

.important li:last-of-type span {
  border: 2px solid #EE427C;
  color: #EE427C; }

.list-btn a {
  display: block;
  width: 100%;
  border: 2px solid #ccc;
  padding: 0.7rem 40px 0.7rem 1rem;
  font-size: 90%;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  text-decoration: none !important;
  position: relative;
  border-radius: 10px;
  color: #272727 !important; }
  .list-btn a:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/arrow-circle-gray.svg) no-repeat center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    top: 13px;
    right: 15px;
    transition: all .2s linear;
    transform: rotate(90deg); }
  .list-btn a:hover {
    background: #e3f4ff;
    opacity: 1 !important; }
  .list-btn a:hover:after {
    top: 16px; }

.table-func {
  font-size: 90% !important; }
  .table-func tbody th {
    text-align: left !important;
    overflow-wrap: break-word !important;
    white-space: inherit !important;
    line-height: 130%; }
  .table-func tbody td:first-of-type {
    white-space: inherit;
    line-height: 120%;
    overflow-wrap: break-word !important;
    white-space: inherit !important; }
  .table-func tbody .op {
    background: #EE427C;
    display: inline-block;
    color: #fff;
    font-size: 85%;
    padding: 0 0.3rem;
    font-weight: 400;
    border-radius: 5px;
    white-space: nowrap; }

.kome {
  font-size: 90%;
  line-height: 120%; }

.bg-pink {
  background: #FFE2EB; }
  .bg-pink h4 {
    color: #EE427C; }
    .bg-pink h4:before {
      background-color: #EE427C; }

.bg-mizuiro {
  background: #D6F0FF; }
  .bg-mizuiro h4 {
    color: #0599F2; }
  .bg-mizuiro strong {
    color: #0599F2; }

.bg h4:first-of-type {
  margin-top: 1rem; }
.bg ul li:before {
  border-color: #9A9A9A !important; }

.thumb-text {
  margin-top: 2rem;
  margin-bottom: 3rem; }
  .thumb-text .thumb {
    position: relative;
    background: #E0F3FF;
    width: 199px;
    height: 149px;
    border-radius: 26px;
    margin: 0 auto; }
    .thumb-text .thumb img {
      max-width: 146px;
      position: absolute;
      top: 11px;
      left: 33px; }
    .thumb-text .thumb span {
      color: #0B33C2;
      position: absolute;
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      text-align: center;
      font-family: "Bebas Neue";
      top: -24px;
      left: -19px;
      font-size: 55px;
      line-height: 70px;
      font-weight: 700; }
  .thumb-text .it img {
    top: 31px; }
  .thumb-text .info img {
    max-width: 174px;
    top: 24px;
    left: 15px; }
  .thumb-text .security img {
    top: 3px;
    left: 27px; }
  .thumb-text .text h4 {
    margin-top: 15px; }

.info-more {
  border: 3px solid #0599F2;
  background: #F0FAFF;
  padding: 1.5rem 1.5rem 0.7rem;
  border-radius: 15px; }
  .info-more h4 {
    margin-top: 0;
    padding-left: 0;
    font-size: 167% !important;
    color: #0B33C2; }
    .info-more h4:before {
      display: none; }
    .info-more h4 span {
      font-size: 74%;
      display: inline-block;
      color: #0599F2;
      padding: 3px 15px;
      margin-top: 0.7rem;
      position: relative; }
      .info-more h4 span:before {
        content: "";
        display: block;
        position: absolute;
        background: #0599F2;
        background-size: 1px 15px;
        width: 15px;
        height: 1px;
        left: -11px;
        top: 14px; }
      .info-more h4 span:after {
        content: "";
        display: block;
        position: absolute;
        background: #0599F2;
        background-size: 1px 15px;
        width: 15px;
        height: 1px;
        right: 1px;
        top: 14px; }

.circle {
  background: #B8E4FF;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative; }
  .circle img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 93px; }
  .circle span {
    position: absolute;
    color: #0599F2;
    padding: 2px 15px;
    display: inline-block;
    bottom: 19px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    font-size: 90%;
    border-radius: 20px; }

.thumb-text.vpn img {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-height: 90px;
  top: 50%; }
.thumb-text.vpn h6 {
  font-size: 95%;
  text-align: center;
  color: #0B33C2; }

iframe {
  min-height: 550px; }

.wrap-agreement {
  height: 250px;
  margin-bottom: 20px;
  padding: 1rem;
  overflow: auto;
  border: 1px solid #a7a7a7;
  font-size: 90%;
  background-color: #f0f0f0; }
  .wrap-agreement h2 {
    margin: 1rem 0;
    padding: 0; }
    .wrap-agreement h2:before {
      display: none; }
  .wrap-agreement h3 {
    background: none;
    padding: 0;
    color: #272727; }

#form-contact {
  border-top: 1px solid #979bad; }
  #form-contact th {
    text-align: left;
    background: none;
    padding: 1.5rem 0.7rem 1.5rem 0;
    border: none;
    background: none !important; }
  #form-contact td {
    border: none;
    padding: 1.5rem 0.7rem 1.5rem 1.5rem; }
  #form-contact tr {
    border-bottom: 1px solid #979bad; }
  #form-contact select {
    padding: 0.35rem 0; }
  #form-contact .require {
    display: inline-block;
    background: #ffd5d6;
    padding: 1px 9px;
    color: #e31e23;
    text-align: center;
    border-radius: 5px;
    float: right;
    font-size: 80%; }

input[type="checkbox"] {
  transform: scale(1.5);
  margin: 0 6px 0 0;
  position: relative;
  top: 0; }

input[type=checkbox]:disabled + .text-agree {
  color: #929292; }

.list-btn li {
  padding: 0; }
  .list-btn li:before {
    display: none !important; }

.errorMsg {
  display: block;
  color: #e31e23;
  position: relative; }

.inp_error {
  border: 1px solid #e31e23;
  background: #ffd5d6; }

.inp_error_wrap select {
  border: 1px solid #e31e23;
  background: #ffd5d6; }

.progressbar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem; }

.progressbar .item {
  position: relative;
  width: 33.33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #999999; }

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 37px solid transparent;
  border-left: 20px solid #F5F5F5;
  margin: auto; }

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF; }

@media screen and (max-width: 767px) {
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0; }

  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px; } }
.progressbar .item.active {
  z-index: 1;
  background: #0B33C2;
  color: #FFF; }

.progressbar .item.active:not(:last-child)::after {
  border-left-color: #0B33C2; }

.progressbar .item.active:not(:last-child)::before {
  border-left: none; }

.qa {
  line-height: 135% !important;
  padding-bottom: 0.7rem; }
  .qa h4 {
    font-size: 105%;
    position: relative;
    background: #F0F0F0;
    padding: 0.9rem 63px;
    border-radius: 10px;
    line-height: 120%;
    color: #272727; }
    .qa h4:before {
      content: "Q";
      display: block;
      position: absolute;
      background-size: 40px;
      border-radius: 50%;
      line-height: 40px;
      width: 40px;
      height: 40px;
      top: 5px;
      left: 10px;
      text-align: center;
      background: #fff;
      color: #0B33C2; }
    .qa h4:after {
      content: "＋";
      font-size: 130%;
      display: block;
      position: absolute;
      line-height: 40px;
      width: 40px;
      height: 40px;
      top: 5px;
      right: 10px;
      text-align: center;
      color: #0B33C2; }
  .qa h4[aria-expanded~="true"]:before {
    background: #0599F2;
    color: #fff; }
  .qa h4[aria-expanded~="true"]:after {
    content: "－"; }

.list-service.faq a h3 {
  border: 3px solid #F5F5F5;
  border-radius: 10px; }
.list-service.faq a:hover h3 {
  border-color: #ccc; }

.list-service a {
  display: block;
  padding: 0;
  margin-bottom: 1.5rem;
  text-decoration: none !important;
  color: #272727 !important;
  width: 100%; }
  .list-service a:hover {
    opacity: 1 !important;
    color: #272727; }
    .list-service a:hover h3, .list-service a:hover h4 {
      border-left-color: #ccc;
      border-top-color: #ccc;
      border-right-color: #ccc; }
    .list-service a:hover .body {
      border-left-color: #ccc;
      border-bottom-color: #ccc;
      border-right-color: #ccc; }
  .list-service a:after {
    display: none; }
.list-service h3, .list-service h4 {
  border-left: 3px solid #F5F5F5;
  border-top: 3px solid #F5F5F5;
  border-right: 3px solid #F5F5F5;
  font-size: 114%;
  background: #F5F5F5;
  padding: 1.5rem 35px 1.5rem 95px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 !important;
  transition: all .2s linear;
  letter-spacing: 0.04rem; }
  .list-service h3:after, .list-service h4:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/icon-arrow.svg") center no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 26px;
    right: 15px;
    transition: all .2s linear; }
  .list-service h3:before, .list-service h4:before {
    content: "";
    display: block;
    position: absolute;
    background-position: center no-repeat;
    left: 20px;
    border-radius: 0; }
.list-service a[target="_blank"] h4:after, .list-service a[target="_blank"] h3:after {
  background: url("../img/icon-new-tab.svg") center no-repeat;
  width: 13px;
  height: 13px;
  background-size: 13px;
  top: 31px; }
.list-service .s-provider h4:before, .list-service .s-provider h3:before {
  background-image: url("../img/service/icon-provider.svg");
  background-size: 47.9px 49.98px;
  height: 49.98px;
  width: 47.9px;
  top: 13px; }
.list-service .server h4:before, .list-service .server h3:before {
  background-image: url("../img/service/icon-server.svg");
  background-size: 50.08px 44.51px;
  height: 44.51px;
  width: 50.08px;
  top: 13px; }
.list-service .mail h4:before, .list-service .mail h3:before {
  background-image: url("../img/service/icon-secure-mail.svg");
  background-size: 54.68px 37.38px;
  height: 37.38px;
  width: 54.68px;
  top: 20px; }
.list-service .s-cloud h3:before {
  background-image: url("../img/service/icon-cloud.svg");
  background-size: 53.32px 35.86px;
  height: 35.86px;
  width: 53.32px;
  top: 13px; }
.list-service .post h4:before, .list-service .post h3:before {
  background-image: url("../img/service/icon-post.svg");
  background-size: 38.7px 54.47px;
  height: 54.47px;
  width: 38.7px;
  top: 8px;
  left: 25px; }
.list-service .storage h4:before, .list-service .storage h3:before {
  background-image: url("../img/service/icon-storage.svg");
  background-size: 53px 46px;
  height: 46px;
  width: 53px;
  top: 13px; }
.list-service .thumb-none h4, .list-service .thumb-none h3 {
  padding: 1.5rem 0;
  text-align: center; }
.list-service .wifi h4:before, .list-service .wifi h3:before {
  background-image: url("../img/service/icon-wifi.svg");
  background-size: 50px 31px;
  height: 31px;
  width: 50px;
  top: 21px; }
.list-service .vpn h4:before, .list-service .vpn h3:before {
  background-image: url("../img/service/icon-vpn.svg");
  background-size: 45.56px 45.56px;
  height: 45.56px;
  width: 45.56px;
  top: 10px;
  left: 23px; }
.list-service .body {
  border-left: 3px solid #EBEBEB;
  border-bottom: 3px solid #EBEBEB;
  border-right: 3px solid #EBEBEB;
  background: #EBEBEB;
  padding: 1.2rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all .2s linear; }
  .list-service .body p {
    margin-bottom: 0.5rem;
    font-size: 95%;
    letter-spacing: 0.02rem; }
  .list-service .body span {
    background: #0B33C2;
    color: #fff;
    padding: 0 7px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 85%;
    letter-spacing: 0; }

@media (max-width: 1460px) {
  .swiper2 .connect {
    font-size: 570%; }
    .swiper2 .connect span {
      margin-top: 30px; } }
@media (max-width: 1366px) {
  .list-service h3, .list-service h4 {
    padding: 1.5rem 35px 1.5rem 71px; }
  .list-service .server h4:before, .list-service .server h3:before {
    background-size: 40.35px 35.86px;
    height: 35.86px;
    width: 40.35px;
    top: 18px; }
  .list-service .mail h4:before, .list-service .mail h3:before {
    background-size: 45.68px 31.23px;
    height: 31.23px;
    width: 45.68px;
    top: 20px; }
  .list-service .s-provider h3:before {
    background-size: 35.39px 36.93px;
    height: 36.93px;
    width: 35.39px;
    top: 13px;
    left: 22px; }
  .list-service .s-cloud h3:before {
    background-size: 42.15px 28.35px;
    height: 28.35px;
    width: 42.15px;
    top: 20px; }
  .list-service .post h4:before, .list-service .post h3:before {
    background-size: 31.25px 43.989px;
    height: 43.98px;
    width: 31.25px;
    top: 11px;
    left: 22px; }
  .list-service .storage h4:before, .list-service .storage h3:before {
    background-size: 43px 36px;
    height: 36px;
    width: 43px;
    top: 15px; }
  .list-service .wifi h4:before, .list-service .wifi h3:before {
    background-size: 41px 25px;
    height: 25px;
    width: 41px;
    top: 21px; }
  .list-service .vpn h4:before, .list-service .vpn h3:before {
    background-size: 40px;
    height: 40px;
    width: 40px;
    top: 13px;
    left: 17px; } }
@media (max-width: 1281px) {
  .swiper .slide-provider {
    background-image: url(../img/home/slide/provider_1200.jpg); }
  .swiper .slide-eye247 {
    background-image: url(../img/home/slide/eye247_1200.jpg); } }
@media (max-width: 1199.98px) {
  .swiper2 .connect {
    font-size: 470%; }
    .swiper2 .connect span {
      margin-top: 26px; }

  .main-visual, .swiper {
    height: 680px; }

  .main-visual {
    position: relative; }

  .solution .list-pickup div:first-of-type {
    padding-left: 0;
    padding-right: calc(var(--bs-gutter-x)* .5); }
  .solution .list-pickup div:last-of-type {
    padding-right: 0;
    padding-left: calc(var(--bs-gutter-x)* .5); }

  .cloud .eye247 .circle {
    margin-bottom: 80px; }
  .cloud .secure .circle {
    margin-top: 0; }
  .cloud:after {
    left: 14%; }

  .hosting-server h2 {
    line-height: 102%; }
  .hosting-server .fukidashi {
    display: none; }

  .bg-mizuiro {
    margin-top: 1.5rem; }

  .modal {
    z-index: 999999; } }
@media (max-width: 991.98px) {
  .swiper .slide-provider {
    background-image: url(../img/home/slide/provider_990.jpg);
    background-size: cover; }
  .swiper .slide-eye247 {
    background-image: url(../img/home/slide/eye247_990.jpg);
    background-size: cover; }

  main {
    overflow-x: visible; }

  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x)* .95);
    padding-left: calc(var(--bs-gutter-x)* .95); }

  .home h2 {
    font-size: 275%; }
  .home h3 {
    font-size: 100%;
    margin-top: 1rem; }

  .solution {
    padding: 3rem 0 2rem; }
    .solution .list-pickup {
      text-align: center;
      margin: 2rem 0 0; }
      .solution .list-pickup div {
        padding: 0 !important; }
      .solution .list-pickup a {
        padding: 0;
        border-radius: 0;
        margin-bottom: 1rem; }
        .solution .list-pickup a img {
          width: 100%; }

  .provider {
    margin-top: 2rem;
    padding: 4rem 0 2rem;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px; }
    .provider:before {
      background-size: 194px 121px;
      width: 194px;
      height: 121px;
      top: -50px;
      right: -18px; }
    .provider:after {
      display: none; }
    .provider h2:before, .provider h2:after {
      display: none; }
    .provider h3 {
      padding: 0.7rem 1rem;
      font-size: 112%;
      border-radius: 9px; }
    .provider .text {
      font-size: 95%;
      line-height: 190%;
      margin: 1rem auto 0; }
    .provider .btn-white {
      padding: 1rem 3rem;
      font-size: 92%; }
      .provider .btn-white:after {
        top: 19px;
        right: 22px; }

  .cloud {
    margin-top: 6rem; }
    .cloud h3 {
      line-height: 160%; }
    .cloud .circle {
      width: 350px;
      height: 350px;
      padding-top: 157px;
      margin: 132px auto 0; }
      .cloud .circle h4 {
        font-size: 143%; }
      .cloud .circle:before {
        background-size: 330px 271px;
        width: 330px;
        height: 271px; }
      .cloud .circle p {
        font-size: 85%;
        margin-bottom: 0; }
      .cloud .circle .btn-white {
        padding: 0.7rem 2rem; }
        .cloud .circle .btn-white:after {
          top: 14px;
          right: 12px; }
    .cloud .eye247 .circle:after {
      width: 154.32px;
      height: 111.3px;
      background-size: 154.32px 111.3px;
      top: 200px;
      left: -86px; }
    .cloud .secure .circle {
      margin-top: 0; }
      .cloud .secure .circle:before {
        background-size: 300px;
        width: 300px;
        height: 300px;
        top: -125px;
        left: -14px; }
      .cloud .secure .circle:after {
        width: 184.47px;
        height: 111.36px;
        background-size: 184.47px 111.36px;
        top: 36px;
        right: -114px; }
    .cloud:after {
      display: none; }

  .hosting-server {
    margin-top: 8rem; }
    .hosting-server h2 {
      font-size: 225%; }
    .hosting-server h3 {
      font-size: 90%;
      line-height: 156%; }
    .hosting-server h4 {
      font-size: 175%;
      margin: 0;
      padding-left: 70px;
      width: 350px; }
    .hosting-server p {
      padding-left: 70px;
      font-size: 90%; }
    .hosting-server .zenlogic {
      text-align: center;
      margin-top: 55px; }
      .hosting-server .zenlogic a {
        padding-top: 96px;
        width: 350px;
        height: 175px;
        border-radius: 50% / 100% 100% 0 0; }
        .hosting-server .zenlogic a:before {
          width: 250px;
          height: 250px;
          background-size: 250px;
          top: -135px;
          left: 44px; }
    .hosting-server .gmo {
      text-align: center;
      margin: 0; }
      .hosting-server .gmo a {
        padding-top: 22px;
        width: 350px;
        height: 175px;
        border-radius: 50% / 0 0 100% 100%; }
        .hosting-server .gmo a:before {
          width: 250px;
          height: 250px;
          background-size: 250px;
          top: 37px;
          left: 44px; }
    .hosting-server .fukidashi {
      display: none; }
    .hosting-server:after {
      width: 250vw;
      height: 250vw; }

  .swiper2 .swiper-slide img {
    height: 226px; }
  .swiper2 .connect {
    font-size: 283%;
    width: 100%; }
    .swiper2 .connect span {
      margin-top: 14px; }

  .about .text {
    font-size: 103%; }
    .about .text img {
      width: 200px; }
  .about .btn-info {
    margin-top: 0;
    padding: 0;
    font-size: 90%;
    letter-spacing: 0; }
    .about .btn-info:before {
      display: none; }
  .about .text-end {
    text-align: center !important; }
  .about .information {
    padding: 3rem 2rem 4rem; }
    .about .information h2 {
      font-size: 224%;
      text-align: center; }
    .about .information ul li:first-of-type {
      font-weight: 700;
      font-size: 149%;
      width: 74px; }
      .about .information ul li:first-of-type span {
        height: 19px; }
    .about .information ul li:nth-child(2) span {
      width: 76px;
      padding: 0;
      font-size: 81%;
      top: -26px;
      left: 12px; }
    .about .information ul li:last-of-type {
      float: none;
      display: block;
      width: 100%; }
      .about .information ul li:last-of-type a {
        margin-top: 5px;
        margin-bottom: 8px;
        margin-left: 0;
        line-height: 130%;
        border-bottom: 1px solid #ccc;
        width: 100%;
        display: block;
        padding-bottom: 10px; }
    .about .information ul:first-of-type {
      border-top: 1px solid #ccc;
      margin-top: 13px;
      padding-top: 7px; }
    .about .information ul:last-of-type a {
      border-bottom: none !important; }

  #mokuji, .banner {
    display: none; }

  body {
    font-size: 14px; }

  .contents .title h1 {
    font-size: 265%;
    margin: 1rem 0 2rem; }

  .list-path {
    padding-bottom: 2rem; } }
@media (max-width: 767.98px) {
  .about .information a {
    font-size: 90%; }

  #form-contact th, #form-contact td {
    width: 100%;
    display: block;
    padding-left: 0; }
  #form-contact th {
    padding: 0.8rem 0 0.7rem; }
  #form-contact td {
    padding-top: 0;
    padding-right: 0; }
  #form-contact input[type="text"], #form-contact input[type="email"], #form-contact textarea {
    width: 100%; } }
@media (max-width: 575.98px) {
  header .logo img {
    width: 233px;
    height: 73px; }

  .swiper-pagination-bullet {
    width: 16px;
    height: 5px; }

  .main-visual, .swiper {
    height: 428px; }

  .anniversary, .maintenance {
    display: none; }

  footer .list-inline-item:not(:last-child) {
    margin: 0; }
  footer ul .list-inline-item:not(:last-child) {
    margin-right: 1rem; }
  footer ul a {
    width: 136px;
    height: 53px;
    font-size: 83%; } }
