@charset "utf-8";

.site-menu-hrec {
  display: block;
  flex-direction: column;
  text-align: center;
  white-space: nowrap;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;

  background-color: #cccca34b;
  border-radius: 3px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.site-menu-frec {
  display: block;
  flex-direction: column;
  text-align: center;
  white-space: nowrap;
  background-color: #cccca396;
  border-radius: 3px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.banner-backimage {
  height: calc(100vh-252px);
  width: 100%;
  background-image: url(../images/recruit/recruit-bk.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  background-attachment: fixed;
}

.mainbanner {
  height: 150px;
  background-image: linear-gradient(to left, #ffffffab, #fef9c4ab);
  background-size: cover;

  display: flex;
  justify-content: center;
  align-items: flex-start;

  max-width: 100%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.mainbanner-txt {
  width: 500px;
  max-width: 500px;
  justify-content: center;

  margin-right: 0px;
  padding-top: 20px;
  padding-left: 0px;
}

.mainbanner-txt h1 {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
}

.mainbanner-txt h5 {
  font-family: 'Noto Serif JP', serif;
  margin-top: 8px;
  margin-left: 5px;
}

.mainbanner-txt p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 40px;
  margin-left: 5px;
}

.mainbanner img {
  height: 150px;
  width: auto;

  margin-top: 0px;
  margin-right: 0px;
  margin-left: 400px;
  text-align: center;
}

.one-stop-banner {
  /*　height:450px;　*/
  height: auto;
  width: 1050px;
  /*1050*/

  display: flex;
  justify-content: space-between;
  align-items: flex-start;

  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.recruit-rin {
  margin-bottom: 20px;
}

.recruit-rin img {
  height: auto;
  max-height: 450px;
  width: auto;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.one-stop-banner-txt {
  height: 450px;
  line-height: 1.7;

  max-width: 600px;
  justify-content: center;

  margin-right: 40px;
  padding-top: 20px;
  padding-left: 15%;
}

.one-stop-banner-txt h2 {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 20px;

  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, #46aadc 0 27%, #dedede 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  font-weight: bold;
  font-size: 26px;

}

.one-stop-banner-txt h3 {
  font-family: 'Noto Serif JP', serif;
  margin-top: 40px;
}

.one-stop-banner-txt h5 {
  font-family: 'Noto Serif JP', serif;
  margin-top: 8px;
  margin-left: 5px;
}

.one-stop-banner-txt p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 40px;
  margin-left: 5px;
}

.link-button-sv-3 {
  text-align: center;

  margin-top: 50px;
  margin-left: 180px;
}

.link-button-service-details-txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  background-color: #04af7cd8;

  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
}

.link-button-service-details-txt:hover {
  background-color: #04af7f;
  color: #FFFFFF;
  font-weight: bold;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.text-cmd p {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #dc143c;
  font-size: 12px;
  margin-top: 0;
}








/*　ブレイクポイント768px　9.7インチ　*/
@media (max-width: 960px) {
  /*　768px以下でしか適用されない内容　*/






  /*=================================================*/
  .mainbanner {
    height: auto;
    display: flex;
    grid-template-columns: 280px;
    grid-template-columns: repeat(auto-fit, 280px);
    /*3カラムにする*/
    grid-template-rows: 290px;
    /*　500幅2段*/
    column-gap: 0px;
    /*　各要素の左右　余白*/
    column-gap: 0px;
    /*　上下間隔　*/

    justify-content: center;
    /*　１．左端から要素ブラウザいっぱいに広げる*/
    align-items: center;
    /*５．左のテキスト量が画像オーバーしても画像に変化なし*/
    margin-top: 0px;
  }

  .mainbanner img {
    margin-left: 0px;
    /*　*/
    padding-right: 50px;
  }

  .mainbanner-txt {
    padding-left: 50px;
  }

  .pagebutton-container2 {
    height: auto;
    grid-template-rows: 50px 50px;
    padding-bottom: 0px;
  }

  /*=================================================*/







}








/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*　ブレイクポイント520～320px　*/
@media (max-width: 520px) {
  /*520-320*/




  .one-stop-banner {
    /*　height:450px;　*/
    height: 370px;
    width: auto;
    /*1050*/

    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }


  .recruit-rin {
    margin-bottom: 20px;

  }

  .recruit-rin img {
    height: auto;
    max-height: 450px;
    width: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding-top: 90px;
  }







}

/*520-320*/
/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/
/*　▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/