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

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

.essence {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.04em;
  color: #22292b;
}

.essence * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.essence span {
  font-size: inherit;
}

.essence img {
  max-width: 100%;
  height: auto;
}

.essence a {
  transition: all 0.3s;
}

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

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

.bold {
  font-weight: bold;
}

.fw500 {
  font-weight: 500;
}

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

.btn {
  display: block;
  max-width: 300px;
  text-align: center;
  background-color: #dc95cd;
  color: #fff !important;
  padding: 1.2em;
  position: relative;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s;
}

.btn i {
  position: absolute;
  right: 1.4em;
  top: 50%;
  transform: translateY(-50%);
}

.btn--contact {
  background-color: #22292b;
  font-size: 14px;
  max-width: 350px;
  margin-top: 40px;
}

.btn_info {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: fit-content;
  margin: 30px 0 0 auto;
}

.btn_info span {
  display: block;
  width: 180px;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #22292b;
}

.btn_info i {
  font-size: 40px;
}

.essence .mv {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.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;
}

.fwb {
  font-weight: bold;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.hdg02 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

.hdg03 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.sp-only {
  display: none;
}
/* ここまで共通で使用可能 */

.list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.list__item {
  border: 1px solid #dc95cd;
}

.box {
  display: flex;
  gap: 50px;
  padding: 40px 50px;
}

.item__img {
  flex-shrink: 0;
}

.tex {
  width: 100%;
}

.category {
  font-size: 13px;
  line-height: 1;
  background-color: #f5f5f5;
  display: inline-block;
  padding: 7px 20px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.span {
  display: block;
  margin-top: 10px;
}

.boder {
  border-top: 2px solid #d1d1d1;
  padding-top: 20px;
}

.lh {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 400px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .scrub135 .mv {
    margin-bottom: 80px;
  }

  .hdg01 {
    font-size: 20px;
  }

  .hdg01.orange {
    font-size: 24px;
  }

  .hdg02 {
    font-size: 18px;
  }

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

  /* ここまでレスポンシブの共通 */

  .box {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .item__img {
    width: 100%;
    text-align: center;
  }
}
