@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=M+PLUS+1p&family=Zen+Maru+Gothic&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=M+PLUS+1p&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&display=swap');

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Serif JP", serif;

}

/* 共通 -------------------- */
html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1096px;
  margin: 0 auto;
  padding: 80px 0;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #ffffff;
}

main h2 {
  text-align: center;
  font-size: 32px;
  color: #5C4A43;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

main h3 {
  text-align: center;
  font-size: 20px;
  color: #5C4A43;
}

main h4 {
  color: #6E625D;
  font-size: 20px;
}

p {
  font-size: 16px;
  color: #6E625D;
}

/* fixBtn -------------------- */
.fixBtn-pc {
  display: block;
  position: fixed;
  bottom: 24px;
  right: 10px;
  width: 15%;
  z-index: 101;
}

.fixBtn-pc a:hover {
  opacity: .8;
}

.fixBtn-sp {
  display: none;
}

/* header -------------------- */
header {
  height: 96px;
  background: #FFF8F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

h1 {
  width: 10%;
}

.pc-menu-box {
  width: 55%;
  display: flex;
}

.pc-menu-box li+li {
  text-align: center;
  margin-left: 24px;
}

.pc-menu-box a {
  font-size: min(1.5vw, 24px);
  font-family: "Cormorant Garamond", serif;
  color: #5C4A43;
  position: relative;
}

.sp-menu {
  display: none;
}

/* 下線 */
.pc-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  /* 文字との距離調整 */
  width: 100%;
  height: 0.5px;
  background-color: #5C4A43;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* hoverで左→右に伸びる */
.pc-menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}


.fv-pc {
  display: block;
}

.fv-sp {
  display: none;
}

/* about-moana -------------------- */
.about-moana-pc {
  display: block;
}

.about-moana-sp {
  display: none;
}

#about-moana article {
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
}

#about-moana .img {
  width: 100%;
}

#about-moana .txt {
  width: 100%;
  margin: 80px 100px 0 0;
  padding: 0 48px;
  box-sizing: border-box;
}

#about-moana h2 {
  font-size: 48px;
  text-align: left;
  margin-bottom: 2px;
  font-family: "Cormorant Garamond", serif;
}


#about-moana h4 {
  color: #6E625D;
  margin: 4px 0 40px 76px;
  font-size: 16px;
}

#about-moana p {
  padding-bottom: 16px;
  line-height: 1.8;
}

/* point -------------------- */
#point {
  background: #F7ECEF;
}

#point .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0 48px 0;
}

#point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

#point .li-top {
  width: calc((100% - 96px) /2);
  margin-bottom: 64px;
}

#point .li-bottom {
  width: calc((100% - 96px) /2);
  margin-bottom: 16px;
}

#point h3 {
  margin: 24px 0 16px 0;
}

#point p {
  line-height: 1.6;
}

/* line -------------------- */
.line1 {
  background: url(../img/point-bg-under.png) center/contain;
  background-size: cover;
  height: 172px;
}


/* benefits -------------------- */
#benefits {
  margin-top: 48px;
}

#benefits .container {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #ffffff;
}

#benefits ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#benefits li {
  width: calc((100% - 144px) /3);
}

#benefits h3 {
  margin: 32px 0 24px;
}

#benefits p {
  line-height: 1.6;
}

#benefits .img {
  width: 75%;
  margin: 0 auto;
}

/* message -------------------- */
#message {
  background: #FDF8F5;
}

#message article {
  display: flex;
  align-items: center;
}

#message .img {
  width: 45%;

}

#message .txt {
  width: 55%;
  margin-left: 40px;
}

#message p {
  line-height: 1.8;
  padding-bottom: 24px;
}

/* job-description -------------------- */
#job-description {
  background: #EEE6E8;
}

#job-description h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin: 16px 0;
  /* margin-bottom: 16px; */
  border-left: 3px solid #B78681;
  padding-left: 16px;
}

#job-description .txt {
  /* margin: 0 48px 24px 16px; */
  padding: 0 48px 24px 16px;
  /* padding-bottom: 24px; */
  border-bottom: 1px solid #ddd;
}

#job-description .txt-place {
  margin: 0 48px 0 16px;
}

#job-description .inner {
  padding: 120px;
}


#job-description ul {
  line-height: 1.5;
  margin-bottom: 20px;
}

#job-description li {
  font-size: 16px;
  position: relative;
  padding-left: 52px;
  color: #6E625D;
}

