@charset "UTF-8";

/* 共通設定 */

* {
  margin: 0;
  padding: 0;
}

br.pc{
display:block;
}

br.sp{
display:none;
}

@media  (max-width: 768px){

br.pc{
display:none;
}

br.sp{
display:block;
}
}

.sm{
  display: none !important;
}

body {
  font-size: 16px;  /* 基準 */
  line-height: 1.6; /* 行間 */
  color: #333;      /* 文字色 */
  background-color: #FFFCF9;
}

section {
  margin: 0 auto 70px auto; /* 中央寄せ */
}

.wrapper{
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul, dl {
  list-style: none;
  padding-left: 0;
}

h1 {
    text-align: center;
    color: #4F4C4C;
    position: relative;
    font-size: 40px;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-family: 'Noto Serif JP';
}

p {
    font-size: 16px;
    letter-spacing: 0.15em;
    font-family: 'Noto Sans';
    color: #4f4c4c;
}

.sec-subtitle{
    text-align: center;
    color: #62004d;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-family: 'Noto Serif JP';

}

.eng-subtitle{
    position: relative;
    font-size: 64px;
    font-weight: 500;
    font-family: 'WindSong';
    color: #373535;
    text-align: center;
    display: inline-block;
    height: 90px;
    transform: rotate(-7.9deg);
    transform-origin: 0 0;
}

.sen-title {
    text-align: center;
    color: #62004D;
    position: relative;
    letter-spacing: 0.15em;
    line-height: 50px;
    font-family: 'Noto Serif JP';
    font-size: 40px;
    margin-bottom: 50px;
    z-index: 9999;
}

.sentence {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Noto Sans';
    color: #4f4c4c;
    display: inline-block;
    z-index: 9998;
}

.span {
  font-size: 32px;
}

.title {
  margin-bottom: 120px;
}

.nami{
  width: 100%;       /* 親要素の幅に合わせる */
  height: auto;      /* アスペクト比を維持 */
  display: block;    /* 画像下の余白を消す */
  position: relative;
  z-index: -1;
}

.purple-box{
  margin-bottom: 0px;
  position: relative;
      padding-bottom: 70px;
}

.bg-line{
  position: relative;
  top: -61px;
}

.howa-parents{
  position: relative;
}

.howa{
  position: absolute;
  z-index: -1;
}

#howa1{
  top: -300px;
  right: -300px;
}

#howa2{
    top: 150px;
    left: -300px;
}

#howa3{
    top: 10px;
    right: -120px;
}

#howa4{
    top: 150px;
    left: -300px;
}

#howa5{
    top: -400px;
    z-index: 0;
}

#howa6{
    top: -210px;
    left: 500px;
    z-index: 0;
}

#howa7{
    top: 20px;
    left: -400px;
    z-index: 0;
}

#howa8{
    top: -220px;
    left: 400px;
    z-index: 0;
}

#howa9{
    top: -15px;
    left: 265px;
    z-index: 0;
}


#howa10{
    top: -300px;
    right: -60px;
}

#howa11{
    top: 0px;
    right: -900px;
}

#howa12{
  top: -300px;
  left: -900px;
}

#howa13{
     top: -300px;
    right: -800px;
}

#howa14{
    top: 100px;
    left: -500px;
}

/* 共通 SP */
@media (max-width: 768px) {
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  margin: 0 auto 30px auto; /* 中央寄せ */
}

}

@media (max-width: 768px) {

  h1 {
    font-size: 28px;
    margin-top: 30px;
  }

p {
    font-size: 10px;
    letter-spacing: 0.15em;
    font-family: 'Noto Sans';
    color: #4f4c4c;
}
  .sec-subtitle {
    font-size: 16px;
  }

  .eng-subtitle {
    font-size: 32px;
    height: auto;
  }

.wrapper{
  max-width: 90%;
  margin-left:auto;
  margin-right:auto;
  position: relative;
}

  .sen-title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  }

  .sentence {
    font-size: 12px;
    line-height: 24px;
  }

  .span {
    font-size: 16px;
  }

  .title {
    margin-bottom: 30px;
  }

  .nami {
    width: 100%;
    height: auto;
  }

  .purple-box {
    margin: 0px;
    padding-bottom: 40px;
  }

  img {
  width: 100%;     /* 親要素の幅に合わせて縮小 */
  height: auto;    /* アスペクト比を保持 */
  display: block;  /* 下の余白を消す */
  object-fit: contain; /* 余白ができてもはみ出さない */
}

