@charset "UTF-8";
/*淡いブルー1*/
/*淡いグリーン1*/
/*淡いグリーン2*/
/*ダークブルー*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
#main .member_group .contents .inview {
  opacity: 0.001;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .inview {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

#main .member_group .contents .inview.view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#main .member_group .contents .inviews > * {
  opacity: 0.001;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .inviews > * {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

#main .member_group .contents .inviews.view > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (max-width: 960px) {
  #content > .inner {
    padding: 10px 0 !important;
  }
}

#main .member_group {
  position: relative;
  color: #333;
  font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (min-width: 961px) {
  #main .member_group {
    border-radius: 20px;
    padding: 0;
  }
}

#main .member_group .contents {
  content-visibility: auto;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 10px 10px;
}

#main .member_group .js-wordItem {
  display: inline-block;
}

#main .member_group .js-wordItem.-space {
  width: 0.5em;
}

#main .member_group .contents *,
#main .member_group .contents *::before,
#main .member_group .contents *::after {
  box-sizing: border-box;
}

#main .member_group .contents *::after {
  content: none;
}

#main .member_group .contents h2,
#main .member_group .contents h3,
#main .member_group .contents h4 {
  color: inherit;
  font-size: inherit;
  border: 0;
  padding: 0;
  margin: 0;
}

#main .member_group .contents p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents p {
    font-size: 16px;
  }
}

#main .member_group .contents a,
#main .member_group .contents a:focus {
  outline: none;
}

#main .member_group .contents a {
  color: inherit;
  text-decoration: none;
}

#main .member_group .contents .-pc {
  display: block !important;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .-pc {
    display: none !important;
  }
}

#main .member_group .contents .-sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .-sp {
    display: block !important;
  }
}

#main .member_group .contents .-pckv {
  display: block !important;
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .-pckv {
    display: none !important;
  }
}

#main .member_group .contents .-spkv {
  display: none !important;
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .-spkv {
    display: block !important;
  }
}

#main .member_group .contents .br--hg {
  display: none;
}

@media screen and (min-width: 1281px) {
  #main .member_group .contents .br--hg {
    display: block;
  }
}

#main .member_group .contents .br--hgSp {
  display: none;
}

@media screen and (max-width: 1100px) {
  #main .member_group .contents .br--hgSp {
    display: block;
  }
}

#main .member_group .contents .br--hgSp2 {
  display: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .br--hgSp2 {
    display: block;
  }
}

#main .member_group .contents .br--pc {
  display: none;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .br--pc {
    display: block;
  }
}

#main .member_group .contents .br--tb {
  display: block;
}

@media screen and (min-width: 961px) {
  #main .member_group .contents .br--tb {
    display: none;
  }
}

#main .member_group .contents .br--sp {
  display: block;
}

@media screen and (min-width: 769px) {
  #main .member_group .contents .br--sp {
    display: none;
  }
}

#main .member_group .contents .br--sm {
  display: none;
}

@media screen and (min-width: 541px) {
  #main .member_group .contents .br--sm {
    display: block;
  }
}

#main .member_group .menu {
  position: absolute;
  top: 90px !important;
  right: 5%;
  z-index: 100;
  width: 46px;
}

@media screen and (min-width: 641px) {
  #main .member_group .menu {
    right: 5%;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu {
    top: 0;
    right: -120px;
    width: 120px;
  }
}

#main .member_group .menu__inner {
  width: 130px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__inner {
    display: block !important;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__cont {
    overflow: hidden;
  }
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__cont {
    background-image: url(/file/croplife-japan/img/img-back-color.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 45px 25px 57px;
    overflow: scroll;
  }
}

#main .member_group .menu__title {
  position: relative;
  font-family: "BIZ UDPGothic", sans-serif;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__title {
    color: #ffffff;
    font-size: 26px;
    background-color: unset;
    padding-bottom: 20px;
  }
}

#main .member_group .menu__list {
  background-color: #ffffff;
  border: 3px solid #006E31;
  margin-bottom: 0;
  padding: 0px 0px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__list {
    height: 100%;
    border-radius: 30px;
    padding: 10px 30px;
    margin-top: 30px;
    width: 100%;
    background-color: unset;
    border: 0px;
  }
}

#main .member_group .menu__item {
  position: relative;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item {
    background-color: unset;
    padding: 0px 0px;
  }
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item::after {
    border-bottom: 2px solid #006E31;
  }
}

#main .member_group .menu__item:last-of-type::after {
  content: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .menu__item:last-of-type a::before {
    content: '';
    display: inline-block;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -2px;
  }
}

#main .member_group .menu__item > a {
  position: relative;
  display: block;
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  padding: 10px 0;
  border-top: 1px dotted #fff;
  transition: 0.5s;
  z-index: 0;
}

@media screen and (min-width: 1281px) {
  #main .member_group .menu__item > a {
    display: flex;
    color: #333;
    flex-direction: column;
    justify-content: center;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    padding: 2px 5px;
    border-bottom: unset;
  }
  #main .member_group .menu__item > a.current, #main .member_group .menu__item > a:hover {
    background-color: #E1FF82;
  }
}

@media screen and (max-height: 600px) {
  #main .member_group .menu__item > a {
    padding: 10px 10px;
    font-size: 16px;
  }
}

#main .member_group .menu__item > a .sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__item > a .sp {
    display: inline;
  }
}

#main .member_group .menu__child {
  margin-top: 5px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li + li {
    margin-top: 20px;
  }
}

#main .member_group .menu__child li a {
  display: block;
  color: #142474;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 5px;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li a {
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 18px;
    text-align: center;
  }
}

#main .member_group .menu__child li a.current, #main .member_group .menu__child li a:hover {
  color: #006E31;
  background-color: #fff;
}

#main .member_group .menu__child li a .sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #main .member_group .menu__child li a .sp {
    display: inline;
  }
}

#main .menu-item-flex {
  display: block;
}

@media screen and (max-width: 1280px) {
  #main .menu-item-flex {
    display: flex;
    align-items: center;
  }
}

#main .menu-title-pc {
  display: flex;
  align-content: end;
  margin-bottom: -1px;
}

#main .menu-title-pc .img {
  display: block;
  width: 100%;
  max-width: 186px;
}

@media screen and (max-width: 1280px) {
  #main .menu-title-pc {
    display: none;
  }
}

#main .menu-title-sp {
  display: none;
  width: 100%;
  max-width: 186px;
}

#main .menu-title-sp .img {
  display: block;
  width: 100%;
  max-width: 186px;
}

@media screen and (max-width: 1280px) {
  #main .menu-title-sp {
    display: block;
  }
}

#main .menu-title-bottom {
  display: flex;
  align-content: start;
  margin-top: -1px;
}

#main .menu-title-bottom .img {
  display: block;
  width: 100%;
  max-width: 186px;
}

@media screen and (max-width: 1280px) {
  #main .menu-title-bottom {
    display: none;
  }
}

#main .menu-num {
  color: #006E31;
  font-size: 20px;
  font-weight: bold;
  margin-right: 0px;
  line-height: normal;
}

@media screen and (max-width: 1280px) {
  #main .menu-num {
    color: #E1FF82;
    font-size: 21px;
    margin-right: 8px;
    line-height: 1.2;
  }
}

#main .menu-text {
  display: inline;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  #main .menu-text {
    color: #fff;
    display: block;
  }
}

#main .br-pc {
  display: block;
}

@media screen and (max-width: 1280px) {
  #main .br-pc {
    display: none;
  }
}

.spMenu {
  position: relative;
  display: block;
  width: 71px;
  height: 71px;
  background-image: url(/file/croplife-japan/img/img-menu-icon-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  /* 画像を上下左右の中央に配置 */
  background-size: contain;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  z-index: 101;
}

