@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.br_sp{
  display: none;
}
.br_pc{
  display: block;
}

#keyview{
  position: relative;
  width: 100%;
  height: 414px;
  padding: 10px 0 10px;
  background-color: #F7FBF8;
}
.bg_keyview{
  position: relative;
  width: calc(100% - 20px);
  height: 414px;
  min-width: 1346px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.bg_keyview::after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  width: 100%;
  min-width: 1366px;
  height: 414px;
}
.bg_keyview img{
  width: 100%;
  border-radius: 10px;
}
.txt_keyview{
  position: absolute;
  top: 180px;
  left: 0;
  min-width: 450px;
  padding: 30px ;
  background-color: rgb(255 255 255 / 90%);
}
.txt_keyview h1{
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #333333;
}
.txt_keyview h1 span{
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #4CAF7A;
}
.txt_keyview p{
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5em;
  color: #333333;
}

#cont_news_wrap{
  width: 100%;
  background-color: #FAF6F1;
  overflow: hidden;
}
.news_toptxt{
  width: 1024px;
  margin: 100px auto 0px;
}
.news_toptxt p{
  font-size: 16px;
  line-height: 1.5em;
  color: #2B2B2B;
}

#cont_news{
  margin: 60px auto 0;
  padding:0 0 100px;
  width: 1024px;
  overflow: auto;
}
#cont_news ul{
  margin: 0 0px 0;
}
#cont_news ul li{
  position: relative;
  display: block;
  border-bottom:1px solid #E5E9E7;
}
#cont_news ul li:first-child{
  border-top:1px solid #E5E9E7;
}
#cont_news ul li a{
  display: block;
  text-decoration: none;
}
.list_data{
  display: flex;
  align-items: center;
  padding:20px 0 ;
  margin-left: 10px;
}
.list_data time{
  width: 80px;
  margin-left: 30px;
  font-size:16px;
  line-height:16px;
  color: #333333;
}
.list_data .category_news{
  display: block;
  background-color:#6FA8DC;
  width: 128px;
  height:40px;
  color:#FFF;
  font-size:16px;
  line-height:40px;
  font-weight: 700;
  text-align: center;
}
.list_data .category_column{
  display: block;
  background-color:#4F8F6F;
  width: 128px;
  height:40px;
  color:#FFF;
  font-size:16px;
  line-height:40px;
  font-weight: 700;
  text-align: center;
}
.list_data .category_blog{
  display: block;
  background-color:#8BBF9F;
  width: 128px;
  height:40px;
  color:#FFF;
  font-size:16px;
  line-height:40px;
  font-weight: 700;
  text-align: center;
}
.list_data .category_interview{
  display: block;
  background-color:#E59A7A;
  width: 128px;
  height:40px;
  color:#FFF;
  font-size:16px;
  line-height:40px;
  font-weight: 700;
  text-align: center;
}
.list_data .news_ttl{
  margin:0 30px;
  width: 755px;
  font-size:16px;
  line-height: 18px;
  color: #333333;
}
#cont_news ul li a:hover .list_data .news_ttl{
  color:#E97855;
  text-decoration: underline;
}
#pagenation{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:60px auto 0;
}
#pagenation a{
  display: block;
  margin:0 10px;
  background-color: #FFF;
  border:1px solid #CCCCCC;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#pagenation span{
  display: block;
  margin:0 10px;
  background-color: #98FB98;
  border:1px solid #98FB98;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#pagenation a:hover{
  background-color: #98FB98;
  color:#FFF;
}
#pagenation .prev,
#pagenation .next{
  display: block;
  margin:0 10px;
  border:1px solid #CCCCCC;
  border-radius: 30px;
  background-color: #4FAE77;
  width: 60px;
  height: 60px;
  color:#FFF;
  font-size:16px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
