@charset "utf-8";


/* -------------------------------
共通
 ------------------------------- */

 body {
  margin: 0;
  background: #faf0e6;
  color: #115582;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}



h2 {
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  margin-top: 180px;
}

h2::before {
  content: "- ";
}

h2::after {
  content: " -";
}

p {
  text-align: justify;
  font-size: 0.95rem;
  line-height: 1.6;
}

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

.sp-br {
  display: none;
}

.sec-flex {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.sec-pic {
  margin-top: 20px;
  width: 40%;
}

.sec-text {
  width: 55%;
  letter-spacing: .15rem;
}

.inner-width {
  max-width: 1000px;
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 auto;
}



/* -------------------------------
右下ボタン
 ------------------------------- */

/* ボタンのスタイル */
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  /* ボタンの装飾 */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #115582;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* 矢印のスタイル */
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  transform: scale(1.1);
}

.fadein{
  opacity: 0;
}

/* -------------------------------
ヘッダー
 ------------------------------- */

.logo {
  text-align: center;
  font-size: 2.0rem;
  font-family: 'Poppins', sans-serif;
  margin-top: 60px;
  letter-spacing: .3rem;
  line-height: 1.3;
}


.logo p {
  display: inline-block;
  font-size: 16px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 8px 0;
  text-align: center;
}

.logo br {
  display: none;
}

.point-color {
  color: #f4a460;
}

.logo .bottom {
  margin-top: 40px;
  position: relative;
}

.logo .bottom::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #115582;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}

.logo .bottom::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #115582;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(135deg);
}

/* -------------------------------
メインビジュアル
 ------------------------------- */

.hero-img {
  text-align: center;
  padding: 0 4%;
  position: relative;
  margin-top: -5px;
}

.hero-img::before {
  content: "";
  background: url(../img/logo.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -70px;
  z-index: 4;
}

.hero-img::after {
  content: "";
  width: 1.5px;
  height: 95%;
  background: #fff;
  position: absolute;
  top: 45px;
  transform: rotate(18deg);
}

.recruit {
  font-family: 'Bebas Neue', sans-serif;
  position: absolute;
  top: 120px;
  right: -110px;
  color: #fff;
  font-size: 9.3rem;
  transform: rotate(90deg);
  z-index: 100;
}

#changePic {
  border-radius: 20px 20px 0 0;
  transition: filter 0.3s, transform 0.3s;
}



.contact {
  text-align: center;
  background: #fff;
  padding: 50px 0;
}

.contact p {
  text-align: center;
}

.pc-text {
  margin-top: -10px;
}

.sp-text{
  display: none;
}


.phone-small {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.2rem;
}

.phone {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5.5rem;
}

.btn a{
  display: inline-block;
  background: #f4a460;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .25rem;
  border-radius: 8px;
  width: 480px;
  padding: 20px 0;
  text-align: center;
  margin: 20px auto 10px;
  transition: opacity .3s;
  position: relative;
}

.btn a::after {
  content: "▶︎";
  color: #fff;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.btn a:hover {
  opacity: 0.5;
}

/* -------------------------------
こだわり部分
 ------------------------------- */



.content-pic {
  margin-top: 24px;
  width: 40%;
}

.content-text {
  width: 55%;
  letter-spacing: .15rem;
}

.system {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.system li {
  width: calc((100% - 60px) / 4);
  background: #115582;
  border-radius: 8px;
  padding: 0 8px;
  box-sizing: border-box;
}

.system li p {
  color: #fff;
  text-align: center;
}

/* -------------------------------
パートサロンの1日 / スタイリストへの道
 ------------------------------- */

.sec-ist {
  margin-top: 40px;
}

/* -------------------------------
スタッフのコメント
 ------------------------------- */

.staff ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-top: 45px;
}

.staff ul li {
  background: #fff;
  width: 48%;
  border-radius: 10px;
}

.staff ul li img {
  border-radius: 8px 8px 0 0;
}

.staff-text {
  padding: 10px 10% 20px;
  box-sizing: border-box;
}

