﻿@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** Media Query ***/
.icon-open {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: unset;
  left: unset;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
}
.icon-open::before {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: unset;
  bottom: unset;
  left: unset;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #51b1c6;
  transition: 0.3s;
  left: unset;
  width: 100%;
}
.icon-open::after {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: unset;
  bottom: unset;
  left: unset;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #51b1c6;
  transition: 0.3s;
  left: unset;
  width: 100%;
  transform: rotate(90deg);
}
.show .icon-open::after {
  transform: rotate(0);
}

.icon-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: unset;
  left: unset;
  width: 20px;
  height: 12px;
  transform: translateY(-50%);
  background: url(/app/assets/images/pc/lp/beauty/icon-arrow-bottom.png) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.show .icon-arrow {
  transform: translateY(-50%) rotate(180deg);
}

/****************************************************************
 *** Overwrite / Common
 ****************************************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #333;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
}

p {
  line-height: 1.75;
}

a {
  text-decoration: none;
}

picture {
  display: block;
}

img {
  width: 100%;
}

input[type=file],
input[type=checkbox] {
  display: none;
}

::-moz-placeholder {
  color: #777777;
}

::placeholder {
  color: #777777;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.666666em;
  background: #d8005c;
  border: unset;
  border-radius: 2em;
  text-align: center;
  font-size: 1.666666vw;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .btn {
    font-size: 1.333333rem;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    width: 100%;
    padding: 0.75em 1em;
    font-size: 5.2vw;
  }
}
.btn img {
  width: auto;
  height: 100%;
}
.btn .icon-mail {
  display: block;
  width: auto;
  height: 0.888888em;
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  .btn .icon-mail {
    margin-right: 0.4em;
  }
}
.btn .sm {
  margin-left: 0.2em;
  font-size: 0.689655em;
}
.btn-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.666666em;
  background: #d8005c;
  border: unset;
  border-radius: 2em;
  text-align: center;
  font-size: 1.666666vw;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  .btn-submit {
    font-size: 1.333333rem;
  }
}
@media screen and (max-width: 600px) {
  .btn-submit {
    width: 100%;
    padding: 0.75em 1em;
    font-size: 5.2vw;
  }
}
.btn-submit img {
  width: auto;
  height: 100%;
}
.btn-submit svg {
  width: 20px;
  margin-bottom: 6px;
  margin-left: 6px;
  transition: 0.4s;
}
.btn__wrapper {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: 0.4s;
}
.btn__wrapper:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .btn__wrapper {
    width: 100%;
  }
}

.cta {
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .cta {
    padding: 50px 20px;
  }
}
.cta-balloon {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.05em;
  padding: 0.8em 1.5em;
  border-radius: 3em;
  background: #9b51e0;
  font-size: 1.24vw;
  line-height: 1.47;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .cta-balloon {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .cta-balloon {
    font-size: 4.5vw;
  }
}
.cta-balloon::before {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 14px;
  background: #9b51e0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.cta-catch {
  font-size: 1.25vw;
  color: #777777;
}
@media screen and (max-width: 1100px) {
  .cta-catch {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .cta-catch {
    font-size: 1.25rem;
  }
}
.cta-catch::before, .cta-catch::after {
  content: "";
  position: relative;
  bottom: -2px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/app/assets/images/pc/lp/beauty/line.png) no-repeat;
  background-size: contain;
}
.cta-catch::after {
  transform: scaleX(-1);
}

.marker {
  position: relative;
  z-index: 1;
}
.marker::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: -0.6em;
  left: 0;
  content: "";
  width: 0%;
  height: 0.5em;
  z-index: -1;
  transition: all 1s;
}
.marker.isActive:after {
  width: 100%;
}
.marker.bg-purple::after {
  background: rgba(155, 81, 224, 0.4);
}
.marker.bg-blue::after {
  background: rgba(81, 177, 198, 0.4);
}

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

.sp-only {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sp-only {
    display: block !important;
  }
}

/****************************************************************
 *** Header
 ****************************************************************/