#howa1 {
top: -130px;
left: 130px;
}

#howa2 {
    top: -190px;
    left: -130px;
}

#howa3 {
    top: -330px;
    right: -50px;
}

#howa4 {
    top: -240px;
    left: -120px;
}

#howa5,#howa6,#howa7,#howa8,#howa9 {
    display: none;
}

#howa10 {
    top: -70px;
    right: -60px;
}
}


/* ヘッダー PC */
.eng-navi{
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'WindSong';
    color: #dbc3d6;
    text-align: center;
}
#about-navi{
  position: absolute;
  top: 13px;
  right: 870px;
  transform: rotate(-8deg)
}

#staff-navi{
  position: absolute;
  top: 13px;
  right: 741px;
  transform: rotate(-8deg)
}

#debut-navi{
  position: absolute;
  top: 13px;
  right: 580px;
  transform: rotate(-8deg)
}

#qanda-navi{
  position: absolute;
  top: 13px;
  right: 413px;
  transform: rotate(-8deg)
}

#entry-navi{
  position: absolute;
  top: 13px;
  right: 266px;
  transform: rotate(-8deg)
}

#flow-navi{
  position: absolute;
  top: 13px;
  right: 162px;
  transform: rotate(-8deg)
}

#eng-navi-position{
  display: flex;
}

#navi-wrapper{
  position: relative;
  top: 37px;
}

#navi{
  display: flex;          /* 横並びに */
  gap: 35px;              /* 項目の間隔 */
    font-size: 15px;
    letter-spacing: 0.15em;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-align: center;
    align-items: center;
    justify-content: center;
}

#navi a {
  color: #4F4C4C;
}

#header {
    width: 100%;           /* 画面幅いっぱい */
  max-width: 1000px;
    position: absolute;
    top: 10px;
    right: 0px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px 0 0 20px;
    background-color: #FFFCF9;
    height: 90px;
    z-index: 10;
}

.entry-bt-w {
  position: fixed;
  z-index: 9999;
  top: 100px;
  right:0px;
}

.entry-bt-l {
  position: fixed;
  z-index: 9999;
  top: 250px;
  right:0px;
}

.video-pc,
.video-sp {
  display: none;
  width: 100%;
  height: auto;
}

/* PCではPC用動画を表示 */
@media screen and (min-width: 769px) {
.video-pc {
  max-width: 100%;
  width: 100%;
  position: relative;
  height: auto;
  display: block;
  object-fit: cover;
}

.video-frame-1{
position: absolute;
z-index: 8;
width: 100%;
top: 0px;
}

.video-frame-2{
position: absolute;
z-index: 9;
width: 100%;
top: 20px;
}
}

/* スマホではスマホ用動画を表示 */
@media screen and (max-width: 768px) {
  .video-sp {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

.video-frame-1,
.video-frame-2 {
  display: none;
}
}

.horizontal-list li {
  font-size: 18px;        /* デザイン調整 */
}

.top-point-wrap {
  max-width: 1000px;
  margin-top: 70px;
}

.img-row {
  display: flex;
  justify-content: center; /* 中央寄せ */
  gap: 10px;
  margin-bottom: 10px;
}

.img-row img {
  width: 30%; /* 上段3枚なら30%くらい */
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* 下段の画像はサイズ調整 */
.img-row:last-child img {
  width: 30%;
}

.sp-menu{
  display: none;
}

#hamburgerBtn{
  display: none;
}


/* ヘッダー SP */
@media screen and (max-width: 768px)  {
  #header {
    display: none;
}

.top-point-wrap {
  width: 100%;
}
}



/* ABOUT  PC */
.sentence-about {
    position: relative;
    left: 45px;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Noto Sans';
    color: #4f4c4c;
    display: inline-block;
    width: 500px;
}

.about-img-r {
    display: flex;
    justify-content:space-around;
    margin: 0 auto 150px auto;
    gap: 20px;
}

.about-img-l {
    display: flex;
    justify-content:space-evenly;
    flex-direction: row-reverse;
    margin: 0 auto 150px auto;
    gap: 40px;
}

