/* ---------------------------------------------------------- */
/* clearfix  */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* mediaquery */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* mediaquery print only */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* percentage SP */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* viewwidth SP */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* margin 0 auto */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* font-size */
/* ---------------------------------------------------------- */
/* ヒラギノ優先 */
/* 游ゴシック優先 */
.bl-Main .bl-Main_head {
  margin: 0;
  text-align: center;
}
.bl-Main .bl-Main_head .bl-Main_head--cg {
  display: block;
  color: #000;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.02em;
}
.bl-Main .bl-Main_head .bl-Main_head--normal {
  display: block;
  letter-spacing: 0.18em;
}
.bl-Main .bl-Main_body {
  margin: 0;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1.8;
}
.bl-Grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl-Post .bl-Post_title {
  margin: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #bcbcbc;
  line-height: 1;
  letter-spacing: -0.02em;
}
.bl-Post .bl-Post_blog:nth-child(1),
.bl-Post .bl-Post_blog:nth-child(2) {
  margin-top: 0;
}
.bl-Post .bl-Post_blog .bl-Post_blog-link {
  display: block;
}
.bl-Post .bl-Post_blog .bl-Post_blog-image {
  transition: opacity 0.5s;
  width: 100%;
}
.bl-Post .bl-Post_blog .bl-Post_blog-title {
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.08em;
}
.bl-Post .bl-Post_blog .bl-Post_blog-data {
  margin: 0;
  color: #ae2639;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.bl-Post .bl-Post_blog .bl-Post_blog-data .bl-Post_blog-cat {
  display: inline-block;
}
.bl-Post .bl-Post_blog .bl-Post_blog-data .bl-Post_blog-cat::before {
  content: "・";
}
.bl-Post .bl-Post_blog .bl-Post_blog-data .bl-Post_blog-cat:nth-child(1)::before {
  content: "| ";
}
.bl-Post .bl-Post_pager {
  text-align: center;
  border-top: 1px solid #bcbcbc;
}
.bl-Post .bl-Post_pager .bl-Post_pager-current,
.bl-Post .bl-Post_pager .bl-Post_pager-page,
.bl-Post .bl-Post_pager .bl-Post_pager-pre,
.bl-Post .bl-Post_pager .bl-Post_pager-next {
  display: inline-block;
  text-align: center;
}
.bl-Post .bl-Post_pager .bl-Post_pager-current,
.bl-Post .bl-Post_pager .bl-Post_pager-page:hover {
  display: inline-block;
  background: #efe6d7;
  /* background: #edd8ce; */
  border-radius: 50%;
  transition: background 0.5s;
}
.bl-Post .bl-Post_pager .bl-Post_pager-pre,
.bl-Post .bl-Post_pager .bl-Post_pager-next {
  text-indent: -9999px;
}
.bl-Category .bl-Category_title {
  margin: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.02em;
}
.bl-Category .bl-Category_select {
  position: relative;
}
.bl-Category .bl-Category_select::after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
}
.bl-Category .bl-Category_select select {
  cursor: pointer;
  border: 1px solid #bcbcbc;
  letter-spacing: 0.18em;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
}
.bl-Category .bl-Category_select select::-ms-expand {
  display: none;
}
.bl-Category .bl-Category_bnr {
  display: block;
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  .bl-Main {
    margin-top: 70px;
  }
  .bl-Main .bl-Main_head .bl-Main_head--cg {
    font-size: 67px;
  }
  .bl-Main .bl-Main_head .bl-Main_head--normal {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
  .bl-Main .bl-Main_body {
    font-size: 14px;
    margin-top: 20px;
  }
  .bl-Content {
    margin-top: 65px;
  }
  .bl-Post {
    width: 780px;
  }
  .bl-Post .bl-Post_title {
    font-size: 38px;
    padding-bottom: 20px;
    margin-bottom: 41px;
  }
  .bl-Post .bl-Post_blog {
    width: 370px;
    margin-top: 54px;
  }
  .bl-Post .bl-Post_blog .bl-Post_blog-link:hover .bl-Post_blog-image {
    opacity: 0.5;
  }
  .bl-Post .bl-Post_blog .bl-Post_blog-image {
    height: 511px;
  }
  .bl-Post .bl-Post_blog .bl-Post_blog-title {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 26px;
  }
  .bl-Post .bl-Post_blog .bl-Post_blog-data {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
  }
  .bl-Post .bl-Post_pager {
    margin-top: 78px;
    padding-top: 40px;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-current,
  .bl-Post .bl-Post_pager .bl-Post_pager-page,
  .bl-Post .bl-Post_pager .bl-Post_pager-pre,
  .bl-Post .bl-Post_pager .bl-Post_pager-next {
    font-size: 14px;
    line-height: 1.6;
    padding: 13px 0;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-current,
  .bl-Post .bl-Post_pager .bl-Post_pager-page {
    width: 48px;
    margin: 0 19px;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-pre,
  .bl-Post .bl-Post_pager .bl-Post_pager-next {
    width: 13px;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-pre {
    margin-right: 29px;
    background: url("/recruit/wp-content/themes/treatrecruitsite/recruit/assets/img/blog/icon_arrow_left.png") no-repeat center;
    transition: background 0.5s;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-pre:hover {
    background: url("/recruit/wp-content/themes/treatrecruitsite/recruit/assets/img/blog/icon_arrow_left_active.png") no-repeat center;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-next {
    margin-left: 29px;
    background: url("/recruit/wp-content/themes/treatrecruitsite/recruit/assets/img/blog/icon_arrow_right.png") no-repeat center;
    transition: background 0.5s;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-next:hover {
    background: url("/recruit/wp-content/themes/treatrecruitsite/recruit/assets/img/blog/icon_arrow_right_active.png") no-repeat center;
  }
  .bl-Category {
    width: 260px;
  }
  .bl-Category .bl-Category_title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .bl-Category .bl-Category_select::after {
    width: 13px;
    height: 9px;
    background: url("/recruit/wp-content/themes/treatrecruitsite/recruit/assets/img/blog/icon_arrow_red.png") no-repeat center;
    top: 19px;
    right: 22px;
  }
  .bl-Category .bl-Category_select select {
    font-size: 14px;
    width: 260px;
    height: 48px;
    padding-left: 20px;
  }
  .bl-Category .bl-Category_bnr {
    margin-top: 30px;
  }
  .bl-Category .bl-Category_bnr:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .bl-Main {
    margin-top: 20.6vw;
    /* margin-top: 5.600000000000001vw; */
  }
  .bl-Main .bl-Main_head .bl-Main_head--cg {
    font-size: 10.133333333333333vw;
  }
  .bl-Main .bl-Main_head .bl-Main_head--normal {
    font-size: 3.2vw;
    line-height: 1.2;
    margin-top: 8vw;
    /* margin-top: 2vw; */
  }
  .bl-Main .bl-Main_body {
    font-size: 3.2vw;
    margin-top: 6.666666666666667vw;
  }
  .bl-Content {
    margin-top: 11.333333333333332vw;
  }
  .bl-Post {
    width: 92vw;
    margin: 0 auto 0;
  }
  .bl-Post .bl-Post_title {
    font-size: 6.4vw;
    padding-bottom: 3.2vw;
    margin-bottom: 5.333333333333334vw;
    padding-left: 1.333333333333333vw;
  }
  .bl-Post .bl-Post_blog {
    width: 44.53333333333334vw;
    margin-top: 7.333333333333333vw;
  }
  .bl-Post .bl-Post_blog .bl-Post_blog-image {
    height: 61.6vw;
  }
  .bl-Post .bl-Post_blog .bl-Post_blog-title {
    font-size: 3.2vw;
    line-height: 1.3;
    margin-top: 2.666666666666667vw;
  }
  .bl-Post .bl-Post_blog .bl-Post_blog-data {
    font-size: 2.933333333333333vw;
    line-height: 1;
    margin-top: 1.6vw;
  }
  .bl-Post .bl-Post_pagination {
    padding: 0 2.666666666666667vw;
  }
  .bl-Post .bl-Post_pagination::before,
  .bl-Post .bl-Post_pagination::after {
    content: "";
    display: block;
    clear: both;
  }
  .bl-Post .bl-Post_pager {
    margin-top: 8vw;
    padding-top: 6.666666666666667vw;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-current,
  .bl-Post .bl-Post_pager .bl-Post_pager-page,
  .bl-Post .bl-Post_pager .bl-Post_pager-pre,
  .bl-Post .bl-Post_pager .bl-Post_pager-next {
    font-size: 2.8vw;
    line-height: 9.6vw;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-current,
  .bl-Post .bl-Post_pager .bl-Post_pager-page {
    width: 9.6vw;
    margin: 0 3.2vw;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-pre,
  .bl-Post .bl-Post_pager .bl-Post_pager-next {
    width: 2.4vw;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-pre {
    background: url("/recruit/wp-content/themes/treatrecruitsite/recruit/assets/img/blog/icon_arrow_left.png") no-repeat center;
    background-size: 2.4vw 4.533333333333333vw;
    float: left;
  }
  .bl-Post .bl-Post_pager .bl-Post_pager-next {
    background: url("/recruit/wp-content/themes/treatrecruitsite/recruit/assets/img/blog/icon_arrow_right.png") no-repeat center;
    background-size: 2.4vw 4.533333333333333vw;
    float: right;
  }
  .bl-Category {
    width: 89.33333333333333vw;
    margin: 12.266666666666666vw auto 0;
  }
  .bl-Category .bl-Category_title {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
  .bl-Category .bl-Category_select::after {
    width: 2.933333333333333vw;
    height: 2vw;
    background: url("/recruit/wp-content/themes/treatrecruitsite/recruit/assets/img/blog/icon_arrow_red.png") no-repeat center;
    background-size: 100% 100%;
    top: 4.8vw;
    right: 4.266666666666667vw;
  }
  .bl-Category .bl-Category_select select {
    font-size: 3.2vw;
    width: 100%;
    height: 11.733333333333333vw;
    padding-left: 4vw;
  }
  .bl-Category .bl-Category_bnr {
    width: 50.66666666666667vw;
    margin: 8vw auto 0;
  }
}
