@charset "utf-8";

.gjs-dashed {

}

html { scroll-behavior: smooth;}

body{
  font-size:16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color:#5A5A5A;
  font-weight: 400;
  word-break: auto-phrase;
  background:#F8F7ED;
}

.accent{
  font-family: "Zen Old Mincho", serif;
}

#root{
  overflow:hidden;
}

strong{
  font-weight: 400;
}

h1,h2,h3,h4,h5{
  margin:0;
  font-weight:500;
  line-height:1.5;  
  font-family: "Zen Old Mincho", serif;
}

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

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

.sp{
  display:none;
}

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

a:hover{
  color: #5A5A5A;
  text-decoration:none;
  opacity:0.7;
}

a p{
  line-height:1;
}

.container{
  padding:0 !important;
  width: 70%;
  margin: 0 auto;
  max-width: 1345px;
}

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

.row{
  margin:0;
}

.pankuzu{
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size:14px;
  margin:140px 15% 100px;
}

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

.pankuzu a:hover{
  opacity:0.7;
  color:#175534;
}

.pankuzu a::before{
  content:"";
  position: absolute;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width:1rem;
  height:0.5px;
  background:#175534;
}

.pankuzu  > p{
  color:#175534;
  line-height:1;
  font-weight:500;
}

strong{
  display: inline-block;
}

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

.animation-2{
  animation-delay:0.3s;
}

.animation-3{
  animation-delay:0.6s;
}

.lower-fv{
  margin: 0 15% 3rem;
  color:#175534;
}

.lower-fv .accent{
  font-size:clamp(1.5rem, 0.667rem + 2.78vw, 4rem);
  padding-left:1rem;
  line-height:1;
  margin-bottom:1rem;
  border-left: 7px solid #175534;
}


.lower-fv h1{
  font-size:1rem;
  font-weight:400;
}

