@charset "UTF-8";
/*============================
基本スタイル設定
============================*/
/* ボタンサイズ
　　@include btnSize(s);
　　引数のs,m,lでサイズを選択 */
/* ユーザーアイコン（[class*="statusBorder_"]を付与したimgタグにinclude）
　　@include profIconSize(s);
　　引数のs,m,lでサイズを選択
  */
/* 会員区分アイコンのサイズ(.icon_statusにinclude)
　　@include statusIconSize(s);
　　引数のs,m,lでサイズを選択 */
/*============================
トップページ
============================*/
/*============================
MV
============================*/
.mv {
  background: var(--base02);
  position: relative;
  overflow: clip;
}
.mv::before {
  content: "";
  display: block;
  width: max(1438px, 100%);
  aspect-ratio: 1438/296;
  background: url("/assets/bg_round-5a118f1e.webp") no-repeat center center/contain;
  position: absolute;
  bottom: -350px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.mv::after {
  content: "";
  display: block;
  width: 1366px;
  aspect-ratio: 1366/936;
  background: url("/assets/deco_wave_mv-dca2eaf4.svg") no-repeat center center/contain;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-56%);
  z-index: 5;
  pointer-events: none;
}
.mv .mv_inner {
  max-width: 1460px;
}
.mv .mv_content {
  display: grid;
  grid-template-columns: 51% 1fr;
  align-items: center;
  position: relative;
}
.mv .mv_main {
  padding-block: 100px 80px;
  position: relative;
  z-index: 10;
}
.mv .mv_title {
  font-size: 3.5rem;
  line-height: 1.5;
  color: var(--main01);
  letter-spacing: 0.05em;
  text-align: center;
  padding-block: 28px;
  position: relative;
  font-family: var(--font-zenMaruGothic);
}
.mv .mv_title::before, .mv .mv_title::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 4px;
  background: currentColor;
  left: 50%;
  transform: translateX(-50%);
}
.mv .mv_title::before {
  top: 0;
}
.mv .mv_title::after {
  bottom: 0;
}
.mv .mv_title_icon {
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
  background: var(--base02);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.mv .mv_title_icon img {
  display: block;
  width: 56px;
}
.mv .mv_body {
  margin-block-start: 48px;
  padding-inline-end: 25px;
  text-align: center;
}
.mv .mv_sub {
  font-size: 0.9375rem;
  line-height: 1.9;
}
.mv .mv_cta_btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-block-start: 32px;
}
.mv .mv_cta_btn {
  border: 1.5px solid var(--main01);
  color: var(--main01);
  background: var(--white);
  padding: 0 20px;
  height: 42px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 1;
}
.mv .mv_cta_btn::after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: currentColor;
  -webkit-mask: url("/assets/icon_arrow_w-4609f5f5.svg") no-repeat center/contain;
          mask: url("/assets/icon_arrow_w-4609f5f5.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.mv .mv_balloon {
  position: relative;
  display: inline-block;
  background: #edffe1;
  border: 2px solid var(--cv01);
  border-radius: 12px;
  padding: 11px 16px;
  margin-bottom: 0;
  margin-top: 40px;
}
.mv .mv_balloon::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid var(--cv01);
}
.mv .mv_balloon::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #edffe1;
}
.mv .mv_balloon_text {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--cv01);
  letter-spacing: 0.02em;
  line-height: 1.55;
}
.mv .mv_btns {
  margin-block-start: 20px;
  display: flex;
  justify-content: center;
}
.mv .mv_btns .btn {
  min-width: 320px;
  justify-content: center;
}
.mv .mv_project_icon {
  display: inline-block;
  width: 279px;
  height: 285px;
  position: absolute;
  bottom: -30px;
  right: -140px;
}
.mv .mv_project_icon img {
  display: block;
}
.mv .mv_imgWrapper {
  position: relative;
  z-index: 4;
  width: 860px;
}
.mv .mv_img {
  width: 100%;
}
.mv .mv_img img {
  width: 100%;
}
.mv .mv_deco {
  width: min(1440px, 100%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
.mv .mv_deco span {
  background: var(--beige);
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
}
.mv .mv_deco span:nth-child(1) {
  width: 110px;
  top: 10%;
  left: 21%;
}
.mv .mv_deco span:nth-child(2) {
  width: 237px;
  top: 22%;
  left: -5%;
}
.mv .mv_deco span:nth-child(3) {
  width: 331px;
  top: 37%;
  left: 32%;
}

/*============================
Action Bar
============================*/
.actionBar_inner {
  display: flex;
  gap: 12px;
  justify-content: center;
  overflow-x: auto;
}

.actionBar_btn {
  flex: none;
  width: 180px;
  border: 1.5px solid var(--main01);
  background: var(--white);
  color: var(--main01);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  display: block;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 1;
}
.actionBar_btn::after {
  content: " →";
  font-size: 0.75rem;
}

/*============================
Stats Bar
============================*/
.statsBar {
  background: var(--cream);
  border-top: 3px solid var(--main01);
  border-bottom: 3px solid var(--main01);
  position: relative;
  z-index: 6;
  padding: 24px 0;
}
.statsBar .statsBar_inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-bottom: 16px;
}
.statsBar .statsBar_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.statsBar .statsBar_label {
  font-size: 0.6875rem;
  color: var(--main01);
  font-weight: 700;
}
.statsBar .statsBar_value {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.statsBar .statsBar_num {
  font-family: var(--font-Quicksand);
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--main01);
  line-height: 1;
}
.statsBar .statsBar_unit {
  font-size: 0.75rem;
  color: var(--text01);
  font-weight: 500;
}
.statsBar .statsBar_divider {
  width: 1px;
  height: 30px;
  background: var(--main01);
  opacity: 0.3;
}

/*============================
共通セクション要素
============================*/
.section_label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--main01);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: var(--font-Quicksand);
}

