@charset "UTF-8";
/*全体//*/
body, input, button, textarea, select {
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
#wrap #contentWrap #breadcrumbArea{
  margin: 0;
}
.knowhow__subtitle {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #005EAB;
}
.knowhow__subtitle>br {
  display: none;
}
.knowhow__inner {
  padding:60px 10px 50px;
  margin: 0 auto;
  max-width: 1000px;
}
.knowhow__inner_wht {
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.bg--stripes_blue {
  background: url(/resource/top/img/bg_stripes_01.png) #E6EFF6;
}
.bg--stripes_wht {
  background: #fff;
}
/*//全体*/

/*新着記事＆業界・職種のこと//*/
.column__textWrap {
  padding: 15px;
}
.column__title, .column__title--top {
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.column__title{
  font-size: 15px;
  font-weight: bold;
}
/*//新着記事＆業界・職種のこと*/

/*新着記事//*/
.column__newList{
  margin-left: -20px;
  padding:30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.column__newArticle {
  margin-left: 20px;
  width: calc(33.3% - 20px);
  position: relative;
}

.column__newArticle:nth-child(n+4){
  margin-top: 20px
}
.column__newAnchor {
  display: block;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #C9C9C9;
  transition: box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color:#333333;
  z-index: 1;
}
.column__newAnchor.new:before {
  content: "NEW";
  display: flex;
  font-size: 13px;
  font-weight: bold;
  justify-content: center;
  align-items: flex-end;
  top: 15px;
  right: 10px;
  position: absolute;
  z-index: 10;
  color: #005EAB;
  transform: rotate(45deg);
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
}
.column__newAnchor.new:after {
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 70px 70px;
  border-color:transparent transparent rgba(255, 192, 0, 1) transparent;
  top: -35px;
  right: -45px;
  position: absolute;
  z-index: 9;
  transform: rotate(45deg);
  font-family: tbudrgothic-std, sans-serif;
  font-style: normal;
}
.column__newAnchor:hover{
  color:#005EAB;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.column__newThumbnail {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.column__newThumbnail img{
  max-width: 100%;
}
.column__newImg {
  vertical-align: bottom;
  width: 100%;
  transition: transform 0.3s;
}
.column__categoryName {
  font-weight: bold;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 18px;
  font-size: 13px;
  color: white;
  background-color: #005EAB;
}
.articles__btn {
  position: relative;
  display: block;
  width:490px;
  margin: 30px auto;
  background: #0A9FC2;
  border: 2px solid #0A9FC2;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s, border 0.3s, background-color 0.3s;
}
.articles__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}
.articles__btn:hover{
  color: #0A9FC2;
  border: 2px solid #0A9FC2;
  background: #fff;
  text-decoration: none;
}
.articles__btn:hover::after {
  border-top: 2px solid #0A9FC2;
  border-right: 2px solid #0A9FC2;
}
/*//新着記事*/

/*注目コンテンツ//*/
.knowhow__attn .knowhow__subtitle{
  margin-bottom: 30px;
}
.column__attnList{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 50px;
  margin: 0 auto;
  max-width: 1000px;
}
.column__attnArticle{
  width: calc((100% - 20px) / 2);
  border: 1px solid #C9C9C9;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.column__attnArticle:nth-child(even){
  margin-left: 20px;
}
.column__attnArticle:nth-child(n+3){
  margin-top: 20px ;
}
.column__attnArticle:hover{
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
}
.column__attnImg{
  width:128px;
}
.column__attnAnchor{
  display: flex;
  text-decoration: none;
}
.column__attnWrap{
  margin: 15px 15px;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.column__attnTtl{
  color:#005EAB;
  font-size: 18px;
  font-weight: bold;
}
.column__attnTxt{
  color:#333333;
  font-weight: bold;
  font-size: 15px;
}
/*//注目コンテンツ*/

/*ほかのカテゴリ・タグから記事を探す//*/
.categoryList {
  padding: 0 10px;
}
.categoryList__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.categoryList__subtitle {
  padding-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #005EAB;
}
.categoryList__item-wrapper {
  margin: 0 auto;
  padding: 30px 10px 10px 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:solid 1px #005EAB;
  border-radius: 10px;
  overflow: hidden;
}
.categoryList__category, .categoryList__tag{
  display: flex;
  flex-wrap: wrap;
}
.categoryList__category li a {
  padding: 4px 20px;
  display: block;
  background-color: #005EAB;
  color: #fff;
  font-weight: bold;
  margin: 0 10px 20px 0;
  border-radius: 20px;
  transition: opacity .2s linear;
  font-size: 15px;
  text-decoration: none;
}
.categoryList__category::after, .categoryList__tag::after {
  content: "";
  display: block;
  clear: both;
}
.categoryList__tag li a {
  display: block;
  padding: 8px 19px;
  border: solid 2px #005EAB;
  box-sizing: border-box;
  color: #005EAB;
  font-weight: bold;
  margin: 0 10px 10px 0;
  border-radius: 20px;
  transition: opacity .2s linear;
  font-size: 15px;
  text-decoration: none;
}
.categoryList__category li a:hover, .categoryList__tag li a:hover {
  opacity: .7;
}
/*//ほかのカテゴリ・タグから記事を探す*/



@media screen and (max-width: 896px) {
  /*全体//*/
  .knowhow__inner {
    padding-top: 40px;
    padding-bottom:40px;
    width:auto;
    max-width: unset;
  }
  .knowhow__inner_wht{
    padding-top: 40px;
    padding-bottom:40px;
    width:auto;
    max-width: unset;
  }
  .knowhow__subtitle{
    font-size:20px;
  }
  /*//全体*/
  
  /*新着記事//*/
  .column__textWrap{
    padding: 0 0 0 10px;
    width: 60%;
  }
  .column__newList {
    display: block;
    margin: 0;
  }
  .column__newArticle{
    width: 100%;
  }
  .column__newThumbnail{
    border-radius: unset;
    display: flex;
    align-items: center;
  }
  .column__newAnchor{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }
  .column__newAnchor.new:before{
    font-size: 11px;
    top: 10px;
    right: 5px;
  }
  .column__newAnchor.new:after{
    border-width: 0 45px 70px 45px;
  }
  .column__title{
    font-size: 13px;
  }
  .column__title, .column__title--top{
    -webkit-line-clamp: 2;
  }
  .column__categoryName{
    font-size: 11px;
    margin-bottom: 5px;
    padding : 2px 10px;
  }
  .column__newImg{
    width: 120px;
    height: auto;
  }
  .column__newArticle:nth-child(3n-1){
    margin: 0;
  }
  .column__newArticle:nth-child(n+1){
    margin: 0 0 10px 0;
  }
  .column__newArticle:last-child{
    margin:0;
  }
  /*//新着記事*/

  /*注目コンテンツ//*/
  .column__attnList{
    padding: 0 0 40px;
  }
  .column__attnArticle{
    width:100%;
    margin: 0 0 10px 0;
  }
  .column__attnArticle:nth-child(n+2){
    margin: 0 0 10px 0;
  }
  .column__attnArticle:last-child{
    margin: 0;
  }
  .knowhow__attn{
    margin:0 10px;
  }
  .column__attnImg{
    width:90px;
  }
  .column__attnAnchor{
    margin:15px;
  }
  .column__attnTtl{
    font-size: 16px;
  }
  .column__attnTxt{
    font-size: 13px;
    line-height: 1.8;
  }
  .column__attnWrap{
    margin:0 0 0 10px;
  }
  /*//注目コンテンツ*/

  /*ほかのカテゴリ・タグから記事を探す//*/
  .categoryList{
    margin:0 10px;
  }
  .categoryList__subtitle{
    padding-top:40px;
    margin-bottom:20px;
    font-size: 20px;
  }
  .categoryList__item-wrapper{
    padding: 15px;
  }
  .categoryList__category li a {
    font-size: 13px;
    padding: 5px 10px;
    margin: 0 5px 10px 0;
  }
  .categoryList__tag li a{
    font-size: 13px;
    padding: 5px 10px;
    margin: 0 5px 10px 0;
  }
  
  /*//ほかのカテゴリ・タグから記事を探す*/

  .articles__btn{
    width:100%;
  }
}
