@charset "UTF-8";
body{
  margin:0;
  font-family:heisei-mincho-std, serif,"Yu Gothic", "游ゴシック", sans-serif;
  color:#333;
  line-height:1.6;
  letter-spacing: 0.1em;
  min-width: 350px;
}
.container{
  padding:15% 4%;
}
@media (min-width:768px){
  .container{
    padding:120px 20px 160px;
  } 
}

img{
  width:100%;
  height:auto;
}
p{
  font-size: 14px;
}
.container h2{
  font-weight: bold;
  letter-spacing: initial;
}
@media (max-width:767px){
  .dpc{
    display: none !important;
  }
}
@media (min-width:768px){
  .dsp{
    display: none !important;
  }
}

.sec-title{
  text-align:center;
  line-height: 1.5em;
  margin-bottom:1em;
  font-size: 30px;

}

@media (min-width:768px){
  .sec-title{
    margin-bottom:1em;
    font-size: 42px;
  }
}

/* HERO */
.hero{
  height: 34vh;
  position: relative;
  color: #fff;
}
.hero-inner{
  padding:20px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-logo{
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
}
.logo{
  width:80px;
  line-height: 1;
}

.hero-title{
  font-size: min(7vw, 28px);
  line-height:1.5;
  text-align: center;

}

@media (min-width:768px){
  .hero{
      height: min(60vh,750px);
  }
  .hero-title{
    font-size:26px;
  }
}
@media (max-width:767px and min-width:414px){
  .hero{
      height: min(40vh,750px);
  }
}


  .hero-bg{
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }

  .hero .slick-slider{}
  .hero .slider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}
.hero .slider .slider-item {
  position: relative;
  height: 100%;
}
.hero .slider .slider-item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.hero .slider .slider-item .image {
  position: relative;
  overflow: hidden;
}
.hero .slider .slider-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.hero .slider > .slick-list,
.hero .slider > .slick-list > .slick-track,
.hero .slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.hero .slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@media (min-width:768px){
  .hero .slider .slider-item img {
    display: none;
  }
  .hero .slider .slider-item img {
    display: none;
  }
  .hero-img01{
  background:url(../img/hero-bg01.webp) center/cover no-repeat;
  }
  .hero-img02{
  background:url(../img/hero-bg02.webp) center/cover no-repeat;
  }
  .hero-img03{
  background:url(../img/hero-bg03.webp) center/cover no-repeat;
  }
  .hero-img04{
  background:url(../img/hero-bg04.webp) center/cover no-repeat;
  }

}
/* LEAD */

.lead{
  background:#f5f5f5;
  text-align:center;
}

.lead-title{
  font-size:25px;
  line-height: 1.6;
  margin-bottom:20px;
}

.lead-text{
  font-size:14px;
  line-height: 2;
  margin-bottom: 1em;
}
@media (min-width:768px){
  .lead .container{
    padding: 100px 20px 120px;
  }
  .lead-title{
    font-size:32px;
    margin-bottom:1em;
  }
  .lead-text{
    font-size:16px;
  } 
}


/* CONCEPT */

.concept{
  text-align:center;
  background: #eeeeee url(../img/concept-bg_sp.webp) top left/contain no-repeat;
}
.concept .container{
  max-width: inherit !important;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width:768px){
  .concept{
    background: #eeeeee url(../img/concept-bg.webp) top left/960px no-repeat;
  }
}


.concept-sub{
  font-size:16px;
  display: block;
  line-height:1.4;
}
.concept-title{
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom:0.5em;
}
.concept-block{
  margin:10% auto 20%;
}
.concept-txtbox{
  max-width: 940px;
  margin: 0 auto 10px;
}
.slider02{
  max-width: 940px;
  margin:0 auto;
}
@media (min-width:768px){
  .concept-sub{
    font-size:28px;
  }
  .concept-title{
    font-size: 42px;
    margin-bottom:1em;
  }
  .concept-block{
    margin: 3em auto 6em;
  } 
}



/* SECTION */

.section-title{
  font-size:20px;
  margin-bottom:10px;
  text-align: left;
  font-weight: bold;
  padding: 0 10px;
}

.section-text{
  text-align: left;
  font-size:13px;
  margin-bottom:20px;
  line-height: 1.6;
  padding: 0 10px;
}

.design-img{
/*  border-radius:4px;*/
}
@media (min-width:768px){
  .section-title{
    font-size:30px;
    margin-bottom:10px;
    padding: 0;
  }
  .section-text{
    font-size:16px;
    margin-bottom:20px;
    padding: 0;
  }
}


/* CTA */

.cta{
  background:url(../img/bg-cta.webp) center/cover no-repeat;
  padding:60px 20px 40px;
  text-align:center;
  color:#fff;
}
.cta-inner{
    max-width: 960px;
    margin: auto;
}