#job-description li::before {
  content: "";
  background: url(../img/check.png) center/cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 29px;
}



/* flow -------------------- */
#flow {
  background: #F1EEE8;
}


#flow ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: stretch;
}

#flow li {
  width: calc((100% - 150px)/ 4);
  position: relative;
  padding: 40px 24px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-sizing: border-box;
}

/* 矢印の共通設定 */
.flow-arrow1,
.flow-arrow2,
.flow-arrow3 {
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 各位置をliの間に固定 */
.flow-arrow1 {
  left: 103.3%;
}

.flow-arrow2 {
  left: 103.3%;
}

.flow-arrow3 {
  left: 103.5%;
}




.flow1::before {
  content: "";
  background: url(../img/step1.png) center/cover;
  width: 143px;
  height: 80px;
  position: absolute;
  top: -8%;
  left: -12%;
}

.flow2::before {
  content: "";
  background: url(../img/step2.png) center/cover;
  width: 143px;
  height: 80px;
  position: absolute;
  top: -8%;
  left: -12%;
}

.flow3::before {
  content: "";
  background: url(../img/step3.png) center/cover;
  width: 143px;
  height: 80px;
  position: absolute;
  top: -8%;
  left: -12%;
}

.flow4::before {
  content: "";
  background: url(../img/step4.png) center/cover;
  width: 143px;
  height: 80px;
  position: absolute;
  top: -8%;
  left: -12%;
}


#flow h3 {
  margin-bottom: 16px;
}

.flow-box p {
  line-height: 1.6;
}

.step-img {
  width: 60%;
}

/* line -------------------- */
.line2 {
  background: url(../img/flow-bg-under.png);
  background-size: cover;
  height: 174px;
}


/* qa -------------------- */
#qa .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0 48px 0;
}

.q {
  position: relative;
  margin-bottom: 16px;
  padding-left: 80px;
}

.q::before {
  content: "";
  display: block;
  background: url(../img/q-mark.png) no-repeat center/contain;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -16px;
  left: 26px;
}

.a {
  position: relative;
  margin-bottom: 16px;
  padding-left: 80px;
}

.a::before {
  content: "";
  display: block;
  background: url(../img/a-mark.png) no-repeat center/contain;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -16px;
  left: 25px;
}

#qa li+li {
  margin-top: 80px;
}

/* footer(pc) -------------------- */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.btn-white-pc {
  display: block;
}

.btn-white-sp {
  display: none;
}

footer {
  background: #FDF8F5;
}

footer h2 {
  padding: 24px 0 0 24px;
  color: #6E625D;
  letter-spacing: 2px;
}

footer .container {
  padding: 40px 0;
}

footer h3 img {
  display: block;
  width: 8%;
  margin: 0 auto;
}

footer ul {
  width: 100%;
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 2px;
  color: #6E625D;
}

footer ul li a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

footer a {
  color: #6E625D;
}

/* 下線 */
footer ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  /* 文字との距離調整 */
  width: 100%;
  height: 0.5px;
  background-color: #5C4A43;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* hoverで左→右に伸びる */
footer ul a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

