@charset "UTF-8";

html {
  font-size: 62.5%;
  font-weight: 500;
}

body {
  color: #333;
  font-size: 1.6rem;
  background: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

/*--- ヘッダー ---*/
/*ヘッダー共通設定*/
.page-header {
  height: 280px;
  background-image: url(../images/top_img_privacy-policy.webp);
  background-size: cover;
  position: relative;
}
/*ヘッダー共通設定*/
.privacy-policy_space1 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.section_recruit_33 {
  margin-bottom: 35px;
}

.privacy-policy_list>li {
  list-style: disc;
}

/*---------------------------------
レスポンシブ
---------------------------------*/
@media screen and (max-width: 1250px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 859px) {}

@media screen and (max-width: 859px) {}




/*---------------------------------
レスポンシブ スマホ
---------------------------------*/
@media screen and (max-width: 767px) {

  /*ヘッダー共通設定*/
  .page-header {
    background-image: url(../images/top_img_privacy-policy_m.webp);
    margin-top: 66px !important;
  }
  /*ヘッダー共通設定*/

}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}