@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
.index {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .index {
    padding-bottom: 6rem;
  }
}

/* fv
---------------------------------------------- */
#fv {
  width: 100%;
  height: 30rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fv {
    height: 20rem;
  }
}
#fv #fvTitle {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.3;
  position: absolute;
  left: auto;
  top: calc(50% - 2.1rem);
  z-index: 40;
}
@media screen and (max-width: 768px) {
  #fv #fvTitle {
    font-size: 1.8rem;
    top: calc(50% - 0.135rem);
  }
}
@media screen and (max-width: 320px) {
  #fv #fvTitle {
    font-size: 1.6rem;
  }
}
#fv .swiper {
  position: relative;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  #fv .swiper {
    height: 20rem;
  }
}
#fv .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 74, 74, 0.6);
}
#fv .swiper .slide01 {
  background: url(../top/images/mainImage01.jpg) no-repeat center/cover;
}
#fv .swiper .slide02 {
  background: url(../top/images/mainImage02.jpg) no-repeat center/cover;
}
#fv .swiper .slide03 {
  background: url(../top/images/mainImage03.jpg) no-repeat center/cover;
}

/* 検索
---------------------------------------------- */
.serachBox {
  position: relative;
  padding: 2.8rem;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 0.6rem;
  margin: -3rem 0 10rem;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  .serachBox {
    margin: -2rem 0 6rem;
  }
}

.serachForm {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .serachForm {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.serachForm .searchItem {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .serachForm .searchItem {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .serachForm .searchItem {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.serachForm .searchItem .item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .serachForm .searchItem .item {
    width: 33.3333333333%;
  }
}
.serachForm select {
  cursor: pointer;
}
.serachForm select,
.serachForm input {
  font-size: 1.6rem;
  height: 5rem;
  padding: 1rem 1.6rem;
  color: #333;
  width: 100%;
  border: 0;
  border-radius: 0.6rem;
  border: 1px solid #aaa;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.serachForm #PrefectureID {
  background: url("../assets/images/icon/area.svg") no-repeat left 1.1rem center/2.4rem auto;
  padding-left: 4rem;
}
.serachForm #businessTypeID {
  background: url("../assets/images/icon/business.svg") no-repeat left 1.1rem center/2.4rem auto;
  padding-left: 4.3rem;
}
.serachForm #SearchWord {
  background: url("../assets/images/icon/search.svg") no-repeat left 1.1rem center/2.4rem auto;
  padding-left: 4rem;
}
@media screen and (min-width: 769px) {
  .serachForm #searchBtn {
    width: 15%;
  }
}
.serachForm #searchBtn button {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  padding: 1.3rem;
  border-radius: 0.6rem;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* 会社情報
---------------------------------------------- */
.companyInfo {
  padding: 10rem 3rem;
}
@media screen and (max-width: 768px) {
  .companyInfo {
    padding: 6rem 2rem;
  }
}
.companyInfo .width700 {
  max-width: 700px;
  margin-inline: auto;
}
.companyInfo .title01 {
  padding: 0 0 4rem;
}
.companyInfo .image {
  max-width: 50rem;
  margin: 0 auto 4rem;
  text-align: center;
}/*# sourceMappingURL=index.css.map */