.section_title {
  font-family: var(--font-zenMaruGothic);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text01);
  line-height: 1.4;
}

.section_more {
  font-size: 0.8125rem;
  color: var(--main01);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 1;
}
.section_more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.section_more::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: var(--main01);
  mask: url("/assets/icon_arrow_w-4609f5f5.svg") no-repeat center/contain;
  -webkit-mask: url("/assets/icon_arrow_w-4609f5f5.svg") no-repeat center/contain;
  flex-shrink: 0;
}

/*============================
2カラムレイアウト
============================*/
.mainLayout {
  overflow: hidden;
}
.mainLayout .mainLayout_inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 0;
  max-width: calc(1200px + var(--padding-inline) * 2);
  margin-inline: auto;
  padding-inline: var(--padding-inline);
}

.mainCol {
  min-width: 0;
  overflow: hidden;
}

/*============================
Stories
============================*/
.stories_more_sp {
  display: none;
}

.stories {
  padding: 40px;
}
.stories .stories_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stories .stories_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.stories .stories_card {
  display: grid;
  grid-template-columns: 130px 1fr;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  transition: opacity 0.2s ease;
}
.stories .stories_card[href]:hover {
  opacity: 0.7;
}
.stories .stories_card_img {
  overflow: hidden;
  align-self: stretch;
}
.stories .stories_card_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: block;
}
.stories .stories_card_body {
  padding: 14px 14px;
}
.stories .stories_cat_row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.stories .stories_cat {
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--main01);
  background: var(--lightPink);
  padding: 2px 8px;
  border-radius: 10px;
  display: inline-block;
  flex-shrink: 0;
}
.stories .stories_date {
  font-size: 0.625rem;
  color: var(--gray);
}
.stories .stories_card_title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text01);
  margin-bottom: 4px;
  line-height: 1.5;
}
.stories .stories_card_desc {
  font-size: 0.75rem;
  color: var(--gray);
  line-height: 1.6;
}
.stories .stories_coming_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.stories .stories_coming {
  background: var(--beige);
  border-radius: 12px;
  border: 2px dashed var(--cream);
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.stories .stories_coming_pill {
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--main01);
  background: var(--white);
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid var(--cream);
}
.stories .stories_coming_title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text01);
}
.stories .stories_coming_desc {
  font-size: 0.6875rem;
  color: var(--gray);
}