@media screen and (min-width: 1281px) {
  .spMenu {
    display: none;
  }
}

.menu.inviews {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  transition-delay: 0.15s;
}

@media screen and (max-width: 1280px) {
  .menu.inviews {
    -webkit-transform: none !important;
            transform: none !important;
    right: 0 !important;
  }
}

.menu.inviews.view {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1280px) {
  .menu.inviews.view {
    -webkit-transform: none !important;
            transform: none !important;
    right: 0 !important;
  }
}

.spMenu {
  position: fixed;
  top: auto;
  right: 0 !important;
  /* 常時右端にぴったり合わせる */
}

.spMenu.active {
  position: fixed;
  top: 20px;
  right: 0 !important;
  z-index: 10000;
  background-image: url(/file/croplife-japan/img/img-close-icon.png) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#main .member_group .contents .visual__img {
  width: 100%;
}

#main .member_group .contents .cljAbout {
  background-image: url(/file/croplife-japan/img/img-back-color.png);
  padding-top: 20px;
  /* タイトル */
  /* ボタンカードパーツ */
  /* イメージカードパーツ */
  /* 画像 */
  /* QA */
  /*リンクボタン*/
}

#main .member_group .contents .cljAbout__cont01 {
  padding: 120px 60px 40px 60px;
  background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon01-1.png), url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon01-2.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: -2% top, 90% top, 104% top, 100% 50%, -2% bottom;
  background-size: 168px 194px, 129px 75px, 207px 240px, 130px 150px, 207px 240px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout__cont01 {
    padding: 120px 15px 40px 15px;
  }
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .cljAbout__cont01 {
    background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon01-1.png), url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon01-2.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: -2% top, 90% top, 104% top, 100% 50%, -2% bottom;
    background-size: 86.6px 100px, 70px 40px, 121px 140px, 104px 140px, 121px 140px;
  }
}