.about-img-l-last {
    display: flex;
    justify-content:space-evenly;
    flex-direction: row-reverse;
    margin: 0 auto;
    gap: 40px;
}

.about-textbox {
  width: 590px;
}

.eng-subtitle {
    position: relative;
    font-size: 64px;
    font-weight: 500;
    font-family: 'WindSong';
    color: #373535;
    text-align: center;
    display: inline-block;
    height: 90px;
    transform: rotate(-7.9deg);
    transform-origin: 0 0;
    margin-bottom: 20px;
}

#whatseny{
  left: 65px;
}

#workstyle{
  left:42px;
}

#support{
  left: 132px;
}

#benefits{
  left: 85px;
}

/* ABOUT SP */
@media screen and (max-width: 768px) {

  .bg-line {
    position: relative;
    top: -41px;
}
  .sentence-about {
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto;
    text-align: left;
  }

  .about-img-r,
  .about-img-l,
  .about-img-l-last {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .about-textbox {
    width: 90%;
    padding: 0 10px;
  }

  .eng-subtitle {
    font-size: 25px;
    height: auto;
  }

  #whatseny,
  #workstyle,
  #support,
  #benefits {
    top: 20px;
    left: 0px;
  }
}


/* ABOUT-POINT PC */
#point{
  left: 218px;
  top: 50px
}

.purple {
    background-color: #DBC3D6;
}

.point-div {
  text-align: center;
}

.good-points {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 150px;
letter-spacing: 0.2em;
font-family: 'Parisienne';
color: #e7e7e7;
text-align: center;
z-index: 9996;
}

.ellipse-l{
display: inline-block;
position: relative;
border-radius: 0 400px 400px 0;
background: #FFF;
padding: 30px 100px 30px 100px;
margin-top: 60px;
z-index: 9994;
width: 50%;
}

.ellipse-l::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #62004D;
  border-radius: 0 999px 999px 0;
  border-left: none;
  z-index: 9995;
}

.ellipse-r{
display: inline-block;
position: absolute;
border-radius: 400px 0 0 400px;
background: #FFF;
padding: 30px 100px 30px 100px;
margin-top: 50px;
z-index: 9994;
width: 50%;
right: 0%;
}

.ellipse-r::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 0px;
  bottom: 6px;
  border: 1px solid #62004D;
  border-radius: 999px 0 0 999px;
  border-right: none;
  z-index: 9995;
}

.point-parents{
  position: relative;
}

#point2{
  top: -100px;
}

#point3{
top: 180px;
}

#point4{
top: 430px;
}

#point5{
top: 280px;
}

#point6{
top: 330px;
}

#point7{
top: 600px;
}

.sen-gp{
  position: relative;
  z-index: 9997;
  text-align: center;
}

.sen-title-p {
    text-align: center;
    color: #62004D;
    position: relative;
    letter-spacing: 0.15em;
    line-height: 50px;
    font-family: 'Noto Serif JP';
    font-size: 32px;
    margin-bottom: 20px;
    z-index: 9999;
}

#img-gp1{
 position: relative;
 top: -145px;
 left: 50%;
}

#img-gp2{
 position: relative;
 top: 270px;
}

#img-gp3{
 position: relative;
 top: 490px;
 left: 50%;
 z-index: 1;
}

#purple-point{
  padding-bottom: 530px;
}


/* ABOUT-POINT SP */
@media screen and (max-width: 768px) {
  /* --- セクション全体調整 --- */
  .point-div {
    text-align: center;
    padding: 0 15px;
  }

   .sen-title-p {
    text-align: center;
    padding: 0;
    font-size: 18px;
    margin: 0;
  }

  .sen-gp {
    text-align: center;
    padding: 0 15px;
    font-size: 10px;
  }

  #point {
    left: 0;
    top: 20px;
  }

  .good-points {
    font-size: 64px;
    line-height: 1.2;
  }

  /* --- 楕円ボックス左 --- */
  .ellipse-l {
    width: 100%;
    position: relative;
    display: inline-block;
border-radius: 0 400px 400px 0;
background: #FFF;
padding: 20px 0px;
z-index: 9994;
  }

