@charset "utf-8";

/* =========================================================
   修正・ブラッシュアップ反映CSS
   ========================================================= */

/* 全体のベース設定 */
body {
  background-color: #fbf9f7; /* 画像のような暖かみのある薄グレー */
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  color: #333333;
}

/* --- 共通コンポーネント防御対策 --- */
.frame-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #ebdcd5;
  box-shadow: 0 6px 18px rgba(242, 161, 181, 0.06);
  object-fit: cover;
  box-sizing: border-box;
}

/* 枠からはみ出さない完全中央揃えのH3 */
h3.h3-center {
  background-color: #b3a2c7 !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 1px 15px !important;
  font-size: 18px !important;
  letter-spacing: 0.08em !important;
  text-align: center !important; /* テキスト中央揃え */
  width: 100% !important;        /* 横幅100% */
  max-width: 100% !important;    /* 最大幅も制限してはみ出しを絶対防御 */
  box-shadow: 0 4px 12px rgba(179, 162, 199, 0.15) !important;
  box-sizing: border-box !important; /* 内側の余白を幅に含める */
  margin: 20px 0 !important;
}

.heading {
  margin-bottom: 0 !important;
}

/* 見出し全体のセクション */
#top-blog {
  background-color: #fbf9f7 !important; /* 暖かみのある薄グレー */
}

@media screen and (min-width: 981px) {

.contentBlock {
    max-width: 760px;
    background: #ffffff !important;
    border: 1px solid rgba(242, 161, 181, 0.15) !important;
    border-radius: 20px !important;
    padding: 12px !important;
    box-shadow: 0 10px 30px rgba(242, 161, 181, 0.08) !important;
    border: 1px solid rgba(242, 161, 181, 0.15) !important;
    box-sizing: border-box !important;
    margin-top: 10px !important;
    margin-bottom: 40px !important;
  }

.contentBlock .inner-frame {
    border: 1px solid rgba(242, 161, 181, 0.25);
    border-radius: 14px;
    padding: 35px 30px;
    box-sizing: border-box;
 }

.staff-quality-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 35px;
 }

.quality-top-text {
    width: 60%;
    font-size: 15px;
    line-height: 1.8;
    color: #5a5250;
    margin: 0;
    text-align: justify;
  }
}

/* --- レスポンシブ対応（スマホ版） --- */
@media screen and (max-width: 980px) {

  .contentBlock {
    padding: 20px 15px !important;
    border-radius: 8px !important;
  }

.contentBlock .inner-frame {
    padding: 25px 15px;
    border-radius: 12px;
}

.staff-quality-top {
    flex-direction: column !important;
    gap: 20px !important;
  }

.quality-top-text {
    width: 100% !important;
  }
}

/* =========================================================
   ■ スタッフの質
   ========================================================= */

.staff-quality-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}
.quality-top-text {
  width: 60%;
  font-size: 15px;
  line-height: 1.7;
  color: #5a5250;
}
.quality-top-img-wrap {
  width: 40%;
}

/* 下部特徴テキスト（中央揃え・画像なし） */
.staff-features-center {
  text-align: center;
  padding: 25px 20px;
  background: #faf6f3;
  border-radius: 14px;
  border: 1px dashed #f2a1b5;
  margin: 20px auto 10px;
  max-width: 600px;
}
.sub-intro-title-center {
  font-size: 20px;
  font-weight: bold;
  color: #4a4341;
  margin-bottom: 15px;
}
.staff-features-list-center {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left; /* リストの文頭は揃える */
}
.staff-features-list-center li {
  font-size: 16px;
  font-weight: bold;
  color: #5a5250;
  margin-bottom: 10px;
}

/* =========================================================
   ■ 女性内勤スタッフ（特殊3枚ギャラリー）
   ========================================================= */
