p {
	margin: 0;
    padding: 0;
}
ol, ul {
	margin: 0;
    padding: 0;
}

.pc-disp {
	display: block;
}
.sp-disp {
	display: none;
}
.pc-disp-fl {
	display: flex;
}
.sp-disp-fl {
	display: none;
}

.text-nk {
	color: #2E79D1;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-24 {
	font-size: 24px;
}
.fs-40 {
	font-size: 40px;
}

.mt-60 {
	margin-top: 60px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mr-30 {
	margin-right: 30px;
}

.pt-100 {
	padding-top: 100px;
}

.lh-28 {
	line-height: 28px;
}

/* slider */
.swiper_main {
    max-width: 842px;
}
.swiper img {
    width: 100%;
}
.swiper_thumbnail .swiper-wrapper {
  justify-content: center;
}
.swiper_thumbnail .swiper-slide {
    cursor: pointer;
    width: 156px!important;
}
.swiper_thumbnail .swiper-slide-thumb-active {
    outline: 2px solid #000;
    outline-offset: -2px;
}
.swiper_thumbnail img {
    vertical-align:　bottom;
    width: 156px!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #C6C6C6;
  border: 1px solid #C6C6C6;
  border-radius: 25px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #C6C6C6;
  border: 1px solid #C6C6C6;
  border-radius: 25px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: #FFF;
  font-size: 38px;
  line-height: 1.0;
  font-weight: bold;
}
.swiper-button-next:after {
  width: 30%;
}
.swiper-button-prev:after {
  width: 50%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 30px;
  right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 30px;
  left: auto;
}

/* header navi */
nav.navbar {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
}
.navbar-brand {
	margin-top: 15px;
	margin-left: 40px;
}
.navbar-brand img {
	width: 205px;
}
.navbar-nav .nav-item {
	margin-right: 20px;
	font-size: 18px;
}
.navbar-nav .nav-item:last-child {
	margin-right: 0;
}
.nav-block {
	display: flex;
}
.nav-block-01 {
    background: #97D35B;
    font-size: 18px;
    line-height: 22px;
    width: 170px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-block-02 {
    background: #2E79D1;
    font-size: 18px;
    line-height: 22px;
    width: 170px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* TOPアニメーション */

/* スクロールフェードイン */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}
.js-fade-onload {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.top-fv-orgin {
    max-width: 1240px;
}
.top-fv {
	max-width: 1240px!important;
	height: 1755px;
	padding: 0;
}
.top-fv a {
	line-height: 0;
}
.top-fv-title {
	width: 648px;
}
.top-fv-bg {
	max-width: 60%;
    top: 400px;
    right: 180px;
    transition-delay: 2.0s;
}
.nogyo {
	z-index: 110;
	top: 288px;
    right: 77px;
    transition-delay: 2.0s;;
}
.nogyo img {
	width: 492px;
}
.nogyo-drone {
	z-index: 110;
	top: 267px;
  right: 462px;
  transition-delay: 2.0s;
  width: 66px;
  transform: translateX(-15px);
  animation: circle-move-anim 4s linear infinite;
}
@keyframes circle-move-anim {
  0% {
    transform: rotate(0deg) translateX(-15px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(-15px) rotate(-360deg);
  }
}
.calture {
	z-index: 100;
	top: 382px;
    left: 16px;
    transition-delay: 3.0s;
}
.calture img {
	width: 662px;
}
.culture-hanabi01 {
	z-index: 110;
	top: 295px;
  left: 297px;
  transition-delay: 3.0s;
  width: 82px;
}
.culture-hanabi02 {
	z-index: 110;
	top: 242px;
  left: 367px;
  transition-delay: 3.0s;
  width: 103px;
}
.culture-hikouki {
	z-index: 110;
	top: 257px;
  left: 503px;
  transition-delay: 3.0s;
  width: 130px;
}
.health {
	z-index: 100;
	top: 728px;
    right: 265px;
    transition-delay: 4.0s;
}
.health img {
	width: 743px;
}
.kankyo {
	z-index: 100;
	top: 1454px;
    left: 17px;
    transition-delay: 5.0s;
}
.kankyo img {
	width: 491px;
}
.kankyo_kanimari {
	width: 69px;
  z-index: 200;
  top: 1633px;
  left: 239px;
  transition-delay: 6.3s;
}
.kankyo_sakana01 {
	width: 18px;
  z-index: 200;
  top: 1584px;
  left: 398px;
  transition-delay: 6.3s;
}
.kankyo_sakana02 {
	width: 18px;
  z-index: 200;
  top: 1604px;
  left: 413px;
  transition-delay: 6.3s;
}
.seikatsu {
	z-index: 110;
	top: 1206px;
    right: 110px;
    transition-delay: 6.0s;
}
.seikatsu img {
	width: 634px;
}
.eisei05 {
	width: 114px;
    z-index: 200;
    top: 1226px;
    right: 385px;
    transition-delay: 6.3s;
}

/* 01-農業テキスト */
.top-fv .smart_nogyo {
	z-index: 300;
	top: 217px;
    right: 431px;
    transition-delay: 2.2s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .smart_nogyo img {
	width: 113px;
}
.top-fv .onion {
	z-index: 300;
	top: 370px;
    right: 485px;
    transition-delay: 2.4s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .onion img {
	width: 115px;
}
.top-fv .nourinsuisan {
	z-index: 300;
	top: 570px;
    right: 30px;
    transition-delay: 2.6s;
    background-color: rgba(255, 255, 255, 1);
  	border-radius: 13px;
}
.top-fv .nourinsuisan img {
	width: 208px;
}
.top-fv .ringyo {
	z-index: 300;
	top: 258px;
    right: 213px;
    transition-delay: 2.8s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .ringyo img {
	width: 121px;
}

/* 02-文化テキスト */
.top-fv .libraly {
	z-index: 300;
	top: 354px;
    left: 83px;
    transition-delay: 3.2s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .libraly img {
	width: 169px;
}
.top-fv .tourism {
	z-index: 300;
	top: 357px;
    left: 428px;
    transition-delay: 3.4s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .tourism img {
	width: 193px;
}
.top-fv .saiji {
	z-index: 300;
	top: 649px;
    left: 385px;
    transition-delay: 3.6s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .saiji img {
	width: 193px;
}
.top-fv .dentou {
	z-index: 300;
	top: 463px;
    left: 157px;
	transition-delay: 3.8s;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 13px;
}
.top-fv .dentou img {
	width: 142px;
}

/* 03-健康・医療テキスト */
.top-fv .yourou {
	z-index: 300;
	top: 742px;
    left: 395px;
    transition-delay: 4.2s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .yourou img {
	width: 142px;
}
.top-fv .kaigo {
	z-index: 300;
	top: 862px;
    left: 388px;
    transition-delay: 4.4s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .kaigo img {
	width: 141px;
}
.top-fv .outdoor {
	z-index: 300;
	top: 866px;
    right: 264px;
    transition-delay: 4.6s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .outdoor img {
	width: 128px;
}
.top-fv .iryo {
	z-index: 300;
	top: 1084px;
    left: 479px;
    transition-delay: 4.8s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .iryo img {
	width: 152px;
}
.top-fv .yakkyoku {
	z-index: 300;
	top: 1054px;
    left: 674px;
    transition-delay: 5.0s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .yakkyoku img {
	width: 106px;
}
.top-fv .kenkojyumyo {
	z-index: 300;
	top: 1071px;
    right: 193px;
    transition-delay: 5.2s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .kenkojyumyo img {
	width: 138px;
}

/* 04-環境テキスト */
.top-fv .upcicle {
	z-index: 300;
	top: 1492px;
    left: 11px;
    transition-delay: 5.0s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .upcicle img {
	width: 161px;
}
.top-fv .biomass {
	z-index: 300;
	top: 1731px;
    left: 128px;
    transition-delay: 5.2s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .biomass img {
	width: 128px;
}
.top-fv .datsupra {
	z-index: 300;
	top: 1716px;
    left: 351px;
    transition-delay: 5.4s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .datsupra img {
	width: 197px;
}

/* 05-生活・福祉テキスト */
.top-fv .workation {
	z-index: 300;
	top: 1641px;
    left: 559px;
    transition-delay: 6.0s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .workation img {
	width: 122px;
}
.top-fv .manabi {
	z-index: 300;
	top: 1375px;
    left: 588px;
    transition-delay: 6.2s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .manabi img {
	width: 182px;
}
.top-fv .value {
	z-index: 300;
	top: 1177px;
    right: 99px;
    transition-delay: 6.4s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .value img {
	width: 172px;
}
.top-fv .diversity {
	z-index: 300;
	top: 1480px;
    right: 109px;
    transition-delay: 6.6s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .diversity img {
	width: 117px;
}
.top-fv .connect {
	z-index: 300;
	top: 1626px;
    right: 219px;
    transition-delay: 6.8s;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 13px;
}
.top-fv .connect img {
	width: 114px;
}



.kumo-01 {
	width: 325px;
    z-index: 200;
    top: 619px;
    right: 198px;
    transition-delay: 2.5s;
}
.kumo-02 {
	width: 279px;
    z-index: 200;
    top: 717px;
    left: 104px;
    transition-delay: 3.5s;
}
.kumo-03 {
	width: 297px;
    z-index: 200;
    top: 1306px;
    left: 243px;
    transition-delay: 4.5s;
}
.kumo-05 {
	width: 254px;
    z-index: 200;
    top: 1731px;
    right: 69px;
    transition-delay: 6.5s;
}

.hato01 {
	width: 55px;
    z-index: 200;
    top: 791px;
    right: 157px;
    transition-delay: 4.0s;
}
.hato02 {
	width: 56px;
    z-index: 200;
    top: 1079px;
    left: 102px;
    transition-delay: 4.0s;
}
.hato03 {
	width: 67px;
    z-index: 200;
    top: 1374px;
    left: 138px;
    transition-delay: 5.0s;
}

.drone01 {
	width: 77px;
    z-index: 200;
    top: 734px;
    right: 418px;
    transition-delay: 4.0s;
}
.drone02 {
	width: 77px;
    z-index: 200;
    top: 1248px;
    right: 541px;
    transition-delay: 4.0s;
}

/* Animation */
/*a.calture:hover, a.nogyo:hover, a.health:hover, a.kankyo:hover, a.seikatsu:hover {
	z-index: 200;
	-webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
	animation: pulsate-fwd 2s ease-in-out infinite both;
}
@keyframes floating-y {
  0% {
    transform: translateY(3%);
  }
  50% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0%);
  }
}*/

/* テキストのアニメーション(透過率変更) */
@keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.image-opacity01 {
  animation: blinkOpacity 1s ease-in-out infinite alternate;
}
.image-opacity02 {
  animation: blinkOpacity 1s ease-in-out infinite alternate;
  animation-delay: 1.0s;
}

.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-11-3 9:14:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.pulsate-fwd {
	-webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
	        animation: pulsate-fwd 2s ease-in-out infinite both;
	        transition-delay: 2.0s;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-11-3 9:20:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


/* ボタンの波紋 */
.pulse-btn:hover::before, .pulse-btn:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid #008742;
  border-radius: 13px;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
}

.pulse-btn:hover::after {
  animation-delay: 1s;
}

/* ボタンの波紋が広がっていくアニメーション */
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}


.shadow-drop-2-center:hover {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	border: 1px solid #008742;
  border-radius: 13px;
}
/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 135, 66, 0);
            box-shadow: 0 0 0 0 rgba(0, 135, 66, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 135, 66, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 135, 66, 0.35);
  }
}
@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 135, 66, 0);
            box-shadow: 0 0 0 0 rgba(0, 135, 66, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 135, 66, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 135, 66, 0.35);
  }
}


.scale-up-center:hover {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
/*	border: 1px solid #008742;*/
  border-radius: 13px;
/*  background-color: rgba(0, 135, 66, 0.6);*/
  background-color: #66cdaa;
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1.0);
            transform: scale(1.0);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}



/* くもアニメーション */
.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
/* はとアニメーション */
.target-2 {
  animation: floating-y 2.4s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
/* ドローンアニメーション */
.target-3 {
  animation: floating-x 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(10%);
  }
}
/* さかな01アニメーション */
.target-4 {
  animation: floating-y02 1.0s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y02 {
  0% {
    transform: translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}
/* さかな02アニメーション */
.target-5 {
  animation: floating-y02 1.0s ease-in-out infinite alternate-reverse;
  animation-delay: 1s;
}
@keyframes floating-y02 {
  0% {
    transform: translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: translateY(50%);
    opacity: 0;
  }
}



/* container-fluid 最大幅調整 */
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
}

.top_contents01 {
	background: url("../images/top_contents_bg01.png");
	background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    padding-top: 310px;
    padding-bottom: 320px;
    margin-top: 150px;
    margin-bottom: 120px;
}
.top_contents01-inner {
	margin: 0 auto;
/*	text-align: center;*/
	max-width: 1240px;
	padding: 0 100px;
}
.top_contents01-inner .subtitle {
	font-size: 24px;
}
.top_contents01-inner .maintitle {
	font-size: 40px;
	margin-bottom: 30px;
}
.top_contents01-inner .caption {
	font-size: 16px;
	text-align: center;
	margin-bottom: 65px;
}
.top_contents01-inner .quote {
	font-size: 14px;
}

.slidearea {
	margin-bottom: 150px;	
}
.slidearea h3 {
	font-size: 40px;
	margin-bottom: 30px;
}

.top_contents02 {
	background: url("../images/top_contents_bg02.png");
	background-repeat: no-repeat;
  background-position: top;
  background-size: auto;
  padding-top: 190px;
  padding-bottom: 95px;
  padding-left: 0;
  padding-right: 0;
}
.top_contents02 h3 {
	border-bottom: 4px solid;
  width: fit-content;
  margin: 0 auto 30px;
  font-size: 40px;
}
.top_contents02-inner {
	margin: 0 auto;
	max-width: 1240px;
}
.top_contents02-inner .caption {
	font-size: 16px;
	line-height: 28px;
}



.five-field {
	margin-bottom: 55px;
	padding: 0 160px;
	display: flex;
	padding: 0 10%;
}

.five-field .field01 {
/*	margin-right: 80px;*/
	margin-right: 6%;
	max-width: 380px;
	text-align: center;
}
.five-field .field01 img, .five-field .field02 img, .five-field .field03 img {
	width: 100%;
}
.five-field_last .field04 img, .five-field_last .field05 img {
	width: 100%;
}
.five-field .field01 h4 {
	color: #FFCE00;
}
.five-field .field02 {
	margin-top: 85px;
/*	margin-right: 10px;*/
	margin-right: 1%;
	max-width: 420px;
	text-align: center;
}
.five-field .field02 h4 {
	color: #FF7676;
}
.five-field .field03 {
	margin-top: 240px;
	max-width: 442px;
	text-align: center;
}
.five-field .field03 h4 {
	color: #FF9D00;
}

.five-field_last {
	display: flex;
	justify-content: center;
}
.five-field_last .field04 {
	margin-right: 80px;
	max-width: 392px;
	text-align: center;
}
.five-field_last .field04 h4 {
	color: #3DB5EA;
}
.five-field_last .field05 {
	margin-top: 110px;
	max-width: 409px;
	text-align: center;
}
.five-field_last .field05 h4 {
	color: #6DB57B;
}

.five-field-inner img {
	margin-bottom: 40px;
}
.five-field-inner .content-text {
	max-width: 358px;
}
.five-field-inner h4 {
	font-size: 28px;
	margin-bottom: 25px;
}
.five-field-inner p {
	font-size: 16px;
	text-align: left;
	margin-bottom: 30px;
}
.five-field-inner a {
	background-color: #43C7E5;
	border: 1px solid #43C7E5;
	border-radius: 26px;
  font-size: 18px;
  color: #FFF;
  padding: 12px 16%;
}
.five-field-inner a:hover {
	background-color: #43C7E5;
	opacity: 0.6;
	color: #FFF;
}

.footer {
	max-width: 1240px;
	margin: 0 auto;
	padding: 15px 0;
}
.footer .list-nav li {
	margin-right: 35px;
}
.footer .list-nav li a {
	color: #3E3E3E;
	font-size: 14px;
}
.footer p {
	color: #3E3E3E;
	font-size: 14px;
}
.footer-logo img {
	width: 237px;
}




@media screen and (max-width: 1240px) {
/* 1240pxまでの幅の場合に適用される */
    /* TOPアニメーション */
    .top-fv-orgin {
    	max-width: 960px;
    }
	.top-fv {
		max-width: 992px!important;
		height: 1360px;
		padding: 0;
	}
	.top-fv-bg {
		max-width: 578px;
	    top: 341px;
	    right: 153px;
	    transition-delay: 2.0s;
	}
	.nogyo {
		z-index: 110;
		top: 223px;
    	right: 76px;
    	transition-delay: 2.0s;
	}
	.nogyo img {
		width: 380px;
	}
	.calture {
		z-index: 100;
		top: 219px;
    	left: 29px;
    	transition-delay: 3.0s;
	}
	.calture img {
		width: 512px;
	}
	.health {
		z-index: 100;
		top: 594px;
    	right: 221px;
    	transition-delay: 4.0s;
	}
	.health img {
		width: 575px;
	}
	.kankyo {
		z-index: 100;
		top: 1160px;
    	left: 29px;
    	transition-delay: 5.0s;
	}
	.kankyo img {
		width: 380px;
	}
	.seikatsu {
		z-index: 110;
		top: 965px;
    	right: 102px;
    	transition-delay: 6.0s;
	}
	.seikatsu img {
		width: 490px;
	}
	.eisei05 {
		width: 88px;
	    z-index: 200;
	    top: 980px;
    	right: 315px;
	    transition-delay: 6.3s;
	}

	/* 01-農業テキスト */
	.top-fv .smart_nogyo {
		z-index: 300;
		top: 199px;
	    right: 350px;
	    transition-delay: 2.2s;
	}
	.top-fv .smart_nogyo img {
		width: 87px;
	}
	.top-fv .onion {
		z-index: 300;
		top: 317px;
	    right: 392px;
	    transition-delay: 2.4s;
	}
	.top-fv .onion img {
		width: 89px;
	}
	.top-fv .nourinsuisan {
		z-index: 300;
		top: 472px;
	    right: 40px;
	    transition-delay: 2.6s;
	}
	.top-fv .nourinsuisan img {
		width: 160px;
	}
	.top-fv .ringyo {
		z-index: 300;
		top: 231px;
	    right: 181px;
	    transition-delay: 2.8s;
	}
	.top-fv .ringyo img {
		width: 93px;
	}

	/* 02-文化テキスト */
	.top-fv .libraly {
		z-index: 300;
		top: 304px;
	    left: 80px;
	    transition-delay: 3.2s;
	}
	.top-fv .libraly img {
		width: 132px;
	}
	.top-fv .tourism {
		z-index: 300;
		top: 307px;
	    left: 348px;
	    transition-delay: 3.4s;
	}
	.top-fv .tourism img {
		width: 149px;
	}
	.top-fv .saiji {
		z-index: 300;
		top: 533px;
	    left: 314px;
	    transition-delay: 3.6s;
	}
	.top-fv .saiji img {
		width: 149px;
	}
	.top-fv .dentou {
		z-index: 300;
		top: 389px;
    	left: 137px;
	    transition-delay: 3.8s;
	}
	.top-fv .dentou img {
		width: 111px;
	}

	/* 03-健康・医療テキスト */
	.top-fv .yourou {
		z-index: 300;
		top: 605px;
	    left: 322px;
	    transition-delay: 4.2s;
	}
	.top-fv .yourou img {
		width: 109px;
	}
	.top-fv .kaigo {
		z-index: 300;
		top: 698px;
	    left: 316px;
	    transition-delay: 4.4s;
	}
	.top-fv .kaigo img {
		width: 109px;
	}
	.top-fv .outdoor {
		z-index: 300;
		top: 701px;
	    right: 221px;
	    transition-delay: 4.6s;
	}
	.top-fv .outdoor img {
		width: 99px;
	}
	.top-fv .iryo {
		z-index: 300;
		top: 870px;
	    left: 387px;
	    transition-delay: 4.8s;
	}
	.top-fv .iryo img {
		width: 117px;
	}
	.top-fv .yakkyoku {
		z-index: 300;
		top: 847px;
	    left: 538px;
	    transition-delay: 5.0s;
	}
	.top-fv .yakkyoku img {
		width: 82px;
	}
	.top-fv .kenkojyumyo {
		z-index: 300;
		top: 860px;
	    right: 166px;
	    transition-delay: 5.2s;
	}
	.top-fv .kenkojyumyo img {
		width: 106px;
	}

	/* 04-環境テキスト */
	.top-fv .upcicle {
		z-index: 300;
		top: 1186px;
	    left: 25px;
	    transition-delay: 5.0s;
	}
	.top-fv .upcicle img {
		width: 124px;
	}
	.top-fv .biomass {
		z-index: 300;
		top: 1371px;
	    left: 115px;
	    transition-delay: 5.2s;
	}
	.top-fv .biomass img {
		width: 99px;
	}
	.top-fv .datsupra {
		z-index: 300;
		top: 1359px;
	    left: 288px;
	    transition-delay: 5.4s;
	}
	.top-fv .datsupra img {
		width: 153px;
	}

	/* 05-生活・福祉テキスト */
	.top-fv .workation {
		z-index: 300;
		top: 1301px;
	    left: 448px;
	    transition-delay: 6.0s;
	}
	.top-fv .workation img {
		width: 95px;
	}
	.top-fv .manabi {
		z-index: 300;
		top: 1095px;
	    left: 472px;
	    transition-delay: 6.2s;
	}
	.top-fv .manabi img {
		width: 140px;
	}
	.top-fv .value {
		z-index: 300;
		top: 942px;
	    right: 93px;
	    transition-delay: 6.4s;
	}
	.top-fv .value img {
		width: 133px;
	}
	.top-fv .diversity {
		z-index: 300;
		top: 1177px;
	    right: 101px;
	    transition-delay: 6.6s;
	}
	.top-fv .diversity img {
		width: 90px;
	}
	.top-fv .connect {
		z-index: 300;
		top: 1289px;
	    right: 185px;
	    transition-delay: 6.8s;
	}
	.top-fv .connect img {
		width: 89px;
	}

	.kumo-01 {
		width: 251px;
	    z-index: 200;
	    top: 510px;
    	right: 169px;
	    transition-delay: 2.5s;
	}
	.kumo-02 {
		width: 216px;
	    z-index: 200;
	    top: 586px;
    	left: 97px;
	    transition-delay: 3.5s;
	}
	.kumo-03 {
		width: 229px;
	    z-index: 200;
	    top: 1042px;
    	left: 204px;
	    transition-delay: 4.5s;
	}
	.kumo-05 {
		width: 196px;
	    z-index: 200;
	    top: 1371px;
    	right: 70px;
	    transition-delay: 6.5s;
	}

	.hato01 {
		width: 42px;
	    z-index: 200;
	    top: 644px;
    	right: 138px;
	    transition-delay: 4.0s;
	}
	.hato02 {
		width: 43px;
	    z-index: 200;
	    top: 866px;
    	left: 95px;
	    transition-delay: 4.0s;
	}
	.hato03 {
		width: 51px;
	    z-index: 200;
	    top: 1095px;
    	left: 123px;
	    transition-delay: 5.0s;
	}

	.drone01 {
		width: 59px;
	    z-index: 200;
	    top: 600px;
    	right: 340px;
	    transition-delay: 4.0s;
	}
	.drone02 {
		width: 59px;
	    z-index: 200;
	    top: 998px;
    	right: 435px;
	    transition-delay: 4.0s;
	}
}




@media screen and (max-width: 991px) {
	.pc-disp {
		display: none;
	}
	.sp-disp {
		display: block;
	}
	.top-fv-title {
		padding: 0 50px;
	}
	.top-fv {
		height: auto;
	}
	.top-fv-sp {
		transition-delay: 2.0s;
	}

	.footer {
		padding: 0;
	}
}
@media screen and (max-width: 480px) {
	.pc-disp {
		display: none;
	}
	.sp-disp {
		display: block;
	}
	.pc-disp-fl {
		display: none;
	}
	.sp-disp-fl {
		display: flex;
	}
	nav.navbar {
		height: 64px;
	}
	.navbar-brand {
		margin-top: 15px;
		margin-left: 40px;
	}
	.navbar-brand img {
		width: 120px;
	}
	.navbar-nav {
		margin-bottom: 20px;
	}
	.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    z-index: 99999;
    position: absolute;
    top: 15px;
    right: 10px;
	}
	.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 38px;
    vertical-align: middle;
    background-image: url("../images/sp/toggle-btn.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
	}
	.navbar-toggler-icon.active {
	  background-image: url("../images/sp/toggle-btn_active.png");
	}
	.navbar-collapse {
    align-items: center;
    position: fixed;
    background-color: #FFF;
    width: 100%;
    z-index: 1000;
    top: 0;
    padding: 15px 20px;
    border: 10px solid #D8EDF0;
	}
	.navbar-collapse .navbar-brand {
		margin-top: 0;
		margin-left: 10px;
	}
	.navbar-nav .nav-item {
    margin-right: 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #D8EDF0;
	}
	.nav-link {
		padding: 20px 0;
	}
	.nav-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav-block-01 {
			margin-bottom: 20px;
	    background: #97D35B;
	    font-size: 14px;
	    line-height: 18px;
	    width: 65%;
	    height: 47px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border: 1px solid #97D35B;
	    border-radius: 16px;
	}
	.nav-block-02 {
	    background: #2E79D1;
	    font-size: 14px;
	    line-height: 18px;
	    width: 65%;
	    height: 47px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border: 1px solid #2E79D1;
	    border-radius: 16px;
	}
	.nav-block-02 .mail-icon {
			background: url("../images/sp/mail-icon.png");
			background-repeat: no-repeat;
			padding-left: 25px;
	}

	.swiper-button-prev, .swiper-rtl .swiper-button-next {
	  width: 42px;
	  height: 42px;
	  background-color: #C6C6C6;
	  border: 1px solid #C6C6C6;
	  border-radius: 25px;
	  opacity: 0.8;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
	  width: 42px;
	  height: 42px;
	  background-color: #C6C6C6;
	  border: 1px solid #C6C6C6;
	  border-radius: 25px;
	  opacity: 0.8;
	}
	.swiper-button-next:after, .swiper-button-prev:after {
	  color: #FFF;
	  font-size: 32px;
	  line-height: 1.0;
	  font-weight: bold;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		top: 110px;
	  left: -10px;
	  right: auto;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		top: 110px;
	  right: -10px;
	  left: auto;
	}
	.swiper_thumbnail .swiper-wrapper {
	  justify-content: space-between;
	}
	.swiper_thumbnail .swiper-slide {
	    cursor: pointer;
	    width: 76px!important;
	    margin-right: 0!important;
	}
	.swiper_thumbnail .swiper-slide-thumb-active {
	    outline: 2px solid #000;
	    outline-offset: -2px;
	}
	.swiper_thumbnail img {
	    vertical-align:　bottom;
	    width: 76px!important;
	}
	.slidearea-inner {
		padding: 0;
	}

	.top_contents01 {
		background: url("../images/sp/top_contents_bg01_sp.png");
		background-repeat: no-repeat;
	    background-position: top;
	    background-size: auto;
	    padding: 190px 0 130px;
	    margin: 0;
	}
	.top_contents01-inner {
		margin: 0 auto;
	/*	text-align: center;*/
		max-width: 1240px;
		padding: 0 20px;
	}
	.top_contents01-inner .subtitle {
		font-size: 18px;
	}
	.top_contents01-inner .maintitle {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.top_contents01-inner .caption {
		font-size: 14px;
		text-align: left;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.slidearea {
		padding-top: 100px;
		margin-bottom: 100px;	
	}
	.slidearea h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.top_contents02 {
		background: url("../images/sp/top_contents_bg02_sp.png");
		background-repeat: no-repeat;
	  background-position: top;
	  background-size: auto;
	  padding-top: 130px;
/*	  padding-bottom: 70px;*/
	  padding-left: 0;
	  padding-right: 0;
	  height: 2889px;
	}
	.top_contents02 h3 {
		border: none;
	  width: fit-content;
	  margin: 0 auto 10px;
	  font-size: 30px;
	  text-decoration: underline;
	}
	.top_contents02-inner {
		margin: 0 auto;
		max-width: 1240px;
	}
	.top_contents02-inner .caption {
		font-size: 14px;
	}

	.five-field {
		margin-bottom: 40px;
		padding: 0 20px;
		display: flex;
    flex-wrap: wrap;
	}

	.five-field .field01 {
		margin-right: 0;
		max-width: 100%;
		text-align: center;
	}
	.five-field .field01 img, .five-field .field02 img, .five-field .field03 img, .five-field .field04 img, .five-field .field05 img {
		width: 80%;
	}
	.five-field .field01 h4 {
		color: #FFCE00;
	}
	.five-field .field02 {
		margin-top: 50px;
		margin-right: 0;
		max-width: 100%;
		text-align: center;
	}
	.five-field .field02 h4 {
		color: #FF7676;
	}
	.five-field .field03 {
		margin-top: 50px;
		margin-right: 0;
		max-width: 100%;
		text-align: center;
	}
	.five-field .field03 h4 {
		color: #FF9D00;
	}

	.five-field .field04 {
		margin-top: 50px;
		max-width: 100%;
		text-align: center;
	}
	.five-field .field04 h4 {
		color: #3DB5EA;
	}
	.five-field .field05 {
		margin-top: 50px;
		max-width: 100%;
		text-align: center;
	}
	.five-field .field05 h4 {
		color: #6DB57B;
	}

	.five-field-inner img {
		margin-bottom: 20px;
	}
	.five-field-inner .content-text {
		max-width: 100%;
	}
	.five-field-inner h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.five-field-inner p {
		font-size: 14px;
		text-align: left;
		margin-bottom: 20px;
	}
	.five-field-inner a {
		background-color: #43C7E5;
		border: 1px solid #43C7E5;
		border-radius: 26px;
	  font-size: 12px;
	  color: #FFF;
	  padding: 8px 8%;
	}
	.five-field-inner a:hover {
		background-color: #43C7E5;
		opacity: 0.6;
		color: #FFF;
	}


	.footer {
		padding: 0;
	}
	.pagetop {
		background-color: #F0F0F0;
		display: block;
		text-decoration: none;
		text-align: center;
		padding: 5px 0;
		color: #3E3E3E;
		position: relative;
	}
	.arrow_up::after {
		content: "";
	  margin: auto;
	  position: absolute;
	  top: 5px;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    margin-left: 10px; 
	}
	.snsarea {
		padding: 18px 0;
		border-bottom: 1px solid #D1D1D1;
	}
	.snsarea li {
		justify-content: center;
	}
	.footer .list-nav li {
	     margin-right: 0; 
	}
	.footer-text-link {
		justify-content: space-evenly;
    	margin: 20px 0;
	}
	.copylight {
		margin-bottom: 20px;
		padding-left: 20px;
		font-size: 12px!important;
	}
}