#main .member_group .contents .cljAbout__cont01in {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .cljAbout__cont02 {
  padding: 80px 60px 40px 60px;
  background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon02-1.png), url(/file/croplife-japan/img/img-hexagon-1.webp);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 100% top, 3% 50%, 82% 80%, 100% 100%, 0% 83%;
  background-size: 168px 194px, 129px 75px, 129px 75px, 259px 300px, 173px 200px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout__cont02 {
    padding: 80px 15px 40px 15px;
  }
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .cljAbout__cont02 {
    background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon-1.webp);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 100% top, 3% 50%, 0% 83%;
    background-size: 139px 140px, 88px 50px, 130px 150px;
  }
}

#main .member_group .contents .cljAbout__cont02in {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .cljAbout__cont03 {
  padding: 80px 60px 40px 60px;
  background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon03-1.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 102% 30%, 100% 95%, -1% 100%;
  background-size: 208px 240px, 173px 200px, 207px 240px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout__cont03 {
    padding: 80px 15px 80px 15px;
  }
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .cljAbout__cont03 {
    background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon03-1.png), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon02-1.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 102% 30%, 100% 95%, 3% 100%, 82% 0%, 100% 0%;
    background-size: 139px 140px, 130px 150px, 121px 140px, 88px 50px, 121px 140px;
  }
}

#main .member_group .contents .cljAbout__cont03in {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .cljAbout__cont04 {
  padding: 80px 60px 40px 60px;
  background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon04-1.png), url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-1.webp);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 5% 0%, 95% 20%, 105% 85%, 90% 75%, -5% 92%;
  background-size: 130px 150px, 128px 70px, 207px 240px, 130px 150px, 173px 200px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout__cont04 {
    padding: 80px 15px 80px 15px;
  }
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .cljAbout__cont04 {
    background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon04-1.png), url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-1.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 5% 30%, 95% 25%, 97% 100%, 80% 75%, 3% 95%;
    background-size: 139px 160px, 87px 50px, 138px 160px, 130px 150px, 113px 130px;
  }
}

