/* ------------------------------
 width: all
------------------------------ */
header .common_header {
  display: none;
}
header .contents_header {
  display: block;
}

.idpoint {
  position: absolute;
  top: 1px;
  left: 0;
  width: 1px;
  height: 1px;
}

main section.s01 {
  width: 1080px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 120px;
}
main section.s01 .wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .contents {
  width: 740px;
}
main section.s01 .wrapper .contents .t00 {
  font-size: 40px;
  color: #939393;
  font-weight: bold;
  letter-spacing: 0;
}
main section.s01 .wrapper .contents h2 {
  margin-top: 10px;
}
main section.s01 .wrapper .contents h2 span {
  display: inline-block;
  vertical-align: top;
  font-size: 45px;
  font-weight: bold;
  border-bottom: 3px dashed #212121;
  padding-bottom: 5px;
}
main section.s01 .wrapper .contents .contentslist {
  width: 700px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 100px;
  margin-top: 40px;
}
main section.s01 .wrapper .contents .contentslist li {
  width: 300px;
}
main section.s01 .wrapper .contents .contentslist li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #212121;
}
main section.s01 .wrapper .contents .contentslist li a .photo {
  width: 100%;
  height: 147px;
}
main section.s01 .wrapper .contents .contentslist li a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .contents .contentslist li a .t01 {
  font-size: 19px;
  line-height: 150%;
  font-weight: bold;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
main section.s01 .wrapper .contents .contentslist li a .date {
  text-align: right;
  font-size: 15px;
  color: #919191;
  margin-top: 10px;
}
main section.s01 .wrapper .contents .pagination {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 40px;
}
main section.s01 .wrapper .contents .pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  font-size: 18px;
  line-height: 100%;
  padding-top: 13px;
  text-align: center;
  color: #212121;
  background-color: #efefef;
}
main section.s01 .wrapper .contents .pagination .page-numbers.dots {
  background-color: #fff;
}
main section.s01 .wrapper .contents .pagination .page-numbers.current {
  background-color: #F7CD00;
  color: #212121;
}
main section.s01 .wrapper .contents .bnr_line {
  width: 100%;
  display: block;
  margin-top: 80px;
}
main section.s01 .wrapper .contents .bnr_line img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .contents .takujob_card {
  border: 5px solid #212121;
  border-radius: 10px;
  padding: 35px 25px;
  margin-top: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .contents .takujob_card .logo {
  width: 148px;
  display: block;
}
main section.s01 .wrapper .contents .takujob_card .logo img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .contents .takujob_card .txtbox {
  width: calc(100% - 148px);
  padding-left: 20px;
}
main section.s01 .wrapper .contents .takujob_card .txtbox .t04 {
  font-size: 20px;
  font-weight: bold;
}
main section.s01 .wrapper .contents .takujob_card .txtbox .t05 {
  font-size: 20px;
  margin-top: 5px;
}
main section.s01 .wrapper .contents .takujob_card .txtbox .t06 {
  margin-top: 5px;
}
main section.s01 .wrapper .contents .takujob_card .txtbox .t06 a {
  text-decoration: none;
  color: #3478F6;
  font-size: 20px;
}
main section.s01 .wrapper .contents .share_box {
  border-top: 3px dashed #212121;
  padding: 40px 0;
  border-bottom: 5px solid #212121;
  margin-top: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .contents .share_box p {
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  margin: 0 30px;
}
main section.s01 .wrapper .contents .share_box a {
  display: inline-block;
  margin: 0 15px;
}
main section.s01 .wrapper .contents .share_box a img {
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  .idpoint {
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  main section.s01 {
    width: 100%;
    margin: 0 auto;
    padding: 35px 20px 60px;
  }
  main section.s01 .wrapper {
    display: block;
  }
  main section.s01 .wrapper .contents {
    width: 100%;
  }
  main section.s01 .wrapper .contents .t00 {
    font-size: 20px;
    color: #939393;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
  }
  main section.s01 .wrapper .contents h2 {
    margin-top: 5px;
    text-align: center;
  }
  main section.s01 .wrapper .contents h2 span {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px dashed #212121;
    padding: 0 20px 5px;
  }
  main section.s01 .wrapper .contents .contentslist {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  main section.s01 .wrapper .contents .contentslist li {
    width: 100%;
    margin-top: 25px;
  }
  main section.s01 .wrapper .contents .contentslist li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #212121;
  }
  main section.s01 .wrapper .contents .contentslist li a .photo {
    width: 100%;
    height: calc((100vw - 40px) * 0.49);
  }
  main section.s01 .wrapper .contents .contentslist li a .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s01 .wrapper .contents .contentslist li a .t01 {
    font-size: 15px;
    line-height: 180%;
    font-weight: bold;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  main section.s01 .wrapper .contents .contentslist li a .date {
    text-align: right;
    font-size: 10px;
    color: #919191;
    margin-top: 7px;
  }
  main section.s01 .wrapper .contents .pagination {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-top: 30px;
  }
  main section.s01 .wrapper .contents .pagination .page-numbers {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-decoration: none;
    margin: 0 3px;
    font-size: 16px;
    line-height: 100%;
    padding-top: 8px;
    text-align: center;
    color: #212121;
    background-color: #efefef;
  }
  main section.s01 .wrapper .contents .pagination .page-numbers.dots {
    background-color: #fff;
  }
  main section.s01 .wrapper .contents .pagination .page-numbers.current {
    background-color: #F7CD00;
    color: #212121;
  }
  main section.s01 .wrapper .contents .bnr_line {
    display: none;
  }
  main section.s01 .wrapper .contents .takujob_card {
    display: none;
  }
  main section.s01 .wrapper .contents .share_box {
    display: none;
  }
}