.cta-title{
  font-size:22px;
  font-weight: bold;
  margin-bottom:1em;
  line-height: 1.5em;
}

.cta-buttons{
  display:flex;
  gap:10px;
  justify-content:center;
}

.btn{
  font-weight: bold;
  text-decoration:none;
  padding:0.75em 1em;
  font-size:16px;
  width: 50%;
}
a.btn{
  background:#000;
  color:#fff;
  transition:all 0.3s ease;
}
a.btn:hover{
  background:#fff;
  color:#000;
}
@media (min-width:768px){
  .cta{
    background:url(../img/bg-cta_pc.webp) center/cover no-repeat;
    padding:100px 10px;
  }
  .cta-title{
    font-size:30px;
  }
  .btn{
    padding:0.75em 1em;
    font-size:26px;
    width: 50%;
    max-width: 400px;
  }
}
.cta-banner{
  width: 92%;
  max-width: 620px;
  margin: 30px auto 0;
}
.cta-banner a{
  display: block;
  width: 100%;
  line-height: 0;
}
@media (min-width:768px){
  .cta-banner{
    max-width: 520px;
  } 
  .cta-banner a:hover img{
    opacity: 0.75;
  }
}




/* WORKS */
.works{}
.works .container{
  padding: 15% 0 !important;
}
.works-title{}
.work-item{
  margin-bottom: 80px;
}
.work-heading{
  font-size: 18px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 3.2em;
  padding: 0 10px;
  font-weight: bold;
  line-height: 1.4;
}
.work-num{
  font-size: 40px;
  z-index: -1;
  text-align: right;
  color: #eee;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
}
.work-img {
  width: 100%;
  height: auto;
  display: block;
}
.work-text {
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 10px;
}



@media (min-width:768px){
  .works .container{
    padding: 100px 0 !important;
  }
  .work-item{
    margin-bottom: 80px;
  }
  .work-heading{
    font-size: 30px;
    padding: 0;
  }
  .work-num{
    font-size: 80px;
  }
  .work-text {
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
  }
}

/* REASON */
.reason{
  background: #eeeeee;
}
.reason-title{
  font-size: 30px;
  line-height: 1.5em;
  margin-bottom:0.5em;
}
.reason-sub{
  font-size:16px;
  display: block;
  line-height:1.4;
}

.reason-item{
  margin-bottom: 60px;
}
.reason-heading{
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.reason-img{}
.reason-text{
  font-size: 12px;
  padding: 0;
}
@media (min-width:768px){
  .reason .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 100px;
  }
  .reason-title{
    width: 100%;
  }
  .reason-item{
    width: 48%;
  }
  .reason-heading{
    font-size: 16px;
    height: 4.5em;
  }
}


@media (min-width:768px){
  .reason-sub{
    font-size:28px;
  }
  .reason-title{
    font-size: 42px;
    margin-bottom:1em;
  }

}


/* FAQ */
.faq{}

.faq-title{}

.faq-item{
  margin-bottom:30px;
}

.faq-q,
.faq-a{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
}

.faq-icon{
  background:#000;
  color:#fff;
  width:28px;
  height:28px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  flex-shrink:0;
}

.faq-a .faq-icon{
  background:#666;
}

.faq-q p{
  font-weight:bold;
  margin:0;
}

.faq-a p{
  margin:0;
  font-size:14px;
  line-height:1.8;
}

