@charset "UTF-8";
/* ====================================================
 トップ 
 ====================================================*/
/* TOP スライダー
 ====================================================*/
.slider_img img {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	margin: auto;
	object-fit: cover;
}
.slick-dots {
  position: absolute;
  bottom: var(--fs10);
}
.slick-dots li button::before {
  font-size: var(--fs13);
}
.slick-dots li.slick-active button::before {
  opacity: 100;
  color: yellow;
}
.slick-dots li button::before {
  opacity: 100;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider_wrap .top_ttl {
  	position: absolute;
  	z-index: 1;
  	width: 850px;
  	left: 50%;
	bottom: 30px;
  	transform: translateX(-50%);
}
.slider_wrap .top_illust {
  	position: absolute;
  	z-index: 1;
  	width: 150px;
	top: 80px;
	right: 15%;
}
main#top{
	position: relative;
	z-index: 1;
}
#top .with li:first-child{
	width: 35%
}
#top .top_list img{
	width: 300px;
}
#top .top_illust--01{
	position: absolute;
  	bottom: -20px;
  	right: -60px;
  	width: 220px;
}
#top .top_illust--02{
	position: absolute;
  	top: -50px;
  	left: 30px;
  	width: 120px;
}
#top .top_illust--03{
	position: absolute;
  	top: -50px;
  	left: 40%;
  	width: 120px;
}

.img--01{/* 共通画像 */
	width: min(600px, 100%);
	margin: 30px auto;
	border-radius: 30px;
}
.img--01 img{
	border-radius: 30px;
}
.top_news_wrap{
	_width: 1200px;
	_margin: 60px auto;
}
.top_news_wrap .top_news_ttl{
	text-align: center;
  	font-size: 25px;
  	padding-block: 40px 10px;
  	line-height: 1;
}
.top_news_wrap .top_news_ttl_wrap{
	position: relative;
	display: flex;
	align-items: center;
	margin-block: 30px;
	padding-inline: 5%;
}
.top_news_wrap .top_news_ttl_wrap h2{
	position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top_news_wrap .top_news_ttl_wrap p{
	margin-left: auto;
}
.top_news_wrap .top_news_ttl_wrap p a{
	background-color: var(--blue);
	color: #fff;
	border-radius: 10px;
	padding: 5px 30px;
}
.top_news_wrap .top_news_ttl span{
	font-size: 18px;
}
.top_news_wrap img{
	width: 100%;
	display: block;
}
.top_news_wrap .top_news_in{
	display: flex;
	align-items: center;
  	gap: 30px;
	padding: 0 5%;
}

.top_news_wrap .top_news_list li {
  display: flex;
  gap: 10px;
  padding-block: 8px 0;
  font-size: 16px;
  align-items: center;
}
.news_date_cate {
  	display: flex;
  	align-items: center;
}
.news_date_cate .post_date{
	width: 120px;
	flex-shrink: 0
}
.news_post_cont .ttl_03{
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}
.top_category{
	flex-shrink: 0
}
.top_category a {
  background-color: var(--green--02);
  color: #fff;
  padding: 1px 0 0px;
  border-radius: 10px;
  font-size: 13px;
  width: 90px;
  display: table;
  text-align: center;
  height: 25px;
}
.top_category.hairo-news a{
  background-color: var(--orange);
	font-size: 10px;
}
/* グリッド */
.top_grid{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 230px);
    gap: 10px;
    max-width: 1000px;
    margin: 30px auto;
}
.top_grid img{
	width: 100%;
}
.top_grid img.img02{
	padding-top: 30px;
}
.top_grid_item {
	width: 240px;
	padding: 10px 30px;
    background-color: #fff;
    font-size: 16px;
	font-weight: var(--font-b);
	padding: 10px 30px;
	border-radius: 10px;
}
.top_grid_item--02 {
    grid-column: 2 / 5; /* 2列目から4列目まで横に3列 */
    grid-row: 1 / 3;     /* 1〜2行目にまたがる縦2列 */
	background-color: #fff;
	border-radius: 10px;
  }
.top_grid_item .top_glid_ttl{
	text-align: center;
}
.sp_top_grid {
    display: contents;  /* ← 枠を“無効化”して中身だけ残す */
  }
/* ====================================================
 活動内容 activity_details
 --これまでの活動  report_content
 ====================================================*/
.activity_details.report_content table tr td:first-child,
.activity_details.report_content table tr th{
	white-space: nowrap;
	background-color: #eee;
	font-weight: normal;
}

/* ====================================================
 泊原発廃炉訴訟について lawsuit
 --意見陳述  opinion_content
 ====================================================*/
.page_side nav.side .opinion_content .opinion_list{
	margin-top: -10px;
}
.page_side nav.side .opinion_content .opinion_list li{
	line-height: 1;
	margin-left: 1em;
}
.page_side nav.side .opinion_content .opinion_list li a:before{
	content: none;
}
.page_side nav.side .opinion_content .opinion_list li a{
	font-size: 14px;
}