/*============================
Animals
============================*/
.animals {
  padding: 40px;
  background: var(--beige);
  border-top: 3px solid var(--main01);
}
.animals .animals_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
.animals .animals_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 20px;
  justify-content: center;
}
.animals .animals_grid .item_cat dt {
  display: none;
}
.animals .animals_grid .item_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 0;
  border-top: none;
  border-bottom: none;
  background: transparent;
}
.animals .animals_grid .item_cat {
  gap: 0;
}
.animals .animals_grid .item_cat dd {
  font-size: 0.75rem;
  background: var(--base02);
  padding: 2px 8px;
  border-radius: 4px;
}
.animals .animals_grid .foster_recruitment_item {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.animals .animals_grid .foster_recruitment_item .item_img {
  border-radius: 16px 16px 0 0;
}
.animals .animals_grid .foster_recruitment_item .item_title {
  font-size: 1rem;
}
.animals .animals_grid .foster_recruitment_item .item_body {
  padding-inline: 12px;
}
.animals .animals_grid .foster_recruitment_item .item_footer {
  margin-block-start: 0;
  padding-inline: 12px;
  padding-bottom: 12px;
}
.animals .animals_cta {
  display: flex;
  justify-content: center;
}

/*============================
サイドバー
============================*/
.sideCol {
  padding: 40px 0 32px 24px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sideCol .side_cta {
  background: var(--main01);
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sideCol .side_cta_btn {
  display: block;
  text-align: center;
  background: var(--white);
  color: var(--main01);
  font-size: 0.875rem;
  font-weight: 700;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 1;
}
.sideCol .side_cta_login {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px;
  border-radius: 6px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 1;
}
.sideCol .side_title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text01);
  padding-bottom: 8px;
  border-bottom: 2px solid var(--main01);
  margin-bottom: 12px;
}
.sideCol .side_title::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  -webkit-mask: url("/assets/icon_footstep-9db98077.svg") no-repeat center center/contain;
          mask: url("/assets/icon_footstep-9db98077.svg") no-repeat center center/contain;
  background-color: var(--main01);
  margin-right: 6px;
  vertical-align: middle;
}
.sideCol .side_links {
  display: flex;
  flex-direction: column;
}
.sideCol .side_link {
  font-size: 0.8125rem;
  color: var(--main01);
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  gap: 8px;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 1;
}
.sideCol .side_link::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("/assets/icon_arrow_w-4609f5f5.svg") no-repeat center/contain;
          mask: url("/assets/icon_arrow_w-4609f5f5.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.sideCol .side_link:last-child {
  border-bottom: none;
}
.sideCol .side_news {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sideCol .side_news_item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
.sideCol .side_news_item:last-child {
  border-bottom: none;
}
.sideCol .side_news_date {
  font-size: 0.6875rem;
  color: var(--gray);
  font-family: var(--font-Quicksand);
}
.sideCol .side_news_title {
  font-size: 0.75rem;
  color: var(--text01);
  font-weight: 500;
  line-height: 1.5;
}
.sideCol .side_sns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sideCol .side_sns_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: var(--beige);
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 1;
}
.sideCol .side_sns_item::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  background-color: var(--main01);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 320H400a16 16 0 0 0-16 16V448H64V128H208a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16H48A48 48 0 0 0 0 112V464a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V336A16 16 0 0 0 432 320zM488 0H344a24 24 0 0 0-17 41L371 85 182.6 273.4a24 24 0 0 0 0 33.9L204.7 329.4a24 24 0 0 0 33.9 0L427 141l44 44a24 24 0 0 0 41-17V24A24 24 0 0 0 488 0z'/%3E%3C/svg%3E") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 320H400a16 16 0 0 0-16 16V448H64V128H208a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16H48A48 48 0 0 0 0 112V464a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V336A16 16 0 0 0 432 320zM488 0H344a24 24 0 0 0-17 41L371 85 182.6 273.4a24 24 0 0 0 0 33.9L204.7 329.4a24 24 0 0 0 33.9 0L427 141l44 44a24 24 0 0 0 41-17V24A24 24 0 0 0 488 0z'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
}
.sideCol .side_sns_icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sideCol .side_sns_icon.x {
  background: #000;
}
.sideCol .side_sns_icon.youtube {
  background: #c4302b;
}
.sideCol .side_sns_icon.instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b);
}
.sideCol .side_sns_name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text01);
}
.sideCol .side_sns_desc {
  font-size: 0.6875rem;
  color: var(--gray);
}

