@charset "UTF-8";

/* --------------------------------------------------
  メインビジュアル
-------------------------------------------------- */

#mv { 
  margin-bottom: 120px; 
  position: relative; 
  padding-bottom: 90px; 
}
#mv .inner { 
  height: 100vh;
}
#mv .inner .mv { 
  width: 100%; 
  height: 100%; 
}
#mv .inner .slick-list, #mv .slick-track { 
  height: 100% !important; 
}
#mv .inner .slick-slide a { 
  width: 100%; 
  height: 100%; 
  display: block; 
}
#mv .mv-text{
  font-size: 52px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50px;
  bottom: 220px;
}
#mv .mv-text::after{
  content: "We Support a Local Community";
  font-size: 24px;
  display: block;
  margin-top: 10px;
}
#mv .mv-text .sp-txt{
  display: none;
}
@media screen and (max-width: 767px) {
  #mv{
    margin-bottom: 130px;
    padding-bottom: 0;
  }
  #mv .mv-text{
    font-size: 33px;
    left: 23px;
  }
  #mv .mv-text::after{
    font-size: 16px;
  }
  #mv .mv-text .pc-txt{
    display: none;
  }
  #mv .mv-text .sp-txt{
    display: block;
  }
}

/*#mv .mv-dots { line-height: 1; display: flex; align-items: center; justify-content: center; gap: 10px; }
#mv .mv-dots-inner {}
#mv .mv-dots-inner .slick-dots { width: auto; position: static; }
#mv .mv-button a { padding: 5px; color: #000; }
#mv .mv-button { text-align: center; }
#mv .mv-button a { display: inline-block; }
*/
/*
#mv .characters { margin: 0 auto; width: 1000px; display: flex; justify-content: end; position: absolute; bottom: -80px; left: 0; right: 0; z-index: 2; }
#mv .characters img { height: 200px; }
*/
/*
.slick-prev, .slick-next { width: 40px !important; height: 40px !important; z-index: 50; }
.slick-prev::before, .slick-next::before { font-size: 40px !important; }
.slick-prev { left: 10px !important; }
.slick-next { right: 10px !important; }
.slick-dots { bottom: -40px !important; z-index: 3; }
.slick-dots li button::before { font-size: 12px !important; }

@media screen and (max-width: 1024px) {
  #mv { margin-bottom: 50px; height: 400px; }

  #mv .characters { width: 95%; bottom: -5%; }
  #mv .characters img { height: 150px; }

}
/*
@media screen and (max-width: 767px) {
  #mv { margin-bottom: 80px; height: 300px; }

  #mv .characters img { height: 120px; }

}
*/

/* --------------------------------------------------
  商工会からのお知らせ / 連合会からのお知らせ
-------------------------------------------------- */
#info{
  max-width: 1100px;
  margin: 0 auto 215px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
#info .title{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  z-index: -1;
}
#info .title h2{
  font-size: 24px;
  color: #23572B;
  margin-top: 25px;
}
#info .title h2::before{
  content: "";
  width: 35px;
  height: 27px;
  margin: 0 auto;
  background: url(/ureshino/img/home/leaf.png) center no-repeat;
  background-size: cover;
  display: block;
}
#info .change-button{
  padding: 56px 0 70px   ;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
