@charset "utf-8";

html, body{
  overflow-x: hidden;
}

body{
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
    background-color: white;
    box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 25%);
    
}

body{
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
}

img{
    width: 100%;
    margin: 0 auto;
    margin-top: 0%;

}

head{
    display: none;    
}

style{
    display: none;
}

/* 初期状態：両方非表示 */
.sp {
    display: none;
  }
  
  .pc {
    display: none;
  }
  
  /* SPだけ表示 */
  @media (max-width: 768px) {
    .sp {
      display: block;
    }
  }
  
  /* PCだけ表示 */
  @media (min-width: 769px) {
    .pc {
      display: block;
    }
  }

/* ヘッダー */
.header{
    background-color: #fff;
    padding: 10px 0;
     width: 100%;
    position: relative;
}

.header_inner {
    align-items: center;
    padding: 2% 3%;
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    float: right;
}
.header_tel {
    width: 50%;
    float: right;
}

/* CTA全体 */
/* 背景 */
.cta_area {
  background: url(../img/kyujin_btn_bg.png) no-repeat center top / 100% auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -45px;
  padding: 11px 0px;
}

.cta_area01 {
  background: url(../img/kyujin_btn_bg.png) no-repeat center top / 100% auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding: 11px 0px;
}

.cta_area01_1 {
  background: url(../img/kyujin_btn_bg.png) no-repeat center top / 100% auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding: 1px 0px;
}

.cta_area02 {
  background: url(../img/CTA02_bg.png) no-repeat center top / 100% auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -41px;
  padding: 18px 0px;
}

.cta_area03 {
  background: url(../img/CTA03_bg.png) no-repeat center top / 100% auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -45px;
  padding: 11px 0px;
}

.cta_area05 {
  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  padding: 11px 0px;
}



/* ボタン */
.cta_btn {
  display: block;
  width: 90%;
  max-width: 600px;
  position: relative; /* ←必須 */
  overflow: hidden;   /* ←必須 */
}

.cta_btn img{
  width: 100%;
  display: block;
}

/* 光 */
.cta_btn.shine::after {
  content: '';
    position: absolute;
    top: 40px;
    left: -120%;
    width: 40%;
    height: 66%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shineMove 3s infinite;
    pointer-events: none;
}

