@charset "utf-8";
/* CSS Document */

/*------ 共通　ここから ------*/
html {
  font-size: 62.5%;
}

body {
  background-color: #F4F0EC;
  color: #2A2521;
  font-family: "ヒラギノ明朝 Pro W3", HiraMinPro-W3, 游明朝, "Yu Mincho", YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.6rem;
  min-width: unset;
  position: relative;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

#main_body .midashi_reset,
.h2box {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #2A2521;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

a.btn-more {
  display: inline-block;
  text-decoration: none;
  font-size: 1.8rem;
  color: #2A2521;
  padding: 20px 40px;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #2A2521;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
a.btn-more:hover {
  color: #fff;
  background-color: #2A2521;
}

/* ページトップボタン */
#container {
  position: relative;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  backdrop-filter: blur(5px);
  border-radius: 45%;
  z-index: 20;
}
#page-top a {
  display: block;
  width: 125px;
  height: 119px;
}

#page-top a img {
  background-image: url(/img/fukushima-kitaichi/totop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*------ 共通　ここまで ------*/



/*------ ヘッダー　ここから ------*/
#header {
  width: 100%;
  background-color: #4A4132;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 40px;
}

.logo {
  width: 40%;
  height: auto;
  max-width: 400px;
  min-width: 200px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.logo:hover {
  opacity: 0.6;
}

.logo img {
  display: block;
}

.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

.nav ul li a,
.spnav ul li a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  padding-bottom: 6px;
  position: relative;
}

.nav ul li a:after,
.spnav ul li a:after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #AE4600;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.nav ul li a:hover:after,
.spnav ul li a:hover:after {
  width: 100%;
}

.spnav {
  display: none; /*w1000pxのときflexで再表示*/
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 390px;
  height: 100vh;
  background-color: #F4F0EC;
  transform: translateX(200%);
  transition: all 0.3s ease-in-out;
  z-index: 100;
}

.spnav.active {
  transform: translateX(0);
}

.spnav-content {
  width: calc(100% - 80px);
  padding: 20px 20px 0 20px;
}

a.spnav-logo {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.spnav-content ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.spnav ul li a {
  color: #2A2521;
}

.spnav-img span {
  display: block;
  content: "";
  width: 80px;
  height: 100%;
  background-image: url(/img/fukushima-kitaichi/spnav_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.item {
  z-index: 110;
  display: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 30px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu10.active {
  transform: rotate(90deg);
}
/*------ ヘッダー　ここまで ------*/



/*------ ファーストビュー　ここから ------*/
.fv {
  width: 100%;
  height: auto;
  padding-bottom: 220px;
  background-image: url(/img/fukushima-kitaichi/fv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.fv-cc {
  width: 45%;
  height: auto;
  max-width: 787px;
  min-width: 300px;
  position: absolute;
  top: 16%;
  left: 12%;
  z-index: 10;
}

/* 写真のサイズ・位置 */
.fv-pic span {
  display: block;
  /* position: absolute; */
}
.fv-pic span img {
  object-fit: cover;
}
/*------ ファーストビュー　ここまで ------*/



/*------ 事業者の取組紹介　ここから ------*/
.torikumi {
  width: 96%;
  max-width: 1730px;
  margin: 0 auto;
  margin-bottom: 200px;
  position: relative;
}

.torikumi-ttl {
  margin-bottom: 50px;
}

.h2box {
  text-align: center;
}

#main_body .torikumi-ttl h2.top_ttl {
  font-size: 4.2rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  padding: 53px 0 53px 0;
  background-image: url(/img/fukushima-kitaichi/torikumi_h2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#main_body .torikumi ul.kitai1-slick {
  margin: 0;
  padding-bottom: 60px;
}

#main_body .torikumi ul.kitai1-slick .slick-list {
  margin-bottom: 60px;
}

#main_body .torikumi ul.kitai1-slick .slick-list .slick-track {
  display: flex;
}

#main_body .torikumi ul.kitai1-slick li.slick-slide {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: auto; */
}

#main_body .torikumi ul.kitai1-slick li.slick-slide p {
  margin: 0;
}

#main_body .torikumi ul.kitai1-slick li.slick-slide p:has(a img) {
  flex-grow: 1;
  aspect-ratio: 1/1;
}

/* #main_body .torikumi ul.kitai1-slick li.slick-slide p:not(:has(a img)) {
  flex-grow: 1;
} */

#main_body .torikumi ul.kitai1-slick li.slick-slide p a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  color: #2A2521;
}

#main_body ul.slick-dots {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

#main_body .torikumi ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-100%) translateY(50%);
}