#header {
  position: fixed;
  top: 0;
  right: unset;
  bottom: unset;
  left: unset;
  z-index: 1000;
  width: 100%;
  transition: 0.4s;
  background: #fff;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 40px;
}
@media screen and (max-width: 1100px) {
  .header__inner {
    padding: 10px 20px;
  }
}

#title img {
  width: 271px;
}
@media screen and (max-width: 1100px) {
  #title img {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  #title img {
    width: 133px;
  }
}

.global-nav {
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  .global-nav {
    display: none;
    position: absolute;
    top: 0;
    right: unset;
    bottom: unset;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  #navBtn.open + .global-nav {
    display: block;
  }
}

/* ボタン */
#navBtn {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: unset;
  left: unset;
  z-index: 100;
  width: 40px;
  height: 27px;
  border: unset;
  background: unset;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #navBtn {
    display: block;
  }
}
#navBtn span {
  position: absolute;
  top: unset;
  right: unset;
  bottom: unset;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #d8005c;
  transition: all 0.3s;
}
#navBtn span:nth-of-type(1) {
  top: 0;
}
#navBtn span:nth-of-type(2) {
  top: 50%;
}
#navBtn span:nth-of-type(3) {
  top: 100%;
}
#navBtn.open span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-38deg);
}
#navBtn.open span:nth-of-type(2) {
  opacity: 0;
}
#navBtn.open span:nth-of-type(3) {
  top: 50%;
  transform: rotate(38deg);
}

.menu-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .menu-list {
    position: absolute;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    display: block;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
  }
}

.menu-list-item {
  position: relative;
  margin-right: 25px;
  text-align: center;
  font-size: 0.888888rem;
}
.menu-list-item:first-child a {
  border-top: unset !important;
}
.menu-list-item:last-child {
  max-width: unset;
  padding: 0;
}
.menu-list-item:last-child::after {
  display: none;
}
@media screen and (max-width: 1286px) {
  .menu-list-item:last-child {
    margin-top: 1em;
  }
}
.menu-list-item::after {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  transition: 0.4s;
}
.menu-list-item:hover::after {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .menu-list-item.current::after {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .menu-list-item {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1em;
    text-align: center;
    filter: unset;
  }
}
@media screen and (max-width: 768px) {
  .menu-list-item {
    width: 100%;
    max-width: 284px;
    margin: auto;
    padding: 0;
    font-size: 1.142857rem;
  }
  .menu-list-item::after {
    display: none;
  }
}
.menu-list-item a:not(.btn__wrapper) {
  color: #333;
}
.menu-list-item a:not(.btn__wrapper):hover {
  color: #d8005c;
}
@media screen and (max-width: 768px) {
  .menu-list-item a:not(.btn__wrapper) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #fff;
  }
}
.menu-list-item .btn {
  padding: 0.777777em 1.388888em;
  font-size: 0.888888rem;
}
@media screen and (max-width: 768px) {
  .menu-list-item .btn {
    font-size: 22px;
  }
}

/****************************************************************
 *** Footer
 ****************************************************************/
#footer .sec__cont {
  margin-top: 20px;
  text-align: left;
}
#footer * {
  line-height: 1.5;
}
#footer .copyright {
  margin-top: 10em;
  text-align: center;
  font-size: 0.8rem;
}

.company {
  background-color: #707070 !important;
  color: #fff;
}
.company .sec__cont {
  padding-left: 4.5%;
  padding-right: 4.5%;
}
@media screen and (max-width: 600px) {
  .company .sec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.company .sec__cont {
  font-size: 1.111111rem;
}

.table dl {
  display: table;
  width: 100%;
  padding: 1.2em 0;
  border-bottom: 2px solid #9e9e9e;
}
.table dl:last-child {
  border-bottom: unset;
}
.table dl > * {
  display: table-cell;
}
.table dt {
  width: 28.73%;
}
@media screen and (max-width: 600px) {
  .table dt {
    width: 88px;
  }
}

/****************************************************************
 *** Content
 ****************************************************************/
#content {
  padding-top: 130px;
}
@media screen and (max-width: 1100px) {
  #content {
    padding-top: 94px;
  }
}
@media screen and (max-width: 600px) {
  #content {
    padding-top: 75px;
  }
}

