@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Gradients
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Radius
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.persona__section-title {
  display: flex;
  align-items: baseline;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .persona__section-title {
    gap: 0.5555555556vw;
  }
}
.persona__section-title img {
  width: 5.1282051282vw;
  aspect-ratio: 1/1;
}
@media (min-width: 1021px) {
  .persona__section-title img {
    width: 1.3888888889vw;
  }
}
.persona__section-title span {
  font-size: 7.1794871795vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1846153846vw;
}
@media (min-width: 1021px) {
  .persona__section-title span {
    font-size: 2.5vw;
    letter-spacing: 0.05vw;
  }
}
.persona__3h {
  padding: 10.2564102564vw 6.1538461538vw;
}
@media (min-width: 1021px) {
  .persona__3h {
    padding: 5.5555555556vw 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  }
}
.persona__3h-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .persona__3h-inner {
    padding: 0 7.3611111111vw;
    gap: 5.5555555556vw;
  }
}
.persona__3h-introduction {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .persona__3h-introduction {
    grid-template-columns: 1fr 32.5vw;
    gap: 2.2222222222vw 2.7777777778vw;
  }
}
.persona__3h-introduction-text {
  font-size: 5.1282051282vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1025641026vw;
}
@media (min-width: 1021px) {
  .persona__3h-introduction-text {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0333333333vw;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.persona__3h-introduction-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1021px) {
  .persona__3h-introduction-visual {
    width: 100%;
    height: 100%;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.persona__3h-introduction-imgs {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1021px) {
  .persona__3h-introduction-imgs {
    width: 26.3888888889vw;
    justify-self: end;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.persona__3h-introduction-img {
  width: 54%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .persona__3h-introduction-img {
    border-radius: 0.8333333333vw;
  }
}
.persona__3h-introduction-img:nth-child(2) {
  align-self: flex-end;
  margin-bottom: -9.7435897436vw;
}
@media (min-width: 1021px) {
  .persona__3h-introduction-img:nth-child(2) {
    margin-bottom: -5.4166666667vw;
  }
}
.persona__3h-main {
  width: 100%;
  padding: 12.3076923077vw 6.1538461538vw;
  display: flex;
  flex-direction: column;
  gap: 6.1538461538vw;
  border-radius: 3.0769230769vw;
  background: linear-gradient(180deg, #F5FDFF 38.74%, #C2E4FF 100%);
}
@media (min-width: 1021px) {
  .persona__3h-main {
    padding: 3.3333333333vw 4.4444444444vw;
    gap: 2.7777777778vw;
    border-radius: 0.8333333333vw;
  }
}
.persona__3h-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6.1538461538vw;
}
@media (min-width: 1021px) {
  .persona__3h-text {
    gap: 2.7777777778vw;
  }
}
.persona__3h-body {
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .persona__3h-body {
    font-size: 1.1111111111vw;
    letter-spacing: 0.0222222222vw;
  }
}
.persona__3h-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .persona__3h-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1111111111vw;
  }
}
.persona__3h-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .persona__3h-item {
    gap: 0.5555555556vw;
  }
}
.persona__3h-icon {
  width: 28.2051282051vw;
  height: 28.2051282051vw;
  padding: 5.1282051282vw;
  border-radius: 256.1538461538vw;
  background-color: var(--clr-tomoku-white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1021px) {
  .persona__3h-icon {
    width: 7.6388888889vw;
    height: 7.6388888889vw;
    padding: 1.3888888889vw;
    border-radius: 69.375vw;
  }
}
.persona__3h-label {
  font-size: 7.1794871795vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.1435897436vw;
  text-align: center;
  color: var(--clr-tomoku-body);
}
@media (min-width: 1021px) {
  .persona__3h-label {
    font-size: 2.5vw;
    letter-spacing: 0.05vw;
  }
}
.persona__message {
  background-color: var(--clr-bg-gray);
}
@media (min-width: 1021px) {
  .persona__message {
    padding: 5.5555555556vw 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  }
}
.persona__message-inner {
  width: 100%;
  padding: 8.2051282051vw 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .persona__message-inner {
    padding: 0 7.3611111111vw;
    grid-template-columns: repeat(2, 1fr);
    justify-content: unset;
    align-items: start;
    gap: 2.7777777778vw;
  }
}
.persona__message-inner .persona__section-title {
  padding: 0 6.1538461538vw;
}
@media (min-width: 1021px) {
  .persona__message-inner .persona__section-title {
    padding: 0;
  }
}
.persona__message-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6.1538461538vw;
  padding: 0 6.1538461538vw;
}
@media (min-width: 1021px) {
  .persona__message-body {
    gap: 2.7777777778vw;
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 0;
  }
}
.persona__message-body p {
  width: 100%;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0820512821vw;
}
@media (min-width: 1021px) {
  .persona__message-body p {
    font-size: 1.1111111111vw;
    letter-spacing: 0.0222222222vw;
  }
}
.persona__message-signature {
  width: 100%;
  padding: 0 6.1538461538vw;
  display: flex;
  flex-direction: column;
  gap: 4.1025641026vw;
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0923076923vw;
}
@media (min-width: 1021px) {
  .persona__message-signature {
    padding: 0;
    gap: 1.1111111111vw;
    font-size: 1.3888888889vw;
    letter-spacing: 0.0277777778vw;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.persona__message-signature p {
  display: inline-flex;
  gap: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .persona__message-signature p {
    gap: 1.1111111111vw;
  }
}
.persona__message-visual {
  width: 100%;
  padding: 0 3.0769230769vw;
}
@media (min-width: 1021px) {
  .persona__message-visual {
    padding: 0;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.persona__message-visual picture {
  border-radius: 3.0769230769vw;
  overflow: hidden;
}
@media (min-width: 1021px) {
  .persona__message-visual picture {
    border-radius: 0.8333333333vw;
  }
}
.persona__message-visual img,
.persona__message-visual picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

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