@keyframes shineMove {
  0% {
    left: -120%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    left: 120%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}




@media (max-width: 768px) {
  /* 光 */
.cta_btn.shine::after {
  content: '';
    position: absolute;
    top: 25px;
    left: -120%;
    width: 40%;
    height: 66%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    animation: shineMove 3s infinite;
    pointer-events: none;
}
  .cta_area {
    margin-top: -39px;
    
    padding: 7px 0px;
  }

  

  .cta_area01 {
    margin-top: -9px;
    padding: 7px 0px;
  }

  .cta_area01_1 {
    margin-top: -22px;
    padding: 0px 0px;}

  .cta_area02 {
    margin-top: -19px;
    padding: 13px 0px;
  }

  .cta_area05 {
  
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    padding: 11px 0px;
  }

  .cta_btn {
    width: 90%;
    max-width: none;
    
  }
}

  

 /* おすすめ */
 .osusume {
    position: relative;
    margin-top: -6%;
  }
  
 /* ここを絶対配置にしない！ */
.osusume_box {
    position: static; /* ←relativeも消す */
}
  /* 各ボックスを個別にabsolute */
  .osusume_box01,
  .osusume_box02,
  .osusume_box03 {
    position: absolute;
    left: 0;
    width: 100%;
  }
  
  /* 上から順番に並べる */
  .osusume_box01 {
    top: 27%;
  }
  
  .osusume_box02 {
    top: 48%;
  }
  
  .osusume_box03 {
    top: 74%;
  }

  .osusume_box img {
    display: block;
  }
  
  .osusume_txt01 {
    position: absolute;
    top: 55%;
    left: 65%;
    transform: translate(-50%, -50%);
    color: #444444;
    /* font-weight: bold; */
    font-size: 18px;
    text-align: left;
    width: 65%;
  }

  .osusume_txt02 {
    position: absolute;
    top: 63%;
    left: 36%;
    transform: translate(-50%, -50%);
    color: #444444;
    /* font-weight: bold; */
    font-size: 18px;
    text-align: left;
    width: 65%;
  }

  .osusume_txt03 {
    position: absolute;
    top: 63%;
    left: 65%;
    transform: translate(-50%, -50%);
    color: #444444;
    /* font-weight: bold; */
    font-size: 18px;
    text-align: left;
    width: 65%;
  }

  @media (max-width: 768px){
    .osusume {
        margin-top: -9%;
      }

      .osusume_txt01 {
        top: 59%;
        left: 65%;
        font-size: 15px;
        width: 63%;
        line-height: 18px;
      }

      .osusume_txt02 {
        top: 65%;
        left: 36%;
        font-size: 15px;
        width: 63%;
        line-height: 18px;
      }

      .osusume_txt03 {
        top: 65%;
        left: 65%;
        font-size: 15px;
        width: 63%;
        line-height: 18px;
      }
  }

  

/* 会社について */
.kaisha {
    position: relative;
    margin-top: -6%;
  }

.kaisha_txt01{
    position: absolute;
    top: 26%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: #444444;
    
    font-size: 27px;
    text-align: left;
    width: 95%;
}

.kaisha_txt02{
    position: absolute;
    top: 61%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: #444444;
    font-size: 26px;
    text-align: left;
    width: 64%;
}

.orange{
    color: #ff6600;
}

.kaisha_txt01,
.kaisha_txt02 {
  text-shadow:
    0 0 3px #fff,
    0 0 8px #fff,
    0 0 15px #fff,
    0 0 25px #fff;
}

@media (max-width: 413px){
    .kaisha {
        
        margin-top: -9%;
      }
    .kaisha_txt01{
    top: 25%;
    left: 51%;
    font-size: 16px;
    width: 95%;
    }
    .kaisha_txt02{
      top: 65%;
      left: 33%;
      font-size: 15px;
      width: 59%;
    }
}

/* タブレット〜中間テキストサイズ用 */
@media (max-width: 1024px) and (min-width: 412px){

    .kaisha_txt01{
      font-size: 22px;
      
    }
  
    .kaisha_txt02{
      font-size: 16px;
        top: 65%;
    }
  
    .osusume_txt01,
    .osusume_txt02,
    .osusume_txt03{
      font-size: 20px;
      line-height: 1.4;
    }
  
  }

/* 実績 */
.jisseki{
    margin-top: -4.5%;
}

@media (max-width: 768px){
    .jisseki{
        margin-top: -7.5%;
    }
}

/* 働き方*/
.hataraki01{
    position: relative;
    margin-top: -5%;
}

.hataraki_ttl{
    
}

.hataraki_txt01{
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #444444;
    font-size: 27px;
    text-align: center;
    width: 100%;
}

.hataraki_txt01 b {
    display: block;
    position: relative;
    padding-left: 28px; /* ←丸の分余白 */
    margin-bottom: -30px;
  }
  
  .hataraki_txt01 b::before {
    content: "";
    position: absolute;
    left: 11%;
    top: 33%;
    width: 20px;
    height: 20px;
    background: #ff6600;
    border-radius: 50%;
  }
  
  /* チェックを別で描く */
  .hataraki_txt01 b::after {
    content: "";
    position: absolute;
    left: calc(11% + 6px);
    top: calc(28% + 5px);
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
  }
  
  .hataraki_txt01 b:nth-child(3)::before {
    top: 29%;  /* ←ここで調整 */
    left: 16%; /* ←横も変えられる */
  }

  .hataraki_txt02{
    position: absolute;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #444444;
    font-size: 27px;
    text-align: center;
    width: 100%;
}

.hataraki_txt01 b:nth-of-type(2)::after {
  top: calc(26% + 5px);
  left: calc(16% + 6px);

}

@media (max-width: 540px){
    .hataraki01{
        margin-top: -9%;
    }
    .hataraki_txt01{
        top: 66%;
        left: 50%;
        font-size: 17px;
    }

    .hataraki_txt02{
        top: 81%;
        left: 53%;
        font-size: 17px;
    }
    
    .hataraki_txt01 b::before{
        left: 7%;
        top: 22%;
    }

    .hataraki_txt01 b::after {
      content: "";
      position: absolute;
      left: calc(7% + 6px);
        top: calc(15% + 5px);
      width: 6px;
      height: 10px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(45deg);
    }

    .hataraki_txt01 b:nth-of-type(2)::after {
      top: calc(18% + 5px);
        left: calc(13% + 6px);
    
    }

    .hataraki_txt01 b:nth-child(3)::before {
        top: 25%;  /* ←ここで調整 */
        left: 13%; /* ←横も変えられる */
      }
}


.hataraki02{
    position: relative;
    margin-top: -5%;
}

.hataraki_txt03{
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #444444;
    font-size: 27px;
    text-align: center;
    width: 100%;
}

@media (max-width: 540px){
    .hataraki02{
        margin-top: -9%;
    }
    .hataraki_txt03{
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #444444;
    font-size: 16px;
    text-align: center;
    width: 100%;
    }
}

/* タブレット〜中間テキストサイズ用 */
@media (max-width: 1024px) and (min-width: 769px){
    .hataraki01{
        margin-top: -9%;
    }
    .hataraki_txt01{
        top: 68%;
        left: 50%;
        font-size: 27px;
    }

    .hataraki_txt02{
        top: 81%;
        left: 53%;
        font-size: 27px;
    }
    
    .hataraki_txt01 b::before{
        left: 11%;
        top: 30%;
    }

    .hataraki_txt01 b:nth-child(3)::before {
        top: 25%;  /* ←ここで調整 */
        left: 13%; /* ←横も変えられる */
      }

      .hataraki_txt03{
        font-size: 27px;
      }
}

/* 活躍*/
/* 親を基準にする */
.katuyaku {
    position: relative;
    margin-top: -5%;
    
  }
  
  /* 背景画像 */
  .katuyaku_ttl img {
    display: block;
  }
  
  /* 吹き出し全体を背景の上に乗せる */
  .hukidashi01 {
    position: absolute;
    top: 42%;   /* ←ここで上下調整 */
    left: 0;
    width: 100%;
  }
  
  /* アイコン */
  .icon01 {
    position: absolute;
    left: 7%;
    top: 10%;
    width: 16%;
  }
  
  /* 吹き出し */
  .hukidashi_img01 {
    position: absolute;
    left: 24%;
    top: -30px;
    width: 70%;
  }
  
  /* テキスト */
  .hukidashi_txt01 {
    position: absolute;
    top: 48%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: 18px;
    line-height: 1.6;
    color: #444444;
  }

  /* 吹き出し全体を背景の上に乗せる */
  .hukidashi02 {
    position: absolute;
    top: 71%;   /* ←ここで上下調整 */
    left: 0;
    width: 100%;
  }
  
  /* アイコン */
  .icon02 {
    position: absolute;
    left: 77%;
    top: 10%;
    width: 16%;
  }
  
  /* 吹き出し */
  .hukidashi_img02 {
    position: absolute;
    left: 6%;
    top: -30px;
    width: 70%;
  }
  
  /* テキスト */
  .hukidashi_txt02 {
    position: absolute;
    top: 48%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: 18px;
    line-height: 1.6;
    color: #444444;
  }

  @media (max-width: 540px){
    .katuyaku {
        margin-top: -30px;
    }
    .hukidashi_img01 {
        left: 23%;
    top: -25px;
    width: 73%;;
    }
    .hukidashi_txt01 {
        top: 45%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 72%;
        font-size: 13px;
        line-height: 1.3;
        
    }
    .hukidashi_img02 {
        left: 5%;
    top: -25px;
    width: 73%;;
    }
    .hukidashi_txt02 {
        top: 44%;
        left: 49%;
        transform: translate(-50%, -50%);
        width: 81%;
        font-size: 13px;
        line-height: 1.3;
        
    }
  }

   /* 福利厚生 */
   .hukurikousei{
    position: relative;
    margin-top: -6%;
   }

   .hukurikousei_txt{
    position: absolute;
    top: 74%;
    left: 9%;
    /* line-height: 1.3; */
    width: 85%;
    color: #444444;
    font-size: 24px;
}
   
@media (max-width: 540px){
    .hukurikousei{
        margin-top: -9%;
       }
    
       .hukurikousei_txt{
        
        top: 73%;
        left: 9%;
        line-height: 1.3;
        width: 85%;
        color: #444444;
        font-size: 16px;
    }
}

   /* 入社祝い */
.oiwai{
    position: relative;
    margin-top: -5%;
}

.oiwai_txt{
    position: absolute;
    top: 41%;
    left: 9%;
    /* line-height: 1.3; */
    text-align: center;
    width: 85%;
    color: #fff;
    font-size: 24px;
}

@media (max-width: 540px){
    .oiwai{
        margin-top: -9%;
       }
    
       .oiwai_txt{
        top: 41%;
        left: 5%;
        line-height: 1.3;
        width: 91%;
        font-size: 15px;
    }
}

   /* 勤務地 */
   .map{
  
    margin-top: -5%;
}
@media (max-width: 540px){
    .map{
        
        margin-top: -9%;}
}

/* 会社の思い */
.omoi{
    position: relative;
    margin-top: -6%;
}

.omoi_txt01{
  position: absolute;
  top: 36%;
  left: 8%;
  /* line-height: 1.3; */
  text-align: left;
  width: 85%;
  color: #444444;
  font-size: 22px;
}

.omoi_txt02{
  position: absolute;
    top: 45%;
    left: 8%;
    /* line-height: 1.3; */
    text-align: left;
    width: 85%;
    color: #444444;
    font-size: 22px;
}

.omoi_txt03{
  position: absolute;
    top: 66%;
    left: 8%;
    /* line-height: 1.3; */
    text-align: left;
    width: 85%;
    color: #444444;
    font-size: 22px;
}

.omoi_txt04{
  position: absolute;
    top: 84%;
    left: 8%;
    /* line-height: 1.3; */
    text-align: left;
    width: 85%;
    color: #444444;
    font-size: 22px;
}

.omoi_txt01,
.omoi_txt02,.omoi_txt03,.omoi_txt04 {
  text-shadow:
    0 0 3px #fff,
    0 0 8px #fff,
    0 0 15px #fff,
    0 0 25px #fff;
}

@media (max-width: 540px){
  .omoi{
    margin-top: -34px;
  }

  .omoi_txt01{
    top: 34%;
    left: 8%;
    font-size: 13px;
  }
  .omoi_txt02{
    top: 46.5%;
    left: 8%;
    font-size: 13px;
  }
  .omoi_txt03{
    top: 68%;
    left: 8%;
    font-size: 13px;
  }
  .omoi_txt04{
    top: 84%;
    left: 8%;
    font-size: 13px;
  }
  
}

  /* スケジュール */
.schedule{
  position: relative;
  margin-top: -5%;
}

.schedule_txt01{
  position: absolute;
  top: 19%;
  left: 20%;
  /* line-height: 1.3; */
  text-align: left;
  width: 49%;
  color: #444444;
  font-size: 22px;
}

.schedule_txt02{
  position: absolute;
  top: 42%;
  left: 20%;
  /* line-height: 1.3; */
  text-align: left;
  width: 46%;
  color: #444444;
  font-size: 22px;
}

.schedule_txt03{
  position: absolute;
  top: 65%;
  left: 20%;
  /* line-height: 1.3; */
  text-align: left;
  width: 46%;
  color: #444444;
  font-size: 22px;
}

@media (max-width: 540px){
  .schedule{
    margin-top: -9%;
  }

  .schedule_txt01{
    top: 19%;
    left: 19%;
    width: 49%;
    font-size: 13px;
  }

  .schedule_txt02{
    top: 41.5%;
        left: 19%;
        width: 48.5%;
        font-size: 13px;
  }

  .schedule_txt03{
    top: 64.5%;
        left: 19%;
        width: 48.5%;
        font-size: 13px;
  }
}

  /* キャリア */
  .career{
    position: relative;
    margin-top: -5%;
}

.career_txt01{
  position: absolute;
  top: 7.25%;
  left: 9%;
  /* line-height: 1.3; */
  text-align: center;
  width: 85%;
  color: #444444;
  font-size: 22px;
}



/* 上に重ねる */
.career_box {
  position: absolute;
  top: 77%;
  left: -2%;
  width: 95%;
  display: flex;
  justify-content: space-between;
  padding: 0 5%;;
}

/* カード */
.career_card {
  width: 48%;
  border-radius: 16px;
  padding: 20px 6px;
  text-align: center;
}

/* 画像 */
.career_img {
  width: 100%;
  margin-bottom: 10px;
}

/* タイトル */
.career_title {
  font-size: 20px;
  font-weight: bold;
  color: #ff6600;
  margin-bottom: 10px;
}

.career_img_wrap {
  position: relative;
}

/* テキストを画像の上に */
.career_txt {
  position: absolute;
  top: 45%;   /* ←ここだけ調整（全カード共通） */
  left: 50%;
  transform: translateX(-50%); /* ←Y消すのがポイント */
  width: 80%;
  font-size: 21px;
  line-height: 1.6;
  text-align: left;
  color: #444444;
}

@media (max-width: 540px){
  .career{
    margin-top: -9%;
}

.career_txt01{
  top: 6.7%;
  left: 9%;
  font-size: 15px;
}

.career_txt {
  top: 43%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  font-size: 13px;
}
}

/* =========================
   先輩社員のリアルな声
========================= */

.voice {
  position: relative;
  margin-top: -5%;
}

/* 背景 */
.voice h2 {
  position: relative;
  z-index: 1;
}

.voice h2 img {
  display: block;
}

/* スライダー全体 */
.voice__wrap {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
  z-index: 2;
}

/* Swiper本体 */
.voice__slider {
  position: relative;
}

/* ★ここが重要：スライドだけ隠す */
.swiper {
  overflow: hidden;
}

/* スライド */
.swiper-slide {
  width: 100% !important;
}

.swiper-slide img {
  width: 100%;
  display: block;
}

/* =========================
   Swiper完全リセット
========================= */

.swiper-button-prev,
.swiper-button-next {
  position: absolute !important;
  top: 228px !important;
  transform: translateY(-50%);
  z-index: 999;

  width: 35px !important;
  height: 35px !important;

  background: #3dc139 !important;
  border-radius: 50% !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  /* 🔥 すべてのデフォルトを殺す */
  background-image: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  color: transparent !important;

  /* iOS対策 */
  -webkit-tap-highlight-color: transparent;
}



/* =========================
   矢印（ここ重要）
========================= */

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* 左 */
.swiper-button-prev::after {
  transform: rotate(-135deg);
}

/* 右 */
.swiper-button-next::after {
  transform: rotate(45deg);
}

.swiper-button-prev {
  left: 3px !important; /* ← 左に寄せる（マイナスで外へ） */
}

.swiper-button-next {
  right: 3px !important; /* ← 右に寄せる */
}


/* =========================
   ページネーション
========================= */

.swiper-pagination {
  bottom: -20px !important;
}

@media (max-width: 540px){
  .swiper-button-prev,
.swiper-button-next {
  position: absolute !important;
  top: 143px !important;
  transform: translateY(-50%);
  z-index: 999;

  width: 20px !important;
  height: 20px !important;

  background: #3dc139 !important;
  border-radius: 50% !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  /* 🔥 すべてのデフォルトを殺す */
  background-image: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  color: transparent !important;

  /* iOS対策 */
  -webkit-tap-highlight-color: transparent;
}
.swiper-button-prev {
  left: 3px !important; /* ← 左に寄せる（マイナスで外へ） */
}

.swiper-button-next {
  right: 3px !important; /* ← 右に寄せる */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  width: 3px;
  height: 3px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
}



/* 募集要項 */
.boshu{
  margin-top: -20px;
}

/* 採用までの流れ */
  .flow{
    position: relative;
    margin-top: -5%;
  }
  
  .flow_txt01{
    position: absolute;
    top: 23%;
    left: 27.5%;
    line-height: 1.3;
    text-align: left;
    width: 69%;
    color: #444444;
    font-size: 19px;
  }
  .flow_txt02{
    position: absolute;
    top: 40%;
    left: 27.5%;
    line-height: 1.3;
    text-align: left;
    width: 67%;
    color: #444444;
    font-size: 19px;
  }
  .flow_txt03{
    position: absolute;
    top: 60%;
    left: 27.5%;
    line-height: 1.3;
    text-align: left;
    width: 67%;
    color: #444444;
    font-size: 19px;
  }
  .flow_txt04{
    position: absolute;
    top: 80%;
    left: 27.5%;
    line-height: 1.3;
    text-align: left;
    width: 67%;
    color: #444444;
    font-size: 19px;
  }

  @media (max-width: 540px){
    .flow{
      margin-top: -9%;
  }

  .flow_txt01 {
    top: 22%;
    left: 27.5%;
    font-size: 11px;
    width: 76%;
}


  .flow_txt02{
    top: 40%;
    left: 27.5%;
    font-size: 11px;
    width: 67%;
  }

  .flow_txt03{
    top: 60%;
        left: 27.5%;
        font-size: 11px;
        width: 67%;
  }

  .flow_txt04{
    top: 79.5%;
    left: 27.5%;
    font-size: 11px;
    width: 67%;
  }
}

@media (max-width: 700px) and (min-width: 412px){
  .flow_txt01{
    position: absolute;
        top: 23%;
        left: 27%;
        line-height: 1.3;
        text-align: left;
        width: 76%;
        color: #444444;
        font-size: 12px;
  }
  .flow_txt02{
    position: absolute;
    top: 40%;
    left: 27%;
    line-height: 1.3;
    text-align: left;
    width: 67%;
    color: #444444;
    font-size: 12px;
  }
  .flow_txt03{
    position: absolute;
    top: 60%;
    left: 27%;
    line-height: 1.3;
    text-align: left;
    width: 67%;
    color: #444444;
    font-size: 12px;
  }
  .flow_txt04{
    position: absolute;
    top: 80%;
    left: 27%;
    line-height: 1.3;
    text-align: left;
    width: 67%;
    color: #444444;
    font-size: 12px;
  }
}

/* よくある質問 */
.question {
  margin-top: -5%;
  background: url(../img/Q&A.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 0 44px; /* ←上下余白で高さ作る */
}

.question h2 img {
  display: block;
    width: 66%;
    margin-top: -15%;
}

/* 背景の上に重ねる */
.faq {
  position: static;
  margin-top: 8%;
  margin-left: -8px;
  width: 93%;
  padding: 0 5%;
}

/* 各ボックス */
.faq_item {
  background: #fffbdd;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
}

/* Q */
.faq_q {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.q_icon {
  width: 40px;
  margin-right: 10px;
}

.faq_q p {
  flex: 1;
  color: #ff6600;
  font-weight: bold;
  font-size: 22px;
}

/* 矢印 */
/* 初期（上向き） */
.arrow {
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #ff6600;
  border-left: 3px solid #ff6600;

  position: absolute;
  right: 10px;
  top: 50%;

  transform: translateY(-50%) rotate(-45deg); /* ▼下向き */
  transition: .3s;
}

.faq_item.active .arrow {
  transform: translateY(-50%) rotate(135deg); /* ▲上向き */
}

/* A */
.faq_a {
  display: none;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 3px dotted #ff6600;
}

/* 開いたときだけ横並び */
.faq_item.active .faq_a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}



/* ←これ追加 */
.a_icon {
  width: 30px;
  flex-shrink: 0;
  margin-top: 4px; /* ←微調整ポイント */
}

.faq_a p {
  color: #333;
  line-height: 1.6;
  font-size: 20px;
  flex: 1;
  margin: 0; /* ←これ重要 */
  font-weight: bold;
}

.green{
  color: #10b45e;
}


.faq_q p {
    margin: 0;
}

@media (max-width: 540px){
  .question{
    padding: 80px 0 18px; 
  }
  .faq_q p {
    flex: 1;
    color: #ff6600;
    font-weight: bold;
    font-size: 18px;
}

.faq_a p {
  color: #333;
  line-height: 1.4;
  font-size: 14px;
  flex: 1;
  margin: 0;
}

.question h2 img {
    display: block;
    width: 66%;
    margin-top: -29%;
}

}


/* =========================
   お問い合わせ
========================= */
.form {
  position: relative;
  background-color: #ff7218;
  margin-top: -3%;
  padding-bottom: 80px; /* calcをやめて安定（形は変わらない） */
}

/* SP */
@media screen and (max-width: 650px) {
  .form {
    padding-bottom: 60px;
  }
}

/* 白い箱 */
.form-table {
  width: min(90%, 520px); /* 端末差で崩れない */
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 29px;
}

@media screen and (max-width: 650px) {
  .form-table {
    width: min(92%, 520px);
    padding: 20px 15px;
  }
}

/* テーブル基本 */
.contact-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 行間（trにpaddingは入れない） */
.contact-table tr + tr {
  border-top: 14px solid transparent; /* 行間として機能 */
}

/* th/td を縦積み（今の見た目を維持） */
.contact-table th,
.contact-table td {
  display: block;
  width: 100%;
}

/* label（消え防止） */
.contact-table label {
  display: inline-block;
  color: #222;
  font-weight: 700;
}

/* 見出し */
.contact-table th {
  text-align: left;
  padding: 10px 10px 6px;
  vertical-align: middle;
}



/* 必須バッジ */
.must {
  padding: 2px 6px;
  background: #ff8902;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 4px;
}

/* 入力欄（input + select統一） */
input[name="user_name"],
input[name="user_tel"],
input[name="user_email"],
input[name="user_birth"],
input[name="user_map"],
select, /* ←これ追加 */
textarea {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;

  font-size: 18px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;

  border: 1px solid #ccc;
  border-radius: 8px;
}

/* 生年月日 横並び */
.birth_select {
  display: flex;
  gap: 8px;
}

.birth_select select {
  flex: 1; /* 均等幅 */
  width: auto; /* ←これ追加（重要） */
}

select:invalid {
  color: #999; /* グレー */
}

select option {
  color: #000; /* 選択肢は黒 */
}

/* フォーカス見やすく */
input:focus,
textarea:focus {
  outline: none;
  border-color: #ff8902;
  box-shadow: 0 0 0 3px rgba(255,137,2,.15);
}

/* 送信ボタンの外枠（PCでも見切れない） */
.submit div {
  width: 100%;
  max-width: 420px;
  margin: 22px auto 0;
  padding: 0 10px; /* 端末によってはみ出すのを防ぐ */
  box-sizing: border-box;
}

/* SPだけ少し広め */
@media screen and (max-width: 650px) {
  .submit div {
    max-width: 420px;
  }
}

/* 送信ボタン */
.submit input{
  margin-left: -14%;
}

.submit input[type="submit"]:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* ★ここだけ追加・変更 */
@media screen and (max-width: 650px) {
  .form-table {
    width: 80%;        /* ←小さくする（80〜88がオススメ） */
    padding: 20px;
    
  }
}

@media screen and (min-width: 768px) {
  .consent {
      font-size: 18px;
  }
}

.consent {
  font-size: 18px;
  color: #414141;
  margin-top: 25px;
  text-align: center;
}

.policy-box {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 50px;
}

.policy-box p {
  margin-top: 0;
}

/* フッター */
footer {
  background: #000;
  color: #fff;
  padding-bottom: calc(60 / 1920 * 100vw);
  padding-top: calc(60 / 1920 * 100vw);
}

footer p {
  text-align: center;
  font-size: 13px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.submit_btn {
  border: none;
  background: none;
  padding: 0;
  outline: none;
}

.tyuushaku{
  font-size: 18px;
}

@media (max-width: 540px) {
  .tyuushaku{
    font-size: 12px;
  }
  
}

#content {
  padding: 30px 30px;
}