.ellipse-r {
    width: 100%;
    position: relative;
    border-radius: 20px;
    display: inline-block;
border-radius: 400px 0 0 400px;
background: #FFF;
padding: 20px 0px;
z-index: 9994;
right: 0%;
  }

  .ellipse-l::after{
      content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #62004D;
  border-radius: 0 999px 999px 0;
  border-left: none;
  z-index: 9995;
  }

  .ellipse-r::after {
    border-radius: 20px;
    border-left: 1px solid #62004D;
    border-right: 1px solid #62004D;
    left: 6px;
    right: 6px;

      content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 0px;
  bottom: 6px;
  border: 1px solid #62004D;
  border-radius: 999px 0 0 999px;
  border-right: none;
  z-index: 9995;
}

  /* 位置指定の調整（スマホ用に上書き） */
  #point2,
  #point3,
  #point4,
  #point5,
  #point6,
  #point7,
  #img-gp1,
  #img-gp2,
  #img-gp3 {
    top: 0;
    left: 0;
    position: relative;
    margin: 30px auto;
  }

  #purple-point {
    padding-bottom: 3px;
  }
}

/* Instagram PC */
.salon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* PCは3列 */
  gap: 10px;
  max-width: 900px; /* 必要なら指定 */
  margin: 0 auto;
  padding: 10px;
}

.salon-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.salon-list-el{
position: relative;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
border-radius: 99px;
border: 2px solid #62004d;
box-sizing: border-box;
padding: 20px;
margin: 0 auto 70px auto;
width: 600px;
}

.salon-list-el::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #62004D;
  border-radius: 999px;
  z-index: 0;
}

.salon-el {
position: relative;
font-size: 32px;
letter-spacing: 0.2em;
font-weight: 600;
font-family: 'Noto Serif JP';
color: #62004d;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.insta-section{
  margin-top: 50px;
}

#insta-div .insta-container{
  margin-top: 50px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 10px;
}

#insta-div .insta-container .insta-media{
  width: 30.7%;
  aspect-ratio: 1/1.78;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: solid 2px #ddd;
  border-radius: 10px;
}
#insta-div .insta-container .insta-media img{
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  transition: transform 0.3s ease;
  display: block;
}


/* Instagram SP */
@media screen and (max-width: 768px) {

  .insta-section{
    margin-top: 50px;
  }
  
  #insta-div .insta-container{
    margin-top: 24px;
    gap: 12px 0;
    padding: 10px;
    width: 90%;
  }
  
  #insta-div .insta-container .insta-media{
    width: 48.7%;
  }
  

  .salon-list-el {
    width: 80%;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto 40px auto;
  }

  .salon-el {
    font-size: 18px;
    letter-spacing: 0.1em;
  }

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

/* STAFF PC */
.staff-1{
  display: flex;
  align-items: flex-end; /* 下揃えにするポイント */
  gap: 30px;
  margin-bottom: 10px;
}

.staff-2{
  display: flex;
  align-items: flex-end; /* 下揃えにするポイント */
  flex-direction: row-reverse;
  gap: 30px;
  margin-top: 100px;
  margin-bottom: 10px;
}


.staff-wrapper-1{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  bottom: 30px;
}

.staff-wrapper-1::after {
  content: "";
  position: absolute;
  left: -200px;
  bottom: -5px;
  width: calc(100% + 400px); /* 全体より20px広く */
  height: 3px;
  background-color: #62004D;
}

.staff-wrapper-2{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  bottom: 30px;
  right: 60px;
}

.staff-wrapper-2::after {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -5px;
  width: calc(100% + 400px); /* 全体より20px広く */
  height: 3px;
  background-color: #62004D;
}


.staff-year {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.15em;
    font-family: 'Noto Serif JP';
    color: #4f4c4c;
    text-align: center;
}

.staff-name {
    font-size: 32px;
    letter-spacing: 0.15em;
    font-weight: 500;
    font-family: 'Noto Serif JP';
    color: #4f4c4c;
    text-align: center;
}

.staff-img{
  position: relative;
  z-index: 10;
}

.interview-wrapper{
display: flex;
  align-items: center; /* 垂直中央揃え */
    gap: 50px;
    padding: 50px 30px;
    border-bottom: #62004D 1px solid;
    height: 200px;
}

