@charset "UTF-8";

/*-------------------
swiper
-------------------*/
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 35px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

/*-------------------
our service
-------------------*/

.text-color{
    color: white;
    }
.text-color2{
    color: black;
}
.text-color:hover {
    color: gray; /* マウスを乗せると文字色が青に変わる */

    }

/*-------------------
nav item
-------------------*/


/*-------------------
pagetop
-------------------*/
.pagetop {
  position: fixed;
  right: 15px;
  bottom: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: .3s;
  z-index: 1;
  
/*   デフォルトは非表示 */
  opacity: 0;
}

/*-----------------------
footer
-----------------------*/
.footer-font-size{
  font-size: 1rem !important;
}


.container-font-size{
  font-size: 2.5rem !important;
}

#header05-1{
  padding-top: 10%;
}