/*============================
Teams Full Width
============================*/
.teamsFull {
  background: var(--base02);
  padding-block: 64px;
  border-top: 3px solid var(--main01);
  position: relative;
}
.teamsFull .teamsFull_head {
  text-align: center;
  margin-bottom: 32px;
}
.teamsFull .teamsFull_lead {
  margin-top: 16px;
  font-size: 0.9375rem;
  color: var(--text01);
  line-height: 2;
  margin-inline: auto;
}
.teamsFull .teamsFull_sub {
  font-size: 0.9375rem;
  color: var(--text01);
  margin-top: 12px;
  line-height: 1.8;
}
.teamsFull .teamsFull_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: subgrid;
  gap: 10px 20px;
}
.teamsFull .teamsFull_jobLink {
  margin-top: 56px;
  background: var(--white);
  border: 2px solid #ffe9c5;
  border-radius: 20px;
  padding: 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.teamsFull .teamsFull_jobLink .jobLink_text h3 {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--text01);
  margin-bottom: 6px;
}
.teamsFull .teamsFull_jobLink .jobLink_text p {
  font-size: 0.875rem;
  color: #7a5d3d;
  line-height: 1.7;
}
.teamsFull .teamsFull_jobLink_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 18px 40px;
  background: var(--main01);
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: bold;
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.teamsFull .teamsFull_jobLink_btn:hover {
  opacity: 0.7;
}
.teamsFull .teamCard_comingsoon {
  margin-top: 12px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: var(--main01);
}
.teamsFull .teamCard_list {
  margin-top: 8px;
  padding-left: 0;
  list-style: none;
  font-size: 0.875rem;
  color: var(--text01);
  line-height: 1.8;
}
.teamsFull .teamCard_list li::before {
  content: "・";
}

