@charset "UTF-8";

/* 共通部分
------------------------------- */
html{
  font-size: 62.5%;   /* 計算しやすいよう1remを10pxに */
  box-sizing: border-box;
}
*,*::before,*::after{
  box-sizing: inherit;
}

body{
  font-family:"Noto sans jp","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","ヒラギノ角ゴ Pro W3",sans-serif;
  line-height: 1.7;
  color: #333;
  font-size: 1.6rem;   /* bodyの標準を16pxに */
  -webkit-text-size-adjust: 100%;
}
a{
  text-decoration: none;
}
img,video{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper{
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.wrapper_1200{
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.sp_only{
  display: none;
}
.zyunbityu{
  font-size: 24px;
  margin: 0 auto;
  padding: 80px 0;
}

/*----------------
 fadeUp ※「fadeUpTrigger」のクラス追加でOK
 ---------------*/

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    0% {
      opacity: 0;
    transform: translateY(100px);
    }
    /* 70%{
      opacity: 0.5;
    } */
    100% {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }

/*--------------------------------
ローディング部分
--------------------------------*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#ffffff;
    text-align:center;
    color:#fff;
  }
  
  /* Loading アイコンの大きさ設定　*/

  .loading_logo{
    position: absolute;
    width: 80px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%,-50%);
    @keyframes loading_anime{
      0%{opacity: (0%);}
      100%{opacity: (100%);}
    }
    animation:loading_anime 5s ease forwards;
  }


/*--------------------------------
ヘッダー・ TOP部分・フッター
------------------------------- */
main{
  background-color: #fff;
  text-align: center;
}
#header{
  width: 100%;
  height: 142px;
  border-bottom: 4px #EB9D00 solid;
  text-align: center;
  margin: 24px 0 0 0;
}
.header_logo{
  width: 100%;
  margin: auto;
  margin: 0 auto;
}
.keyvisual{
  text-align: center;
  background-color: #3F4147;
}
footer{
  padding: 20px 0;
  text-align: center;
  background-color: #FDF5E5;
}
/*--------------------------------
ナビゲーション
------------------------------- */
nav.navigation ul{
  max-width: 1200px;
  width: 100vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style:none;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 0;
}
nav.navigation ul li{
  width: 240px;
  border-right: 1px solid #e2e2e2;
  padding: 12px 0;
}
nav.navigation ul li:first-child{
  border-left: 1px solid #e2e2e2;
}
nav.navigation ul li a{
  color: #333;
  font-weight: 600;
  display: block;
  padding: 12px auto;
}
nav.navigation ul li:hover{
  background-color: #e2e2e2;
}
/*--------------------------------
PRテキスト部分
------------------------------- */
#pr_text div{
margin: 0;
background-color: #FDF5E5;
background-image:url(../img/01_top/bg_line.png);
background-repeat: no-repeat;
background-position: 100%;
background-size: cover;
}
#pr_text p,
#hard_01 p,
#soft_01 p,
.hard_02_02_text{
  font-size: 2.0rem;
  margin: 0 auto;
  text-align: center;
  padding: 40px 20px;
  line-height: 2;
  font-weight: 500;
}
.hard_02_02_text{
  padding: 24px 40px; 
}
#pr_text p span,
#hard_01 p span,
#soft_01 p span,
.hard_02_02_text span{
  font-weight: 700;
  background-color: #fff;
  padding: 0 8px;
}
.hard_02_02_text span{
  background-color: #FFEA63;
}
/*--------------------------------
service紹介
------------------------------- */
#service .title{
text-align: center;
margin-top:48px;
margin-bottom: 40px;
padding: 0 3vw;
}
#service .illust{
  text-align: center;
  margin-bottom: 48px;
}
/*--各事業背景--*/
#service_01{
  background-color: #F0F9F1;
  padding: 64px 0px 80px 0px;
  background-image: url(../img/02_SERVICE/service_01_bgimg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#service_02{
  background-color: #EAF8FF;
  padding: 64px 10vw 80px 10vw;
  background-image: url(../img/02_SERVICE/service_02_bgimg.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
#service_03{
  background-color: #FEF9F0;
  padding: 64px 10vw 80px 10vw;
  background-image: url(../img/02_SERVICE/service_03_bgimg.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
.service_box{
  max-width: 880px;
  width: 90%;
  margin: 0 auto;
}
.service_title{
  text-align: center;
}
.service_text{
  text-align: left;
  /*width: 880px;*/
  margin: 48px auto 40px auto;
  font-size: 2.2rem;
  font-weight: 500;
}
.service_contents{
  width: 100%;
  background-color: #F8FBFE;
  margin: 24px auto 0 auto;
  padding: 24px 48px 64px 48px;
  font-weight: 500;
  position: relative;
}
.contents_title{
  width: 100%;
  font-weight: 800;
  border-bottom: #333 solid 1px;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0;
  text-align: left;
}
.contents_text{
  font-size: 1.8rem;
  margin-bottom: 0px;
}
.service_link_btn{
  margin-top: 16px;
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.service_link_btn:hover{
  opacity: 0.7;
}
#service_02 .service_link_btn,
#service_03 .service_link_btn{
  right: 10vw;
  bottom: 40px;
}

/*--------------------------------
問合せ帯
------------------------------- */
.toiawase{
  background-color: #EFB033;
  padding: 28px 0 44px 0;
}
.toiawase p{
  font-size: 2.4rem;
  color: #fff;
  margin: 0 0 10px 0;
}
.toiawase_btn{
  padding:0 6vw;
}
/*--------------------------------
代表MESSAGE
------------------------------- */
#about .title{
  margin-top:100px;
  margin-bottom: 48px;
}
.message‗flexbox{
  display: flex;
  gap: 3.2rem;
}
.message‗flexbox_photo{
  width: 48.5rem;
}
.message‗flexbox_text{
  width: 68.3rem;
}
.message‗flexbox_text p{
  text-align: left;
  margin-top: 0;
}




/*--------------------------------
会社概要
------------------------------- */
.about_table{
  margin: 80px auto;
}
.about_table table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 1.4rem;
}
.about_table tr{
  border-top: solid 1px #e2e2e2;
  border-bottom: solid 1px #e2e2e2;
}
.about_table th{
  padding: 0 0 0 10px;
  width: 20%;
  font-weight: 400;
}
.about_table td{
  padding: 10px 20px;
}

table tr:nth-child(odd){
  background-color: #eee
}









/*--------------------------------
ページ2‗リスキ二ングページ
------------------------------- */
.page_keyvisual{
  text-align: center;
  padding: 48px 0 54px 0;
  background-image: url(../img/page02_reskilling/reskilling_01_KV_bg.png);
  margin-bottom: 96px;
}
/*悩み*/
.nayami_box{
  display: flex;
  gap: 1vw;
  margin: 24px auto 40px auto;
}

/*研修内容*/
section.about_reskilling{
  background-color: #F1FAEC;
  padding-top:48px;
  padding-bottom: 32px;
  margin-top: 20px;
  background-image: url(../img/page02_reskilling/reskilling_contents_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.about_reski_text{
  font-size: 2.4rem;
}
.follow_06{
  margin: 56px 0 80px 0;
  position: relative;
  right: -44px;
}
.resk_text_list_box{
  text-align: left;
  background-color: #FAFDF8;
  padding-bottom: 32px;
}
.resk_text_list_box p:last-child{
  text-align: right;
  font-size: 1.6rem;
}
.about_zoom_img{
  margin-bottom: 56px;
}

/*講師紹介*/
.about_instructor{
  margin-top: 24px;
  margin-bottom: 56px;
  display: flex;
  gap: 30px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.4;
}
.instructor_photo{
  width: 220px;
}
.instructor_text{
  width: 950px;
  margin: 0 auto;
}
.instructor_text p:first-child{
  font-size: 2.6rem;
  margin:0 auto 1.6rem;
}
.instructor_text p:first-child span{
  font-size: 1.8rem;
}
.instructor_text p:nth-child(2){
  font-size: 1.6rem;
  padding-bottom: 12px;
  border-bottom: #333 1px solid;
  margin: 0;
}
.instructor_text p:nth-child(2) span{
  font-size: 1.3rem;
}
.instructor_text p:last-child{
  margin: 16px auto 0;
  font-size: 1.5rem;
  text-align: 1.4;
}

.price{
  padding: 40px 0;
}
.kakaku{
  font-weight: 300;
  font-size: 4.5rem;
  margin:24px 0 0 0;
  font-family: 'roboto';
  letter-spacing: 0;
}
.kakaku span{
  font-size: 3rem;
  font-weight: 400;
}
.zyouken_list_title{
  font-size: 2.0rem;
  font-weight: 400;
  background-color: #fffce6;
  width: 40%;
  margin: 0 auto;
  padding: 12px 40px;
}
.zyouken_list_title p{
  margin: 0;
  font-weight: 600;
}
.zyouken_list_title ul{
  font-size: 1.8rem;
  text-align: left;
  margin: 8px;
}
/*------------------- -------------
 ハードウェアページ
------------------------------- */
#hard_01 .page_keyvisual{
  background-image: url(../img/page03_hardwear/hardwear_01_KV_bg.png);
  margin-bottom: 0;
}
#hard_01 p{
  background-color: #E2F0FF;
  background-image:url(../img/page03_hardwear/bg_line_white.png);
background-repeat: no-repeat;
background-position: 100%;
background-size: cover;
}
.hd_nayami{
  padding: 48px 0px 32px 0px;
}
#hard_02{
  background-color: #F1F8FF;
  padding: 32px 0 72px 0;
  background-image: url(../img/page03_hardwear/hardwear_contents_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hard_servicetitle{
  margin: 80px 0 16px 0;
}
/*機械リスト*/
.machine_list{
  padding: 24px 0px 24px 32px;
  display: flex;
  gap: 8px;
  margin: 0 auto 20px;
  background-color: #fff;
}
.machine_list_text{
  width: 600px;
}
.machine_title{
  font-size: 2.4rem;
  border-bottom: #cccccc 2px solid;
  text-align: left;
  margin: 0;
}
.machine_text{
  margin-top: 12px;
  margin-bottom: 0;
  text-align: left;
}
.machine_list_photo{
  display: flex;
  align-items: center;
}
#hard_03{
  padding: 40px 0;
}
.logo_glid{
  width: 712px;
  display: flex;
  gap: 16px;
  margin: 0 auto;
  margin-top: 24px;
  flex-wrap: wrap;
}
/*------------------- -------------
 ソフトウェアページ
------------------------------- */
#soft_01 .page_keyvisual{
  background-image: url(../img/page04_softwear/softwear_01_KV_bg.png);
  margin-bottom: 0;
}
#soft_01 p{
  background-color: #FFF2D7;
  background-image:url(../img/page03_hardwear/bg_line_white.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}