#pagenation .prev:hover,
#pagenation .next:hover{
  display: block;
  background-color: #98FB98;
}
/* detail */
#news{
  margin:100px auto 0;
  padding:0 0 30px;
  border-bottom:1px solid #707070;
  width: 1024px;
  overflow: auto;
}
#news a{
  color:#4682b4;
}
#news a:hover{
  color:#FFA500
}
#news h1{
  margin:0 0 30px;
  padding:0 0 20px;
  border-bottom:1px solid #DCDCDC;
  color: #2F7A5B;
  width: 1024px;
  font-size:32px;
  font-weight:700;
  line-height:38px;
  text-align: left;
}
#eyechatch{
  display: block;
  margin:30px 0 0;
  padding:0 0 60px;
  width: 1024px;
}
#eyechatch img{
  width: 100%;
}
#news p{
  margin:0 0 1.8rem;
}
#news h2{
  position: relative;
  margin:0 0 20px;
  padding:0 0 6px;
  border-bottom:2px solid #2F7A5B;
  width: 1024px;
  font-size:24px;
  color: #2F7A5B;
  line-height:27px;
}
#news h2::before{
  content: "";
  position: absolute;
  bottom:-2px;
  left:0;
  background-color: #98FB98;
  width: 48px;
  height: 2px;
}
#news h3{
  position: relative;
  margin:0 0 20px;
  width: 1024px;
  color:#2F7A5B;
  font-size:16px;
  font-weight: 700;
  line-height:24px;
}
#news h4{
  position: relative;
  margin:0 0 20px;
  padding:0 0 0 15px;
  font-size:16px;
  color: #4FAE77;
  line-height:24px;
}
#news h4::before{
  content: "";
  position:absolute;
  top:0;
  left:0;
  background-color: #98FB98;
  width: 6px;
  height: 24px;
}
#news h5{
  position: relative;
  margin:0 0 20px;
  font-size:14px;
  font-weight: 700;
  color: #5A6F65;
  line-height:22px;
}
#news ul{
  margin:0 0 20px;
  list-style:square;
}
#news ul li{
  margin:0 0 0 24px;
  list-style-type:square;
}
#news ol{
  margin:0 0 20px;
  list-style:decimal;
}
#news ol li{
  margin:0 0 0 24px;
  list-style-type:decimal;
}
#news table{
  margin:0 0 20px;
  border-collapse: separate;
  border-spacing: 1px;
}
#news table tr th{
  padding:0.5em 1em;
  background-color: #DDEFE6;
  color:#2F7A5B;
  font-size:14px;
  line-height:22px;
  text-align: center;
}
#news table tr td{
  padding:0.5em 1em;
  background-color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
}
#news table tr:nth-child(even) td{
  background-color: #EEF6F1;
}
#news blockquote{
  margin:0 0 20px;
  padding:15px;
  background-color: #F7FBF8;
}
#news blockquote p{
  margin:0;
  font-size: 14px;
  line-height: 22px;
  color: #2B2B2B;
}
#article_data{
  margin:100px 0 0;
  padding:30px 0 0;
  border-top:1px solid #707070;
  width: 100%;
}
#article_data p{
  margin:0 0 10px;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
#article_data p span{
  display: inline-block;
  margin:0 20px 0 0;
  background-color:#7ED9A3;
  width: 120px;
  height: 40px;
  color: #FFF;
  font-size:16px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
#article_data ul{
  display: flex;
  margin:0;
  list-style-type: none;
}
#article_data ul li{
  margin:0 10px 0 0;
  list-style-type: none;
  width: 48px;
  height: 48px;
}
#article_data ul li a{
  display: block;
}
#page_nation{
  margin:30px auto 0;
  padding:0 0 160px;
  width: 1024px;
}
#page_nation .next,
#page_nation .back{
  position: relative;
  padding:0 0 10px 100px;
}
#page_nation .next::before{
  content: "NEXT";
  position: absolute;
  top:0;
  left:0;
  border-radius: 15px 0 0 15px;
  background-color: #7ED9A3;
  width: 80px;
  height: 30px;
  color:#FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
#page_nation .back::before{
  content: "BACK";
  position: absolute;
  top:0;
  left:0;
  border-radius: 15px 0 0 15px;
  background-color: #7ED9A3;
  width: 80px;
  height: 30px;
  color:#FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
