@charset "UTF-8";
/*====================================================*/
/* title */
/*====================================================*/
h2,
h3 {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
h2 {
  margin-bottom: 2rem;
  font-size: 3.5rem;
}
@media print,screen and (min-width: 1025px){
  h2 {
    margin-bottom: 3.5rem;
    font-size: 5.2rem;
  }
}

.bkg {
  padding-bottom: 3rem;
  background-color: #Fff;
  position: relative;
}
.bkg::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #fff;
  -webkit-mask: url(../img/front/footer_mask_sp.png) no-repeat center / 100% 100%;
  mask: url(../img/front/footer_mask_sp.png) no-repeat center / 100% 100%;
  position: absolute;
  top: -3.8rem;
  left: 0;
  z-index: -1;
  transform: scale(1, -1);
}


/*====================================================*/
/* mv */
/*====================================================*/
    #fv-bg-grad {
        width: 77.125rem;
        height: 68.0625rem;
        -webkit-transform: translate(-30.1875rem, -3rem);
        transform: translate(-30.1875rem, -3rem);
    }#fv-right-sp {
    display: block;
    position: absolute;
    width: auto;
    height: 70%;
    aspect-ratio: 412 / 485;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(30.3398058252%, 10.3092783505%);
    transform: translate(30.3398058252%, 10.3092783505%);
}

/*====================================================*/
/* work */
/*====================================================*/
#work {
  padding-top: 4.5rem;
}
.product-area {
  /* display: flex; */
  /* gap: 40px; */
  /* flex-wrap: wrap;
  flex-direction: row-reverse; */
}

.site-image {
  position: relative;
}
.site-image::before {
  content: "";
  display: block;
  width: 60%;
  max-width: 200px;
  max-height: 450px;
  aspect-ratio: 375 / 812;
  mask: url(../img/front/mockup-sp.png) no-repeat center / contain;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.site-image::after {
  content: "";
  display: block;
  width: 60%;
  max-width: 200px;
  max-height: 450px;
  aspect-ratio: 375 / 812;
  background-image: url(../img/front/mockup-sp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  mask: url(../img/front/mockup-sp.png) no-repeat center / contain;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
}
.image-swiper {
  width: 50%;
  max-width: 188px;
  max-height: 406px;
  aspect-ratio: 375 / 812;
}

.text-area {
  height: 10em;
  margin-top: 2rem;
  position: relative;
}

/* テキスト重ねる */
.text-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s ease, transform .5s ease;
  z-index: -1;
}

.text-item.is-active {
  opacity: 1;
  transform: translateY(0);
  z-index: 50;
}


/*====================================================*/
/* about */
/*====================================================*/
#about {
    margin-left : calc( 40 * 100% / 750 );
    margin-right : calc( 40 * 100% / 750 );
    font-size: 1.2rem;
}
.ab_profile {
  line-height: 1.75;
}
.ab_profile figure {
  display: block;
  width: 40%;
  margin: 0 auto 1.5rem;

}
#about h3 {
    margin: 3rem 0 1.5rem;
    font-size:3rem;
}
.ab_position {
  margin-bottom: 1em;
  line-height: 1.5;
  text-align: center;
}
.ab_position span {
  display: block;
  font-size: 1.5em;
}

.skill-list {
  margin-bottom: 2rem;
}
.skill-list dl {
  display: grid;
  grid-template-columns: 11em 1fr;
  padding: 1.5em 0.5em;
  border-bottom: 0.5px solid var(--point-color);
}
.skill li {
  text-indent: -1em;
  padding-left: 1em;
}
.skill li:not(:last-of-type) {
  margin-bottom: 0.75em;
}
.skill > dl dt {
  margin: 0.75em 0;
}
.sk_work {
  margin: 4rem 0 1.5em;
}
.sk_work dt {
  margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
}
.flow {
  margin-top: 5rem;
}
.flow-list li {
  padding: 2em 1em;
  border: 1px solid var(--point-color);
  border-radius: 1rem;
  line-height: 1.75
}
.flow-list li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.flow-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.flow-card-title span {
  display: block;
  font-size: 2em;
}
.flow-list img {
  display: block;
  width: 30%;
  max-width: 350px;
  margin: 1rem auto;
}



@media print,screen and (min-width: 1025px){
  .ab_profile {
    display: flex;
    grid-column-gap: 10rem;
      align-items: center;
      justify-content: center;
    margin-left : calc( 300 * 100% / 1500 );
    margin-right : calc( 300 * 100% / 1500 );
  }
  .ab_profile figure {
    width: auto;
    margin: 0;
}
.skill {
    margin-left : calc( 300 * 100% / 1500 );
    margin-right : calc( 300 * 100% / 1500 );
  }
  .flow ol {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2rem;
    justify-content: center;
  }
}

/*====================================================*/
/* contact */
/*====================================================*/
#contact {
  padding: 5.5rem 0 6.5rem;
  text-align: center;
}
#contact p {
  font-size: 1.6rem;
}
#contact img {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.25em;
  vertical-align: middle;
}
@media print,screen and (min-width: 1025px){
  #contact {
    padding: 11rem 0 13rem;
  }
  #contact p {
    margin-top: 5rem;
    font-size: 2rem;
  }
}