/* layouts
----------------------------------- */
.p-our-actions .base-section {
  display: flex;
  flex-direction: column;
}

.p-our-actions .base-section-container {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.p-our-actions .base-section-header {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  margin-bottom: 30px;
}

.p-our-actions .base-section-body {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .base-section-container {
    gap: 90px;
  }

  .p-our-actions .base-section-header {
    gap: 30px 0;
  }

  .p-our-actions .base-section-body {
    gap: 60px 0;
  }
}


/* typography styles
----------------------------------- */

/* heading */
.p-our-actions .base-heading-medium {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

/* elements styles
----------------------------------- */

/* hr */
.p-our-actions .base-horizontal-line {
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 0;
  background-color: #000031;
  border: 0;
}

/* button basic styles */
.p-our-actions .base-button-group {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 30px;
  justify-items: center;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .base-button-group {
    grid-template-columns: repeat(3, 230px);
    justify-items: flex-start;
  }
}

.p-our-actions .base-link-button-primary .button {
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  height: 52px;
  background: rgb(255 168 183 / 50%);
}

.p-our-actions .base-link-button-primary .button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000031;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
  transform-origin: right;
}

.p-our-actions .base-link-button-primary .button-label {
  z-index: 3;
  display: block;
  padding-right: 45px;
  margin: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #000031;
  background-image: url('../img/common/btn_arrow_b_01_pc.svg');
  background-repeat: no-repeat;
  background-position: top 50% right 0;
  background-size: 30px 7px;
}

.p-our-actions .base-link-button-primary .button-note {
  display: block;
  margin-top: 20px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  color: #9f9f9f;
  text-align: right;
}

/* button hover styles */
.p-our-actions .base-link-button-primary .button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.p-our-actions .base-link-button-primary .button:hover .button-label {
  color: #fff;
  background-image: url('../img/common/btn_arrow_w_01.svg');
}

/* block styles
----------------------------------- */

/* ----- page-hero */
.p-our-actions .page-hero {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.p-our-actions .page-hero-title {
  text-align: left;
}

.p-our-actions .page-hero-body {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.p-our-actions .page-hero-body-text-large {
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  text-align: left;
  letter-spacing: 0.02em;
}

.p-our-actions .page-hero-body-text-medium {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .page-hero {
    gap: 50px 0;
  }

  .p-our-actions .page-hero-title {
    text-align: center;
  }

  .p-our-actions .page-hero-body {
    gap: 80px 0;
  }

  .p-our-actions .page-hero-body-text-large {
    text-align: center;
  }

  .p-our-actions .page-hero-body-text-medium {
    text-align: center;
  }
}

/* ----- content */

/* highlight text */
.base-text-highlight-group {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.p-our-actions .base-text-highlight {
  display: inline-flex;
  height: 27px;
}

.p-our-actions .base-text-highlight[data-theme='pink-gradient'] .highlight-item {
  display: inline-block;
  padding: 1px 4px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, #ff607c 0%, #ffb672 80.73%);
}

/* link-list */
.p-our-actions .link-list-block {
  display: flex;
  flex-flow: column wrap;
  gap: 10px 0;
}

.p-our-actions .link-list-block-title {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .link-list-block-title {
    flex-direction: row;
    gap: 0.5em;
    align-items: baseline;
  }
}


.p-our-actions .link-list-group {
  display: flex;
  flex-flow: column wrap;
  gap: 0;
}

.p-our-actions .link-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.p-our-actions .link-list .link-list-item {
  display: flex;
  align-items: center;
  min-height: 40px;
}

.p-our-actions .link-list .link-list-item-link {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .link-list-group {
    flex-direction: row;
    gap: 120px;
  }
}

.p-our-actions .base-content {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.p-our-actions .base-content-title {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .base-content {
    gap: 30px 0;
  }
  .p-our-actions .base-content-title {
    flex-direction: row;
    gap: 0.5em;
    align-items: baseline;
  }
}

/* ----- figures */
.p-our-actions .figures {
  display: grid;
  grid-template-rows: max-content;
  grid-template-columns: 260px;
  gap: 30px 0;
  justify-content: center;
}

.p-our-actions .figure {
  display: grid;
  grid-template-rows: max-content;
  gap: 15px 0;
  justify-items: center;
  padding-bottom: 0;
}

.p-our-actions .figure-image {
  margin: 0 auto;
}

.p-our-actions .figure-caption {
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .figures {
    grid-template-columns: repeat(3, 260px);
    gap: 0;
  }
  .p-our-actions .figure {
    padding-bottom: 24px;
  }
}

/* ----- aside */
.p-our-actions .base-aside-content {
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  border: 1px solid #000031;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .base-aside-content {
    padding: 40px;
    line-height: 2;
  }
}

/* ----- 研究・調査支援 */
.p-our-actions-results-section {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.p-our-actions-results-section-head {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.p-our-actions-results-section-body {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.p-our-actions-results-items {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.p-our-actions-results-item {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

@media screen and (min-width: 1024px) {
  .p-our-actions-results-section {
    gap: 90px 0;
  }

  .p-our-actions-results-section-body {
    gap: 40px 0;
  }
}

/* ----- ルナルナ独自調査／ルナルナ通信 */
.p-our-actions .lunaluna-infomation-section {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.p-our-actions .lunaluna-infomation-section-container {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .lunaluna-infomation-section {
    gap: 90px 0;
  }

  .p-our-actions .lunaluna-infomation-section-container {
    gap: 40px;
  }
}

.p-our-actions .lunaluna-infomation-cards {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 260px;
  gap: 30px 0;
  justify-content: center;
}

.p-our-actions .lunaluna-infomation-card {
  display: grid;
  grid-template-rows: 40px auto;
  gap: 10px 0;
}

.p-our-actions .lunaluna-infomation-card .card-link-text {
  align-self: center;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
}

.p-our-actions .lunaluna-infomation-card .card-image {
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .p-our-actions .lunaluna-infomation-cards {
    grid-template-columns: repeat(3, 260px);
    gap: 30px 22px;
  }
}
