@charset "UTF-8";




/*******************************
*　記事一覧
********************************/

/* 一覧（サムネあり） */
.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}

.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 10px;
  color: #181818;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 76.5%;
  /*  padding-top: 67.92%;*/
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  font-family: "Shippori Mincho";
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 400;
  font-family: "Shippori Mincho";
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb .webgene-item .meta:after{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #181818;
}

.news_list_thumb .webgene-item .title{
  font-family: "Shippori Mincho";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.news_list_thumb .webgene-item .view_more{
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  font-family: "Shippori Mincho";
  font-weight: 400;
  /*margin-right: 32px;*/
  margin-top: 46px;
  /*text-align: right;*/
}
.news_list_thumb .webgene-item .view_more p{
  width: 96px;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  transition: 0.2s all;
}
.news_list_thumb .webgene-item .view_more p:after{
  content: "";
  width: 96px;
  aspect-ratio: 96 / 7;
  background-image: url('/img/view_more_arr.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.news_list_thumb .webgene-item .inner:hover .view_more p{
  transform: scale(1.05);
  /*margin-right: -5px;*/
}
.news_list_thumb .webgene-item .inner:hover .view_more p:after{
  /*margin-right: -5px;*/
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}


.webgene-pagination li.selected{
  background: #e0dbd0;
}

@media (max-width:767px){

}
@media (min-width:768px){

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 10px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 12px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 14px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 14px;
    /*margin-right: 10px;*/
    margin: 15px 0;
    margin-right: 7px;
    position: relative;
    z-index: 1;
    padding-right: 7px;
  }

  .news_list_thumb .webgene-item .date:before{
    content:"";
    width: 1px;
    height: 16px;
    background: #000;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .news_list_thumb .webgene-item .title{
  }

  .news_list_thumb .webgene-item .title:before {
    border-top: 1px solid #000;
    width: 65px;
  }
  .news_list_thumb .webgene-item .view_more{
    font-size: 12px;
    margin-top: 46px;
  }

}

@media (min-width:1024px){

  /* 一覧（サムネあり） */


  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 15px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

}
@media (min-width:1200px){

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 0;
  }

  .news_list_thumb .webgene-item .title{
    font-size: 15px;
    line-height: 1.875;
  }



}
@media (min-width:1470px){


}
@media (min-width:1720px){


}




/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 30px;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #bed4df;
  color: #181818;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Shippori Mincho";
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 31px;
  line-height: 1.5;
  font-family: "Shippori Mincho";
  font-weight: 500;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #e0dbd0;
}


/* 詳細 */
.posts_detail{
  border: none;
  border-bottom: 1px solid #e0dbd0;
  padding: 0;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 12px;
}
.posts_detail .meta .category{
  margin-left: 0;
}
.posts_detail .meta .category span{
  font-size: 13px;
  padding: 2px 5px;
}
.posts_detail .meta .date{
  width: 105px;
  border-right: 1px solid #424242;
}

.posts_detail .meta{
  display: flex;
  align-items: center;
  border-bottom:none;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  width: 75px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border-radius: 0;
  padding: 1px 0;
  margin-bottom: 0;
}
.posts_detail .meta .category span{
  width: 150px;
  display: inline-block;
  border-radius: 5px;
  color: #181818;
  min-width: 76px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Shippori Mincho";
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{
  font-size: 14px;
  font-weight: 400;
  font-family: "Shippori Mincho";
  line-height: 0.75;
  letter-spacing: 0.075em;
}
.posts_detail .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #e0dbd0;
  padding-bottom: 27px;
}
.posts_detail .post_content{
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125em;
  letter-spacing: 0.75em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/*  ボタン*/
.pagination .read_more a {
  background: #e0dbd0;
  border:  0px;
}

.pagination .read_more a:after {
  content: "→";
  font-family: "Shippori Mincho";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

.pagination .read_more a:hover {
  background: var(--main-color);
}

.pagination{
  text-align: center;
}
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 190px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #dbdbdb;
  padding: 14.5px 50px;
  position: relative;
  font-size: 14px;
  color: #181818;
}
.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 15px;
  transition: .3s ease-in-out;
}

.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 15px;
  transition: .3s ease-in-out;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:hover{
  filter: brightness(1.10);
}

.pagination .nav-posts .page-prev a:hover{
  filter: brightness(1.10);
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .pg_news{
    padding-top: 0;
  }
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }

  .posts_detail .thumb{
    margin-bottom: 15px;
  }

  .posts_detail .post_content{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.75em;
    text-align: justify;
    word-break: break-all;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }

  .posts_detail .title{
    padding-bottom: 25px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }

  .posts_detail .meta .category {
    margin-left: 0;
  }

  .posts_detail .meta .date {
    width: 100px;
    font-size: 15px;
  }

  /*ボタン*/
  .pagination{
    margin-top: 30px;
  }
  .pagination .read_more {
    margin-top: 0;
  }

  .pagination .read_more a{
    width: 95px;
    font-size: 13px;
    padding: 17px 6px;
    margin: 5px 10px;
  }

  .pagination .read_more a:after {
    display: none;
  }

  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 115px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    padding: 14px 10px;
    font-size: 13px;
    text-align: center;
  }
  .pagination .nav-posts .page-next a:before{
    left: 6px;
  }

  .pagination .nav-posts .page-prev a:after{
    right: 6px;
  }
}