#info .change-button span{
  width: 470px;
}
#info .change-button span a{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #23572B;
  background: #fff;
  border: solid #23572B 2px;
  border-radius: 50px;
  padding: 20px 10px;
  display: block;
}
#info .change-button span a:hover{
  color: #fff;
  background: #1c4622;
  border: solid #1c4622 2px;
}
#info .change-button .active a{
  color: #fff;
  background: #23572B;
  pointer-events: none;
}
#info .infoList{
  padding: 50px;
}
#info .infoList .inner ul{
  list-style: none;
}
#info .infoList .inner ul li{
  padding: 24px 0;
  border-bottom: dashed #23572B 1px;
  display: flex;
  justify-content: space-between;
}
.infoList .ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.infoList .ttl a{
  color: #111;
}
.infoList ._right{
  margin-left: 54px;
  width: 165px;
  flex-shrink: 0;
}
.infoList .more{
  margin-top: 50px;
}
.infoList .more a{
  width: 277px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #23572B;
  border-radius: 50px;
  padding: 20px 10px;
  display: block;
  position: relative;
}
.infoList .more a::after{
  content: "";
  width: 23px;
  height: 21px;
  background: url(/ureshino/img/common/white_arrow.png) center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  #info{
    margin: 0 auto 130px;
  }
  #info .title{
    width: 200px;
    height: 200px;
  }
  #info .title h2{
    font-size: 20px;
  }
  #info .change-button span{
    width: calc(50% - 10px);
  }
  #info .change-button span a{
    font-size: 16px;
    padding: 10px;
  }
  #info .change-button{
    padding: 30px 0 47px;
    gap: 10px;
  }
  #info .infoList{
    padding: 0 20px 30px;
  }
  .infoList .ttl a, .infoList .text{
    font-size: 16px;
  }
  #info .infoList .inner ul li{
    flex-direction: column;
    gap: 30px;
  }
  .infoList .more{
    margin-top: 30px;
  }
  .infoList .more a{
    padding: 15px 10px;
  }
}

/* --------------------------------------------------
  会員おすすめ情報
-------------------------------------------------- */
#members{
  max-width: 1100px;
  margin: 0 auto 120px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
#members .title{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  z-index: -1;
}
#members .title h2{
  font-size: 24px;
  color: #23572B;
  margin-top: 25px;
}
#members .title h2::before{
  content: "";
  width: 35px;
  height: 27px;
  margin: 0 auto;
  background: url(/ureshino/img/home/leaf.png) center no-repeat;
  background-size: cover;
  display: block;
}
#members .inner{
  padding: 50px;
}
#members .inner ul{
  list-style: none;
}
#members .inner ul li{
  padding: 24px 0;
  border-bottom: dashed #23572B 1px;
  display: flex;
  justify-content: space-between;
}
#members .ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
#members .ttl a{
  color: #111;
}
#members ._right{
  margin-left: 54px;
  width: 165px;
  flex-shrink: 0;
}
#members .more{
  margin-top: 50px;
}
#members .more a{
  width: 277px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #23572B;
  border-radius: 50px;
  padding: 20px 10px;
  display: block;
  position: relative;
}
#members .more a::after{
  content: "";
  width: 23px;
  height: 21px;
  background: url(/ureshino/img/common/white_arrow.png) center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  #members{
    margin: 0 auto 60px;
  }
  #members .title{
    width: 200px;
    height: 200px;
  }
  #members .title h2{
    font-size: 20px;
  }
  #members .inner{
    padding: 50px 20px 30px;
  }
  #members .more{
    margin-top: 30px;
  }
  #members .more a{
    padding: 15px 10px;
  }
  #members .ttl a, #members .text{
    font-size: 16px;
  }
}

/* --------------------------------------------------
  商工会会員募集中です！
-------------------------------------------------- */
#members-recruit{
  max-width: 1100px;
  margin: 0 auto 220px;
  background: #fff;
  border-radius: 15px;
}
#members-recruit .inner{
  padding: 28px 50px;
  display: flex;
  align-items: center;
  gap: 28px;
}
#members-recruit .inner img, #members-recruit .inner .text{
  width: calc(50% - 20px);
}
#members-recruit .inner .text .title{
  margin-bottom: 30px;
}
#members-recruit .inner .text .title h2{
  font-size: 18px;
}
#members-recruit .inner .text p{
  margin-bottom: 40px;
}
#members-recruit .more{
  margin-top: 50px;
}
#members-recruit .more a{
  width: 277px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #23572B;
  border-radius: 50px;
  padding: 20px 10px;
  display: block;
  position: relative;
}
#members-recruit .more a::after{
  content: "";
  width: 23px;
  height: 21px;
  background: url(/ureshino/img/common/white_arrow.png) center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  #members-recruit{
    margin: 0 auto 130px;
  }
  #members-recruit .inner{
    flex-direction: column;
    padding: 30px 20px;
  }
  #members-recruit .inner .text .title h2{
    font-size: 16px;
  }
  #members-recruit .inner .text p{
    font-size: 16px;
    margin-bottom: 30px;
  }
  #members-recruit .inner img, #members-recruit .inner .text{
    width: 100%;
  }
  #members-recruit .more a{
    margin: 0 auto;
  }
}


