@charset "UTF-8";
/* ====================================================================================

    ---  注意！！  コメントの中にコメントはダメ  動きがおかしくなる  ----

   setting

==================================================================================== */
* {
   box-sizing: border-box;
}

/* ----- スローガン親要素 ----- */
.slogan {
    margin: 0 auto;
    /* 20250613 削除
    z-index: -1 ;
    */
    position: relative;

    -webkit-animation-name: anim_slides;	
    -webkit-animation-duration: 50.0s;	
    -webkit-animation-timing-function: ease-in;	
    -webkit-animation-fill-mode: forwards;
    text-align: center;
}

/* ----- メッセージ表示 最終停止方法 ----- */
@-webkit-keyframes anim_slides{
    0%   { opacity: 0;}
    6%   { opacity: 1;}
    24%  { opacity: 1;}
    30%  { opacity: 1;}
    100% { opacity: 1;}
}

/* ----- スローガン子要素 ----- */
.slogan1 {
    color: #ffff00; 
    font-family: serif ;
    font-weight:bold; 
    font-size: calc(1.8vw + 1.0rem);
/*
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.8); 
*/

    text-shadow:
            2px 2px 2px #808080, -2px -2px 2px #808080,
           -2px 2px 2px #808080,  2px -2px 2px #808080,
            2px 0px 2px #808080, -2px -0px 2px #808080,
            0px 2px 2px #808080,  0px -2px 2px #808080;


    /* 
    text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.8); 
    text-shadow:  2px  2px 10px #777 ,
                 -2px  2px 10px #777 ,
                  2px -2px 10px #777 ,
                 -2px -2px 10px #777;
    padding-top: 150px;
    */
    
    padding-top: 50px;
    text-align: center;
}

.slogan-disabled {
      display: none; /* 改行コード削除<br> */
}

.slogan2 {
    color: #000000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    font-weight:bold; 
    font-size: calc(0.5vw + 1.0rem);
    text-align: left;
    line-height: 2.0;
    padding: 50px;
    width-max: 800px;
    
    display: flex;
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: center;    /* 垂直方向の中央寄せ */

    letter-spacing: 0px;
}

.pc-disabled {
   display: none; /* 改行コード削除<br> */
}

.slogan-img {
    background-image: url("../Images/SK_slogan.png"); /* 画像で日本語名はNG */
    background-repeat: no-repeat; 
    background-size: contain; 
    background-position: center top;
    width: 200px ; 
    height: 500px ; 
    margin: auto;
    display: block;
}



/* ---------- 事業内容概要 ---------- */

.slidePanelJigyoH {
    background-image: url('../Images/Jigyoheaderi.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 
}

.slidePanelJigyoPhoto {
    display: flex;   /* 親要素中央寄せ 両方セット */
    justify-content: center;  /* 親要素中央寄せ 両方セット */
    height: 700px; 

}

.slidePanelJigyoS {
    background-image: url("../Images/JigyoPhoto.png"); /* 画像で日本語名はNG */
    background-repeat: no-repeat; 
    background-size: contain; 
    display: inline-block; 
    width: 425px;
    height: 250px;

    transition-duration: 0.5s;

}

/* マウスオーバー時*/
.slidePanelJigyoS:hover {
    transform: scale(1.05);
    transition-duration: 0.5s;
    cursor: pointer;
}

.text1 {
    max-width: 550px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(0.2vw + 1.0rem);
    text-align: left;
    color: #000000 ; 
    font-weight:bold ; 
    height: auto; 
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2.0;

    /* 文字の流れ表示 */
    opacity:0;
    animation-name: sample02;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    margin-bottom: 30px;
    letter-spacing: 0px;

}

.text2 {
    max-width: 550px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(0.2vw + 1.0rem);
    text-align: left;
    color: #000000 ; 
    font-weight:bold ; 
    height: auto; 
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2.0;

    /* 文字の流れ表示 */
    opacity:0;
    animation-name: sample01;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    margin-bottom: 30px;
    letter-spacing: 0px;

}


/* ---------- 教育・育成 ---------- */
.slidePanelKyoikuH {
    background-image: url('../Images/Kyoikuheader.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 

}
.slidePanelKyoiku {
    display: flex;   /* 親要素中央寄せ 両方セット */
    justify-content: center;  /* 親要素中央寄せ 両方セット */
    height: 700px; 

}

.slidePanelKyoikuS {
    background-image: url("../Images/KyoikuPhoto.png"); /* 画像で日本語名はNG */
    background-repeat: no-repeat; 
    background-size: contain; 
    display: inline-block; 
    width: 425px;
    height: 250px;
    background-position: right;
    
    transition-duration: 0.5s;

}

.slidePanelKyoikuS img {
    width: 425px;

}

/* マウスオーバー時*/
.slidePanelKyoikuS:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
    cursor: pointer;
}



/* ---------- 採用情報 ---------- */
.slidePanelSaiyo {
    display: flex;   /* 親要素中央寄せ 両方セット */
    justify-content: center;  /* 親要素中央寄せ 両方セット */
    height: 700px; 
}

.slidePanelSaiyoH {
    background-image: url('../Images/Recruitheader.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 
}

.slidePanelSaiyoS {
    background-image: url("../Images/SaiyoPhoto.png"); /* 画像で日本語名はNG */
    background-repeat: no-repeat; 
    background-size: contain; 
    display: inline-block; 
    width: 425px;
    height: 250px;

    transition-duration: 0.5s;

}

/* マウスオーバー時*/
.slidePanelSaiyoS:hover{
    transform: scale(1.05);
    transition-duration: 0.5s;
    cursor: pointer;
}



/* ---------- SKについて ---------- */
.slidePanelSkabout {
    display: flex;   /* 親要素中央寄せ 両方セット */
    justify-content: center;  /* 親要素中央寄せ 両方セット */
    height: auto; 
    padding-bottom: 50px;
    height: 730px; 
}

.slidePanelSkaboutH {
    background-image: url('../Images/Skaboutheader.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 
}

.slidePanelSkaboutS {
    background-image: url("../Images/SkaboutPhoto.png"); /* 画像で日本語名はNG */
    background-repeat: no-repeat; 
    background-size: contain; 
    display: inline-block; 
    width: 425px;
    height: 250px;
    background-position: right;
}



/* ---------- 企業情報 ---------- */
.slidePanelKigyoH {
    background-image: url('../Images/Kigyoheader.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 
}

.slidePanelKigyo {
    display: flex;   /* 親要素中央寄せ 両方セット */
    justify-content: center;  /* 親要素中央寄せ 両方セット */
    height: auto; 
    padding-bottom: 50px;
}

/* table01 */
#table01 tr {
    /*
    border-bottom: 1px solid #b5b1b1;
    */
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: calc(0.2vw + 1.0rem);
}

#table01 th,
#table01 td {
    padding: 24px 0;
    border: none;
}

#table01 th {
    width: 30%;
}

#table01 td {
    width: 600px;
}



