@charset "UTF-8";
/* CSS Document */

/*---------------------------------
reset
---------------------------------*/
*{ margin:0; padding:0; box-sizing: border-box; }
a{ text-decoration: none; color: inherit; }
img{ width:100%; height: auto; 
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; line-height: 1.4;}
ul ,li{ list-style-type:none; }

/*---------------------------------
structure
---------------------------------*/
:root {
  --main-color: #e1ecdf;
  --sub-color: #70ae65;
  --yellow: #ffef4c;
}

::selection {
  background: #ffef4c;
  color: #000;
}

body{
  color: #000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.inr{
  margin: 0 auto;
  width: 92%;
  max-width: 1040px;
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
  a, a::before, a::after{ transition: .3s all; }
  a img{ transition: .3s all; }
  a:hover{
    opacity: .6;
  }
}

/*---------------------------------
elementf
---------------------------------*/
h1{
  font-size: 150%;
}
h2{
  font-size: 140%;
}
h3{
  font-size: 130%;
}
h4{
  font-size: 120%;
}
h5{
  font-size: 110%;
}
h6{
  font-size: 100%;
}

/*width*/
.w100{
  width: 100%;
}
.w50{
  width: 50%;
}

.btn_wrap{
  margin: 0 auto;
  max-width: 200px;
}
.btn{
  background-color: #000;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
  .btn:hover{
    background-color: var(--sub-color);
    opacity: 1;
  }
}


/*---------------------------------
header
---------------------------------*/

header .logo{
  padding: 10px;
  width: calc( 100% - 60px);
}
header .logo a{
  display: block;
  max-width: 140px;
}

/*responsive*/
@media screen and (min-width: 769px) {
  .header_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  header .logo{
    margin: 0 0;
    padding: 0 0;
    width: 72%;
  }
  header .logo a{
    margin: 0 auto;
    max-width: 400px;
  }
  .header_top .bnr{
    width: 28%;
  }
  .gnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gnav li{
    border-right: 1px solid #000;
    text-align: center;
    width: calc(100% / 6);
  }
  .gnav li:first-child{
    border-left: 1px solid #000;
  }

  .gnav.sp{
    display: none;
  }
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
  .gnav a:hover{
    color: var(--sub-color);
    text-decoration: underline;
    opacity: 1;
  }
}


/*---------------------------------
main
---------------------------------*/
.header_info{
  margin-top: 40px;
  margin-bottom: 30px;
}
.header_info a{
  background-color: #f2f2f2;
  border: 4px solid #000;
  display: block;
  padding: 5px 10px 5px 10px;
  position: relative;
}

.top_main.inr{
  padding: 20px 0;
  width: 100%;
}

