@charset "UTF-8";
.swiper-slide img {
  height: auto;
  width: 30vw;
  transform: scale(1.1); /* 左右のスライドを小さくする */
}

.swiper {
  margin-bottom: 50px;
}

.banner-sec {
  margin-top: 3vh;
  height: 40%;
  width: 100%;
}

.banner-area {
  height: 100%;
  width: 100%;
  text-align: center;
}

.banner-logo {
  text-align: center;
}
.banner-logo span {
  color: black;
  font-family: serif;
  font-size: 3vw;
  font-weight: 800;
  border-radius: 2px;
}

.banner-img-area {
  height: 60%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner-img-area .banner-logo {
  width: 100%;
}
.banner-img-area .banner-img {
  border-radius: 3px;
  padding-top: 0.3vh;
  padding-left: 0.1vh;
  padding-right: 0.1vh;
  padding-bottom: 0.1vh;
  width: 50%;
  align-items: center;
  background-color: rgba(45, 61, 116, 0.7);
}
.banner-img-area img {
  height: 99%;
  width: 99%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: serif;
  font-size: 15px;
  width: 100%;
  overflow-x: hidden;
}

.rogo-section {
  width: 100%;
  height: auto;
  background-color: white;
  align-items: center;
}
.rogo-section .rogo-pic {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.rogo-section .rogo-pic img {
  width: 50%;
}

.con-section {
  width: 100%;
  height: auto;
  text-align: center;
}
.con-section .con-greeting {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.con-section .con-greeting span {
  color: white;
  font-size: 5.5vw;
  font-weight: 1200;
  background-color: rgb(45, 61, 116);
}
.con-section .con-greeting .greeting2 {
  font-size: 3vw;
  padding-bottom: 10px;
  font-weight: 900;
}
.con-section .con-text {
  width: 100%;
  height: 70%;
}
.con-section .con-text span {
  font-size: 2.3vw;
  display: block;
}

.service-area {
  width: 100%;
  height: auto;
}
.service-area .service-text {
  width: 100%;
  height: auto;
  margin: 10px;
  text-align: center;
}
.service-area .service-text .service-text1 {
  font-size: 5.8vw;
  font-weight: 900;
  color: rgb(45, 61, 116);
}
.service-area .service-text .service-text2 {
  font-size: 3.8vw;
  font-weight: 700;
  color: rgb(45, 61, 116);
}

.url-sec {
  font-size: 1.5rem;
  text-align: center;
}/*# sourceMappingURL=ctform.css.map */