#main .member_group .contents .cljAbout__cont04in {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .cljAbout__cont05 {
  padding: 80px 60px 40px 60px;
  background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon05-1.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 97% 30%, 0% 40%, -5% 70%;
  background-size: 173px 200px, 128px 70px, 259px 300px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout__cont05 {
    padding: 40px 15px 90px 15px;
  }
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .cljAbout__cont05 {
    background-image: url(/file/croplife-japan/img/img-hexagon-1.webp), url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon05-1.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 97% 30%, 0% 40%, -5% 100%;
    background-size: 138px 160px, 128px 70px, calc(138px*0.9) calc(160px*0.9);
  }
}

#main .member_group .contents .cljAbout__cont05in {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .cljAbout__cont06 {
  padding: 80px 60px 40px 60px;
  background-image: url(/file/croplife-japan/img/img-hexagon-2.webp), url(/file/croplife-japan/img/img-hexagon-1.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: 102% 0%, -3% 100%;
  background-size: 130px 150px, 173px 200px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout__cont06 {
    padding: 40px 15px 40px 15px;
  }
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .cljAbout__cont06 {
    background-image: url(/file/croplife-japan/img/img-hexagon-1.webp);
    background-repeat: no-repeat;
    background-position: -3% 100%;
    background-size: 130px 150px;
  }
}

#main .member_group .contents .cljAbout__cont06in {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .cljAbout__cont07 {
  padding: 80px 60px 200px 60px;
  background-image: url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon07-1.png), url(/file/croplife-japan/img/img-hexagon07-2.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 90% 2%, 105% 3%, -5% 100%;
  background-size: 128px 70px, 207px 240px, 259px 300px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout__cont07 {
    padding: 80px 15px 120px 15px;
  }
}

@media screen and (max-width: 540px) {
  #main .member_group .contents .cljAbout__cont07 {
    background-image: url(/file/croplife-japan/img/img-hexagon-dot.svg), url(/file/croplife-japan/img/img-hexagon07-1.png), url(/file/croplife-japan/img/img-hexagon07-2.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 90% 100%, 105% 3%, -5% 100%;
    background-size: 128px 70px, 138px 160px, 138px 160px;
  }
}

#main .member_group .contents .cljAbout__cont07in {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .cljAbout .img-contbottom {
  display: block;
  width: calc(100% + 2px) !important;
  /* 横幅を左右に1pxずつ（計2px）はみ出させる */
  margin-left: -1px !important;
  /* はみ出させた分、左に1pxずらして中央に配置する */
  margin-bottom: -1px;
  max-width: none !important;
  /* 他のCSSで「max-width: 100%」が当たって横幅が制限されるのを防ぐ */
}

#main .member_group .contents .cljAbout .title-container {
  position: relative;
  max-width: 840px;
  /* PCでの最大幅 */
  width: 100%;
  /* 画面幅に合わせたレスポンシブ */
  height: auto;
  padding: 22px 100px;
  text-align: center;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .title-container {
    padding: 22px 30px;
  }
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .cljAbout .title-container {
    padding: 16px 10px;
  }
}

#main .member_group .contents .cljAbout .title-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 60px;
  /* 左側の余白 */
  right: 60px;
  /* 右側の余白 */
  bottom: 0;
  border-top: 2px solid white;
  /* 上の横線 */
  border-bottom: 2px solid white;
  /* 下の横線 */
  pointer-events: none;
  /* 線が文字のクリックを邪魔しないようにする */
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .title-container::before {
    left: 0px;
    /* 左側の余白 */
    right: 0px;
    /* 右側の余白 */
  }
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .cljAbout .title-container::before {
    left: -10px;
    /* 左側の余白 */
    right: -10px;
    /* 右側の余白 */
  }
}

