@charset "UTF-8";


/* first-view animation */
.first-view {
  height: 35vw;
  min-height: 160px;
  max-height: 300px;
}

.first-view-title{
  transform: translate(-50% ,-50%);
}


.about-img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  width: 19vw;
  min-width: 90px;
  max-width: 160px;
  z-index: 10;
}


/* about */

.about-contents-group{
  background-color: #fcffff;
  border-top: #efffff solid 0.5px;
}

.about-text{
  padding:clamp(55px,12vw,100px) 10vw clamp(45px,10vw,90px);
}

.about-text-inner{
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.about-text-inner p{
  line-height: 1.5em;
}

.about-text-inner p:nth-of-type(1){
  font-size: clamp(18px,3vw,26px);
  font-weight: 500;
  color: #565252;
  text-align: center;
  line-height: 0.8em;
}

.about-text-inner p:nth-of-type(1) span{
  font-size: clamp(8px,1.2vw,12px);
  font-weight: 500;
  color:  #565252;
}

.about-text-inner p:nth-of-type(2){
  font-size: clamp(12px,1.5vw,17px);
  color: #444444;
  padding-top: clamp(35px,5vw,60px) ;
}