@charset "utf-8";

.gjs-dashed .title-anim{
  color: #000;  
}

html { scroll-behavior: smooth;}

body{
  font-size:16px;
  font-family: "Noto Serif JP", serif;
  color:#000;
  font-weight: 400;
  word-break: auto-phrase;
  background:#fff;
}

.accent{
  font-family: "Noto Sans JP", sans-serif;
}

#root{
  overflow:hidden;
}

strong{
  font-weight: 400;
}

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

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

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

.sp{
  display:none;
}

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

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

a p{
  line-height:1;
}

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

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

.row{
  margin:0;
}

.blue-bg{
  padding:240px 0 200px;
  position:relative;
  z-index:1;
}

.blue-bg::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100%;
  background:url(https://t-style-of.com/system_panel/uploads/images/20260219124643269766.png) no-repeat center/cover;
}

.pankuzu{
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size:clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  margin:2.5rem 0 0;
}

.pankuzu a{
  position: relative;
}

.pankuzu a:hover{
  opacity:0.7;
}

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

.pankuzu p{
  line-height:1;
}

.blue-btn{
  position: relative;
  display: block;
  padding: 8px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: color 500ms ease;
}

.blue-btn:hover{
  transition: color 300ms ease;
}

.blue-btn::before{
  content: "";
  position: absolute;
  inset: 8px;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 51, 102, .05);
  border-radius: 96px;
  transition: inset 500ms ease;
  z-index:1;
}

.blue-btn:hover::before{
  inset: 0;
  transition: inset 300ms ease;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
}

.blue-btn::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 96px;
  transform: translate3d(0, 0, 0);
  transition: border-width 500ms ease, transform 500ms ease, filter 500ms ease;
  background: #D8ECFF;
  filter: blur(10px);
}

.blue-btn:hover::after {
  border-width: 0;
  filter: blur(1px);
  transition: border-width 300ms ease, transform 300ms ease;
}

.blue-btn-bg{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 28px;
  border-radius: 96px;
}

.btn{
  text-align:center;
  width: fit-content;
  padding: 1.5rem 3.5rem;
  border-radius: 70px;
  border: 0.5px solid #262626;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: "Noto Sans JP", sans-serif;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin:4rem auto 0;
  font-weight:300;
  display: block;
}

.btn:hover{
  background-color: #fff;
  color: #99a1ac;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
}

.arrow-btn{
  display:flex;
  align-items:center;
  gap:2rem;
  width:fit-content;
  margin:0 auto;
  padding: 20px 40px;
}

.arrow-btn img{
  width:20px;
}

strong{
  display: inline-block;
}

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

.lower-fv{
  padding: 0 5%;
  margin-bottom: 5rem;
}

.lower-fv h1{
  font-size:clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
}

.cta{
  position:relative;
  margin:100px 0 0;
  z-index:1;
}

.cta h2{
  font-size:clamp(1.25rem, 0.25rem + 3.33vw, 4rem);
  margin:0 0 3rem;
}

.cta .container{
  padding:3rem 5% 5rem !important;
  box-shadow:4px 3px 6px rgba(0,0,0,0.16);
  border-radius:10px;
  text-align:center;
  position:relative;
  z-index:1;
  overflow: hidden;
}

.cta .container::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:#D9F0FF;
  filter: blur(100px);
  z-index: -1;
  opacity: 0.6;
  z-index:-1;
}

.cta-btn{
  display: flex;
  justify-content: space-evenly;
  margin: 4rem 0 0;
  align-items: center;
  text-align: right;
  font-size:clamp(1.25rem, 0.977rem + 0.91vw, 2rem);
}

.cta-btn .blue-btn{
  width:45%;
  max-width: 490px;
  padding: 2rem 0;
}

.cta-btn img{
  width:1.5rem;
}

.cta-swiper-bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index:-1;
  width: 100%;
}

.cta-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.tel-btn{
  font-size:clamp(1.25rem, 0.795rem + 1.52vw, 2.5rem);
}

.tel-btn .blue-btn-bg{
  gap: 8px;
}

.tel-btn p{
  position:relative;
  padding-bottom: 8px;
}

.tel-btn strong{
  font-size:clamp(0.75rem, 0.659rem + 0.3vw, 1rem);
  position: absolute;
  width: max-content;
  right: 0;
  bottom: -10px;
}

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

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

p.label,
h2.label{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:500;
}

p.label.center{
  justify-content:center;
}

p.label::before,
h2.label::before{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#C3E0FD;
  filter:blur(2px);
}


.title-anim{
  background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%);
  background-size: 100% 200%;
  background-position: 0% -100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  &.fadeUp{
    animation-name: kf_c02;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
}
@keyframes kf_c02 {
  100%{
    background-position: 0% 100%;
  }
}

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


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

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

@media screen and (max-width: 1024px) {
  .cta .container{
    padding: 3rem 0% 5rem !important;
  }
  .cta-btn .blue-btn{
    width: 48%;
    padding: 1.5rem 0;
    max-width: 350px;
  }
  .cta-btn{
    font-size: 1.125rem;
    margin: 2rem 0 0;
  }
  .cta-btn img {
    width: 1.25rem;
  }
  .blue-bg {
    padding: 180px 0 200px;
  }
  .cta h2{
    margin: 0 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  body{
    font-size:14px;
  }
  .pankuzu{
    margin: 1.5rem 0 0;
    font-size:12px;
    gap: 1rem;
  }
  .pankuzu a::before{
    right: -0.75rem;
  }
  .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;
  }
  .blue-bg {
    padding: 120px 0 100px;
  }
  .cta-btn{
    flex-direction: column;
  }
  .cta-btn .blue-btn {
    width: 90%;
    padding: 1rem 0;
  }
  .cta-swiper-bg{
    top: 38%;
  }
  .cta h2 {
    margin: 0 0 1rem;
  }
}