.female-staff-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #5a5250;
  margin-bottom: 25px;
}
.female-staff-gallery {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
/* 左側：2枚の画像を縦に並べるフレックス */
.gallery-left-stack {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.gallery-left-stack .img-box {
  width: 100%;
  flex: 1;
}
.gallery-left-stack .img-box img {
  height: 100%; /* 親の高さに綺麗に同期 */
}
/* 右側：2枚分の幅と高さを持つ大きな画像 */
.gallery-right-large {
  width: 60%;
}
.gallery-right-large img {
  height: 100%;
}

/* =========================================================
   ■ スタッフ数が多いから
   ========================================================= */
.lead-text-center {
  text-align: center;
  font-size: 16px;
  color: #5a5250;
  font-weight: bold;
  margin-bottom: 5px;
}
.staff-many-text {
  font-size: 15px;
  line-height: 1.7;
  color: #5a5250;
  margin-bottom: 30px;
}
/* 938×1677 画像コンテナ枠 */
.flow-image-placeholder {
  width: 100%;
  max-width: 938px;
  margin: 30px auto 10px;
  border: 1px solid #ebdcd5;
  background: #faf6f3;
  border-radius: 16px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.placeholder-tag {
  font-size: 12px;
  color: #b3a2c7;
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
}
.flow-main-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* =========================================================
   ■ 講習について（互い違いレイアウト）
   ========================================================= */
.course-top-lead {
  font-size: 15px;
  line-height: 1.7;
  color: #5a5250;
  margin-bottom: 40px;
}
.highlight-pink-title {
  font-size: 22px;
  font-weight: bold;
  color: #e28ca0;
  margin-bottom: 15px;
  text-align: center;
}

/* 互い違い用の行構成 */
.course-section-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e8deda;
}
.course-section-row:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
}
.course-text-side {
  width: 55%;
}
.course-text-side p {
  font-size: 14px;
  line-height: 1.65;
  color: #5a5250;
  margin-bottom: 20px; /* 画像との間に少し余白を作る */
}

/* 左側に移動した「お風呂の準備」画像のサイズ・位置調整 */
.video-img-left {
  max-width: 670px;
  width: 100%;
}
.video-img-left img {
  width: 100%;
  height: auto !important; /* 縦横比を維持 */
}

.course-img-side {
  width: 70%;
}
/* 右側画像の高さをオートにして潰れを防止 */
.course-img-side img {
  width: 100%;
  height: auto; /* 320px固定から、比率を保つautoに変更 */
}

/* ★右テキスト・左画像の並び替え（互い違いの核） */
.row-reverse {
  flex-direction: row-reverse;
}
/* =========================================================
   ■ CHECK エリア（洗練されたメッセージスペース）
   ========================================================= */
.confirm-message-area {
  background: #ffffff;
  border: 2px solid #ebdcd5;
  border-radius: 16px;
  padding: 30px;
  margin-top: 40px;
  box-shadow: 0 8px 24px rgba(242, 161, 181, 0.04);
}
.confirm-main-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #faf2f0;
}
/* アイコン風デザインバッジ */
.check-badge {
  background-color: #b3a2c7;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.05em;
}
/* 大きく強調されたタイトル */
.confirm-large-text {
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #e28ca0 !important;
  margin: 0 !important;
}
.confirm-sub-paragraphs p {
  font-size: 14px;
  line-height: 1.7;
  color: #5a5250;
  text-align: left;
}

/* =========================================================
   レスポンシブ対応（980px以下のスマートフォン表示）
   ========================================================= */
@media screen and (max-width: 980px) {
  /* 全体的に縦並びへ集約 */
  .staff-quality-top,
  .female-staff-gallery,
  .course-section-row {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .quality-top-text, .quality-top-img-wrap,
  .gallery-left-stack, .gallery-right-large,
  .course-text-side, .course-img-side {
    width: 100% !important;
  }
  
  /* 女性内勤スタッフ：スマホでは3枚縦並び */
  .gallery-left-stack {
    flex-direction: column;
  }
  
  /* 講習について：スマホでは画像をテキストの下に統一 */
  .row-reverse {
    flex-direction: column !important;
  }
  .course-img-side img {
    height: auto !important;
    object-fit: contain !important; /* トリミングせず全体を表示させる場合 */
  }

  .highlight-pink-title {
    font-size: 5vw;
  }
  
  /* CHECKエリアのスマホ最適化 */
  .confirm-main-flex {
    flex-direction: column;
    gap: 10px;
  }
  .confirm-large-text {
    font-size: 5vw !important;
  }
}

h4 {
  font-size: 26px;
  font-size: 1.625rem;
  position: relative;
  padding: 0.5rem;
  text-align: center;
  color: #ff6283;
}

h4 span {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: black;
}

h4:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  ackground-color: #70BCE2;
  border-radius: 2px;
}
#to_sitecontents .to_sitecontents_inner {
grid-template-columns: repeat(2, 1fr) !important;
}
@media screen and (max-width: 819px) {
grid-template-columns: 1fr !important;
 }
}
/* =========================================================
   ■ 面接官紹介（PC・スマホ共通2列化 ＆ H3完全中央揃え追従）
   ========================================================= */

