@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
.sec_member .staff_list {
  margin: 40px 0 80px;
}
.sec_member .staff_list ul {
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_member .staff_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec_member .staff_list ul li {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_member .staff_list ul li {
    width: calc(33.3333333333% - 20px);
  }
}
.sec_member .staff_list ul li:not(:last-child) {
  /* -750 */
}
@media all and (max-width: 750px) {
  .sec_member .staff_list ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec_member .staff_list ul li .staff_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  gap: 20px;
}
.sec_member .staff_list ul li .staff_photo {
  width: 100%;
  overflow: hidden;
}
.sec_member .staff_list ul li .staff_thumbnail {
  width: 30%;
  background: #e9e9e9;
  border-radius: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sec_member .staff_list ul li .staff_text {
  width: calc(70% - 20px);
  color: #1D2120;
}
.sec_member .staff_list ul li .staff_name {
  margin: 0 0 10px;
}

.sec_flow .flow {
  max-width: 780px;
  margin: 40px auto 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_flow .flow {
    margin: 80px auto 140px;
  }
}

.story_list {
  margin: 40px 0 140px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .story_list {
    margin: 80px auto 280px;
    max-width: 900px;
  }
}
.story_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  /* 751- */
}
.story_list ul li:not(:last-child) {
  margin: 0 0 30px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .story_list ul li:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
@media all and (min-width: 751px) {
  .story_list ul li {
    gap: 40px;
  }
}
.story_list ul li .staff_talker_img {
  width: 60px;
  background: #e9e9e9;
  border-radius: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  .story_list ul li .staff_talker_img {
    width: 20%;
  }
}
.story_list ul li .story_text {
  width: calc(100% - 60px);
  background: #FFF5D7;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .story_list ul li .story_text {
    padding: 30px;
    border-radius: 20px;
  }
}
.story_list ul li .story_text .talk_date {
  font-size: 13px;
}
.story_list ul li .story_text .story_ttl {
  margin: 10px 0;
}
.story_list ul li .story_text::after {
  position: absolute;
  content: "";
  background: #FFF5D7;
  height: 16px;
  width: 13px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  left: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  /* 751- */
}
@media all and (min-width: 751px) {
  .story_list ul li .story_text::after {
    height: 52px;
    width: 40px;
    left: -27px;
  }
}
.story_list ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.story_list ul li:nth-child(even) .story_text::after {
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  left: unset;
  /* 751- */
}
@media all and (min-width: 751px) {
  .story_list ul li:nth-child(even) .story_text::after {
    right: -27px;
  }
}

.sec_story .bg_event_bottom {
  width: 72vw;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.sec_story .bg_event_bottom::before, .sec_story .bg_event_bottom::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.sec_story .bg_event_bottom::before {
  background-image: url(../images/event/illust_bird.webp);
  height: 124px;
  width: 142px;
  right: -30px;
  bottom: -10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_story .bg_event_bottom::before {
    height: 204px;
    width: 242px;
    right: -10px;
    bottom: -40px;
  }
}
.sec_story .bg_event_bottom::after {
  background-image: url(../images/event/illust_flower.webp);
  height: 70px;
  width: 44px;
  left: 12px;
  bottom: -5px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_story .bg_event_bottom::after {
    height: 140px;
    width: 88px;
    left: 52px;
    bottom: -40px;
  }
}

.bg_greenhill {
  margin-top: -40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .bg_greenhill {
    margin-top: -140px;
  }
}

.sec_joinus {
  margin: -120px 0 0;
  padding: 120px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_joinus {
    margin: -360px 0 0;
    padding: 360px 0 480px;
  }
}

#storyList .sec_ttl {
  padding: 20px 0 0px;
}
#storyList .story_wrap {
  margin: 20px 0 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #storyList .story_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 80px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
#storyList .story_menu {
  background: #158A24;
  padding: 20px;
  border-radius: 8px;
  top: 120px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #storyList .story_menu {
    position: sticky;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 30%;
  }
}
#storyList .story_menu .year_list > li:not(:last-child) {
  margin: 0 0 10px;
}
#storyList .story_menu .monthly_list {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#storyList .story_menu .monthly_list li {
  width: calc(16.6666666667% - 8.3333333333px);
  font-size: 11px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #storyList .story_menu .monthly_list li {
    font-size: 13px;
  }
}
#storyList .story_menu a {
  position: relative;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  #storyList .story_menu a:hover {
    background: #36BB48;
    color: #fff;
  }
}
#storyList .story_list {
  margin: 40px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #storyList .story_list {
    margin: 0px;
    width: 65%;
  }
}
#storyList .story_list ul li:not(:last-child) {
  margin: 0 0 30px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  #storyList .story_list ul li:not(:last-child) {
    margin: 0 0 60px 0;
  }
}
#storyList .story_text {
  color: #1D2120;
}

.sec_join .join_content {
  padding: 160px 0px 300px;
  position: relative;
  /* 751- */
}
@media all and (min-width: 751px) {
  .sec_join .join_content {
    padding: 20px 0px 720px;
  }
}
/*# sourceMappingURL=staff.css.map */