@charset "utf-8";

@import url(reset.css);
@import url(../_plugin/fontawesome/css/all.min.css);
@import url(../_plugin/aos/aos.css);
@import url(../_plugin/OwlCarousel/assets/owl.carousel.min.css); @import url(../_plugin/OwlCarousel/assets/owl.theme.default.css);
@import url(common_parts.css);
@import url(common.css);

/* common */
#main {
  padding:0 100px;
}
#top { 
    position: relative; 
    min-height: 20rem;
 }
 
#top h2 { 
    position: absolute; 
    left: 50%; top: 50%; 
    transform: translate(-50%,-50%);
    font-weight: bold; color:#fff; 
    font-size: 5rem;
 }
 
#top img {
    margin: 75px 0 30px 0;
}

h3{
  font-size: 28px;
  margin-bottom: 2rem;
  font-weight: bold; 
  letter-spacing:0.2em; 
  font-family:"Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
}

h3::first-letter{
  font-size: 32px;
  color: #4CAF50;
}

.class{
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
}

#company-job , #company-worries , #company-interview,#company-request{padding: 20px 50px 20px 50px; }

/* 個人依頼 */


/******************* 法人依頼 ********************/


/*仕事内容*/
#company-job .text { float:left; padding:0 4vw 0 8vw; }
#company-job p{ padding : 2px;}
#company-job-text .btn ,#company-request .btn{
  margin-top: 2rem;
  text-align: center;
}

/*悩み*/
#worries { padding : 0px 80px; text-align: center;}

#worries .worries-list{
  width: 100%;
  list-style: none outside;
  padding : 0px 100px;
}

#worries .worries-list li{
  padding: 10px 15px;
  margin : 10px;
  float: left;
  width: 40%;
}

#company-worries p {
  padding : 10px 50px;
}

/*仕事手順*/
#company-interview * {
    box-sizing: border-box;
  }
  #company-interview body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #company-interview ul {
    padding: 0;
  }
  #company-interview li {
    list-style-type: none;
  }
  #company-interview dd {
    margin-left: 0;
  }
  
  #company-interview .flow{
    padding : 20px 130px 0 130px;
  }
  #company-interview .flow > li {
    position: relative;
  }
  #company-interview .flow > li:not(:last-child) {
    margin-bottom: 40px;
  }
  #company-interview .flow > li:not(:first-child)::before {
    content: "";
    height: 60px;
    display: block;
    border-left: 4px dotted #e5e5e5;
    position: absolute;
    top: -40px;
    left: -webkit-calc(10% + 30px - 2px);
    left: calc(10% + 30px - 2px);
    z-index: 10;
  }
  #company-interview .flow > li dl {
    width: 100%;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    position: relative;
  }
  #company-interview .flow > li:not(:last-child) dl::before,
  #company-interview .flow > li:not(:last-child) dl::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #company-interview .flow > li:not(:last-child) dl::before {
    border-width: 22px;
    border-top-color: #4CAF50;
  }
  #company-interview .flow > li:not(:last-child) dl::after {
    border-width: 20px;
    border-top-color: #fff;
  }
  #company-interview .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #757575;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-right: 2vw;
    text-align: center;
  }
  #company-interview .flow > li dl dt .icon {
    font-size: 12px;
    color: #fff;
    background: #4CAF50;
    z-index: 10;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
    padding: 5px 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    position: relative;
    z-index: 10;
  }

  /*申し込み方法*/
  #company-request * {
    box-sizing: border-box;
  }
  #company-request body {
    min-height: 100vh;
    margin: 0;
    padding: 0 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #company-request ul {
    padding: 0;
  }
  #company-request li {
    list-style-type: none;
  }
  #company-request dd {
    margin-left: 0;
    overflow:hidden;
    height:6.4em;
  }
  
  #company-request .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding : 10px 50px;
  }
  #company-request .flow > li {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }

  #company-request .flow > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #4CAF50;
    position: relative;
  }
  #company-request .flow > li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid #757575;
    border-right: 4px solid #757575;
    position: absolute;
    top: calc(50% - 14px);
    left: 104%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #company-request .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #757575;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 1vh;
    text-align: center;
  }
  
  @media screen and (max-width:1024px) {

    #main {
      padding:0 10px;
    }

    #top h2 { 
      position: absolute; 
      left: 50%; top: 60%; 
      transform: translate(-50%,-50%);
      font-weight: bold; color:#fff; 
      font-size: 3rem;
   }
  
    h3{
      font-size: 18px;
    }
    
    h3::first-letter{
      font-size: 20px;
      color: #4CAF50;
    }
  
    #company-job , #company-worries , #company-interview,#company-request{padding: 20px 0px; }
  
    #worries { padding : 0px 0px; text-align: center;}
  
    #company-worries p {
      padding : 0px 0px;
    }

    #company-interview .flow{
      padding : 0px;
    }
    #company-interview .flow > li dl {
      padding : 15px 15px;
    }
    #company-interview .flow > li dl dt {
      font-size: 14px;
    }

    dd{
      font-size: 90%;
    }

    #company-request .flow {
      display: -webkit-box;
      display: block;
      padding : 10px 10px;
    }

    #company-request .flow > li {
      padding: 10px;
    }

    #company-request .flow > li dl {
      padding: 10px 20px;
      border: 2px solid #4CAF50;
    }
  }



  @media screen and (max-width:414px) {

    #main {
      padding:0 5px;
    }

    #top h2 { 
      position: absolute; 
      left: 50%; top: 60%; 
      transform: translate(-50%,-50%);
      font-weight: bold; color:#fff; 
      font-size: 3rem;
   }
  
    h3{
      font-size: 15px;
    }
    
    h3::first-letter{
      font-size: 18px;
      color: #4CAF50;
    }
  
    #company-job , #company-worries , #company-interview,#company-request{padding: 20px 0px; }
  
    #worries { padding : 0px 0px; text-align: center;}
  
    #company-worries p {
      padding : 0px 0px;
    }

    #company-interview .flow{
      padding : 0px;
    }
    #company-interview .flow > li dl {
      padding : 10px 10px;
    }
    #company-interview .flow > li dl dt {
      font-size: 13px;
    }

    dd{
      font-size: 90%;
    }

    #company-request .flow {
      display: -webkit-box;
      display: block;
      padding : 10px 10px;
    }

    #company-request .flow > li {
      padding: 10px;
    }

    #company-request .flow > li dl {
      padding: 10px 20px;
      border: 2px solid #4CAF50;
    }
  }