.lower-fv-img{
  margin:5rem 0 7.5rem 15%;
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lower-fv-img .lower-fv{
  margin: 2rem 0 0;
  width:30%;
}

.lower-fv .contents{
  margin-top:140px;
  border:0.5px solid #175534;
  padding:1rem;
  width:215px;
  font-size: 12px;
}

.lower-fv .contents .btn{
  width:100%;
  gap:0;
  justify-content: space-between;
  font-size: 12px;
  padding:8px;
  margin:0 0 1rem ;
  color:#175534;
}

.lower-fv .contents .btn:hover{
  background:rgba(214,214,202,0.4);
  opacity:1;
  color:#175534;
}

.lower-fv .contents .btn .arrow{
  transform: scale(0.7);
}

.lower-fv .contents .btn .arrow img:first-child{
  bottom: 30px;
  left: 5px;
}

.lower-fv .contents .btn:hover img:first-child {
  transform: translate(0px, 26px);
}

.lower-fv .contents .btn:hover .arrow img:last-child{
  transform: translate(0px, 30px);
}

.lower-fv-img > img{
  width:65%;
}

.contact-a{
  background:#175534;
  color:#fff;
  padding:2.5rem 90px 2.5rem 3rem;
  display:block;
}

.contact-a:hover{
  opacity:1;
  color:#fff;
}

.contact-a  div{
  border:0.5px solid #FFFFFF;
  padding:3rem;
  font-size:clamp(1.25rem, 1rem + 0.83vw, 2rem);
  position:relative;
  transition:0.5s;
}

.contact-a:hover  div{
  padding-left:4rem;
}

.contact-a img{
  position:absolute;
  right:-2rem;
  width:26%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition:0.5s;
}

.contact-a:hover img{
  right:-3rem;
}

.tel-a{
  background:#FFFFFF;
  color:#175534;
  padding:2.5rem 3rem;
  display:block;
}

.tel-a:hover{
  color:#175534;
}

.tel-a  > div{
  border:0.5px solid #175534;
  padding:1.5rem 0;
  font-size:clamp(0.875rem, 0.75rem + 0.42vw, 1.25rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tel-a  > div > div{
  width:fit-content;
  margin:0 auto;
}

.tel-a  div > p:first-child{
  font-size:clamp(1.5rem, 1.167rem + 1.11vw, 2.5rem);
  margin-bottom:1rem;
}

.tel-a  div > p:first-child strong{
  font-size:clamp(1rem, 0.833rem + 0.56vw, 1.5rem);
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: fit-content;
  margin: 5rem auto 0;
  font-size: clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  font-family: "Zen Old Mincho", serif;
  color:#0B0B0B;
  border-radius:0px;
  border-bottom:0.5px solid #0B0B0B;
  padding:0 0 8px;
}

.btn:hover{
  color:#0B0B0B;
  opacity:1;
}

.arrow {
  display: flex;
  align-items: center;
  border-radius: 999vh;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  height: 26px;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0px;
  width: 26px;
  position: relative;
}

.arrow img:first-child {
  bottom: -18px;
  height: auto;
  left: -18px;
  margin: 0 0 0 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 16px;
  max-width: 100%;
}

.arrow img:last-child {
  height: auto;
  width: 16px;
  max-width: 100%;
}

.btn:hover .arrow {
  flex: none;
}

.btn:hover img:first-child {
  transform: translate(23px, -23px);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover .arrow img:last-child {
  transform: translate(29px, -29px);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.lower-title{
  margin-bottom:5rem;
  color:#175534;
  font-size:14px;
}

.lower-title h2{
  margin-top:8px;
  font-size:clamp(1.25rem, 0.833rem + 1.39vw, 2.5rem);
}

.top-title{
  text-align:center;
  margin-bottom:2rem;
  color:#175534;
}

.top-title p{
  position:relative;
}

.top-title p::before{
  content:"";
  width:2rem;
  height:1px;
  position:absolute;
  background:#175534;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top-title h2{
  margin-top: 8px;
  font-size:clamp(1.25rem, 1.167rem + 0.28vw, 1.5rem);
}


.cta{
  margin-top:5rem;
  padding:4rem 0;
  background:url(https://pillowtec.co.jp/system_panel/uploads/images/20260423175836698217.png) no-repeat center/cover;
}

.cta-wrap{
  width:80%;
  margin:0 auto;
  display:flex;
  gap:2rem;
  max-width: 1390px;
}

.cta-wrap a{
  width:calc((100% - 2rem ) / 2 );
}

@media (max-width: 1600px) {
}


@media (max-width: 1400px) {
  .contact-a{
    padding: 2.5rem 56px 2.5rem 2rem;
  }
  .tel-a{
    padding: 2.5rem  2rem;
  }
}

@media screen and (max-width: 1280px) {
  .pankuzu{
    margin: 140px 10% 100px;
  }
  .lower-fv {
    margin: 0 10% 3rem;
  }
  .container{
    width:80%;
  }
  .lower-fv-img{
    margin: 5rem 0 7.5rem 10%;
  }
}

@media screen and (max-width: 1279px) {
  .cta-wrap a {
    width: 100%;
    max-width: 700px;
  }
  .cta-wrap{
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) {
  .lower-fv .accent{
    border-left: 3px solid #175534;
  }
  .contact-a img{
    width: 24%;
  }
  .lower-fv-img{
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
  .lower-fv .contents {
    margin-top: 40px;
  }
  .lower-fv-img > img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body{
    font-size:14px;
  }
  .pankuzu{
    margin: 64px 5% 40px;
    font-size:12px;
    gap: 1rem;
  }
  .pankuzu a::before{
    right: -0.75rem;
    width: 0.5rem;
  }
  .container{
    width: 90%;
  }
  .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;
  }
  .animation-2,
  .animation-3{
    animation-delay:0s;
  }
  .lower-fv{
    margin: 0 5% 4rem;
  }
  .lower-fv .accent{
    margin-bottom: 8px;
  }
  .btn{
    margin: 3rem auto 0;
  }
  .contact-a,
  .tel-a{
    padding:1rem;
  }
  .tel-a > div{
    padding: 1rem 0;
  }
  .cta-wrap a{
    height: 120px;
  }
  .contact-a div{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
  .cta-wrap{
    width: 90%;
    gap: 1.5rem;
  }
  .contact-a img {
    width: 21%;
    right: -0.8rem;
  }
  .contact-a:hover img {
    right: -1rem;
  }
  .lower-fv-img {
    margin: 0rem 0 5rem 5%;
  }
  .lower-fv-img .lower-fv {
    margin: 0rem 0 0;
    width: 100%;
  }
  .lower-title{
    margin-bottom: 2.5rem;
  }
  .lower-title h2 {
    margin-top: 4px;
  }
}




/*インスタ*/

.instaCont section {
  display: flex;
  gap: 1rem 5%;
  flex-wrap:wrap;
  margin: 2rem 0;
  align-items:center;
}

.instaCont article {
  width: 47.5%;
}

.instaCont .imgBx01 {
  position: relative;
  display: block;
  padding: 0 0 100% 0;
}

.instaCont .imgBx01:hover {
  opacity: 0.7;
}

.instaCont .imgBx01 img,
.instaCont .imgBx01 video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;

}

.instaCont .imgBx01>span {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.instaCont .imgBx01>img+span,
.instaCont .imgBx01>video+span {
  display: none;
}

.instaCont .webgene-item-main-video {
  display: block;
  width: auto;
  max-width: 100%;
}

.instaCont .webgene-item .dayTxt {
  font-size: .85em;
  color: #FF8238;
}

.instaCont .webgene-item .snsTit {
  font-size: 1em;
  font-weight: normal;
}

@media screen and (min-width:768px) {
  .instaCont section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem 0;
    margin: 2rem 0;
    justify-content: center;
  }
  .instaCont article {
    width: 47.5%;
  }


}

@media screen and (min-width:1200px) {

  .instaCont article {
    width: calc(100% / 4);
  }

}

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

  .instaCont article .container{
    width:100%;
  }
}