#tglBtn,
#tglBtn2 {
  width: 40px;
  height: 40px;
}

/* 背景のフレーム */
#main_body .torikumi ul.kitai1-slick .slick-list li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#main_body .torikumi ul.kitai1-slick .slick-list li a:has(img) {
  position: relative;
}

#main_body .torikumi ul.kitai1-slick .slick-list li a:has(img)::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: url(/img/fukushima-kitaichi/frame1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: -1px;
  left: -1px;
}

#main_body .torikumi ul.kitai1-slick li.slick-slide:nth-of-type(2n) a:has(img)::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: url(/img/fukushima-kitaichi/frame2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: -1px;
  left: -1px;
}

#main_body .torikumi ul.kitai1-slick li.slick-slide:nth-of-type(3n) a:has(img)::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: url(/img/fukushima-kitaichi/frame3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: -1px;
  left: -1px;
}

#main_body .torikumi ul.kitai1-slick li.slick-slide:nth-of-type(4n) a:has(img)::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: url(/img/fukushima-kitaichi/frame4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: -1px;
  left: -1px;
}

#main_body .torikumi ul.kitai1-slick li.slick-slide:nth-of-type(5n) a:has(img)::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: url(/img/fukushima-kitaichi/frame5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: -1px;
  left: -1px;
}

.torikumi a.btn-more {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(120%) translateY(50%);
}
/*------ 事業者の取組紹介　ここまで ------*/



/*------ パララックス　ここから ------*/
.fixed-bg1 {
  display: block;
  width: 100%;
  height: 680px;
  overflow: hidden;
  position: relative;
}

.fixed-bg1::before {
  content: "";
  width: 100%;
  height: 192px;
  background-image: url(/img/fukushima-kitaichi/parallax1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -1px;
  right: 0;
}

.fixed-bg1::after {
  content: "";
  width: 100%;
  height: 255px;
  background-image: url(/img/fukushima-kitaichi/parallax1-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.parallax1-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  clip-path: inset(0);
  z-index: -1;
}

.parallax1-img::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/fukushima-kitaichi/parallax1.jpg);
  background-size: cover;
  background-position: top center;
}

.fixed-bg2 {
  display: block;
  width: 100%;
  height: 779px;
  overflow: hidden;
  position: relative;
}

.fixed-bg2::before {
  content: "";
  width: 100%;
  height: 779px;
  background-image: url(/img/fukushima-kitaichi/parallax2-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax2-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}

.parallax2-img::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/fukushima-kitaichi/parallax2.jpg);
  background-size: cover;
  background-position: top center;
}
/*------ パララックス　ここまで ------*/



/*------ 木材製品需要拡大技術導入事業とは　ここから ------*/
.about {
  width: 100%;
  background-color: #7F7563;
  color: #fff;
  padding-bottom: 160px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
}