.staff-text h3 {
  border-bottom: #115582 1px solid;
  padding-bottom: 8px;
  font-size: 16px;
}

/* -------------------------------
よくある質問
 ------------------------------- */
 
 .accordion dl{
  margin-top: 34px;
 }

.accordion dl>div {
  margin-bottom: 20px;
}

.accordion dt {
  padding: 18px 16px;
  font-weight: 700;
  background: #fff;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.accordion dt:hover {
  background: #115582;
  color: #fff;
  transition: .4s;
}

.accordion dt::before {
  content: "Q . ";
}

.accordion dt::after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: #115582 2px solid;
  border-right: #115582 2px solid;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: rotate(45deg) translateY(-50%);
  transition: transform .3s;
}

.accordion dt:hover::after {
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
}

.accordion dl>div.appear dt::after {
  transform: rotate(135deg);
}

.accordion dd {
  margin: 0;
  padding: 20px 8px 24px;
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: .15rem;
  text-align: justify;
  display: none;
}

.accordion dl>div.appear dd {
  display: block;
  animation: fadeIn .5s;
}

.accordion dd::before {
  content: "A . ";
  font-weight: 700;
  color: #f4a460;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.phone-acc{
  color: #f4a460;
  font-weight: 800;
}

/* -------------------------------
サロン紹介
 ------------------------------- */

 .grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 34px;
 }

.salon-name{
  background-color: #115582;
  color: #fff;
  border-radius: 0 15px 0 0;
  padding: 1px 16px;
 }

 .salon-name p{
  font-size: .8rem;
 }

 .salon-info{
  position: relative;
 }

 .yuki{
  position: absolute;
  bottom: -140px;
  right: 160px;
 }

 .yuki-pic{
  margin-top: 10px;
 }


 .salon-info li{
  transition: oapcity .4s, transform .4s, drop-shadow .4s;
 }

 .salon-info li:hover{
  opacity: .8;
  transform: scale(1.05);
  filter: drop-shadow(1px 1px 6px #bbb);
 }

 .salon-pic{
  position: relative;
 }

 .salon-pic::after{
  content: "";
  background: url(../img/pic.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 78%;
  top: 70%;
  cursor: pointer;
  pointer-events: none;
 }

 /* -------------------------------
フッター
 ------------------------------- */

 footer{
  margin-top: 140px;
 
 }

 footer .copyright{
  margin: 40px 0 70px;
 }

/* -------------------------------
スマホ用
 ------------------------------- */

@media(max-width: 600px) {

  .btn a{
    width: 85%;
  }
  
  .logo {
    line-height: 1;
    margin-top: 30px;
  }

  .hero-img {
    margin-top: -30px;
  }

  .hero-img::after{
    display: none;
  }

  h2 {
    margin-top: 110px;
    font-size: 1.5rem;
  }

  .sp-br {
    display: block;
  }

  .logo br {
    display: block;
  }

  .pc-text {
    display: none;
  }
  
  .sp-text{
    display: block;
    margin-top: -8px;
    font-size: 0.85rem;
  }

  .phone-small {
    font-size: 2rem;
  }

  .phone {
    font-size: 3.5rem;
  }


  .hero-img::before {
    display: none;
  }

  .recruit {
    display: none;
  }

  .contact {
    padding: 30px 0;
  }

  .sec-flex {
    flex-direction: column;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .sec-pic {
    width: 100%;
    margin-top: 5px;
  }
  
  .sec-text {
    width: 100%;
    margin-top: -10px;
  }

  .system {
    margin-top: 12px;
  }

  .system li {
    width: calc((100% - 20px) / 2);
  }

  .roadmap-flex {
    flex-direction: column-reverse;
  }

  .sec-ist {
    margin-top: 12px;
  }

  .staff ul li {
    width: 100%;
  }

  .grid{
    grid-template-columns: repeat(2, 1fr);
   }

   footer{
    margin-top: 100px;
   }

   .yuki{
    display: none;
   }

   .wrap {
    overflow: hidden;
  }

  .salon-pic::after{
    position: absolute;
    left: 75%;
    top: 62%;
   }

}