/* ---------- お問い合わせ ---------- */
.slidePanelCallH {
    background-image: url('../Images/Callheader.png');
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: contain; 
    min-width: 100px; 
    height: 150px; 
    display: flex; 
    margin: auto; 
}

.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding-bottom: 50px;
}

.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}


.Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    padding: 10px;
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #20b2aa;
    color: #fff;
    font-size: 14px;
}

.Form-Item-Label-Required1 {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #40e0d0;
    color: #fff;
    font-size: 14px;
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

.Form-Btn {
    display:flex; /* ボタンを横並びに設定 */
}

.Form-Btn-I {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.Form-Btn-I:hover {
    box-shadow: 0px 12px 24px #0b5dae63;
    transform: translateY(-4px);
}

.agree_kojin{
     text-decoration: underline;
     /*color: #008080;*/
     color: #3cb371;
     /* position: static; */
     padding-top: 1.2em;
     padding-left: 1.2em;/*アイコン分のスペース*/
     line-height: 1.4;/*行高*/
     margin: 0 auto;
}

.Form-Chk {
    display: flex;
    flex-direction: row;
    text-align: center center;
}



/* ---------- PDFファイル設定 ---------- */
a.pdf {
     text-decoration: underline;
     /*color: #008080;*/
     /* position: static; */
     /*padding-left: 1.2em;アイコン分のスペース*/
     color: #3cb371;
     line-height: 1.4;/*行高*/
}
a.pdf:before {
  font-family: FontAwesome;
  /*content: "\f075";アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
}

a.pdf:hover{
  color : #ff7043;
}



/* ---------- ポップアップ設定 ---------- */
.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
}

.popup-open {
  cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  color: #3cb371;
  text-decoration: underline;
}

.popup-open:hover{
  color : #ff7043;
}

.popup-content {
  background-color: #ffffff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
    margin: 20px; /* Closeの位置微調整 */
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.layer-img {
  max-width: 500px;
  width: auto;
  height: auto;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.popup-close-p {
    text-decoration:underline;
    color: #ffa500;
    padding-right: 20px;
}



@keyframes sample01 {
   0% {
    opacity: 0;
    transform: translateX(0px);
   }
   50%{
     opacity: 1;
     transform: translateX(0px);
   }
   100% {
      opacity:0;
      transform: translateX(-50px);
   } 
}

@keyframes sample02 {
   0% {
    opacity: 0;
    transform: translateX(0px);
   }
   50%{
     opacity: 1;
     transform: translateX(0px);
   }
   100% {
      opacity:0;
      transform: translateX(50px);
   } 
}



/* ---------- 画面サイズ変更の設定 ---------- */

/*1100px以下で有効*/
@media screen and (max-width: 1100px) {
   .slogan2 {
       font-size: calc(0.5vw + 0.9rem);
       line-height: 1.5;

   }

    #table01 th,
    #table01 td {
        width: 100%;
        display: block;
        padding: 10px;
    }

    #table01 th {
        text-align: left;
    }

    #table01 td {
        padding-top: 0;
    }

   .slidePanelJigyoPhoto {
       display: flex;
       flex-direction: column;
       justify-content: start !important;

}

   .slidePanelJigyoS {
       background-position: center center; 
       margin:0 auto;
       margin-bottom: 30px;

   }

   .text1, .text2 {
       display: flex;
       margin: 0 auto;

   }

   .text2 {
       margin-bottom: 30px;
   }

   .slidePanelKyoiku {
       display: flex;
       flex-direction: column;
       justify-content: start !important;
   }

   .slidePanelKyoikuS {
       background-position: center center; 
       margin:0 auto;
   }

   .slidePanelSaiyo {
       display: flex;
       flex-direction: column;
       justify-content: start !important;
   }

   .slidePanelSaiyoS {
       background-position: center center; 
       margin: 0 auto;
       margin-bottom: 30px;
   }

   .slidePanelSkabout {
       display: flex;
       flex-direction: column;
       justify-content: start !important;
   }

   .slidePanelSkaboutS {
       background-position: center center; 
       margin:0 auto;
   }


}


@media screen and (max-width: 730px) {
  .Form {
      margin-top: 40px;
  }
  
  .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
  }
  
  .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
  }
  
  .Form-Item-Label.isMsg {
      margin-top: 0;
  }
  
  .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
  }

  .Form-Item-Label-Required1 {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
  }

  .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
  }

  .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
  }

  .Form-Btn-I {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
  }

}


