@charset "utf-8";


@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
  
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.main {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/main.png);
  position: relative;
}

.ttl {
  position: absolute;
  width: 80%;
  max-width: 700px;
  top: 30%;
}

.gallery-wrap {
  background: #000;
  padding: 30px 0;
  padding-bottom: 50px;
}

.gallery-cell {
  width: 100%;
  height:700px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  counter-increment: gallery-cell;
}



.servie-link-01 {
  background-image: url(../img/service-link-01.png);
}

.servie-link-02 {
  background-image: url(../img/service-link-02.png);
}

.servie-link-03 {
  background-image: url(../img/service-link-03.png);
}

.servie-link-04 {
  background-image: url(../img/service-link-04.png);
}


.flickity-page-dots {
  display: none;
}


.flickity-button {
  background: #AC033B;
  color: #fff;
}

.flickity-prev-next-button .flickity-button-icon {
  height: 50%;
}

.flickity-button:hover {
  color: #000;
}


.flickity-prev-next-button.next{
right: 50px;
}

.flickity-prev-next-button.previous {
  left: 50px;
}

@media (max-width: 1024px) {

  .gallery-cell {
    height:550px;
  }

}


@media (max-width: 768px) {



  .gallery-cell {
    height: 400px;
    background-size: contain;
  }
}

@media (max-width: 540px) {

}

/* cell number */


/*--news--*/


.news-wrap {
  display: flex;
  justify-content: center;
  width: 97%;
  max-width: 1024px;
  margin: 0 auto;
  align-items: center;
  padding: 50px 0;
}


.news-content-wrap {
  width: 90%;
max-width: 700px;
}

.news-contetnt {
  font-weight: bold;
margin-top: 20px;
margin-left: 30px;
}

.news-contetnt a {
  color: #333;
}


.news-text-wrap {
  display: flex;
  margin-left: 30px;
  border-bottom: 2px dotted black;
  margin-top: 5px;
  position: relative;
}



.news-left {
  margin-top: 13px;
}

.news-left h2 {
 margin-bottom: 0;
}


.news-label {
color: #fff;
background: #246ED4;
font-size: 14px;
padding: 0 15px;
margin:0 15px;
}

.news-ttl {
margin-bottom: 0;
font-size: 14px;
}

.news-br {
  display: none;
}

@media (max-width:768px) {
  .news-wrap {
    flex-direction: column;
  }


  .news-text-wrap {
    margin-left: 0;
  }

  .news-left {
   text-align: center;
  }

  

.flickity-prev-next-button.next {
  right: 20px;
}

.flickity-prev-next-button {
  width: 35px;
  height: 35px;
}

.flickity-prev-next-button.previous {
  left: 20px;
}

}

@media (max-width: 540px) {
  .news-contetnt {
    margin-left: 0;
  }

  .news-content-wrap {
    width: 95%;
  }

  .news-text-wrap {
    flex-direction: column;
  }

  .news-br {
    display: contents;
  }

  .news-ttl {
    margin-top: 0.5rem;
  }

  .news-label {
    margin: 0 5px;
  }

}



.service-ttl {
width: 100%;
height: 200px;
background-image: url(../img/service-ttl.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: #fff;
text-align: center;

}

.service-wrap {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-top: -150px;
}


.service-box {
  width: 300px;
  height: 270px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: #fff;
position: relative;
margin: 0 15px;
margin-top: 50px;
}

.service-box h3 {
  font-size: 30px;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateX(-50%) translateY(-50%);
 white-space: nowrap;
}

.service-box .button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.service-01 {
  background-image: url(../img/service-01.png);
}

.service-02 {
  background-image: url(../img/service-02.png);
}

.service-03 {
  background-image: url(../img/service-03.png);
}

.service-04 {
  background-image: url(../img/service-04.png);
}

.service-05 {
  background-image: url(../img/service-05.png);
}

.service-06 {
  background-image: url(../img/service-06.png);
}

#service .button2 {
  width: 280px;
  height: 70px;
  margin: 0 auto;
  margin-top: 40px;
  line-height: 3.5;
  font-size: 20px;
  background: #AC033B;
  color: #fff;
}

#service .button2:hover {
  color: #000;
  background-color: #fff;
}


#service .button2::after {
  content: url(../img/btn3.svg);
}

#service .button2:hover::after {
  content: url(../img/btn2.svg);
}

.syouhin-banner {
  width: 80%;
  max-width: 900px;
  display: flex;
 justify-content: center;
 margin: 0 auto;
 margin-top: 60px;
 border: #000 solid 1px;
}

.syouhin-banner-left {
  width: 60%;
  height: 218px;
  max-width: 500px;
  background-color: #B2164A;
  padding-top: 20px;
  color: #fff;
}

.syouhin-banner-left .button {
  background: #fff;
  color: #000;
  padding-left: 20px;
  margin-left: 52%;
}