.interview-wrapper-2{
display: flex;
  align-items: center; /* 垂直中央揃え */
    gap: 50px;
    padding: 50px 30px;
    border-bottom: #62004D 1px solid;
    height: 200px;
}

.fukidashi{
  width: auto; /* 任意の横幅 */
  height: auto; /* 縦は自動計算で比率保持 */
  object-fit: contain; /* はみ出しを防ぐ（必要に応じて） */
}

.staff-question {
    position: relative;
    font-size: 24px;
    letter-spacing: 0.15em;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    color: #62004D;
    text-align: left;
    margin-bottom: 40px;
}

.staff-answer {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-family: 'Noto sans JP';
    color: #4f4c4c;
    text-align: left;
    line-height: 2;
}

.span3{
color: #62004D;
text-align: center;
font-family: 'WindSong';
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
letter-spacing: 2.4px;
}

.span4{
color: #4f4c4c;
text-align: center;
font-family: 'WindSong';
font-size: 45px;
font-style: normal;
font-weight: 500;
line-height: 50px; /* 187.5% */
letter-spacing: 2.4px;
margin-right: 10px;
}


/* STAFF SP */
@media screen and (max-width: 768px) {

  .staff-1,
  .staff-2 {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 40px 0;
  }

  .staff-wrapper-1,
  .staff-wrapper-2 {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    bottom: 0;
    right: 0;
  }

  .staff-wrapper-1::after,
  .staff-wrapper-2::after {
    display: none; /* 線を非表示 */
  }

  .staff-year {
    font-size: 16px;
  }

  .staff-name {
    font-size: 24px;
  }

  .staff-img {
    max-width: 80%;
    height: auto;
  }

  .interview-wrapper,
  .interview-wrapper-2 {
    flex-direction: column;
    gap: 20px;
    padding: 30px 10px;
    height: auto;
  }

  .staff-question {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }

  .staff-answer {
    font-size: 12px;
    text-align: center;
    padding:0;
  }

  .fukidashi {
    width: 20%;
    max-width: 300px;
    height: auto;
  }

  .span3,
  .span4 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-align: center;
  }
}

/* DEBUT PC */
.debut-text-n,.debut-text-d {
  color: #FFF;
text-align: center;
font-family: "Noto Serif JP";
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 4.8px;
}

.debut-text-n{
  width: 180px;
  height: 180px;
background-color: #62004D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 400;
  position: relative; /* ← 疑似要素を正しく配置するために必要 */
top: -180px;
    left: 230px;
}

.debut-text-n::after{
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 180px;
  height: 180px;
  border: 2px solid white;
  border-radius: 50%;
  box-sizing: border-box;
}

.debut-text-d{
  width: 180px;
  height: 180px;
background-color: #62004D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 400;
  position: relative; /* ← 疑似要素を正しく配置するために必要 */
top: 138px;
    left: 580px;
}

.debut-text-d::after{
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 180px;
  height: 180px;
  border: 2px solid white;
  border-radius: 50%;
  box-sizing: border-box;
}

#d-1{
  position: relative;
  left: 140px;
}

#d-2{
  position: relative;
  left: -90px;
}

#d-3{
  position: relative;
  left: 60px;
}

.span2 {
  color: #4F4C4C;
text-align: center;
font-family: "Noto Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 187.5% */
letter-spacing: 2.4px;
}

.debut-wrapper{
  position: relative;
    background-image: url(img/debut-line.svg); /* ← ここを画像のURLに */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55%;
  margin-top: -60px;
}

.title-img-wrapper{
  display: flex;
  justify-content: flex-end;
}

#flowuntildebut{
  position: absolute;
    top: 80px;
    left: 10px;
}

.debut-flow{
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向中央揃え */
  gap: 120px;            /* 楕円の間隔（任意） */
  justify-content: center; /* 縦方向中央にしたいなら */
  margin-bottom: -230px;
}

.ellipse-debut{
display: inline-block;
position: relative;
border-radius: 400px;
background: #FFF;
padding: 30px 100px 30px 100px;
margin-top: 50px;
z-index: 10;
}

.ellipse-debut::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 1px solid #62004D;
  border-radius: 999px;
  z-index: 0;
}

#img-d-1{
  position: relative;
      top: 25px;
    right: -30px;
}

#img-d-2{
  position: relative;
    top: -200px;
    left: -285px;
}