#main .member_group .contents .cljAbout .title-container::after {
  content: '';
  position: absolute;
  top: -20px;
  /* 縦線の飛び出し量を横線と同じ20px（80px - 60px）に調整 */
  bottom: -20px;
  /* 縦線の飛び出し量を横線と同じ20px（80px - 60px）に調整 */
  left: 80px;
  /* 左の縦線 */
  right: 80px;
  /* 右の縦線 */
  border-left: 2px solid white;
  /* 左 of 縦線 */
  border-right: 2px solid white;
  /* 右 of 縦線 */
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .title-container::after {
    left: 20px;
    /* 左の縦線 */
    right: 20px;
    /* 右の縦線 */
  }
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .cljAbout .title-container::after {
    left: 10px;
    /* 左の縦線 */
    right: 10px;
    /* 右の縦線 */
  }
}

#main .member_group .contents .cljAbout .number_top {
  position: absolute;
  bottom: 100%;
  /* 横軸の線の上に完全に配置 */
  left: 10%;
  /* 左側の縦線と位置を合わせる */
  padding: 0 12px 0px 12px;
  /* 下部のみ僅かにパディングを入れ、線との距離を美しく調整 */
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  /* 薄めのウエイト */
  letter-spacing: -2px;
  /* 文字間隔を詰める */
  line-height: 0.6;
  /* 位置ブレを防ぐため行高を1に固定 */
  color: #fff;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .number_top {
    left: 5%;
    /* 左側の縦線と位置を合わせる */
  }
}

#main .member_group .contents .cljAbout .main_phrase {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 6px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .main_phrase {
    font-size: 21px;
    letter-spacing: normal;
  }
}

#main .member_group .contents .cljAbout .highlight_text {
  font-size: 40px;
  font-weight: 700;
  color: #E1FF82;
  letter-spacing: 6px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .highlight_text {
    font-size: 27px;
    letter-spacing: normal;
  }
}

#main .member_group .contents .cljAbout .main_phrasetext {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .main_phrasetext {
    font-size: 16px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .cljAbout .main_phrasetext {
    text-align: left;
    padding: 0px 5px;
  }
}

#main .member_group .contents .cljAbout .card-section {
  width: 100%;
  margin-top: 50px;
  /* 本文テキストからの間隔 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .member_group .contents .cljAbout .cards-container {
  display: flex;
  gap: 32px;
  /* カード同士の間隔 */
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  /* レスポンシブで折り返すように */
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .cards-container {
    flex-direction: column;
    /* 縦方向1列に確実に整列させる */
    align-items: center;
  }
}

#main .member_group .contents .cljAbout .thumbnail-card {
  position: relative;
  flex: 1;
  max-width: 360px;
  border: 3px solid #ffffff;
  /* 白い太枠線 */
  border-radius: 12px;
  /* 丸角 */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* 優しい影 */
  margin-bottom: 24px;
  /* 下部の余白用スペース */
  display: block;
  /* リンクとして正常に矩形領域を持つよう設定 */
  text-decoration: none;
  /* デフォルトのリンク下線をリセット */
  transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  /* ホバー時の浮遊アニメーション */
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .thumbnail-card {
    max-width: 340px;
  }
}

@media screen and (max-width: 640px) {
  #main .member_group .contents .cljAbout .thumbnail-card {
    max-width: 300px;
  }
}

#main .member_group .contents .cljAbout .thumbnail-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  /* フワッと上に浮き上がらせる */
}

#main .member_group .contents .cljAbout .thumbnail-card:hover * {
  opacity: 0.9 !important;
}

#main .member_group .contents .cljAbout .card-image {
  width: 100%;
  max-width: 360px;
  border-radius: 9px;
  display: block;
}

#main .member_group .contents .cljAbout .card-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 自身の幅の半分だけ引き戻して左右中央配置化 */
  background-color: #006E31;
  color: #fff;
  border: 2px solid #ffffff;
  /* 白い細枠線 */
  border-radius: 9999px;
  /* 完全な角丸カプセル */
  padding: 8px 16px;
  font-size: 18px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease;
  z-index: 10;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .card-button {
    font-size: 16px;
  }
}