.syouhin-banner-left .button::after {
  content: url(../img/btn2.svg);
}

.syouhin-banner-left h4 {
  color:  #B2164A;
  background-color: #fff;
  padding: 10px 0;
  padding-left: 2rem;
}

.syouhin-banner-left p {
margin-left: 2rem;
margin-top: 1rem;
padding-right: 0.5rem;
}

.syouhin-banner-right {
  width: 400px;
  height: 218px;
  max-width: 400px;
  background-image: url(../img/s-banner.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.syouhin-banner-left .button:hover {
  color: #fff;
  background-color: #000;
}


@media (max-width: 992px) {
  .syouhin-banner {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 500px;
  }

  .syouhin-banner-left {
    width: 100%;
 height: auto;
 padding-bottom: 20px;
  }

  .syouhin-banner-right {
width: 100%;
max-width: 100%;
  }

  .syouhin-banner-left h4 {
text-align: center;
padding-left: 0;
  }

  .syouhin-banner-left p {
    padding:0 0.5rem;
    margin-left:0.2rem;
    text-align: center;
    }
  
  .syouhin-banner-left .button {
   margin: 0 auto;
   margin-top: 10px;
  }
  

}



#chintai {
  width: 100%;
  background-image: url(../img/chinta-bg.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-top: 70px;
margin-top: 80px;
padding-bottom: 50px;
}

.chintai-wrap {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 30px;
}

.chintai-wrap h2 {
  width: 85%;
  border-bottom: 2px solid #B2164A;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}

.chintai-box-wrap {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.chintai-box {
  width: 45%;
  min-width: 270px;
  max-width: 360px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin: 0 2%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.chintai-box h4 {
  padding-top: 60px;
}

.chintai-box-01 {
  background-image: url(../img/bukken-01.png);
}

.chintai-box-02 {
  background-image: url(../img/bukken-03.png);
}

.chintai-box-03 {
  background-image: url(../img/bukken-02.png);
}

.chintai-box-04 {
  background-image: url(../img/bukken-04.png);
}

.chintai-box .button {
  border: solid 1px #fff;
  width: 140px;
  height: 37px;
  text-align: center;
  padding-left: 0;
  margin: 0 auto;
  margin-top: 15px;
}

.chintai-box .button::after {
  content: none;
}



@media (max-width:768px) {
  .chintai-box {
    width: 80%;
    min-width: 270px;
    max-width: 360px;
  }
  
.chintai-wrap p {
  padding: 0 0.5rem;
}
  
}








h1 {
  line-height: 2.5;
  text-align: center;
  font-size: 35px;
}

@media (max-width:768px) {
  
  h1  {
  font-size: 25px;
  }
  }


.ttl {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-weight: bold;
}


.ttl h1 {
  font-size: 32px;
  line-height: 0.8;
  font-weight: bold;
}

.ttl-eg {
  font-size: 25px;
  color: #B40019;
  margin-top: -0.3em;
}

.ttl-bg {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
}


.row {
  width: 100%;
}




@media (max-width: 992px) {


}





@media (max-width: 768px) {
  .hito{
    width: 280px;
bottom: -80%;
  }
}


.point {
  padding-top: 50px;
  width: 100%;
  padding-bottom: 60px;
  background: url(../img/point-bg.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  position: relative;
}

.point::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  animation: flash 3s infinite;
  }

@keyframes flash {
	0%,
	100% {
		opacity: 0.5;
	}

	50% {
		opacity: 0;
	}
}



.point-box {
  background-color: #fff;
  width: 90%;
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
  padding-bottom: 40px;
  position: relative;
}




.point-box h4 {
  background-color: #0D7D9A;
  font-size: 40px;
  color: #fff;
  padding: 10px 0;
}

.point-box-text {
  width: 90%;
  font-size: 18px;
  max-width: 600px;
  margin: 20px auto;
  text-align: left;
}

.point-box-img-01 {
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}

.point-01 {
  width: 20%;
  max-width: 190px;
  position: absolute;
  top: -10% ;
  left: -5%;
}

.point-02 {
  width: 20%;
  max-width: 190px;
  position: absolute;
  top: -10% ;
  right: -5%;
}

.point-03 {
  width: 20%;
  max-width: 190px;
  position: absolute;
  top: -15% ;
  left: -5%;
}

 .point-03-text {
  margin-left: 2em;
 }

.point-box-text-03 {
  background-color: #099F9F;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
  margin-left: 2em;
}
 

@media (max-width: 992px) {
  .point-03 {
    top: -5% ;
    left: -5%;
  }
}

.sample {
  padding: 50px 0;
}

.sample h2 {
  width: 350px;
  color: #099F9F;
  background:linear-gradient(transparent 60%, #ff6 60%);
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  position: relative;
  margin-top: 50px;
}

.sample h2::before {
  content: url(../img/leaf.svg);
  position: absolute;
  left: -25%;
  top: -70%;
}

@media (max-width: 992px) {
  .point-03 {
    top: -5% ;
    left: -5%;
  }
}

.sample-text {
  width: 90%;
  max-width: 550px;
  margin: 30px auto;
}

.sample-card-wrap {
  width: 90%;
  max-width: 900px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}


.sample-card {
  width: 280px;
  border:#099F9F solid 2px;
  text-align: center;
}

.sample-img-01 {
  width: 100%;
  height: 215px;
  padding-bottom: 60px;
    background-image: url(../img/scene-01.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.sample-img-02 {
  width: 100%;
  height: 215px;
  padding-bottom: 60px;
    background-image: url(../img/scene-02.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}


.sample-img-03 {
  width: 100%;
  height: 215px;
  padding-bottom: 60px;
    background-image: url(../img/scene-03.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}


.sample-card h4 {
  background: #099F9F;
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
}


.sample-card p {
  margin-top: 15px;
}

@media screen and (min-width: 768px) and (max-width: 992px)  {


  .sample-card-wrap {
max-width: 800px;
  }

  .sample-card {
    width: 230px;
  }

  .sample-img-01 {
    height: 180px;
  }

  .sample-img-02 {
    height: 180px;
  }

  .sample-img-03 {
    height: 180px;
  }

  .sample-card h4 {
    font-size: 18px;
  }

}

@media (max-width: 768px) {
  .sample-card-wrap {
   flex-direction: column;
   align-items: center;
      }

      .sample-card {
 margin-bottom: 30px;
      }

}


.houjin {
  width: 90%;
  max-width:870px;
  margin: 0 auto;
  background-color: #3698B1;
  padding: 10px 0;
  margin-top: 40px;
  margin-bottom: 50px;
}

.houjin-text p {
font-size: 25px;
color: #fff;
font-weight: bold;
text-align: center;
margin-top: 5vmax;
}

.btn {
  background-color: #fff;
  color: #333;
  font-size: 15px;
  border-radius: 0;
  font-weight: bold;
  padding: 10px 25px;
  margin: 0 auto;
  display: table;
}

.btn span::after{
  content: url(../img/arrow.svg);
  margin-left: 0.5em;
}

@media (max-width: 768px) {
 
.houjin {
  max-width:500px;
  padding-bottom: 20px;
}

.houjin-text p {
  margin-top: 3vmax;
  }

  #service .button2 {
    width: 240px;
  }

}


.syousai {
  background-color: #DEF4FE;
  padding: 60px 0;
}

.hikaku-ttl {
  width: 90%;
  max-width: 450px;
  margin: 20px auto;
}

.hikakuzu {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}


.faq {
  background-color: #FCFCFC;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  color: #0B4040;
  margin-top: 50px;
}

.faq hr {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.faq-ttl {
  font-size: 22px;
border-bottom: 1px solid #000;
width: 90%;
text-align: center;
margin: 0 auto;
margin-bottom: 20px;
}

.faq-ttl span {
  font-size: 37px;
}

.q-text {
  width: 85%;
  position: relative;
margin-left: 10%;
font-size: 20px;
font-weight: bold;
}

.q-text::before {
  content: url(../img/Q.png);
  position: absolute;
  left: -4.5%;
  top: -10px;
}

.a-text {
  width: 85%;
  margin-left: 10%;
  position: relative;
}

.a-text::before {
  content: url(../img/A.png);
  position: absolute;
  left: -4.5%;
  top: -10px;
}


.c-btn {
  margin: 0 auto;
  margin-top: 40px;
  display: table;
}

.hanbai {
  background: #3698B1;
  padding-top: 80px;
  padding-bottom: 60px;
}

.hanbai-text {
  font-size: 35px;
  text-align: center;
  line-height: 1;
  color: #fff;
}

.hanbai-text span {
  font-size: 20px;
}

.hanbai-item-img {
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  margin-top: 30px;
}


.hanbai-btn {
  width: 280px;
  background-color: #fff;
  color: #099F9F;
  font-size: 20px;
  font-weight: bold;
  border: #099F9F 1px solid;
  padding: 15px 30px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.hanbai-btn:hover {
  color: #099F9F;
}

.hanbai-btn-arrow {
  margin-left: 0.5em;
  color: #099F9F;
}

@media (max-width: 1024px) {

}


@media (max-width: 767px) {
  .sp-none {
    display: none;
  }

}

@media (max-width:540px) {

  .ttl {
    top: 40%;
  }

  
.servie-link-01 {
  background-image: url(../img/service-link-01-sp.png);
}

.servie-link-02 {
  background-image: url(../img/service-link-02-sp.png);
}

.servie-link-03 {
  background-image: url(../img/service-link-03-sp.png);
}

.servie-link-04 {
  background-image: url(../img/service-link-04-sp.png);
}

  

}