@media (min-width:768px){

  .pg_news{
    padding-top: 0;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .news_list .webgene-item .box2 {
    margin-top: 13px;
  }

  .news_list .webgene-item .title{
    margin-top: 7px;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }

  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 75px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }


  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 24px;
  }

  .select_wrap:after {
    right: 6px;
  }

  /* 詳細 */
  .posts_detail{
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
    margin-top: -5px;
  }

  .posts_detail .meta .category span{
    font-size: 14px;
    padding: 0;
  }
  .posts_detail .meta .date{
    width: 100px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 0;
  }
  .posts_detail .thumb{
    margin-bottom: 35px;
  }

  /*  ボタン*/
  .pagination{
    margin-top: 65px;
  }
  .pagination .read_more{
    margin-top: 0;
  }
  .pagination .read_more a {
    width: 160px;
    font-size: 14px;
  }
  .pagination .read_more a:after {
    font-size: 14px;
    right: 7px;
  }

  .pagination{
    text-align: center;
  }
  .pagination .nav-posts{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 100px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    padding: 13px 45px;
    font-size: 14px;
    color: #181818;
  }
}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

  .news_list .webgene-item .img:before {
    padding-top: 80%;
  }

  .news_list .webgene-item:nth-child(n+4) {
    margin-top: 53px;
  }

  .webgene-pagination {
    margin-top: 77px;
  }

  /*  詳細*/
  .posts_detail{
    padding: 0 0 40px;
  }
  .posts_detail .meta .category span{
    width: 135px;
  }

  /*  ボタン*/
  .pagination{
    margin-top: 75px;
  }
  .pagination .read_more{
    margin-top: 0;
  }

  .pagination .read_more a{
    width: 285px;
  }

  .pagination .read_more a:after {
    content: "→";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 18px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }

  .pagination{
    text-align: center;
  }
  .pagination .nav-posts{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pagination .nav-posts .page-next,
  .pagination .nav-posts .page-prev{
    min-width: 190px;
  }
  .pagination .nav-posts .page-next a,
  .pagination .nav-posts .page-prev a{
    display: block;
    border: 1px solid #dbdbdb;
    padding: 14.5px 50px;
    position: relative;
    font-size: 14px;
    color: #181818;
  }
  .pagination .nav-posts .page-next a:before{
    content: "\f053";
    left: 15px;
    transition: .3s ease-in-out;
  }

  .pagination .nav-posts .page-prev a:after{
    content: "\f054";
    right: 15px;
    transition: .3s ease-in-out;
  }
  .pagination .nav-posts .page-next a:before,
  .pagination .nav-posts .page-prev a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .pagination .nav-posts .page-next a:hover{
    filter: brightness(1.10);
  }

  .pagination .nav-posts .page-prev a:hover{
    filter: brightness(1.10);
  }

}

@media (min-width:1200px){

  .pg_news{
    padding-top: 130px;
  }

}







/* お客様の声 */
.voice_list{

}
.voice_list_item{

}
.voice_list_item:nth-child(n+2){
  margin-top: 30px;
}
.voice_list_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  border: 1px solid #e0dbd0;
  padding: 15px 15px 15px 15px;
}
.voice_list_box1{
  width: 100%;
}
.voice_list_box2{
  width: 100%;
  margin-top: 15px;
}
.voice_list_img{

}
.voice_list_img.img_fit:before{
  padding-top: 78.04%;
}
.voice_list_img2{
  margin-bottom: 20px;
}
.voice_list_img2.img_fit:before{
  padding-top: 68.75%;
}
.voice_list_meta{
  display: flex;
  flex-wrap: wrap;
}
.voice_list_category{
  width: 115px;
  text-align: center;
  background: #bed4df;
  padding: 4px 3px 4px;
  color: #181818;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.voice_list_menu{
  font-size: 16px;
  margin-bottom: 15px;
}
.voice_list_age{
  font-size: 16px;
  /*  margin-top: 10px;*/
  margin-bottom: 15px;
}
.voice_list_detail{
  font-size: 15px;
  line-height: 1.875;
  text-align: justify;
  border-top: 1px solid #e0dbd0;
  padding-top: 15px;
}

@media (max-width:767px){


}
@media (min-width:768px){

  /* お客様の声 */
  .voice_list{

  }
  .voice_list_item{

  }
  .voice_list_item:nth-child(n+2){
    margin-top: 80px;
  }
  .voice_list_inner {
    padding: 30px 25px 65px 25px;
  }

  .voice_list_box1{
    width: 42%;
  }
  .voice_list_box2{
    width: 48.5%;
    margin-top: 0;
  }
  .voice_list_meta{
  }
  .voice_list_category{
    width: 115px;
    height: 25px;
    padding: 2px 3px 4px;
    font-size: 13px;
  }
  .voice_list_menu{
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .voice_list_age{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 22px;
  }
  .voice_list_detail{
    font-size: 15px;
    line-height: 1.9;
    padding-top: 22px;
  }

}
@media (min-width:1024px){
  .voice_list_inner{
    padding: 35px 65px 61px 65px;
  }
}
@media (min-width:1200px){

}