.hd_nayami{
  padding: 48px 0px 32px 0px;
}
#soft_02{
  background-color: #FFF8E8;
  padding: 32px 0;
  background-image: url(../img/page04_softwear/softwear_contents_bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.soft_servicetitle{
  margin: 16px 0;
}




/*------------------- -------------
 メディアクエリ
------------------------------- */
@media(max-width:550px){
  .sp_only{
    display:block;
  }
  .pc_only{
    display: none;
  }

  html{
    /* SP用にremを小さく再定義 */
    font-size: 55%;
  }
/*--------------
ナビゲーション
--------------*/
  footer{
    margin-bottom: 12vw;
  }
  .navigation{
   position: fixed;
   bottom: 0;
   z-index: 999;
   background-color: #fffffff0;
  }
  nav.navigation ul li{
    width: 15.6vw;
    letter-spacing: 0;
    margin: auto 0.5vw;
    font-size: 1.4rem;
    font-weight: 600;
    flex: auto;
    position: relative;
  }
  nav.navigation ul li{
    border-right: none;
  }
  nav.navigation ul li::before{
    content: "";
    display: block;
    height: 5vh;
    width: 0;
    border-right: 1px solid #dadada;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1px;
  }
  nav.navigation ul li:first-child{
    border: none;
  }
  nav.navigation ul li:first-child::before{
    display: none;
  }

  .title{
    width: 35%;
    margin: 48px auto 32px;
  }
  #service_01,#service_02,#service_03{
    background-image: none;
    padding: 40px 3vw;
  }
  .sp_service_illust{
    width: 80%;
    margin: 24px auto 32px;
  }
  .service_link_btn{
    position: relative;
    text-align: center;
    margin: 10px auto 0;
  }
  #service_02 .service_link_btn, #service_03 .service_link_btn{
    right: auto;
    bottom: auto;
  }
  .service_contents{
    padding: 24px;
    text-align: left;
  }


  #about .title{
    width: 48%;
    margin: 48px auto 40px;
  }
  .message‗flexbox{
    display: block;
    padding: 0 4vw;
  }
  .message‗flexbox_photo{
    width: 100%;
  }
  .message‗flexbox_text{
    width: 100%;
    padding-top: 20px;
  }
  .toiawase_btn{
    width: 85%;
    margin: 0 auto;
  }
  #pr_text p,
  #hard_01 p,
  #soft_01 p,
  .hard_02_02_text{
    text-align: left;
  }


