@charset "utf-8";



/* -----------------------------------------------------------------------------------------------

    LP 総合トップ

----------------------------------------------------------------------------------------------- */

#all-top {
  margin: 50px 0 70px;
}

#all-top .top-logo img {
  margin: 0 auto 20px;
}

#all-top .top-fig {
  display: flex;
  justify-content: space-between;
}

#all-top .top-fig > div {
  width: 48%;
}

#all-top .registBtn {
  display: block;
  margin: 20px auto;
  font-size: 1.6rem;
  padding: 22px;
}

#stuTop .footerContent .dlBox.redArrow dl dd:before {
  border-left: 5px solid #ff7550;
}



/* -----------------------------------------------------------------------------------------------

    LP 学生指名

----------------------------------------------------------------------------------------------- */


#type1 .mainVisual-1 {
  background: #47a0f4;
  height: 607px;
}

#type1 .mainVisual-1 .inner {
  background: url(/20011/stylesheets/images/type1-mainvisual_bg.png) no-repeat center top/contain;
  height: 100%;
  position: relative;
  width: 1200px;
}

#type1 .mainVisual-1 .pc .registBtn {
  display: inline-block;
  position: absolute;
  bottom: 150px;
  right: 270px;
}

#type1 .step .ttls img {
  width: 400px;
}

#type1 .feature .ttls img {
  width: 510px;
}

#type1 section.companies .ttls img {
  width: 540px;
}

#type1 section.btmArea .ttls img {
  width: 620px;
}

#type1 .registBtn {
  box-shadow: 1px 3px 0 #AA5F08;
}

#type1 .loginBtn {
  box-shadow: 1px 3px 0 #5B8CC0;
}







/* -----------------------------------------------------------------------------------------------

    LP 逆指名

----------------------------------------------------------------------------------------------- */


header a.registBtn02,
header a.loginBtn02 {
  text-align: center;
  border-radius: 20px;
  margin: 17px 0;
  width: 180px;
}

header a.registBtn02 {
  background: #ff7750;
  color: white;
  margin-right: 10px;
}

header a.loginBtn02 {
  background: white;
  color: #ff7750;
  border: 2px solid #ff7750;
}

#type2 .mainVisual-2 {
  background: #ff7750;
  height: 608px;
}

#type2 .mainVisual-2 .inner {
  background: url(/20011/stylesheets/images/type2-mainvisual_bg.png) no-repeat center top/contain;
  height: 100%;
  position: relative;
  width: 1200px;
}

#type2 .registBtn02 {
  background: #ffeb00;
  border-radius: 30px;
  padding: 15px;
  color: #ff7750;
  font-size: 2rem;
  box-shadow: 2px 2px 0 #AA5F08;
  display: inline-block;
  width: 360px;
  font-weight: bold;
}

#type2 .mainVisual-2 .pc .registBtn02 {
  position: absolute;
  bottom: 200px;
  left: 230px;
  width: 320px;
}

#type2 .feature {
  background: white;
}

ul.featureList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  color: #ff7750;
}

ul.featureList li {
  width: 31%;
  border: 3px solid #ff7750;
  padding: 220px 16px 40px;
  border-radius: 30px;
  background: no-repeat center top 20px / 160px auto;
}

ul.featureList li:nth-child(1) {
  background-image: url(/20011/stylesheets/images/type2-example01.png);
}

ul.featureList li:nth-child(2) {
  background-image: url(/20011/stylesheets/images/type2-example02.png);
}

ul.featureList li:nth-child(3) {
  background-image: url(/20011/stylesheets/images/type2-example03.png);
}

ul.featureList li .ttl {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

ul.featureList li .txt {
  font-size: 1.2rem;
  text-align: left;
}

#type2 section.companies .inner {
  padding: 30px 80px;
}

#type2 section.companies .ttls {
  margin-bottom: 130px;
}

#type2 ul.companyList02 {
  border: 3px solid #ff7750;
  padding: 50px 25px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}

#type2 ul.companyList02::before {
  content: "";
  background: url(/20011/stylesheets/images/list-bg.png) no-repeat center top / 130px auto;
  position: absolute;
  top: -80px;
  left: 41%;
  width: 130px;
  height: 78px;
}

#type2 .companyList02 li {
  width: 33%;
  text-align: left;
  color: #ff7750;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: bold;
}

#type2 .companyList02 li:nth-child(3n) {
  width: 27%;
}

#type2 .companyList02 li:nth-child(3n+2) {
  width: 40%;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

     デバイス別

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


@media screen and (max-width: 1024px) {


  #type1 .mainVisual-1,
  #type2 .mainVisual-2 {
    background: none;
  }

  #type1 .mainVisual-1 .inner,
  #type2 .mainVisual-2 .inner {
    width: 100%;
  }

  #type1 .mainVisual-1 .pc .registBtn {
    bottom: 110px;
    right: 240px;
  }

  #type2 .mainVisual-2 .pc .registBtn02 {
    bottom: 160px;
  }



}