#main .member_group .contents .cljAbout .thumbnail-card:hover .card-button {
  background-color: #006E31;
}

#main .member_group .contents .cljAbout .imagecard-section {
  width: 100%;
  margin-top: 50px;
  /* 本文テキストからの間隔 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .member_group .contents .cljAbout .imagecard-container {
  display: flex;
  gap: 32px;
  /* カード同士の間隔 */
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  /* レスポンシブで折り返すように */
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .imagecard-container {
    flex-direction: column;
    /* 縦方向1列に確実に整列させる */
    align-items: center;
  }
}

#main .member_group .contents .cljAbout .thumbnail-imagecard {
  max-width: 280px;
}

#main .member_group .contents .cljAbout .imagecard-image {
  width: 100%;
  height: 100%;
  display: block;
}

#main .member_group .contents .cljAbout .imagegraph-section {
  width: 100%;
  margin-top: 50px;
  /* 本文テキストからの間隔 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .member_group .contents .cljAbout .imagegraph-container {
  display: flex;
  gap: 32px;
  /* カード同士の間隔 */
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  /* レスポンシブで折り返すように */
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .imagegraph-container {
    flex-direction: column;
    /* 縦方向1列に確実に整列させる */
    align-items: center;
  }
}

#main .member_group .contents .cljAbout .thumbnail-imagegraph {
  max-width: 900px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .thumbnail-imagegraph {
    max-width: 400px;
  }
}

#main .member_group .contents .cljAbout .imagegraph-image {
  width: 100%;
  height: 100%;
  display: block;
}

#main .member_group .contents .cljAbout .qa-item {
  width: 100%;
  max-width: 960px;
  padding: 32px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  /* Q&Aごとの区切り点線 */
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .qa-item {
    max-width: 540px;
  }
}

@media screen and (max-width: 400px) {
  #main .member_group .contents .cljAbout .qa-item {
    max-width: 300px;
  }
}

#main .member_group .contents .cljAbout .qa-question-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

#main .member_group .contents .cljAbout .qa-q-icon {
  width: 54px;
  height: 54px;
  border: 1.5px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  flex-shrink: 0;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .qa-q-icon {
    width: 40px;
    height: 40px;
    font-size: 38px;
  }
}

#main .member_group .contents .cljAbout .qa-question-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}

#main .member_group .contents .cljAbout .qa-answer-row {
  display: flex;
  gap: 20px;
  /* Qのアイコン枠幅(44px) + 質問行のgap(20px) = 64px。
      この幅だけ左パディングをあけて配置することで、Aの回答パーツ全体がQのテキストの開始位置（右側）と縦に美しく揃います。
      */
  padding-left: 74px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .qa-answer-row {
    padding-left: 20px;
  }
}

#main .member_group .contents .cljAbout .qa-a-icon {
  color: #E1FF82;
  font-size: 30px;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  flex-shrink: 0;
}

#main .member_group .contents .cljAbout .qa-answer-text {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  text-align: justify;
}

#main .member_group .contents .cljAbout .action-button {
  max-width: 490px;
  width: 100%;
  background-color: #1a5c2e;
  /* 画像のような深い緑色 */
  border: 2px solid #ffffff;
  /* 白いしっかりとした枠線 */
  border-radius: 22px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  position: relative;
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .action-button {
    border-radius: 16px;
    padding: 13px 13px;
  }
}

#main .member_group .contents .cljAbout .action-button:hover {
  background-color: #006E31;
  /* ホバーでより深い緑に */
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#main .member_group .contents .cljAbout .action-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 24px;
}

#main .member_group .contents .cljAbout .action-icon-wrapperB {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 24px;
}

#main .member_group .contents .cljAbout .action-icon {
  width: 36px;
  height: 36px;
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .action-icon {
    width: 28px;
    height: 28px;
  }
}