.sec {
  position: relative;
}
.sec:nth-of-type(2n-1) {
  background-color: #f9f7f4;
}
.sec__inner {
  position: relative;
  z-index: 10;
  width: 77.777777%;
  max-width: 1120px;
  margin: auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .sec__inner {
    width: 100%;
    padding: 50px 20px;
  }
}
.sec__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.555555rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec__ttl {
    font-size: 5.5vw;
  }
}
@media screen and (max-width: 600px) {
  .sec__ttl {
    font-size: 7vw;
  }
}
.sec__ttl .subttl {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.521739em;
  color: #d8005c;
}
.sec__cont {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .sec__cont {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .sec__cont {
    margin-top: 30px;
  }
}
.sec__bg {
  position: absolute;
  top: 0;
  right: unset;
  bottom: unset;
  left: unset;
  font-size: 14vw;
  font-weight: 700;
  line-height: 1;
  color: #f1f1f1;
}
@media screen and (max-width: 600px) {
  .sec__bg {
    font-size: 25vw;
  }
}

.fv {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/639;
  padding: 0 40px;
  background: url(/app/assets/images/pc/lp/beauty/fv_bg.jpg) no-repeat right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 0 20px;
  }
}
.fv .sec__inner {
  width: 53.897059%;
  margin: 0 0 0 auto;
  padding: 6.6% 0 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .fv .sec__inner {
    padding-top: 4%;
  }
}
@media screen and (max-width: 600px) {
  .fv .sec__inner {
    width: 60%;
    padding-bottom: 4%;
  }
}
.fv .catch p {
  margin-bottom: 0.5em;
  font-size: 1.666666vw;
}
@media screen and (max-width: 768px) {
  .fv .catch p {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 600px) {
  .fv .catch p {
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
.fv .catch h2 {
  padding: 0.3em;
  background-color: #fff;
  font-size: 3.333333vw;
  font-weight: 500;
  color: #d8005c;
}
@media screen and (max-width: 600px) {
  .fv .catch h2 {
    font-size: 1rem;
  }
}
.fv-img {
  width: 77.762619%;
  margin: 2.9% auto 9.244444%;
}
@media screen and (max-width: 1100px) {
  .fv-img {
    margin: 2% auto;
  }
}
@media screen and (max-width: 1100px) {
  .fv .cta-catch {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .fv .cta-catch {
    font-size: 0.8rem;
  }
}
.fv .btn__wrapper {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .fv .btn__wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 1100px) {
  .fv .btn {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 600px) {
  .fv .btn {
    font-size: 0.9rem;
  }
}

.logo {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 2vw auto;
}
.logo .sec_logo__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}
.logo .logo-img {
    max-width: 180px;
    max-height: 88px;
    object-fit: cover;
}

.service .sec__inner {
  padding-top: 110px;
}
@media screen and (max-width: 600px) {
  .service .sec__inner {
    padding-top: 60px;
  }
}

.point {
  position: relative;
  margin-bottom: 15%;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .point {
    margin-bottom: 50%;
  }
}
@media screen and (max-width: 600px) {
  .point {
    margin-bottom: 60%;
  }
}
.point-subttl {
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.point-subttl * {
  display: block;
}
.point-label {
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 1em;
  padding: 0.3em 0.4em 0.3em 0.5em;
  background: #51b1c6;
  font-weight: 700;
  color: #fff;
}
.point-num {
  margin-bottom: -0.13em;
  font-size: 4.444444rem;
  letter-spacing: 0.05em;
  color: #51b1c6;
}
.point-ttl {
  display: block;
  margin: 1em 0 2.5rem;
  font-size: 1.444444rem;
}
.point-desc {
  margin-top: 2rem;
}
.point-detail {
  position: relative;
  z-index: 10;
  width: 53.571428%;
  padding: 40px;
  border: 1px solid #aaaaaa;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .point-detail {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .point-detail {
    width: 75%;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .point-detail {
    width: 85%;
    padding: 20px;
  }
}
.point-img {
  position: absolute;
  top: unset;
  right: 0;
  bottom: -10.5%;
  left: unset;
  width: 60.714285%;
}
@media screen and (max-width: 1100px) {
  .point-img {
    bottom: -40%;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .point-img {
    bottom: -48%;
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .point-img {
    bottom: -35%;
    width: 90%;
  }
}
.point:nth-of-type(2n-1) .point-detail {
  margin-left: auto;
}
.point:nth-of-type(2n-1) .point-img {
  right: unset;
  left: 0;
}
.point:nth-of-type(2n-1) .point-label {
  background: #9b51e0;
}
.point:nth-of-type(2n-1) .point-num {
  color: #9b51e0;
}
.point .logo__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point .logo__wrapper + .caption {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .point .logo__wrapper + .caption {
    font-size: 2.5vw;
  }
}
.point .logo-craudia {
  width: 34.459459%;
}
.point .logo-cosme {
  width: 48.986486%;
}

@media screen and (min-width: 1441px) {
  .pro .sec__inner {
    width: 100%;
    max-width: unset;
  }
}

.expert {
  position: relative;
  margin-bottom: 70px;
  text-align: left;
}
@media screen and (min-width: 1441px) {
  .expert {
    width: calc(1120px + (100% - 1120px) / 2);
  }
}
.expert:nth-of-type(2n-1) {
  margin-right: -11.111111vw;
  padding-left: 4.5%;
}
@media screen and (min-width: 1441px) {
  .expert:nth-of-type(2n-1) {
    margin-left: auto;
    margin-right: unset;
    padding-left: 40px;
  }
}
.expert:nth-of-type(2n-1) .expert__inner {
  padding-right: 11.111111vw;
}
@media screen and (min-width: 1441px) {
  .expert:nth-of-type(2n-1) .expert__inner {
    padding-right: calc((100vw - 1120px) / 2);
  }
}
.expert:nth-of-type(2n-1) .expert-img {
  margin-left: -4.5%;
}
@media screen and (min-width: 1441px) {
  .expert:nth-of-type(2n-1) .expert-img {
    margin-left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .expert:nth-of-type(2n-1) {
    margin-right: -5vw;
  }
  .expert:nth-of-type(2n-1) .expert__inner {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .expert:nth-of-type(2n-1) {
    margin-right: -20px;
  }
  .expert:nth-of-type(2n-1) .expert__inner {
    padding-right: 20px;
  }
  .expert:nth-of-type(2n-1) .expert-img {
    margin-left: -20px;
  }
}
.expert:nth-of-type(2n) {
  margin-left: -11.111111vw;
  padding-right: 4.5%;
}
@media screen and (min-width: 1441px) {
  .expert:nth-of-type(2n) {
    margin-right: auto;
    margin-left: unset;
    padding-right: 40px;
  }
}
.expert:nth-of-type(2n) .expert__inner {
  flex-flow: row-reverse;
  padding-left: 11.111111vw;
}
@media screen and (min-width: 1441px) {
  .expert:nth-of-type(2n) .expert__inner {
    padding-left: calc((100vw - 1120px) / 2);
  }
}
.expert:nth-of-type(2n) .expert-img {
  margin-right: -4.5%;
}
@media screen and (min-width: 1441px) {
  .expert:nth-of-type(2n) .expert-img {
    margin-right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .expert:nth-of-type(2n) {
    margin-left: -5vw;
  }
  .expert:nth-of-type(2n) .expert__inner {
    padding-left: calc(5vw + 4.5%);
  }
}
@media screen and (max-width: 600px) {
  .expert:nth-of-type(2n) {
    margin-left: -20px;
  }
  .expert:nth-of-type(2n) .expert__inner {
    padding-left: 20px;
  }
  .expert:nth-of-type(2n) .expert-img {
    margin-right: -20px;
  }
}
.expert__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgba(216, 0, 92, 0.05);
}
@media screen and (max-width: 1100px) {
  .expert__inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .expert__inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .expert__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.expert-img {
  width: 35.700935%;
}
@media screen and (max-width: 768px) {
  .expert-img {
    width: 34%;
  }
}
.expert-profile {
  width: 61.308411%;
}
@media screen and (max-width: 768px) {
  .expert-profile {
    width: 66%;
  }
}
.expert-detail {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .expert-detail {
    display: block;
  }
}
.expert-title {
  margin-bottom: 0.7em;
  font-size: 1.111111rem;
  line-height: 1;
  color: #9b51e0;
}
@media screen and (max-width: 600px) {
  .expert-title {
    font-size: 1rem;
  }
}
.expert-name {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .expert-name {
    font-size: 1.8rem;
  }
}
.expert-license-list {
  font-size: 0.888888rem;
}
.expert-license-list__item {
  margin-bottom: 1em;
}
.expert-license-list__item:last-of-type {
  margin-bottom: 0;
}
.expert-desc {
  margin-top: 1.2em;
  padding-top: 1em;
  border-top: 2px solid #d1ccce;
}

.name__wrapper {
  padding-right: 40px;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .name__wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .name__wrapper {
    margin-bottom: 30px;
  }
}

.license {
  margin: 0 4.5%;
  max-width: 1040px;
  padding: 40px 60px;
  background: #f9f7f4;
}
@media screen and (min-width: 1441px) {
  .license {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .license {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .license {
    margin: 0;
    padding: 30px 20px;
  }
}
.license-ttl {
  margin-bottom: 1em;
  font-size: 1.777777rem;
}
.license-ttl::after {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  margin: 1.777777rem auto 0;
  background: #e0b4b4;
}
.license-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .license-cont {
    display: block;
  }
}
.license-list {
  width: 48%;
  text-align: left;
  font-size: 1.444444rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .license-list {
    font-size: 1.333333rem;
  }
}
@media screen and (max-width: 600px) {
  .license-list {
    width: 100%;
  }
}
.license-list__item {
  position: relative;
  margin-top: 1em;
  padding-left: 1.34em;
}
.license-list__item::before {
  position: absolute;
  top: 0.25em;
  right: unset;
  bottom: unset;
  left: 0;
  content: "";
  display: block;
  width: 0.84em;
  height: 0.84em;
  background: url(/app/assets/images/pc/lp/beauty/icon-check.png) no-repeat;
  background-size: contain;
}
.license-list__item .sm {
  font-size: 1rem;
}

.tasks .sec__cont {
  padding-left: 4.5%;
  padding-right: 4.5%;
}
@media screen and (max-width: 600px) {
  .tasks .sec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}

.task-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
@media screen and (max-width: 1100px) {
  .task-list {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 600px) {
  .task-list {
    margin-bottom: -20px;
  }
}
.task-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(33.3333333333% - 26.6666666667px);
  margin-bottom: 40px;
  background-color: #51b1c6;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .task-list__item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .task-list__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
.task-list__item img {
  width: 40%;
}
.task-list__item h3 {
  width: 60%;
  text-align: center;
  font-size: 1.111111rem;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .task-list__item h3 {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 600px) {
  .task-list__item h3 {
    font-size: 3.5vw;
  }
}

.case .sec__cont {
  padding-left: 4.5%;
  padding-right: 4.5%;
}
@media screen and (max-width: 600px) {
  .case .sec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}

.case-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: -40px;
}
@media screen and (max-width: 600px) {
  .case-list {
    display: block;
  }
}
.case-list__item {
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .case-list__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.case-list__item h3 {
  margin: 1em 0 0.7em;
  font-size: 1.444444rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .case-list__item h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 600px) {
  .case-list__item h3 {
    margin: 0.8em 0 0.6em;
    font-size: 6vw;
  }
}
.case-list__item p {
  font-size: 1.111111rem;
}
@media screen and (max-width: 768px) and (min-width: 601px) {
  .case-list__item p {
    font-size: 1rem;
  }
}

.case-detail {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .case-detail {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .case-detail {
    margin-top: 10px;
  }
}

.case-cat-list {
  margin-right: -0.888888em;
  margin-bottom: -4px;
}
.case-cat-list::after {
  display: block;
  content: "";
  clear: both;
}
.case-cat-list__item {
  float: left;
  margin-right: 0.888888em;
  margin-bottom: 4px;
  padding: 0.444444em 0.611111em;
  color: #fff;
}
.case-cat-list__item.writing {
  background-color: #51b1c6;
}
.case-cat-list__item.pr {
  background-color: #d8005c;
}
.case-cat-list__item.review {
  background-color: #9b51e0;
}
@media screen and (max-width: 1100px) and (min-width: 601px) {
  .case-cat-list__item {
    font-size: 1.8vw;
  }
}

.step {
  background: #f6f6f6;
}
.step .sec__cont {
  padding-left: 4.5%;
  padding-right: 4.5%;
}
@media screen and (max-width: 600px) {
  .step .sec__cont {
    padding-left: 0;
    padding-right: 0;
  }
}

.step-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .step-list {
    display: block;
  }
}
.step-list__item {
  width: 21%;
  margin-right: 18.5%;
}
.step-list__item:nth-of-type(3), .step-list__item:nth-of-type(5) {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .step-list__item {
    width: 25%;
    margin-right: 12.5%;
  }
}
@media screen and (max-width: 768px) {
  .step-list__item {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 7vw;
  }
}

.step__figure {
  position: relative;
  width: 100%;
  margin: 0 auto 1em;
}
@media screen and (max-width: 768px) {
  .step__figure {
    width: 30%;
    margin: 0;
  }
}
.step__figure::after {
  position: absolute;
  top: 65%;
  right: unset;
  bottom: unset;
  left: -54%;
  display: block;
  content: "";
  width: 39px;
  height: 14px;
  background: url(/app/assets/images/pc/lp/beauty/icon-arrow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1100px) {
  .step__figure::after {
    left: -35%;
  }
}
@media screen and (max-width: 768px) {
  .step__figure::after {
    transform: rotate(90deg);
    left: 46%;
    top: -10%;
    width: 20px;
    height: 7px;
  }
}
.step-list__item:first-of-type .step__figure::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .step__detail {
    width: 70%;
    padding-left: 7.5%;
  }
}
.step__detail .ttl {
  margin-bottom: 1em;
  font-size: 1.444444rem;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .step__detail .ttl {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .step__detail .ttl {
    text-align: left;
  }
}
.step__detail .txt {
  text-align: left;
  font-size: 1.111111rem;
}

.faq-list-item {
  margin-top: 15px;
  padding: 0 4.5%;
  background: #f9f7f4;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .faq-list-item {
    padding: 0 12px;
  }
}
.faq-list-item.show {
  background: #b9e0e8;
}

.faq-list-ttl {
  position: relative;
  padding: 20px 80px;
  cursor: pointer;
}
.faq-list-ttl::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 0;
  box-sizing: border-box;
  width: 48px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .faq-list-ttl::before {
    width: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .faq-list-ttl {
    padding: 20px 40px 20px 50px;
  }
}
.faq-list-ttl::before {
  content: "Q";
  height: 48px;
  background: #51b1c6;
  color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .faq-list-ttl::before {
    height: 30px;
  }
}
.faq-list-item.show .faq-list-ttl {
  color: #a2a2a2;
}

.faq-list-cont {
  position: relative;
  height: 0;
  opacity: 0;
  transition: 0.4s;
  padding: 0 80px;
  border-top: 1px solid #777777;
}
.faq-list-cont::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 0;
  box-sizing: border-box;
  width: 48px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .faq-list-cont::before {
    width: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .faq-list-cont {
    padding-left: 50px;
    padding-right: 40px;
  }
}
.faq-list-cont p {
  line-height: 1.4;
}
.faq-list-cont a {
  text-decoration: underline;
  color: #51b1c6;
}
.faq-list-cont::before {
  content: "A";
  top: unset;
  color: #51b1c6;
}
@media screen and (max-width: 600px) {
  .faq-list-cont::before {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
  }
}
.faq-list-item.show .faq-list-cont {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
}

.contact .btn__wrapper:hover svg {
  transform: translateX(4px);
}
.contact-cat-list {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -0.6rem;
  font-size: 1.111111rem;
}
.contact-cat-list__item {
  margin-bottom: 0.6rem;
}

fieldset {
  margin-bottom: 40px;
}

.form-item {
    text-align: left;
}
.form-item > label {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 2em 0 1em;
  font-size: 1.333333rem;
}
.form-item:first-child label {
  margin-top: 0;
}
.form-item .form-label {
  width: 44px;
  margin-left: 1rem;
  padding: 5px 0 4px;
  background: rgba(95, 166, 250, 0.7);
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.form-item .form-label.required {
  background: rgba(255, 52, 24, 0.7);
}
.form-item .input-txt {
  width: 100%;
  padding: 1em;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
}
.form-item .input-file {
  width: unset;
  margin-right: 1em;
  padding: 20px 40px;
  border: unset;
  background: #ededed;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #afafaf;
  transition: 0.4s;
  cursor: pointer;
}
.form-item .input-file:hover {
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .form-item .input-file {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.form-item .checkbox {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 1.5em 0 2em;
  cursor: pointer;
}
.form-item .checkbox::before {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 4px;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: #fff;
  border: 1px solid #9b9b9b;
}
.form-item .checkbox::after {
  position: absolute;
  top: 50%;
  right: unset;
  bottom: unset;
  left: 0.55em;
  content: "";
  display: block;
  width: 0.3em;
  height: 0.6em;
  margin-top: -0.4em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}
.form-item input[type=checkbox]:checked + .checkbox::before {
  background: #51b1c6;
  border-color: #51b1c6;
}
.form-item input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}
.form-item textarea {
  border: unset;
  width: 100%;
  height: 368px;
  margin-top: 1.5em;
  padding: 1em;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .form-item textarea {
    height: 280px;
  }
}
.form-item .validate-message {
    line-height: 2;
    color: #DC2626;
}

.other .sec__inner {
    max-width: 1080px;
    color: #707070;
}
.other .sec__cont {
  text-align: left;
}
.other h3 {
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid #bbbbbb;
  font-size: 1.333333rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .other h3 {
    font-size: 1.222222rem;
  }
}
.other li {
  margin-top: 1em;
}
.other .sec__inner a:link,
.other .sec__inner a:visited {
    color: #707070;
    opacity: 1;
}
.other .sec__inner a:hover {
    opacity: 0.8;
}
.service__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 1100px) {
    .service__wrapper > div {
        margin-top: 40px;
    }
    .service__wrapper > div:last-of-type {
        padding-left: 40px;
    }
}
@media screen and (max-width: 600px) {
    .service__wrapper {
        display: block;
    }
    .service__wrapper > div {
        margin-top: 40px;
    }
    .service__wrapper > div:last-of-type {
        padding-left: 0;
    }
}
button.button__file {
    width: 50%;
    line-height: 2;
    text-align: center;
    color: #3B82F6;
    display: none;
    border: 1px solid #3B82F6;
    border-radius: 0.375rem;
    background-color: #fff;
    transition: all ease-in-out 0.15s;
}
.button__file:hover {
    background-color: #3B82F6;
    color: #ffffff;
    transition: all ease-in-out 0.15s;
}
@media screen and (max-width: 768px) {
    .button__file {
        display: block;
    }
}
.input-file__drop {
    width: 100%;
    min-height: 5rem;
    align-items: center;
    justify-content: center;
    background-color: #F3F4F6;
    border-radius: 5px;
    border-width: 2px;
    border-style: dashed;
    border-color: #9CA3AF;
    padding: 2.5rem 0.75rem;
    display: flex;
}
.drop__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .input-file__drop {
        display: none;
    }
}
.input-file__wrapper {
    width: 100%;
    display: block;
}
.input-file__wrapper .text__sub {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.file__list .list-disc {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.sec.confirm,
.sec.complete {
    padding-top: 100px;
}
@media screen and (max-width: 768px) {
    .sec.confirm,
    .sec.complete {
        padding-top: 70px;
    }
}
/*# sourceMappingURL=style.css.map */