@media screen and (max-width: 825px) {


/* ---------- 総合Top ---------- */

  .spAnchor, .anhor1, .anhor2 {
    padding: 20px 15px;
  }

  ul.spAnchor {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  } 

  ul.spAnchor li {
    width: 48%;
    font-weight: bold;
    border-radius: 20px;
    line-height: 1.5;
    position: relative;
  }

  ul.spAnchor li a {
    padding: 30px 15px 40px;
    display: block;
    color: white;
  }

  ul.spAnchor li::after {
    position: absolute;
    content: "";
    bottom: 20px;
    left: 45%;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-left-color: white;
    border-bottom-color: white;
    transform: rotate(-45deg);
  }

  ul.spAnchor li:first-child {
    background: #47a0f4;
    box-shadow: 0 3px 0 #5B8CC0
  }

  ul.spAnchor li:last-child {
    background: #ff7750;
    box-shadow: 0 3px 0 #AA5F08;
  }

  .anchor1ttl, .anchor2ttl {
    padding: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 30px;
  }

  .anchor1ttl {
    background: #47a0f4;
  }

  .anchor2ttl {
    background: #ff7750;
  }

  .anchor1ttl::after, .anchor2ttl::after {
    position: absolute;
    content: "";
    bottom: -29px;
    left: 47%;
    display: inline-block;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left-width: 10px;
    border-right-width: 10px;
  }

  .anchor1ttl::after {
    border-top-color: #47a0f4;  
  }

  .anchor2ttl::after {
    border-top-color: #ff7750;
  }

  .anchor1 p, .anchor2 p {
    margin-bottom: 20px;
  }

  #all-top .registBtn {
    margin-bottom: 50px;
  }


/* ---------- 学生指名 ---------- */

  #type1 .mainVisual-1, #type2 .mainVisual-2 {
    height: 417px;
  }

  #type1 section.step .registBtn {
    margin-bottom: 40px;
  }


/* ---------- 逆指名 ---------- */

  #type2 .step .ttls img,
  #type2 .feature .ttls img {
    margin: 0 auto;
  }

  #type2 ul.companyList02::before {
    left: 37%;
  }

  ul.featureList li:nth-child(1) {
  background-image: url(/20011/stylesheets/images/type2-example01-sp.png);
  }

  ul.featureList li:nth-child(2) {
    background-image: url(/20011/stylesheets/images/type2-example02-sp.png);
  }

  ul.featureList li:nth-child(3) {
    background-image: url(/20011/stylesheets/images/type2-example03-sp.png);
  }


/* ---------- slider ---------- */

  .newTop .bx-wrapper .bx-controls-direction a.bx-prev:after,
  .newTop .bx-wrapper .bx-controls-direction a.bx-next:after {
    background: #5D5D5D;
  }

  #type2 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FEBBAB;
  }

  #type2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #type2 .bx-wrapper .bx-pager.bx-default-pager a.active,
  #type2 .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #FD5D3F;
  }

}


@media screen and (max-width: 667px) {
  #type1 .mainVisual-1, #type2 .mainVisual-2 {
    height: 340px;
  }

}


@media screen and (max-width: 640px) {
  #type1 .mainVisual-1, #type2 .mainVisual-2 {
    height: 327px;
  }

}


@media screen and (max-width: 568px) {
  #type1 .mainVisual-1, #type2 .mainVisual-2 {
      height: 290px;
  }

}



@media screen and (max-width: 425px) {


/* ---------- 総合top ---------- */

  
  #all-top {
    margin: 20px 0;
  }

  #all-top .top-logo {
    margin-bottom: 0;
  }

  #all-top .top-fig {
    display: block;
    padding: 10px;
  }

  #all-top .top-fig > div {
    width: 100%;
  }

  #all-top .top-fig > div + div {
    margin-top: 30px;
  }

  #all-top .top-fig .registBtn {
    margin-top: 10px;
  }



/* ---------- 学生指名 ---------- */


  header a.registBtn02 {
    padding: 5px 0;
  }

  #type1 .mainVisual-1, #type2 .mainVisual-2 {
    height: 600px;
  }

  #type1 .mainVisual-1 .inner,
  #type2 .mainVisual-2 .inner {
    width: auto;
  }

  #type1 .mainVisual-1 .inner {
    background: url(/20011/stylesheets/images/type1-mainvisual_bg-sp.png) no-repeat center top/contain;
  }

  #type2 .mainVisual-2 .inner {
    background: url(/20011/stylesheets/images/type2-mainvisual_bg-sp.png) no-repeat center top/contain;
  }

  #type1 .registBtn02,
  #type2 .registBtn02 {
    width: 100%;
    margin-bottom: 30px;
  }

  #type1 section.case {
    background: url(http://www.js-bestmatching.com/20011/stylesheets/images/feature-bg.gif) repeat left top;
  }

  #type1 section.btmArea .registBtn {
    margin-bottom: 10px;
  }

  #type1 .registBtn, #type1 .loginBtn {
    padding: 16px 0;
  }



  /* ---------- 逆指名 ---------- */


  ul.featureList {
    display: block;
  }

  ul.featureList li {
    width: 100%;
    margin-bottom: 20px;
  }

  #type2 .feature .registBtn02 {
    margin-bottom: 0;
  }

  #type2 section.companies .inner {
    padding: 20px 15px;
  }

  #type2 ul.companyList02::before {
    left: 30%;
  }

  #type2 ul.companyList02 {
    display: block;
    padding: 25px;
  }

  #type2 ul.companyList02 li,
  #type2 .companyList02 li:nth-child(3n+2),
  #type2 .companyList02 li:nth-child(3n) {
    width: 100%;
  }




/* ---------- slider ---------- */

  .newTop  .bx-wrapper .bx-pager,
  .newTop  .bx-wrapper .bx-controls-auto {
    bottom: -20px;
  }


}



@media screen and (max-width: 413px) {


  #type1 .mainVisual-1,
  #type2 .mainVisual-2 {
    height: 540px;
  }

}



@media screen and (max-width: 320px) {


  #type1 .mainVisual-1,
  #type2 .mainVisual-2 {
    height: 455px;
  }

  #type2 ul.companyList02::before {
    left: 27%;
  }



}