.about-text {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 140px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#main_body .about h2.top_ttl {
  color: #fff;
  writing-mode: vertical-rl;
  font-size: 4.2rem !important;
  letter-spacing: 0.8rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding: 10px 100px 0px 150px;
  background-image: url(/img/fukushima-kitaichi/about_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.about-content {
  width: 55%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.about-content p {
  margin-bottom: 58px;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 3.2rem;
}

.about a.btn-more {
  color: #fff;
  border: 1px solid #fff;
  background-color: #7F7563;
}
.about a.btn-more:hover {
  color: #2A2521;
  background-color: #fff;
}

/* 流れるスライド */
.about-pic-slide-container {
  width: 100%;
  margin: 50px auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about-pic-slide-wrapper {
  display: flex;
  animation: slide-flow 60s infinite linear 1s both;
}
.about-pic-slide {
  content: "";
  width: 275px;
  height: 208px;
  margin: 0 28px;
  border-radius: 2px;
  background-image: url(/img/fukushima-kitaichi/about-pic1.png);
  background-repeat: no-repeat;
  background-size: cover;background-position: center;
}
.about-pic-slide:nth-last-of-type(2) {
  background-image: url(/img/fukushima-kitaichi/about-pic2.png);
  background-repeat: no-repeat;
  background-size: cover;background-position: center;
}
.about-pic-slide:nth-last-of-type(3) {
  background-image: url(/img/fukushima-kitaichi/about-pic3.png);
  background-repeat: no-repeat;
  background-size: cover;background-position: center;
}
.about-pic-slide:nth-last-of-type(4) {
  background-image: url(/img/fukushima-kitaichi/about-pic4.png);
  background-repeat: no-repeat;
  background-size: cover;background-position: center;
}
.about-pic-slide:nth-last-of-type(5) {
  background-image: url(/img/fukushima-kitaichi/about-pic5.png);
  background-repeat: no-repeat;
  background-size: cover;background-position: center;
}
.about-pic-slide:nth-last-of-type(6) {
  background-image: url(/img/fukushima-kitaichi/about-pic6.png);
  background-repeat: no-repeat;
  background-size: cover;background-position: center;
}
@keyframes slide-flow {
  0% {transform: translateX(0);}
  100% {transform: translateX(-100%);}
}
/*------ 木材製品需要拡大技術導入事業とは　ここまで ------*/



/*------ お知らせ・動画　ここから ------*/
.information {
  padding-top: 280px;
  padding-bottom: 258px;
  background-image: url(/img/fukushima-kitaichi/news_movie_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 0;
}

.information::before {
  content: "";
  width: 100%;
  height: 360px;
  background-image: url(/img/fukushima-kitaichi/parallax2-1.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: -10;
}

.information-content {
  width: 100%;
  max-width: 1209px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.list_ccc ul,
#main_body .list_ccc ul {
  padding: 0;
}

.list_ccc ul li,
#main_body .list_ccc ul li {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #7F7563;
}

.list_ccc .span_d {
  display: inline-flex;
  width: 180px;
  height: 110px;
}

.list_ccc .span_d img {
  object-fit: cover;
  border-radius: 2px;
}

.list_ccc .span_e {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 1.6rem;
}

.list_ccc .span_e a {
  color: #2A2521;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}

.list_ccc .span_e a:hover {
  text-decoration: underline;
}

#main_body .information h2.top_ttl {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 4.2rem;
  position: relative;
}

#main_body .information .news_ttl h2.top_ttl::before {
  content: "";
  width: 172px;
  height: 38px;
  background-image: url(/img/fukushima-kitaichi/news_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -13px;
  left: -120px;
}

#main_body .information .movie_ttl h2.top_ttl::before {
  content: "";
  width: 159px;
  height: 42px;
  background-image: url(/img/fukushima-kitaichi/movie_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -4px;
  right: -132px;
}

.list_ccc ul li .list_pack {
  display: flex;
  gap: 36px;
  align-items: center;
}

#main_body ul.kitai2-slick {
  width: 100%;
  margin: 0;
}

#main_body .movie ul.kitai2-slick .slick-list {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#main_body .movie ul.kitai2-slick .slick-list li {
  max-width: 540px;
}

#main_body .movie ul.kitai2-slick .slick-list li p {
  margin: 0;
}

#main_body .movie ul.kitai2-slick .slick-list li img {
  width: 100% !important;
  height: auto !important;
}

/* 高さ揃え */
.flex-hight {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.flex-hight .flex-hight-ttl {
  flex: 0;
  height: 100%;
  margin-bottom: 20px;
}
.flex-hight .flex-hight-content {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.flex-hight .flex-hight-btn {
  margin: 0 auto;
}

.detail_movie {
  width: 100%;
}

.detail_movie iframe {
  width: 100%;
  max-width: 560px;
  height: auto;
  min-height: 315px;
}
/*------ お知らせ・動画　ここまで ------*/



/*------ 関連リンク　ここから ------*/
.link {
  padding-top: 114px;
  padding-bottom: 300px;
  background-image: url(/img/fukushima-kitaichi/link_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.link::before {
  content: "";
  width: 100%;
  height: 65px;
  background-image: url(/img/fukushima-kitaichi/parallax2-3.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  top: -1px;
  left: 0;
}

.link-content {
  width: 96%;
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}

#main_body .link-ttl h2.top_ttl {
  font-size: 3rem;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(/img/fukushima-kitaichi/link_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 50px;
}

.link-content p {
  margin: 0;
  width: calc(85% / 5);
  min-width: 140px;
}

.link-content p a img {
  display: block;
  width: 100% !important;
  height: auto !important;
  border-radius: 2px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
/*------ 関連リンク　ここまで ------*/



/*------ フッター　ここから ------*/
#footer {
  margin: 0;
  background-image: none;
  background-color: #4A4132;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-content {
  width: 96%;
  max-width: 840px;
  margin: 0 auto;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.logo-form {
  width: 48%;
}

.footer-logo {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}

.footer-logo:hover {
  opacity: 0.6;
}

.btn-more.footer-form {
  background-color: #4A4132;
  border: 1px solid #fff;
  text-decoration: none !important;
  color: #fff;
}
.btn-more.footer-form:hover {
  background-color: #fff;
  color: #2A2521;
}

.address p {
  margin: 0;
  font-size: 1.8rem;
}

.address p:first-of-type {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.address p:nth-of-type(2) {
  line-height: 3rem;
}

.copyright p {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
}

a[href^="tel"] {
  color: inherit;         /* 親要素の色を引き継ぐ */
  text-decoration: none;  /* 下線を削除 */
  pointer-events: none;   /* リンクのクリックを無効化 */
}
/*------ フッター　ここまで ------*/



/*------ 大メニューページ　ここまで ------*/
.kaso_bg {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  color: #2A2521;
  background-image: url(/img/fukushima-kitaichi/kaso_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  position: relative;
}
.kaso_bg::before {
  content: "";
  width: 100%;
  height: 255px;
  background-image: url(/img/fukushima-kitaichi/parallax1-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: absolute;
  bottom: 0;
  right: 0;
}

#main {
  float: unset;
  padding-bottom: 115px;
}

.pankuzu {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #2A2521;
  background: none;
  padding: 0;
  padding-top: 70px;
  margin-bottom: 40px;
}

.pankuzu a {
  color: #2A2521;
}

#main_header {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  background: none;
}

#main_header h1 {
  padding: 35px 60px;
  background-color: #574D3C;
  border-radius: 2px;
  background-image: url(/img/fukushima-kitaichi/h1_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 40px;
  line-height: 4.2rem;
}

#main_body.kaso_main_body {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 54px 72px;
  background-color: #fff;
  border-radius: 2px;
  line-height: 1.6;
}

#main_body.kaso_main_body ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#main_body.kaso_main_body .b_menu ul li {
  background-color: #D9D3CE;
  border-radius: 2px;
  background-image: url(/img/fukushima-kitaichi/dai_list_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  transition: all 0.3s ease-in-out;
}
#main_body.kaso_main_body .b_menu ul li a {
  display: block;
  padding: 35px 127px 35px 50px;
  color: #2A2521;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#main_body.kaso_main_body .b_menu ul li a::after {
  content: "";
  width: 60px;
  height: 13px;
  background-image: url(/img/fukushima-kitaichi/list_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
#main_body.kaso_main_body .b_menu ul li a:hover {
  color: #fff;
}
#main_body.kaso_main_body .b_menu ul li a:hover::after {
  transform: translateY(-50%) translateX(20px);
  background-image: url(/img/fukushima-kitaichi/list_arrow_h.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#main_body.kaso_main_body .b_menu ul li:has(a:hover) {
  background-color: #7f7563;
  background-image: url(/img/fukushima-kitaichi/dai_list_item_h.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
/*------ 大メニューページ　ここから ------*/



/*------ 小メニューページ　ここから ------*/
#main_body.kaso_main_body .list_ccc ul li {
  padding: 0;
}

#main_body.kaso_main_body .list_ccc ul li .span_e_t {
  position: relative;
}

#main_body.kaso_main_body .list_ccc ul li .span_e_t .span_e_d {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 9;
}

#main_body.kaso_main_body .list_ccc ul li .span_e_t a {
  display: block;
  padding: 5rem 12.5rem 1.8rem 2rem;
  border-radius: 2px;
  background-image: url(/img/fukushima-kitaichi/sho_list_item.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  transition: all 0.3s ease-in-out;
  position: relative;
}

#main_body.kaso_main_body .list_ccc ul li .span_e_t a::after {
  content: "";
  width: 60px;
  height: 13px;
  background-image: url(/img/fukushima-kitaichi/list_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 54px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

#main_body.kaso_main_body .list_ccc ul li .span_e_t a:hover::after {
  transform: translateY(-50%) translateX(20px);
}

#main_body.kaso_main_body .list_ccc ul li .span_e_t a:hover {
  background-image: url(/img/fukushima-kitaichi/sho_list_item.png), url(/img/fukushima-kitaichi/sho_list_bg.png);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: bottom right, center;
}

#main_body.kaso_main_body .list_c ul li a {
  font-weight: normal;
}
/*------ 小メニューページ　ここまで ------*/



/*------ 記事ページ　ここから ------*/
#main_body.kaso_main_body #detail_date {
  float: none;
}
#main_body.kaso_main_body h2 {
  text-align: left;
  text-shadow: none;
  font-size: 3rem;
  font-weight: bold;
  padding: 2.7rem 4rem;
  border-radius: 2px;
  background-color: #DAD1C4;
  background-image: url(/img/fukushima-kitaichi/h2_item.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
  margin: 2.4rem 0;
  line-height: 3.6rem;
}

#main_body.kaso_main_body h3 {
  font-size: 2.7rem;
  padding: 2rem 4rem;
  border: 3px solid #5E5147;
  border-radius: 2px;
  background-image: url(/img/fukushima-kitaichi/h3_item.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
  background-color: #fff;
  margin: 2.4rem 0;
  text-align: left;
  line-height: 3.6rem;
}

#main_body.kaso_main_body h4 {
  font-size: 2.4rem;
  padding: 2rem 4rem 0.6rem 4rem;
  background-image: url(/img/fukushima-kitaichi/h4_item.png);
  background-repeat: no-repeat;
  background-size: 4rem 5rem;
  background-position: bottom left;
  border-bottom: 4px solid #7F7563;
  margin: 2.4rem 0;
  text-align: left;
  line-height: 3.2rem;
}

#main_body.kaso_main_body h5 {
  font-size: 2rem;
  padding: 1.6rem 4rem 0 4rem;
  border: none;
  background-image: url(/img/fukushima-kitaichi/h5_item.png);
  background-repeat: no-repeat;
  background-size: 38px 26px;
  background-position: left top 1.6rem;
  margin: 2.4rem 0;
  text-align: left;
  line-height: 3rem;
}

#main_body.kaso_main_body.kiji_main_body ul {
  display: block;
  margin: 1rem 0 1rem 30px;
  list-style: disc;
}