footer article {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer .phone-and-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .phone {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

footer .phone img {
  width: 15%;
  margin: 15px 8px 0;
}

footer p,
footer a {
  font-size: 24px;
  text-align: center;
  letter-spacing: 4px;
}

footer .btn-white a,
footer .btn-pink a {
  display: inline-block;
  width: 320px;
  margin: 24px 0 0 0;
  font-size: 20px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 30px;
  letter-spacing: 1.5px;
  position: relative;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

footer .btn-white a {
  background: #ffffff;
  color: #B78681;
  border: .5px solid #B78681;
}

footer .btn-pink a {
  background: #B78681;
  color: #ffffff;
}

footer .btn-white a::after,
footer .btn-pink a::after {
  content: "›";
  position: absolute;
  top: 48%;
  right: 8%;
  transform: translateY(-50%);
  line-height: 1;
}

footer .btn-white a:hover,
footer .btn-pink a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

footer .btn-white a:active,
footer .btn-pink a:active {
  background: #c5aab1;
  transform: translateY(1px);
}

.footer-sns {
  display: flex;
  margin: 16px 0 40px;
}

.footer-sns img {
  width: 60px;
  height: 60px;
}

.tiktok {
  margin-left: 16px;
}


.footer-sns a img:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

small {
  display: block;
  text-align: center;
  color: #6e625d;
}

@media(max-width:1310px) {
  .container {
    max-width: 750px;
    margin: 0 auto;
    padding: 80px 0;
  }

  h1 {
    width: 20%;
  }

  .inner {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
    background-color: #ffffff;
  }


  /* about-moana -------------------- */
  .about-moana-pc {
    display: none;
  }

  .about-moana-sp {
    display: block;
  }


  #about-moana h2 {
    text-align: center;
  }

  #about-moana h4 {
    margin: 4px 0 40px 0;
    text-align: center;
    font-size: 16px;
  }

  #about-moana .txt {
    width: 100%;
    margin: 0 0 24px 0;
    padding: 0;
  }


  /* job-description -------------------- */
  #job-description .inner {
    padding: 64px;
  }

  /* line -------------------- */
  .line1 {
    background: url(../img/point-bg-under.png) center/contain;
    background-size: cover;
    height: 100px;
  }

  /* line -------------------- */
  .line2 {
    background: url(../img/flow-bg-under.png);
    background-size: cover;
    height: 106px;
  }


  /* flow -------------------- */
  #flow h3 {
    margin: 20px 0;
  }

  /* 矢印の共通設定 */
  .flow-arrow1,
  .flow-arrow2,
  .flow-arrow3 {
    width: 30px;
  }

  /* 各位置をliの間に固定 */
  .flow-arrow1 {
    left: 108.5%;
  }

  .flow-arrow2 {
    left: 109.4%;
  }

  .flow-arrow3 {
    left: 107.8%;
  }

  /* fixBtn -------------------- */
  .fixBtn-pc {
    width: 18%;
  }

  #qa .container {
    max-width: 600px;
  }

  #benefits .container {
    max-width: 750px;
  }

}