.manager-intro-container {
  margin-top: 30px;
}

.sp_contentBoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* 左右に寄せる */
  margin-bottom: 0 !important;
}

.sp_contentBoxWrap:last-child {
  margin-bottom: 0;
}


.sp_contentBox a {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.sp_contentBox .spDiscpriBox .discpriTitle {
  font-size: 5.625vw;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2em;
}

.spDiscpriBox {
  float: left;
  width: 50%;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  padding: 7.3% 0 7.3%;
}

.sp_contentBox .spDiscpriBox .discpriTitle {
  font-size: 5.625vw;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2em;
}

.sp_contentBox .spDiscpriBox .discpriTitle span {
  font-weight: bold;
  font-size: 3.75vw;
}

.sp_contentBox .spDiscpriBox .discpriMoreRead {
  font-weight: bold;
  width: 50%;
  margin: 6% auto 0;
  border-radius: 3px;
  background-color: #212121;
  font-size: 3.125vw;
  color: #ffffff;
  padding: 1% 2%;
}

@media screen and (min-width: 981px) {

/* タップを促すナビゲーションテキスト（ピンクベージュ、中央揃え） */
.manager-tap-notice {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #e28ca0;
  margin: -5px auto 25px auto;
  letter-spacing: 0.05em;
}

  .sp_contentBoxWrap {
    width: 80%;
    margin: 0 1px 0 80px;
  }

  .sp_contentBoxWrap:nth-last-child(1) {
    margin-bottom: 0;
  }

  .sp_contentBoxWrap:nth-last-child(2) {
    margin-bottom: 0;
  }

  .sp_contentBox {
    width: 220px;
    margin-right: 40px;
    margin-bottom: 43px;
    transition: opacity .2s ease;
  }

  .sp_contentBox:nth-of-type(4n) {
    margin-right: 0;
  }

  .sp_contentBox:before {
    width: 464px;
    height: 184px;
  }

  .sp_contentImage img {
    transition: all .2s ease;
  }

  .sp_contentBox:hover .sp_contentImage {
    transform: scale(1.05);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.4);
  }

  .sp_contentBox:hover .sp_contentImage img {
    opacity: 0.8;
  }

  .sp_contentBox:hover .discpriTitle span {
    background-color: #ffffff;
  }

  .sp_contentBox.bgPink:hover .discpriTitle span {
    color: #ff6283;
  }

  .sp_contentBox.bgRed:hover .discpriTitle span {
    color: #ff6570;
  }

  .sp_contentBox.bgOrange:hover .discpriTitle span {
    color: #ff9f40;
  }

  .sp_contentBox.bgBlue:hover .discpriTitle span {
    color: #6bb5ff;
  }

  .sp_contentBox.bgPurple:hover .discpriTitle span {
    color: #b66eff;
  }

  .sp_contentBox.bgPeaGreen:hover .discpriTitle span {
    color: #7fca5a;
  }

  .sp_contentBox.bgGreen:hover .discpriTitle span {
    color: #35a783;
  }

  .sp_contentBox.bgViolet:hover .discpriTitle span {
    color: #716fed;
  }

  .sp_contentBox a {
    flex-direction: column;
  }

  .sp_contentBox .spDiscpriBox {
    padding: 1px 0 43px;
  }

  .sp_contentBox .spDiscpriBox .discpriTitle {
    line-height: 1.4em;
    font-size: 27px;
    padding-top: 37px;
  }

  .sp_contentBox .spDiscpriBox .discpriTitle span {
    font-size: 20px;
  }

  .sp_contentBox .spDiscpriBox .discpriMoreRead {
    width: 144px;
    margin-top: 10px;
    padding: 2px 0;
    font-size: 16px;
    text-align: center;
  }
 }