/* DEBUT SP */
@media screen and (max-width: 768px) {

#debut{
  margin-bottom: 280px;
}

#img-d-1 {
    position: relative;
    top: 100px;
    width: 55%;
    right: 0px;
}

#img-d-2 {
    position: relative;
    top: 40px;
    left: 0px;
    width: 50%;
}

#flowuntildebut {
    position: absolute;
    top: 76px;
    left: 0px;
}

  .title-img-wrapper{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 120px;
}

.debut-text-n{
  width: 120px;
        height: 120px;
        background-color: #62004D;
        border-radius: 50%;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-weight: 400;
        position: relative;
        top: 0px;
        left: 118px;
        z-index: 10;
}

.debut-text-n::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 120px;
    height: 120px;
    border: 2px solid white;
    border-radius: 50%;
    box-sizing: border-box;
}

.debut-text-d {
    width: 120px;
        height: 120px;
    background-color: #62004D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 400;
    position: relative;
    top: 40px;
    left: 118px;
        z-index: 10;
    font-size: 20px;
}

.debut-text-d::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 120px;
    height: 120px;
    border: 2px solid white;
    border-radius: 50%;
    box-sizing: border-box;
}

.debut-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    justify-content: center;
}

.ellipse-debut {
    display: inline-block;
    position: relative;
    border-radius: 400px;
    background: #FFF;
    padding: 15px;
    margin-top: 50px;
    z-index: 10;
    text-align: center;
    height: fit-content;
            width: 370px;
}

#d-1 {
    position: relative;
    left: 0px;
}

#d-2 {
    position: relative;
    left: 0px;
}

#d-3 {
    position: relative;
    left: 0px;
}

.span2 {
    color: #4F4C4C;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2.4px;
}

.debut-wrapper{
    position: relative;
    background-image: none;

}

.debut-wrapper::after{
        content: "";
        position: absolute;
        top: 360px;
        bottom: 0;
        left: 50%;
        width: 2px;
        height: 560px;
        background-color: #fff;
        transform: translateX(-50%);
        z-index: 1;
    }

#purple-title{
  margin-top: 0px;
}
}

/* Q&A PC */

#q-a{
  margin-bottom: 0px;
}

details {
  margin: 10px 0 30px 0;
  padding:12px 50px 12px 50px;
	background-color: #FFFFFF;
  border-radius: 12px
}

#last-detail{
  margin-bottom: 0px;
}

summary{
  text-align: center;
 display: flex;
  justify-content: space-between; /* 左右に配置 */
  align-items: center;           /* 垂直中央揃え */
  padding: 12px 16px;
  font-size: 24px;
  font-family: "Noto Serif JP";
  font-weight: bold;
  background-color: #fff;
  color: #62004D;
  border-radius: 12px;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary::before {
  content: "Q.";
  font-size: 24px;
  font-weight: bold;
  color: #62004D;
  font-family: 'WindSong';
  position: relative;
  left: 20px;
}

summary::after {
  content: "+";
  font-size: 1.4em;
  font-weight: bold;
  color: #4F4C4C;
}

details[open] summary::after {
  content: "−";
}

.answer {
  color: #4F4C4C;
padding: 0px 40px 12px 40px;
font-family: "Noto Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
letter-spacing: 2.4px;
text-align: center;
}
/* Q&A SP */
@media screen and (max-width: 768px) {
  details {
    padding: 12px;
  }

  summary {
  font-size: 14px;
  padding: 12px 0px;
  }

  summary::before {
    font-size: 14px;
  }

  summary::after {
    font-size: 1.2em;
    position: relative;
  }

  .answer {
    font-size: 11px;
    padding: 12px;;
    line-height: 1.4;
    letter-spacing: 1.2px;
  }
}

/* ENTRY PC */

#entry{
  position: relative;
}

.entry-wrapper{
margin-bottom: 180px;
position: relative;
}

#recruitments{
  position: absolute;
  top: -100px;
  right: 30px;
  transform: rotate(8deg);
}

#eny-wants{
  position: absolute;
  top: 50px;
  right: 180px;
  font-weight: 400;
}

#img-ent-1{
  position: relative;
    top: 50px;
    left: 60px;
    width: 35%;
  z-index: 1;
}

#img-ent-2{
  position: relative;
    width: 30%;
    top: 100px;
    left: -30px;
}