.top_special{
  padding-bottom: 50px;
  position: relative;
}
.top_special::before{
  content: '';
  display: block;
  background-color: var(--main-color);
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.top_special article a{
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(0 0 5px rgba(216, 216, 216, .75));
  padding: 30px 5%;
}


.top_special article .subttl{
  color: #116e3c;
  font-size: 80%;
}
.top_special article h2{
  font-size: 110%;
  padding-right: 5px;
  margin-bottom: 10px;
}
.top_special article .txt{
  display: none;
}
.top_special article .left{
  width: calc( 100% - 128px);
}
.top_special article .right{
  width: 128px;
}
.top_special article .right figure{
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
}


.tag{
  font-size: 80%;
  margin-left: -2px;
}
.tag li{
  display: inline-block;
  margin: 2px 2px;
}
.tag li > a,
.tag li > span{
  background-color: var(--main-color);
  border-radius: 100px;
  display: block;
  padding: 3px 14px;
}


.top_column{
  padding-bottom: 60px;
}
.top_subttl{
  margin: 60px auto 20px;
  max-width: 320px;
}
.top_column .tag_list{
  overflow-x: scroll;
}
.top_column .tag_list::-webkit-scrollbar{
  display: none;
}
.top_column .tag_list_inr{
  display: flex;
  align-items: center;
  min-width: auto;
}
.top_column .tag_list .tag{
  padding-left: 10px;
  white-space: nowrap;
}
.top_column .tag_list .word{
  border-right: 2px solid #000;
  display: flex;
  white-space: nowrap;
}
.top_column .tag_list .word span{
  border-right: 1px solid #000;
  margin-right: 4px;
  padding-right: 10px;
}
.top_column .tag_list .tag_select{
  margin-left: 10px;
}

.top_column .artcl_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.top_column .artcl_list article{
  padding: 16px 0 16px;
  width: 50%;
}
.top_column .artcl_list article:nth-child(n+3){
  border-top: 2px solid #efeddf;
}
.top_column .artcl_list article:nth-child(2n-1){
  border-right: 2px solid #efeddf;
  padding-right: 2%;
}
.top_column .artcl_list article:nth-child(2n){
  padding-left: 2%;
}
.top_column .artcl_list h2{
  font-size: 110%;
  padding: 10px 0 10px 1.1em;
  text-decoration: underline;
  position: relative;
}
.top_column .artcl_list h2::before{
  content:'';
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
}
.top_column .artcl_list h2::after{
  content:'';
  display: block;
  background: #fff;
  height: calc(tan(60deg) * 8px / 2);
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 17px;
  left: .35em;
}
.top_column .artcl_list figure{
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.top_column .artcl_list figure::before{
  content: '';
  width: 100%;
  height: 100%;
}
.top_column .artcl_list figure img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.top_column .btn_wrap{
  margin-top: 30px;
}

.top_info{
  padding-bottom: 60px;
}
.top_info .artcl h2{
  font-size: 100%;
}
.top_info .artcl:not(:last-child){
  border-bottom:  2px solid #efeddf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.top_info .btn_wrap{
  margin-top: 30px;
}

/* ↓道議会レポートあるとき */

.top_report{
  padding-bottom: 60px;
}
.top_report .artcl h2{
  font-size: 100%;
}

.top_report .btn_wrap{
  margin-top: 30px;
}
/* ↑ここまで */

/* ↓11月特集で使用 */
.arrow {
  display: flex;
  justify-content: center;
}

.note {
  font-size: 0.8em;
  vertical-align: super; 
}

/* ↑ここまで */

.present{
  padding-bottom: 60px;
}
.present_wrap{
  border: 5px solid #eb6d94;
  margin: 0 auto;
  padding: 5px;
  max-width: 560px;
}
.present_wrap > div{
  border: 3px dotted #eb6d94;
  padding: 10px;
}

.present h2{
  background-color: #ff6687;
  border-radius: 9px;
  color: #fff;
  display: inline-block;
  font-size: 110%;
  margin: 30px 0 10px;
  padding: 5px 10px;
}
.present .btn_wrap{
  margin-top: 40px;
  max-width: 360px;
}
.present .deadline{
  background-color: #fff100;
  font-weight: bold;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
}

.present .btn{
  padding: 20px 20px;
}
.present .btn.end{
  background-color: #b3b3b3;
}


.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*hover*/
@media (hover: hover) and (pointer: fine) {
  .present .btn.end:hover{
    background-color: #b3b3b3;
  }
}
/*responsive*/
@media screen and (min-width: 769px) {
  .top_special .inr{
    max-width: 840px;
  }
  .top_special::before{
    border-radius: 0 20px 20px 0;
    height: 200px;
    width: 94%;
  }
  .top_special article a{
    align-items: center;
  }
  .top_special article .subttl{
    font-size: 100%;
  }
  .top_special article h2{
    font-size: 160%;
    padding-right: 10px;
  }
  .top_special article .txt{
    display: block;
    padding-right: 10px;    
    margin-bottom: 10px;
  }
  .top_special article .left{
    width: calc( 100% - 330px);
  }
  .top_special article .right{
    width: 330px;
  }

  .top_column .tag_list_inr{
    font-size: 120%;
  }

  .top_column .artcl_list article:nth-child(3){
    border-top: none;
  }
  .top_column .artcl_list article:nth-child(2n-1){
    border-right: none;
  }
  .top_column .artcl_list article{
    padding-left: 2%;
    padding-right: 2%;
    width: calc( calc(100% / 3));
  }
  .top_column .artcl_list article:nth-child(3n-2){
    border-right: 2px solid #efeddf;
  }
  .top_column .artcl_list article:nth-child(3n-1){
    border-right: 2px solid #efeddf;
  }
  .top_info .artcl a {
    display: flex;
    align-items: center;
  }
  .top_info .artcl a > p {
      width: 8em;
  }

  .top_report .artcl a {
    display: flex;
    align-items: center;
  }
  .top_report .artcl a > p {
      width: 8em;
  }
  
  .present .deadline{
    font-size: 120%;
  }
  .present .txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .present .txt h2{
    margin-top: 40px;
    margin-bottom: 0;
    padding: 5px 0;
    text-align: center;
    width: 10em;
  }
  .present .txt p{
    margin-top: 40px;
    width: calc(100% - 12em);
  }
}


/*hover*/
@media (hover: hover) and (pointer: fine) {
  .tag li > a:hover{
    background-color: var(--yellow);
    opacity: 1;
  }
}


/*---------------------------------
footer
---------------------------------*/
footer{
  background-color: #f5f5f5;
}

footer .logo{
  margin: auto;
  padding: 0 0 10px;
  width: 90%;
  max-width: 400px;
}
footer .next{
  margin-bottom: 30px;
  text-align: center;
}
footer .next span{
  border: 1px solid #000;
  border-radius: 100px;
  display: inline-block;
  font-size: 80%;
  padding: 5px 12px;
}

footer .share{
  text-align: center;
  padding-top: 40px;
}
footer .share ul{
  display: flex;
  justify-content: center;
  margin: 10px 0 50px;
}
footer .share li{
  margin: 0 10px;
}
footer .sns_btn{
  width: 50px;
  height: 50px;
  display: block;
  background-size: contain;
}
footer .sns_x .sns_btn{
  background-image: url(../img/common/sns_x.png);
}
footer .sns_line .sns_btn{
  background-image: url(../img/common/sns_line.png);
}
footer .sns_face .sns_btn{
  background-image: url(../img/common/sns_face.png);
}

footer .link_list{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 90%;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 800px;
}
footer .link_list li{
  line-height: 1.2;
  padding: 10px 0;
}
footer .link_list li a{
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
footer .link_list li a::before{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(45deg);
}

footer .bnr_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 700px;
}
footer .bnr_list li{
  margin-bottom: 5px;
  width: 49%;
}
footer .bnr_list li:nth-child(2n){
  margin-left: 2%;
}
footer .bnr_list li a{
  display: block;
}


.copyright{
  font-size: 80%;
  padding-top: 30px;
  padding-bottom: 90px;
  text-align: center;
}

#pagetop{
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background-color: rgba(40, 169, 105, 0.5);
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: .3s all;
  opacity: 0;
}
#pagetop::before{
  content:'';
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin: auto;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  right: 0;
  transform: rotate(-45deg);
}