.actCard {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--cream);
  display: flex;
  flex-direction: column;
}
.actCard .actCard_photo {
  height: 160px;
  overflow: hidden;
  background: var(--base02);
  display: flex;
  align-items: center;
  justify-content: center;
}
.actCard .actCard_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.actCard .actCard_header {
  background: var(--main01);
  padding: 16px 24px;
  text-align: center;
  color: var(--white);
}
.actCard .actCard_name {
  font-family: var(--font-zenMaruGothic);
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 6px;
}
.actCard .actCard_catch {
  font-size: 0.8125rem;
  opacity: 0.85;
}
.actCard .actCard_body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.actCard .actCard_item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.actCard .actCard_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.actCard .actCard_item_title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--main01);
  margin-bottom: 8px;
}
.actCard .actCard_item_text {
  font-size: 0.8125rem;
  color: #555;
  line-height: 1.85;
}
.actCard .actCard_highlight {
  background: var(--beige);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: auto;
}
.actCard .actCard_highlight_label {
  font-size: 0.75rem;
  color: var(--gray);
  margin-bottom: 4px;
}
.actCard .actCard_highlight_num {
  font-size: 0.875rem;
  color: var(--text01);
}
.actCard .actCard_highlight_num span {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--main01);
  font-family: var(--font-Quicksand);
  margin-right: 4px;
  line-height: 1;
}
.actCard .actCard_cta {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.actCard .actCard_cta_btn {
  border: 1.5px solid var(--main01);
  color: var(--main01);
  background: var(--white);
  padding: 0 20px;
  height: 42px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
  transition-property: opacity;
  transition-duration: 0.2s;
  opacity: 1;
}
.actCard .actCard_cta_btn::after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: currentColor;
  -webkit-mask: url("/assets/icon_arrow_w-4609f5f5.svg") no-repeat center/contain;
          mask: url("/assets/icon_arrow_w-4609f5f5.svg") no-repeat center/contain;
  flex-shrink: 0;
}
.actCard .actCard_cta_btn.slant::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 320H400a16 16 0 0 0-16 16V448H64V128H208a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16H48A48 48 0 0 0 0 112V464a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V336A16 16 0 0 0 432 320zM488 0H344a24 24 0 0 0-17 41L371 85 182.6 273.4a24 24 0 0 0 0 33.9L204.7 329.4a24 24 0 0 0 33.9 0L427 141l44 44a24 24 0 0 0 41-17V24A24 24 0 0 0 488 0z'/%3E%3C/svg%3E") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 320H400a16 16 0 0 0-16 16V448H64V128H208a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16H48A48 48 0 0 0 0 112V464a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V336A16 16 0 0 0 432 320zM488 0H344a24 24 0 0 0-17 41L371 85 182.6 273.4a24 24 0 0 0 0 33.9L204.7 329.4a24 24 0 0 0 33.9 0L427 141l44 44a24 24 0 0 0 41-17V24A24 24 0 0 0 488 0z'/%3E%3C/svg%3E") no-repeat center/contain;
  flex-shrink: 0;
}
.actCard .actCard_support_lead {
  font-size: 0.8125rem;
  color: var(--text01);
  line-height: 1.7;
  margin-bottom: 16px;
  background: var(--beige);
  padding: 12px 14px;
  border-radius: 8px;
}
.actCard .actCard_support_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.actCard .actCard_support_list li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.actCard .actCard_support_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.actCard .actCard_support_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.actCard .actCard_support_icon.skill {
  background: var(--lightPink);
}
.actCard .actCard_support_icon.skill::before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask: url("/assets/icon_link_out-09f60963.svg") no-repeat center/contain;
          mask: url("/assets/icon_link_out-09f60963.svg") no-repeat center/contain;
  background-color: var(--main01);
}
.actCard .actCard_support_icon.donate {
  background: var(--lightPink);
}
.actCard .actCard_support_icon.donate::before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask: url("/icon_footstep_or.svg") no-repeat center/contain;
          mask: url("/icon_footstep_or.svg") no-repeat center/contain;
  background-color: var(--main01);
}
.actCard .actCard_support_icon.share {
  background: var(--lightPink);
}
.actCard .actCard_support_icon.share::before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-mask: url("/assets/icon_comment_or-c0fa7cee.svg") no-repeat center/contain;
          mask: url("/assets/icon_comment_or-c0fa7cee.svg") no-repeat center/contain;
  background-color: var(--main01);
}
.actCard .actCard_support_title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text01);
  margin-bottom: 6px;
}
.actCard .actCard_support_text {
  font-size: 0.8125rem;
  color: var(--gray);
  line-height: 1.7;
}

