@charset "UTF-8";

.mainSlide {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.mainBg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.mainSlideInner {
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 880px;
}

.slideCenter {
  width: 33.333%;
  position: relative;
  background: #f5c55d;
  z-index: 1;
}

.slideCenter h1 {
  position: absolute;
  top: 0;
  width: 110%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.slideLeft {
  height: 100%;
  width: 33.333%;
  background: transparent;
  background-image: url(../img/index/slide01.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
  -webkit-animation: loopY 100s linear infinite forwards;
  animation: loopY 100s linear infinite forwards;
}

@keyframes loopY {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -2990px;
  }
}

.slideRight {
  height: 100%;
  width: 33.333%;
  background: transparent;
  background-image: url(../img/index/slide02.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
  -webkit-animation: loopY2 100s linear infinite forwards;
  animation: loopY2 100s linear infinite forwards;
}

@keyframes loopY2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 2990px;
  }
}

_:-ms-lang(x)::-ms-backdrop,
.slideBox {
  display: -ms-grid;
  overflow: hidden;
}

.slideBoxwrap {
  display: flex;
  overflow: hidden;
}

.slideBoxlist {
  display: flex;
  align-items: center;
  list-style: none;
}

.slideBoxitem {
  width: calc(100vw / 6);
  margin: 0 15px;
}
.slideBoxitem > img {
  width: 100%;
  border-radius: 4px;
}

.slideBoxlistleft {
  animation: infinity-scroll-left 150s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.donBanner {
  width: 100%;
}

.donBanner a:hover {
  opacity: 0.7;
}

.main {
  position: relative;
  margin-bottom: 20px;
}

.main img {
  max-width: none;
  width: 100%;
}

.bottomImg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.titleBox h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1;
  color: #27803e;
  font-weight: 700;
  margin: 0 50px;
}

.titleBox .titleEn {
  margin-top: 20px;
}

.newsList a:hover {
  opacity: 0.9;
  color: #27803e;
}

.newsList ul {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}

.newsList li {
  width: calc(32% - 25px);
  margin: 0 15px 35px 15px;
  position: relative;
}

.newsList li:before {
  content: '';
  display: inline-block;
  width: 72px;
  height: 34px;
  background-image: url(../img/index/tape01.svg);
  background-repeat: none;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: calc(50% - 36px);
  top: 6px;
  transform: rotate(-10deg);
  z-index: 10;
}

.newsList li:nth-child(odd):before {
  transform: rotate(10deg);
}

.newsList li .img {
  margin-bottom: 12px;
}

.newsList li img {
  border: 5px solid #27803e;
  border-radius: 15px;
}

.newsList .date {
  font-size: 12px;
  background: #27803e;
  width: 9em;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  line-height: 1;
  margin-left: 20px;
}

.sec02Inner {
  background: #f9f9ef;
  padding-bottom: 0;
}

.sec02Inner .titleBox {
  justify-content: center;
}

.sec02Box {
  background: url(../img/index/sec02-01.jpg) left top no-repeat #ccb18d;
  background-size: 100% auto;
  width: 90%;
  margin: 0 auto;
  padding-top: 130px;
  max-width: 1350px;
}

.sec02-01 {
  padding-top: 100px;
  margin: 0 auto 80px auto;
  width: 90%;
  display: flex;
}

.sec02-01 .text {
  width: 100%;
  max-width: 480px;
  margin-left: 60px;
}

.sec02-01 .text h3 {
  background: #27803e;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 15px;
  text-align: center;
  padding: 15px 0;
}

.sec02-01 .text .white {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}

.sec02-01 .text .white p {
  margin-bottom: 20px;
}

.sec02-01 .text .white p:last-child {
  margin-bottom: 0;
}

.sec02-01 .text .arrow {
  text-align: right;
  margin-bottom: 20px;
  line-height: 1;
  padding-right: 30px;
}

.logoList {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.logoList li {
  width: 23%;
  margin-bottom: 10px;
  margin: 1%;
}

.logoList li img {
  width: 100%;
  height: auto;
}

.logoList li a:hover {
  opacity: 0.8;
}

.sec02-02 .logoList {
  margin: 0 auto 40px auto;
}

.sec02-04 {
  text-align: center;
}

.sec03 {
  padding-top: 50px;
}

.episode {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  background: #27803e;
  padding: 60px 60px 30px 60px;
  border-radius: 20px;
}

.episode h3 {
  font-size: 38px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 35px;
}

.episode h3 span {
  display: block;
  margin-bottom: 10px;
}

.episode ul {
  display: flex;
  flex-wrap: wrap;
}

.episode ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 30px;
}

.episode ul li:nth-of-type(2n) {
  margin-right: 0;
}

.episode ul li a:hover {
  opacity: 0.8;
}

.sec04 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.sec04 p {
  color: #27803e;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.sec04 span {
  background: linear-gradient(transparent 60%, #fff100 60%);
}

.sec05-02 {
  width: 100%;
  margin: 0 auto;
}

.sec05 {
  background: url(../img/index/sec05-01.jpg) left bottom no-repeat;
  background-size: cover;
  padding: 60px 0 180px 0;
}

.sec05 .text {
  width: 42%;
  margin-left: auto;
  color: #fff;
  margin-bottom: 40px;
}

.sec05 .text h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 0 0 8px #000;
}

.sec05 .text p {
  margin-bottom: 20px;
  text-shadow: 0 0 8px #000;
}

.sec05Inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec06 {
  background: #f9f9ef;
  padding-bottom: 180px;
}

.sec06 ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sec06 li {
  width: 47%;
}

.sec06 li a:hover {
  opacity: 0.8;
}

.footer {
  background: url(../img/index/rice03.jpg) top no-repeat #f1d24c;
  background-size: 100% auto;
  padding-bottom: 40px;
}

.footerIcon {
  margin: 0 auto;
  width: 150px;
  position: relative;
  top: -50px;
}

.footerMenu ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footerMenu li {
  border-right: 1px solid #27803e;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 1;
}

.footerMenu li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.footerMenu a {
  color: #27803e;
}

.footerMenu a:hover {
  text-decoration: underline;
}

.copyright {
  text-align: center;
}

.popup {
  border: 1px solid #287d3c;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  height: 85vh;
  overflow-y: scroll;
}

.popupTop {
  background: #287d3c;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 20px 0;
  color: #fff;
}

.popupTop h1 {
  font-size: 22px;
  line-height: 1.4;
}

.text01 {
  margin-bottom: 5px;
}

.popupNum {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.popupSec {
  padding: 25px;
}

.popupSec p {
  margin-bottom: 20px;
  text-align: left;
}

.popupSec img {
  /* width: 100%; */
  height: auto;
}

.popupSec .popupIcon img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

.secBox {
  margin-bottom: 30px;
}

.secBox:last-child {
  margin-bottom: 0;
}

.secBox h3 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  color: #287d3c;
  margin-bottom: 10px;
}

.mfp-close {
  right: auto;
  left: 0;
  opacity: 1 !important;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}

/*20230224*/

.donBanner {
  background: url('../img/index/sec02bg.gif') center center;
  text-align: center;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  height: 540px;
}

.donBanner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.donburi_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1600px;
  pointer-events: none;
}

.btn {
  background: #cb000d;
  color: #fff;
  padding: 15px 10px;
  max-width: 350px;
  width: 94%;
  margin: 0 auto;
  border-radius: 20px;
}

@media screen and (max-width: 500px) {
  .donBanner a img {
    width: 200px;
    margin: 0 auto;
  }
  .donBanner {
    height: 340px;
  }
  .donburi_bg {
    width: 800px;
  }
}

.link a {
  word-break: break-all;
}

.titleEn img {
  max-width: 200px;
}

.pdf_link a {
  background: #fff;
  border: 3px solid #287d3c;
  display: block;
  width: 240px;
  margin: 30px 0;
  text-align: center;
  color: #287d3c !important;
  padding: 15px;
  font-weight: bold;
  border-radius: 15px;
  text-decoration: none !important;
}

.newsList li h3 {
  line-height: 1.5;
  font-size: 15px;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 1500px) {
  .rice_tsubu {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 1700px) {
  .slideCenter h1 img {
    max-width: 580px;
    display: block;
    margin: 0 auto;
  }
}