.containts{
  margin-bottom: 170px;
}

.bg-line-en{
  position: relative;
  z-index: -1;
}

#en-line-1{
  top: -95px;
}

#en-line-2{
  top: -70px;
}

#en-line-3{
  top: -95px;
}

#en-line-4{
  top: -70px;
}

#en-line-5{
  top: -95px;
}

#en-line-6{
  top: -70px;
}

#en-line-7{
  top: -95px;
}

#en-line-8{
  top: -70px;
}

.beige {
    background-color: #F8F2F2;
    max-width: 1200px;
    margin: 0 auto;
}

table {
    width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
}

th, td {
    padding: 30px;
  border-top: 1px solid #ccc;      /* 上に線 */
  border-bottom: 1px solid #ccc;
}

tr:first-child th,tr:first-child td{
  border-top: none;
}

tr:last-child th,tr:last-child td{
  border-bottom: none;
}

th{
  color: #62004D;
  font-family: "Noto Serif JP";
  font-size: 20px;
font-style: normal;
font-weight: 700;
text-align: center;
}

td{
  color: #4F4C4C;
font-family: "Noto Sans";
font-size: 20px;
font-style: normal;
line-height: 40px; /* 150% */
letter-spacing: 3px;
text-align: left;
}

.entry-img-r {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 0 auto 150px auto;
    align-items: center;
}

.entry-img-l {
    display: flex;
    justify-content: center;
    gap: 140px;
    margin: 0 auto 150px auto;
    flex-direction: row-reverse;
    align-items: center;
}

.entry-text-r{
  margin-left:70px;
}

.rec-title {
color: #4F4C4C;
font-family: "Zen Old Mincho";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 1.5; /* 156.25% */
letter-spacing: 4.8px;
margin-bottom:  30px;
}

.entry-textbox {
 color: #4F4C4C;
font-family: "Noto Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 2.2; /* 187.5% */
letter-spacing: 2.4px;
width: 400px;
}

/* ENTRY SP */
@media screen and (max-width: 768px) {
  .entry-wrapper {
    margin-bottom: 0px;
  }

  #recruitments {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  top: auto;
  right: -137px;
  }

  #eny-wants {
    position: static;
    margin-bottom: 20px;
    text-align: center;
    right: auto;
    top: auto;
    font-weight: 400;
  }

  .entry-img-r {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin: 0 auto 150px auto;
    align-items: center;
}

.entry-img-l {
    display: flex;
    justify-content: center;
    gap: 140px;
    margin: 0 auto 150px auto;
    flex-direction: row-reverse;
    align-items: center;
}

#img-ent-1 {
    position: relative;
  top: 0px;
        left: 0px;
        width: 55%;
    z-index: 1;
}

#img-ent-2 {
    position: relative;
        width: 70%;
        top: -60px;
        left: 102px;
}

  .containts {
    margin-bottom: 80px;
  }

  .beige {
    max-width: 95%;
    padding: 0px;
  }

  table {
    max-width: 100%;
    font-size: 14px;
  }

  th, td {
    padding: 12px 8px;
    font-size: 10px;
    letter-spacing: normal;
    line-height: 1.4;
    text-align: left;
  }

  th {
    text-align: center;
  }

  .entry-img-r,
  .entry-img-l {
    flex-direction: column !important;
    gap: 20px;
    margin-bottom: 80px;
  }

  .entry-text-r {
    margin-left: 0;
    width: 100%;
    padding: 0 15px;
  }

  .rec-title {
    font-size: 24px;
    letter-spacing: normal;
    margin-bottom: 20px;
  }

  .entry-textbox {
    width: 100%;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 1.6;
    padding: 0 15px;
  }

  #en-line-1 {
    top: -70px;
    width: 55%;
}

#en-line-2 {
    top: -45px;
    width: 76%;
}

#en-line-3 {
    top: -71px;
    width: 50%;
}

#en-line-4 {
    top: -46px;
    width: 78%;
}

#en-line-5 {
    top: -71px;
    width: 68%;
}

#en-line-6 {
    top: -46px;
    width: 85%;
}

#en-line-7 {
    top: -71px;
    width: 70%;
}

#en-line-8 {
  top: -44px;
  width: 50%;
}

}
/* FLOW PC */