/*hover*/
@media (hover: hover) and (pointer: fine) {
  #pagetop:hover{ opacity: .7 !important; }
  footer .link_list li a:hover{
    text-decoration: underline;
  }
}


/*responsive*/
@media screen and (min-width: 769px) {
  footer .next span{
    font-size: 100%;
    padding: 5px 20px;
  }
  footer .link_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .link_list li{
    margin-right: 40px;
  }
  .copyright{
    padding-bottom: 20px;
  }
}


/*-----------------------

menu-sp

-----------------------*/
@media screen and (max-width: 768px) {  
  .menu-trigger {
    cursor: pointer;
    display: block;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 999;
  }
  
  .menu-trigger .drawerBtn{    
    display: block;
    font-size:1.0rem;
    font-weight:bold;
  }
  
  .menu-trigger div{
    display: inline-block;
    width: 32px;
    height: 24px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }
    
  .menu-trigger div span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .5s;
  }
  
  /* active */
  /* .menu-trigger.active{
    border:1px solid #fff;
    color:#fff;
  }  
  .menu-trigger.active div span {
    background-color: #fff;
  } */
  
  .menu-trigger div span:nth-of-type(1) {
    top: 0;
  }
  
  .menu-trigger.active div span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }
  
  .menu-trigger div span:nth-of-type(2) {
    top: 11px;
  }
  
  .menu-trigger.active div span:nth-of-type(2) {
    opacity: 0;
  }
  
  .menu-trigger div span:nth-of-type(3) {
    bottom: 0;
  }
  
  .menu-trigger.active div span:nth-of-type(3) {
    transform: translateY(-11px) rotate(45deg);
  }
}


/*-----------------------
出てくるメニュー
-----------------------*/
.drawer {
  transform: translate(100vw); /*右から出てくる*/
}

@media screen and (max-width: 768px) {
  .drawrWrap {
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }

  .drawer {
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    /* transition: transform .5s; */
    box-sizing: border-box;
    padding-top: 50px;
  }
  
  .drawer.open {
    transform: translateZ(0);
    width: 80vw; /*メニューの横幅*/
  }
  
  .drawer.open .drawerMenu{
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style:none;
   }

   
  .gnav li{
    border-bottom: 1px solid #000;
    padding: 16px 0;
  }
  .gnav a{
    display: block;
    padding-left: 20px;
    position: relative;
  }
  .gnav a::before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(45deg);
  }
}


/*-----------------------
コンテンツの処理
-----------------------*/
@media screen and (max-width: 768px) {
  html.noScroll
  body.noScroll{
    overflow: hidden;
  }
  .container {
    height: 100%;
    min-height: 100vh;
    padding: 0;
  }
  
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 0.7;
  }
}

/*-----------------------
PC調整用
-----------------------*/
@media screen and (min-width: 769px) {
  .menu-trigger {
    display: none;
  }
  .drawer {
    transform: translate(0);
  }
}