/*-----------------
02_リスキリングページ
------------------*/
  .nayami_box{
    display: block;
  }
  .nayami_box div{
    padding-bottom: 24px;
  }
  .page_keyvisual{
    background-image: url(../img/page02_reskilling/SP_reskilling_01_KV_bg.png);
    margin-bottom: 40px;
    background-size: cover;
    padding-left: 4vw;
    padding-right: 4vw;
    background-position: bottom;
  }
  #nayami{
    padding: 0 3vw;
  }
  section.about_reskilling{
    padding: 48px 3vw 8px;
  }
  .follow_06{
    right: auto;
    padding: 0 5px 0 7px;
  }
/*  .contents_text{
    font-size: 1.6rem;
    padding-left: 20px;
  }*/
  .about_instructor{
    display: block;
  }
  .instructor_photo{
    margin: 0 auto;
    padding-bottom: 24px;
  }
  .instructor_text{
    width: 100%;
  }




  .price .title{
    margin: 0 auto;
  }
  .kakaku{
    font-size: 3.5rem;
  }
  .kakaku span{
    font-size: 1.8rem;
  }
  .zyouken_list_title{
    width: 80%;
    padding: 12px 0px;
  }
/*----------------
03_ハード
----------------*/
#hard_01 .page_keyvisual{
  background-image:url(../img/page03_hardwear/hardwear_01_KV_bg.png) ;
  padding: 24px 16px;
  background-position: bottom;
}
.machine_list{
  padding: 16px;
  display: block;
  gap: 8px;
}
.machine_list_text{
  width: 100%;
}
.machine_text{
  font-size: 1.8rem;
}
.machine_list_photo img{
  margin: 0 auto;
}
.logo_glid{
  width: 90%;
  justify-content: center;
}
.hard_servicetitle{
  width: 50%;
  margin: 48px auto 32px;
}
#hard_03 .title{
  width: 55%;
  margin: 0 auto;
}
/*----------------
04_ソフト
----------------*/
#soft_01 .page_keyvisual{
  background-image:url(../img/page04_softwear/SP_softwear_01_KV_bg.png) ;
  padding: 24px 16px;
  background-position: bottom;
}
.soft_servicetitle{
  width: 50%;
  margin: 8px auto 16px;
}
}