@media screen and (max-width: 980px) {
  .sp_contentBoxWrap {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 10px; /* 左右に少し余白 */
    margin-bottom: 0 !important;
  }

  .sp_contentBoxWrap {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 10px; /* 左右に少し余白 */
    margin-bottom: 0 !important;
  }

  .sp_contentBox {
    width: 48.5%;!important; /* 2列並び */
    margin-right: 0 !important;
    margin-bottom: 15px !important;
    border-radius: 15px !important; /* 角の丸み */
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    overflow: hidden;      /* はみ出し防止 */
  }

  .sp_contentBox.bgPink {
    ackground-color: #70BCE2;
  }

/* リンク全体を縦並びに */
  .sp_contentBox a {
    display: flex !important;
    flex-direction: column !important; /* 縦に並べる */
    align-items: center !important;
    padding: 15px 5px !important;
    text-decoration: none;
    height: auto !important;
  }

  /* アイコン画像の調整 */
  .sp_contentImage {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    margin: 0 auto 10px !important;
    overflow: hidden;
  }

  .sp_contentImage img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

/* =========================================================
   SP: スペシャルコンテンツ一覧調整
   sample_b 寄せ（白いカード削除／写真拡大／ラベル幅調整）
--------------------------------------------------------- */
@media screen and (max-width: 980px) {
  #content.cotntentsBox.sp_contents .sp_contentBoxWrap {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 4.2vw !important;
    box-sizing: border-box !important;
  }

  #content.cotntentsBox.sp_contents .sp_contentBox {
    width: 47.5% !important;
    margin: 0 0 8vw !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #content.cotntentsBox.sp_contents .sp_contentBox a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 0 !important;
    height: auto !important;
    background: transparent !important;
  }

  #content.cotntentsBox.sp_contents .sp_contentImage {
    width: 38vw !important;
    height: 38vw !important;
    max-width: 185px !important;
    max-height: 185px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    margin: 0 auto 2.2vw !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  #content.cotntentsBox.sp_contents .sp_contentImage img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  #content.cotntentsBox.sp_contents .spDiscpriBox {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    text-align: center !important;
  }

  #content.cotntentsBox.sp_contents .spDiscpriBox::before {
    content: none !important;
  }

  #content.cotntentsBox.sp_contents .discpriTitle {
    width: 100% !important;
    margin: 0 !important;
    display: block !important;
    color: #333333 !important;
    font-size: 4vw !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    text-align: center !important;
  }

  #content.cotntentsBox.sp_contents .discpriTitle span {
    display: block !important;
    width: 94% !important;
    height: 10vw !important;
    line-height: 9.6vw !important;
    margin: 2.1vw auto 0 !important;
    border-radius: 5vw !important;
    box-sizing: border-box !important;
    color: #ffffff !important;
    font-size: 5.2vw !important;
    font-weight: 700 !important;
    filter: drop-shadow(0 1px 0 rgba(6, 0, 1, 0.25)) !important;
    letter-spacing: 0 !important;
  }

  #content.cotntentsBox.sp_contents .bgPink .discpriTitle span,
  #content.cotntentsBox.sp_contents .sp_contentBox.bgPink .discpriTitle span { 
    background-color: #ff6283 !important; border-color: #ff6283 !important; 
  }
  .manager-tap-notice {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
}

.staff-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* --- 左右並びレイアウト（PC用） --- */
.staff-quality-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px;
}

.quality-top-text {
  width: 56%;
  flex-grow: 1;
}
.quality-top-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #5a5250;
  margin: 0;
  text-align: justify;
}

@media screen and (max-width: 980px) {

  .staff-quality-top {
    flex-direction: column-reverse !important; 
    gap: 20px !important;
  }

  .quality-top-text {
    width: 100% !important;
    max-width: 100% !important;
  }

  .quality-top-text p {
    font-size: 3.8vw !important; 
  }
}