@charset "UTF-8";

/* ==========================================================================
   Belief（大切にしていること）
   ========================================================================== */
#belief {
  padding: 6.4rem 0;
}

#belief .belief_wrap {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

#belief .img {
  position: relative;
  width: 100%;
  max-width: 49.3rem;
  margin: 0 auto;
}

#belief .img::after {
  content: '';
  position: absolute;
  right: -1.6rem;
  bottom: -1.6rem;
  width: 100%;
  height: 100%;
  border: 1px solid #8fc8c2;
  z-index: -1;
}

#belief .content_wrap .lead {
  margin-top: 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  color: #555;
}

#belief .content_wrap .text {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #555;
}

/* ==========================================================================
   Profile（施術者プロフィール）
   ========================================================================== */
#profile {
  position: relative;
  padding: 6.4rem 0;
  background-color: #f5ebd7;
  overflow: hidden;
}

/* 見出しの背面に重なる大きな英字 */
#profile .watermark {
  position: absolute;
  top: 8.8rem;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.45;
  white-space: nowrap;
  pointer-events: none;
}

#profile .inner {
  position: relative;
  z-index: 1;
}

#profile .profile_card {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.2rem;
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 0.8rem;
}

#profile .profile_card .img {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
}

#profile .name .role {
  font-size: 1.8rem;
  color: #555;
}

#profile .name .fullname {
  margin-top: 0.4rem;
  font-size: 3.2rem;
  font-weight: 600;
  color: #555;
}

#profile .license_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #c4a987;
}

#profile .license_list .item {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #555;
  padding-left: 4rem;
  position: relative;
}

/* カンプ準拠：先頭のダッシュ */
#profile .license_list .item::before {
  content: '';
  width: 2.4rem;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 1.1rem;
}

#profile .message {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #c4a987;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #555;
}

/* ==========================================================================
   Information（店舗概要）
   ========================================================================== */
#information {
  padding: 6.4rem 0;
  background-color: #fffcf3;
}

#information .info_dl {
  margin-top: 3.2rem;
}

#information .info_dl .row {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px dotted #c4a987;
}

#information .info_dl .row:last-child {
  margin-bottom: 0;
}

#information .info_dl dt {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

#information .info_dl dt .en {
  font-size: 2.2rem;
  font-weight: 700;
  color: #8fc8c2;
}

#information .info_dl dt .jp {
  font-size: 1.4rem;
  font-weight: 700;
  color: #555;
}

#information .info_dl dd {
  margin-top: 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #555;
}

/* ==========================================================================
   PC
   ========================================================================== */
@media (min-width: 768px) {
  /* Belief */
  #belief {
    padding: 8rem 0;
  }

  #belief .belief_wrap {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }

  #belief .img {
    width: 49.3rem;
    flex-shrink: 0;
    margin: 0;
  }

  #belief .content_wrap {
    flex: 1;
  }

  #belief .content_wrap .lead {
    margin-top: 4rem;
    font-size: 2.4rem;
  }

  /* Profile */
  #profile {
    padding: 8rem 0;
  }

  #profile .watermark {
    top: 16.2rem;
    font-size: 16rem;
  }

  #profile .profile_card {
    flex-direction: row;
    gap: 4rem;
    padding: 4rem;
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
  }

  #profile .profile_card .img {
    width: 36.1rem;
    flex-shrink: 0;
    margin: 0;
  }

  #profile .profile_card .content_wrap {
    flex: 1;
  }

  #profile .name .fullname {
    font-size: 3.6rem;
  }

  #profile .license_list .item {
    font-size: 1.8rem;
  }

  #profile .message {
    font-size: 1.8rem;
  }

  /* Information */
  #information {
    padding: 8rem 0;
  }

  #information .info_dl {
    margin-top: 4rem;
  }

  #information .info_dl .row {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem;
  }

  #information .info_dl dt {
    width: 14rem;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  #information .info_dl dd {
    margin-top: 0;
    padding-top: 0.4rem;
    font-size: 1.8rem;
  }
}