#main .member_group .contents .cljAbout .action-text {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

#main .member_group .contents .cljAbout .action-arrow {
  color: #e6f981;
  /* ポスター上の黄緑色に連動 */
  font-size: 24px;
  font-weight: bold;
  margin-left: 16px;
  flex-shrink: 0;
  font-family: sans-serif;
}

#main .member_group .contents .cljAbout .br-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .br-sp {
    display: block;
  }
}

#main .member_group .contents .cljAbout .br-pc {
  display: block;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljAbout .br-pc {
    display: none;
  }
}

#main .member_group .contents .cljPoint {
  background-image: url(/file/croplife-japan/img/img-back-color-3.png);
  padding: 10px 10px 0px 10px;
}

#main .member_group .contents .cljPoint__cont {
  padding: 80px 60px 40px 60px;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint__cont {
    padding: 80px 60px 40px 60px;
  }
}

#main .member_group .contents .cljPoint__contin {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}

#main .member_group .contents .cljPoint .point-section {
  width: 100%;
  margin-bottom: 40px;
  /* アクションセクションからの余白 */
  background-color: #ffffff;
  /* 白い背景 */
  border-radius: 20px;
  /* 大きめの丸角 */
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .point-section {
    padding: 40px 15px;
  }
}

#main .member_group .contents .cljPoint .point-section-b {
  width: 100%;
  margin-bottom: 40px;
  /* アクションセクションからの余白 */
  background-color: #ffffff;
  /* 白い背景 */
  border-radius: 20px;
  /* 大きめの丸角 */
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(/file/croplife-japan/img/img-pointimage-2.png);
  background-repeat: no-repeat;
  background-position: 100% 35%;
  background-size: calc(346px/1) calc(400px/1);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .point-section-b {
    background-image: url(/file/croplife-japan/img/img-pointimage-2.png);
    background-repeat: no-repeat;
    background-position: 100% 30%;
    background-size: calc(346px/2) calc(400px/2);
    padding: 40px 15px;
  }
}

#main .member_group .contents .cljPoint .point-title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  color: #006E31;
  /* QuizKnock深緑 */
  line-height: 1;
  padding: 25px 20px;
  /* 背景に六角形SVGデータを設定（URLエンコード済みのクリーンなSVGデータ） */
  background-image: url("/file/croplife-japan/img/img-back-icon-1.svg");
  background-size: 86px 100px;
  background-repeat: no-repeat;
  background-position: 0% 5%;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .point-title {
    padding: calc(25px/2) calc(20px/2);
    background-size: calc(86px/2) calc(100px/2);
  }
}

#main .member_group .contents .cljPoint .point-char {
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-weight: 900;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  /* 六角形の上下中央に合わせる微調整 */
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .point-char {
    font-size: 30px;
  }
}

#main .member_group .contents .cljPoint .point-title-text {
  line-height: 1.2;
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .point-title-text {
    font-size: 20px;
  }
}

#main .member_group .contents .cljPoint .point-description {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#main .member_group .contents .cljPoint .point-btn-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 490px;
  margin-top: 32px;
}

#main .member_group .contents .cljPoint .point-btn-shadow-line {
  position: absolute;
  top: 4px;
  left: 2px;
  right: -2px;
  bottom: -4px;
  border: 2.5px solid #006E31;
  border-radius: 9999px;
  pointer-events: none;
}

#main .member_group .contents .cljPoint .point-btn {
  width: 100%;
  position: relative;
  background-color: #006E31;
  color: #ffffff;
  border: 1px solid #ffffff;
  /* 白い縁取り */
  border-radius: 9999px;
  padding: 12px 50px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .point-btn {
    padding: 12px 12px;
  }
}

#main .member_group .contents .cljPoint .point-btn:hover {
  background-color: #006E31;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  /* 少し沈み込ませて後ろの線と重なるインタラクション */
}

