@charset "utf-8";

html { scroll-behavior: smooth;}

body{
  font-size:16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color:#3B3B3B;
  font-weight: 300;
  word-break: auto-phrase;
  background:#F7F4EE;
}

.gjs-dashed .voice .txt-swiper .swiper-slide {
    opacity: 1 !important;
}

.accent{
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight:100;
  line-height:1.5;  
}

p{
  margin:0;
  line-height:1.5;  
}

.txt{
  line-height:2.5;  
}

.sp{
  display:none;
}

a{
  color: #3B3B3B;
  cursor: pointer;
  display:inline-block;
  transition:0.3s;
}

a:hover{
  color: #3B3B3B;
  text-decoration:none;
  opacity:0.7;
}

a p{
  line-height:1.5;
}

.container{
  padding:0 !important;
  width: 80%;
  margin: 0 auto;
  max-width: none;
}

.btn{
  position:relative;
  padding:16px 3rem;
  text-align:center;
  margin:0 auto;
  display:block;
  width: fit-content;
  font-size:16px;
  box-shadow:2px 2px 2px rgba(59,59,59,0.16);
  color:#3B3B3B;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition:0.3s;
}

.btn.only::before{
  display:none;
}

.btn::before{
  content:"";
    width: 12px;
    height: 12px;
  display:block;
  background:url( https://ebisukoumuten.co.jp/system_panel/uploads/images/20250805140657762675.png) no-repeat center/contain;
}

.btn:hover{
  box-shadow:none;
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.16);
  transform:translateY(3px);
  opacity:1;
}

.btn.white{
  background:#F7F4EE;
  color:#3B3B3B;
}


img{
  width:100%;
  object-fit: contain;
  display:block;
}

.row{
  margin:0;
}

.lower-fv{
  background:#D0C3B9;
  color:#fff;
  padding:200px 5% 10rem;
}

.lower-fv p{
  font-size:clamp(3rem, 1.818rem + 3.94vw, 6.25rem);
      line-height: 1.4;
}

.lower-fv h1{
  font-size:clamp(0.875rem, 0.648rem + 0.76vw, 1.5rem);
  padding-left:1rem;
  position:relative;
}

.lower-fv h1::before{
  content:"-";
  position:absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pankuzu{
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.pankuzu a{
  color:#fff;
  position: relative;
}

.pankuzu a:hover{
  opacity:0.7;
}

.pankuzu a::before{
  content:">";
  position: absolute;
  right: -1.2rem;
  top: -6px;
}

.pankuzu p{
    font-size:clamp(0.875rem, 0.83rem + 0.15vw, 1rem);
  line-height:1;
}


strong{
  display: inline-block;
  font-weight:300;
}

em{
  display: inline-block !important;
  font-style: normal;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong{
  font-weight:300;
}

.bg-pink{
  margin:120px auto 140px;
  max-width:1345px;
  width:80%;
  padding:100px 5%;
  background:#EAE3DD;
}

.bg-pink-container{
  margin:0 auto ;
  max-width:840px;
}

.border-title{
    font-size: clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
    margin: 0 auto 2.5rem;
    width: fit-content;
    border-bottom: 0.5px solid #3B3B3B;
    padding-bottom: 1.5rem;
}

.pink{
  padding:80px 0 100px;
  background:#EAE3DD;
}


.introduce{
  margin:180px auto 140px;
  width:70%;
}

.introduce-title{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
  margin:0 0 2.5rem;
}

.introduce-title h2{
  font-size:clamp(1.5rem, 1.136rem + 1.21vw, 2.5rem);
}

.introduce-title .btn{
  margin:0;
  padding:1rem;
}

.introduce .wow > .btn{
  display:none;
}

  .introduce img{
    aspect-ratio: 1455 / 634;
    object-fit: cover;
  }

@media screen and (max-width: 1279px) {
}

@media screen and (max-width: 1180px){
}

@media screen and (max-width: 1024px) {
  .introduce {
    margin: 100px auto 140px;
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .container{
    width:90%;
  }
  body{
    font-size:14px;
  }
  .sp{
    display:block;
  }
  .pc{
    display:none;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding:0;
  }
  .border-title{
        margin: 0 auto 1.5rem;
  }
  .bg-pink {
    margin: 80px auto;
    width: 90%;
    padding: 20px 5%;
  }
  .lower-fv {
    padding: 120px 5% 3.5rem;
  }
  .introduce-title .btn{
    display:none;
  }
  .introduce .wow > .btn{
    display:flex;
    margin-top:1.5rem;
  }
  .introduce {
    margin: 100px auto 80px;
    width: 100%;
  }
  .introduce img{
    aspect-ratio: 390 / 265;
    object-fit: cover;
  }
  .introduce-title{
    justify-content: center;
    text-align: center;
    margin: 0 0 1.5rem;
  }
}