#main_body.kaso_main_body table {
  line-height: normal;
  table-layout: fixed;
}

#main_body.kaso_main_body th {
  background-color: #DAD1C4;
  border-color: #5A5342 !important;
  border-width: 2px;
  font-weight: normal;
}

#main_body.kaso_main_body td {
  border-color: #5A5342 !important;
  border-width: 2px;
}

#main_body.kaso_main_body p,
#main_body.kaso_main_body a {
  word-break: break-all;
}
/*------ 記事ページ　ここまで ------*/



/*------ レスポンシブ　ここから ------*/
@media screen and (max-width: 1000px) {
  /*ナビゲーションメニュー*/
  #header {
    padding: 10px 20px;
  }
  .nav {
    display: none;
  }
  .item {
    display: block;
  }
  .spnav {
    display: flex;
  }


  /*ファーストビュー*/
  .fv {
    padding-bottom: 176px;
  }


  /*事業者の取組紹介*/
  .torikumi {
    margin-bottom: 160px;
  }
  #main_body .torikumi-ttl h2.top_ttl {
    font-size: 3.4rem;
    padding: 42px 0 42px 0;
  }
  #main_body .torikumi ul.kitai1-slick .slick-list {
    margin-bottom: 40px;
  }
  #main_body .torikumi ul.kitai1-slick li.slick-slide {
    margin-left: 20px;
    margin-right: 20px;
  }


  /*パララックス1*/
  .fixed-bg1 {
    height: 544px;
  }
  .fixed-bg1::before {
    height: 154px;
  }
  .fixed-bg1::after {
    height: 204px;
  }


  /*木材製品需要拡大技術導入事業とは*/
  .about {
    padding-bottom: 128px;
  }
  #main_body .about h2.top_ttl {
    font-size: 3.4rem !important;
    padding: 8px 80px 0 120px;
  }
  .about-pic-slide {
    width: 220px;
    height: 166px;
  }


  /*お知らせ・動画*/
  .information {
    padding-top: 224px;
    padding-bottom: 206px;
  }
  #main_body .information h2.top_ttl {
    font-size: 3.4rem;
  }
  #main_body .information .news_ttl h2.top_ttl::before {
    width: 138px;
    height: 30px;
    left: -95px;
  }
  #main_body .information .movie_ttl h2.top_ttl::before {
    width: 127px;
    height: 34px;
    right: -105px;
  }
  .information::before {
    height: 288px;
  }
  #tglBtn,
  #tglBtn2 {
  width: 30px;
  height: 30px;
  }


  /*パララックス2*/
  .fixed-bg2 {
    height: 623px;
  }
  .fixed-bg2::before {
    height: 623px;
  }


  /*関連リンク*/
  .link {
    padding-top: 91px;
    padding-bottom: 240px;
  }
  .link::before {
    height: 52px;
  }
  #main_body .link-ttl h2.top_ttl {
    font-size: 2.4rem;
    padding-top: 24px;
    padding-bottom: 24px;
  }


  /*TOTOP*/
  #page-top a {
    width: 100px;
    height: 95px;
  }


  /*フッター*/
  .address p {
    font-size: 1.6rem;
  }
  .address p:first-of-type {
    font-size: 2rem;
  }


  /*大メニューページ*/
  .kaso_bg::before {
    height: 204px;
  }
  .pankuzu {
    padding-top: 56px;
    margin-bottom: 32px;
  }
  #main {
    padding-bottom: 92px;
  }
  #main_header h1 {
    font-size: 2.8rem;
    padding: 28px 48px;
    line-height: 3.4rem;
  }
  #main_body.kaso_main_body {
    padding: 43px 58px;
  }
  #main_body.kaso_main_body ul {
    gap: 40px;
  }
  #main_body.kaso_main_body .b_menu ul li a {
    padding: 28px 102px 28px 40px;
  }
  #main_body.kaso_main_body .b_menu ul li a::after {
    width: 48px;
    height: 10px;
    right: 43px;
  }
  #main_body.kaso_main_body .b_menu ul li a:hover::after {
    transform: translateY(-50%) translateX(16px);
  }


  /*小メニューページ*/
  #main_body.kaso_main_body .list_ccc ul li .span_e_t .span_e_d {
    left: 1.6rem;
  }
  #main_body.kaso_main_body .list_ccc ul li .span_e_t a {
    padding: 4.2rem 10.2rem 1.4rem 1.6rem;
  }
  #main_body.kaso_main_body .list_ccc ul li .span_e_t a::after {
    width: 48px;
    height: 10px;
    right: 43px;
  }


  /*記事ページ*/
  #main_body.kaso_main_body h2 {
    font-size: 2.4rem;
    padding: 2.2rem 3.2rem 2.2rem 3.2rem;
    line-height: 3.2rem;
  }
  #main_body.kaso_main_body h3 {
    font-size: 2.2rem;
    padding: 1.6rem 3.2rem;
    line-height: 3.2rem;
  }
  #main_body.kaso_main_body h4 {
    font-size: 2rem;
    padding: 1.6rem 3.2rem 0.48rem 3.2rem;
    background-size: 3.2rem 4rem;
    line-height: 3rem;
  }
  #main_body.kaso_main_body h5 {
    font-size: 1.8rem;
    padding: 1.6rem 3.2rem 0 3.2rem;
    background-size: 30px 21px;
    line-height: 2.8rem;
  }
}



