@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
:root {
  --text-color: #191919;
  --wh: #fff;
  --bk: #191919;
  --gray: #f4f4f4;
  --green: #45b035;
  --border-color: #f2f2f2;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .pc-xsl {
    display: none !important;
  }
}

@media screen and (min-width:500px) {
  .sp-xsl {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 377px) {
  .sp-xs {
    display: none !important;
  }
}

body#search-aesthetic {
  background-image: linear-gradient(to right, rgba(242, 230, 255, 0.6), rgba(255, 228, 236, 0.6));
}
body#search-aesthetic .under-mv {
  padding-bottom: 0;
}
@media screen and (max-width: 834px) {
  body#search-aesthetic .under-mv {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  body#search-aesthetic .under-mv {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 499px) {
  body#search-aesthetic .under-mv {
    padding-bottom: 0;
  }
}
body#search-aesthetic .under-mv__inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  body#search-aesthetic .under-mv__inner {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  body#search-aesthetic .under-mv__inner {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 499px) {
  body#search-aesthetic .under-mv__inner {
    padding-bottom: 1rem;
  }
}
body#search-aesthetic .breadcrumb,
body#search-aesthetic .under-mv {
  background-color: transparent;
}
body#search-aesthetic .header__apply-btn--contact {
  background-color: #ed66af;
  box-shadow: 1px 1px 3px #e6e6e6;
}
body#search-aesthetic .header__apply-btn--contact:hover {
  background-color: var(--wh);
  border: 1px solid #ed66af;
  color: #ed66af;
}
body#search-aesthetic .under-mv__title::after {
  background-image: linear-gradient(to right, #8a84ee, #cb67e6);
  background-color: #cb67e6;
}
body#search-aesthetic .breadcrumb__item:not(:last-child)::after {
  color: #8a84ee;
}
body#search-aesthetic .search-caution__wrapper {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  border-radius: 0.5rem;
}
body#search-aesthetic .search-caution__wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-sizing: border-box;
  /* 見た目を枠っぽくする */
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35);
}
body#search-aesthetic .search-caution__title {
  color: #ba3582;
}
body#search-aesthetic .search-aesthetic__controller-item {
  color: rgba(0, 0, 0, 0.6);
}
body#search-aesthetic .search-aesthetic__controller-item.active {
  background-image: linear-gradient(to right, #8a84ee, #cb67e6);
  background-color: #cb67e6;
  color: var(--wh);
}
body#search-aesthetic .search-aesthetic__form {
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 80, 0.08);
  background-color: var(--wh);
}
body#search-aesthetic .header__logo-img {
  display: flex;
  align-items: center;
}
body#search-aesthetic .header__logo-img::after {
  content: "Beauty";
  color: #b96fcc;
  font-family: "Marcellus", serif;
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 0.8rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  body#search-aesthetic .header__logo-img::after {
    font-size: clamp(1.3rem, 2vw, 2.5rem);
    margin-left: clamp(-5px, -1vw, -1rem);
  }
}
body#search-aesthetic .under-mv {
  font-family: "Shippori Mincho B1", serif;
}
body#search-aesthetic .under-mv__title {
  font-size: 4.2rem;
  line-height: 1.8;
}
body#search-aesthetic .under-mv__desc {
  font-weight: 600;
}
body#search-aesthetic .footer {
  background: none;
  background-color: #655c7c;
}
body#search-aesthetic .footer__logo {
  display: flex;
  align-items: center;
  max-width: 42rem;
  margin-left: 0;
}
body#search-aesthetic .footer__logo img {
  max-width: 31.5rem;
}
@media screen and (max-width: 1200px) {
  body#search-aesthetic .footer__logo img {
    max-width: clamp(20rem, 20vw, 25rem);
  }
}
body#search-aesthetic .footer__logo::after {
  content: "Beauty";
  color: var(--wh);
  font-family: "Marcellus", serif;
  font-size: 3.5rem;
  line-height: 1;
  margin-top: 1.2rem;
}
@media screen and (max-width: 1200px) {
  body#search-aesthetic .footer__logo::after {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-top: clamp(0.5rem, 1vw, 1rem);
    margin-left: -5px;
  }
}
body#search-aesthetic .search-caution__title {
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
}