@media (min-width:768px){
  .faq-item{
    margin-bottom:60px;
  }

  .faq-q,
  .faq-a{
    gap:18px;
    margin-bottom:20px;
  }

  .faq-icon{
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  .faq-q p,
  .faq-a p{
    font-size:18px;
    padding-top: 0.5em;
  }
}


/* お客様の声 */

.voice{
  background:#f2f2f2;
}

.voice-title{}

.voice-item{
  display:flex;
  gap:10px;
  margin-bottom:30px;
  align-items:flex-start;
}

.voice-item.right{
  justify-content:flex-end;
}

.voice-icon{
  width:80px;
  text-align:center;
}

.voice-icon img{
  width:70px;
  border-radius:50%;
}

.voice-text{
  background:#fff;
  padding:1.5em;
  border-radius:4px;
  font-size: 12px;
  line-height: 1.6;
  flex:1;
}
.voice-text p{
  font-size: 12px;
}
.voice-note{
  text-align:center;
  margin-top:30px;
  font-size:13px;
}
@media (min-width:768px){
  .voice-item{
    gap:10px;
    margin-bottom:30px;
  }
  .voice-icon{
    width:100px;
  }
  .voice-icon img{
    width:100px;
    border-radius:50%;
  }
  .voice-text{
    padding: 2em;
    font-size: 15px;
    line-height: 1.8;
    border-radius:8px;
  }
  .voice-text p{
    font-size: 15px;
  }
  .voice-note{
    margin-top:30px;
    font-size:15px;
  }
}

/* フロー */

.flow{}
.flow-title{}

.flow-item{
  background:#f5f5f5;
  padding:1.2em;
  margin-bottom:1em;
}

.flow-item h3{
  margin-bottom:0.75em;
  font-size:18px;
  font-weight: bold;
  line-height: 1;
}
.flow-item p{
  font-size: 12px;
  line-height: 1.6;
}

.after-support{
  background:#d7e6ef;
  padding:1.5em 1.2em;
  margin-top:2em;
}

.after-support h3{
  font-size:18px;
  font-weight: bold;
  margin-bottom:10px;
  text-align: center;
}
@media (min-width:768px){
  .flow .container{
    max-width: 860px;

  }

}


/* 店舗 */

.shop{
  background: #eeeeee;
}
.shop-title{}
.shop-wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-item{
  width: 48%;
  margin-bottom: 6%;
}
.shop-img{
  margin-bottom: 0.5em;
}
.shop-name{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.shop-addr{
  font-size: 10px;
  line-height: 1.3;
}
@media (min-width:768px){
  .shop-item{
    width: 24%;
    margin-bottom: 0px;
  }
  .shop .container{
    padding: 60px 20px 60px;
  }
  .shop-name{
    font-size: 16px;
  }
  .shop-addr{
    font-size: 12px;
  }
}

/* 会社情報 */

.company{
}
.company-title{}
.company-table{
  margin: 0 auto;
  width: 100%;
}
.company-table tr{}
.company-table th,
.company-table td{
  padding: 5px;
}

.company-table th{
  font-weight: bold;
  font-size: 13px;
  width: 9em;
  border-bottom: solid #555555 1px;
}
.company-table td{
  font-size: 12px;
  border-bottom: solid #cccccc 1px;
}
@media (min-width:768px){
  .company-table th,
  .company-table td{
    padding: 10px;
  }
  .company-table th{
    font-size: 16px;
    width: 12em;
  }
  .company-table td{
    font-size: 15px;
  }
}






/*resposive*/
.container{
  max-width:960px;
  margin:auto;
}


@media (min-width:768px){
  .section-img{
    width:80%;
    margin:auto;
    display:block;
  }
  .voice-item{
    display:flex;
    gap:30px;
  }
}


@media (min-width:1024px){
  .hero-title{
    font-size:42px;
  }
  .works{
  max-width:1100px;
  margin:auto;
  }
  .work-item{
    margin-bottom:80px;
  }
  .flow{
    max-width:1000px;
    margin:auto;
  }
}



.footer{}

.footer-logo{
  max-width: 150px;
  margin: 1em auto 0.5em;
}
.footer-menu{
  font-size: 13px;
  text-align: center;
}
.footer-menu li{
  display: inline-block;
  padding: 0.5em;
}
.copyright{
  text-align: center;
  font-size: 10px;
}
@media (min-width:768px){
  .footer .container{
    padding: 40px 20px 20px;
  }
}

.slider {
  margin-top: 5px;
}
.slider-item {
  padding: 0 0px;
}
@media (min-width:768px){
  .slider-item {
    padding: 0 10px;
  }
  .slider {
    margin-top: 5px;
  }
  .slider-item {
    padding: 0 0px;
  }
}

/*works------------------------------------------*/
/* PC */
@media (min-width:768px){
  .slider03 .slider-items{
    display:grid !important;
    grid-template-columns: 7fr 3fr;
    grid-template-rows: 1fr 1fr;
    gap:20px;
    align-items:stretch;
    width:100%;
  }
  .slider03 .slider-item:nth-child(1),
  .slider03 .slider-item:nth-child(4){
    grid-column:1;
    grid-row:1 / 3;
  }
  .slider03 .slider-item:nth-child(2),
  .slider03 .slider-item:nth-child(5){
    grid-column:2;
    grid-row:1;
  }
  .slider03 .slider-item:nth-child(3),
  .slider03 .slider-item:nth-child(6){
    grid-column:2;
    grid-row:2;
  }
  .slider03 .slider-item:nth-child(2) .work-text,
  .slider03 .slider-item:nth-child(3) .work-text{
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width:767px){
  .slider03_sp .slider-item{
    width: 100%;
  }
}

.slick-dots li{
  width: 50px !important;
}
.slick-dots li button{
  width: 50px !important;
}
.slick-dots li button:before{
  width: 50px !important;
  content: "" !important;
  background: #333 !important;
  height: 2px !important;
      top: 10px !important;
}
.slick-dots li.slick-active button:before{
  background: #000 !important;
}

/*fixed nav------------------------------------------*/
.nav-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nav-fixed-buttons{
  display: flex;
  flex-wrap: wrap;
}
.nav-fixed-buttons a{
  text-align: center;
  border: 1px solid #fff;
}
@media (min-width:768px){
  .nav-fixed,
  .nav-fixed-buttons,
  .nav-fixed-buttons a{
    display: none !important;
  } 
}