/* ----- スマホ用表示設定 -----*/
@media screen and (max-width:640px) {
   .slogan-disabled {
      display: block; /* 改行コード削除を解除 */
   }

   .slogan1 {
      font-size: 25px;
      padding-top: 25px;
   }

   .slogan-img {
       height: 350px;
   }

    .layer-img {
         max-width: 310px;
         width: auto;
         height: auto;
    }

    .Form-Chk {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .agree_kojin{
        padding-top: 0;
    }

   .slidePanelJigyoPhoto {
      display: flex;   /* 親要素中央寄せ 両方セット */
      height: auto;
   }
   
   .slidePanelJigyoS {
       max-width: 95%;
       margin-bottom: 30px;
       background-position: center;
       
   }

   .text1, .text2 {
       margin-bottom: 30px;
   }

   .slidePanelKyoiku {
      display: flex;   /* 親要素中央寄せ 両方セット */
      height: auto;
   }
   
   .slidePanelKyoikuS {
       max-width: 95%;
       margin-bottom: 30px;
       background-position: center;
   }

   .slidePanelSaiyo {
      display: flex;   /* 親要素中央寄せ 両方セット */
      height: auto;
   }

   .slidePanelSaiyoS {
       max-width: 95%;
       background-position: center;
   }

   .slidePanelSkabout {
      display: flex;   /* 親要素中央寄せ 両方セット */
      height: auto;
   }

   .slidePanelSkaboutS {
       max-width: 95%;
       background-position: center;
   }

   .popup-open {
       display: inline-block; /* 文字折り返し */
   }
   
   .pdf {
       display: block;
   }
/*
       display: block;
       display: inline-block;
       word-wrap: break-word;
       word-break: break-all;
       overflow-wrap: break-word;
*/

   @keyframes sample01 {
      0% {
       opacity: 1;
       transform: translateX(0px);
      }
      50%{
        opacity: 1;
        transform: translateX(0px);
      }
      100% {
         opacity:1;
         transform: translateX(0px);
      } 
   }

   @keyframes sample02 {
      0% {
       opacity: 1;
       transform: translateX(0px);
      }
      50%{
        opacity: 1;
        transform: translateX(0px);
      }
      100% {
         opacity:1;
         transform: translateX(0px);
      } 
   }

   .slidePanelJigyoH {
       background-image: url('../Images/Jigyoheaderi1.png');
   }

   .slidePanelKyoikuH {
       background-image: url('../Images/Kyoikuheader1.png');
   
   }
   
   .slidePanelSaiyoH {
       background-image: url('../Images/Recruitheader1.png');
   
   }
   
   .slidePanelSkaboutH {
       background-image: url('../Images/Skaboutheader1.png');
   
   }
   
   .slidePanelKigyoH {
       background-image: url('../Images/Kigyoheader1.png');
   
   }
   
   .slidePanelCallH {
       background-image: url('../Images/Callheader1.png');
   
   }

}