.search-aesthetic {
  margin: 8rem 0 12rem;
}
@media screen and (max-width: 1200px) {
  .search-aesthetic {
    margin: 6rem 0 10rem;
  }
}
@media screen and (max-width: 834px) {
  .search-aesthetic {
    margin: 4rem 0 8rem;
  }
}
@media screen and (max-width: 640px) {
  .search-aesthetic {
    margin: 2rem 0 4rem;
  }
}
.search-aesthetic__controller {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 1300px) {
  .search-aesthetic__controller {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .search-aesthetic__controller {
    justify-content: flex-start;
  }
}
.search-aesthetic__controller-item {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 1rem 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  color: #b6b6b6;
  font-weight: 500;
  width: 100%;
  max-width: 26rem;
  height: clamp(4.8rem, 5vw, 6rem);
}
@media screen and (max-width: 1500px) {
  .search-aesthetic__controller-item {
    max-width: 22rem;
  }
}
@media screen and (max-width: 1300px) {
  .search-aesthetic__controller-item {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .search-aesthetic__controller-item {
    font-size: clamp(1.4rem, 2vw, 1.7rem);
    width: 48%;
  }
}
.search-aesthetic__controller-item.active {
  background-color: var(--green);
  color: var(--wh);
}
.search-aesthetic__form {
  border: 2px solid var(--green);
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  padding: 7rem 7rem 9rem;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 5vw, 5rem);
}
@media screen and (max-width: 1200px) {
  .search-aesthetic__form {
    padding: 5rem 6rem 7rem;
  }
}
@media screen and (max-width: 834px) {
  .search-aesthetic__form {
    padding: 3rem 4rem 5rem;
  }
}
@media screen and (max-width: 640px) {
  .search-aesthetic__form {
    padding: 2rem 2rem 4rem;
  }
}
@media screen and (max-width: 499px) {
  .search-aesthetic__form {
    padding: 2rem 2rem 4rem;
  }
}
.search-aesthetic__form-item {
  display: flex;
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .search-aesthetic__form-item {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .search-aesthetic__form-item {
    font-size: 1.5rem;
  }
}
.search-aesthetic__form-item.search-area {
  flex-direction: column;
}
.search-aesthetic__form-item.search-area dt {
  min-width: 30rem;
}
.search-aesthetic__form-item.search-area dt:not(:first-child) {
  margin-top: 6rem;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .search-aesthetic__form-item.search-area dt:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .search-aesthetic__form-item.search-area dt:not(:first-child) {
    margin-top: 0;
  }
}
.search-aesthetic__form-item.search-area .note {
  color: #191919;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .search-aesthetic__form-item.search-area .note {
    margin-top: 1rem;
  }
}
.search-aesthetic__form-item.search-area .note::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: auto;
  background-color: var(--green);
  margin-left: 4rem;
}
@media screen and (max-width: 1500px) {
  .search-aesthetic__form-item.search-area .note::before {
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .search-aesthetic__form-item.search-area .note::before {
    margin-left: 0;
  }
}
.search-aesthetic__form-label {
  color: #5d60b0;
  width: 100%;
  max-width: 24rem;
  margin-top: 2rem;
  white-space: nowrap;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .search-aesthetic__form-label {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .search-aesthetic__form-label {
    margin-top: 0;
    flex-direction: column;
  }
}
.search-aesthetic__form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.search-aesthetic__form-input {
  width: 100%;
  display: grid;
  grid-template-columns: 14rem 1fr;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 834px) {
  .search-aesthetic__form-input {
    grid-template-columns: 12rem 1fr;
  }
}
@media screen and (max-width: 640px) {
  .search-aesthetic__form-input {
    display: flex;
    flex-direction: column;
  }
}
.search-aesthetic__form-input-title {
  max-width: 14rem;
}
@media screen and (max-width: 1300px) {
  .search-aesthetic__form-input-title {
    max-width: 100%;
    align-self: flex-start;
    margin-top: 1rem;
  }
}
.search-aesthetic__form-input-checkboxes {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(10rem, 1fr));
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .search-aesthetic__form-input-checkboxes {
    grid-template-columns: repeat(2, minmax(10rem, 1fr));
  }
}
.search-aesthetic__form-submit {
  background-color: rgba(71, 69, 84, 0.6);
  padding: clamp(1rem, 2vw, 2rem) 0;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
.search-aesthetic__form-submit-button {
  background-color: #ed66af;
  box-shadow: 0 1px 0 #ba3582;
  color: var(--wh);
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: clamp(15rem, 22vw, 24rem);
  height: clamp(4rem, 5vw, 6rem);
  margin: auto;
  line-height: 1;
}
.search-aesthetic__form .gray-item {
  background-color: rgba(155, 105, 212, 0.03);
  border-radius: 100vmax;
  line-height: 1.3;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 23rem;
  height: clamp(5rem, 5vw, 5.4rem);
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.7rem;
}
@media screen and (max-width: 640px) {
  .search-aesthetic__form .gray-item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .search-aesthetic__form .gray-item {
    font-size: 1.4rem;
    padding: 0 1rem;
  }
}
.search-aesthetic__form .gray-item.checked {
  color: #9b69d4;
  font-weight: 600;
  border: 1px solid rgba(155, 105, 212, 0.1);
  box-shadow: 0 0 16px rgba(155, 105, 212, 0.15);
}
.search-aesthetic__form .gray-item.checked::after {
  content: "check";
  font-family: "Material Symbols Outlined";
  font-size: 1.7rem;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1500px) {
  .search-aesthetic__form .gray-item.checked::after {
    right: 1rem;
  }
}
.search-aesthetic__form .other-item {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  grid-column: 1/-1;
  margin-top: 2rem;
  white-space: nowrap;
  max-width: 83.5rem;
}
@media screen and (max-width: 499px) {
  .search-aesthetic__form .other-item {
    margin-top: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.search-aesthetic__form .other-item input {
  border: 1px solid #f4f4f4;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  width: 100%;
}
.search-aesthetic__form .other-item input:active, .search-aesthetic__form .other-item input:focus {
  outline: 2px solid var(--green);
}/*# sourceMappingURL=search-aesthetic.css.map */