/* CSS Document */
/* 背景色時間変更 */
body {
  animation: bgchange 30s ease infinite; /*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
}
@keyframes bgchange {
  0% {
    background: #AFFFFC;
  } /*変化させたい色*/
  25% {
    background: #93FAC7;
  } /*変化させたい色*/
  50% {
    background: #8FE1FA;
  } /*変化させたい色*/
  75% {
    background: #FAC998;
  } /*変化させたい色*/
  100% {
    background: #AFFFFC;
  } /*変化させたい色*/
}
/*--- 雲を流す ---*/
@keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 190px 5px;
  }
  50% {
    background-position: 380px 0;
  }
  75% {
    background-position: 570px 5px;
  }
  100% {
    background-position: 750px 0;
  }
}
@-webkit-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 190px 5px;
  }
  50% {
    background-position: 380px 0;
  }
  75% {
    background-position: 570px 5px;
  }
  100% {
    background-position: 750px 0;
  }
}
@-moz-keyframes cloudmove {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 190px 5px;
  }
  50% {
    background-position: 380px 0;
  }
  75% {
    background-position: 570px 5px;
  }
  100% {
    background-position: 750px 0;
  }
}
/*--- 雲を流すここまで ---*/
/*--- トップ部分 ---*/
.top-wrapper {}
#top-cloud {
  height: 630px;
  background-image: url("../images/top/cloud_v3.webp");
  animation: cloudmove 30s linear infinite;
  -webkit-animation: cloudmove 30s linear infinite;
  -moz-animation: cloudmove 30s linear infinite;
}
.section-top {
  height: 700px;
  background-image: url("../images/top/tree1.webp");
  background-position: center;
  background-repeat: no-repeat;
}
.Instagram-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
  display: inline-block;
  left: 49.5%;
  top: -30px;
}
.Instagram-icon img {
  width: 30px;
  height: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.section-top__hachibo-image {
  width: 77px;
  height: 94px;
  position: relative;
  left: 80px;
  top: 330px;
}
.section-top__image-message {
  position: relative;
  top: 340px;
  font-size: 25px;
  color: white;
}
.section-top__dlbanner {
  border-radius: 35px;
  background: #FFFFFF;
  border: solid 2px #fbeb7d;
  border-bottom: solid 7px #fbeb7d;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
  display: inline-block;
  width: 340px;
  height: 70px;
  position: relative;
  top: 375px;
  margin: 0 auto;
  padding-top: 15px;
  text-decoration: none;
}
.icon-and-strings {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-top__dlbanner span {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin: 0 5px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  top: -2px;
  left: -2px;
}
.dlbanner-left-phone {
  width: 40px;
  position: relative;
  left: -5px;
  top: -3px;
}
.dlbanner-right-arrow {
  position: relative;
  top: -3px;
}
@media(min-width: 1160px) {
  .Instagram-icon {
    top: -75px;
  }
  .section-top__image-message h2 {
    font-size: 35px;
  }
  .section-top__dlbutton {
    justify-content: center;
  }
}
/*--- バナー ---*/
.pcLayout__2blocks {
  margin: 0 20px;
  position: relative;
  top: -20px;
}
.contents-block {
  width: 100%;
  margin-top: 20px;
}
.contents-block__banner {
  width: 100%;
  max-width: 560px;
  border: solid 1px #d6d6d6;
  vertical-align: middle;
}
.contents-block__banner:hover {
  opacity: 0.8;
}
@media(min-width: 1025px) {
  .pcLayout__2blocks {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1160px;
  }
  .contents-block {
    width: 560px;
  }
  .komatsuna-banner {
    height: 315px;
  }
  .volunteer-banner{
    height: 315px;
  }
}
/*--- コンセプト ---*/
.concept-intro {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px 0;
}
.concept-intro p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
}
.logo-mojitsuki {
  margin: 0 0 10px;
}
.concept-link__button {
  display: block;
  margin: 5px auto 0;
  padding: 3px 0;
  width: 230px;
  background-color: #2BA464;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
/*--- eito PV ---*/
.section-video__video {
  width: 100%;
  vertical-align: middle;
}
@media(min-width: 1160px) {
  .section-video__video {
    height: 412px;
  }
  .logo-mojitsuki {
    height: 120px;
  }
  .concept-intro p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .concept-link__button {
    width: 400px;
    height: 65px;
    padding: 20px;
    font-size: 30px;
  }
}
/*--- eitoでできること ---*/
.section-feature {
  margin-top: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
.section-feature h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2BA464;
  margin-bottom: 15px;
}
.section-feature p {
  color: white;
  font-weight: bold;
  margin: 10px 0 0;
}
.section-feature__func-icons img {
  width: 45%;
}
.section-feature__link-button {
  display: block;
  margin: 15px auto 0;
  padding: 3px 0;
  width: 230px;
  background-color: #2BA464;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
.section-feature__dl-button {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media(min-width: 768px) {
  .section-feature__func-icons img {
    width: 16%;
  }
}
@media(min-width: 1160px) {
  .section-feature h2 {
    margin-bottom: 30px;
    font-size: 3.0rem;
  }
  .section-feature__func-icons {
    margin-bottom: 30px;
  }
  .section-feature__func-icons img {
    width: 30%;
  }
  .pcLayout__section-feature__bottom {
    display: flex;
    justify-content: space-between;
    padding: 0 40px 0;
  }
  .section-feature__link-button {
    margin: 0px auto;
    width: 300px;
    height: 55px;
    padding: 16px;
    font-size: 22px;
  }
}
/* ============= １行ニュース ============= */
.section-news-1line {
  margin: 0 20px 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
.section-news-1line h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2BA464;
  margin-bottom: 15px;
}
#message-1line small {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #f05a24;
}
#message-1line h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: underline;
}
#message-1line h3 {
  margin-bottom: 25px;
}
@media(min-width: 1160px) {
  .section-news-1line {
    max-width: 1160px;
    margin: 20px auto 0;
  }
  .section-news-1line h2 {
    font-size: 30px;
  }
  #message-1line small {
    font-size: 16px;
  }
  #message-1line h3 {
    font-size: 16px;
  }
}
/*--- ニュース ---*/
.section-news {
  margin: 20px 20px 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
.section-news h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2BA464;
  margin-bottom: 30px;
}
@media(min-width: 1160px) {
  .section-news {
    max-width: 1160px;
    margin: 20px auto 0;
  }
  .section-news h2 {
    font-size: 30px;
  }
}
/* =============note連携ここから============= */
#message .mu {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  padding: 15px;
  background: #fffee9;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
}
#message .mu:hover {
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
  transform: translateY(-4px);
}
#message img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 15px;
}
#message small {
  font-size: 12px;
  line-height: 160%;
  font-weight: bold;
}
#message h3 {
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 10px;
  color: #f15a24;
}
#message a.btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* =============note連携ここまで============= */
.section-news__link-button {
  display: block;
  margin: 15px auto 0;
  padding: 3px 0;
  width: 230px;
  background-color: #2BA464;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
@media(min-width: 1160px) {
  #message {
    display: flex;
    justify-content: space-between;
  }
  #message .mu {
    width: 23%;
  }
  .section-news__link-button {
    margin: 0px auto;
    width: 300px;
    height: 55px;
    padding: 16px;
    font-size: 22px;
  }
}
/*--- 一時用ニュース(mobile) ---*/
.news-line {
  text-align: left;
  max-width: 400px;
  margin: 0 auto 20px;
}
.news-title-and-category {
  display: flex;
  justify-content: flex-start;
}
.news-date {
  font-weight: bold;
  width: 100px;
}
.news-category {
  font-size: 12px;
}
.section-news hr {
  display: none;
}
@media(min-width: 500px) {
  .news-line {
    display: flex;
    justify-content: flex-start;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .news-category {
    width: 100px;
  }
  .section-news hr {
    display: block;
    max-width: 1000px;
    margin: 0 auto 20px;
  }
}
/*--- Instagram表示 ---*/
.section-instagram {
  padding: 20px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
.section-instagram__instagram-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.section-instagram span {
  font-size: 24px;
  font-weight: bold;
  color: #2ba464;
  margin-bottom: 10px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5px;
}
.gallery-item {
  width: 30%;
  height: auto;
  padding: 3px;
  margin: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  line-height: 0;
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 1/1;
}
/*--- Instagram表示(PC) ---*/
@media(min-width: 1024px) {
  .section-instagram {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-instagram__instagram-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .section-instagram span {
    font-size: 30px;
  }
  .gallery {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .gallery-item {
    width: 15%;
  }
}
/*--- 導入をご検討の方へ ---*/
.section-for-business {
  height: 275px;
  background-color: #2BA464;
  padding: 20px 0;
  margin-top: 25px;
}
.section-for-business h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 5px;
}
.section-for-business p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.section-for-business__image {
  height: 150px;
}
.section-for-business__link-button {
  display: block;
  margin: 0 auto 0;
  padding: 3px 0;
  width: 230px;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #2BA464;
}
/*--- 協賛企業・地域 ---*/
.section-sponsored {
  height: 200px;
  margin-top: 25px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
}
.section-sponsored p {
  font-size: 14px;
  margin-bottom: 20px;
}
.sponsored-logos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 450px;
  margin: 0 auto;
}
.section-sponsored__logo {
  height: 100px;
  width: 100px;
}
.section-sponsored__logo-umezawa {
  height: 50px;
  width: 150px;
}
@media(min-width: 1160px) {
  .pcLayout__business-and-sponsored {
    width: 1160px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .section-for-business {
    width: 560px;
    height: 340px;
  }
  .section-for-business h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .section-for-business p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section-for-business__image {
    margin-bottom: 10px;
  }
  .section-for-business__link-button {
    margin: 0px auto;
    width: 300px;
    height: 55px;
    padding: 16px;
    font-size: 22px;
  }
  .section-sponsored {
    width: 560px;
    height: 340px;
  }
  .section-sponsored p {
    font-size: 20px;
  }
  .sponsored-logos {
    align-items: center;
    justify-content: space-around;
    max-width: 450px;
    margin: 0 auto;
  }
  .section-sponsored__logo {
    margin-top: 30px;
    height: 200px;
    width: 200px;
  }
  .section-sponsored__logo-umezawa {
    width: 250px;
    height: auto;
    position: relative;
    top: 20px;
  }
}
/*--- ページ下部リンクボタン ---*/
.section-link-buttons {
  margin: 40px auto;
}
.section-link-buttons__sdgstown-bunner {
  display: block;
  margin: 40px auto 0;
  width: 335px;
  height: 60px;
  background-color: #FF827C;
  border-radius: 10px;
}
.section-link-buttons__sdgstown-logo {
  height: 60px;
}
.section-link-buttons__web-login-button {
  display: block;
  margin: 40px auto 0;
  padding: 20px;
  width: 335px;
  height: 60px;
  background-color: #2BA464;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}
.section-link-buttons__inquiry-button {
  display: block;
  margin: 40px auto 0;
  padding: 20px;
  width: 335px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #2BA464;
}
@media(min-width: 1160px) {
  .section-link-buttons {
    width: 1160px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .section-link-buttons__web-login-button, .section-link-buttons__inquiry-button {
    width: 560px;
    height: 65px;
    padding: 20px;
    font-size: 30px;
    margin: 20px 0 0;
  }
}
/*--- 表示非表示用 ---*/
.timerHidden {
  display: none;
}
.timerVisible {
  display: block;
}
/*---メンテナンス情報表示用---*/
.maintainance-info {
  background-color: white;
  border-radius: 10px;
  margin: 0 auto;
  line-height: 200%;
  width: 80%;
  padding: 10px;
}
@media(min-width:1160px) {
  .maintainance-info {
    width: 50%;
  }
}