@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

.esthe-pro-labo_kakakukaitei {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
  padding-bottom: 160px;
}

.esthe-pro-labo_kakakukaitei * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.esthe-pro-labo_kakakukaitei span {
  font-size: inherit;
}

.esthe-pro-labo_kakakukaitei img,
.esthe-pro-labo_kakakukaitei video {
  max-width: 100%;
  height: auto;
}

.esthe-pro-labo_kakakukaitei a {
  transition: all 0.3s;
  text-decoration: none !important;
}

.esthe-pro-labo_kakakukaitei a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz28 {
  font-size: 28px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.sp-only {
  display: none;
}

.bg-blue {
  background-color: #dcf2ff;
}

.bg-gray {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.bg-black {
  background-color: #000;
  border-radius: 5px;
  padding: 40px 15px 80px;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #ffc700;
}

.bg-red {
  background-color: #f57b6b;
  color: #fff;
}

.red {
  color: #ff0000;
}

.title1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.title2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.bg-black {
  .title2 {
    color: #cfbd7c;
  }
}

.title3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  width: fit-content;
  padding: 0 0.8em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  span {
    font-size: 1.4em !important;
    color: #c55f00;
  }
  &::before,
  &::after {
    content: "";
    width: 2px;
    height: 50%;
    background-color: #000;
    position: absolute;
    bottom: 2px;
  }
  &::before {
    left: 0;
    transform: rotate(-30deg);
  }
  &::after {
    right: 0;
    transform: rotate(30deg);
  }
}

.marker {
  background: linear-gradient(transparent 50%, #fffeb0 50%);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 440px;
  height: 80px;
  line-height: 1.2;
  background-color: #22292b;
  color: #fff !important;
  border-radius: 4px;
  overflow: hidden;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  &.more {
    pointer-events: none;
    &::after {
      content: "ログイン後表示";
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 34px;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      backdrop-filter: blur(10px);
    }
  }
  + .btn {
    margin-top: 20px;
  }
}

.btn::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.content {
  padding: 30px 50px;
}

.dl-white {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #fff;
  dt {
    font-weight: bold;
    margin-bottom: 8px;
  }
  dd {
    font-size: 15px;
  }
}

.news {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  padding: 30px 50px;
  .img {
    position: relative;
    .label {
      position: absolute;
      left: -40px;
      top: -20px;
      z-index: 2;
    }
  }
}

.news-titile {
  color: #282f72;
  background-color: #fde75a;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  line-height: 1;
}

.item-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .esthe-pro-labo_kakakukaitei {
    font-size: 15px;
    padding-bottom: 100px;
  }

  .esthe-pro-labo_kakakukaitei span {
    font-size: inherit;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .fz28 {
    font-size: 22px !important;
  }

  .fz22,
  .title1,
  .title2 {
    font-size: 18px !important;
  }

  .title3 {
    font-size: 16px !important;
  }

  .btn {
    &.more {
      &::after {
        font-size: 24px;
      }
    }
  }
  .content {
    padding: 20px 15px;
  }

  .dl-white {
    padding: 20px 15px;
  }

  .news {
    padding: 20px 15px;
    grid-template-columns: 1fr;
    gap: 20px;
    .img {
      .label {
        width: 100px;
        left: -12px;
        top: -17px;
      }
    }
  }
}