#page_nation p a{
  display: block;
  min-height: 30px;
  font-size:14px;
  line-height: 28px;
  text-decoration: none;
}
#page_nation p a:hover{
  color:#707070;
}
figure{
  padding:0 0 60px;
}
@media (max-width: 767px){
  .br_pc{
    display: none;
  }
  #keyview{
    position: relative;
    width: 100%;
    height: 384px;
    padding: 5px 0 5px;
    background-color: #F7FBF8;
  }
  .bg_keyview{
    position: relative;
    width: calc(100% - 10px);
    height: 384px;
    min-width: auto;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg_keyview::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: auto;
    height: 384px;
    border-radius: 10px;
    background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  }
  .bg_keyview img{
    position: absolute;
    left: 55%;
    transform:translateX(-55%);
    width: 100%;
    min-width: 1366px;
    border-radius: 10px;
  }
  .txt_keyview{
    position: absolute;
    top: 210px;
    left: 0;
    max-width: 295px;
    min-width: auto;
    padding: 10px ;
    background-color: rgb(255 255 255 / 90%);
  }
  .txt_keyview h1{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #333333;
  }
  .txt_keyview h1 span{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #4CAF7A;
  }
  .txt_keyview p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
  .br_sp{
    display: block;
  }

  .news_toptxt{
    width: calc(100% - 20px);
    margin: 50px auto 0px;
  }
  .news_toptxt p{
    font-size: 17px;
    line-height: 1.5em;
    color: #2B2B2B;
  }

  #cont_news{
    margin: 30px auto 0;
    padding:0 0 80px;
    width: 100%;
    overflow: auto;
  }
  #cont_news ul{
    margin: 0 6px 0;
    width: calc(100% - 12px);
  }
  #cont_news ul li{
    position: relative;
    display: block;
    border-bottom:1px solid #E5E9E7;
  }
  #cont_news ul li:first-child{
    border-top:1px solid #E5E9E7;
  }
  #cont_news ul li a{
    display: block;
    text-decoration: none;
  }
  .list_data{
    display: block;
    align-items: center;
    padding:15px 0;
  }
  .list_data time{
    display: inline-block;
    width: 110px;
    margin-left: 5px;
    font-size:16px;
    line-height:16px;
    color: #333333;
  }
  .list_data .category_news{
    display: inline-block;
    background-color:#6FA8DC;
    width: 128px;
    height:40px;
    color:#FFF;
    font-size:16px;
    line-height:40px;
    font-weight: 700;
    text-align: center;
  }
  .list_data .category_column{
    display: inline-block;
    background-color:#4F8F6F;
    width: 128px;
    height:40px;
    color:#FFF;
    font-size:16px;
    line-height:40px;
    font-weight: 700;
    text-align: center;
  }
  .list_data .category_blog{
    display: inline-block;
    background-color:#8BBF9F;
    width: 128px;
    height:40px;
    color:#FFF;
    font-size:16px;
    line-height:40px;
    font-weight: 700;
    text-align: center;
  }
  .list_data .category_interview{
    display: inline-block;
    background-color:#E59A7A;
    width: 128px;
    height:40px;
    color:#FFF;
    font-size:16px;
    line-height:40px;
    font-weight: 700;
    text-align: center;
  }
  .list_data .news_ttl{
    display: block;
    margin:15px 0 5px;
    width: 100%;
    font-size:16px;
    line-height: 24px;
  }
  #cont_news ul li a:hover .list_data .news_ttl{
    color:#E97855;
    text-decoration: underline;
  }
  #pagenation{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:30px auto 0;
  }
  #pagenation a{
    display: block;
    margin:0 5px;
    border:1px solid #CCCCCC;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    font-size:16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
  }
  #pagenation span{
    display: block;
    margin:0 5px;
    background-color: #98FB98;
    border:1px solid #98FB98;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    font-size:16px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
  }
  #pagenation a:hover{
    background-color: #98FB98;
    color:#FFF;
  }
  #pagenation .prev,
  #pagenation .next{
    display: block;
    margin:0 10px;
    border:1px solid #CCCCCC;
    border-radius: 24px;
    background-color: #4FAE77;
    width: 48px;
    height: 48px;
    color:#FFF;
    font-size:10px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
  }
  #pagenation .prev,
  #pagenation .next:hover{
    background-color: #4FAE77;
  }
  /* detail */
  #news{
    margin:50px 5px 0;
    padding:0 0 15px;
    border-bottom:1px solid #707070;
    width: calc(100% - 10px);
    overflow: auto;
  }
  #news a{
    color:#4682b4;
  }
  #news a:hover{
    color:#FFA500
  }
  #news h1{
    margin: 0 0 30px;
    padding:0 0 10px;
    border-bottom:1px solid #DCDCDC;
    width: 100%;
    font-size:18px;
    font-weight:700;
    line-height:27px;
    text-align: left;
  }
  #eyechatch{
    display: block;
    margin:0px 0 0;
    padding:0 0 30px;
    width: 100%;
  }
  #eyechatch img{
    width: 100%;
    height: auto;
  }
  #news p{
    margin:0 0 1.8rem;
  }
  #news h2{
    position: relative;
    margin:0 0 20px;
    padding:0 0 6px;
    border-bottom:2px solid #2F7A5B;
    width: 100%;
    font-size:18px;
    line-height:27px;
  }
  #news h2::before{
    content: "";
    position: absolute;
    bottom:-2px;
    left:0;
    background-color: #98FB98;
    width: 48px;
    height: 2px;
  }
  #news h3{
    position: relative;
    margin:0 0 20px;
    width: 100%;
    font-size:16px;
    font-weight: 700;
    line-height:24px;
  }
  #news h4{
    position: relative;
    margin:0 0 20px;
    padding:0 0 0 15px;
    font-size:16px;
    line-height:24px;
  }
  #news h4::before{
    content: "";
    position:absolute;
    top:0;
    left:0;
    background-color: #98FB98;
    width: 6px;
    height: 24px;
  }
  #news h5{
    position: relative;
    margin:0 0 20px;
    font-size:14px;
    font-weight: 700;
    line-height:22px;
  }
  #news ul{
    margin:0 0 20px;
    list-style:square;
  }
  #news ul li{
    margin:0 0 0 24px;
    list-style-type:square;
  }
  #news ol{
    margin:0 0 20px;
    list-style:decimal;
  }
  #news ol li{
    margin:0 0 0 24px;
    list-style-type:decimal;
  }
  #news table{
    margin:0 0 20px;
    border-collapse: separate;
    border-spacing: 1px;
  }
  #news table tr th{
    padding:0.5em 1em;
    background-color: #DDEFE6;
    color:#2F7A5B;
    font-size:14px;
    line-height:22px;
    text-align: center;
  }
  #news table tr td{
    padding:0.5em 1em;
    background-color: #FFF;
    font-size: 14px;
    line-height: 22px;
  }
  #news table tr:nth-child(even) td{
    background-color: #EEF6F1;
  }
  #news blockquote{
    margin:0 0 20px;
    padding:15px;
    background-color: #F7FBF8;
  }
  #news blockquote p{
    margin:0;
    font-size: 14px;
    line-height: 22px;
  }
  #article_data{
    margin:50px 5px 0;
    padding:15px 0 0;
    border-top:1px solid #707070;
    width: calc(100% - 10px);
  }
  #article_data p{
    margin:0 0 10px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  #article_data p span{
    display: inline-block;
    margin:0 10px 0 0;
    background-color: #7ED9A3;
    width: 120px;
    height: 40px;
    color: #FFF;
    font-size:14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
  #article_data ul{
    display: flex;
    margin:0;
    list-style-type: none;
  }
  #article_data ul li{
    margin:0 5px 0 0;
    list-style-type: none;
    width: 48px;
    height: 48px;
  }
  #article_data ul li a{
    display: block;
  }
  #page_nation{
    margin:15px 5px 0;
    padding:0 0 50px;
    width: calc(100% - 10px);
  }
  #page_nation .next,
  #page_nation .back{
    position: relative;
    padding:0 0 10px 100px;
  }
  #page_nation .next::before{
    content: "NEXT";
    position: absolute;
    top:0;
    left:0;
    border-radius: 15px 0 0 15px;
    background-color: #7ED9A3;
    width: 80px;
    height: 30px;
    color:#FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  #page_nation .back::before{
    content: "BACK";
    position: absolute;
    top:0;
    left:0;
    border-radius: 15px 0 0 15px;
    background-color: #7ED9A3;
    width: 80px;
    height: 30px;
    color:#FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  #page_nation p a{
    display: block;
    min-height: 30px;
    font-size:14px;
    line-height: 22px;
    text-decoration: none;
  }
  #page_nation p a:hover{
    color:#707070;
  }
}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    position: relative;
    width: 100%;
    height: 384px;
    padding: 5px 0 5px;
    background-color: #F7FBF8;
  }
  .bg_keyview{
    position: relative;
    width: calc(100% - 10px);
    height: 384px;
    min-width: auto;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg_keyview::after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: auto;
    height: 384px;
    border-radius: 10px;
    background: linear-gradient(to bottom,rgba(0,0,0,0.2),rgba(0,0,0,0));
  }
  .bg_keyview img{
    position: absolute;
    left: 55%;
    transform:translateX(-55%);
    width: 100%;
    min-width: 1366px;
    border-radius: 10px;
  }
  .txt_keyview{
    position: absolute;
    top: 210px;
    left: 0;
    max-width: 435px;
    min-width: 295px;
    padding: 10px ;
    background-color: rgb(255 255 255 / 90%);
  }
  .txt_keyview h1{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #333333;
  }
  .txt_keyview h1 span{
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    color: #4CAF7A;
  }
  .txt_keyview p{
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333333;
  }
}