#main .member_group .contents .cljPoint .point-btn .arrow {
  color: #e6f981;
  /* ポスター上の黄緑色 */
  font-family: sans-serif;
}

#main .member_group .contents .cljPoint .event-cards-container {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-top: 32px;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .event-cards-container {
    display: block;
  }
}

#main .member_group .contents .cljPoint .event-card {
  position: relative;
  flex: 1;
  min-width: 0;
  /* フレックスアイテムのつぶれ防止 */
  background-color: #eeeeee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  display: block;
  transition: box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .event-card {
    margin-top: 20px;
  }
}

#main .member_group .contents .cljPoint .event-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

#main .member_group .contents .cljPoint .event-card-image {
  width: 100%;
  max-width: 277px;
  display: block;
}

#main .member_group .contents .cljPoint .event-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /* 下側半分強からじわっとフェードイン */
  background: linear-gradient(to top, rgba(0, 110, 49, 0.8) 0%, rgba(0, 110, 49, 0.6) 50%, rgba(0, 110, 49, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding: 16px;
}

#main .member_group .contents .cljPoint .event-card-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 8px;
}

#main .member_group .contents .cljPoint .event-card-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#main .member_group .contents .cljPoint .cloplife-img {
  width: 100%;
  max-width: 657px;
  margin-top: 40px;
}

#main .member_group .contents .cljPoint .br-sp {
  display: none;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .br-sp {
    display: block;
  }
}

#main .member_group .contents .cljPoint .br-pc {
  display: block;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljPoint .br-pc {
    display: none;
  }
}

#main .member_group .contents .cljContact {
  padding: 40px 10px 45px 10px;
  background-image: url(/file/croplife-japan/img/img-back-color-4.png);
}

#main .member_group .contents .cljContact .contact-section {
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
  /* アクションセクションからの余白 */
  background-color: #ffffff;
  /* 白い背景 */
  border-radius: 20px;
  /* 大きめの丸角 */
  padding: 40px 44px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljContact .contact-section {
    padding: 40px 16px;
  }
}

#main .member_group .contents .cljContact .cloplife-foot-logo {
  width: 100%;
  max-width: 260px;
  display: block;
  margin: 0px auto;
}

#main .member_group .contents .cljContact .croplife-buttons-container {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  #main .member_group .contents .cljContact .croplife-buttons-container {
    display: block;
  }
}

#main .member_group .contents .cljContact .x-logo-svg {
  width: 20px;
  height: 20px;
}

#main .member_group .contents .cljContact .croplife-btn {
  padding: 14px 20px;
  font-size: 16px;
}

#main .member_group .contents .cljContact .mobile-break {
  display: none;
}

#main .member_group .contents .cljContact .foot-btn-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  margin-top: 32px;
  margin: 32px auto 0px auto;
}

#main .member_group .contents .cljContact .foot-btn-shadow-line {
  position: absolute;
  top: 4px;
  left: 2px;
  right: -2px;
  bottom: -4px;
  border: 2.5px solid #006E31;
  border-radius: 9999px;
  pointer-events: none;
}

#main .member_group .contents .cljContact .foot-btn {
  width: 100%;
  position: relative;
  background-color: #006E31;
  color: #ffffff;
  border: 1px solid #ffffff;
  /* 白い縁取り */
  border-radius: 9999px;
  padding: 12px 50px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s, -webkit-transform 0.2s;
  transition: background-color 0.2s, transform 0.2s;
  transition: background-color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  z-index: 2;
  cursor: pointer;
}

#main .member_group .contents .cljContact .foot-btn:hover {
  background-color: #006E31;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  /* 少し沈み込ませて後ろの線と重なるインタラクション */
}

#main .member_group .contents .cljContact .foot-btn .arrow {
  color: #e6f981;
  /* ポスター上の黄緑色 */
  font-family: sans-serif;
}

/*# sourceMappingURL=style.css.map */