/* ====================================================
 ハイロニュース 
 ====================================================*/
.hairo_news_wrap img{
	display: table;
	width: 500px;
	margin-inline: auto;
}
.life .food table{
	border-top: 2px solid var(--green);
	border-left: 2px solid var(--green);
	background-color: var(--wh)
}
.life .food table td{
	border-right: 2px solid var(--green);
	border-bottom: 2px solid var(--green);
	white-space: nowrap;
	text-align: center;
	padding: 10px 20px;
	color: var(--green)
}
.life .food img{
	width: 300px
}
.life .flow{
	width: min(80%, 370px);
	margin-inline: auto;
}
.life .flow ul{
	display: flex;
	border-bottom: 2px dashed var(--pink);
	padding: 10px;
}
.life .flow ul li:first-child{
	width: 150px;
}
.life .event{
	display: flex;
	justify-content: space-evenly;
}
.life .event li{
	width: calc(100% / 3 - 30px)
}
.life .event li p:first-child{
	text-align: center;
	color: var(--blue);
}
.life .event li p:last-child{
	border: 3px dotted var(--blue);
	border-radius: 20px;
	background-color: var(--wh);
	padding: 30px;
	margin-top: 10px;
	font-size: 20px;
}
.life .life_illust--01{
	position: absolute;
  	top: -80px;
  	left: 40px;
  	width: 150px;
}
.life .life_illust--02{
	position: absolute;
  	bottom: -80px;
  	right: 40px;
  	width: 180px;
}


/* ====================================================
 post 
 ====================================================*/
.pankuzu {
  font-size: 13px;
  margin-bottom: 30px;
}

.news_date {
  font-size: 14px;
  margin-bottom: 20px;
}
.news_cate {
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 1px 10px;
  font-size: 1.3rem;
  display: inline-block;
}
.post_wrap {
}
.post_content p {
  margin-bottom: 1em;
}
.wp-block-archives-dropdown label {
  color: var(--blue);
  background-color: #ccc;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.wp-block-image.size-large{
	display: table;
	width: 90%;
	margin: 10px auto;
}
.widgettitle {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding-block: 5px;
  border-radius: 6px;
}
#archives-dropdown-2{
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
#recent-posts-2 li{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.3
}
.news_list li{
	margin-bottom: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: none !important;
  padding: 3px 10px;
  margin: 2px;
}
.wp-pagenavi span.current {
  border: 1px solid var(--green--01) !important;
	color: #fff;
	background-color: var(--green--01);
	padding: 3px 10px;
}
.wp-pagenavi {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	margin-inline: auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF !important;
  padding: 3px 10px !important;
  border-radius: 5px !important;
  margin: 2px;
}
#post_link{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
/* サイドバー 月別 */
.widget-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.widget ul {
  list-style: none;
  padding-left: 0;
}
.widget ul li {
  margin-bottom: 5px;
}

/* ====================================================
 お問い合わせ
 ====================================================*/
.privacy{
	padding: 20px;
	font-size: 15px;
}
.privacy dt{
	font-size: 18px;
	margin: 35px 0 5px;
  border-left: 5px solid var(--pink);
  padding-left: 10px;
	font-weight: bold;
}
dt.privacy-top{
	font-size: 16px;
  border-left: none;
  padding-left: 10px;
	margin-top: 10px;
}

/* ====================================================
 お問い合わせ
 ====================================================*/