/* --------------------------------------------------
  リンク
-------------------------------------------------- */
#link{
  max-width: 1100px;
  margin: 0 auto 120px;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
#link .title{
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  z-index: -1;
}
#link .title h2{
  font-size: 24px;
  color: #23572B;
  margin-top: 25px;
}
#link .title h2::before{
  content: "";
  width: 35px;
  height: 27px;
  margin: 0 auto;
  background: url(/ureshino/img/home/leaf.png) center no-repeat;
  background-size: cover;
  display: block;
}
#link .inner { 
  margin: 0 auto; 
  padding: 50px 0;
  width: 1000px; 
}
#link ul { 
  list-style: none; 
  display: flex; 
  flex-wrap: wrap; 
  align-items: center; 
  justify-content: space-between; 
}
#link ul::before, #link ul::after { 
  content: ''; 
  width: 240px; 
  order: 9999; 
}
#link li { 
  margin-bottom: 24px; 
  width: 240px; 
}
#link a:hover{
  opacity: .8;
}
#link .inner ul li a img{
  border: solid #C0C0C0 1px;
}
@media screen and (max-width: 767px) {
  #link{
    margin: 0 auto 60px;
  }
  #link .title{
    width: 200px;
    height: 200px;
  }
  #link .title h2{
    font-size: 20px;
  }
  #link .inner{
    width: 100%;
  }
  #link ul{
    justify-content: center;
  }
  #link li{
    margin-bottom: 10px;
    width: auto;
  }
}
/*
#link { padding: 90px 0; background: #fff; text-align: center; }
#link h2 { margin: 0 auto 60px; width: 1000px; }
#link .inner { margin: 0 auto; width: 1000px; }
#link ul { list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
#link ul::before, #link ul::after { content: ''; width: 240px; order: 9999; }
#link li { margin-bottom: 24px; width: 240px; }

@media screen and (max-width: 1024px) {
  #link { padding: 60px 20px; }
  #link h2 { margin-bottom: 40px; width: 100%; }
  #link .inner { width: 100%; }
  #link li { margin-bottom: 20px; }
}

@media screen and (max-width: 767px) {
  #link { padding: 30px 10px; }
  #link h2 { margin-bottom: 20px; }
  #link ul::before, #link ul::after { width: 49%; }
  #link li { margin-bottom: 16px; width: 49%; text-align: center; }
  #link li img { width: 100%; max-width: 240px; }
}
  */

/* --------------------------------------------------
  商工会会員募集（サイドバナー）
-------------------------------------------------- */
.side-banner{
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 100;
}
.side-banner.on{
  opacity: 1;
  pointer-events: auto;
}
.side-banner a{
  color: #fff;
  background: #23572B;
  border: solid #f0f4db 2px;
  padding: 15px 20px;
  border-radius: 15px 0 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.side-banner a:hover{
  color: #23572B;
  background: #fff;
  text-decoration: none;
}
.side-banner a:hover img{
  filter: brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(1810%) hue-rotate(78deg) brightness(93%) contrast(90%);
}
/*.side-banner a::before{
  content: "";
  width: 50px;
  height: 36px;
  background: url(/ureshino/img/home/recruit-logo-s.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}
.side-banner a:hover::before{
  background-color: #23572B;
  padding: 10px;
  border-radius: 5px;
}*/
@media screen and (max-width: 767px) {
  .side-banner.on{
    display: none
  }
}