@charset "utf-8";

/* MAINスライダー
-------------------------------
*/

div.swiper-pagination-bullet{
  width: 5px;
  height: 5px;
  background-color: #333333;
}

div.swiper-button{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px auto;
  align-items: center;
  gap: calc(100% - 60px);
  
}
div.swiper-button-prev{
  transform: scale(-1, 1);
  width: 30px;
}
div.swiper-button-next{
  margin-left: auto;
  margin-right: 0;
  width: 30px;
}
.swiper-wrapper{
    background-color: #eeeeee;
 

}
div.swiper-slide{
  width: 100%;
  height: 400px;
  padding: 20px;
}
div.swiper-slide p{
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
font-weight: bold;
font-size: 20px;
color: #222222;
margin: 0;
}
.slide1,
.slide2,
.slide3{
  background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;

}
.slide2{
  color: #222222;
}

.slide1{
  background-image: url(images/slide1.jpg);
}
.slide2{
  background-image: url(images/slide2.jpg);
}
.slide3{
  background-image: url(images/slide3.jpg);
}


/* MAINスライダー(スマホ)*/
  @media screen and (max-width: 900px) {}


/* 事業内容
-------------------------------
*/
.bussiness-wrap,
.company-wrap{
    padding: 0 0 50px 0;
}
.p-bussiness{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.bussiness-content{
    width: calc(33.33333% - 10px);
    min-height: 280px;
}
.bussiness-content .c-title-02{
    font-size: 1.1rem;
    padding: 5px 20px;
    text-align: center;
    border-radius: 5px;
}

.bussiness1,
.bussiness2,
.bussiness3{
    background-size: 300px 225px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.bussiness1{
    background-image: url(images/tatemono.png);
}

.bussiness2{
    background-image: url(images/tochi.png);
}

.bussiness3{
    background-image: url(images/satei.png);
}



/* 事業内容(スマホ)*/
  @media screen and (max-width: 900px) {

.p-bussiness{
    flex-direction: column;
  }

  .bussiness-content{
    width: 100%;
    
}

  }
  
/* 会社案内
-------------------------------
*/
.company-wrap{
    background-color: #eeeeee;
    padding: 40px 20px;
}

.p-company .basic-dl{
    width: 800px;
    margin: 0 auto;
}



/* 会社案内(スマホ)*/
  @media screen and (max-width: 900px) {}

  
/* お問い合わせ
-------------------------------
*/
.contact-wrap{
    padding: 40px 20px;
}
.p-contact {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
}
.p-contact-form__title {
    color: rgb(71, 44, 44);
    margin: 0;
}
.p-contact-form__title.is-require::after {
    content: "必須";
    display: inline-block;
    color: #fff;
    font-size: .6rem;
    line-height: 1;
    padding: .6em;
    border-radius: 3px;
    background: rgb(201, 46, 46);
    margin-left: 5px;
    transform: translateY(-3px);
}
.p-contact-form-content {
    margin: 0 0 20px;
}
.p-contact-form-flex {
    margin: 0 0 20px;
    display: flex;
    gap: 15px;
}
.p-contact-form-submit {
    margin-top: 30px;
}


/* お問い合わせ(スマホ)*/
  @media screen and (max-width: 900px) {}