@media(max-width:720px) {

  h1 {
    width: 20%;
    position: fixed;
  }

  .container {
    max-width: 500px;
    margin: 0 auto;
    padding: 32px 0;
  }

  .inner {
    /* max-width: 400px; */
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 32px;
    background-color: #ffffff;
  }

  /* header(sp) -------------------- */

  header {
    height: 72px;
    background: #FFF8F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }

  .pc-menu {
    display: none;
  }

  .sp-menu {
    display: block;
  }

  .menu-btn {
    position: fixed;
    top: 8px;
    right: 16px;
    width: 60px;
    height: 60px;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1001;
  }

  .menu-btn span {
    background: rgba(92, 74, 67, 0);
    width: 40px;
    height: 2px;
    position: absolute;
  }

  .menu-btn span::before,
  .menu-btn span::after {
    content: "";
    background: rgba(92, 74, 67, 1);
    width: 40px;
    height: 2px;
    position: absolute;
    transition: all .6s;
  }

  .menu-btn span::before {
    bottom: 6px;
  }

  .menu-btn span::after {
    top: 6px;
  }

  #menu-btn-check:checked+.menu-btn span {
    background: rgba(92, 74, 67, 0);
  }

  #menu-btn-check:checked+.menu-btn span::before {
    background: rgba(92, 74, 67, 1);
    transform: rotate(45deg);
    bottom: 0;
  }

  #menu-btn-check:checked+.menu-btn span::after {
    background: rgba(92, 74, 67, 1);
    transform: rotate(-45deg);
    top: 0;
  }

  #menu-btn-check {
    display: none;
  }

  .sp-menu-box {
    width: 80%;
    height: 100vh;
    background: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    right: 0;
    padding: 100px 10px 0;
    box-sizing: border-box;

    transform: translateX(100%);
    transition: transform .8s ease;
  }

  .sp-menu-box li a {
    display: block;
    color: #5C4A43;
    text-decoration: none;
    text-align: left;
    padding: 10px 16px;
    font-family: "Cormorant Garamond", serif;

    font-size: 24px;
    border-bottom: 1px solid #5C4A43;
    letter-spacing: 3px;
    transition: .5s;
  }

  #menu-btn-check:checked~.sp-menu-box {
    transform: translateX(0);
  }

  .sp-menu-box a:active {
    transform: scale(0.995);
    background: rgba(160, 107, 102, 0.1);
  }

  main {
    padding-top: 72px;
  }

  #about-moana h2 {
    font-size: 32px;
  }


  /* fixBtn -------------------- */
  .fixBtn-pc {
    display: none;
  }

  .fixBtn-sp {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    position: absolute;
    background: rgba(255, 255, 255, .7);
    position: fixed;
  }

  .fixBtn-sp a {
    display: block;
    height: 32px;
    width: 320px;
    padding: 12px 0 14px;
    text-align: center;
    background: #a06b66;
    color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    letter-spacing: 5px;
    transition: 0.3s;
    position: fixed;
  }

  .fixBtn-sp a::after {
    content: "›";
    top: 16px;
    left: 86%;
    line-height: 1;
    position: absolute;
  }

  .fixBtn-sp a:hover {
    opacity: .8;
  }

  #job-description .inner {
    padding: 32px;
  }


  /* benefits -------------------- */

  #benefits .container {
    max-width: 500px;
  }

  #benefits li {
    width: calc((100% - 60px) /3);
  }

  /* message -------------------- */
  #message article {
    display: flex;
    flex-direction: column;
  }

  #message .img {
    width: 100%;

  }

  #message .txt {
    width: 100%;
    margin: 24px 0;
  }


  /* flow -------------------- */
  #flow ul {
    flex-direction: column;
    align-items: center;
  }

  #flow li {
    width: 80%;
    margin-bottom: 60px;
    /* 矢印が入るスペースを確保 */
    position: relative;
  }

  /* 最後の要素には矢印をつけないのでmarginを消す */
  #flow li:last-of-type {
    margin-bottom: 0;
  }

  /* 矢印をliの真下に固定 */
  .flow-arrow1,
  .flow-arrow2,
  .flow-arrow3 {
    width: 40px;
    position: absolute;
    /* 浮かせます */
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    /* 左右真ん中寄せ ＋ 90度回転 */
    bottom: -50px;
    /* liの底から50px下に固定 */
    top: auto;
  }


  /* qa -------------------- */
  #qa .container {
    max-width: 480px;
  }

  #qa .container {
    margin: 0 auto;
    padding: 40px 36px 48px 0;
  }

  #qa li+li {
    margin-top: 44px;
  }


  #concept,
  #business,
  #salon {
    scroll-margin-top: 72px;
  }

  /* footer(sp) -------------------- */
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}


  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .container {
    order: 3;
    padding: 16px 0;
  }

  footer article,
  footer .footer-nav-sns,
  footer .phone-and-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  footer h3 {
    order: 1;
    width: 100%;
  }


  footer h2 {
    order: 2;
    padding: 24px 0 16px;
    text-align: center;
  }

  footer h3 img {
    width: 20%;
    margin-top: 32px;
  }

  footer ul {
    width: 100%;
    font-size: 16px;
    padding: 0;
    margin-bottom: 24px;
  }

  .footer-sns {
    justify-content: center;
    margin: 0 0 30px;
  }

  footer .phone {
    margin-right: 0;
    justify-content: center;
    margin-bottom: 10px;
  }

  footer .phone img {
    width: 25px;
    margin: 0 8px 0 0;
  }

  footer p,
  footer a {
    font-size: 20px;
  }

  footer .btn-white a,
  footer .btn-pink a {
    width: 280px;
    margin: 15px 0 0 0;
    font-size: 16px;
  }

  small {
    order: 4;
  }

  footer {
    padding-bottom: 80px;
  }

}

@media(max-width:500px) {

  h1 {
    width: 30%;
  }

  main h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .fv-pc {
    display: none;
  }

  .fv-sp {
    display: block;
  }

  .container {
    max-width: 360px;
    margin: 0 auto;
    padding: 32px 0;
  }

  /* point -------------------- */
  #point .container {
    max-width: 360px;
    margin: 0 auto;
    padding: 32px 0 32px;
  }


  #point ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 32px;
  }

  #point .li-top,
  #point .li-bottom {
    width: 80%;
    margin-bottom: 64px;
    margin: 0 auto;
  }

  /* line -------------------- */
  .line1 {
    background: url(../img/point-bg-under.png) no-repeat center/contain;
    background-size: cover;
    height: 36px;
    width: 100%;

  }

  /* line -------------------- */
  .line2 {
    background: url(../img/flow-bg-under.png)no-repeat center/contain;
    background-size: cover;
    height: 40px;
    width: 100%;
  }


  #flow li {
    width: 80%;
  }


  /* benefits -------------------- */
  #benefits {
    margin-top: 0;
  }

  #benefits .container {
    max-width: 360px;
    padding-bottom: 24px;
  }

  #benefits ul {
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
  }

  #benefits li {
    width: 70%;
    margin: 0 auto 32px;

  }


  #job-description .txt {
    padding: 0 24px 24px 16px;
  }

  #job-description .inner {
    max-width: 90%;
    padding: 32px;
  }
}