@media screen and (max-width: 768px) {
  /*共通*/
  a.btn-more {
    font-size: 1.6rem;
    padding: 18px 34px;
  }


  /*ナビゲーションメニュー*/
  .spnav-content ul {
    padding-left: 20px;
  }
  .spnav ul li a {
    font-size: 1.8rem;
  }

  /*ファーストビュー*/
  .fv {
    padding-bottom: 70px;
  }
  .fv-cc {
    width: 80%;
    top: 10%;
    left: 0;
  }


  /*事業者の取組紹介*/
  .torikumi {
    margin-bottom: 120px;
  }
  #main_body .torikumi-ttl h2.top_ttl {
    font-size: 2.5rem;
    padding: 32px 0 32px 0;
  }
  .torikumi a.btn-more {
    margin: 0;
  }


  /*パララックス1*/
  .fixed-bg1 {
    height: 408px;
  }

  .fixed-bg1::before {
    height: 115px;
  }

  .fixed-bg1::after {
    height: 153px;
  }


  /*木材製品需要拡大技術導入事業とは*/
  .about {
    padding-bottom: 40px;
  }
  #main_body .about h2.top_ttl {
    font-size: 2.5rem !important;
    padding: 6px 60px 0 90px;
  }
  .about-text {
    flex-direction: column;
    margin-bottom: 84px;
  }
  .about-content {
    width: 100%;
  }
  .about-content p {
    font-size: 1.6rem;
    margin-bottom: 40px;
    line-height: normal;
  }
  .about-pic-slide {
    margin: 0 14px;
  }


  /*お知らせ・動画*/
  .information {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .information-content {
    flex-direction: column;
    gap: 60px;
  }
  .flex-hight {
    width: 100%;
  }
  #main_body .information h2.top_ttl {
    font-size: 2.5rem;
  }
  #main_body .information .news_ttl h2.top_ttl::before {
    width: 103px;
    height: 23px;
    left: -75px;
  }
  #main_body .information .movie_ttl h2.top_ttl::before {
    width: 95px;
    height: 25px;
    left: 35px;
  }
  .list_ccc .span_e {
    font-size: 1.4rem;
  }
  .list_ccc .span_e a {
    font-size: 1.6rem;
  }
  .information::before {
    height: 140px;
  }
  #main_body .movie ul.kitai2-slick .slick-list {
    margin-bottom: 20px;
  }


  /*パララックス2*/
  .fixed-bg2 {
    height: 467px;
  }

  .fixed-bg2::before {
    height: 467px;
  }


  /*関連リンク*/
  .link {
    padding-top: 68px;
    padding-bottom: 180px;
  }
  .link::before {
    height: 39px;
  }
  #main_body .link-ttl h2.top_ttl {
    font-size: 1.8rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .link-content {
    gap: 20px;
  }


  /*TOTOP*/
  #page-top a {
    width: 75px;
    height: 71px;
  }


  /*フッター*/
  .footer-main {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .logo-form {
    width: 100%;
    margin-bottom: 40px;
  }
  a.footer-logo {
    max-width: 360px;
  }
  .address {
    width: 100%;
  }


  /*大メニューページ*/
  .kaso_bg::before {
    height: 153px;
  }
  .pankuzu {
    font-size: 1.4rem;
    padding-top: 42px;
    margin-bottom: 24px;
  }
  #main {
    padding-bottom: 69px;
  }
  #main_header h1 {
    font-size: 2.2rem;
    padding: 21px 36px;
    line-height: 3.2rem;
  }
  #main_body.kaso_main_body {
    padding: 32px 13px;
  }
  #main_body.kaso_main_body ul {
    gap: 30px;
  }
  #main_body.kaso_main_body .b_menu ul li a {
    padding: 21px 76px 21px 30px;
    font-size: 1.6rem;
  }
  #main_body.kaso_main_body .b_menu ul li a::after {
    width: 36px;
    height: 8px;
    right: 32px;
  }
  #main_body.kaso_main_body .b_menu ul li a:hover::after {
    transform: translateY(-50%) translateX(12px);
  }


  /*小メニューページ*/
  #main_body.kaso_main_body .list_ccc ul li .span_e_t .span_e_d {
    left: 1.2rem;
  }
  #main_body.kaso_main_body .list_ccc ul li .span_e_t a {
    padding: 4.2rem 7.6rem 1.1rem 1.2rem;
  }
  #main_body.kaso_main_body .list_ccc ul li .span_e_t a::after {
    width: 36px;
    height: 8px;
    right: 32px;
  }


  /*記事ページ*/
  #main_body div[class*="detail"] img {
    max-width: 100%;
    height: auto !important;
    vertical-align: top;
  }

  #main_body.kaso_main_body #print_mode_link {
    display: none;
  }
  #main_body.kaso_main_body h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  #main_body.kaso_main_body h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  #main_body.kaso_main_body h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  #main_body.kaso_main_body h5 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}



@media screen and (max-width: 500px) {
  /*関連リンク*/
  .link-content p {
    width: calc(50% - 20px);
  }


  /*記事ページ*/
  .detail_movie iframe {
    min-height: 250px;
  }
}
/*------ レスポンシブ　ここまで ------*/