/*============================
Team Cards (Join Us)
============================*/
.teamCard {
  background: var(--white);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--cream);
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
}
.teamCard .teamCard_body {
  padding: 28px 24px 36px;
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  align-items: start;
  justify-items: center;
  text-align: center;
}
.teamCard .teamCard_title {
  font-family: var(--font-zenMaruGothic);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--main01);
  line-height: 1.5;
  display: flex;
  align-items: center;
  min-height: 3em;
}
.teamCard .teamCard_photo {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teamCard .teamCard_photo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.teamCard .teamCard_desc {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.95;
  text-align: left;
  align-self: start;
}
.teamCard .teamCard_recruit {
  margin-top: 12px;
  align-self: start;
}
.teamCard .teamCard_recruit_label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--main01);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
.teamCard .teamCard_recruit_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.teamCard .teamCard_recruit_list li {
  font-size: 0.8125rem;
  color: var(--text01);
  padding-left: 1em;
  position: relative;
}
.teamCard .teamCard_recruit_list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.teamCard .btnGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.teamCard .btnGroup_label {
  font-size: 11px;
  color: #555;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.03em;
}
.teamCard .teamCard_btns {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.teamCard .teamCard_btns .btn {
  text-align: center;
  justify-content: center;
  width: min(280px, 100%);
  font-size: 0.88rem;
}
.teamCard .teamCard_btns .btn.has_label {
  min-height: 68px;
}
.teamCard .teamCard_btns .btn.has_label .btn_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.teamCard .teamCard_btns .btn.has_label .btn_label {
  font-size: 0.6875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 4px;
}
.teamCard .teamCard_btns .btn.has_label .btn_text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.teamCard .teamCard_btns .btn.outline {
  background: var(--white);
  color: var(--main01);
  border: 2px solid var(--main01);
}
.teamCard .teamCard_btns .btn.cv {
  background: var(--cv01);
  border-color: var(--cv01);
}
@media (width > 768px){
  .stories .stories_card {
    height: 122px;
  }
}
@media (769px <= width <= 1247px){
  .teamsFull .teamsFull_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1440px){
  .mv::before {
    width: 100%;
    height: 296px;
    aspect-ratio: auto;
    background-size: 100% 296px;
  }
}
@media (width < 1026px){
  .stories .stories_grid {
    grid-template-columns: 1fr;
  }
  .stories .stories_coming_grid {
    grid-template-columns: 1fr;
  }
}
@media (width <= 910px){
  .mv .mv_title {
    font-size: 2.375rem;
  }
}
@media (width <= 855px){
  .animals .animals_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .animals .animals_grid > *:nth-child(n+7) {
    display: none;
  }
}
@media (width <= 768px){
  .mv::before {
    display: none;
  }
  .mv::after {
    width: 855px;
    top: 0;
    transform: translateX(-36%);
  }
  .mv .mv_content {
    grid-template-columns: 1fr;
  }
  .mv .mv_main {
    padding-block: 27px 0;
    order: 2;
  }
  .mv .mv_title {
    font-size: 1.875rem;
    padding-block: 22px 10px;
  }
  .mv .mv_title::before, .mv .mv_title::after {
    width: 87%;
    height: 3px;
  }
  .mv .mv_title_icon {
    padding: 0 18px;
  }
  .mv .mv_title_icon img {
    width: 38px;
  }
  .mv .mv_body {
    margin-block: 32px;
    padding-inline-end: initial;
    text-align: center;
  }
  .mv .mv_sub {
    font-size: 0.8125rem;
  }
  .mv .mv_cta_btns {
    margin-block-start: 20px;
    gap: 8px;
  }
  .mv .mv_cta_btn {
    padding: 9px 16px;
    font-size: 0.75rem;
  }
  .mv .mv_balloon {
    margin-top: 20px;
  }
  .mv .mv_balloon {
    display: inline-block;
  }
  .mv .mv_btns {
    margin-block-start: 16px;
  }
  .mv .mv_project_icon {
    top: -140px;
    right: inherit;
    left: 0;
    width: 139px;
    height: 142px;
  }
  .mv .mv_imgWrapper {
    width: min(250px, 100%);
    margin-inline: auto;
  }
  .mv .mv_img {
    --img-width: 448px;
    width: min(var(--img-width), var(--img-width) / 375px * 100vw);
    margin-block-start: -30px;
    margin-inline-end: -150px;
  }
  .mv .mv_deco {
    width: min(375px, 100%);
  }
  .mv .mv_deco span:nth-child(1) {
    left: 4%;
  }
  .mv .mv_deco span:nth-child(2) {
    width: 110px;
    left: 0;
    transform: translateX(-50%);
    top: 35%;
  }
  .mv .mv_deco span:nth-child(3) {
    left: initial;
    top: 36%;
    right: 0;
    transform: translateX(50%);
  }
  .actionBar_inner {
    display: grid;
    grid-template-columns: 160px 160px;
    gap: 10px;
    justify-content: center;
    overflow-x: visible;
  }
  .actionBar_inner > *:first-child {
    grid-column: 1/-1;
    justify-self: center;
  }
  .actionBar_btn {
    width: 160px;
    padding: 8px 4px;
  }
  .statsBar .statsBar_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
    padding-bottom: 16px;
  }
  .statsBar .statsBar_item {
    align-items: center;
  }
  .statsBar .statsBar_num {
    font-size: 1.2rem;
  }
  .statsBar .statsBar_divider {
    display: none;
  }
  .section_title {
    font-size: 1.125rem;
  }
  .section_more {
    display: none;
  }
  .mainLayout .mainLayout_inner {
    grid-template-columns: 1fr;
  }
  .mainCol {
    overflow: visible;
  }
  .stories_more_sp {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .stories {
    padding: 32px 0;
  }
  .stories .stories_head {
    display: block;
  }
  .stories .stories_card {
    grid-template-columns: 120px 1fr;
    height: 136px;
  }
  .stories .stories_card:nth-child(n+3) {
    display: none;
  }
  .stories .stories_card_body {
    padding: 12px 12px;
  }
  .animals {
    padding: 32px 0;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: var(--padding-inline);
  }
  .sideCol {
    border-left: none;
    padding: 32px 0;
    gap: 20px;
  }
  .teamsFull {
    padding-block: 40px;
  }
  .teamsFull .teamsFull_head {
    margin-bottom: 24px;
  }
  .teamsFull .teamsFull_lead {
    font-size: 0.875rem;
  }
  .teamsFull .teamsFull_grid {
    grid-template-columns: 1fr;
  }
  .teamsFull .teamsFull_jobLink {
    flex-direction: column;
    align-items: center;
    padding: 28px 24px;
  }
  .teamsFull .teamsFull_jobLink .jobLink_text h3 {
    text-align: center;
  }
  .teamsFull .teamsFull_jobLink_btn {
    width: min(280px, 100%);
    justify-content: center;
    padding: 16px 20px;
  }
  .actCard .actCard_photo {
    height: 140px;
  }
  .teamCard .teamCard_photo {
    width: 150px;
    height: 150px;
  }
}
@media (any-hover: hover){
  .mv .mv_cta_btn:hover {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.7;
    cursor: pointer;
  }
  .actionBar_btn:hover {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.7;
    cursor: pointer;
  }
  .section_more:hover {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.7;
    cursor: pointer;
  }
  .sideCol .side_cta_btn:hover {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.7;
    cursor: pointer;
  }
  .sideCol .side_cta_login:hover {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.7;
    cursor: pointer;
  }
  .sideCol .side_link:hover {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.7;
    cursor: pointer;
  }
  .sideCol .side_sns_item:hover {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.7;
    cursor: pointer;
  }
  .actCard .actCard_cta_btn:hover {
    transition-property: opacity;
    transition-duration: 0.2s;
    opacity: 0.7;
    cursor: pointer;
  }
  .teamCard .teamCard_btns .btn.cv:hover {
    background-color: var(--green);
    border-color: var(--green);
    opacity: 1;
    cursor: pointer;
  }
}