input {
    border-radius: 8px; /* 任意の角丸 */
    border: 1px solid #ccc; /* ボーダー指定 */
    box-shadow: none; /* 影をなくす */
    background: #fff; /* 背景色 */
    appearance: none; /* iOSやSafariの特殊スタイルを除去 */
    -webkit-appearance: none; /* Safari対応 */
    -moz-appearance: none; /* Firefox対応 */
}
.contact_content select{
	border: 1px solid #9b9b9b;
}
.contact_content span.hissu{
	background-color: var(--pink);
  color: #fff;
  padding: 1px 5px 2px;
  border-radius: 5px;
  font-size: 13px;
  margin-left: 5px;
}
.contact_content input,
.contact_content textarea{
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #9b9b9b;
	margin-top: 3px;
}
.contact_content lavel{
	margin-top: 5px;
}
span.wpcf7-list-item {
    display: block;
}
select {
  text-transform: none;
  padding: 10px 20px;
  border: 1px solid var(--pink-lt);
  border-radius: 8px;
  background-color: var(--pink-lt);
}
textarea {
	width: 100%;
  padding: 10px;
  border-radius: 10px;
	border: 1px solid #ccc;
}
.submit{
	margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.submit input{
	background-color: var(--pink);
  	font-size: 18px !important;
  	padding: 10px 60px !important;
  	color: #fff;
  	border-radius: 15px !important;
}


/* ====================================================
 ページ
 ====================================================*/
main#page{
	margin-top: 120px;
}
.page_wrap{
	display: flex;
  	justify-content: center;
	gap: 30px;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.page_content{
	width: min(100%, 800px);
	background-color: #fff;
  	padding: 50px 5%;
  	border-radius: 30px;
}
.page_content_in h2,
.post_title{
	font-size: 20px;
	font-weight: var(--font-b);
	margin-block: 30px 10px;
	border-left: 5px solid var(--green--02);
	padding-left: 10px;
	line-height: 1.3
}
.post_title--02{
	margin-block: 0px 10px;
}
.page_content_in p{
	margin-bottom: 1em;
}
.page_content h3.wp-block-heading{
	color: var(--blue);
	font-weight: var(--font-b);
	font-size: 18px;
}
.page_content h4.wp-block-heading{
	font-weight: var(--font-b);
}
.page_content_in a{
	border-bottom: 1px solid var(--pink);
	padding-bottom: 2px;
}
.page_content .page_ttl{
	font-size: clamp(20px, 2.5vw, 25px);
	font-weight: var(--fb);
	color: #fff;
	background-color: var(--blue);
	border-radius: 10px;
	padding: 3px 0 4px;
	margin-bottom: 40px;
}
.page_side {
  	width: 260px;
  	flex-shrink: 0;
  	background-color: #fff;
  	border-radius: 30px;
  	padding: 30px 30px 20px;
}
.page_side nav.side .side_ttl{
	text-align: center;
	font-weight: var(--font-b);
	font-size: 20px;
	line-height: 1.3
}
.page_side nav.side img{
	width: 100%
}
.page_side nav.side ul{
	display: table;
	margin-inline: auto;
	margin-top: 20px;
	font-size: 18px;
}
.page_side nav.side li{
	margin-bottom: 10px;
}
.page_side nav.side li a:before{
	content: "●";
	color: var(--blue);
}
.page_side nav.side select{
	width: 200px;
  	margin-bottom: 10px;
  	border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
#contact .contact-item {
  flex-flow: column;
	padding: 0 5%;
}
#contact input {
  width: 100%;
}
#contact .contact-address {
  width: 100%;
}
textarea {
  width: 100%;
}
#contact .contact-zip input{
		width: 200px;
	}
#contact .contact-agree input{
		width: auto;
}
.submit {
  width: 90%;
}
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fade {
  animation: fadeIn 0.3s ease;
}


.modal-content {
  margin-top: 5%;
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
  animation: fadeIn 1s ease;
  opacity: 1;
}


.close {
  position: absolute;
  top: 20px; right: 30px;
  color: white;
  font-size: 36px;
  cursor: pointer;
  font-weight: bold;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 48px;
  cursor: pointer;
  user-select: none;
  padding: 10px;
  transition: color 0.2s;
}
.nav:hover {
  color: #f0f0f0;
}
.nav.prev { left: 30px; }
.nav.next { right: 30px; }

/* ====================================================
 sp　ここから
 ====================================================*/
@media screen and (max-width: 767px) {
/* ====================================================
 sp トップ 
 ====================================================*/
.slider_wrap .top_ttl {
  width: 90%;
  bottom: auto;
  top: 150px;
}
.slider_wrap .top_illust {
  width: 130px;
  top: 120px;
}
.top_grid {
  display: block;
  max-width: 90%;
  margin: 30px auto;
}
.sp_top_grid{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0px;
    margin-top: 10px;
}
.sp_top_grid div{
	width: calc(100% / 2 - 5px);
}
.top_grid_item {
  padding: 10px 30px;
  font-size: 14px;
}
.top_news_wrap .top_news_list li {
  gap: 0px;
  padding-block: 10px;
  font-size: 16px;
  align-items: baseline;
  flex-flow: column;
}
.top_news_wrap .top_news_ttl_wrap {
  position: relative;
  flex-flow: column;
}
.top_news_wrap .top_news_ttl_wrap h2 {
  position: relative;
  left: auto;
  transform: none;
  text-align: center;
}
.top_news_wrap .top_news_ttl_wrap p {
  margin: 10px auto 0;
}
  .top_grid_item--02 {
    border-radius: 20px;
    padding-bottom: 20px;
    padding-inline: 5%;
    font-size: 14px;
  }
/* ====================================================
 sp post 
 ====================================================*/
.page_wrap_01 {
  padding: 50px 0px;
}
.post_wrap {
  flex-flow: column;
}
.news_post_wrap .news_post_cont {
  width: 100%;
}
	.side {
  width: 100%;
}

/* sp ページ
 ====================================================*/
.page_wrap{
	flex-flow: column;
}
.page_side{
	width: 100%;
}
.page_side nav.side img {
  width: 80%;
  margin-inline: auto;
  display: table;
}
.page_content {
  width: min(100%, 800px);
  padding: 30px 8%;
}

/* sp お問い合わせ
 ====================================================*/
input{width: 100%}

}/* // sp　ここまで */