/* FLOW SP */

/* ENTRY FORM PC */

#line-bt-img{
  margin: 0 auto 80px auto;
}

.entry-line{
  text-align: center;
}

form {
  max-width: 1100px;
  margin: 20px auto;
  padding: 40px;
  background: #DBC3D6;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-family: "Arial", sans-serif;
}

label {
  display: block;
  margin-left: 8px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  font-family: 'Noto Serif JP';
}

.checkbox-group {
  margin: 16px 0;
  padding: 10px 0;
  display: flex;             /* 横並びにする */
  flex-wrap: wrap;           /* 折り返しOK */
  gap: 16px;                 /* 項目間の余白 */
  border: none;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 25px;
  cursor: pointer;
  user-select: none;
  color: #333;
  font-weight: normal;
}

.checkbox-label input[type="checkbox"] {
width: 24px;
}

input,
textarea {
  width: 100%;
  height: 80px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus,
textarea:focus {
  border-color: #62004d;
  outline: none;
}

button {
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 25px;
  background-color: #62004d;
  color: #fff;
  font-family: 'Noto Serif JP';
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* ENTRY FORM SP */
@media screen and (max-width: 768px) {
  #line-bt-img {
    margin: 0 auto 40px auto;
    max-width: 70%;
  }

  .entry-line {
    padding: 0 10px;
  }

  form {
    max-width: 95%;
    padding: 20px 15px;
  }

  label {
    font-size: 16px;
    margin-left: 4px;
    margin-bottom: -12px;
  }

  .checkbox-group {
        gap: 8px 16px;
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* スマホサイズで2列 */
    }

  .checkbox-label {
    font-size: 16px;
    gap: 6px;
  }

  .checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  input,
  textarea {
    height: 60px;
    font-size: 0.9rem;
    padding: 10px;
  }

  button {
    width: 100%;
    max-width: 320px;
    padding: 18px;
    font-size: 18px;
    border-radius: 30px;
  }
}

/* フッター PC */
#navi-f{
  display: flex;          /* 横並びに */
  gap: 20px;              /* 項目の間隔 */
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: 500;
    font-family: 'Noto Sans';
    text-align: center;
    align-items: center;
    justify-content: center;
}

#navi-f a{
  color: #4F4C4C;
}

footer {
  display: flex;
  flex-direction: column;
   justify-content: center;   /* 縦中央 */
  align-items: center;       /* 横中央 */
  gap: 45px;
  margin-bottom: 30px;
}
/* フッター SP */
@media screen and (max-width: 768px) {
 #navi-f{
 flex-direction: column;  /* 縦並びに変更 */
    gap: 10px;
    font-size: 12px;
  }

  footer {
    gap: 25px;               /* 間隔を狭く */
    margin-bottom: 20px;
    padding: 0 15px;   /* 横の余白を追加 */
  }

#eny-logo{
  width: 50%;
}
}

@media screen and (max-width: 768px) {
  .entry-bt-w,
  .entry-bt-l {
    display: none !important;
  }
}

@media screen and (max-width: 768px)  {
/* ハンバーガーボタンの基本スタイル */
#hamburgerBtn {
  display: flex;
   position: fixed; /* 固定配置にする */
  top: 20px;        /* 上からの距離 */
  right: 20px;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

/* バーのスタイル */
#hamburgerBtn .bar {
  width: 100%;
  height: 3px;
  background-color: #333; /* 好きな色に変更可能 */
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* メニューが開いてるときのボタン変形 */
#hamburgerBtn.active .bar:nth-child(1) {
  transform: rotate(45deg) translateY(9px);
}
#hamburgerBtn.active .bar:nth-child(2) {
  opacity: 0;
}
#hamburgerBtn.active .bar:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}

/* SPメニューの初期状態 */
.sp-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 390px;
  background-color: rgba(255, 255, 255, 0.8); /* ← 透過色に変更 */
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  padding: 60px 20px;
  transition: transform 0.3s ease;
  transform: translateX(100%);
}

/* 開いたとき */
.sp-menu.active{
  display: block;
        transform: translateX(0);
    }
}

/* メニュー項目 */
.sp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-menu li {
  margin-bottom: 20px;
}
.sp-menu a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
}

/*
* {
  outline: 1px solid red;
}*/