@charset "UTF-8";
/* CSS Document */

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

  /* ---------------------------------------------
スマホ用レイアウト(768px以下のスクリーン)
------------------------------------------------*/

  /* body全体の初期スタイル調節 */

  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  /*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

  h2 {
    margin: 0.5em 0em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
  }

  h3 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    border-left: 8px solid #10559A;
    border-bottom: 1px dotted #10559A;
  }

  h4 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.2em;
    border: 1px solid #ccc;
    font-weight: bold;
  }

  h5 {
    margin: 0.5em 0em;
    padding: 0.1em;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
  }


  /* ---------------------------------------------
全体レイアウト / 背景設定 (PC用)
------------------------------------------------*/

  /*全体エリア（全体背景を設定するにはここ）*/
  .main {
    background-color: #f2f2f2;
  }

  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.6em;
    /*=16px*/
  }

  /*記事(ボディ)エリアの行間*/
  .article p {
    line-height: 1.6;
  }

  /*カラム全体の幅を変更する*/
  .article,
  .top_image_in {
    width: 100%;
    margin: 0 auto;
    /*真ん中に要素を置きたいときに使う*/
  }



  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/

  /*上部固定ヘッダー全体*/
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }

  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  /*ヘッダーのロゴ*/
  .header_logo {
    width: 25%;
    float: left;
    margin: 0em;
  }

  /*ヘッダーの問い合わせボタン*/
  .header_mail {
    width: 30%;
    float: right;
    margin: 0.8em 0em 0em;
  }

  /*ヘッダーの電話ボタン*/
  .header_tel {
    width: 35%;
    float: right;
    margin: 0.8em 0em 0em;
  }

  /*ヘッダー内の画像が常に幅100%になるように*/
  .header_logo img,
  .header_mail img,
  .header_tel img {
    width: 100%;
  }

  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .section_01 {
    padding: 0.5em 0.5em;
  }

  .section_02 {
    background-color: #FFFEF0;
    padding: 0.5em 0.5em;
  }

  /*--------------------------------------------------
チェックリスト設定
-----------------------------------------------------*/
  ul.checklist {
    border: 1px solid #ccc;
    list-style: none;
    padding: 1em;
  }

  ul.checklist li {
    background-image: url("../images/icon-check03-red.png");
    background-repeat: no-repeat;
    background-size: 7%;
    padding-left: 2em;
    margin-bottom: 0.8em;
  }

  ul.checklist li:last-child {
    margin-bottom: 0em;
  }

  /*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
  table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: 1em 0em;
  }

  th,
  td {
    padding: 0.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: center;
  }

  td {
    background-color: #fff;
    text-align: left;
  }

  /*スマホでは行が列になるテーブルタグ*/
  .table_style_01 tr,
  .table_style_01 th,
  .table_style_01 td {
    display: block;
  }

  .table_style_01 th,
  .table_style_01 td {
    width: 100%;
  }



  /*--------------------------------------------------
フォーム設定
-----------------------------------------------------*/
  .mailform {
    background-color: #fff;
    margin-bottom: 1em;
    padding: 1em 0em 1.5em;
    box-shadow: 0px 0px 1px #000;
  }

  .input {
    padding: 0 2em;
  }

  .input_style {
    background-color: #FFFBF0;
    width: 100%;
    height: 60px;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 1.2em;
  }

  input[type="image"] {
    width: 100%;
  }

  .caution {
    text-align: center;
    font-size: 0.8em;
    color: #F00;
  }

  /*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
  .box_qa {
    background-color: #efefef;
    padding: 1em;
  }

  .box_qa_q {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
    border-bottom: 1px solid #ccc;
    font-size: 1.2em;
    font-weight: bold;
    color: #D10003;
  }

  .box_qa_a {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
  }

  .box_qa_q p,
  .box_qa_a p {
    text-indent: 0em;
  }

  /*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/

  /* プレセミナーのボタン位置 */
  .preseminar_cta_btn {
    bottom: 3.6em;
  }



 /*--------------------------------------------------
スライド部分
-----------------------------------------------------*/

.nadeshiko_slider {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.nadeshiko_track {
  display: flex;
  gap: 20px;
  width: max-content;
  height: 120px;
  animation: nadeshikoSlide 70s linear infinite;
}

.nadeshiko_track img {
  width: 180px;
  height: 120px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

/* 下のスライドだけ開始位置をずらす */
.nadeshiko_slider_delay .nadeshiko_track {
  animation-delay: -19s;
}

@keyframes nadeshikoSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}



/*--------------------------------------------------
修了特典部分
-----------------------------------------------------*/

.tokuten {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.tokuten img {
  width: 100%;
  height: auto;
  display: block;
}

.tokuten_note {
  position: absolute;
  left: 42%;
  bottom: 17%;
  transform: translateX(-50%); 
  width: 55%;
  margin: 0;
  color: #231815;
  letter-spacing: 0.05em;
  font-size: 0.5em; 
}

.tokuten_note a {
  color: #1a9ea0;
  text-decoration: underline;
}

/* スライダー下の白い余白 */
.white_space_100 {
  width: 100%;
  max-width: 750px;
  height: 25px;
  margin: 0 auto;
  background-color: #fff;
}



  /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
  .footer {
    background-color: #1a9ea0;
    padding: 1.5em 0em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
  }

  .footer a {
    color: #fff;
  }

}